/* ==========================================================
BOOTSTRAP 5.3 RESPONSIVE BREAKPOINTS
========================================================== */

/* ===================== XS : Mobile (<576px) ===================== */
@media (max-width: 991.98px) {
.hero-content h1 {
        font-size: 30px;
    }
    .hero-content h1 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 7px;
    font-family: "Tai Heritage Pro", serif;
}
.hero-btns {
    display: flex;
    gap: 15px;
    margin: 16px 0;
}
    .section-title {
        font-size: 22px;
    }
  .hero-box{
        width:100%;
        height:220px;
    }

.hero-btns{
        flex-direction:column;
        align-items:flex-start; /* Important */
    }
  .hero-btns a{
        width:auto !important;
        display:inline-flex;
        align-items:center;
        justify-content:center;
    }
.investment-title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    font-family: "Tai Heritage Pro", serif;
}

    .stat-item h3 {
        font-size: 19px;
    }
    .stat-item i {
    font-size: 26px;
    color: #d4a54a;
}
    .about-content h2 {
        font-size: 25px;
        font-weight: 500;
    }
.about-content p {
    color: #c2c7d0;
    line-height: 1.9;
    margin-bottom: -4px;
}
.why-content h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
    font-family: "Tai Heritage Pro", serif;
    font-weight: 500;
}
.faq-title {
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    font-family: "Tai Heritage Pro", serif;
}
 .accordion-button:not(.collapsed) {
    color: #d4a54a !important;
    font-size: 20px;
    font-weight: 500;
}
.accordion-body {
    color: #c2c7d0;
    line-height: 1.5;
    padding: 0 0 25px;
    font-size: 13px;
}

.contact-title {
    font-size: 25px;
    color: #fff;
    font-family: "Tai Heritage Pro", serif;
}

.contact-cta h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 1px;
    font-family: "Tai Heritage Pro", serif;
}
.hero-label {
    position: absolute;
    bottom: 81px;
    left: 53%;
    transform: translateX(-50%) skewX(2deg);
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

.hero-gallery{
    display: contents;
    align-items: stretch;
    height: calc(100vh - 90px);
    min-height: 615px;
    max-height: atuo;
    gap: 12px;
    overflow: hidden;
}
.hero-section {
    background: #050d1c;
    min-height: 100vh;
    overflow: hidden;
    padding: 15px;
}

    
    .oreiva-navbar .nav-link.active::after{
        left: 0;
        transform: none;
        bottom: -3px;
    }

.about-section{
        margin: 15px 0px 50px 0px;
}


 .address-box{
        padding:12px;
    }

    .copy-btn{
        width:48px;
        height:48px;
        padding:0;
    }



   /* .hero-gallery{
        height:auto;
        flex-wrap:wrap;
    }

    .hero-box{
        width:50%;
        flex:none;
        height:250px;
    }

    .hero-content{
        padding:120px 20px 50px;
    }

    .hero-content h1{
        font-size:48px;
    }
   .navbar-collapse{

        background:#08111f;

        padding:20px;

        margin-top:15px;

        border-radius:12px;
    }

    .header-btns{

        margin-top:20px;

        flex-direction:column;
    }

    .btn-login,
    .btn-register{

        width:100%;
        text-align:center;
    }

    .oreiva-navbar .nav-link{
        margin:8px 0;
    }

.stats-wrapper{
        gap:25px;
        justify-content:center;
    }

    .divider{
        display:none;
    }

    .stat-item{
        width:45%;
    }



   .about-content{
        margin-bottom:30px;
    }

    .about-content h2{
        font-size:36px;
    }

.oreiva-footer .col-lg-2::before,
.oreiva-footer .col-lg-3::before{

    content:"";

    position:absolute;

    left:-15px;
    top:0;

    width:1px;
    height:100%;

    background:rgba(255,255,255,.08);
} */













 #menuBtn{
        display:block !important;
    }

   /* .desktop-header .header-user{
        display:none !important;
    } */
    .desktop-header .header-user{
        display:flex !important;
    }
        .mobile-header .header-user{
        display: none !important;
    }
.mobile-page-header{
        display:flex !important;
        padding:20px 0;
        background:transparent;
    }

    .mobile-page-header .header-user{
        display:none;
    }

    .mobile-page-header .header-text h2{
        font-size:22px;
        margin-bottom:8px;
    }


