@import url('https://googleapis.com');

 /* body{
    background-color: #181a20 !important;
    /* padding: 64px 24px; */
    /* color: white !important;
    width: 100%;
   

}  */
 /* 1. Default Light Mode */
 body {
   background-color: #ffffff !important;
    color: #1e2329 !important;
  transition: background-color 0.5s ease, color 0.5s ease;
  margin: 0;
  padding: 20px;
  font-family: sans-serif;
} 
/* 
 2. Active Dark Mode (The part that was missing) */
body.dark-theme {
  background-color: #0b0e11 !important;
    color: #ffffff !important;

}  
body.dark-theme p, 
body.dark-theme h4, 
body.dark-theme a, 
body.dark-theme span {
    color: #ffffff !important;
}


.mynav{
    height: 64px; 
    width: 100%;
    padding: 0px 20px; 
    display: flex;
    justify-content: space-between;
    /* box-sizing: border-box; */
    /* background-color: red; */
}
.mybody{
    margin: 0px 59px;
    padding: 24px;
    box-sizing: border-box;
}
.navleft{
    display: flex;
    align-items: center;
   
}
.navleft img{
    width: 120px;
   
}
.alinks{
    display: flex;
    align-items: center;
    gap: 7px;
}
/* Light Mode (White Background) */
.alinks a {
    padding: 0px 10px;
    text-decoration: none;
    color: #323244 !important; /* Changed to Dark Gray/Black */
    filter: invert(0);
    font-size: 0.75rem;
    font-weight: 700;
}

/* Dark Mode (Black Background) */
body.dark-theme .alinks a {
    color: #ffffff !important; /* Changed to White */
}

/* Fix SVG Arrows to match text */
.alinks a svg path {
    fill: black !important;
}
body.dark-theme .alinks a svg path {
    fill: rgb(247, 246, 246) !important;
}


/* Update your existing hover block */
.alinks a:hover, 
.dropdownwithtext:hover, 
.dropdownwithtext:hover svg path {
    text-decoration: none;
    font-weight: 700;
    font-size: .75rem;
    color: #f0b90b !important;
    fill: #f0b90b !important; /* This changes the arrow color */
}



.navright{
    display: flex;
    /* justify-content: end; */
    align-items: center;
    gap: 8px;
   

}
.hover-color{
    color: rgb(0, 0, 0);
}
body.dark-theme .hover-color{
    color: rgb(244, 244, 244);
}

.hover-color:hover{
    color: #f0b90b;
}
.bn-login{
    min-width: 3.5rem ;
    padding: 7px;
    font-size: 0.70rem;
    border: 0px;   
    border-radius: 5px;
    color: white;
    background-color: #333b47;
    font-weight: 650;
}

.bn-signup{
    min-width: 4rem ;
    min-height: 1rem;
    padding: 7px;
    font-size: 0.70rem;
    border: 0px;   
    border-radius: 5px;
    background-color: #fcd535;
    font-weight: 650;
}
svg {
    color: rgb(249, 249, 250); /* Soft Binance Grey */
    transition: all 0.2s ease;
}

svg:hover {
    color: #F0B90B; /* Turns Yellow on Hover */
    /* transform: translateY(2px); Subtle "bounce" effect */
}

.bn-svga, .bn-svg{
    height: 20px;
    width: 20px;
}

.dropdownwithtext{
    display: flex;
    align-items: center;
}
.dropdownwithtext svg{
    height: 18px;

}



.largenum {
    font-size: 72px;
    color: #f0b90b;
    font-weight: 800;
    padding: 0px;
    font-family: "geometric", sans-serif;
}
.trustText div,  .UserTrust1, .UserTrust2{
    
     font-size:72px;
    line-height:76px;
    font-weight: 700;
   
   
     min-height: fit-content;
   
}
body.dark-theme .trustText div,  .UserTrust1 ,  body.dark-theme .UserTrust2 {
    
    font-size:72px;
    line-height:76px;
    font-weight: 700;
    color: #ffffff !important;

     min-height: fit-content;
   
}
.no1div{
   
    text-align: center;
    align-items: center;
    width: auto;

}

