:root {
  --main-bg-color: #143443;
  --light-green-color: #5CBA9D;
  --dark-green-color: #419177;
  --square-border: .4rem;
  --rounded-border: 1rem;
  --active-toggle: #305F5E;
  --charcoal-teal: #283D49;
  --portfolio-price-bg-color: #2F4350;
  --red-color: #A43F4B;
  --deep-blue-gray: #2F4854;
  --border-color: #2C414D;
  --get-started-color: #355563;
  --divider-color: #252f33;
  --testimonial-bg-color: #213643;
  --dark-cyan-blue: #1f637d;
  --midnight-teal: #174b5f;
  --emerald-green: #2ecc71;
  --dark-emerald-luxury: linear-gradient(135deg, #143443, #1E5F74, #0F2A36);
  --cta-bg-color: linear-gradient(135deg, #1ABC9C, #16A085);
  --dark-green: #0B4D3A;
  --deep-teal: #1e566e;
  --golden-yellow: #FFCE00;
  --dark-gold: #F5673A;
}

body {
  background: var(--dark-emerald-luxury);
  opacity: 0;
  animation: fadeIn 0.8s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: none;
  border-style: none;
  border-width: none;

}

p {
  margin-bottom: 0;
}

.frame-3-1 {
  position: relative;
  width: 100%;
  height: 862px;
}

.frame-3-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black overlay */
}

.frame-3-1::before {
  content: "";
  background-image: url("./public/frame-3-1@2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Rest of your styles */

/* .dropdown-menu{
  background-color: #143443 !important;
  color: #fff;
} */
/* .navbar .dropdown ul a {
  color: #fff !important;
}
.navbar .dropdown ul a:hover {
  color: #143443 !important;
}
.navbar .dropdown ul li {
  background-color: #143443 !important;
}
.navbar .dropdown ul li:hover {
  background-color: #173a4b !important;
} */

.client-img {
  background: url("/static/assets/img/client-banner.jpg") center/cover no-repeat;
}

.banner {
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.banner .container {
  position: relative;
  z-index: 2;
}

.login-container {
  margin-top: 50px;
}

.frame-logo {
  padding: 0 !important;
  width: auto !important;
  height: 40px !important;
  max-width: 150px !important;
  object-fit: contain !important;
}

.frame-logo-sm {
  width: 32px;
  height: 32px;
  display: none;
}

.navbar a {
  color: rgb(255, 255, 255) !important;
  display: block;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  line-height: 16px !important;
  margin-bottom: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.navbar a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--emerald-green), var(--light-green-color));
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}

.navbar a:hover {
  color: var(--emerald-green) !important;
  transform: translateY(-2px);
}

.navbar a:hover::before {
  width: 100%;
}

.nav-action-btn {
  background: var(--cta-bg-color) !important;
  border-radius: var(--square-border) !important;
  padding: 6px 12px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 2px 8px rgba(26, 188, 156, 0.2) !important;
}

.nav-action-btn:hover {
  transform: translateY(-3px) scale(1.05) !important;
  box-shadow: 0 8px 25px rgba(26, 188, 156, 0.4) !important;
  background: linear-gradient(135deg, #18D2A3, #12876F) !important;
}

.navbar-toggler {
  background-color: var(--dark-cyan-blue) !important;
}

.nav-item {
  padding: 0 6px !important;
  transition: transform 0.2s ease-in-out;
}

.nav-item:hover {
  transform: scale(1.02);
}

/* Navbar Layout Adjustments */
.navbar {
  padding: 8px 0 !important;
  min-height: auto !important;
  background-color: var(--dark-cyan-blue) !important;
}

.navbar .container {
  padding: 0 15px;
}

.navbar-brand {
  flex: 0 0 30%;
}

.navbar-collapse {
  flex: 0 0 70%;
  display: flex;
  justify-content: flex-end;
}

.navbar-nav {
  gap: 0;
  margin-left: auto;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.get-started-in,
.simple-steps {
  position: relative;
  line-height: 28px;
  font-weight: 500;
}

.simple-steps {
  font-size: var(--font-size-21xl);
  line-height: 56px;
  font-weight: 600;
}

.get-started-in-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-base);
}

.group-child {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--br-5xs);
  background-color: var(--background);
  width: 100%;
  height: 176px;
}

.login-form {
  width: 550px;
  background-color: #203e4c;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.login-image {
  background-image: url('./public/group-1000004219.svg');
  background-size: cover;
  background-position: center;
  width: 450px;
  height: 420px;
}

.register-image {

  background-image: url('./public/group-1000005196.svg');
  background-size: cover;
  background-position: center;
  width: 410px;
  height: 415px;
  margin-right: 60px;
  margin-top: 10px;
}

.image-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.log-in {
  font-size: 32px;
  font-weight: 600;
  color: var(--color-mediumaquamarine);
  text-align: center;
  font-family: var(--font-poppins);
}

.email-address,
.password {
  font-size: var(--font-size-xl);
  font-weight: 500;
  color: var(--color-mediumaquamarine);
  font-family: var(--font-poppins);
}

.group-child1,
.group-inner {
  border-radius: var(--br-5xs) !important;
  background-color: var(--color-lightcyan) !important;
  font-family: var(--font-poppins);
  width: 458px;
  height: 60px;
  color: #5f5f5f;
}

.password-input {
  position: relative;
  font-family: var(--font-poppins);
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #5f5f5f;
}

.didnt-have-an-account {
  font-weight: 500;
  text-align: center;
  color: #61847c;
}

.register-now {
  font-weight: 600;
  color: var(--color-coral);
  font-family: var(--font-poppins);
  cursor: pointer;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: var(--color-mediumaquamarine);
}

input[type="checkbox"] {
  opacity: 1;
  cursor: pointer;
}

.checkmark {
  height: 20px;
  width: 20px;
  background-color: var(--color-mediumaquamarine);
  border: 2px solid var(--color-mediumaquamarine);
}

input[type="checkbox"]:checked~.checkmark:after {
  content: "\2713";
  /* Unicode checkmark symbol */
  font-size: 16px;
  color: var(--color-mediumaquamarine);
  position: absolute;
  top: 2px;
  left: 6px;
}


.didnt-have-an-container {
  text-align: center;
  margin-top: 20px;
  color: #61847c;
  font-family: var(--font-poppins);
}

.forgot-password {
  /* position: absolute; */
  line-height: 28px;
  color: #6ba396;
  text-align: right;
  margin-right: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: var(--font-poppins);
}

.btn-color {
  background-color: var(--color-mediumaquamarine) !important;
  width: 458px;
  height: 60px;
  color: #fff;
}

.filled-btn {
  background: var(--cta-bg-color);
  border: 1px solid transparent;
  display: block;
  color: var(--font-white-color) !important;
  border-radius: var(--square-border);
  text-decoration: none;
}

.filled-btn:hover {
  background: var(--dark-green);
  color: var(--font-white-color) !important;
}

.filled-btn a,
.filled-btn a:hover {
  color: var(--font-white-color) !important;
}

.outline-btn {
  color: var(--font-white-color);
  border: 1px solid var(--color-gray-100);
  border-radius: var(--rounded-border);
  transition: all 0.3s ease-in-out;
}

.outline-btn:hover {
  border: 1px solid var(--emerald-green);
  color: var(--emerald-green);
}

.full-width {
  width: 100%;
  font-size: 26px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #fff !important;
}

.fullwidth-btn {
  width: 100%;
}

.choose,
.div {
  position: relative;
  line-height: 32px;
  font-weight: 500;
}

.choose {
  color: var(--font-white-color);
}

.choose-a-suitable,
.parent {
  display: flex;
  align-items: center;
}

.parent {
  flex-direction: row;
  justify-content: flex-start;
  gap: var(--gap-xl);
}

.choose-a-suitable {
  position: relative;
  font-size: var(--font-size-base);
  line-height: 28px;
  text-align: left;
  width: 330px;
}

.frame-container {
  position: absolute;
  top: 24px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-base);
}