.header-text h2 {
    font-size: 20px;
    font-weight: 500;
}
.top-header{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        z-index:1000;
        padding:20px;
        background:#050b16;
        border-bottom: 1px solid #ffffff4d;
    }

    .header-left{
        display:flex;
        align-items:center;
        gap:15px;
    }

    .mobile-logo{
        display:block;
        height:55px;
        width:auto;
    }

    /* Sidebar logo hide */
    .sidebar .logo-area{
        display:none;
    }

    .header-title{
        display:none;
    }

    .profile-box{
        display:none;
    }



      .sidebar{
        position: fixed;
        top: 0;      /* header height */
        left: -280px;
        width: 280px;
   height:100vh;
         z-index:1100;
        transition: .3s;
        overflow-y: auto;
    }

    .sidebar.show{
        left:0;
    }

    .content{
        margin-left:0;
        width:100%;
    }

/* Desktop profile hide */
    .desktop-header .profile-box{
        display:none;
    }
     /* Mobile profile show */
    .mobile-profile{
        display:block !important;
    }

    .mobile-header{
        display:flex;
        justify-content:space-between;
        align-items:center;
        width:100%;
    }
       .dashboard-body{
        padding-top:74px;
    }

     .desktop-header{
              display: flex;
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .mobile-right{
        display:flex;
        align-items:center;
        gap:15px;
    }

    .mobile-profile img{
        width:50px;
        height:50px;
        border-radius:50%;
        object-fit:cover;
        display:block;
    }
  
  .welcome-card{
        flex-direction:column;
        align-items:flex-start;
    }

    .right-section{
        width:100%;
        justify-content:space-between;
    }
  
.recent-card{
        padding:20px;
    }

    .activity-item{
        gap:10px;
    }

    .activity-icon{
        width:38px;
        height:38px;
        font-size:12px;
    }

    .activity-item h6{
        font-size:14px;
    }

    .activity-item small{
        font-size:11px;
    }

    .activity-item span{
        font-size:14px;
    }



.upgrade-card{
        flex-direction:column;
        text-align:center;
        gap:25px;
        padding:25px;
    }
 .upgrade-card{
        padding:25px;
        min-height:250px;
    }

    .upgrade-content{
        max-width:100%;
        text-align:center;
    }

    .upgrade-content h3{
        font-size:28px;
    }

    .upgrade-image{
        position:relative;
        right:auto;
        bottom:auto;
        margin-top:20px;
        text-align:center;
        width:100%;
    }

    .upgrade-image img{
        width:180px;
        margin:auto;
    }
    .upgrade-content h3{
        font-size:28px;
    }

    .upgrade-image img{
        width:170px;
    }
.amount-input{
        height: 54px;
        padding-right: 85px !important;
    }

    .currency-text{
        width: 80px;
        height: 54px;
        font-size: 14px;
    }

  .transaction-tabs{
        gap: 10px;
        padding: 12px;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
    }

    .transaction-tabs::-webkit-scrollbar{
        display: none;
    }

    .tab-btn{
        padding: 10px 18px;
        font-size: 15px;
        min-width: max-content;
    }

   .referral-card{
        padding:15px;
    }

      .referral-link-box{
        flex-direction:column;
        align-items:stretch;
    }

    .copy-btn{
        width:100%;
    }
    .stat-card{
        padding:20px;
    }

    .stat-card h3{
        font-size:24px;
    }


    .report-filter-card,
    .report-summary-card{
        padding:15px;
    }

    .summary-box h3{
        font-size:22px;
    }

    .chart-box{
        height:280px;
    }

     .support-help-box{
        flex-direction:column;
        text-align:center;
        padding:25px;
    }

    .support-image img{
        height:170px;
    }

    .ticket-btn{
        width:100%;
    }

.wallet-card h4 {
    font-size: 18px;
    font-weight: 500;
}

    .otp-btn{
        min-width:110px;
        font-size:14px;
    }

    .transfer-card{
        padding:20px;
    }


.menu-btn i {
    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: #fff;
    background-color: #d4a54a;
    transition: 0.3s;
    font-size: 20px;
    
}





}

/* ===================== SM : Small Devices (576px - 767.98px) ===================== */
@media (min-width: 576px) and (max-width: 767.98px) {
.hero-content h1 {
        font-size: 30px;
    }
    .hero-content h1 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 7px;
    font-family: "Tai Heritage Pro", serif;
}
.hero-btns {
    display: flex;
    gap: 15px;
    margin: 16px 0;
}
    .section-title {
        font-size: 22px;
    }
  .hero-box{
        width:100%;
        height:220px;
    }

