 .container {
      height: 100vh;
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .top-section {
      margin-top: 20px;
    }

    .image {
      width: 100%;
      max-height: 300px;
      object-fit: contain;
      margin-bottom: 24px;
    }

    .title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .features {
      text-align: left;
      margin-bottom: 20px;
    }

    .features li {
      list-style: none;
      margin: 12px 0;
      position: relative;
      padding-left: 24px;
      font-size: 16px;
    }

    .features li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0;
      color: #2e7d32;
      font-weight: bold;
    }

    .bold {
      font-weight: 700;
    }

    .btn {
      width: 100%;
      padding: 14px;
      background: #dff2e4;
      border: none;
      border-radius: 30px;
      color: #075e38;
      font-weight: 600;
      font-size: 16px;
      text-decoration: none;
      text-align: center;
      display: inline-block;
    }

    .btn:active {
      background: #c6e8d1;
    }

/*welcome page end*/

.footer-content {
  display: flex;
    justify-content: space-between;
    align-items: center; 
    margin: 0 auto; padding-top: 10px;
}
.glass { 
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gradient-box {
  background: linear-gradient(45deg, #7a29f4, #7a29f4); /* green shades */
 
}
.gradient-box2 {
  background: linear-gradient(45deg, #fff, #fff); box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.1)
 
}
.gradient-box3 {
  background: #ebdcff;
 
}

.screen {
  display: flex;
  flex-direction: column;
  padding: 0px;  
  height: 100vh; overflow-y: scroll; padding-bottom: 100px; background: #fff;
}

.header { 
  border-radius: 30px;
  padding: 60px 20px 20px 20px;
  display: flex; margin-top: -20px;
  align-items: center;
  gap: 15px; position: fixed; width: 100%; z-index: 999;
}
.header-icon-logo { position:absolute; right:15px; top:65px; width:40px; }
.pad20 { padding:20px; }
.pad10 { padding:10px; }
.w30 { width:30px }
.bldtxt { font-weight:bold; }
.close-btn {
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #2c2c2c;
  cursor: pointer;
}

.header-text h2 {
  font-size: 18px;
  color: #fff;
}

.header-text span {
  font-size: 16px;
  color: #fff; opacity: 0.5;
}

 
.account-section .label {
  color: gray;
  font-size: 14px;
}

.account-section h1 {
  font-size: 32px;
  font-weight: bold;
  color: #36cc8e;
}

.account-section .gain {
  font-size: 14px;
  color: #0e402c;
}

.account-section .gain span {
  color: #4caf50;
}

.chart-section { 
  position: relative;
  text-align: center;
}

.chart-section .tooltip {
  display: inline-block;
  background: #e3f3e9;
  color: #0e402c;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.chart {
  width: 100%;
  height: auto;
  border-bottom: 2px dashed #ccc;
}

.month-selector {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
  color: #c9a4ff;
}

.month-selector .active {
  color: #fff;
  font-weight: bold;
}

.month-selector .active-dark {
  background-color: #fff;
  color: #7f32f5;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: bold;
}

.section-bottom {
  margin-top: 24px;
  background: linear-gradient(to right, #e3f3e9, #d6f3e5);
  border-radius: 20px;
  padding: 18px;
  text-align: center;
}

.section-bottom h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0e402c;
}



.section {
  margin-top: 24px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.section-header h3 {
  font-size: 18px;
  color: #000;
}

.see-all {
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
}

.timestamp {
  font-size: 12px;
  color: gray;
  margin-bottom: 10px;
}
.smaltxt { font-size: 13px;
  color: gray;}

.tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px; background: #e8d8ff; padding: 5px; border-radius: 20px;
}

.tab {
  padding: 6px 14px;
  background-color: #d6bbfd;
  color: #7b2bf1;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.tab.active-dark {
  background-color: #7b2bf1;
  color: white;
}

.stock-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shadow-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.1);
  padding: 7px 14px;
  border-radius: 20px;
}
.shadow-div { 
  background: #ffffff;
  box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.1);
  padding: 7px 14px;
  border-radius: 20px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
 border-bottom: 0px solid #e6e6e6;
  padding: 7px 12px; 
}
.stock-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  padding: 12px 16px;
  border-radius: 20px;
}