.rectangle-parent {
  position: relative;
  width: 100%;
  height: 176px;
}

.invest-in-the,
.subscribe-to-the {
  position: relative;
  font-size: var(--font-size-base);
  line-height: 28px;
  text-align: left;
  display: flex;
  align-items: center;
  width: 326px;
}

.invest-in-the {
  width: 342px;
}

.frame-group,
.group-parent {
  display: flex;
  justify-content: flex-start;
}

.group-parent {
  flex-direction: row;
  align-items: flex-start;
  gap: var(--gap-5xl);
  font-size: var(--font-size-5xl);
  color: var(--paragraph-white-color);
}

.frame-group {
  flex-direction: column;
  align-items: center;
  gap: var(--gap-45xl);
}

.frame-child,
.frame-item {
  position: relative;
  background-color: var(--color-gray-200);
  width: 341px;
  height: 2px;
}

.frame-item {
  width: 340px;
}

.rectangle-parent1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.frame-inner {
  position: relative;
  border-radius: 50%;
  background-color: var(--color-mediumaquamarine);
  width: 12px;
  height: 12px;
}

.instant-portfolio-notification {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 24px;
}

.ellipse-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-xs);
}

.frame-parent,
.frame-parent2,
.frame-parent3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.frame-parent3 {
  flex-direction: row;
  gap: var(--gap-37xl);
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--font-white-color);
}

.frame-parent,
.frame-parent2 {
  flex-direction: column;
}

.frame-parent2 {
  gap: var(--gap-29xl);
  font-size: var(--font-size-5xl);
  color: var(--color-white);
}

.frame-parent {
  margin-top: 70px;
  gap: var(--gap-45xl);
}

.trusted-by-thousands {
  margin: 0;
}

.trusted-by-thousands-container1 {
  line-break: anywhere;
  width: 100%;
}

.trusted-by-thousands-container {
  position: relative;
  line-height: 62px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 509px;
}

.lorem-ipsum-dolor {
  position: relative;
  font-size: var(--font-size-base);
  line-height: 28px;
  color: var(--paragraph-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 579px;
}

.trusted-by-thousands-of-happy-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-5xl);
}

.rectangle-div {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--br-5xs);
  background-color: var(--color-gray-400);
  width: 100%;
  height: 243px;
}

.ellipse-icon {
  position: relative;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  object-fit: cover;
}

.viezh-robert {
  position: relative;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
}

.viezh-robert2 {
  position: relative;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  color: black;
}

.warsaw-poland {
  position: relative;
  font-size: var(--font-size-sm);
  line-height: 20px;
  color: var(--paragraph-white-color);
}

.ellipse-parent2,
.viezh-robert-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xs);
}

.ellipse-parent2 {
  flex-direction: row;
  align-items: center;
  gap: var(--gap-base);
  text-align: center;
  font-size: var(--font-size-base);
}

.lorem-ipsum-dolor1 {
  position: relative;
  line-height: 24px;
  color: var(--paragraph-white-color);
  display: inline-block;
  width: 321px;
}

.rating-child {
  position: relative;
  border-radius: var(--br-12xs-5);
  width: 16px;
  height: 16px;
}

.div3,
.rating1 {
  position: absolute;
}

.rating1 {
  height: 76.19%;
  width: 77.52%;
  top: 9.52%;
  right: 0;
  bottom: 14.29%;
  left: 22.48%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-8xs);
}

.div3 {
  top: 0;
  left: 0;
}

.rating {
  position: relative;
  width: 129px;
  height: 21px;
}

.frame-parent5 {
  position: absolute;
  top: 24px;
  left: 20px;
  width: 322px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-4xl);
}

.group-div {
  position: relative;
  width: 100%;
  height: 243px;
}

.group-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}






.rating1 {
  height: 76.19%;
  width: 77.52%;
  bottom: 14.29%;
  left: 22.48%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-8xs);
  margin-left: 15px;
}

.div3 {
  font-size: 20px;
}

.rating {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.frame-parent5 {
  position: absolute;
  top: 24px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-4xl);
}

.group-div {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 0 0 var(--br-5xs) var(--br-5xs);
  background-color: var(--color-gray-400);
  margin-top: 5px;
  height: 530px;
}

.group-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.group-container {
  flex-direction: row;
  align-items: flex-start;
  gap: var(--gap-5xl);
  text-align: left;
  font-size: var(--font-size-sm);
}

.frame-parent4 {
  margin-top: 70px;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--gap-45xl);
  font-size: var(--font-size-21xl);
}

.group-child3 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-gray-400);
  height: 374px;
}

.logo {
  position: relative;
  line-height: 150%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.our-vision-is {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 28px;
  display: inline-block;
}

.frame-wrapper2 {
  border-radius: var(--br-5xs);
  display: flex;
  width: 100%;
  text-align: left;
  font-size: var(--font-size-5xl);
  margin-bottom: 10px;
}

.frame-img {
  position: relative;
  width: 56px;
  height: 56px;
}

.stocks-tab {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.google {
  margin-left: 20px;
}

.stocks-tab-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.tabs-section {
  margin: 50px 0;
}

.other-portfolios {
  position: relative;
  line-height: 64px;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
}

.nav-li-tab {
  padding: 0 !important;
  margin-bottom: 20px !important;
}

.nav-li-tab .nav-link {
  border-radius: var(--br-5xs);
  width: 100%;
  height: 100%;
  background-color: var(--background) !important;
  border: none !important;
  color: white !important;
  padding: 15px 10px;
}

.nav-li-tab .active {
  background-color: var(--promery-colore) !important;
}

.nav-tabs {
  border-bottom: none !important;
}

.tab-pane-main {
  background-color: var(--color-gray-400) !important;
}

.group-parent-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-base);
}

.smartportfolios-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-base);
}

.smartportfolios-group2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-base);
}

.group-parent-tabs2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-base);
  justify-content: flex-start;
  gap: var(--gap-xl);
  word-wrap: break-word;
  width: 100%;
}

.group-parent-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-base);
}

.group-inner1 {
  border-radius: var(--br-5xs) var(--br-5xs) 0 0;
  background-color: var(--color-gray-400);
  width: 752px;
  height: 104px;
}

.group-item {
  border-radius: var(--br-5xs) var(--br-5xs) 0 0;
  background-color: var(--color-gray-400);
  padding: 20px;
}

.group-inner1 {
  border-radius: var(--br-9xs);
  background-color: var(--promery-colore);
  width: 72px;
  height: 72px;
}

