:root {
  --primary-cyan: #20e9bf;
  --card-bg: #0f0f23;
  --text-color: #ffffff;
  --text-muted: #717184;
}
.primary-color {
  color: var(--primary-cyan);
}
.container {
  max-width: 1180px;
  margin: 0 auto;
}

body {
  color: var(--text-color);
  font-family: "Jost", sans-serif;
  word-break: break-word;
}
.main-page {
  background: #000000 url(../../assets/images/Main\ page.png) top center
    no-repeat;
  position: relative;
  width: 100%;
  background-size: cover;
}
.main-page .banner-top {
  max-width: 900px;
  margin: 0 auto;
}
.navbar {
  background: #ffffff6b;
  max-width: 1180px;
  margin: 0 auto;
  top: 11px;
  border-radius: 15px;
  border: 1px solid #ffffff94;
  backdrop-filter: blur(18px);
  min-height: 76px;
}
.navbar-nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin-inline: 10px;
}
.nav-link:hover {
  color: var(--text-color) !important;
}
.logo-img {
  max-width: 303px;
  width: 100%;
}

a {
  color: initial;
  text-decoration: none;
}
a:hover {
  color: initial;
}
/* Custom button styles */
.btn-primary-custom {
  background: linear-gradient(
    156.44deg,
    #20e9bf 18.57%,
    #ffffff 91.94%,
    #ffffff 105.65%
  );
  border: none;
  border-radius: 15px;
}
.btn-secondary-custom {
  background: linear-gradient(90deg, #e0c3fc 0%, rgba(32, 233, 191, 0.83) 100%);
  border-radius: 77px;
  border: none;
  font-weight: 600;
}

.rounded-15 {
  border-radius: 15px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py11 {
  padding-top: 11px;
  padding-bottom: 11px;
}
.pr-3 {
  padding-right: 22px !important;
}
.p-31 {
  padding: 31px;
}

.pt-130 {
  padding-top: 202px;
  background-image: url(../../assets/images/Group.svg);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 32%;
}
.mb-70 {
  margin-bottom: 70px;
}
.text-5 {
  font-size: 20px;
}
.text-50 {
  font-size: 50px;
  font-weight: 600;
}
.text-25 {
  font-size: 25px;
  color: var(--text-color);
  font-weight: 400;
}
.text-40 {
  font-size: 40px;
  font-weight: 600;
}
.text-14 {
  font-size: 14px;
  font-weight: 500;
}
.text-18 {
  font-size: 18px;
  color: var(--text-muted);
  font-weight: 400;
}
.letter-spacing-4 {
  letter-spacing: 4px;
}

/* Custom gradient backgrounds */
.pricing-card.freemium {
  background: linear-gradient(
    135deg,
    rgba(6, 182, 212, 0.1),
    rgba(5, 5, 16, 0.9)
  );
}

.pricing-card.freemium-2 {
  background: linear-gradient(
    126.65deg,
    #cd48fc 0%,
    #cd48fc 38%,
    #1a59fd 70%,
    #2cd4f8 100%
  );
  position: relative;
}

.pricing-card.starter {
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.1),
    rgba(5, 5, 16, 0.9)
  );
}

.pricing-card.pro {
  background: linear-gradient(
    135deg,
    rgba(6, 182, 212, 0.2),
    rgba(99, 102, 241, 0.2)
  );
  border: 1px solid var(--primary-cyan);
}

