@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --theme-dark: #020202;
  --theme-primary: #eec55b;
  --theme-white: #b3b3b3;
  --theme-heading: #fff;
  --theme-second-dark: #121212;
  --text-white: #fff;
  --tg-green: #010314;
}

* {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: var(--theme-second-dark);
  border-radius: 10px;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 8px;
  background-color: var(--theme-second-dark);
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: linear-gradient(0deg,
      var(--theme-primary) 0%,
      var(--tg-green) 47.6%,
      var(--theme-second-dark) 99.23%);
}

body {
  background: var(--theme-dark);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* li {
    list-style: none;
} */
.solution-slider ul li {
  list-style: disc !important;
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.bg-gradient {
  background: linear-gradient(to right, #121212, #ffffff2e) !important;
}

.color-primary {
  color: var(--theme-primary);
}

.color-secondary {
  color: var(--theme-dark);
}

.color-white {
  color: var(--theme-white);
}

.shadow {
  box-shadow: 0 0.275rem 1.25rem #0b0f190d, 0 0.25rem 0.5625rem #0b0f1908 !important;
}

.z-1 {
  z-index: 1 !important;
}

.h-100vh {
  height: 100vh;
}

a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--theme-white);
  font-size: 16px;
}

a:hover {
  color: var(--theme-primary) !important;
}

.trading-json {
  position: absolute;
  left: 13%;
  width: 74%;
  top: 0;
}

.json3 {
  width: 75%;
  margin: 0 auto;
  border: 1px solid #5e5223;
  padding: 22px 0px;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 10px rgb(129 129 129 / 8%);
}

.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-dark);
  text-align: center;
  padding: 15px 25px;
  border-radius: 25px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500s ease;
}

.theme-btn:before {
  background: var(--theme-primary);
  color: var(--theme-dark) !important;
}

.theme-btn:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:hover {
  color: var(--text-heading) !important;
}

.theme-btn:hover:before {
  width: 100%;
  color: var(--theme-dark) !important;
}

.svg-arrow {
  font-size: 20px;
}

.bg-secondary-dark {
  background-color: var(--theme-second-dark);
}

.bg-theme-dark {
  background-color: var(--theme-dark);
}

.overlay-bottom::after {
  background: linear-gradient(0deg, black, #c7c6c217);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.overlay-top::after {
  background: linear-gradient(to top, black, #6f6f6f5c);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

h1,
h1,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--theme-heading) !important;
}

.h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}

.section-space {
  padding: 5rem 0;
}

.sub-head {
  font-size: 1.2rem;
  color: var(--theme-primary) !important;
  font-weight: 400;
}

.font-1 {
  font-size: 1.5rem;
}

svg {
  display: unset;
}

