/* ROOT VARIABLE */
:root {
  --primaryColor: #43a0a8;
  --primaryLightColor: #43a0a81a;
  --secondaryColor: #026c72;
  --strokeColor: #d4d4d4;
  --whiteColor: #fff;
  --textColor: #181b1d;
  --subTextColor: #818181;
  --subTextColorBold: #4e4e4e;
  --blackColor: #000000;
  --backgroundColor: #f9fafb;
}

/* CUSTOM CSS HERE */
* {
  font-family: "Outfit";
  margin: 0;
  padding: 0;
  line-height: normal !important;
}

body {
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100dvh;
  font-weight: 400;
  box-sizing: border-box;
  line-height: normal;
  background-color: var(--whiteColor);
}

/* 
.container {
  max-width: 1700px !important;
} */

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background-color: #dfad0021;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--primaryColor);
}

body::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none !important;
}

/* FONT SIZE */
.font-56 {
  font-size: clamp(1.375rem, 0.9815rem + 2.0988vw, 3.5rem);
}

.font-54 {
  font-size: clamp(1.75rem, 1.4491rem + 1.6049vw, 3.375rem);
}

.font-46 {
  font-size: clamp(1.875rem, 1.6898rem + 0.9877vw, 2.875rem);
}

.font-34 {
  font-size: clamp(1.25rem, 1.075rem + 0.875vw, 2.125rem);
}

.font-30 {
  font-size: clamp(1.375rem, 1.2824rem + 0.4938vw, 1.875rem);
}

.font-26 {
  font-size: clamp(1.25rem, 1.1806rem + 0.3704vw, 1.625rem);
}

.font-24 {
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.5rem);
}

.font-22 {
  font-size: clamp(1.0625rem, 1.0046rem + 0.3086vw, 1.375rem);
}

.font-20 {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
}

.font-18 {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

.font-16 {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}

.font-14 {
  font-size: clamp(0.6875rem, 0.65rem + 0.1875vw, 0.875rem);
}

.font-12 {
  font-size: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem);
}

.font-10 {
  font-size: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem);
}

/* FONT WEIGHT */
.light {
  font-weight: 100;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

/* Gap */
.scalable-gap-170-100 {
  gap: clamp(6.25rem, 5.375rem + 4.375vw, 10.625rem);
}

.scalable-gap-120-100 {
  gap: clamp(6.25rem, 6rem + 1.25vw, 7.5rem);
}

.scalable-gap-40-24 {
  gap: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}

.scalable-gap-24-16 {
  gap: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}

.scalable-gap-16-12 {
  gap: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}

.scalable-gap-12-8 {
  gap: clamp(0.5rem, 0.4537rem + 0.2469vw, 0.75rem);
}

.scalable-gap-30-20 {
  gap: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}

.gap-12 {
  gap: 12px;
}

/* PADDING */
.scalable-p-12-8 {
  padding: clamp(0.375rem, 0.3625rem + 0.0625vw, 0.4375rem) clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem) !important;
}

