
/* ñBasic styles for Fidelity Capital */
*{
    margin: 0px;
    box-sizing: border-box;
}

i{
    cursor: pointer;
}

::-webkit-scrollbar{
    display: none;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}  

body {
    font-family: Arial, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'TikTok Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #dcdbdb;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);

}

header {
    background-color: rgba(152, 43, 3, 0.963);
    color: white;
    padding: 1rem;
    text-align: center;
    padding: 20x;
    height: 100px;
}

/* STYLING FOR POP UP ALERT MESSAGE */
.pop-up-container{
    position: fixed;
    z-index:100;
    top:10px;
    /*border:2px solid red;*/
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-up{
    max-width: 60%;
    padding: 7px;
    color: rgb(0, 255, 0);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    border-radius: 10px;
    background-color: #0b5b0bbd;
    text-align: center;
    transition: 2s;
    display: none;
}
.error-pop-up{
    background-color: #810404f8;
    color: #ff0000;
}

/* Create a sticky/fixed navbar */
#navbar {
  overflow: hidden;
  background-color: #1982bb;
  padding: 20px 24px;
  transition: 0.4s;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  /* height: auto; */
}

#navbar #logo {
  font-size: 1.55rem;
  font-weight: 700;
  transition: 0.4s;
  text-align: left;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}

.logo {
    height: 100px;
}

.logo img {
    width: 100px;
    height: 100%;
}

.company-name {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 5px;
    font-size: 2rem;
}

/* Style the navbar links */
#navbar-right,
#navbar-right a,
.user-button {
  color: #ffffff;
}

#navbar-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 10px;

  /* border: 2px solid green; */
}

#navbar-right a, .user-button {
  /* display: inline-flex; */
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  padding: 10px 14px;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.2;
  border-radius: 8px;
  transition: background-color 0.25s ease, color 0.25s ease;

}

#navbar-right a:hover,
.user-button:hover {
  background-color: rgba(255,255,255,0.18);
  color: #ffffff;
}

#navbar-right a.active {
  background-color: rgba(255,255,255,0.22);
  color: #ffffff;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.45rem;
  cursor: pointer;
  padding: 0.5rem;
}

.nav-toggle i {
  pointer-events: none;
}

.popup {
  position: relative;
}

.popuptext.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.popuptext a {
  display: block;
  color: #ffffff;
  padding: 0.2rem 1rem;
  text-decoration: none;
}

.popuptext a:hover {
  background: rgba(255,255,255,0.08);
}


/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 1px 0;
  position: absolute;
  z-index: 1;
  margin-left: -60px;
  top: 90%;   
  left: 50%;
  background-color: black;
  border-radius: 6px;
}


/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

main {
    max-width: 1200px;
    margin: 1rem auto;
    clear: both;
}

.slideshow {
    text-align: center;
    padding: 0rem;
    height: 500px;
    width: 75%;
    border-radius: 8px;
    margin: 0rem auto 8px;
    /*box-shadow:0 10px 25px rgba(0,0,0,0.4);*/
}

.slideshow img{
    border-radius: 10px;
    height: 495px;
}

.intro {
    text-align: center;
    padding: 1rem;
    border-radius: 20px;
    margin: 0px 8px;
    /*background-color: rgb(75, 73, 70);*/
    /*color: white;*/
    /*position: relative;*/
    /*font-family: 'TikTok Sans', sans-serif;*/
    /*font-family: Arial, sans-serif;*/
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
    z-index: 1;
    /*top: -20px;*/
    height: auto;
    letter-spacing:1.5px;
    line-height: 26px;
    word-spacing: 0.7px;
    font-size:1.2rem;
}

.hero h2{
    margin: 1rem;
}

.btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin: 0.5rem;
        font-size:1rem;
    letter-spacing:1.5px;
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
}

.btn:hover {
    background-color: #0056b3;
}

.btn-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin: 0.5rem;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.btn-link:hover {
    background-color: #0056b3;
}

.features {
    text-align: center;
    margin-top: 4rem;
}

.features h2{
    margin: 1.5rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 0.5rem;
    padding: 5px;
}

.feature {
    background-color:rgb(154, 124, 124);
    background-color: rgb(75, 73, 70);
    padding: 1.5rem;
    color: white;
    border-radius: 8px;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
}