.shape-left {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.slide-left {
  animation: slideLeft 1s;
}

.breadcrumb-area {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.breadcrumb ul li {
  display: inline-block;
  color: var(--theme-white);
}

.breadcrumb ul li .bread-link {
  color: var(--theme-white);
}

.breadcrumbtitle .h1 {
  font-size: 4rem;
  font-weight: 700;
  color: var(--theme-heading);
}

.overlay-linear-bottom::after {
  background: linear-gradient(0deg, black, #28282800);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.shape6 {
  position: absolute;
  bottom: -224px;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}

.shape5 {
  top: 60%;
  right: 2%;
}

.shape5 img {
  width: 40%;
}

/* ================
Header 
================= */

.navbar-brand {
  width: 250px !important;
}

.navbar-nav .nav-link {
  color: var(--bs-white);
  font-weight: 500;
}

.navbar-nav .nav-link.active {
  color: var(--theme-primary);
}

.mobile-menu-toggle {
  background: transparent;
  border: none;
}

.mobile-menu {
  width: 300px !important;
  background: var(--theme-dark);
}

.mobile-menu .offcanvas-header .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.mobile-menu-wrap .mobile-menu-list {
  list-style: none;
  padding: 0;
}

.mobile-menu-wrap .mobile-menu-list li {
  list-style: none !important;
}

.mobile-menu-wrap .mobile-menu-list li .menu-link {
  padding: 0px 15px 15px 15px;
  display: flex;
  color: var(--bs-white);
  font-size: 17px;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-wrap .mobile-menu-list>li {
  margin-bottom: 10px;
  border-bottom: 1px solid #51565c52;
}

.mobile-menu-wrap .mobile-menu-list li:last-child {
  border-bottom: 0px;
}

.login-btn {
  padding: 15px;
}

.dropdown-mb-menu {
  display: none;
}

.dropdown-mb-menu ul {
  padding-left: 0px;
}

.dropdown-mb-menu ul li a {
  padding: 0px 15px 15px 25px;
  color: var(--bs-white);
  display: block;
}

.dropdown-mb-menu ul li:last-child a {
  padding-bottom: 0;
}

.dropdown-mb-menu ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #51565c52;
}

.dropdown-mb-menu ul li:last-child {
  border-bottom: 0;
}

.toggler-icon {
  color: var(--theme-primary);
  font-size: 30px;
}

/* =============
Login Page 
=================*/
.login-wrapper {
  background: #212529;
  padding: 50px;
  border-radius: 23px;
}

.login-wrapper h1,
.login-wrapper h3 {
  color: #f0f0f0;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.login-wrapper .field {
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  margin: 0 auto;
  padding: 12px 16px;
  margin-top: 1.5rem;
}

.login-wrapper .field {
  font-size: 14px;
  color: #b3b3b3;
}

.login-wrapper .field input {
  background: transparent;
  border: 0;
  color: #fff;
  width: 100%;
}

.login-wrapper .field input:focus-visible,
.login-wrapper .country-code {
  outline: none;
  border: 0;
}

.login-wrapper .country-code {
  font-size: 16px;
  background: transparent;
  color: #fff;
  border: 0;
}

.login-wrapper .country-code {
  color: #fff;
}

/* Changing color of selected option */
.login-wrapper option {
  color: rgb(0, 0, 0) !important;
}

.login-wrapper .smbt {
  background: #b3b3b3;
  border: none;
  border-radius: 8px;
  color: #000;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  height: 56px;
  line-height: 14px;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}

.progress-container {
  width: 100%;
  height: 5px;
  background: #333;
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
}

.progress-bar {
  height: 5px;
  background: var(--theme-primary);
  width: 0;
  transition: width 0.3s ease-in-out;
  border-radius: 5px;
}

/* Step indicator positioned to the right */
#stepIndicator {
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 14px;
  color: #ccc;
}

.prev-bt {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 16px;
  color: #b3b3b3;
  background: transparent;
  border: 0;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #202428 inset !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
}

.login-wrapper.form-check-input:checked {
  background-color: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
}

.login-wrapper .form-check-input[type="radio"] {
  border-radius: 50%;
}

.login-wrapper .form-check .form-check-input {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}

.form-check-input:checked {
  background-color: #eec55b;
  border-color: #eec55b;
}

.form-check-input:focus {
  border-color: #f8dd86;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #fac4114c;
}

.login-wrapper .form-check-label {
  cursor: pointer;
  display: block;
  padding: 20px;
  border-radius: 10px;
  color: #b3b3b3;
  background: #171717;
}

.login-wrapper .form-check-input:checked+.form-check-label {
  background: #0d0d0d;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0em;
  margin-right: 20px;
  vertical-align: top;
  background-color: #494949;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgb(255 255 255 / 50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  cursor: pointer;
  print-color-adjust: exact;
}

.login-wrapper .form-check {
  padding: 0;
}

/* ============
Footer CSS
=============== */
.social-links ul li {
  display: inline-block;
}

.social-links ul li a {
  color: var(--theme-white);
  padding-right: 15px;
  font-size: 1.5rem;
}

.social-links ul li a:hover {
  color: var(--theme-primary);
}

/* .footer-bg{
    background-image: url(../../src/assets/images/bg-shape-4.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
} */
.shape-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.theme-btn:hover .svg-arrow {
  transform: rotate(45deg);
  transition: transform 0.5s;
}

.contact-links ul li {
  display: flex;
  align-items: center;
}

.contact-links ul li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--theme-white);
}