.pricing-card.premium {
  background: linear-gradient(
    135deg,
    rgba(139, 92, 246, 0.1),
    rgba(5, 5, 16, 0.9)
  );
}
.bg-card > .col-lg-4 img {
  height: 352px;
}
.platform > .row > .col-lg-6 > .p-4 > img {
  width: 100%;
}
.text-sec p {
  padding-left: 28px;
  border-left: 2px solid #20e9bf;
}
.text-sec button {
  background: linear-gradient(90deg, #e0c3fc 0%, rgba(32, 233, 191, 0.83) 100%);
  border: none;
  color: var(--card-bg);
}
.feature {
  background: linear-gradient(180deg, #1b275a 0%, #000000 100%);
  border: 2px solid #334679;
  border-radius: 40px;
}

.wrapper {
  background: #000000 url(../../assets/images/page-bg.png) top center no-repeat;
  background-size: 100%;
  position: relative;
  width: 100%;
}
.page-header {
  padding-top: 153px;
  padding-bottom: 65px;
}
.heading-xl {
  font-weight: 600;
  font-size: 60px;
  line-height: 112.99999999999999%;
  text-transform: capitalize;
}
.label-uppercase {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #f5f5f5;
}
.content-section {
  color: #a2a2a2;
}
.content-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 210%;
}
.content-para {
  font-weight: 400;
  font-size: 16px;
  line-height: 210%;
  margin-bottom: 0px;
}

/*---Support Page---*/
.faq-card {
  border-radius: 24px;
  transition: all 0.3s ease;
  background: linear-gradient(
    180deg,
    rgba(8, 13, 39, 0.7) 7.81%,
    rgba(6, 10, 32, 0) 100%
  );
  border: 1px solid #334679;
  box-shadow: 7px 49px 70px 0px #53758614;
}
.faq-header {
  padding: 18px 23px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: none;
  width: 100%;
}
.acordion-header-icon {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a26585e;
  border-radius: 45px;
  flex-shrink: 0;
}
.faq-question {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  flex-grow: 1;
  padding-inline: 18px;
  color: #fefefe;
  text-align: left;
}
.faq-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(180deg, #253575 0%, #162561 100%);
  color: #12c0d8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  outline: 2px solid #0c1838;
  outline-offset: 4px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1),
    0px 4px 6px rgba(0, 0, 0, 0.25);
}
.faq-icon i {
  font-size: 12px;
}
.faq-icon.rotated {
  transform: rotate(45deg);
}

.faq-content {
  padding: 0 23px 18px;
  color: #c4cbf5;
  line-height: 25px;
}

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

.chevron-icon {
  transition: transform 0.3s ease;
  font-size: 0.9rem;
}

.chevron-icon.rotated {
  transform: rotate(180deg);
}

/*----Features Bar-----*/
.features-bar {
  padding: 2rem;
  border-radius: 8px;
  background: #f8f8f80f;
  border: 1px solid #f8f8f836;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
}

.features-bar .featur-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #e0e0e0;
}
.review-img {
  max-width: 425px !important;
  width: 100%;
}

/* Testimonial Section Styles */
.testimonial-card {
  color: #ffffff;
  text-align: left;
}

.testimonial-stars {
  color: #219653;
  border-radius: 100px;
  max-width: 160px;
  justify-content: center;
  display: flex;
  border: 1px solid #262626;
  font-size: 18px;
  background-color: #141414;
  gap: 7px;
  padding: 8px 16px;
}

.testimonial-author .testimonial-avatar img {
  border-radius: 50%;
}

.testimonial-author .testimonial-name {
  font-weight: 500;
  font-size: 20px;
}

.review-sec p {
  background-color: #0c101f;
  border: 1px solid #262626;
  font-size: 17px;
  padding: 50px 30px 30px 30px;
  border-radius: 12px;
}
.review-sec .testimonial-stars {
  position: absolute;
  top: -18px;
}
.cta-section {
  flex-direction: column;
  background: url(../images/cta\ bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px;
  border-radius: 25px;
}
.cta-section h2,
.cta-section p {
  max-width: 845px;
  width: 100%;
}

/* Footer Styles */
footer {
  padding-block: 43px;
}

.social-links a {
  margin-top: 11px;
  background-color: #252525;
  border-radius: 50%;
  padding: 4px 8px;
  color: white !important;
  text-decoration: none;
}

.social-links a:hover {
  color: var(--primary-cyan) !important;
}

.footer-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--text-color);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary-cyan);
}

.footer-bottom {
  padding: 14px 0;
}

/* License Table Styles */

.table-l thead th {
  background: #ffffff1a;
  color: #6f6f6f;
  font-weight: 600;
  font-size: 18px;
  border: none;
  padding: 6px;
}

.table-l td {
  padding: 12px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #a2a2a2;
  vertical-align: top;
}
.table-responsive {
  background: transparent;
}
.error {
  width: 300px;
  height: 375px;
  width: 100%;
}

.pricing-toggle {
  border-radius: 12px;
  padding: 5px;
  display: inline-flex;
  gap: 5px;
  margin-bottom: 32px;
  box-shadow: 0px 5px 20px 0px #0000001a;
  background: #ffffff1a;
}

