/* ===========================
   GOOGLE FONT
=========================== */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap'); */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
      /* font-family: "Tai Heritage Pro", serif; */
    background:#050b16;
    color:#fff;
    overflow-x:hidden;
}

/* ===========================
   COLORS
=========================== */


/* ===========================
   NAVBAR
=========================== */
.oreiva-navbar{

    background:#08101b;

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

    padding: 10px 0;

    z-index:999;
}
.oreiva-logo-se{
    display: flex;
    align-items: center;
}
.oreiva-logo-sec img{
     height: 60px;
    width: auto;
    /* display: block; */
}
.header-user{
    margin-right:20px;
    cursor: pointer;
}
.header-user{
    display:flex !important;
    align-items:center;
}

.header-user a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#d4a54a;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
}
.header-user a{
    width:45px;
    height:45px;
    border:1px solid rgba(212,165,74,.4);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#d4a54a;
    transition:0.3s;
}
#earningChart,
#reportChart{
    width:100% !important;
    height:350px !important;
}
.header-user a:hover{
    background:#d4a54a;
    color:#000;
}
.desktop-only{
    display:flex;
}

.mobile-only{
    display:none;
}

@media (max-width:991.98px){

    .desktop-only{
        display:none !important;
    }

    .mobile-only{
        display:block !important;
        margin-bottom:20px;
    }
}

/* Menu */

.oreiva-navbar .nav-link{

    color:#ffffff !important;

    font-size:15px;

    font-weight:500;

    margin:0 10px;

    position:relative;

    transition:.3s;
}

.oreiva-navbar .nav-link:hover,
.oreiva-navbar .nav-link.active{

    color:#ffffff !important;
}

.oreiva-navbar .nav-link.active::after{

    content:"";

    position:absolute;

    left:50%;
    bottom:-2px;

    transform:translateX(-50%);

    width:40px;
    height:2px;

    background:#d4a54acf;

    border-radius:50px;
}

/* Buttons */

.header-btns{

    display:flex;
    gap:12px;
}

.btn-login{

    border:1px solid #d4a54a;
background-color: #010810;
    color:#fff;

    text-decoration:none;

    padding:10px 25px;

    border-radius:8px;
font-size: 15px;
    transition:.3s;
}

.btn-login:hover{

  background: #F7C560;
background: linear-gradient(174deg, rgba(247, 197, 96, 1) 0%, rgba(215, 157, 57, 1) 100%);

    color:#000;
}

.btn-register{
background: #F7C560;
background: linear-gradient(174deg, rgba(247, 197, 96, 1) 0%, rgba(215, 157, 57, 1) 100%);
    /* background:#d4a54a; */

    color:#000;

    text-decoration:none;

    padding:10px 25px;

    border-radius:8px;
font-size: 15px;
    font-weight:600;

    transition:.3s;
}

.btn-register:hover{

background: #F7C560;
background: linear-gradient(174deg, rgba(247, 197, 96, 1) 0%, rgba(215, 157, 57, 1) 100%);

    color:#000;
}

.navbar-toggler{

    border:none;
    color:#fff;
    font-size:22px;
}
/* ===========================
   HERO SECTION
=========================== */
.hero-section{
    background:#050d1c;
    min-height:100vh;
    overflow:hidden;
}

.hero-content{
    padding:80px 0px 0px 0px;
}

.hero-content h1{
    font-size:50px;
    font-weight:400;
    color:#fff;
    line-height:1.1;
    margin-bottom:25px;
     font-family: "Tai Heritage Pro", serif;
}

.hero-content h1 span{
    color:#d4a54a;
}

.hero-content p{
    color:#c2c7d0;
    font-size:15px;
    line-height:1.4;
    max-width:500px;
}

.hero-btns{
    display:flex;
    gap:15px;
    margin:35px 0;
}

.btn-start{
  background: #F7C560;
background: linear-gradient(174deg, rgba(247, 197, 96, 1) 0%, rgba(215, 157, 57, 1) 100%);
    color:#000;
    text-decoration:none;
    padding:10px 25px;
    border-radius:8px;
    font-weight:600;
}

.btn-plan{
    border:1px solid #d4a54a;
    color:#fff;
    text-decoration:none;
    padding:10px 25px;
    border-radius:8px;
}




.btn-plan:hover {
  background: #F7C560;
  background: linear-gradient(174deg, rgba(247, 197, 96, 1) 0%, rgba(215, 157, 57, 1) 100%);
  color: #000;
}

.hero-features{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:14px;
}

.feature-item i{
    color:#d4a54a;
    font-size: 25px;
}

/* Right Gallery */

.hero-gallery{
    display:flex;
    align-items:stretch;
    height:calc(100vh - 90px);
    min-height:615px;
    max-height:800px;
    gap:12px;
    overflow:hidden;
}

.hero-gallery::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:20%;
    height:100%;
    background:linear-gradient(
        to right,
        rgba(4,10,24,.95),
        rgba(4,10,24,.4),
        transparent
    );
    z-index:5;
    pointer-events:none;
}

.hero-box{
    flex:1;
    position:relative;
    overflow:hidden;
    border-radius:20px;
    transform:skewX(-8deg);
    transition:all .5s ease;
    cursor:pointer;

}

.hero-box:hover{
    flex:2;
}

/* .hero-box img {
    width: 140%;
    height: 100%;
    object-fit: cover;
    margin-left: -15px;
    transform: skewX(1deg) scale(1);
    transition: all .6s ease;
} */

.hero-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skewX(8px);
  background: #000;
}

.hero-box:hover img{
     transform: skewX(8deg) scale(1.08);
}

.hero-box::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.9) 0%,
        rgba(0,0,0,.45) 45%,
        rgba(0,0,0,.15) 100%
    );
    z-index:1;
}

.hero-box::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        180deg,
        transparent,
        rgba(212,165,74,.15)
    );
    opacity:0;
    transition:.4s;
    z-index:2;
}

.hero-box:hover::after{
    opacity:1;
}