.scalable-pt-50 {
  padding-top: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

.pt-120 {
  padding-top: clamp(2.1875rem, 1.125rem + 5.3125vw, 7.5rem);
}

.pt-48 {
  padding: 48px 0px;
}

/* BACKGROUND */
.bgPrimaryColor {
  background-color: var(--primaryColor);
}

.backgroundColor {
  background-color: var(--backgroundColor);
}

.clip-path {
  clip-path: border-box;
}

/* COLOR */

.textColor {
  color: var(--textColor);
}

.subTextColor {
  color: var(--subTextColor);
}

.subTextColorBold {
  color: var(--subTextColorBold);
}

.black {
  color: var(--blackColor);
}

.white {
  color: var(--whiteColor);
}

.black {
  color: var(--blackColor);
}

.gray {
  color: #605f5f;
}

.primaryColor {
  color: var(--primaryColor);
}

.secondaryColor {
  color: var(--secondaryColor);
}

.successColor {
  color: #099e47;
}

.dangerColor {
  color: #f4371e;
}

:focus-visible {
  outline: var(--Primary-color) auto 0px;
}

.lh-0 {
  line-height: 0;
}

/* BUTTON */
.primary-button {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-radius: 8px;
  padding: clamp(0.625rem, 0.6019rem + 0.1235vw, 0.75rem) clamp(1.25rem, 1.1806rem + 0.3704vw, 1.625rem);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.primary-button:hover {
  background-color: var(--whiteColor);
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}

.primary-outline-button {
  background-color: var(--whiteColor);
  color: var(--primaryColor);
  border-radius: 8px;
  padding: clamp(0.625rem, 0.6019rem + 0.1235vw, 0.75rem) clamp(1.25rem, 1.1806rem + 0.3704vw, 1.625rem);
  border: 1px solid var(--primaryColor);
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease, transform 0.3s ease;
}

/* NAVBAR */
.navbar {
  background-color: var(--whiteColor);
  border-bottom: 1px solid #43a0a81a;
  box-shadow: 0px 2px 32px rgba(67, 160, 168, 0.1);
  height: 112px;
}

.navbar-toggler {
  transform: rotate(180deg);
}

.logo {
  width: clamp(170px, 18vw, 265px);
}

.navbar-list {
  align-items: center;
  gap: 80px;
}

.navbar-nav {
  gap: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem);
}

.nav-item a {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-weight: 500;
  color: var(--textColor);
  white-space: nowrap;
}

.nav-item a.active {
  color: var(--primaryColor);
}

/* Hero section */
.hero-container {
  padding-top: 111px;
}

.hero-section-content {
  padding: 72px clamp(3.75rem, 3.1019rem + 3.4568vw, 7.25rem);
}

.hero-section {
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)),
    url("../images/png/hero-section-bg-img.png") no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section-card {
  background-color: var(--whiteColor);
  border: 1px solid #43a0a899;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  overflow: clip;
}

.hero-section-heading h1,
.hero-section-card h2 {
  font-family: "Play" !important;
}

.graph-top-heading {
  padding: 16px;
}

.live-badge {
  background-color: #099e4726;
  color: #099e47;
  padding: 4px 16px;
  border-radius: 36px;
  width: fit-content;
}

.live-dot {
  width: 4px;
  height: 4px;
  background-color: #16a34a;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #099e474d;
}

.graph-container {
  gap: clamp(3.75rem, 3.4606rem + 1.5432vw, 5.3125rem);
}

/* Table css */

/* .table-data {
  height: calc(-636px + 100vh);
} */

.table-responsive {
  max-height: clamp(300px, 50vh, 600px);
  overflow-y: auto;
  overflow-x: auto;
  border-radius: 6px;
}

.table-heading {
  background-color: #fcfcfc;
}

th,
td {
  white-space: nowrap;
}

th {
  padding: 16px !important;
}

td {
  vertical-align: middle !important;
  padding: 10px 16px !important;
}

.table> :not(caption)>*>* {
  text-align: left;
}

tbody tr {
  border-bottom: 1px solid var(--strokeColor);
}

tbody tr:last-child {
  border-bottom: 1px solid transparent;
}

table thead {
  position: sticky;
  top: 0;
  z-index: 8;
  background: rgb(246 249 255);
}

/* Chart */
.chart-wrapper {
  width: 70px;
  height: 30px;
}

.sparkline-chart {
  width: 100%;
  height: 100%;
}

.chart-card {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: -1.18px 2.37px 12.08px -2.96px rgba(0, 0, 0, 0.04);
  padding: 4px;
}

#stockChart {
  width: 100% !important;
  height: 121px !important;
}

.chart-tabs {
  display: flex;
  justify-content: space-around;
  font-size: 12px;
  margin-top: 6px;
  color: #666;
}

.chart-tabs span.active {
  color: #007bff;
  font-weight: 500;
}

/* Plan */
.section-heading {
  padding-bottom: 45px;
}

.plan-section {
  padding: 60px 0px;
}

.pricing-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card {
  border: 1px solid var(--strokeColor);
  border-radius: 16px;
  padding: 24px;
  transition: background-color 0.3s ease, border 0.3s ease;
  gap: 24px;
  height: 100%;
  justify-content: space-between;
  flex: 1 1 300px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--whiteColor);

  ul {
    height: 185px;
    overflow: auto;
    scrollbar-width: none;
  }

  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
  transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
  border 0.35s ease;
}