.contact-links ul li a {
  color: var(--theme-white);
}

.footer-widget ul li a {
  padding-bottom: 5px;
  display: block;
  color: var(--theme-white);
}

/* =========
Home Page CSS
=============*/
.blur-bottom {
  position: relative;
}

.blur-bottom::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000 17%, #00000000);
}

.banner-caption {
  padding: 150px 0px;
}

.banner-caption .h1 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--theme-heading);
}

.banner-caption p {
  font-size: 1.5rem;
}

.bg-shape {
  right: 0px;
  bottom: 0px;
  z-index: 0;
  opacity: 0.3;
}

.bg-shape-2 {
  left: 0px;
  top: 0px;
  z-index: 0;
  opacity: 0.2;
  transform: rotate(180deg);
}

.shape1 {
  left: 50px;
  top: 100px;
}

.shape2 {
  right: 50px;
  bottom: 50px;
}

.shape14 {
  right: 0%;
  top: 10%;
  z-index: -1;
}

.shape15 {
  left: 0%;
  bottom: 10%;
  z-index: -1;
}

.shape11 {
  left: 7%;
  top: 5%;
  z-index: -1;
}

.shape12 {
  right: 0%;
  bottom: 10%;
  z-index: -1;
}

.overview-section {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.coins-shape {
  left: 0;
  top: -117px;
  z-index: -1;
  object-fit: contain;
  animation: scaleanimate 5s ease-in-out infinite;
}

.icon-quote {
  font-size: 1.5rem;
  background-color: var(--theme-primary);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.mobile-image:after {
  content: "";
  position: absolute;
  width: 500.43px;
  height: 71.62px;
  background: linear-gradient(0.41deg,
      var(--theme-primary) 7.48%,
      rgb(58 58 58) 36.38%,
      var(--theme-second-dark) 67.11%);
  filter: blur(23px);
  border-radius: 50%;
  bottom: -30px;
  left: 40%;
  transform: translate(-50%, 0);
  z-index: -1;
}

/*===== cards section
=================== */
.border-025 {
  border-radius: 0.25rem;
}

.card2 dotlottie-player {
  width: 150px;
  height: fit-content;

  margin: 0 auto;
}

.width-150 {
  width: 150px;
  margin: 0 auto;
}

.card-box {
  background: rgb(27 27 27);
}

.card-box-title {
  font-size: 1.5rem;
}

/* ==========
Testimonials
========= */

.testi-box-profile {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 1rem;
}

.testi-box-profile .testi-box-profile-thumb {
  flex: none;
}

.testi-box-profile .testi-box-profile-thumb img {
  width: 50px;
  border-radius: 50%;
}

.testi-box-profile .testi-box_name {
  margin-bottom: 0px;
  margin-top: -0.35em;
  font-weight: 700;
  font-size: 14px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-white);
}

.testi-box-profile .testi-box_desig {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: -0.1em;
}

.testi-box-profile-ratting {
  margin-top: 10px;
  color: #fbb138;

  gap: 8px;
  display: flex;
}

.testi-box-profile-ratting svg {
  font-size: 15px;
}

/* ==============
  Contact page
  =============== */

.form-wrapper .field input,
.form-wrapper .field textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: none;
  background: transparent;
  border-radius: 25px;
  border: 1px solid #4a4a4a;
}

.form-wrapper .field input:focus-visible,
.form-wrapper .field textarea:focus-visible {
  outline: 0;
}

.form-wrapper .field input:focus,
.form-wrapper .field textarea:focus {
  border-color: var(--theme-primary);
}