.feature h4{
    margin: 0.7rem;
    font-size: 1.3rem;
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
    letter-spacing: 1px;
}

.feature p{
    font-size: 1rem;
    /* font-family: 'TikTok Sans', sans-serif; */
    word-spacing: 1px;
    letter-spacing:2px;
    line-height: 23px;
}

.ticker-container{
    position:relative;
    overflow:hidden;
    background:#0b0e11;
    border-top:1px solid #1e2329;
    border-bottom:1px solid #1e2329;
    border-radius: 10px;
    margin: 1rem 10px;
}

.ticker-track{
    display:flex;
    gap:50px;
    width:max-content;
    white-space:nowrap;
    padding:12px 0;
}


.coin{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    color:white;
    font-size:14px;
    min-width:100px;
    flex-shrink: 0;
  }

.coin img{ width:24px; height:24px; }

.coin img{ width:18px;}

.price{ font-weight:600; }

.up{ color:#16c784; }

.down{ color:#ea3943; }

.sparkline{ width:80px; height:30px; }

.fade-left, .fade-right{
    position:absolute;
    top:0; 
    width:60px;
    height:100%;
    pointer-events:none; 
    z-index:2;
}

.fade-left{ 
    left:0; 
    background:linear-gradient(to right,#0b0e11,transparent);
}

.fade-right{
    right:0; 
    background:linear-gradient(to left,#0b0e11,transparent);
}

.price-up{
  animation:flashGreen 0.8s;
}

.price-down{
  animation:flashRed 0.8s;
}

@keyframes flashGreen{
  0%{background:#16c78433;}
  100%{background:transparent;}
}

@keyframes flashRed{
  0%{background:#ea394333;}
  100%{background:transparent;}
}

/* STYLING FOR STATISTICS */
.statistics{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    padding: 5px;
}

.statistics-grid{
    width: 70%;
    margin: auto;
    padding: 20px;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    word-spacing: 1px;
    letter-spacing: 1px;
}

.statistics-counter{
    border-radius: 50%;
    margin: auto;
    height: 40px;
    margin-bottom: 10px;
    width: 155px;
    height: 155px;
    background-color: black;
    color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.statistics-counter i{
    color:#11d411;
    font-size:2rem;
    margin: 25px 1px 10px; 
}

/* STYLING FOR HOW IT WORKS */
.how-it-works{
    text-align: center;
    margin: 3rem 10px;
    padding: 10px;
    background-color: rgb(207, 203, 203);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.how-it-works p{
    font-size: 1.2rem;
}

.how-it-works-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    text-align: center;
    padding: 10px;
}

.steps-container{
    height: 250px;
    padding: 15px;
    background-color: rgb(75, 73, 70);

    border-radius: 10px;
    margin-top: 1rem;
}

.number-count{
    width: 10%;
    height: 42px;
    display: flex;
    flex-direction: column;
}

.steps{
    font-family: 'TikTok Sans', sans-serif;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    clear: both;    
    color: white;
    padding: 5px;
    display: flex;
    flex-direction: column; 
    letter-spacing: 1px;
}

/* STYLING FOR COMPANY EXPERIENCE */
.experience-cont{
    height: 850px;
    width: 60%;
    margin:5rem auto ;
}

.circle-container{
    position:relative;
    width: 160px;
    height: 160px;
    top: -10%;
    left: 500px;
    border-radius: 50%;
    background:rgba(255, 255, 255, 0.223);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  
}

.rotating-text{
    width:100%;
    height:100%;
    animation: spin 10s linear infinite alternate;
    transform-origin:center;
}

.center-number{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:40px;
    font-weight:bold;
    transform-origin: center;
    
}

text{
    fill:#111;
    font-weight:600;
}

@keyframes spin{
    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }
}

/* STYLING FOR INVESTMENT PLAN */
.plan-wrapper{
     display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    margin: 6rem 10px;
    border-radius: 10px;
    border: 2px solid blue;
}

.plan-container{
    padding: 15px;
    height: 450px;
    width: 400px;
    text-align: center;
     /*border: 2px solid red; */
}

.duration, .number-count{
    float: left;
    padding: 2px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #17896bcb;
    display: grid;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
}

.plan{
    height: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
}

.plan p{
    font-size: 0.9rem;
    margin: 1rem 0;
}

.plan span{
    display: inline-block;
    margin:10px 5px;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.plan ol{
    font-size: 0.9rem;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    letter-spacing: 1.5px;
    word-spacing: 1px;
}

.plan button{
    background-color: white;
    border: 1px solid black;
    color: black;
}
 i
/* STYLING FOR CRYPTO NEWS */
.crypto-news-container {
    margin: 20px auto;
    background: #0f172a;
    color: #ffffff;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.crypto-news-container h3 {
    margin: 0 0 16px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.02em;
}

.crypto-news-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.crypto-news-container .news-card {
    display: block;
    background: rgba(255, 255, 255, 0.04);
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    color: #fff;
    text-decoration: none;
}

.crypto-news-container .news-card:hover {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(0, 255, 166, 0.4);
    transform: translateY(-2px);
}

.crypto-news-container .news-card img {
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
    display: block;
}

.crypto-news-container .news-card h4,
.crypto-news-container .news-card small {
    margin: 0;
}

.crypto-news-container .news-card h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.crypto-news-container .news-card small {
    display: block;
    color: #9bb3c6;
    margin-top: 6px;
}

.crypto-news-container a {
    color: inherit;
    text-decoration: none;
}

.crypto-news-container a:hover {
    text-decoration: none;
}

#activity-popup{
    position: fixed;
    bottom: 200px;
    right: -500px;
    background:#0f172a;
    color:#fff;
    padding:12px 15px;
    border-radius:10px;
    display:flex;
    align-items:center;
    gap:10px;
    box-shadow:0 10px 25px rgba(0,0,0,0.4);
    transition:0.6s;
    z-index:9999;
}

#activity-popup.show{
    right:20px;
}

#activity-avatar{
    width:40px;
    height:40px;
    border-radius:50%;
}

#activity-flag{
    width:20px;
}

.activity-text p{
    margin:0;
    font-size:14px;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    letter-spacing: 1px;

}

.activity-text span{
    font-size:12px;
    opacity:0.7;
    letter-spacing: 1.5px;
}

.crypto-news{
background:#0f172a;
padding:20px;
border-radius:10px;
color:white;
}

.news-item{
margin-bottom:15px;
}

.news-item img{
width:100%;
max-height:120px;
object-fit:cover;
border-radius:6px;
margin-bottom:6px;
}

.news-item h4{
font-size:14px;
margin:0;
color:#00ffa6;
}

.news-item small{
opacity:0.7;
}


.news-item{
background:#111827;
padding:12px;
border-radius:8px;
transition:0.3s;
}

.news-item:hover{
transform:translateY(-4px);
}

.news-item img{
width:100%;
height:150px;
object-fit:cover;
border-radius:6px;
}

.news-item h4{
font-size:14px;
margin:0;
color:#00ffa6;
}

.news-item small{
opacity:0.6;
}


.testimonial-section{
    text-align: center;
    margin: 3rem 10px;
}

.testimonial-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.testimonial{
    background-color:rgb(154, 124, 124);
    background-color: rgb(75, 73, 70);
    color: white;
    padding: 1.5rem;
    border-radius: 8px;
    font-style: italic;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 20px;
}

.profile-pic{
    /* border: 2px solid red; */
    height: 80px;
    width: 80px;
    margin:0px auto 5px;
    border-radius: 50%;
}

.profile-pic img{
    border-radius: 50%;
    object-fit: cover;

}

.testimonial-rating{
    display: inline-flex;
    justify-content: center;
    gap: 0.15rem;
    color: #ffd700;
    margin: 0.8rem auto 1rem;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
}


.scroll-to-top{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 20%;
    position: fixed;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation-name: scrolToTopAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    -webkit-backdrop-filter:blur(10px);
    background:rgba(2, 23, 50, 0.578);
    backdrop-filter:blur(10px);
    cursor:pointer;
}

/* svg */
.progress-ring{
    position:absolute;
    border-radius: 25px;
    width: 70px;
    height: 60px;
}

.progress-ring{
    transform: rotate(-90deg);
}

/* background circle */
.progress-ring-bg{
    fill:none;
    stroke:#000;
    stroke-width:4;
}

/* progress circle */
.progress-ring-fill{
    fill:none;
    stroke: #2062be;
    stroke-width:4;
    transition:stroke-dashoffset 0.2s;
}

.scroll-icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    transform-origin: center;
}

.progress-bar {
  height: 8px;
  background: #070707;
  width: 0%;
}


@keyframes scrollToTopAnimation {
    to {
        transform: scale(1); opacity: 1;
      
    }
}

.form-section {
    width: 60%;
    margin: 0 auto;
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
}


button {
    margin-top: 1rem;
    padding: 0.5rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.error {
    color: red;
    padding: 10px;
}

.success {
    color: green;
    padding: 10px;
}

.dashboard{
    min-height: 380px;
    padding: 15px;
    background-color: rgb(175, 171, 171);
    border-radius: 10px;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    letter-spacing: 1.2px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 1rem;
    margin-top: 10px;
    height: 300px;
    /* border: 2px solid red; */
}

.dashboard-card{
    /* border: 2px solid red; */
    background-color: white;
    border-radius: 10px;
    padding: 15px;
}

.total_profit{
    text-align:right;
}

.dashboard-card a{
    text-align: center;
    width: 44%;
}


.overlay-modal{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.736);
    width: 100%;
    display: none;
}

.deposit, .proof-of-payment, .withdrawal, .investment-details{
    width: 60%; 
    margin: 0px auto;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    padding: 5px;
    text-align: center;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
}

.deposit h3, .proof-of-payment h3, .withdrawal h3{
    text-align: center;
    padding: 20px;
}

.deposit-card, .proof-section, .invest-card {
    padding: 10px;
    height: auto;
    background-color: rgb(207, 203, 203);
    margin: 15px;
    border-radius: 10px;
    font-family: Roboto, "Open Sans", Helvetica, Arial;

}

.deposit-card h5{
    font-size: 1.3rem;
    font-family: Roboto, "Open Sans", Helvetica, Arial;

}

.deposit .method{
    clear: both;
    text-align: center;
    
}

 .method-details{
    background-color:#0f172a;
    margin: 10px;
    display: inline-block;
    padding: 10px;
    color: white;
    border-radius: 10px;
    font-size: 0.8rem;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    letter-spacing: 1px;
    line-break: anywhere;
}


/* STYLING FOR INVEST PAGE STARTS HERE */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.plan-card {
    text-align: center;
}

.invest-card p, .invest-card h4{
    margin-top: 10px;
    padding: 4px;
    letter-spacing: 1px;
}


.invest-card ul{
    padding: 8px;
    list-style-position: inside;
    /* border: 2px solid blue; */
}



/* STYLING FOR FORM */
.form-section {
    width: 50%;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    padding: 20px;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
}

form p{
    color: white;
    margin-top: 20px;
}

form input, select, textarea{
    margin: auto;
    border: 1px solid #0f172a;
    width: 90%;
    display: block;
    padding: 15px;
    border-radius: 10px;
    background-color: whitesmoke;
}

input:focus, select:focus, textarea:focus{
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}


label{
    display: block;
    width: 90%;
    margin: auto;
    text-align: left;
    padding: 5px;
    font-size: 1rem;
    letter-spacing: 1px;
    color: black;
}

form a{
    color: black;
    text-decoration: none;
}

.form-redi-links{
    width: 90%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}



.investment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin-top: 3rem;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    letter-spacing: 0.7px;
}

.investment-card{
    border-radius: 8px;
    background-color:#0f172a;
    color:white;
    padding: 1.6rem;
    min-height: 200px;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    letter-spacing: 0.7px;
}

.investment-status{
    font-size: 1rem;
    padding: 4px;
    display: flex;
}

.investment-card p{
    margin: 1rem 0;
}

.investment-duration{
    display: flex;
    justify-content: space-between;
}

.card h3 {
    margin-bottom: 0.5rem;
}


.transactions-section {
    margin-top: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.transactions-card {
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.08);
    margin-top: 5rem;
}

.transactions-card h2 {
    margin-top: 0;
}

.transactions-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.transactions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 2.5rem;
    margin-top: 1.5rem;
}