.stock-logo {
  font-size: 20px;
  width: 30px;
  height: 30px;
  background: #f2fdf6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.menu-logo {
  font-size: 20px;
  width: 30px;
  height: 30px; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.stock-name {
  flex: 1;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

.stock-name2 {
  flex: 1;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500; color: #4b4b4b;
}

.stock-change {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  background-color: #e3f3e9;
  color: #0e402c;
}

.stock-change.negative {
  background-color: #fdecea;
  color: #fd5115;
}

.stock-change.positive {
  background-color: #e3f3e9;
  color: #2e7d32;
}
.stock-change.neutral {
  background-color: #dfe3e0;
  color: #7a7a7a;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.category {
  padding: 6px 14px;
  background-color: #f0fdf6;
  border-radius: 20px;
  font-size: 14px;
  color: #0e402c;
  font-weight: 500;
}

.category.active {
  background-color: #d6f3e5;
}

.login-screen {
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  background: linear-gradient(to bottom, #f5fdf7, #e3f3e9);
}

.login-header {
  text-align: center;
  margin-bottom: 30px;
}

.login-header h2 {
  font-size: 28px;
  color: #0e402c;
  margin-bottom: 8px;
}

.login-header p {
  font-size: 14px;
  color: gray;
}

.login-form {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.login-form label {
  font-size: 14px;
  color: #0e402c;
  font-weight: 500;
}

.login-form input {
  padding: 12px 14px;
  border: 1px solid #cce3d8;
  border-radius: 12px;
  font-size: 14px;
  outline: none;
  background-color: #ffffff;
  color: #1a1a1a;
  transition: border-color 0.3s;
}

.login-form input:focus {
  border-color: #0e402c;
}

.login-form button {
  padding: 12px; height: 45px;
  border: none;
  border-radius: 30px;
  background-color: #0e402c;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login-form button:hover {
  background-color: #105737;
}

.login-footer {
  text-align: center;
  margin-top: 10px;
}

.login-footer p {
  font-size: 13px;
  color: #333;
}

.login-footer a {
  color: #0e402c;
  text-decoration: none;
  font-weight: 500;
}

.kyc-screen {
  justify-content: flex-start;
  padding: 30px 20px;
  background: linear-gradient(to bottom, #f5fdf7, #e3f3e9);
}

.kyc-form {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0 auto;
}

.kyc-form label {
  font-size: 14px;
  color: #0e402c;
  font-weight: 500;
}

.kyc-form input,
.kyc-form textarea {
  padding: 12px 14px;
  border: 1px solid #cce3d8;
  border-radius: 12px;
  font-size: 14px;
  outline: none;
  background-color: #ffffff;
  color: #1a1a1a;
  transition: border-color 0.3s;
}

.kyc-form input:focus,
.kyc-form textarea:focus {
  border-color: #0e402c;
}

.kyc-form textarea {
  resize: vertical;
}

.kyc-form button {
  padding: 12px;
  border: none;
  border-radius: 30px;
  background-color: #0e402c;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.kyc-form button:hover {
  background-color: #105737;
}








.v-section-outer {
  width: 100%; height: 180px;  
 
}
.v-section::-webkit-scrollbar {
  display: none;         /* Chrome, Safari */
}
.v-section {
  width: 100%; height: 180px;  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  overflow-x: auto;     /* Enable horizontal scrolling */
  overflow-y: hidden;
  white-space: nowrap;  /* Keep children in one line */
  display: flex;
 
}
.portfolio-tabs {
  display: inline-block;  
  width: 300px;
   height: 120px; 
  margin-right: 15px; 
}
.portfolio-tabs-inr { width: 270px; height:100px; background:; position:relative; }
.dolr-icon-box { width:40px; height:40px; border-radius:100%; padding:5px 5px; }
.po-grph { width:60px; position:absolute; bottom:8px; right:10px; }
.bigaddpbtn { border-radius:20px; border:2px dashed #ccc; height:100px; position:relative; align-content: center; justify-content: center;}
.depositbtn { width: 150px; height:50px; border-radius:10px; background:#7f2ef6; color: #fff; display: inline-block; position:relative; align-content: center; justify-content: center; text-align: center; cursor: pointer; margin-right: 10px;}
.withdrbtn {width: 150px; height:50px; border-radius:10px;  background:#fff; color: #000; border:1px solid #ddd;display: inline-block; position:relative; align-content: center; justify-content: center; text-align: center; cursor: pointer; }
.depositbtn2 { font-size: 13px;   height:40px; border-radius:10px; background:#7f2ef6; color: #fff; display: inline-block; position:relative; align-content: center; justify-content: center; text-align: center; cursor: pointer; margin-right: 10px;padding-left:15px;padding-right:15px;}
.withdrbtn2 {font-size: 13px;  height:40px; border-radius:10px;  background:#fff; color: #000; border:1px solid #ddd;display: inline-block; position:relative; align-content: center; justify-content: center; text-align: center; cursor: pointer;padding-left:15px;padding-right:15px; }

  .right-abso-50 { position:absolute; width:50%; background:; right:10px; top:0px; text-align:right; }
    .devider { border-top:1px solid #ccc; height: 10px;width: 100%; margin-top:10px }
    .smllvl2 {float:left; display: inline-block; font-size: 13px; padding-top: 5px}