.hero-btns{
        flex-direction:column;
        align-items:flex-start; /* Important */
    }
  .hero-btns a{
        width:auto !important;
        display:inline-flex;
        align-items:center;
        justify-content:center;
    }
.investment-title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    font-family: "Tai Heritage Pro", serif;
}

    .stat-item h3 {
        font-size: 19px;
    }
    .stat-item i {
    font-size: 26px;
    color: #d4a54a;
}
    .about-content h2 {
        font-size: 25px;
        font-weight: 500;
    }
.about-content p {
    color: #c2c7d0;
    line-height: 1.9;
    margin-bottom: -4px;
}
.why-content h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
    font-family: "Tai Heritage Pro", serif;
    font-weight: 500;
}
.faq-title {
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    font-family: "Tai Heritage Pro", serif;
}
 .accordion-button:not(.collapsed) {
    color: #d4a54a !important;
    font-size: 20px;
    font-weight: 500;
}
.accordion-body {
    color: #c2c7d0;
    line-height: 1.5;
    padding: 0 0 25px;
    font-size: 13px;
}

.contact-title {
    font-size: 25px;
    color: #fff;
    font-family: "Tai Heritage Pro", serif;
}

.contact-cta h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 1px;
    font-family: "Tai Heritage Pro", serif;
}
.hero-label {
    position: absolute;
    bottom: 81px;
    left: 53%;
    transform: translateX(-50%) skewX(2deg);
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

.hero-gallery{
    display: contents;
    align-items: stretch;
    height: calc(100vh - 90px);
    min-height: 615px;
    max-height: atuo;
    gap: 12px;
    overflow: hidden;
}
.hero-section {
    background: #050d1c;
    min-height: 100vh;
    overflow: hidden;
    padding: 15px;
}

    
    .oreiva-navbar .nav-link.active::after{
        left: 0;
        transform: none;
        bottom: -3px;
    }

.about-section{
        margin: 15px 0px 50px 0px;
}

 .desktop-header{
              display: flex;
        margin-top: 40px;
        margin-bottom: 15px;
    }




   /* .hero-gallery{
        height:auto;
        flex-wrap:wrap;
    }

    .hero-box{
        width:50%;
        flex:none;
        height:250px;
    }

    .hero-content{
        padding:120px 20px 50px;
    }

    .hero-content h1{
        font-size:48px;
    }
   .navbar-collapse{

        background:#08111f;

        padding:20px;

        margin-top:15px;

        border-radius:12px;
    }

    .header-btns{

        margin-top:20px;

        flex-direction:column;
    }

    .btn-login,
    .btn-register{

        width:100%;
        text-align:center;
    }

    .oreiva-navbar .nav-link{
        margin:8px 0;
    }

.stats-wrapper{
        gap:25px;
        justify-content:center;
    }

    .divider{
        display:none;
    }

    .stat-item{
        width:45%;
    }



   .about-content{
        margin-bottom:30px;
    }

    .about-content h2{
        font-size:36px;
    }

.oreiva-footer .col-lg-2::before,
.oreiva-footer .col-lg-3::before{

    content:"";

    position:absolute;

    left:-15px;
    top:0;

    width:1px;
    height:100%;

    background:rgba(255,255,255,.08);
} */
















.mobile-page-header{
        display:flex !important;
        padding:20px 0;
        background:transparent;
    }



    .mobile-page-header .header-user{
        display:none;
    }

    .mobile-page-header .header-text h2{
        font-size:22px;
        margin-bottom:8px;
    }


.header-text h2 {
    font-size: 20px;
    font-weight: 500;
}
.top-header{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        z-index:1000;
        padding:20px;
        background:#050b16;
        border-bottom: 1px solid #ffffff4d;
    }

    .header-left{
        display:flex;
        align-items:center;
        gap:15px;
    }

    .mobile-logo{
        display:block;
        height:55px;
        width:auto;
    }

    /* Sidebar logo hide */
    .sidebar .logo-area{
        display:none;
    }

    .header-title{
        display:none;
    }

    .profile-box{
        display:none;
    }



      .sidebar{
        position: fixed;
        top: 0;      /* header height */
        left: -280px;
        width: 280px;
   height:100vh;
         z-index:1100;
        transition: .3s;
        overflow-y: auto;
    }

    .sidebar.show{
        left:0;
    }

    .content{
        margin-left:0;
        width:100%;
    }

/* Desktop profile hide */
    .desktop-header .profile-box{
        display:none;
    }
     /* Mobile profile show */
    .mobile-profile{
        display:block !important;
    }

    .mobile-header{
        display:flex;
        justify-content:space-between;
        align-items:center;
        width:100%;
    }
       .dashboard-body{
        padding-top:74px;
    }

     .desktop-header{
        display:block;
      margin-top: 25px;
    }

    .mobile-right{
        display:flex;
        align-items:center;
        gap:15px;
    }

    .mobile-profile img{
        width:50px;
        height:50px;
        border-radius:50%;
        object-fit:cover;
        display:block;
    }
  
  .welcome-card{
        flex-direction:column;
        align-items:flex-start;
    }

    .right-section{
        width:100%;
        justify-content:space-between;
    }
  
.recent-card{
        padding:20px;
    }

    .activity-item{
        gap:10px;
    }

    .activity-icon{
        width:38px;
        height:38px;
        font-size:12px;
    }

    .activity-item h6{
        font-size:14px;
    }

    .activity-item small{
        font-size:11px;
    }

    .activity-item span{
        font-size:14px;
    }



.upgrade-card{
        flex-direction:column;
        text-align:center;
        gap:25px;
        padding:25px;
    }
 .upgrade-card{
        padding:25px;
        min-height:250px;
    }

    .upgrade-content{
        max-width:100%;
        text-align:center;
    }

    .upgrade-content h3{
        font-size:28px;
    }

    .upgrade-image{
        position:relative;
        right:auto;
        bottom:auto;
        margin-top:20px;
        text-align:center;
        width:100%;
    }

    .upgrade-image img{
        width:180px;
        margin:auto;
    }
    .upgrade-content h3{
        font-size:28px;
    }

    .upgrade-image img{
        width:170px;
    }
.amount-input{
        height: 54px;
        padding-right: 85px !important;
    }

    .currency-text{
        width: 80px;
        height: 54px;
        font-size: 14px;
    }

  .transaction-tabs{
        gap: 10px;
        padding: 12px;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
    }

    .transaction-tabs::-webkit-scrollbar{
        display: none;
    }

    .tab-btn{
        padding: 10px 18px;
        font-size: 15px;
        min-width: max-content;
    }

   .referral-card{
        padding:15px;
    }

      .referral-link-box{
        flex-direction:column;
        align-items:stretch;
    }

    .copy-btn{
        width:100%;
    }
    .stat-card{
        padding:20px;
    }

    .stat-card h3{
        font-size:24px;
    }


    .report-filter-card,
    .report-summary-card{
        padding:15px;
    }

    .summary-box h3{
        font-size:22px;
    }

    .chart-box{
        height:280px;
    }

     .support-help-box{
        flex-direction:column;
        text-align:center;
        padding:25px;
    }

    .support-image img{
        height:170px;
    }

    .ticket-btn{
        width:100%;
    }

.wallet-card h4 {
    font-size: 18px;
    font-weight: 500;
}

    .otp-btn{
        min-width:110px;
        font-size:14px;
    }

    .transfer-card{
        padding:20px;
    }


.menu-btn i {
    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: #fff;
    background-color: #d4a54a;
    transition: 0.3s;
    font-size: 20px;
    
}





}

/* ===================== MD : Tablets (768px - 991.98px) ===================== */
@media (min-width: 768px) and (max-width: 991.98px) {
 .oreiva-navbar .nav-link.active::after{
        left: 0;
        transform: none;
        bottom: -3px;
    }
 .desktop-header{
              display: flex;
        margin-top: 40px;
        margin-bottom: 15px;
    }
}

/* ===================== LG : Laptops (992px - 1199.98px) ===================== */
@media (min-width: 992px) and (max-width: 1199.98px) {
.oreiva-logo-sec img{
    height: 53px;
    width: auto;
   
}
.oreiva-navbar .nav-link {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0px;
    position: relative;
    transition: .3s;
    margin: 0 7px;
}
.header-user {
    margin-right: 7px;
}
.header-btns {
    display: flex;
    gap: 6px;
}


}

/* ===================== XL : Desktops (1200px - 1399.98px) ===================== */
@media (min-width: 1200px) and (max-width: 1399.98px) {

}

/* ===================== XXL : Large Screens (1400px+) ===================== */
@media (min-width: 1400px) {

}