.thunder-1-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
}

.thunder-1-icon {
  top: 18px;
  left: 18px;
  width: 36px;
  height: 36px;
  overflow: hidden;
}

.smartportfolios1 {
  position: relative;
  line-height: 36px;
  font-weight: 500;
  font-size: var(--font-size-13xl);
}

.vector-icon {
  position: relative;
  width: 17.6px;
  height: 30px;
}

.frame-group-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-base);
  width: 80%;
}

table tr th,
table tr td {
  color: white !important;
}

.rectangle-div {
  border-radius: var(--br-5xs);
  background-color: var(--color-gray-400);
  width: 100%;
  height: 260px;
}

.frame-parent-side {
  background-color: var(--color-gray-400);
  padding: 20px;
}

.y-cagr {
  text-align: left;
  font-size: var(--font-size-xl);
  color: var(--font-colore);
  margin-bottom: 10px;
}

.y-cagr-parent {
  font-size: var(--font-size-base);
  line-height: 20px;
  color: var(--body-font-colore);
}

.more-insights-parent {
  margin-top: 20px;
  display: flex;
}

.more-insights {
  margin-right: 20px;
  font-weight: 700;
}

.subscribe-now-wrapper {
  position: relative;
  border-radius: var(--br-5xs);
  background-color: var(--promery-colore);
  width: 100%;
  text-align: center;
  padding: 16px 0;
  cursor: pointer;
  margin-bottom: 20px;
}

.subscribe-now {
  color: white;
  font-size: 28px;
  text-decoration: none;
}

.lac-invesfed-for-5years-could-parent {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;

}

.tab-content .active {
  background-color: transparent !important;
}

.tab-content {
  margin-top: 20px;
}



@media (max-width: 991px) {
  .smartportfolios-group {
    flex-direction: column;
    text-align: center;
  }

  .vector-icon {
    margin: 10px auto;
    /* Center the image */
  }
}







.group-container {
  flex-direction: row;
  align-items: flex-start;
  gap: var(--gap-5xl);
  text-align: left;
  font-size: var(--font-size-sm);
}


.frame-parent4 {
  margin-top: 70px;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--gap-45xl);
  font-size: var(--font-size-21xl);
}

.group-child3 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-gray-400);
  height: 374px;
}

.logo {
  position: relative;
  line-height: 150%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 360px;
}

.our-vision-is {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 28px;
  display: inline-block;
}

.facebook-icon {
  position: relative;
  width: 36px;
  height: 36px;
}

.facebook-parent,
.our-vision-is-to-provide-conve-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-base);
}

.our-vision-is-to-provide-conve-parent {
  flex-direction: column;
  gap: var(--gap-5xl);
  font-size: var(--font-size-base);
  color: var(--paragraph-white-color);
  font-family: var(--font-poppins);
}

.logo-parent {
  gap: var(--gap-13xl);
  font-size: var(--font-size-13xl);
  font-family: var(--font-ramabhadra);
}

.logo-container,
.logo-group,
.logo-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.logo-container {
  gap: var(--gap-base);
  font-size: var(--font-size-base);
  color: var(--paragraph-white-color);
}

.logo-group {
  gap: var(--gap-5xl);
  width: 110%;

}

.logo6 {
  position: relative;
  line-height: 32px;
  font-weight: 600;
}

.frame-parent10 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 151px;
}

.frame-child5 {
  position: relative;
  background-color: rgba(255, 255, 255, 0.19);
  width: 1140px;
  height: 2px;
}

.frame-parent9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 36px;
}

.smartportfolios-all-rights {
  position: relative;
  font-size: var(--font-size-base);
  letter-spacing: -0.02em;
  line-height: 150%;
  color: var(--paragraph-white-color);
  text-align: center;
}

.frame-parent8 {
  display: flex;
  flex-direction: column;
  background-color: var(--color-gray-400);
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  justify-content: flex-end;
  gap: var(--gap-13xl);
  padding: 55px 0;
}

.rectangle-parent4 {
  background-color: var(--color-gray-400) !important;
  /* padding: 20px 0; */
  margin-top: 50px;
  /* Vertically center the content */
}

.footer-line {
  position: relative;
  background-color: rgba(255, 255, 255, 0.19);
  width: 100%;
  height: 2px;
  margin: 20px 0;
}

.home {
  font-weight: 600;
}

.about,
.home {
  position: relative;
  line-height: 28px;
}

.down-arrow-1-icon {
  position: relative;
  width: 14px;
  height: 14px;
  overflow: hidden;
  flex-shrink: 0;
}

.about-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-5xs);
  color: var(--paragraph-white-color);
  cursor: pointer;
}

.s {
  text-transform: uppercase;
}

.start-investing {
  position: relative;
  line-height: 24px;
}

.start-investing-parent {
  border-radius: var(--br-5xs);
  background-color: var(--color-mediumaquamarine);
  display: flex;
  flex-direction: row;
  padding: var(--padding-xs) 30px;
  align-items: center;
  justify-content: center;
  gap: var(--gap-5xs);
  text-align: center;
}

.sign-in-parent {
  gap: var(--gap-5xl);
}

.home-parent,
.logo-parent5,
.sign-in-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.home-parent {
  gap: var(--gap-37xl);
  font-size: var(--font-size-base);
  color: var(--font-white-color);
  font-family: var(--font-poppins);
}

.logo-parent5 {
  position: absolute;
  top: 36px;
  gap: 269px;
  text-align: left;
  font-size: var(--font-size-13xl);
  color: var(--color-white);
  font-family: var(--font-ramabhadra);
}

.home-pages-child {
  position: absolute;
  top: 220.5px;
  left: 374px;
  width: 1440px;
  height: 862px;
}

.invest-with-confidence-container,
.maximize-your-returns {
  position: relative;
  line-height: 72px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 683px;
}

.maximize-your-returns-sub {
  position: relative;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 24px;
}

.invest-with-confidence-container {
  font-size: var(--font-size-base);
  line-height: 28px;
  font-weight: 500;
  width: 519px;
}

.right-1-icon {
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
}

.start-investing-now-parent {
  border-radius: 10px;
  background-color: var(--color-mediumaquamarine);
  display: flex;
  flex-direction: row;
  padding: var(--padding-base) 40px;
  align-items: center;
  justify-content: center;
  gap: var(--gap-base);
  text-align: center;
  font-size: var(--font-size-base);
  color: var(--font-white-color);
}

.frame-parent11 {
  position: absolute;
  top: 97px;
  left: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  text-align: left;
  font-size: 56px;
  color: var(--color-white);
}

.app-frame11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  text-align: left;
  margin-top: 50px;
  font-size: 56px;
  color: var(--color-white);
}

.app-frame11-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  text-align: left;
  margin-top: 0px;
  font-size: 56px;
  color: var(--color-white);
  font-weight: 700;
}

.frame-parent233 {
  position: absolute;
  top: 620px;
  left: 221px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  text-align: left;
  font-size: 56px;
  color: var(--color-white);
}

.explore-investment-portfolios-container {
  position: relative;
  line-height: 62px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 713px;
}