.transaction-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #dadada 0%, #f8f9fa 100%);
    border-radius: 12px;
    border-left: 4px solid #007bff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
}

.transaction-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.transaction-card.txn-type-deposit {
    border-left-color: #0fb349;
    border-radius: 10px;
}

.transaction-card.txn-type-withdrawal {
    border-left-color: #df0d0d;
    border-radius: 10px;
}

.transaction-card.txn-type-buy {
    border-left-color: #007bff;
}

.transaction-card.txn-type-sell {
    border-left-color: #9c27b0;
}

.transaction-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    font-size: 1.5rem;
    flex-shrink: 0;
    
}

.transaction-content {
    flex: 1;
}

.transaction-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.transaction-header h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.transaction-date {
    margin: 0.25rem 0 0;
    font-size: 0.85rem;
    color: #666;
    letter-spacing: 0.3px;
}

.transaction-time {
    margin: 0.1rem 0 0;
    font-size: 0.8rem;
    color: #999;
}

.transaction-amount {
    text-align: right;
    flex-shrink: 0;
}

.transaction-amount .amount {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.transaction-amount .asset {
    margin: 0.25rem 0 0;
    font-size: 0.8rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.txn-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.transaction-badge {
    border-radius: 5px;
    padding: 0.25rem 0.6rem !important;
    font-size: 0.75rem !important;
}

.transaction-head {
    background-color: transparent;
}

.txn-type-pending {
    background-color: #898988;
}

.txn-type-deposit {
    background-color: rgb(15, 219, 59);
}

.txn-type-withdrawal {
    background-color: rgb(223, 13, 13);
}

.transactions-table td .txn-type {
    white-space: nowrap;
}

.pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding: 1rem;
    flex-wrap: wrap;
    flex-direction: row;
    /* border: 1px solid #e0e0e0; */
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.pagination-link {
    display: inline-block;
    padding: 0.75rem 1rem;
    margin: 6px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    /* border: 1px solid #d8d8d8; */
    font-weight: 600;
    transition: all 0.2s ease;
}

.pagination-link:hover,
.pagination-link:focus {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
    transform: translateY(-1px);
}

.pagination-link.active,
.pagination-link.active:hover,
.pagination-link.active:focus {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
    pointer-events: none;
}

.pagination-first,
.pagination-last,
.pagination-next,
.pagination-previous {
    font-size: 0.95rem;
    padding: 0.6rem 0.9rem;
    /* color: white; */
    /* background-color: #007bff;   */
}

.pagination-info {
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border-radius: 999px;
    font-weight: 500;
    color: #555;
}


.add-holding {
    background-color: white;
    padding: 1rem;
    /* border-radius: 8px; */
}

/* About Page Styles */
.about-hero {
    text-align: center;
    padding: 3rem 1rem;
    /* background: linear-gradient(145deg, #4b4c4e 0%, #1f1d1d 100%); */
    background-color: rgb(75, 73, 70);
    border-radius: 10px;
    color: white;
    margin-bottom: 2rem;
    /* line-height: 1.5; */
    /* font-size: 0.3rem; */
}

.about-hero h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.about-hero p {
    font-size: 1.03rem;
    opacity: 0.9;
    letter-spacing: 1px;
    line-height: 30px;
}

.about-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
}

.about-section {
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: rgb(207, 203, 203);
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 20px;
}

.about-section h2 {
    text-align: center;
    /* color: #007bff; */
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height:1.6;
}

.about-section p {
    line-height: 2;
    /* border: 2px solid blue; */
    /* color: ; */
}

.about-section ul {
    padding-left: 1.5rem;
    /* border: 2px solid red; */
    margin-top: 10px;
}

.about-section li {
    margin-top: 20px;
    line-height: 1.6;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.value-item {
    text-align: center;
    padding: 1.5rem;
    background-color: #f8f9fa;
    background-color: rgb(75, 73, 70);
    color: white;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.value-item:hover {
    transform: translateY(-5px);
}

.value-item i {
    font-size: 2rem;
    color: #11d411;
    margin-bottom: 1rem;
}

.value-item h3 {
    color: white;
    margin-bottom: 0.5rem;
}

.value-item p {
    color: white;
    font-size: 0.9rem;
}

footer {
    padding: 1rem;
    background-color: #1982bb;
    margin-top: 2rem;
    letter-spacing: 1.5px;
    font-size: 1rem;
}

.company-info{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
}

.company-info span{
    margin-left: 10px;
    line-height: 1.3;
}

.company-info a{
    text-decoration: none;
    color: black;
}


.company-info ul{
    margin: 10px 0px;
    text-align: left;
    padding-left:5px;
}

.company-info li{
    padding: 5px;
    list-style-type: disc;
    list-style-position: inside;
}

.footer-section{
    padding: 10px;
}

.footer-section h3{
    padding: 5px;
    color:white
}