.no1 p{
   
    /* Use background instead of color */
    background: linear-gradient(to bottom, #efb80b, #eab50b);
    
    /* Clip the background to the letters */
    -webkit-background-clip: text;
    background-clip: text;
    
    /* Make the original text color transparent so gradient shows through */
    color: transparent;
    
    /* Optional: Ensure it works in all browsers */
    display: inline-block; 


  margin: 0;
    font-weight:700;
    font-size:2rem;
    line-height:100%;
    width: 150px;

}
.no1div span{
     background: linear-gradient(to bottom, #efb80b, #eab50b);
    
    /* Clip the background to the letters */
    -webkit-background-clip: text;
    background-clip: text;
    
    /* Make the original text color transparent so gradient shows through */
    color: transparent;
    
    /* Optional: Ensure it works in all browsers */
    display: inline-block; 
    font-weight:500;
    font-size: 0.85rem;
    width: 150px;

}

.inputfield{
margin: 2rem 0rem;
background: transparent;
border-radius: 8px;
border:1px solid rgb(104, 102, 102);
width: 20vw;
height: 3rem; 
color: white;   

}

.registerbtn{
    height: 48px;
    width: 180px;
    min-width: 160px;
    border-radius: 8px;
    background-color: #f0b90b;
    border: none;
    font-weight: 600;
}

.crypto-card {
  background-color: #1e2329; /* Dark background */
  border-radius: 20px;
  padding: 24px;
  width: 500px;
  color: white;
  font-family: 'IBM Plex Sans', sans-serif;

}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.item1 {
  margin-right: 20px;
  color: #848e9c;
  cursor: pointer;
  font-weight: 600;
}

.item1 .active {
  color: white;
  position: relative;
}

/* Yellow line under active tab */
.item1 .active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f0b90b;
}

.view-all {
  color: #848e9c;
  text-decoration: none;
  font-size: 14px;
}

.crypto-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.coin-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.coin-info img {
  width: 32px;
  height: 32px;
}

.coin-name {
  display: flex;
    align-items: center;
    gap: 4px;
}

.symbol { font-weight: 700; font-size: 16px; }
.full-name { color: #5e6673; font-size: 12px; }

.price-info {
  display: flex;
  align-items: center;
  gap: 60px; /* Adjust to match alignment */
}

.price { font-weight: 600; }
.negative { color: #f6465d; } /* Binance red */


.news-card {
    background-color: #1e2329; /* Binance dark grey */
    border-radius: 20px;
    padding: 24px;
    width: 500px; /* Adjust based on your layout */
    color: white;
    font-family: 'IBM Plex Sans', Arial, sans-serif;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.news-header h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.view-all {
    font-size: 13px;
    color: #848e9c;
    text-decoration: none;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Creates spacing between headlines */
}

.news-item {
    font-size: 14px;
    line-height: 1.5;
    color: #eaecef;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.news-item:hover {
    color: #f0b90b; /* Yellow highlight on hover */
}

.brand {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}
.brandsicons{
    display: flex;
    gap: 1rem;
    border-right: 1px solid  rgb(60, 59, 59);
    width: fit-content; 
    padding-right: 1rem;
   

}

.icons , .icons1{
    border: 0.5px solid rgb(52, 51, 51);
    border-radius: 8px;
    width: 3rem;
    height: 3rem;
    

}

.icons img {
    height: 100%;
    width: 100%;
    padding: 10px;
    filter:invert(1) !important;
}

body.dark-theme .icons img{
    filter: invert(0) !important;
    
}


.icons1 img{
    height: 100%;
    width: 100%;
    padding: 6px;
   
}






















.footer-sidebar {
    background-color: #181a20; /* Binance dark grey */
    color: #eaecef;
    padding: 24px;
    width: 280px;
    font-family: 'BinancePlex', Arial, sans-serif;
}

h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

/* 4-column layout for icons */
.social-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.social-grid i {
    font-size: 20px;
    color: #848e9c;
    cursor: pointer;
    transition: color 0.2s;
}

.social-grid i:hover {
    color: #f0b90b; /* Binance yellow */
}

/* Settings rows (Language & Currency) */
.settings-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 14px;
    cursor: pointer;
}










































.safu-section {
    background: transparent; /* Dark Binance background */
    color: rgb(16, 15, 15);
    display: flex;
    /* align-items: flex-start;
    justify-content:flex-start;
    gap: 5rem; */
    /* padding: 80px 10%; */
    /* font-family: 'BinancePlex', Arial, sans-serif; */
}


body.dark-theme .safu-section {
    background:transparent ;
    color: rgb(246, 242, 242);
     display: flex;
     align-items: flex-start;
    justify-content:flex-start;
    gap: 5rem;
    margin-top: 24px;
    /* padding: 80px 10%; */
    font-family: 'BinancePlex', Arial, sans-serif;
}


.cnb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    opacity: 80%;
    margin: 2rem 0rem;
    
}
.cnb-group {
    display: flex;
    gap: 100px;
}
.cnb-group1{
    display: none;
}
.cnbtextimage{
     display: flex; 
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.cnbtextimage img{
    height: 5rem;
    width: 5rem;
    gap: 3rem;
    
}
.cnbtextimage p{
    margin-bottom: 0;
}

/* Left side styling */
.safu-header {
    font-size: 72px;
    font-weight: 600;
    
    /* margin-bottom: 20px; */
}
.safu-header p{
    margin-bottom: 0px;
    text-align: start;
}

.yellow-text {
    color: #FCD535; /* Binance Yellow */
    text-align: left;
}

.safu-subtext {
    color: #848e9c;
    width: 500px ;
    font-size: 14px;
    /* line-height: 1.6; */
}

/* Right side styling */
.safu-right {
    max-width: 500px;
}

.reserve-text {
    font-size: 14px;
    color: #eaeaea;
    margin-bottom: 5px;
}

.main-stat {
    font-size: 48px;
    color: #FCD535;
    margin: 0;
}

.wallet-address {
    font-size: 12px;
    color: #5e6673;
    /* margin-bottom: 40px; */
}

/* Stats grid */
.stats-grid {
    display: flex;
    gap: 60px;
}

.stat-box h3 {
    font-size: 32px;
    color: #FCD535;
    margin: 0;
}

.stat-box p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}





.videos{
    height: 35vh;
    padding: 10px;
    box-sizing: border-box;
    
    display: flex;
    justify-content: space-between;
     margin-bottom: 7rem ;
     margin-top: 50px ;
}
.videos img{
    height: 100%;
    width: 32%;
    background-color: green;
  

    
}

.qrcontainer{
    display: flex;
    gap: 80px;
}

.qrbox {
    height: 220px;
    width: 220px;
    border-radius: 25px;
    border: 1px solid rgb(55, 55, 55);
    padding: 20px;
    
}

.qrbox img{
    height: 100%;
    width: 100%;
    border-radius: 10px;

}

.qrtext p{
    font-size: 16px;
    font-weight: 500;
    opacity: 50%;
}
.qrtext span{
    font-size: 20px;
    font-weight: 600;
}
.device {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.item{
   
    display: flex;
    gap: 20px;
    margin-top: 0px;
    border-bottom: 1px solid rgb(119, 118, 118) ;
    
}
.item1{
   
    display: flex;
    gap: 20px;
    margin-top: 0px;
    
    
}
.item p{
    cursor: pointer;
    padding-bottom: 20px;
    box-sizing: content-box;
    margin: 0px;
    opacity: 50%;
    border-bottom: 3px solid transparent;


}

 .item p:hover , 
.item .active { 
    border-bottom: 0px ;
    opacity: 1;
    border-bottom: 3px solid  #f0b90b;
   
}
.mobilediv{
    height: 80vh;
    width: 50%;

}
.mobilediv .mobiledivimages{
    height: 80vh;
    width: 100%;

}

.mainqrdiv{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;

    height: 80%;
}
/* 1. Base Styles */
.brands {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.brandimage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

/* 2. SVG Light Mode (Default) */
.bn-svg1 {
    fill: #000000 !important;
    color: #000000 !important; /* Forces currentColor to black */
    display: block;
    margin: auto;
    transition: all 0.3s ease;
}

.bn-svg1:hover {
    fill: #a45353 !important;
    color: #a45353 !important;
}

/* 3. Dark Mode Toggle Fix */
/* Fixed: changed .brandimages to .brandimage */
body.dark-theme .bn-svg1 {
    fill: #ffffff !important;
    color: #ffffff !important;
    filter: none !important; /* REMOVE filter or hover colors won't show */
}

/* 4. Dark Mode Hover */
body.dark-theme .bn-svg1:hover {
    fill: #a45353 !important; 
    color: #a45353 !important;
}


.brandimage p{
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.questionssection{
    font-family: "BinancePlex", "IBM Plex Sans", Arial, sans-serif;
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-list {
    /* Adjust this number until it aligns perfectly with the 'W' */
    padding: 0px 10px 0px 20px; 
    margin: 10px 0;
    list-style-type: disc; /* Ensures the dots show up */
}

.faq-list li {
    margin-bottom: 8px; /* Adds space between the bullet points */
    color: #848e9c;     /* Matches your grey text color */
}

.questiondiv{
    display: flex;
}
.highlight {
    color: #f0b90b; /* Binance yellow */
    font-weight: 600;
}

.answer-text {
    display: block;
    color: #848e9c; /* The grey color from your image */
   
    line-height: 1.6;
    box-sizing: border-box;
    padding: 0px 50px 0px 0px;
    font-size: 1rem;
}

.questiondivstyle{
    border-radius: 10px;
    padding: 10px 10px;
    background-color: #22252b !important;
    font-size: .85rem;
}

.questiondiv .num{
    display: flex;
    align-items: center;
    justify-content: center;
    

}
.num{
    border: 1px solid rgb(39, 39, 39);
    border-radius: 10px;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-weight: 500;
   
    
}
.question{
    width: 98%;
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
}
.seetext{
    font-weight: 300;
    font-size: 30px;
    margin-left: 10px;
    font-weight: 300;
    cursor: pointer;
}

h1{
    text-align: center;
}


.smalltext{
    
   
    padding: 0px 39px;
        
}


body.dark-theme .smalltext p{
    font-size: 12px;
    color: rgb(0, 0, 0);
   
    font-size: 12px;
 
    
}
body.dark-theme .smalltext p{
    color: rgb(255, 250, 250)  !important;
 
    
}
.secure{
  
  padding: 64px 0px;
    display: flex ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40vh;  
}
/* Light Mode */
.securetext, .securetext h1 {
    color: rgb(0, 0, 0);
    font-size: 2.5rem;
    text-align: center;
} /* <--- MAKE SURE THIS IS HERE */

/* Dark Mode Override */
body.dark-theme .securetext,
body.dark-theme .securetext h1 {
    color: #ffffff ;
    
}


hr{
    background-color: aliceblue;
    width: 100%;
    padding: .5px;
}
.footer {
    font-size: 12px !important;
    display: flex;
   
    width: 100%;
    /* background-color: #181a20; */
    padding: 32px 24px;
}


.left{
    width: 20%;
    /* background-color: red; */
    height: 100vh;
}
._CWC .footer-icon {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: var(--color-PrimaryText);
}

.footer-icongroup {
    display: flex;
    gap: 15px;
    padding: 20px 0;
    background-color: red;
}


.footer-icon {
    width: 24px;
    height: 24px;
    /* color: #848e9c; Binance Grey */
    transition: color 0.2s;
}

.footer-icon:hover {
    color: #f0b90b; /* Binance Yellow */
}
.left{
   padding: 24px 0px; 
}

.right{
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    line-height: 24px;
   padding: 24px;
}   

body .dark-theme .colum1 ,body .dark-theme .colum2 ,body .dark-theme .colum3 ,body .dark-theme .colum4{
    font-size: 12px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    /* background-color: red; */
    width: 13rem;
    padding: 0px 8px;
}
body .dark-theme .colum1 h4, body.dark-theme a, 
body .dark-theme h4, body.dark-theme a, 
body .dark-theme h4, body.dark-theme a,
body .dark-theme h4,  body.dark-theme a
body.dark-theme .UserTrust{
   
    color: #ffffff !important;
    
}

.dup{
    display: none;
}


/* Tablet and Mobile adjustments */
@media (max-width: 992px) {
    .mybody {
        margin: 0px 20px; /* Reduce side margins */
    }

    /* Stack the main hero sections */
    .d-flex.justify-content-between {
        flex-direction: column;
        gap: 40px;
    }

    .largenum {
        font-size: 48px; /* Smaller numbers on mobile */
    }

    .min-h-fit div {
        font-size: 48px !important;
        line-height: 52px !important;
    }
    .inpbut{
        display: flex;
        flex-direction: column; 
        align-items: center;
        justify-content: center;
        height: auto;
        gap: 25px; 
        margin-bottom: 1rem;
    }

    /* Make input and button full width */
    .inputfield {
        margin: 2rem 0rem;
        width: 100%; /* Fits the container */
        /* box-sizing: border-box; / */
    }
    
    .registerbtn {
        width: 100%; /* Use 100% instead of 100vw */
        height: 3rem; 
    }

    /* SAFU Section responsiveness */
    .safu-section {
        flex-direction: column;
        gap: 2rem;
    }

    .safu-header {
        font-size: 40px;
    }

    .safu-subtext {
        width: 100%; /* Don't force fixed width */
    }

    /* Video section stacking */
    .videos {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }

    .videos img {
        width: 100%;
        height: auto;
    }

    /* QR Section */
    .qrcontainer {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    .crypto-card , .news-card{
        width: 100%;
    }

    .cnb {
    overflow: hidden;
    width: 100%;
}

.cnb-track {
    display: flex;
    width: max-content;
    /* Ensure no extra gaps here that break the 50% math */
    gap: 0; 
   
}


.cnb-group, .cnb-group1 {
    display: flex;
    /* This gap handles spacing between items within the group */
    gap: 0; 
     animation: ticker 10s linear infinite;
}

.cnbtextimage {
    display: flex;
    align-items: center;
    /* padding handles the spacing between the items and the "seam" */
    padding: 0 40px; 
    white-space: nowrap;
    flex-shrink: 0;
}

@keyframes ticker {
    0% {
        transform: translate(50%);
    }
    100% {
        /* This must be exactly -50% because you have 2 identical groups */
        transform: translate(-50%);
    }
}



    .mobilediv{
        margin-bottom: 60px;
        width: 70%;
        min-height: 80%;
    }
    /* Navigation - Hide links or stack them */
    .alinks {
        display: none; /* Usually, you'd implement a hamburger menu here */
    }
    
    /* Stats Grid */
    .stats-grid {
        flex-direction: column;
        gap: 30px;
    }
    .footer{
        /* display: flex; */
        flex-direction: column;
        margin-bottom: 0px;
    }
  
    /* Main container stacks vertically */
  

    .left {
        width: 100%;
        height: auto;
        margin-bottom: 10px; /* Space before columns */
    }

    .right {
        display: flex; /* Use flex to allow wrapping */
        flex-wrap: wrap; 
        width: 100%;
        padding: 10px 0px;
        gap: 0; /* Remove gap to make 50% calculation easier */
    }

    .colum1, .colum2, .colum3, .colum4 {
        width: 50%; /* Takes half width */
        box-sizing: border-box;
        padding: 15px; /* Add internal spacing instead of gap */
        gap: 3rem;
        text-align: center;
    }
}

   


/* Small Mobile Phones */
@media (max-width: 576px) {
    


    
    .main-stat {
        font-size: 32px;
    }
    
    .item {
        overflow-x: auto; /* Allow tab scrolling if they don't fit */
        white-space: nowrap;
    }

}
/* Container styling */
.theme-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: sans-serif;
  color: white;
}

/* The box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

/* Hide default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The background track */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #2d3436; /* Dark grey background */
  transition: .4s;
  border-radius: 34px;
  display: flex;
  align-items: center;
  padding: 3px;
}

/* The white circle with the icon */
.slider i {
  height: 20px;
  width: 20px;
  background-color: white;
  color: #2d3436; /* Icon color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: .4s;
  transform: translateX(0px);
}

/* When checked: Move the circle to the right */
input:checked + .slider i {
  transform: translateX(24px);
}

/* Optional: Change background color when "on" */
input:checked , .slider {
  background-color: #5f5f5f; 
}