.discover-investment-portfolios {
  position: relative;
  font-size: var(--font-size-base);
  line-height: 28px;
  color: var(--paragraph-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 695px;
}

/* .rectangle-group {
  position: absolute;
  top: 150px;
  left: 201px;
  width: 550px;
  height: 464px;
  font-size: var(--font-size-lg);
  color: var(--color-mediumaquamarine);
}
.log-in-screen {
  position: relative;
  background-color: var(--color-darkslategray-100);
  width: 100%;
  height: 1024px;
  overflow: hidden;
  text-align: left;
  font-size: var(--font-size-17xl);
  color: var(--color-lightsteelblue);
  font-family: var(--font-poppins);
} */
.frame-child6 {
  position: relative;
  border-radius: var(--br-12xs);
  background-color: var(--color-mediumaquamarine);
  width: 28px;
  height: 2px;
}

.all-parent,
.view-all-wrapper {
  display: flex;
  justify-content: flex-start;
  color: var(--font-white-color);
}

.all-parent {
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.view-all-wrapper {
  border-radius: 6px;
  background-color: var(--color-mediumaquamarine);
  flex-direction: row;
  padding: 8px var(--padding-base);
  align-items: flex-start;
}

.frame-parent13,
.frame-parent14 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.frame-parent14 {
  flex-direction: row;
  gap: var(--gap-45xl);
  font-size: var(--font-size-base);
  color: var(--paragraph-white-color);
}

.frame-parent13 {
  flex-direction: column;
  gap: var(--gap-29xl);
}

.group-child4,
.group-child5 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--br-5xs);
  background-color: var(--color-gray-400);
}

.group-child5 {
  height: 15.25%;
  top: 84.75%;
  border-radius: 0 0 var(--br-5xs) var(--br-5xs);
  background-color: var(--background);
  /* padding: 20px 120px; */
}

.group-child5:hover {
  background-color: var(--color-mediumaquamarine);
}

.group-child6 {
  border-radius: var(--br-5xs) var(--br-5xs) 0 0;
  background-color: var(--color-gray-300);
}

.group-child6,
.rectangle-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
}

.frame-child7 {
  position: relative;
  width: 54px;
  height: 54px;
}

.equity1 {
  position: relative;
  font-size: var(--font-size-base);
  line-height: 20px;
  color: var(--paragraph-white-color);
  text-align: left;
  display: flex;
  align-items: center;
  width: 67px;
}

.group-parent5 {
  gap: var(--gap-base);
}

.frame-wrapper,
.group-parent5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.high-risk {
  position: relative;
  line-height: 20px;
}

.frame-parent15,
.high-risk-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.high-risk-wrapper {
  border-radius: var(--br-10xs);
  background-color: var(--color-gray-400);
  padding: var(--padding-7xs) var(--padding-xs);
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--color-tomato);
}

.frame-parent15 {
  position: absolute;
  top: 16px;
  left: 16px;
  gap: var(--gap-52xl);
}

.group-child7 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-powderblue);
  width: 100%;
  height: 201px;
}

.min-investment {
  position: relative;
  font-size: var(--font-size-base);
  line-height: 20px;
  color: var(--color-darkslategray-100);
}

.frame-wrapper1 {
  position: absolute;
  top: 0;
  left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.frame-icon {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 137px;
  overflow: hidden;
}

.frame-parent16,
.rectangle-parent6 {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 177px;
}

.rectangle-parent6 {
  top: 86px;
  height: 201px;
  text-align: left;
  color: var(--color-darkslategray-200);
}

.group-parent3 {
  position: relative;
  width: 100%;
  height: 287px;
}

.half-yearly {
  position: relative;
  font-size: var(--font-size-sm);
  line-height: 18px;
  color: var(--paragraph-white-color);
}

.frame-child8 {
  position: relative;
  border-radius: var(--br-12xs);
  background-color: var(--color-gray-500);
  width: 1px;
  height: 38px;
}

.frame-parent19 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-4xl);
}

.frame-child10 {
  position: relative;
  border-radius: var(--br-12xs);
  background-color: var(--color-gray-600);
  width: 332px;
  height: 1px;
}

.frame-parent18 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-xl);
}

.view-portfolio-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  align-items: center;
  text-align: center;
  font-size: var(--font-size-xl);
  background-color: var(--color-mediumaquamarine);
}

.frame-parent17,
.group-parent2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.frame-parent17 {
  gap: var(--gap-xl);
  text-align: left;
  font-size: var(--font-size-base);
}

.group-parent2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  gap: var(--gap-5xl);
}

.rectangle-parent5 {
  position: relative;
  width: 100%;
  height: 446px;
  /* height: 340px; */
}

.group-child11 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--br-10xs);
  background-color: var(--color-mediumaquamarine);
  width: 54px;
  height: 54px;
}

.light-1-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.frame-parent12,
.group-parent1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  font-size: var(--font-size-xl);
}

.frame-parent12 {
  margin-top: 70px;
  /* left: 150px; */
  flex-direction: column;
  align-items: center;
  gap: var(--gap-45xl);
  font-size: var(--font-size-21xl);
}


.group-child18 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--br-10xs);
  background-color: var(--color-mediumaquamarine);
  width: 48px;
  height: 48px;
}