.form-wrapper .field textarea {
  border-radius: 0.5rem;
}

.form-wrapper .error {
  color: var(--theme-white);
}

.globeshape {
  top: 0%;
  left: 0%;
}

.globeshape img {
  opacity: 0.2;
}

.form-wrap {
  box-shadow: 2px 1px 10px rgb(0 0 0/100%);
  background: var(--theme-second-dark);
  position: relative;

  border-radius: 0.25rem;
}

.form-area {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-details .icon {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: var(--theme-primary);
  border-radius: 50%;
  background-color: var(--theme-dark);
  text-align: center;
  font-size: 1.5rem;
}

/* ==============
Services Section
=================*/
.service-card {
  padding: 77px 34px 56px 34px;
  position: relative;
  background: var(--theme-dark);
}

.pop-in {
  animation: popIn 1.5s ease;
}

/*popIn Effects */
@keyframes popIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.simple-shadow {
  box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

/*========
  CTA Section
  ========== */
.cta-bottom {
  background: var(--theme-second-dark);
}

/* ============
Service Page
=============== */

.bae {
  transform-origin: center;
  /* Set the transformation origin to the center of the image */
}

.wrapper {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.solution-slider {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.solution-slider .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.solution-slider .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  background: rgba(0, 0, 0, 0.4);
}

.solution-slider .swiper-wrapper {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.solution-slider .swiper-slide {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.sliderjson {
  width: 90%;
  margin: 0 auto;
}

.card-bx-ul {
  padding-left: 20px !important;
  list-style: disc !important;
}

.card-bx-ul li {
  list-style: disc !important;
  color: #b3b3b3 !important;
}

/* ============
  Animation CSS
  ============= */
.slide-right {
  animation: slideRight 1s;
}

/*slideRight Effects */
@keyframes slideRight {
  0% {
    transform: translateX(900px) rotate(90deg);
  }

  100% {
    transform: translateX(0) rotate(0);
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(-900px) rotate(-90deg);
  }

  100% {
    transform: translateX(0) rotate(0);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotatevertical {
  -webkit-animation-name: rotatevertical;
  animation-name: rotatevertical;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotatevertical {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

.topdown {
  -webkit-animation-name: topdown;
  animation-name: topdown;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes topdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    transform: rotateX(0deg) translateY(-30px);
  }
}

.leftright {
  -webkit-animation-name: leftright;
  animation-name: leftright;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes leftright {
  0% {
    transform: rotateX(0deg) translatex(0px);
  }

  50% {
    transform: rotateX(0deg) translatex(-30px);
  }
}

@keyframes scaleanimate {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.93);
  }
}

.bounce {
  animation-name: bounce-1;
  animation-timing-function: linear;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes animatetopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    transform: rotateX(0deg) translateY(-30px);
  }

  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}

.animatetopdown {
  -webkit-animation-name: animatetopdown;
  animation-name: animatetopdown;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.accordion-item .accordion-button:focus {
  box-shadow: none !important;
}

.accordion-item .accordion-button {
  background-color: black !important;
  color: white !important;
}

.servicefaq .accordion-item {
  border: 0px !important;
}

.accordion-body {
  color: #b3b3b3;
  background-color: #000;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.Discover .nav-link.active {
  background-color: transparent !important;
}

.Discover .nav-link.active {
  border-bottom: 0px !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background-color: black !important;
}

.discovertab ul li {
  list-style: disc !important;
}

.Discover ul>li>button.active::after {
  content: "";
  border-right: 4px solid var(--theme-primary);
  height: 100%;

  position: absolute;
  left: -3px;
  top: 0px;
  border-radius: 5px 0 0 5px;
  z-index: 5;
}

.vs {
  position: absolute;
  left: 30px;
  bottom: 0px;
  font-size: 25px;
  font-weight: bold;
  transform: translate(0%, 50%);
}

.vs-button_vs__54yJo::before {
  content: "";
  position: absolute;
  height: 1.69px;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.16);
  left: 0;
  top: 50%;
}

.nav-link:not(.active) {
  color: white !important;
}

.team-member img {
  filter: brightness(0.8);
}

.floating-social {
  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 999;
}

.socialToggle {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #eec55b;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2em;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.socialToggle::before {
  content: "+";
  position: absolute;
  font-size: 1.5em;
  font-weight: 400;
  color: white;
  transition: 0.5s;
}

.floating-social.active .socialToggle::before {
  transform: rotate(315deg);
}

.socialMenu {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 60px;
  overflow: visible;
  transition: height 0.3s;
}

.socialMenu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.socialMenu ul li {
  list-style: none;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transition-delay: calc(0s + var(--i));
}

.floating-social.active .socialMenu ul li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: calc(0.3s + var(--i));
}

.socialMenu ul li a {
  font-size: 1.5em;
  color: #000;
  background-color: #f5f5f5ff;
  padding: 12px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}

.socialMenu ul li a:hover {
  background-color: #3f3f3fff;
}

.why_score_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.why_score_grid_box .head {
  background-color: white;
  border: 1px solid white;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.why_score_grid_box .data {
  color: white;
  border: 1px solid white;
  padding: 10px;

  text-align: center;
}

/* wealth advirsory page start  */

.add-signal-btn {
  background: linear-gradient(45deg, #fff, #0099cc);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.add-signal-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 212, 255, 0.4);
}

.table-container {
  overflow-x: auto;
  border-radius: 10px;
  background: rgba(20, 20, 20, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

th {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  color: #fff;
  padding: 15px 10px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #eec55b;
  position: sticky;
  top: 0;
  z-index: 10;
}

td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

tr:hover {
  background: rgba(218, 191, 57, 0.1);
  transform: scale(1.01);
}

.buy-action {
  background: linear-gradient(45deg, #00ff88, #00cc6a);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: 0 2px 10px rgba(0, 255, 136, 0.3);
}

.sell-action {
  background: linear-gradient(45deg, #ff4757, #ff3742);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: 0 2px 10px rgba(255, 71, 87, 0.3);
}

.asset-name {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}

.price {
  font-family: "Courier New", monospace;
  font-weight: 600;
  color: #ffd700;
}

.chart-image {
  width: 60px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #ffd90062;
  transition: all 0.3s ease;
  cursor: pointer;
}

.chart-image:hover {
  transform: scale(1.1);
  border-color: #fff;
  box-shadow: 0 0 15px #ffd9008d;
}

.chart-placeholder {
  width: 60px;
  height: 40px;
  background: linear-gradient(45deg, #333, #555);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 10px;
  text-align: center;
  border: 2px dashed rgba(0, 212, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.chart-placeholder:hover {
  background: linear-gradient(45deg, #444, #666);
  border-color: #ffffffff;
}

.image-input {
  width: 60px;
  height: 40px;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.status-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  animation: pulse 2s infinite;
}



.pending {
  background: #ffd700;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

td {
  color: white;
}

.signal_table {
  padding: 80px 0px;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 15px;
  }

  .table-container table {
    width: 694px !important;
  }

  .table-container {
    overflow-x: scroll;
  }

  h1 {
    font-size: 2rem;
  }

  table {
    font-size: 12px;
  }

  th,
  td {
    padding: 8px 5px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 10%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
}

.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 500px;
  max-height: 300px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px #000000ff;
  object-fit: contain;
}

.close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 1000;
}

.close:hover {
  color: #ffd700;
}

/* wealth advirsory page end  */

/* blog details page start   */
.card-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .overlay-text {
  transform: translateY(0);
}

.card-content {
  padding: 2rem;
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.card-date {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-category {
  background: #eec55b;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffffff;
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.blog-card:hover .card-title {
  color: #eec55b;
}

/* Responsive Design */
@media (max-width: 480px) {
  .blog-card {
    max-width: 100%;
    margin: 1rem;
  }

  .card-content {
    padding: 1.5rem;
  }

  .card-title {
    font-size: 1.3rem;
  }

  .card-footer {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  .read-more {
    text-align: center;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-card {
  animation: fadeInUp 0.6s ease forwards;
}

.blog_cards {
  padding: 80px 0px;
}

/* blog details page end   */

/* blog page start  */

.blog-card {
  background: white;
  border-radius: 20px;
  background: rgba(27, 27, 27);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.card-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .card-image img {
  transform: scale(1.1);
}


.blog-card:hover .image-overlay {
  opacity: 1;
}

.overlay-text {
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.blog-card:hover .overlay-text {
  transform: translateY(0);
}

.card-content {
  padding: 2rem;
}

.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.card-date {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-category {
  background: #eec55b;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  line-clamp: 2;
  color: #ffffffff;
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.blog-card:hover .card-title {
  color: #eec55b;
}

.card-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-more {
  background: #eec55b;
  color: white;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}



.read-more:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.card-stats {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
  color: #666;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.bookmark-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.bookmark-btn:hover {
  background: white;
  transform: scale(1.1);
}


/* Responsive Design */
@media (max-width: 480px) {
  .blog-card {
    max-width: 100%;
    margin: 1rem;
  }

  .card-content {
    padding: 1.5rem;
  }

  .card-title {
    font-size: 1.3rem;
  }

  .card-footer {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  .read-more {
    text-align: center;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-card {
  animation: fadeInUp 0.6s ease forwards;
}

.blog_cards {
  padding: 80px 0px
}

/* blog page end  */
@media (min-width: 992px) {
  .mobile-menu-toggle {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .responsive_table {
    overflow-x: scroll !important;
  }

  .responsive_table table {
    width: 888px !important;
  }

  .why_score_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .banner-caption .h1 {
    font-size: 3rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .overview-section {
    padding-top: 0px !important;
  }

  .social-links {
    text-align: left !important;
    padding-left: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .why_score_grid {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center !important;
  }

  .breadcrumbtitle .h1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--theme-heading);
  }

  .banner-caption .h1 {
    font-size: 2.5rem;
  }

  .h2 {
    font-size: 1.8rem;
  }

  .shape1,
  .shape2 {
    display: none;
  }

  .overview-section {
    padding-top: 0px;
  }

  .banner-caption {
    padding: 100px 0px;
  }

  .login-wrapper {
    padding: 50px 30px;
  }
}

@media (max-width: 575.98px) {
  .order-xs-1 {
    order: 1 !important;
  }

  .order-xs-2 {
    order: 2 !important;
  }

  .shape11 {
    left: 21%;
    top: 30%;
    display: none;
  }

  .shape12 {
    right: 10%;
    bottom: 50%;
    display: none;
  }

  .shape14 {
    left: 15%;
  }

  .h2 {
    font-size: 2rem;
  }

  .coins-shape {
    left: 0;
    top: -16px;
  }

  .breadcrumbtitle .h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--theme-heading);
  }

  .banner-caption .h1 {
    font-size: 2.5rem;
  }

  .banner-caption {
    padding: 60px 0px;
  }

  .section-space {
    padding: 3rem 0rem ;
  }

  .mobile-image:after {
    width: 300px;
    left: 17%;
  }

  .json3 {
    width: 100%;
    height: 300px;
  }

  .contact-details {
    width: 100% !important;
    flex-direction: column;
  }

  .p-xs-4 {
    padding: 1.5rem !important;
  }

  .pe-xs-0 {
    padding-right: 0px !important;
  }
}

/* Blog grid improvements */
.blog_cards .row {
  row-gap: 2.5rem;
}

.blog-card {
  margin-bottom: 2.5rem;
}

@media (max-width: 991.98px) {
  .blog_cards .row {
    row-gap: 2rem;
  }

  .blog-card {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .blog_cards .row {
    row-gap: 1.5rem;
  }

  .blog-card {
    margin-bottom: 1.5rem;
  }

  .blog-card {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .blog_cards .row {
    row-gap: 1rem;
  }

  .blog-card {
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .card-content {
    padding: 1rem;
  }
}


.error-box {
  color: #fff;
  /* white text */
  background: transparent;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

.retry-btn {
  border-radius: 20px;
  padding: 8px 18px;
  font-weight: 500;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  transition: 0.3s ease;
}

.retry-btn:hover {
  background: #fff;
  color: #000;
}

/* showcase section */
.cards {
  background-color: var(--theme-second-dark);
  border: 1px solid #3e4247;
  border-radius: 1rem;
  padding: 2rem;
}

.bedge-card {
  background-color: var(--theme-primary);
  color: #ffffff;
  font-size: 1.5rem;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  right: -14px;
  top: -14px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 700;

}

.portfolio-header {
  text-align: center;
  margin-bottom: 4rem;
}

.portfolio-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}

.portfolio-title .highlight {
  color: #f59e0b;
}

.portfolio-subtitle {
  font-size: 1.125rem;
  color: var(--theme-white);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.portfolio-card {
  background-color: var(--theme-second-dark);
  border: 1px solid #3e4247;
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  height: 100%;
}

.portfolio-card:hover {
  border-color: #5b5b5b;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.risk-badge {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  width: fit-content;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.risk-badge.high-risk {
  background-color: #10b981;
}

.risk-badge.medium-risk {
  background-color: #06b6d4;
}

.risk-badge.low-risk {
  background-color: #f59e0b;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.card-description {
  color: var(--theme-white);
  margin-bottom: 2rem;
  line-height: 1.5;
}

.returns-section {
  margin-bottom: 2rem;
  flex-grow: 1;
}

.returns-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.5rem;
}

.returns-label {
  color: var(--theme-white);
  font-size: 0.875rem;
}

.returns-value {
  font-size: 1.875rem;
  font-weight: 700;
}

.returns-value.high-risk-text {
  color: #10b981;
}

.returns-value.medium-risk-text {
  color: #06b6d4;
}

.returns-value.low-risk-text {
  color: #10b981;
}

.allocation-bars {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.allocation-item {
  display: flex;
  flex-direction: column;
}

.allocation-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.allocation-name {
  color: var(--theme-white);
}

.allocation-percentage {
  color: #ffffff;
  font-weight: 600;
}

.progress-bar {
  width: 100%;
  height: 0.5rem;
  background-color: #0a1628;
  border-radius: 9999px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  border-radius: 9999px;
  transition: width 0.3s ease;
}

.progress-fill.high-risk-bar {
  background-color: #10b981;
}

.progress-fill.medium-risk-bar {
  background-color: #06b6d4;
}

.progress-fill.low-risk-bar {
  background-color: #f59e0b;
}

.cta-button {
  width: 100%;
  background-color: #3e4247;
  color: #ffffff;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background-color 0.3s ease;
  margin-top: auto;
}

.cta-button:hover {
  background-color: #020202;
}

.cta-button:active {
  background-color: #020202;
}

.arrow {
  display: inline-block;
  margin-left: 0.25rem;
}

@media (max-width: 768px) {
  .portfolio-container {
    padding: 2rem 1rem;
  }

  .portfolio-title {
    font-size: 2rem;
  }

  .portfolio-subtitle {
    font-size: 1rem;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .returns-value {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .navbar-brand {
    width: 200px !important;
}
  .portfolio-container {
    padding: 1.5rem 0.75rem;
  }

  .portfolio-header {
    margin-bottom: 2rem;
  }

  .portfolio-title {
    font-size: 1.75rem;
  }

  .portfolio-subtitle {
    font-size: 0.95rem;
  }

  .portfolio-card {
    padding: 1.5rem;
  }

  .card-title {
    font-size: 1.125rem;
  }

  .returns-value {
    font-size: 1.25rem;
  }
}