.pricing-toggle .btn {
  position: relative;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px !important;
  transition: all 0.3s ease;
  outline: none;
}
.pricing-toggle .btn-check:checked + .btn {
  background: #000000;
  box-shadow: 0px 5px 20px 0px #0000001a;
}
.discount-badge {
  border: 1px solid #83838380;
  color: #ffffff;
  font-weight: 500;
  font-size: 9.8px;
  text-transform: uppercase;
  display: inline-flex;
  padding: 4px 6px;
  border-radius: 100px;
  margin-left: 4px;
  min-width: 36px;
}
/* Pricing Cards Styles */
.pricing-card {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(
      122.34deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.1) 100%
    ),
    linear-gradient(
      180deg,
      rgba(27, 39, 90, 0.33) 0%,
      rgba(14, 20, 52, 0.33) 88.64%
    );
  box-shadow: 0px 0px 0px 1px #0000000f inset, 0px 46px 42px 0px #00000014,
    0px 7px 10px 0px #0000000f, 0px 39px 79px 0px #00000008,
    0px 0px 0px 1px #ffffff1a inset;
  border-radius: 25px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing-card.freemium {
  position: relative;
  background: linear-gradient(
    126.65deg,
    #20e9bf 0%,
    #20e9bf 38%,
    #1a59fd 70%,
    #2cd4f8 100%
  );
}

.pricing-card.freemium::before,
.pricing-card.freemium-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/active-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 0;
  border-radius: 25px;
}

.pricing-card.freemium > *,
.pricing-card.freemium-2 > * {
  position: relative;
  z-index: 1;
}

.plan-name {
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ffffff33;
  margin-bottom: 32px;
}

.plan-price {
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 17px;
  border-bottom: 1px solid #ffffff33;
  margin-bottom: 16px;
}
.plan-price2 {
  font-size: 42px;
  font-weight: 400;
  color: #FFFFFF
}

.plan-period {
  color: var(--text-muted);
  font-size: 20px;
}