.light-1-icon2 {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.rectangle-parent13 {
  position: relative;
  width: 48px;
  height: 48px;
}

.equity4 {
  position: relative;
  font-size: var(--font-size-xs);
  line-height: 16px;
  color: var(--color-darkslategray-300);
  text-align: left;
  display: flex;
  align-items: center;
  width: 67px;
}

.arrow-angle-pointing-to-right-icon {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}



.home-pages {
  background: var(--dark-emerald-luxury);
  width: 100%;
  height: 100%;
  font-size: var(--font-size-base);
  color: var(--font-white-color);
  font-family: var(--font-roboto), var(--font-lato), -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.main-vectors {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* Allow items to wrap to the next line on small screens */
  margin: 0;
  /* Add negative margin to counteract padding */

  /* Add background image styles here if needed */
}

.vector-parent,
.vector-group,
.vector-container {
  flex-grow: 1;
  /* Each element takes equal width */
  padding: 10px;
  /* Add padding to each element */
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  color: var(--color-gray-100);
  background-color: white;
  border-radius: 10px;
}

.vector-parent img,
.vector-group img,
.vector-container img {
  max-width: 100%;
  height: auto;
}

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

.group-parent5 {
  display: flex;
  align-items: center;
}

.rectangle-parent13 {
  position: relative;
  margin-right: 10px;
  /* Add spacing between icon and text */
}

.group-child18,
.light-1-icon2,
.arrow-angle-pointing-to-right-icon {
  display: inline-block;
  vertical-align: middle;
}

.viezh-robert-parent {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}


.start-investing {
  font-size: var(--font-size-xs);
  line-height: 1.4;
  color: var(--paragraph-white-color);
}

.mutual-funds1,
.start-investing2,
.balanced3,
.equity5 {
  font-size: var(--font-size-xs);
  line-height: 1.4;
  color: var(--color-darkslategray-300);
}


/* Add media queries for responsiveness */
@media (max-width: 768px) {

  .vector-parent,
  .vector-group,
  .vector-container {
    flex-basis: 100%;
    /* Take full width on small screens */
    padding: 0 20px;
    /* Increase padding for better spacing on small screens */
  }

  .frame-parent30 {
    flex-direction: column;
    align-items: center;
  }

  .rectangle-parent13 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}



/* plans   */

.main-header {
  border-radius: var(--br-5xs);
  background-color: var(--color-gray-100) !important;
  font-size: 26px;
  text-align: center;
  color: var(--color-mediumaquamarine-100) !important;
  line-height: 24px;
  font-weight: 600;
}

.row-main {
  display: flex;
  align-items: center;
  padding: 20px;
}

.row-main2 {
  display: flex;
  align-items: center;
}


.first-col {
  margin-right: 15px;
}


.img-border {
  border-radius: 4px;
  background-color: var(--color-mediumaquamarine-200);
  padding: 18px;
}

.thunder-1-icon {
  overflow: hidden;
}

.invest-in-rending {
  font-size: var(--font-size-base);
  line-height: 20px;
  color: var(--body-font-colore);
  text-align: left;
}

.second-main {
  margin-left: 40px;
}

.plans-text-main {
  font-size: 36px;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-poppins);
  font-weight: 700;
  margin-top: 50px;
  text-transform: uppercase;
}


.plan-card {
  background-color: transparent !important;
}

.plan-header {
  border-radius: var(--br-5xs) var(--br-5xs) 0 0;
  background-color: var(--color-gray-100) !important;
  padding: 20px 0px !important;
  font-size: 26px;
  text-align: center;
  color: var(--color-mediumaquamarine-100) !important;
  line-height: 24px;
  font-weight: 600;
}

.card-header-price {
  font-weight: 600;
  font-size: 32px;
  align-items: center;
  color: white !important;
  margin-top: 20px;
}

.plan-body {
  background-color: var(--color-powderblue);
  position: relative;
  padding: 0 !important;
}

.background-image {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.plan-title {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 21px !important;
  align-items: center !important;
  color: var(--color-seagreen) !important;
  margin: 20px 0 !important;
}

.plan-text {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 32px !important;
  align-items: center !important;
  color: var(--color-darkslategray-100) !important;
  margin-top: 60px !important;
}

.custom-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 20px;
  color: black;
}

.custom-list-item img {
  width: 20px;
  /* Adjust the width as needed */
  height: 20px;
  /* Adjust the height as needed */
  margin-right: 8px;
}

.plan-footer {
  border-radius: var(--br-5xs) var(--br-5xs) 0 0;
  background-color: var(--color-mediumaquamarine-200) !important;
  padding: 30px 0px !important;
  font-size: 26px;
  text-align: center;
  color: white !important;
  line-height: 24px;
  font-weight: 600;
  border-color: transparent;
  cursor: pointer;
}

.plan-footer:hover {
  background-color: var(--color-mediumaquamarine-100) !important;
}


/* personal detail */

.personal-text-main {
  line-height: 40px;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-poppins);
  font-weight: 400;
  margin-top: 30px;
  text-transform: capitalize;
}

.personal-text-submain {
  line-height: 40px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-poppins);
  font-weight: 400;
  padding: 0;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.progress-form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--color-darkslategray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 28px;
  color: white;
  line-height: 28px;
  font-weight: 500;
}

.line {
  width: 228px;
  height: 7px;
  background-color: var(--color-darkslategray-100);
}

.active {
  background-color: var(--promery-colore) !important;
}

.form-container {
  padding: 30px;
  margin: 0 auto;
}

.form-label {
  font-weight: bold;
}

.group-inner2 {
  border-radius: var(--br-5xs) !important;
  background-color: var(--color-gray-100) !important;
  font-family: var(--font-poppins);
  width: 458px;
  height: 60px;
  color: white !important;
  border: none !important;
}

select.group-inner2 {
  color: white;
}

select.group-inner2 option {
  color: black;
}

.group-inner2:focus,
.group-inner2:active,
.group-inner2:focus-visible,
.group-inner2:focus-within {
  outline: none;
  border: none;
  box-shadow: none;
  background-color: var(--color-gray-100) !important;
}

.form-label {
  word-spacing: normal;
}

.button-container {
  display: flex;
  justify-content: center;
}