.most-popular {
  background-color: var(--primaryColor);
  border-radius: 36px;
  padding: 8px 26px;
  text-align: center;
}

.most-popular-btn {
  display: none;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  margin-top: -44px;
}

.pricing-card .subscribe-btn {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pricing-card.active .most-popular-btn {
  display: block;
  transform: translateY(0);
  pointer-events: auto;
}

.pricing-card.active {
  background-color: var(--primaryLightColor);
  border: 1px solid var(--primaryColor);
}

.pricing-card.active .subscribe-btn {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.pricing-card:hover {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  transform: translateY(-4px);
}

.subscribe-btn {
  background-color: var(--whiteColor);
  padding: 12px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
}

/* Faq's */
.faqs-section {
  padding: 60px 0px;
}

/* accordion */
.accordion {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-weight: 500;
  transition: 0.4s;
  border-bottom: 1px solid var(--strokeColor);
  display: flex;
  justify-content: space-between;
}

.accordion:last-of-type {
  border-bottom: 0;
}

.actives,
.accordion:hover {
  background-color: transparent;
}

.accordion:after {
  content: "\002B";
  color: var(--textColor);
  font-weight: 400;
  float: right;
  margin-left: 5px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d4d4d4;
  aspect-ratio: 1;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordian-details {
  border: 1px solid var(--strokeColor);
  padding: 24px;
  border-radius: 18px;
}

.panel p {
  margin-top: 0;
  color: var(--whiteColor);
  font-size: clamp(0.6875rem, 0.65rem + 0.1875vw, 0.875rem);
  font-weight: 400;
  margin-bottom: 0;
}

.accordian-details.actives {
  background-color: #3ca6a6;
  color: #fff;
  gap: 10px;
}

.accordian-details.actives .accordion {
  color: #fff;
}

.accordian-details.actives .accordion:after {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.accordian-details {
  border: 1px solid var(--strokeColor);
  padding: 24px;
  border-radius: 18px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.accordian-details .accordion {
  transition: color 0.3s ease;
}

.accordian-details .accordion:after {
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* get-app-section */
.get-app-container {
  padding: clamp(1rem, 0.6296rem + 1.9753vw, 3rem);
}

.app-now-row {
  justify-content: center;
}

.get-app-section {
  background-color: var(--primaryLightColor);
  border-radius: 40px;
  padding: 27px;
}

.btn-app-now {
  background-color: var(--primaryLightColor);
  border: 1px solid #43a0a81a;
  padding: clamp(0.375rem, 0.3519rem + 0.1235vw, 0.5rem) clamp(0.625rem, 0.463rem + 0.8642vw, 1.5rem);
}

.app-mobile-bottom-img {
  margin-bottom: -120px;
}

.qr-code {
  width: clamp(5rem, 4.3981rem + 3.2099vw, 8.25rem);
  height: clamp(5.625rem, 5.0231rem + 3.2099vw, 8.875rem);
  border-radius: 10px;
  box-shadow: 0 0 13px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 8px;
}

/* Features */
.features-card {
  background-color: var(--whiteColor);
  border: 1px solid var(--strokeColor);
  border-radius: 12px;
  padding: 24px;
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border 0.35s ease;
}

.features-card:hover {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  transform: translateY(-4px);
  /* gentle lift */
}

.features-section {
  padding: 60px 0px;
}

/* Fund management */
.fund-management-section {
  padding: 60px 0px;
}

.funds-card {
  background-color: var(--whiteColor);
  border-radius: 12px;
  padding: 14px;
  border: 4px solid var(--strokeColor);
  box-shadow: 0 4px 28px 0 rgba(2, 219, 230, 0.2);
  width: 100%;
  height: 80%;


}

.fundsCardImg {
  object-fit: cover;
  width: 100%;
  height: auto;
  height: 100%;
  border-radius: 12px;
  ;

}

.circle-outer {
  width: 20px;
  height: 20px;
  background-color: #eaf6f8;
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
}

.circle-inner {
  width: 6px;
  height: 6px;
  background-color: var(--primaryColor);
  border-radius: 50%;
}

.fund-content-cards {
  border-radius: 16px;
  border: 1px solid var(--strokeColor);
  padding: 16px;
}

.fund-management-row {
  justify-content: space-between;
}

.fund-card-icon {
  border-radius: 16px;
  border: 1px solid var(--primaryColor);
  background-color: var(--primaryLightColor);
  aspect-ratio: 1;
  height: 74px;
  width: 74px;
}

.custom-progress {
  width: 100%;
  height: 10px;
  background-color: #f1f1f1;
  border-radius: 50px;
  overflow: hidden;
}

.custom-progress-bar {
  height: 100%;
  background-color: var(--primaryColor);
  border-radius: 50px;
  transition: width 0.4s ease;
}

/* Easy Steps  */
.easy-steps-section {
  padding: 60px 0px;
}

.timeline {
  position: relative;
  max-width: 100%;
  padding: 48px 0px;
}

.step {
  position: relative;
}

.circle-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}

.step .circle {
  background-color: #026c72;
  border: 1px solid var(--strokeColor);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  padding: 10px;
}

.step-img {
  width: clamp(130px, 24vw, 500px);
  height: auto;
}

.step-box {
  background-color: var(--whiteColor);
  border: 1px solid var(--strokeColor);
  padding: 24px 120px 24px 24px;
  border-radius: 12px;
  max-width: 500px;
  height: 172px;
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border 0.35s ease;
}

.step-box:hover {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  transform: translateY(-4px);
}

.timeline::before {
  content: "";
  position: absolute;
  top: 165px;
  bottom: 0;
  left: 50%;
  border: 1px solid var(--textColor);
  transform: translateX(-1px);
  z-index: 0;
  height: 80%;
}

.hidden-step {
  opacity: 0;
  transform: translateY(60px) !important;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.timeline .step:nth-of-type(3).hidden-step {

  margin-top: 60px;
  /* instead of translateY */
}



.step-visible {
  opacity: 1;
  transform: translateY(0);
}

/* FEATURES */
.page-title-banner {
  display: flex;
  overflow: clip;
  background-image: url(../images/png/page-title-img.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.features-bg-vector {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: clamp(300px, 75vh, 100%);
  z-index: 9;
}

.page-title-banner-container {

  align-items: center;
  justify-content: space-between;
}

.lh-30 {
  line-height: 30px !important;
}

.features-row {
  z-index: 99;
}

.page-title-line {
  border-left: 4px solid #ffffff;
  height: 100%;
  display: flex;
  border-radius: 6px;
}

.plan-section-row {
  padding-top: clamp(0.625rem, 0.3241rem + 1.6049vw, 2.25rem);
}

/* features */
/*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
/* Partners */

.partners-card {
  background-color: var(--whiteColor);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 282px;
  cursor: pointer;
}

.partners-card-img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  transition: transform 0.4s ease;
}

.partners-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(23, 78, 160, 0.15);
}

.partners-card:hover .partners-card-img {
  transform: scale(1.1);
}

/* Strategy */
.strategy-card-container {
  padding: 60px 12px;
}

.strategy-card {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--strokeColor);
}

.left-to-right-bg {
  background: linear-gradient(270deg,
      rgba(67, 160, 168, 0.4) 0%,
      rgba(67, 160, 168, 0.1) 100%);
}

.right-to-left-bg {
  background: linear-gradient(90deg,
      rgba(67, 160, 168, 0.4) 0%,
      rgba(67, 160, 168, 0.1) 100%);
}

/* about */
.about-vector-line-img {
  position: absolute;
  bottom: 0;
}

.about-container {
  gap: 70px;
  position: relative;
  z-index: 99;
}

.about-section {
  margin-top: -160px;
  padding: 60px 0px;
}

.about-page-title {
  padding-bottom: 80px;
}

.image-card {
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.image-card img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.image-card:hover img {
  transform: scale(1.08) translateY(-5px);
  filter: brightness(1.05);
}

/* leadership card */
.leadership-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leadership-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.leadership-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to bottom,
      #ffffff00 0%,
      #43a0a8b2 40%,
      #004348 100%);
  color: #fff;
}

.arrow {
  font-size: 30px;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.leadership-card:hover .arrow {
  opacity: 1;
  transform: translateX(5px);
}

/* event */
.event-section {
  padding: 60px 0px;
}

.event-card {
  border-radius: 16px;
  padding: clamp(1.5rem, 1.3611rem + 0.7407vw, 2.25rem);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--whiteColor);
}

.event-icon {
  background-color: var(--primaryColor);
  border-radius: 50%;
  height: 42px;
  width: 42px;
  aspect-ratio: 1;
}

.event-card-content {
  gap: clamp(2.5rem, 2.2106rem + 1.5432vw, 4.0625rem);
}

.event-title-banner {
  background: linear-gradient(to right, #43a0a8 0%, rgba(255, 255, 255, 0) 60%),
    url("../images/png/event-title-img.png") center/cover no-repeat;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 65vh;
  width: 100%;
  display: flex;
}

.countdown-box {
  background: linear-gradient(to bottom, #43a0a8, white);
  border-radius: 8px;
  text-align: center;
  color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  height: clamp(4.0625rem, 3.8889rem + 0.9259vw, 5rem);
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@keyframes slideDown {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }

  50% {
    transform: translateY(10%);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
  }
}

.number.animate-update {
  animation: slideDown 3s ease;
}

.event-form {
  gap: clamp(1.75rem, 1.6111rem + 0.7407vw, 2.5rem);
}

.input-field {
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #d4d4d4;
  color: var(--textColor);
}

.input-field::placeholder {
  color: var(--textColor);
}

.input-field:focus {
  border: 1px solid var(--primaryColor);
  background-color: var(--primaryLightColor);
}

.rounded-12 {
  border-radius: 12px;
}

/* algo  */
.algo-icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: var(--primaryColor);
}

.algo-cards {
  padding: 0px 24px;
}

/* Trading */
.testimonials-section {
  padding: 60px 0px 90px;
}

.testimonials-section {
  .slide-content {
    overflow: hidden;
  }

  .date-badge {
    background-color: var(--primaryColor);
    border-radius: 30px 0px 0px 30px;
    margin-top: 12px;
  }

  .testimonials-user-profile {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    object-fit: cover;
  }

  .swiper-card-location {
    background-color: var(--primaryLightColor);
    border: 1px solid var(--primaryColor);
    border-radius: 36px;
    padding: 4px 8px;
  }

  .swiper-card {
    border-radius: 16px;
    background-color: var(--whiteColor);
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    max-width: 100%;
  }

  .swiper-wrapper {
    padding: 20px 0;
    display: flex;
    align-items: stretch;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .swiper-pagination-bullet {
    background-color: var(--strokeColor);
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background-color: var(--primaryColor);
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--strokeColor);
    opacity: 1;
    transition: background-color 0.3s ease;
  }

  .swiper-pagination-bullet-active {
    background-color: var(--primaryColor);
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(1);
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(1);
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(1);
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(1);
  }

  .slide-content {
    overflow: visible !important;
    margin: 5px;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px;
  }
}

.image-hover-zoom {
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.image-hover-zoom img {
  transition: transform 0.4s ease;
}

.image-hover-zoom:hover img {
  transform: scale(1.08);
}

.primary-filter {
  filter: brightness(0) saturate(100%) invert(82%) sepia(10%) saturate(2604%) hue-rotate(137deg) brightness(70%) contrast(82%);
}

/* team-container */
.profile-cards-wrapper {
  transition: transform 0.4s ease;
  height: 450px;
}

.profile-cards {
  background-color: var(--whiteColor);
  border-radius: 170px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  position: relative;
  transition: transform 0.4s ease;
}

.profile-card-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  border-radius: 170px;
  top: 0;
  transition: transform 0.4s ease;
  z-index: 1;
}

.profile-cards-wrapper:hover .profile-cards {
  transform: translateY(100px);
}

.profile-cards-wrapper:hover .profile-card-img {
  transform: translateY(-170px);
}

.profile-card-content {
  padding: 10px;
}

.profile-card-row {
  padding: 90px 0px 110px;
}

/* FOOTER */
.footer-section {
  background-color: var(--secondaryColor);
  padding: clamp(2.1875rem, 1.7245rem + 2.4691vw, 4.6875rem) 0px;
}

.footer-logo {
  width: clamp(12.5rem, 11.8403rem + 3.5185vw, 16.0625rem);
}

.footer-list li {
  display: flex;
}

.footer-list {
  h6 {
    border-bottom: 2px solid var(--whiteColor);
    padding-bottom: 6px;
  }
}

.copyright {
  border-top: 1px solid var(--strokeColor);
  padding-top: 40px;
}

.footer-link {
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}

.footer-link:hover {
  color: var(--primaryColor) !important;
}

.footer-icon {
  width: 30px;
  height: 30px;
  border-radius: 26px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  background-color: var(--backgroundColor);
}

.footer-icon:hover {
  img {
    filter: brightness(0) saturate(100%) invert(4%) sepia(6%) saturate(4835%) hue-rotate(9deg) brightness(93%) contrast(90%);
  }
}

.footer-icon:hover {
  background-color: var(--primaryColor);
  transform: scale(1.1);
}

.footer-icon:hover {
  color: #ffc107;
}

/* Media query */

@media (max-width: 575px) {
  .hero-container {
    padding-top: 66px;
  }

  .step {
    .col-md-6 {
      width: 100% !important;
    }
  }

  .step-img-section {
    display: none;
  }

  .step-box {
    max-width: 100%;
  }
}

@media (max-width: 768px) {

  /* .pricing-card.active {
   .col-md-6{
    margin-top: 20px;
   }
  } */
  .page-title-banner {
    background-position: 50% 50%;
  }

  .circle {
    display: none;
  }

  .timeline::before {
    display: none;
  }

  .step-circle {
    display: none;
  }

  .step-box {
    padding: 24px;
  }

  .timeline {
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .step {
    .col-md-6 {
      width: 50%;
    }
  }

  .app-mobile-img {
    width: 100% !important;
    margin: auto;
  }

  .features-bg-vector {
    display: none;
  }

  .features-title-img {
    height: clamp(200px, 45vw, 500px) !important;
  }

  .pricing-title-img {
    height: clamp(200px, 35vh, 500px) !important;
  }

  .features-bg-vector {
    height: clamp(200px, 45vh, 320px);
  }

  .hero-section-img {
    height: auto;
  }
}

@media (max-width: 992px) {
  .navbar-list {
    flex-direction: column;
    align-items: start;
    padding: 16px;
    gap: 16px;
  }

  .hero-section {
    height: auto;
  }

  .hero-section-content {
    padding: 50px clamp(1.5rem, 1.0833rem + 2.2222vw, 3.75rem) 70px;
  }

  .center-graph {
    order: -1;
  }

  .hero-container {
    padding-top: 64px;
  }

  .hero-section-row {

    .col-md-3,
    .col-md-6 {
      width: 100%;
    }
  }

  .algoTrading-img {
    height: 15vh !important;
  }

  .footer-section {
    margin-top: 30px;
  }

  .features-bg-vector {
    height: clamp(250px, 52vh, 380px);
  }

  .navbar {
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .hero-section-content {
    padding: 72px 30px;
  }

  .navbar-list {
    gap: 24px !important;
  }

  .hero-container {
    padding-top: 76px;
  }

  .navbar {
    height: auto;
  }
}

@media (min-width: 575px) and (max-width: 1200px) {
  .step-box {
    padding: 24px;
    max-width: 267px;
  }
}

@media (max-width: 1200px) {
  .app-now-row {
    .col-md-6 {
      width: 100%;
    }

    .col-md-5 {
      width: 100%;
    }
  }

  .app-mobile-img {
    width: 75%;
    margin: auto;
  }

  .app-section-content {
    order: -1;
  }
}

/* why choose as  */

.plan-card {
  transition: all 0.4s ease;
}

#planImage {
  transition: opacity 0.4s ease;
}

.plan-card:not(.active) {
  opacity: 1;
  transform: scale(0.95);
}

.plan-card.active {
  opacity: 1;
  transform: scale(1);
}

.plan-container {
  /* min-height: 100vh; */
  padding: 80px 0;
  background: #efefef;
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c5456;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 1rem;
  color: #64748b;
  font-weight: 400;
}

/* Layout */
.content-wrapper {
  position: sticky;
  top: 100px;
  z-index: 5;
}

/* Image Section */
.image-section {
  position: relative;
}

.plan-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

/* Cards Section */
.cards-section {
  padding-left: 2rem;
}

/* Individual Cards */
.plan-card {
  background: #fff;
  border: 2px solid #d4d4d4;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  padding: 16px 20px;
  /* 👈 add padding */
  position: relative;
  /* for line indicator */
}

/* Card Header - Always Visible */
.card-header {
  display: flex;
  align-items: center;
  justify-content: between;
  padding: 18px 20px;
  background: white;
  position: relative;
}

.card-info {
  display: flex;
  align-items: center;
  flex: 1;
}

.card-icon {
  width: 24px;
  height: 24px;
  background: #2c5456;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  margin-right: 12px;
  flex-shrink: 0;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #181b1d;
  margin-left: 3%;
}

.plan-card.active {
  /* border-left: 4px solid #4a90a4; */
  background-color: #43a0a81a;
}

.plan-card.active .card-header {
  background: transparent;
  /* border-bottom: 1px solid #e6f2f3; */
}

.plan-card.active .card-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}

.plan-card.active .card-icon {
  background: #4a90a4;
}

.plan-card.active .dropdown-arrow {
  transform: rotate(180deg);
  color: #4a90a4;
}

/* Card Content - Expandable */
.card-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
}

.plan-card.active .card-content {
  max-height: 300px;
}

.card-content-inner {
  padding: 20px;
}

.plan-card.active::before {
  content: "";
  position: absolute;
  padding: 2px;
  left: 10px;
  top: 0;
  margin: 4px;
  width: 4px;
  height: 100%;
  background-color: #4a90a4;
  /* ← Reference color */
  border-radius: 2px;
}

.content-description {
  font-size: 13px;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 16px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.scroll-trigger {
  position: relative;
}

.trigger-zone {
  position: absolute;
  width: 100%;
  height: 20vh;
}


/* Responsive */
@media (max-width: 768px) {
  .content-wrapper {
    position: relative;
    top: 0;
  }

  .cards-section {
    padding-left: 0;
    margin-top: 2rem;
  }

  .plan-image {
    height: 250px;
  }

  .scroll-trigger {
    height: 50vh;
  }
}

/* nnnn */

.icon-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  height: 200px;
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border 0.35s ease;
}

.icon-box:hover {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  transform: translateY(-4px);
}

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 20px;
}

.card-img-top {
  height: 180px;
  object-fit: cover;
}

.user-card {
  border: none;
  border-radius: 12px;
  height: 377px;
  min-height: 330px;
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border 0.35s ease;
}

.user-card:hover {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  transform: translateY(-4px);
}

/* image overly  */
/* Only for Step 3: overlay image */
.image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  /* adjust size */
  height: 300px;

  background: url("../images/svg/backgroundhexa.svg") center/contain no-repeat;
}

.image-container img {
  position: relative;
  z-index: 1;
  max-width: 70%;
  /* control image size */
  border-radius: 12px;
}


.background-image {
  position: absolute;
  width: clamp(130px, 24vw, 500px);
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  z-index: 1;
  /* opacity: ; */
  /* filter: blur(2px); */
}

.overlay-image {
  position: relative;
  width: clamp(130px, 24vw, 300px);
  height: auto;
  border-radius: 15px;
  object-fit: cover;
  z-index: 2;
  /* box-shadow: 0 15px 40px rgba(165, 151, 151, 0.2); */
  transform: translateY(-10px);
}

.lineheight {
  line-height: 1.6rem !important;
}

.whatIsBull8ImgContainer {
  width: 45% !important;
  height: 60% !important;


}

.whatIsBull8Img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px !important;
  object-fit: cover !important;
}

@media (max-width: 768px) {
  .whatIsBull8ImgContainer {
    width: 100% !important;
    height: 40% !important;
  }

}

.custom-border {
  border: 35px solid var(--primaryColor);

}