.hero-label{
    position:absolute;
    left:50%;
    bottom:40px;
    transform:translateX(-50%) skewX(8deg);
    z-index:10;
    color:#fff;
    text-align:center;
    width:100%;
    padding:0 15px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.hero-label i{
    width:63px;
    height:63px;
    margin:0 auto 15px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:2px solid #D4A54A;
    background:#071529;
    color:#D4A54A;
    font-size:26px;
    transition:all .4s ease;
    box-shadow:0 0 20px rgba(212,165,74,.25);
}

.hero-box:hover .hero-label i{
    background:#D4A54A;
    color:#071529;
    transform:translateY(-5px) scale(1.08);
}

.hero-box:hover .hero-label{
    color:#D4A54A;
}

/* Tablet */
@media(max-width:991px){

    .hero-gallery{
        height:700px;
        gap:8px;
    }

    .hero-label{
        font-size:13px;
    }

    .hero-label i{
        width:55px;
        height:55px;
        font-size:20px;
    }
}

/* Mobile */
@media(max-width:767px){



    .hero-box{
        transform:none;
        height:250px;
        border-radius:15px;
    }

    .hero-box img{
        width:100%;
        height:100%;
        margin-left:0;
        transform:none;
    }

    .hero-box:hover img{
        transform:scale(1.05);
    }

    .hero-label{
        transform:translateX(-50%);
        bottom:20px;
    }
}
/* ===========================
   SECTION TITLE
=========================== */

.section-subtitle{

    color:var(--gold);

    text-transform:uppercase;

    letter-spacing:2px;
}

.section-title{

    font-size:30px;
    font-weight:500;
}
.title-line{
    width:70px;
    height:3px;
    margin:15px auto 0;
    border-radius:50px;

    background:linear-gradient(
        90deg,
        #D4A54A,
        #F5D27A,
        #D4A54A
    );

    box-shadow:0 0 12px rgba(212,165,74,.5);
}




#about,
#investments,
#how,
#why-us,
#partners,
#faq,
#contact{
    scroll-margin-top:120px;
}







/* about us section css */
.about-section{
    background:#050b16;
    position:relative;
    overflow:hidden;
    margin: 50px 0px 50px 0px;
}

.about-tag{
    color:#d4a54a;
    font-size:18px;
    font-weight:600;
}

.about-line{
    width:80px;
    height:2px;
    background:#d4a54a;
    margin:15px 0 25px;
}

.about-content h2{
    font-size:58px;
    line-height:1.15;
    color:#fff;
    margin-bottom:25px;
    font-family:"Tai Heritage Pro", serif;
}

.about-content h2 span{
    color:#d4a54a;
}

.about-desc{
    color:#c2c7d0;
    font-size:18px;
    line-height:1.9;
    margin-bottom:40px;
}

.feature-box{
    display:flex;
    gap:20px;
    margin-bottom:22px;
    align-items:flex-start;
}

.feature-box .icon-box{
    width:70px;
    height:70px;
    min-width:70px;

    border:1px solid rgba(212,165,74,.4);

    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(212,165,74,.05);
}

.feature-box .icon-box i{
    color:#d4a54a;
    font-size:32px;
}

.feature-box h5{
    color:#d4a54a;
    font-size:24px;
    margin-bottom:8px;
    font-family:"Tai Heritage Pro", serif;
}

.feature-box p{
    color:#bfc7d2;
    margin:0;
    line-height:1.8;
}

.about-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;

    background:linear-gradient(174deg,#F7C560 0%,#D79D39 100%);

    color:#000;
    text-decoration:none;

    padding:14px 35px;

    border-radius:10px;

    font-weight:600;

    margin-top:20px;
}

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    height:850px;
    object-fit:cover;

    border-radius:25px;

    border:1px solid rgba(212,165,74,.35);

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



/* why-us-section */

.why-us-section{
    background:#08101b;
    padding:50px 0;
}

.why-content h2{
    font-size:38px;
    color:#fff;
    margin-bottom:25px;
    font-family:"Tai Heritage Pro", serif;
}

.why-content h2 span{
    color:#d4a54a;
}

.why-content p{
    color:#c2c7d0;
    line-height:1.9;
}