button {
  border: none;
  border-radius: 4px;
  padding: 14px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.outline-button {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  margin-right: 30px;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.confirm-button {
  background-color: var(--promery-colore);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}


/* Confirmation */

.form-head-text {
  line-height: 40px;
  font-weight: 400;
  font-size: 32px;
  text-align: left;
  color: var(--color-white);
  font-family: var(--font-poppins);
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: capitalize;
}

/* payment */

.form-head-text2 {
  line-height: 40px;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-poppins);
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.form-container2 {
  padding: 30px;
  max-width: 700px;
  margin: 0 auto;
}

.button-container2 {
  display: flex;
  justify-content: flex-start;
}

/* congrats */

.congrats-card {
  height: 800px;
  background-color: var(--color-gray-100) !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: auto;
  padding: 70px !important;
  margin-top: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.investment-image {
  width: 295.41px;
  height: 340.26px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.content {
  padding: 30px;
  width: 60%;
  margin: 20px 0;
  line-height: 46px;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
}

.name-text {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  color: #d8dbdc;
  margin-bottom: 20px;
  text-align: right;
}


.name-text2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  color: #d8dbdc;
  margin-bottom: 20px;
  text-align: left;
}

.custom-card-body {
  background-color: var(--color-gray-400);
  color: white;
}

.card-main {
  background-color: #143443 !important;
}

.card-height {
  height: 120px !important;
  overflow: hidden !important;
  color: white !important;
}

.custom-card {
  background-color: var(--charcoal-teal);
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.broker-card span {
  color: lightgray;
}

.custom-modal {
  background-color: var(--deep-teal) !important;
}

.custom-modal .modal-header {
  border-bottom: none;
}

.custom-modal .modal-footer {
  border-top: none;
}

.custom-modal .modal-title {
  color: #fff;
}

.custom-modal label,
.custom-modal span {
  color: #fff;
  font-weight: bold;
}

.custom-modal button[type="submit"] {
  background-color: #143443;
  border: 1px solid #143443;
}

.custom-modal button[type="submit"]:hover {
  background-color: #1E4D5E;
  border: 1px solid #1E4D5E;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.modal button {
  border-radius: var(--square-border);
}

.info-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.info-card-grid .custom-card {
  color: #FBCE5E;
  text-align: center;
  width: 250px;
  transition: all 0.3s ease;
}

.info-card-grid .custom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  background-color: #247a92;
}

.info-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--emerald-green);
}

.info-value {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: #FFFFFF;
}

.portfolio-grid,
.providers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.provider-card {
  transition: all 0.3s ease-in-out;
}

.provider-card img {
  object-fit: contain;
  height: 68px;
  width: 68px;
}

.funds-section>div {
  transition: all 0.3s ease-in-out;
}

.funds-section>div:hover,
.provider-card:hover {
  background: rgba(0, 0, 0, 0.1);
}

.provider-header,
.provider-card:not(:last-child),
.funds-section>div:not(:last-child) {
  border-bottom: 1px solid var(--color-gray-100);
}

.provider-card a {
  color: var(--emerald-green);
}

.provider-card a:hover {
  color: var(--light-green-color);
}

.portfolio-card,
.portfolio-detail-card {
  background-color: var(--charcoal-teal);
  display: flex;
  flex-direction: column;
  border-radius: var(--square-border);
  height: 310px;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.portfolio-detail-card {
  height: 328px;
}

.portfolio-detail-card a {
  color: var(--emerald-green);
}

.portfolio-card:hover,
.portfolio-detail-card:hover {
  box-shadow: 0 0 18px rgba(11, 77, 58, 0.6),
    inset 0 0 8px rgba(11, 77, 58, 0.4);
  transform: translateY(-6px) scale(1.02);
  border: 1px solid var(--dark-green);
}

.fund-tile div {
  transition: all 0.4s ease;
}

.fund-tile div:hover {
  background: rgba(0, 0, 0, 0.1);
}

.portfolio-info {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.portfolio-info div:first-child {
  flex: 1;
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}

.portfolio-info div:first-child img {
  height: 40px;
}

.portfolio-info div:nth-child(2) {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.portfolio-info div:nth-child(2) h4 {
  font-size: 1rem;
  margin-bottom: .1rem;
}

.portfolio-info div:nth-child(2) p {
  font-size: .8rem;
  color: lightgrey;
}

.portfolio-info div:nth-child(3) {
  flex: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}

.portfolio-price {
  background-color: var(--portfolio-price-bg-color);
  padding: .2rem .8rem;
  box-shadow: 1px 1px var(--charcoal-teal);
  color: var(--emerald-green);
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
}

.portfolio-chart {
  flex: 5;
}

.portfolio-returns {
  flex: 1;
}

.fullwidth-btn {
  width: 100%;
}

.portfolio-action {
  background: transparent;
  transition: background 0.3s ease, color 0.3s ease;
  border-radius: var(--square-border);
  border: 1px solid var(--emerald-green);
  color: var(--emerald-green);
  min-width: 15%;
}

.portfolio-action:hover {
  background: var(--emerald-green);
  color: var(--font-white-color);
}

.portfolio-action a {
  margin: 0;
  color: var(--font-white-color);
  display: block;
  text-decoration: none;
}

.portfolio-action a:hover {
  color: var(--font-white-color);
}

.portfolio-returns {
  display: flex;
}

.portfolio-returns div:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.portfolio-returns div {
  flex: 1;
}

.portfolio-returns-subtitle {
  font-size: 1.2rem;
  color: var(--emerald-green);
}

.get-started-content {
  display: flex;
  gap: 1rem;
}

.get-started-card {
  border-radius: var(--square-border);
  background-color: var(--get-started-color);
  flex: 1;
}

.get-started-card h3 {
  border-bottom: 1px solid var(--color-gray-400);
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 500;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-top: 1px solid var(--divider-color);
  margin: 0 1rem;
}

.portfolio-features {
  display: flex;
  gap: 4rem;
}

.portfolio-features li::marker {
  color: var(--light-green-color);
}

.testimonials-sub {
  width: 540px;
}

.testimonials-content {
  display: flex;
  gap: 1rem;
}

.testimonial-card {
  flex: 1;
  background-color: var(--testimonial-bg-color);
  border-radius: var(--square-border);
}

.testimonial-customer {
  display: flex;
  gap: 1rem;
}

.testimonial-customer img {
  height: 48px;
  border-radius: 2rem;
}

.testimonial-rating {
  display: flex;
  gap: 1rem;
  align-items: baseline;
}

.chart-card {
  border-radius: var(--rounded-border);
}

.chart-card .plot-container,
.signals-card {
  overflow-x: scroll;
}

.overview-card {
  color: white;
}

.vertical-line {
  border-left: 1px solid #ccc;
  /* height: 100%; */
  padding: 0% !important;
}

.footer-gap {
  background: #143443;
  padding: 80px 0px 60px 0px;
}

.footer-gap a {
  color: var(--font-white-color);
  text-decoration: none;
}

.footer-gap a:hover {
  color: var(--dark-gold);
}

.row>h4,
.pending,
.brand-color {
  color: var(--emerald-green) !important;
}

.light-blue {
  color: #aad8f7;
}

.completed {
  color: #38D05E !important;
}

.rejected {
  color: #f80101 !important;
}

.account-info-lg>div {
  transition: all 0.3s ease-in-out;
}

.account-info-lg>div:not(:last-child) {
  border-right: 1px solid var(--color-gray-400);
}

.account-info-lg>div:hover {
  background: rgba(0, 0, 0, 0.1);
}

.account-info .custom-card h4 {
  color: #fff;
}

.row>button {
  display: none;
}

.invest-btn {
  width: 100%;
  height: 100%;
  min-height: 96px;
  max-height: 96px;
  background: linear-gradient(360deg, #2979B0 0%, #11334A 100%);
  color: #fbce5e;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invest-btn:hover {
  background: linear-gradient(360deg, #5BA7D1 0%, #2A5168 100%);
  color: #fbce5e;
}

.buy-btn {
  background: linear-gradient(90deg, #1E7D4E 0%, #4FD47E 100%);
  text-align: center;
  color: black !important;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
}

.buy-btn:hover {
  background: linear-gradient(90deg, #146B3A 0%, #2ECC71 100%);
}

.sell-btn {
  background: linear-gradient(90deg, #8B0000 0%, #FF6347 100%);
  text-align: center;
  color: white !important;
  border-radius: 8px;
  cursor: pointer !important;
  width: 100%;
}

.sell-btn:hover {
  background: linear-gradient(90deg, #B22222 0%, #FF7F50 100%);
}

.custom-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: var(--charcoal-teal);
  color: var(--light-green-color);
  font-size: 1rem;
  text-align: left;
  border-radius: 0.5rem;
  overflow: hidden;
}

.custom-table a {
  color: var(--light-green-color);
}

.custom-table a:hover {
  color: var(--dark-green-color);
}

.custom-table th,
.custom-table td {
  padding: 1rem;
  vertical-align: middle;
}

.custom-table th {
  background-color: var(--charcoal-teal);
  font-weight: bold;
}

.custom-table tbody tr {
  transition: background-color 0.3s ease;
}

.custom-table tbody tr:nth-child(odd) {
  background-color: var(--charcoal-teal);
}

.custom-table tbody tr:nth-child(even) {
  background-color: #3A4F5C;
}

.custom-table tbody tr:hover {
  background-color: #255f7b;
}

.gapped-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background-color: transparent;
  color: var(--emerald-green);
  font-size: 1rem;
  text-align: left;
  border-radius: 0.5rem;
}

.gapped-table th,
.gapped-table td {
  padding: 1rem;
  vertical-align: middle;
  border: none !important;
}

.gapped-table th {
  background-color: transparent;
  font-weight: bold;
  color: var(--emerald-green);
}

.gapped-table tbody tr {
  background-color: transparent;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

.gapped-table tbody tr:nth-child(odd) {
  background-color: var(--light-charcoal-teal);
}

.gapped-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.gapped-table tbody tr td {
  border: none !important;
}

.gapped-table a {
  color: var(--emerald-green);
}

.account-info-sm {
  display: none;
}

.action-row {
  display: flex;
  align-items: stretch;
  overflow-x: scroll;
}

.action-row .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-top: 60px;
  padding-bottom: 18px;
}

.cta-btn,
.cta-analyst-btn {
  border-radius: var(--square-border);
  width: 100%;
  max-width: 520px;
  height: 56px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color-white);
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}

.cta-btn {
  background: var(--cta-bg-color);
}

.cta-analyst-btn {
  background: var(--dark-gold);
}

.cta-btn:hover {
  background: linear-gradient(135deg, #18D2A3, #12876F);
  color: var(--font-white-color);
}

.cta-analyst-btn:hover {
  background: linear-gradient(135deg, #da8506, #e7770e);
  color: var(--font-white-color);
}


.edit-stock-btn {
  width: 156px;
  margin: 0;
}


.close-btn {
  display: none;
}

table a {
  text-decoration: none;
  color: #fbce5e;
  font-weight: bold;
}

table a:hover {
  color: #d4a84b;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.glowing-text {
  animation: blink 2s infinite;
}

.investment-cards {
  display: none;
}

.fund-card-sm {
  display: none;
}

.navbar-brand h1 {
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
}

.banner {
  padding-top: 4em;
  height: 470px;
}

.banner-actions {
  display: flex;
  width: 100%;
  max-width: 664px;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto;
}

.banner p {
  font-weight: 100;
}

.banner-subheading {
  width: 590px;
}

ol.breadcrumb {
  background: transparent;
}

.toggle-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
}

.toggle-items {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.toggle-menu a {
  text-decoration: none;
  color: var(--font-white-color);
  transition: all;
  position: relative;
}

.toggle-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 4px;
  background-color: var(--active-toggle);
  transition: width 0.3s ease-in-out;
}

.toggle-menu a:hover {
  color: var(--font-white-color);
}

.toggle-menu a:hover::after {
  width: 100%;
}

.toggled {
  border-bottom: 4px solid var(--active-toggle);
}

.toggle-btn {
  border-radius: var(--square-border);
  padding: 0.3rem 1rem;
  color: var(--font-white-color);
}

.centered {
  margin: 0 auto !important;
  padding: 0 !important;
}

.nav-action-btn,
.toggle-btn {
  background-color: var(--light-green-color);
}

.nav-action-btn:hover,
.toggle-btn:hover {
  background-color: var(--dark-green-color);
}

.nav-action-btn {
  color: var(--font-white-color);
  border-radius: var(--square-border);
  width: 150px;
  height: 35px;
  justify-content: center !important;
}

.register-btn {
  background-color: var(--dark-cyan-blue);
  color: var(--font-white-color);
  border-radius: 10px;
  width: 150px;
  justify-content: center !important;
  height: 35px;
}

.register-btn:hover {
  background-color: var(--midnight-teal);
}

.calendar-heatmap svg {
  background: #143443;
}

.fund-title {
  color: var(--emerald-green);
}

.fund-price {
  font-size: 1.6rem;
  color: var(--emerald-green);
  font-weight: bold;
  margin-right: 1rem;
}

/* Add more media queries and responsive styles as needed for other screen sizes */
@media (max-width: 576px) {
  .portfolio-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .portfolio-card {
    margin: 1rem;
    height: 613px;
  }

  .portfolio-card:hover {
    box-shadow: none;
    transform: none;
  }

  .portfolio-chart {
    background-size: contain;
  }

  .get-started-content {
    flex-direction: column;
  }

  .get-started-card {
    margin: .4rem;
  }

  .portfolio-features {
    flex-direction: column;
  }

  .testimonials-content {
    flex-direction: column;
  }

  .testimonial-card {
    margin: .4rem;
  }

  .toggle-menu {
    width: 96%;
  }

  .banner-actions {
    flex-direction: column;
    width: 100%;
  }

  .banner-actions a {
    width: 100%;
  }

  .banner-subheading {
    width: 100%;
  }

  .portfolio-info div:nth-child(2) {
    flex: none;
    margin-right: 1rem;
  }

  /* Use this when width of certain elements exceeds device width  */
  .scroll-container {
    overflow-x: scroll;
  }

  .account-info-sm {
    display: block;
  }

  .account-info-sm span {
    color: #fbce5e;
  }

  .account-info-lg,
  .invest-btn {
    display: none;
  }

  .row>button {
    display: block;
  }

  .invest-btn {
    width: auto;
    height: auto;
  }

  .action-row .col-md-4 {
    padding: 8px;
  }

  .info-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .info-card-grid .custom-card {
    width: 100%;
  }

  /* No transition effects on mobile */
  .info-card-grid .custom-card:hover {
    transform: none;
    box-shadow: none;
    background-color: none;
  }

  .col-auto img {
    width: 80px;
  }

  /* Reduce font size of fund name */
  .ml-3 .sample-style-2 {
    font-size: 32px;
  }

  /* Reduce font size of fund description */
  .ml-3 .sample-style-3 {
    font-size: 16px;
  }

  .login-form {
    width: 100%;
    height: auto;
    padding: 0.5rem;
  }

  .login-image,
  .register-image {
    display: none;
  }

  #login-btn {
    width: 100%;
  }

  .container-fluid {
    padding: 0.5rem !important;
  }

  #email,
  .login-form button {
    width: 100% !important;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 300px;
    background-color: var(--main-bg-color);
    z-index: 1050;
    transition: all 0.3s ease-in-out;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
  }

  .navbar-collapse.show {
    left: 0;
  }

  .nav-link,
  .dropdown-item {
    color: white !important;
  }

  .navbar-toggler {
    color: white;
    border: none;
    margin: 0 1rem;
    background-color: var(--dark-cyan-blue);
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .close-btn {
    display: block;
    color: white;
    font-size: 1.5rem;
    background: none;
    border: none;
    width: 100%;
    text-align: end;
  }

  .close-btn:hover {
    cursor: pointer;
  }

  .investment-cards {
    display: block;
  }

  .investment-btn-section {
    flex-direction: column-reverse;
  }

  .investment-btn-section h4 {
    margin-top: 1rem;
  }

  .fund-card-lg {
    display: none;
  }

  .fund-card-sm {
    display: block;
  }

  .frame-logo {
    display: none;
  }

  .frame-logo-sm {
    display: block;
  }
}

/* Portfolio Challenge Section */
.portfolio-challenge-section {
  /* background: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #334155 50%, #475569 75%, #64748b 100%);*/
  padding: 100px 0; 
  color: white;
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

.portfolio-challenge-section .row {
  align-items: flex-start;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
}

.portfolio-challenge-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.1) 0%, transparent 50%);
  z-index: 1;
}

.portfolio-challenge-section .container-fluid {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.challenge-left {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: auto;
  height: fit-content;
}

.challenge-content {
  margin-bottom: 60px;
  text-align: left;
}

.challenge-title {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 25px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: var(--font-poppins), -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.challenge-description {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 40px;
  opacity: 0.85;
  max-width: 650px;
  color: #e2e8f0;
}

.challenge-btn {
  background: linear-gradient(135deg, #52c41a 0%, #389e0d 100%);
  border: none;
  padding: 16px 40px;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 12px;
  color: white;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(82, 196, 26, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.challenge-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.challenge-btn:hover::before {
  left: 100%;
}

.challenge-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 35px rgba(82, 196, 26, 0.6);
  background: linear-gradient(135deg, #389e0d 0%, #237804 100%);
}

.portfolio-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.portfolio-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}



.portfolio-card:hover {
  transform: translateY(-8px) scale(1.02);
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 0 30px rgba(82, 196, 26, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.portfolio-card .card-avatar {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.portfolio-card .user-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}

.portfolio-card .user-avatar::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #52c41a, #389e0d, #18D2A3);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-card:hover .user-avatar::after {
  opacity: 1;
}

.portfolio-card .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-card .card-content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0;
}

.portfolio-card .strategy-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f1f5f9;
  margin: 0 0 15px 0;
  text-align: center;
}

.portfolio-card .stock-name {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0 0 8px 0;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  line-height: 1;
  letter-spacing: 0.5px;
}

.portfolio-card .strategy-name {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 6px 0;
  color: #f1f5f9;
  letter-spacing: 0.3px;
  opacity: 0.95;
}

.portfolio-card .fund-type {
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0 0 16px 0;
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  opacity: 0.7;
}

.portfolio-card .card-details {
  margin: 16px 0 20px 0;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.portfolio-card .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.portfolio-card .detail-item:last-child {
  margin-bottom: 0;
}

.portfolio-card .detail-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.portfolio-card .detail-value {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.portfolio-card .strategy-cta {
  margin-top: 20px;
  text-align: center;
}

.portfolio-card .strategy-details-btn {
  background: #5CBFA8;
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(92, 191, 168, 0.3);
  position: relative;
  overflow: hidden;
}

.portfolio-card .strategy-details-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.portfolio-card .strategy-details-btn:hover::before {
  left: 100%;
}

.portfolio-card .strategy-details-btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(92, 191, 168, 0.5);
  background: #4AA896;
}

.roi-display {
  text-align: center;
  position: relative;
  z-index: 2;
}

.roi-label {
  display: block;
  font-size: 0.95rem;
  opacity: 0.7;
  margin-bottom: 8px;
  color: #cbd5e1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.roi-value {
  font-size: 2.2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  line-height: 1;
}



/* Leaderboard Section Styles */
.leaderboard-section {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 30px;
  height: fit-content;
  position: sticky;
  top: 0;
  align-self: flex-start;
}

.leaderboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -30px -30px 25px -30px;
  padding: 20px 30px 15px 30px;
  background: #143443;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.portfolio-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -20px -20px 20px -20px;
  padding: 20px;
  background: #143443;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 8px;
}

.portfolio-header .strategy-title {
  color: #f1f5f9;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.portfolio-header .roi-value {
  color: #00ff88;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.portfolio-card .fund-badge {
  background: rgba(0, 255, 136, 0.2);
  color: #00ff88;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-bottom: 15px;
}

.leaderboard-header h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f1f5f9;
  margin: 0;
  letter-spacing: 0.5px;
}

.leaderboard-tabs {
  display: flex;
  gap: 15px;
}

.leaderboard-tabs .tab {
  font-size: 0.85rem;
  font-weight: 600;
  color: #94a3b8;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.leaderboard-tabs .tab.active {
  background: linear-gradient(135deg, #52c41a 0%, #389e0d 100%);
  color: white;
}

.leaderboard-tabs .tab:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
  transform: translateY(-1px);
}

.leaderboard-list {
  margin-bottom: 20px;
}

.leaderboard-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.leaderboard-item:last-child {
  border-bottom: none;
}

.leaderboard-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transform: translateX(5px);
}

.leaderboard-item .rank {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  margin-right: 15px;
  flex-shrink: 0;
}

.leaderboard-item .user-info {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.leaderboard-item .user-avatar-sm {
  display: block;
  width: 40px !important;
  height: 40px !important;
  max-width: 40px;
  max-height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
  overflow: hidden;
}

.leaderboard-item .username {
  font-weight: 600;
  color: #f1f5f9;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leaderboard-item .performance {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.leaderboard-item .gain {
  font-weight: 700;
  color: #10b981;
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.leaderboard-item .percentage {
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 500;
}

.view-all {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.view-all-link {
  color: #52c41a;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.view-all-link:hover {
  color: #389e0d;
  text-decoration: underline;
}

/* Responsive Design */
@media (min-width: 1200px) {
  .portfolio-challenge-section .row {
    align-items: flex-start;
  }
  
  .portfolio-challenge-section .col-lg-4 {
    position: sticky;
    top: 0;
    align-self: flex-start;
    flex-shrink: 0;
    height: fit-content;
  }
  
  .portfolio-challenge-section .col-lg-8 {
    height: fit-content;
  }
}

@media (max-width: 1200px) {
  .portfolio-challenge-section .container-fluid {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .portfolio-challenge-section {
    padding: 80px 0;
  }
  
  .portfolio-challenge-section .row {
    align-items: flex-start;
  }
  
  .challenge-left {
    padding: 0 20px;
    margin-bottom: 50px;
    min-height: auto;
    justify-content: flex-start;
    gap: 30px;
  }
  
  .challenge-title {
    font-size: 2.6rem;
  }
  
  .portfolio-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .portfolio-challenge-section {
    padding: 60px 0;
  }
  
  .challenge-left {
    min-height: auto;
    gap: 25px;
  }
  
  .challenge-title {
    font-size: 2.2rem;
    text-align: center;
  }
  
  .challenge-description {
    text-align: center;
    margin: 0 auto 30px;
  }
  
  .challenge-content {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .portfolio-cards {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin: 20px auto;
  }
}

@media (max-width: 991px) {
  .leaderboard-section {
    position: static;
    margin-top: 40px;
    padding: 25px;
  }
  
  .leaderboard-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .leaderboard-tabs {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .leaderboard-section {
    padding: 20px;
    border-radius: 15px;
  }
  
  .leaderboard-item {
    padding: 12px 0;
  }
  
  .leaderboard-item .user-avatar-sm {
    display: block;
    width: 35px !important;
    height: 35px !important;
    max-width: 35px;
    max-height: 35px;
    min-width: 35px;
    min-height: 35px;
    overflow: hidden;
  }
  
  .leaderboard-item .username {
    font-size: 0.9rem;
  }
  
  .leaderboard-item .gain {
    font-size: 0.85rem;
  }
  
  .leaderboard-item .percentage {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .challenge-title {
    font-size: 1.8rem;
  }
  
  .challenge-description {
    font-size: 1rem;
  }
  
  .challenge-btn {
    padding: 14px 30px;
    font-size: 1rem;
  }
  
  .portfolio-card {
    padding: 25px;
  }
  
  .roi-value {
    font-size: 2rem;
  }
  
  .leaderboard-section {
    padding: 15px;
  }
  
  .leaderboard-header h5 {
    font-size: 1rem;
  }
  
  .leaderboard-tabs .tab {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
  
  .leaderboard-item .rank {
    width: 25px;
    height: 25px;
    font-size: 0.8rem;
  }
  
  .leaderboard-item .user-avatar-sm {
    display: block;
    width: 30px !important;
    height: 30px !important;
    max-width: 30px;
    max-height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-right: 10px;
    overflow: hidden;
  }
}