.plan-description {
  margin-bottom: 26px;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  font-size: 16px;
  gap: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.btn-get-started {
  background: #ffffff08;
  box-shadow: 0px 0px 0px 1px #111111 inset, 0px 1px 2px 0px #08080833,
    0px 4px 4px 0px #08080814, 0px 2px 6px 0px #ffffff33 inset;

  border: none;
  color: white;
  padding: 12px 0;
  border-radius: 8px;
  font-weight: 500;
  width: 100%;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.btn-get-started:hover,
.pricing-card.freemium .btn-get-started {
  background: #fffffff2 !important;
  box-shadow: 0px 0px 0px 1px #11111133 inset, 0px 1px 2px 0px #08080833,
    0px 4px 4px 0px #08080814, 0px -2px 6px 0px #0e8be180 inset !important;
  color: #000 !important;
}

.new-features-section {
  padding: 80px 0;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-subtitle {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 50px;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.comparison-table tr {
  text-align: center;
}
.comparison-table tr td {
  border-bottom: 1px solid #29293e;
}

.comparison-table td {
  padding: 12px 16px;
}

.comparison-table td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.comparison-table td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.comparison-table th {
  padding: 15px 16px;
  text-align: center;
  font-weight: 600;
  color: white;
}
.plan-name2, .plan-name3 {
  border: 1px solid #20E9BF;
  border-radius: 100px;
  color: white !important;
font-weight: 700;
font-size: 16px;
line-height: 27.63px;
letter-spacing: -0.09px;
text-align: center;
vertical-align: middle;
display: flex;
justify-content: center;
align-items: center;
width: 120px;
height: 35px;
margin: auto !important;
}
.plan-name3 {
  background: #20E9BFA6 !important;
  border: none !important;
}

.comparison-table .feature-name {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  color: #a8a8a8;
}

.feature-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.feature-dot.included {
  background: #20E9BFA6;
}

.feature-dot.not-included {
  background: #282d37;
}

.category-header {
  background: #553DDA1C;
  font-weight: 700;
  color: #20E9BFA6;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 8px;
  border: 1px solid;
  margin-top: 24px;
  border-image-source: radial-gradient(
    105.84% 206.56% at 10.58% 0%,
    rgba(47, 100, 237, 0.39) 0%,
    rgba(166, 178, 255, 0.07) 100%
  );
  text-align: left !important;
}
.category-header td {
  border-bottom: none !important;
}
.pricing-book {
  max-width: 942px;
  margin-left: auto;
}

.pricing-book img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.container.pricing-container {
  max-width: 1725.32px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}
.crypto-pairs {
  background: linear-gradient(180deg, #1b275a 0%, #000000 100%);
  border: 2px solid #334679;
  border-radius: 40px;
  padding: 0 45px 52px 45px;
}
.dim-color {
  color: #c4cbf5;
}
.mt-70 {
  margin-top: 70px;
}
.language-switcher {
  position: relative;
}

.language-globe-btn {
  color: #000000;
  font-size: 18px;
}

.language-globe-btn:hover {
  color: var(--primary-cyan);
}

.language-switcher .dropdown-toggle::after {
  display: none;
}

.language-switcher .dropdown-menu {
  min-width: 120px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0.5rem;
}

.language-switcher .dropdown-item {
  padding: 0.5rem 1rem;
}

.language-switcher .dropdown-item.active {
  background-color: #f8f9fa;
  color: var(--primary-cyan);
  font-weight: bold;
}

a:hover,
button:hover {
  opacity: 0.7 !important;
}

.btn:focus {
  box-shadow: none !important;
}

.faq-category {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em; /* 15% was invalid */
  color: #FFFFFF;
  padding: 15px 17px;
  border: 1.25px solid transparent;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 12px;
}

.faq-category::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 7px;
  padding: 1.25px;
  background: linear-gradient(
    123.69deg,
    rgba(84, 118, 254, 0.7) 16.65%,
    rgba(32, 233, 191, 0) 48.77%
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}




/* Cookie Banner Styles */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 1180px;
  margin: 0 auto;
  background: linear-gradient(180deg, #1B275A 0%, #000000 100%);
  color: #ffffff;
  padding: 45px;
  border-radius: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none;
  border: 2px solid #334679
}

.cookie-banner.show {
  display: block;
  animation: slidein 0.5s ease-out;
}

.cookie-banner h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
}

.cookie-banner p {
  font-size: 17px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.cookie-banner a {
  color: var(--primary-cyan);
  text-decoration: none;
  transition: color 0.3s ease;
}

.cookie-banner a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@keyframes slidein {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}


.cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1180px;
  width: 100%;
}




.card {
  background: /* Layer 1: Image (full width, auto height) */ url(../../assets/images/base05.svg) no-repeat, /* Layer 2: Color gradient (bottom 50% only) */ linear-gradient(to bottom, transparent 0%, transparent 50%, hsl(226deg 29.18% 4.38%) 50%, hsl(226, 49%, 7%) 100%);
  background-size: 100% auto, /* Image sizing */ 100% 100%;
  border-radius: 24px;
  border-top-right-radius: 50px;
  padding: 31px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.card-accent {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 7px;
}


.card-title {
  color: white;
  font-size: 22px;
  font-weight: 500;
  margin: 19px 0 19px 0;
  text-align: left;
}

.card-divider {
  width: 25px;
  height: 1px;
  background-color: #FFFFFF4D;
  margin-bottom: 19px;
}

.card-description {
  color: #A5AAC6;
  font-weight: 400;
  font-size: 17px;
  color: #A5AAC6;
  text-align: left;
}
.about-tag{
  color: var(--primary-cyan);
font-weight: 500;
font-size: 14px;
line-height: 140%;
text-transform: uppercase;
padding: 4px 14px;
background-color: #1C1C22;
width: 76px;
border-radius: 100px;
margin-bottom: 9px;

}
.stars-sec{
  font-size: 12px;
  gap: 13px;
}
.fw-700{
  font-weight: 700;
}
table{
  word-break: keep-all !important;
}
@media (min-width: 768px) {
  .cards-container {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .cards-container {
      grid-template-columns: repeat(3, 1fr);
  }

}
@media (max-width: 1024px) {
  .card-accent {
    display: none
  }
}
@media (max-width: 992px) {
  .features-bar .row {
    gap: 10px;
  }
  .cta-section {
    padding: 40px;
  }
  .pricing-book,
  .bg-card {
    justify-content: space-around;
  }
  .pricing-book .col-lg-3,
  .bg-card .col-lg-4 {
    width: auto;
  }
  .feature-icon {
    display: none;
  }
  .crypto-pairs {
    padding: 30px !important;
  }
  .language-sec{
    flex-direction: column !important;
    align-items: baseline !important;
  }
  .language-switcher .dropdown-menu {
    right: -76px !important;
}

}
@media (max-width: 768px) {
  .features-bar .row {
    gap: 10px;
  }
  .cta-section {
    padding: 40px;
  }
  .cookie-banner {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px 12px 0 0;
    padding: 20px;
  }

}

@media (max-width: 480px) {
  .pricing-book .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