.why-list{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.why-list li{
    color:#fff;
    margin-bottom:12px;
}

.why-list i{
    color:#4CAF50;
    margin-right:10px;
}

.why-box{
    background:#101826;
    border:1px solid rgba(212,165,74,.12);
    border-radius:18px;
    padding:30px;
    height:100%;
    transition:.4s;
}

.why-box:hover{
    transform:translateY(-8px);
    border-color:#d4a54a;
    box-shadow:0 20px 40px rgba(212,165,74,.15);
}

.why-box i{
    font-size:42px;
    color:#d4a54a;
    margin-bottom:20px;
}

.why-box h4{
    color:#fff;
    margin-bottom:10px;
    font-size:24px;
    font-family:"Tai Heritage Pro", serif;
}

.why-box p{
    color:#b8bec8;
    margin:0;
}






/* ===========================
   INVESTMENT SECTION
=========================== */

.investment-section{

    padding:50px 0;

    background:#08101b;
}

.invest-card{

    background:#121A25;

     border: 2px solid #151e2a;

    border-radius:20px;

    padding:35px;

    height:100%;

    transition:.4s;

    position:relative;

    overflow:hidden;
    text-align: center;
}

/* .invest-card::before{

    content:'';

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:4px;

    background:linear-gradient(
        90deg,
        #d4a54a,
        #f5d27a
    );
} */

.invest-card:hover{

    transform:translateY(-10px);

    border-color:#f7c56097;

    box-shadow:
    0 25px 50px rgba(212,165,74,.15);
}

.icon-box{
    width:75px;
    height:75px;
    border-radius:20px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 25px; /* Center */

    font-size:28px;
    color:var(--gold);

    background:rgba(212,165,74,.08);
}
.icon-box i{
color:#F7C560;
}


.invest-card h4{
color:#F7C560;
    font-size:20px;
    font-weight:500;

    margin-bottom:15px;
}

.invest-card p{

    color:#aeb6c5;

    line-height:1.7;
}

.invest-card a{

    color:var(--gold);

    text-decoration:none;

    font-weight:600;
}

/* ===========================
   SCROLLBAR
=========================== */

::-webkit-scrollbar{
    width:8px;
}

::-webkit-scrollbar-track{
    background:#111;
}

::-webkit-scrollbar-thumb{
    background:var(--gold);
    border-radius:20px;
}















.faq-section{
    background:#050b16;
    margin: 50px 0px 0px 0px;
}

.faq-title{
    font-size:38px;
    color:#fff;
    font-family:"Tai Heritage Pro", serif;
}

.faq-title span{
    color:#d4a54a;
}

.faq-wrapper{
    max-width:900px;
    margin:auto;
}

.accordion-item{
    background:transparent;
    border:none;
    border-bottom:1px solid rgba(212,165,74,.15);
}

.accordion-button{
    background:transparent !important;
    color:#fff !important;
    /* font-size:24px; */
    font-weight:600;
    padding:25px 0;
    box-shadow:none !important;
}

.accordion-button:not(.collapsed){
    color:#d4a54a !important;
}

.accordion-button::after{
    filter:brightness(0) invert(1);
}

.accordion-body{
    color:#c2c7d0;
    line-height:1.9;
    padding:0 0 25px;
    font-size:16px;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion{
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
}














.investment-opportunity{
    background:#08101b;
    padding: 50px 0px 50px 0px;
}

.investment-title{
    color:#fff;
    font-size:38px;
    font-weight:500;
      font-family: "Tai Heritage Pro", serif;
}

.investment-title span{
    color:#d4a54a;
      font-family: "Tai Heritage Pro", serif;
}

.investment-subtitle{
    color:#b8bec8;
}

.investment-card{
    background:#08111f;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    overflow:hidden;
    position:relative;
    height:100%;
    transition:.4s;
}

.investment-card:hover{
    transform:translateY(-8px);
}

.card-image img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.investment-icon{
    position:absolute;
    top:180px;
    left:20px;

    width:60px;
    height:60px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:26px;
    color:#fff;
}

.gold{background:#d4a54a;}
.blue{background:#2c5cb8;}
.green{background:#33a14a;}
.purple{background:#7b3fe4;}

.card-body-custom{
    padding:35px 20px 20px;
}

.card-body-custom h3{
    color:#fff;
    margin-bottom:15px;
    font-size: 22px;
      font-family: "Tai Heritage Pro", serif;
}

.card-body-custom p{
    color:#c2c7d0;
    min-height:80px;
}

.label{
    color:#aab3c0;
    font-size:14px;
}

.return{
    font-size:20px;
    font-weight:700;
}

.gold-text{color:#d4a54a;}
.blue-text{color:#2f7fff;}
.green-text{color:#44d65b;}
.purple-text{color:#9a52ff;}

.period{
    color:#fff;
    font-weight:600;
}

.btn-invest{
    width:100%;
    margin-top:20px;
    border:none;
    padding:12px;
    border-radius:6px;
    display:block;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-weight:600;
}

.gold-btn{background: linear-gradient(174deg, rgba(247, 197, 96, 1) 0%, rgba(215, 157, 57, 1) 100%);}
.blue-btn{background:#2c5cb8;}
.green-btn{background:#33a14a;}
.purple-btn{background:#7b3fe4;}

.btn-invest i{
    margin-left:8px;
}












































.stats-section{
    background:#050b16;
    padding:50px 0px;
}

.stats-wrapper{

    background:#08111f;

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

    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:22px 30px;

    flex-wrap:wrap;
}

.stat-item{

    display:flex;
    align-items:center;
    gap:15px;

    min-width:180px;
}

.stat-item i{

    font-size:34px;

    color:#d4a54a;
}

.stat-item h3{

    color:#d4a54a;

    font-size:20px;

    font-weight:600;

    margin:0;
}

.stat-item p{

    color:#d5d8df;

    margin:0;

    font-size:15px;
}

.divider{

    width:1px;
    height:55px;

    background:rgba(255,255,255,.12);
}




































.who-we-are-section{
    background:#050b16;
    padding: 50px 0px 70px 0px;
}

.section-tag{
    color:#fff;
    font-size:18px;
    font-weight:600;
}

.title-line{
    width:50px;
    height:2px;
    background:#d4a54a;
}

.about-content h2{
    color:#fff;
   font-size: 38px;
  font-weight: 500;
  font-family: "Tai Heritage Pro", serif;
    line-height:1.2;
    margin-bottom:20px;
}

.about-content h2 span{
    color:#d4a54a;
}

.about-content p{
    color:#c2c7d0;
    line-height:1.9;
    margin-bottom:30px;
}

.read-more-btn{
   background: linear-gradient(174deg, rgba(247, 197, 96, 1) 0%, rgba(215, 157, 57, 1) 100%);
    color:#000;
    padding:10px 25px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.feature-card{

    background:#08111f;

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

    border-radius:15px;

    overflow:hidden;

    height:100%;

    transition:.4s;
}

.feature-card:hover{

    transform:translateY(-8px);

    border-color:#d4a54a;

    box-shadow:0 15px 40px rgba(212,165,74,.15);
}

.feature-card img{

    width:100%;
    height:180px;

    object-fit:cover;
}

.feature-body{
    padding:20px;
}

.feature-body h5{
font-family: "Tai Heritage Pro", serif;
    color:#d4a54a;

    font-size:23px;

    margin-bottom:12px;
}

.feature-body p{

    color:#c2c7d0;

    line-height:1.8;
}



















.contact-section{
    background:#08101b;
    padding: 50px 0px 50px 0px;
}

.contact-title{
    font-size:38px;
    color:#fff;
    font-family:"Tai Heritage Pro", serif;
}

.contact-title span{
    color:#d4a54a;
}

.contact-subtitle{
    color:#c2c7d0;
    max-width:700px;
    margin:15px auto;
}

.contact-card{
    background:#101826;
    border:1px solid rgba(212,165,74,.15);
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.4s;
}

.contact-card:hover{
    transform:translateY(-8px);
    border-color:#d4a54a;
    box-shadow:0 15px 40px rgba(212,165,74,.15);
}

.contact-icon{
    width:75px;
    height:75px;
    margin:auto auto 20px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:rgba(212,165,74,.08);
}

.contact-icon i{
    color:#d4a54a;
    font-size:32px;
}

.contact-card h4{
    color:#fff;
    margin-bottom:12px;
    font-size:22px;
    font-family:"Tai Heritage Pro", serif;
}

.contact-card p{
    color:#b8bec8;
    margin:0;
}

.contact-cta{
  background-color: #08101b;
  padding: 50px 0px 50px 0px;
  border-radius: 30px;
  border: 1px solid #f1be5929;

  margin: 50px 0px;
}

.contact-cta h3{
    color:#fff;
    font-size:38px;
    margin-bottom:15px;
    font-family:"Tai Heritage Pro", serif;
}

.contact-cta p{
    color:#c2c7d0;
    max-width:750px;
    margin:0 auto 25px;
}

.contact-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:14px 30px;

    border-radius:10px;

    text-decoration:none;

    color:#000;
    font-weight:600;

    background:linear-gradient(
        174deg,
        #F7C560 0%,
        #D79D39 100%
    );
}














.how-section{
    background:#050b16;
    padding:50px 0px;
}

.how-card{
    background:#101826;
    border:1px solid rgba(212,165,74,.15);
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    position:relative;
    transition:.4s;
}

.how-card:hover{
    transform:translateY(-8px);
    border-color:#d4a54a;
}

.step{
    position:absolute;
    top:15px;
    right:20px;
    font-size:40px;
    font-weight:700;
    color:rgba(212,165,74,.15);
}

.how-card i{
    font-size:50px;
    color:#d4a54a;
    margin-bottom:20px;
}

.how-card h4{
    color:#fff;
    margin-bottom:15px;
    font-family:"Tai Heritage Pro", serif;
}

.how-card p{
    color:#c2c7d0;
}







.oreiva-footer{

    background:#050b16;

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

    padding:50px 0px;
}

.oreiva-footer h5{

    color:#fff;

    font-size:20px;

    font-weight:600;

    margin-bottom:20px;
}

.footer-logo h2{

    color:#d4a54a;

    font-size:40px;

    margin-bottom:0;
}

.footer-logo span{

    color:#d4a54a;

    font-size:14px;

    letter-spacing:2px;
}

.copyright{

    color:#b8bec8;

    margin-top:20px;

    font-size:14px;
}

.footer-links{

    padding:0;
    margin:0;
    list-style:none;
}

.footer-links li{

    margin-bottom:10px;
}

.footer-links a{

    color:#c2c7d0;

    text-decoration:none;

    transition:.3s;
}

.footer-links a:hover{

    color:#d4a54a;

    padding-left:5px;
}

.footer-contact{

    list-style:none;
    padding:0;
    margin:0;
}

.footer-contact li{

    color:#c2c7d0;

    margin-bottom:15px;

    display:flex;
    gap:12px;
}

.footer-contact i{

    color:#d4a54a;

    margin-top:4px;
}

.social-icons{

    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.social-icons a{

    width:42px;
    height:42px;

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

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    text-decoration:none;

    transition:.4s;
}

.social-icons a:hover{

    background:#d4a54a;

    color:#000;

    transform:translateY(-5px);
}


.oreiva-footer .col-lg-2,
.oreiva-footer .col-lg-3{

    position:relative;
}


















/* Godl- mining-details page css */

.mining-details{
    background:#050b16;
    padding-top:140px !important;
    padding-bottom:80px;
}

.mining-img img{
    width:100%;
    border-radius:25px;
    border:1px solid rgba(212,165,74,.3);
    box-shadow:0 20px 50px rgba(0,0,0,.4);
}

.detail-tag{
    color:#d4a54a;
    font-size:18px;
    font-weight:600;
    display:inline-block;
    margin-bottom:20px;
}

.mining-details h1{
    color:#fff;
    font-size:40px;
    line-height:1.25;
    margin-bottom:25px;
    font-family:"Tai Heritage Pro", serif;
}

.mining-details h1 span{
    color:#d4a54a;
}

.detail-desc{
    color:#c2c7d0;
    line-height:1.9;
    font-size:18px;
}

.detail-box{
    background:#08111f;
    border:1px solid rgba(212,165,74,.18);
    border-radius:20px;
    padding:35px;
    height:100%;
}

.detail-box h4{
    color:#d4a54a;
    margin-bottom:25px;
    font-size:32px;
    font-family:"Tai Heritage Pro", serif;
}

.detail-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.detail-box li{
    color:#fff;
    margin-bottom:18px;
    font-size:18px;
}

.gold-btn-main{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:15px 40px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    color:#000;
    background:linear-gradient(
        174deg,
        rgba(247,197,96,1) 0%,
        rgba(215,157,57,1) 100%
    );
}

@media(max-width:991px){

    .mining-details{
        text-align:center;
    }

    .mining-details h1{
        font-size:36px;
    }

    .detail-box{
        text-align:left;
    }
}

@media(max-width:575px){

    .mining-details h1{
        font-size:30px;
    }

    .detail-box{
        padding:25px;
    }

    .detail-box h4{
        font-size:26px;
    }

    .detail-box li{
        font-size:16px;
    }
}





.mining-details{
    background:#050b16;
    padding-top:140px;
    padding-bottom:80px;
}

.detail-tag{
    color:#d4a54a;
    font-weight:600;
    font-size:18px;
}

.mining-details h1{
    color:#fff;
    font-size:40px;
    line-height:1.3;
    font-family:"Tai Heritage Pro", serif;
}

.mining-details h1 span{
    color:#d4a54a;
}

.detail-desc{
    color:#c5c9d3;
    line-height:1.9;
}

.mining-img img{
    width:100%;
    border-radius:25px;
 border:1px solid #d4a54a29;
    box-shadow:0 20px 50px rgba(0,0,0,.45);
}

.silver-box,
.detail-box{

    border:1px solid #d4a54a29;
    border-radius:22px;
    padding:35px;
}

.silver-box h4,
.detail-box h4{
    color:#d4a54a;
    font-family:"Tai Heritage Pro", serif;
    margin-bottom:25px;
}

.detail-box li{
    color:#fff;
    margin-bottom:15px;
}

.process-icon{
    width:75px;
    height:75px;
    border-radius:50%;
    background:#d4a54a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:20px;
    font-size:28px;
}

.choose-icon{
    color:#d4a54a;
    font-size:35px;
    margin-bottom:15px;
}























.contact-form-wrapper{
    background:#08111f;
    border:1px solid rgba(255,255,255,.08);
    border-radius:25px;
    overflow:hidden;
    padding: 0px;

}

/* Left */

.contact-left{
    padding:50px 40px;
    background:linear-gradient(
        180deg,
        #0d1625,
        #08111f
    );
    height:100%;
}

.contact-left h3{
    color:#fff;
    font-size:38px;
    margin:20px 0;
    font-family:"Tai Heritage Pro", serif;
}

.contact-left h3 span{
    color:#d4a54a;
}

.contact-left p{
    color:#b8bec8;
    line-height:1.8;
}

.contact-info-box{
    display:flex;
    gap:20px;
    margin-top:35px;
}

.contact-info-box i{
    width:55px;
    height:55px;
    background:rgba(212,165,74,.15);
    color:#d4a54a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.contact-info-box h6{
    color:#fff;
    margin-bottom:5px;
}

.contact-info-box p{
    margin:0;
    color:#b8bec8;
}

/* Right */

.contact-form-box{
    padding: 30px 15px 30px 30px;
}

.form-label{
    color:#fff;
    font-weight:500;
    margin-bottom:10px;
}

.form-control{
    background:#050d1c;
    border:1px solid rgba(255,255,255,.1);
    color:#fff;
    padding:14px 18px;
    border-radius:12px;
}

.form-control:focus{
    background:#050d1c;
    border-color:#d4a54a;
    color:#fff;
    box-shadow:none;
}

.form-control::placeholder{
    color:#7f8896;
}

textarea.form-control{
    resize:none;
}

.contact-submit-btn{
    border:none;
    padding:14px 35px;
    border-radius:12px;
    font-weight:600;
    color:#000;
    background:linear-gradient(
        174deg,
        rgba(247,197,96,1) 0%,
        rgba(215,157,57,1) 100%
    );
}

/* Responsive */

@media(max-width:991px){

    .contact-left,
    .contact-form-box{
        padding:35px 25px;
    }

    .contact-left{
        text-align:center;
    }

    .contact-info-box{
        justify-content:left;
        text-align:left;
    }

    .contact-left h3{
        font-size:30px;
    }
}

@media(max-width:575px){

    .contact-info-box{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .contact-submit-btn{
        width:100%;
    }
}





















/* ------------------    dasborad all pages start ----------------------------------*/
.breadcrumb-link{
    color:#fff;
    text-decoration:none;
}

.breadcrumb-link:hover{
    color:#d6a43f;
}

.header-text small{
    color:#cfcfcf;
}

.dashboard{
    display:flex;
    min-height:100vh;
}

/* Sidebar */
.sidebar {
    width: 280px;
    height: 100vh;
    background: #08111f;
    position: fixed;
    left: 0;
    top: 0;
    padding: 20px;
    transition: .3s;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
}

.content{
    margin-left:280px;
    width:calc(100% - 280px);
    min-height:100vh;
}

.top-header{
    background:#050b16;
    min-height:90px;
    padding:20px 30px;
    border-bottom:1px solid rgba(255,255,255,.08);

    position:sticky;
    top:0;
    z-index:1000;
}


.mobile-logo{
    display:none;
    height:50px;
}

.menu-btn{
    background:none;
    border:none;
    color:#fff;
    font-size:28px;
}

.header-left{
    display:flex;
    align-items:center;
    gap:20px;
}
.header-text h2{
    font-size: 25px;
    font-weight: 500;
}


.dashboard-body{
    padding:30px;
}

.logo-img{
    height:60px;
}

.sidebar-menu{
    list-style:none;
    margin-top:40px;
    padding:0;
}

.sidebar-menu li{
    margin-bottom:5px;
}

.sidebar-menu a{
    display:flex;
    align-items:center;
    gap:15px;
    padding:15px 20px;
    color:#cfcfcf;
    text-decoration:none;
    border-radius:6px;
    transition:.3s;
}

.sidebar-menu a:hover,
.sidebar-menu a.active{
    background:#d6a43f94;
    color:#fff;
}

.profile-box img{
    width:50px;
    height:50px;
    border-radius:50%;
    cursor:pointer;
}

/* Welcome Card */
.welcome-card{
    background:#08111f;
    border:1px solid rgba(255,255,255,.06);
    border-radius:15px;
    padding:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.mobile-header{
    display:none;
}

.desktop-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
}

.menu-btn{
    background:none;
    border:none;
    color:#fff;
    font-size:35px;
}

.mobile-logo{
    height:60px;
}




.mobile-header{
    display:none;
}

.mobile-right{
    display:flex;
    align-items:center;
    gap:20px;
}

.mobile-profile img{
    width:50px;
    height:50px;
    border-radius:50%;
    object-fit:cover;
}





.user-t h4{
font-size: 20px;
font-weight: 500;
}
.user-t small{
font-size: 15px;
font-weight: 400;
color: #fff9;
}












.right-section{
    display:flex;
    align-items:center;
    gap:30px;
}


.welcome-card,
.stat-card,
.dashboard-card{
    background:#08111f;
    border:1px solid rgba(255,255,255,.06);
    border-radius:15px;
    padding:25px;
}
.stat-card small{
font-size: 15px;
font-weight: 400;
color: #fff9;
}

.welcome-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}
.balance-box h3{
    font-size: 20px;
  font-weight: 500;
}
.balance-box small{
font-size: 15px;
font-weight: 400;
color: #fff9;
}
.user-img{
    width:60px;
    height:60px;
    border-radius:50%;
}

.deposit-btn{
    background:#d6a43f;
    border:none;
    color:#000;
    font-weight:600;
}

.stat-card h3{
    margin-top:10px;
    font-weight:500;
    font-size: 20px;
}

.dashboard-card{
    height:100%;
}










.recent-card{
    background:#08111f;
    border:1px solid rgba(255,255,255,.06);
    border-radius:15px;
    padding:25px;
    height:100%;
    min-height:420px;
}



.recent-title{
    font-size:22px;
    font-weight:600;
    margin-bottom:25px;
}

.activity-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.activity-item:last-child{
    border-bottom:none;
}
.activity-left{
    display:flex;
    align-items:center;
    gap:14px;
}

.activity-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    color:#fff;
    font-size:14px;
}

.activity-icon.gold{
    background:#c79b42;
}

.activity-icon.dark{
    background:#2f3542;
}

.activity-icon.orange{
    background:#f0a020;
}

.activity-icon.purple{
    background:#5b3f8d;
}


.activity-item h6{
    margin:0;
    font-size:15px;
    font-weight:500;
    color:#fff;
}

.activity-item small{
    display:block;
    margin-top:3px;
    color:#8b93a7;
    font-size:12px;
}

.activity-item span{
    color:#fff;
    font-size:16px;
    font-weight:600;
    white-space:nowrap;
}
/* .recent-card .view-btn{
    width:100%;
    margin-top:25px;
    background-color:transparent !important;
    border:1px solid rgba(214,164,63,.35) !important;
    color:#d6a43f !important;
    padding:12px;
    border-radius:8px;
    font-weight:500;
    transition:all .3s ease;
    cursor:pointer;
}

.recent-card .view-btn:hover{
    background-color:#d6a43f !important;
    color:#000 !important;
    border-color:#d6a43f !important;
} */
.recent-card {
    display: flex;
    flex-direction: column;
}

.recent-card .activity-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.view-btn {
    display: block;
    width: 30%;
    margin-top: 25px;
    padding: 12px 20px;

    text-align: center;

    background: transparent !important;
    border: 1px solid rgba(214, 164, 63, 0.35) !important;
    color: #d6a43f !important;
    align-items: center !important;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;

    transition: all 0.3s ease;
    cursor: pointer;
}

.recent-card .view-btn:hover {
    background: rgba(214, 164, 63, 0.08) !important;
    border-color: #d6a43f !important;
}

.header-user a {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(212,165,74,.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  background-color: #d4a54a;
  transition: 0.3s;
}









/*-------------------  invesrments page css  -----------------------*/

.page-title h2{
    font-size:32px;
    margin-bottom:10px;
}

.investment-card{
    background:#08111f;
    border:1px solid rgba(255,255,255,.06);
    border-radius:15px;
    overflow:hidden;
    padding:0;
}

.investment-table{
    margin:0;
 color:#fff;
}

.investment-table thead th{
    background:#0b1627;
    color:#aab4c5;
    border:none;
    padding:18px;
    font-weight:500;
}

.investment-table tbody td{
    border-color:rgba(255,255,255,.06);
    padding:20px 18px;
    vertical-align:middle;
    background: transparent;
    color:#fff;
}

.status.active{
    background:rgba(34,197,94,.15);
    color:#22c55e;
    padding:6px 15px;
    border-radius:6px;
    font-size:13px;
}

.view-btn-sm{
    background:#d6a43f14;
    color:#d6a43f;
    border:1px solid rgba(214,164,63,.3);
    padding:8px 20px;
    border-radius:8px;
}

.view-btn-sm:hover{
    background:#d6a43f;
    color:#000;
}

.upgrade-card{
    background:linear-gradient(90deg,#171005 0%,#241806 100%);
    border:1px solid rgba(214,164,63,.08);
    border-radius:14px;
    padding:35px 30px;
    min-height:180px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    position:relative;
    overflow:hidden;
}

.upgrade-content{
    position:relative;
    z-index:2;
    max-width:55%;
}

.upgrade-content h3{
    font-size:32px;
    font-weight:600;
    margin-bottom:12px;
    color:#fff;
}

.upgrade-content p{
    font-size:16px;
    color:#c7c7c7;
    margin:0;
}

.upgrade-image{
    position:absolute;
    right:15px;
    bottom:0;
    top: -19px;
}

.upgrade-image img{
    width:320px;
    max-width:none;
    display:block;
}




/*-------------------  plans page css  -----------------------*/
.plans-heading h2{
    font-size:38px;
    font-weight:700;
    margin-bottom:10px;
}

.plans-heading p{
    color:#9da6b5;
}

.plan-card{
    background:#08111f;
    border:1px solid rgba(255,255,255,.06);
    border-radius:15px;
    overflow:hidden;
    height:100%;
    transition:.3s;
}

.plan-card:hover{
    transform:translateY(-6px);
    border-color:#d6a43f;
}

.plan-img{
    width:100%;
    height:190px;
    object-fit:cover;
}

.plan-body{
    padding:25px;
    text-align:center;
}

.plan-body h5{
    font-size:22px;
    margin-bottom:20px;
}

.plan-line{
    width:50px;
    height:3px;
    background:#d6a43f;
    margin:0 auto 25px;
}

.plan-body span{
    color:#9da6b5;
    font-size:14px;
}

.plan-body h3{
    color:#d6a43f;
    font-size:40px;
    margin:10px 0;
}

.plan-body p{
    color:#cfcfcf;
    margin-bottom:25px;
}

.invest-info{
    margin-bottom:25px;
}

.invest-info small{
    color:#9da6b5;
    display:block;
}

.invest-info h5{
    margin-top:10px;
    margin-bottom:0;
}

.invest-btn{
    width:100%;
    background:#d6a43f;
    color:#000;
    border:none;
    font-weight:600;
    padding:12px;
}

.invest-btn:hover{
    background:#c79226;
    color:#000;
}


/*-------------------  wallet page css  -----------------------*/
.wallet-tabs{
    border:none;
    gap:15px;
}

.wallet-tabs .nav-link{
    background:#08111f;
    color:#cfcfcf;
    border:none;
    padding:12px 25px;
    border-radius:10px;
}
.wallet-card,
.dark-input,
.dark-input:focus{
    background-color: #0b1324 !important;
    color: #fff !important;
    /* border: 1px solid #d4a54a !important; */
    border: 1px solid rgba(255,255,255,.06) !important;
    box-shadow: none !important;
}

.wallet-tabs .nav-link.active{
    background:#d6a43f;
    color:#000;
}
.wallet-card small{
    font-size: 15px;
  font-weight: 400;
  color: #fff9;
}
.wallet-card ul li{
      font-size: 15px;
  font-weight: 400;
  color: #fff9;
}
.wallet-card  h4{
   font-size: 20px;
  font-weight: 500;
}
.wallet-card label{
    font-size: 15px;
  font-weight: 400;
  color: #fff9;
}

.from-s .form-control{
  color:#fff !important;
 /* background: #08111f !important; */
   background-color: #0b1324 !important;
  border: 1px solid rgba(255,255,255,.06) !important;
}
.form-control::placeholder{
    color:#ffffffb9 !important;
    opacity:1;
}
.amount-box{
    position: relative;
}

.amount-input{
    background: #07101d !important;
    border: 1px solid rgba(212,165,74,.35) !important;
    border-radius: 12px !important;
    height: 60px;
    color: #fff !important;
    padding-right: 110px !important;
    padding-left: 20px !important;
    box-shadow: none !important;
}

.amount-input:focus{
    background: #07101d !important;
    border-color: #d4a54a !important;
    color: #fff !important;
    box-shadow: none !important;
}

.amount-input::placeholder{
    color: #8d96a8 !important;
}

.currency-text{
    position: absolute;
    right: 0;
    top: 0;
    width: 95px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #cfcfcf; */
    color:#ffffffb9;
    font-weight: 500;
    font-size: 14px;
    border-left: 1px solid rgba(212,165,74,.25);
    background: rgba(255,255,255,.02);
    border-radius: 0 12px 12px 0;
}

.from-s label{
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}







.wallet-card,
.payment-methods{
    background:#08111f;
    border:1px solid rgba(255,255,255,.06);
    border-radius:15px;
    padding:25px;
}
.payment-methods{
    background:#08111f;
    border:1px solid rgba(255,255,255,.06);
    border-radius:15px;
    padding:20px;
}
.payment-methods h5{
    color:#fff;
    font-size:18px;
    margin-bottom:20px;
}
.method{
    display:flex;
    align-items:center;
    gap:12px;
    width:100%;
    padding:14px 15px;
    margin-bottom:12px;
    text-decoration:none;
    color:#d6d6d6;
    background:transparent;
    border-radius:10px;
    transition:all .3s ease;
}

.method i{
    width:20px;
    font-size:16px;
    color:#d6a43f;
}

.method.active{
    background:rgba(214,164,63,.20);
    border:1px solid rgba(214,164,63,.35);
    color:#fff;
}
.method:hover{
    background:rgba(255,255,255,.05);
    color:#fff;
}
.method:last-child{
    margin-bottom:0;
}
.payment-card{
    background:#08111f;
    border:1px solid rgba(255,255,255,.06);
    border-radius:15px;
    padding:30px;
}

.qr-img{
    width:180px;
    margin:auto;
    display:block;
}

.payment-text{
    text-align:center;
    color:#a6a6a6;
    margin:20px 0;
}

.address-box{
    background:#0d1625;
    border:1px solid rgba(255,255,255,.08);
    border-radius:8px;
    padding:15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.copy-btn{
    background:none;
    border:none;
    color:#d6a43f;
    font-size:18px;
}

.payment-note{
    display:block;
    text-align:center;
    color:#8c8c8c;
    margin-top:20px;
}

.submit-btn{
    width:100%;
    background:#d6a43f;
    color:#000;
    border:none;
    padding:14px;
    font-weight:600;
}

.submit-btn:hover{
    background:#c5922e;
    color:#000;
}




/*-------------------  transactions page css  -----------------------*/


/* Tabs */
.transaction-tabs{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    background:#071220;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:15px;
}
.transaction-tabs a{
    text-decoration: none !important;
}
.tab-btn{
    background:transparent;
    border:none;
    color:#8c97a8;
    font-size:18px;
    font-weight:500;
    padding:14px 28px;
    border-radius:14px;
    transition:.3s;
}

.tab-btn.active{
    background:#111b2b;
    color:#f5b642;
}

.tab-btn:hover{
    color:#fff;
}

/* Table Card */
.transaction-card{
    background: #071220;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    overflow: hidden;
}

.transaction-table{
    /* min-width: 900px; */
    color: #fff;
    background: #071220;
}

.transaction-table thead th{
    background: #071220;
    color: #9aa4b5;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 25px;
}
.transaction-table tbody{
    background: #071220;
}
.transaction-table tbody tr{
    background: #071220 !important;
}

.transaction-table tbody td{
    background: #071220 !important;
    color: #fff;
    border-color: rgba(255,255,255,.06);
    padding: 25px;
    white-space: nowrap;
}

.transaction-table tbody tr:hover td{
    background: #0b1830 !important;
}

.transaction-table tbody td{
    padding:28px 25px;
    border-color:rgba(255,255,255,.06);
    color:#fff;
    white-space:nowrap;
}

/* Status */
.status{
    display:inline-block;
    padding:8px 18px;
    border-radius:10px;
    font-size:14px;
    font-weight:600;
}

.status.completed{
    color:#35d56f;
    background:rgba(53,213,111,.15);
    border:1px solid rgba(53,213,111,.25);
}
.status.pending{
    color:#f8f53d;
    background:rgba(211, 240, 85, 0.15);
    border:1px solid rgba(211, 240, 85, 0.25);
}

.status.canceled{
    color:#ff5b5b;
    background:rgba(255,91,91,.15);
    border:1px solid rgba(255,91,91,.25);
}

/*-------------------  rererral page css  -----------------------*/
.referral-card{
    background:#071220;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:25px;
}

.referral-link-box{
    background:#091626;
    border:1px solid rgba(255,255,255,.06);
    border-radius:16px;
    padding:18px;
    display:flex;
    align-items:end;
    gap:15px;
}
.referral-link-box .link-content{
    flex:1;
}


.referral-link-box h6{
    color:#fff;
    font-size:14px;
    margin-bottom:10px;
}

.referral-link-box input{
    width:100%;
    background:#091626;
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    padding:14px 15px;
    border-radius:10px;
}

.copy-btn{
    min-width:120px;
    background:#e0ab43;
    border:none;
    color:#000;
    padding:14px 25px;
    border-radius:10px;
    font-weight:600;
}

.stat-card{
    background:#091626;
    border:1px solid rgba(255,255,255,.06);
    border-radius:16px;
    padding:25px;
}

.stat-card span{
    color:#9ca8b7;
    font-size:14px;
}

.stat-card h3{
    color:#fff;
    font-size:20px;
    margin-top:10px;
    margin-bottom:0;
    font-weight:700;
}

.referral-table{
    --bs-table-bg:transparent;
    --bs-table-color:#fff;
    min-width:700px;
}

.referral-table thead th{
    color:#9ca8b7;
    border-bottom:1px solid rgba(255,255,255,.08);
    padding:20px;
}

.referral-table tbody td{
    color:#fff;
    padding:22px 20px;
    border-color:rgba(255,255,255,.06);
}

.referral-table tbody tr:hover{
    background:#0c1b31;
}

/*-------------------  REPORTS page css  -----------------------*/
.report-filter-card,
.report-summary-card{
    background:#071220;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:25px;
}

.form-label{
    color:#9ca8b7;
    margin-bottom:10px;
}



.select-box{
    position: relative;
}

.select-icon{
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
    z-index: 2;
}

.report-select{
    background:#091626;
    color:#fff;
    border:1px solid rgba(255,255,255,.08);
    height:55px;
    padding-right:50px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}




.report-select option{
    background:#091626;
    color:#fff;
}

.report-select:focus{
    background:#091626;
    color:#fff;
    box-shadow:none;
    border-color:#d4a648;
}

.generate-btn{
    width:100%;
    height:55px;
    border:none;
    border-radius:12px;
    background:#d4a648;
    color:#000;
    font-weight:600;
}

.summary-title{
    color:#fff;
    margin-bottom:30px;
}

.summary-box span{
    color:#9ca8b7;
    font-size:14px;
}

.summary-box{
    position:relative;
    padding-right:30px;
}

.summary-box::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:1px;
    height:70px;
    background:rgba(255,255,255,.08);
}

/* Last box me line nahi */
.col-lg-3:last-child .summary-box::after{
    display:none;
}

.summary-box h3{
    color:#fff;
    font-size:20px;
    margin-top:10px;
    font-weight:500;
}


.chart-box{
    position: relative;
    height: 350px;
    width: 100%;
}

#reportChart{
    width: 100% !important;
    height: 100% !important;
}





/*-------------------  settings page css  -----------------------*/
.settings-card{
    background:#071220;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    overflow:hidden;
}

.settings-tabs{
    display:flex;
    flex-wrap:wrap;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.setting-tab{
    background:none;
    border:none;
    color:#9ca8b7;
    padding:20px 30px;
    font-size:16px;
}

.setting-tab.active{
    color:#d4a648;
    background:#0d1829;
}

/* .tab-content{
    display:none;
    padding:30px;
}

.tab-content.active{
    display:block;
} */
.settings-content{
    display:none;
    padding:30px;
}

.settings-content.active{
    display:block;
}
.profile-image-box{
    text-align:center;
}

.profile-img{
    width:130px;
    height:130px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:20px;
}

.change-photo-btn{
    background:#091626;
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    padding:12px 20px;
    border-radius:10px;
}

.save-btn{
    width:100%;
    background:#d4a648;
    color:#000;
    border:none;
    height:55px;
    border-radius:12px;
    font-weight:600;
}

.tab-content label{
    color:#9ca8b7;
    margin-bottom:10px;
}

.form-check-label{
    color:#fff;
}



.support-card{
    background:#071220;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    overflow:hidden;
}

/* FAQ */
.faq-accordion .accordion-item{
    background:#071220;
    border:none;
    border-bottom:1px solid rgba(255,255,255,.06);
}

.faq-accordion .accordion-button{
    background:#071220;
    color:#fff;
    box-shadow:none;
    padding:25px;
    font-size:17px;
}

.faq-accordion .accordion-button:not(.collapsed){
    background:#071220;
    color:#fff;
}

.faq-accordion .accordion-button::after{
    filter:invert(77%) sepia(52%)
           saturate(483%)
           hue-rotate(359deg);
}

.faq-accordion .accordion-body{
    color:#b9c2d0;
    background:#071220;
}

/* Support Box */
.support-help-box{
    margin-top:25px;
    background:#071220;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:35px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    overflow:hidden;
}


.support-content h3{
    color:#fff;
    font-size:42px;
    margin-bottom:15px;
}


.support-content h3{
    color:#fff;
    font-size:32px;
    margin-bottom:15px;
}
.ticket-btn{
    background:#d4a648;
    border:none;
    color:#000;
    padding:14px 35px;
    border-radius:10px;
    font-weight:600;
}

.support-image img{
    max-height:250px;
    object-fit:contain;
}









.transfer-card{
    max-width:650px;
    margin:auto;
}

.transfer-input .input-group-text{
    background:#1b1b1f;
    border:1px solid rgba(255,255,255,.08);
    color:#d4a648;
    min-width:60px;
    justify-content:center;
}

.transfer-input .form-control,
.transfer-input .form-select{
    border-left:0;
}

.password-btn{
    background:#2b2b31;
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    width:60px;
}

.otp-btn{
    min-width:130px;
    border:1px solid #2563ff;
    color:#2563ff;
    background:transparent;
    border-radius:12px;
}

.otp-btn:hover{
    background:#2563ff;
    color:#fff;
}

.transfer-close{
    background:none;
    border:none;
    color:#fff;
    font-size:20px;
}


.address-box{
    display:flex;
    align-items:center;
    gap:10px;
    overflow:hidden;
}

.address-box span{
    flex:1;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.copy-btn{
    flex-shrink:0;
}



.settings-content{
    display:none;
}

.settings-content.active{
    display:block;
}

.setting-tab.active{
    color:#d4a54a;
    border-bottom:2px solid #d4a54a;
}

.tab-btn.active{
    background:#d4a648;
    color:#000;
}

/* datatable css */


table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #e0e0e0;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e0e0e0;
}
.dataTables_filter {
    padding: 20px !important;
}
.dataTables_length {
    padding: 20px;
}