/* exit effects mapped to animate.css */
.theme-bg-1 {
  background-color: #000 !important;
}

.section__bg {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  z-index: -1;
}

.section__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}

.ctradersteps {border: 1px solid #00c6ff; margin:0 30px; padding: 10px 20px; border-radius: 10px ; transition: .3s;}
.ctradersteps:hover {border: 1px solid #00c6ff; background: #00c8ffb8;}

.swiper-slide.fadeOut {
  animation: fadeOut 1s forwards;
}

.swiper-slide.zoomOut {
  animation: zoomOut 1s forwards;
}

.swiper-slide.slideOutUp {
  animation: slideOutUp 1s forwards;
}

.swiper-slide.rotateOut {
  animation: rotateOut 1s forwards;
}

.swiper-slide.lightSpeedOut {
  animation: lightSpeedOutRight 1s forwards;
}


.bd-theme-light .header-common a {
  color: #fff !important;
}

.banner__area {
  position: relative;
  overflow: hidden;
  background: #000;
}

.slide-height {
  padding: 70px 0;
}

.video-background {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  /* Let video decide width */
  height: 85%;
  /* Adjust manually (try 70%, 80%, or px value) */
  background: #000;
  /* black background */
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.video-background video {
  height: 100%;
  /* Fill container height */
  width: auto;
  /* Keep aspect ratio */
  object-fit: contain;
  /* Keep full video without cropping */
}

@media (max-width: 768px) {
  .video-background video {
    object-position: 300px center;
    /* shift video 200px to the right */
  }

  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 2;
  }


}

.banner__subtitle-5 .gradient-text-1 {
  color: #fff !important;
}


.video-background img {
  height: 100%;
  /* fit height */
  width: auto;
  /* keep aspect ratio */
  position: absolute;
  right: 0;
  /* stick to the right */
  top: 0;
  bottom: 0;
  margin: auto 0;
  /* center vertically */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.8),
      /* Left side darker */
      rgba(0, 0, 0, 0)
      /* Right side lighter */
    );
  z-index: 2;
}

/* Ensure slider content stays above video */
.banner-swiper {
  position: relative;
  z-index: 3;
}

.banner__content-5 h2 {
  color: #fff !important;
}

.banner__content-5 p {
  color: #fff !important;
}

.breadcrumb__area p {
  color: #fff;
}


/* Packages */
.price__top img {
  width: 150px;
}

.smalllist li {font-size: 14px !important;}
.homelist li {font-size: 14px !important; display: inline !important; border:1px solid red;}
.packages {
  height: 450px;
}

.packages .info__list li {
  font-size: 14px;
  text-align: left;
  line-height: 12px;
  margin-top: 10px;
}

.packages .info__list ul {
  padding: 0px 0 0;
}

.packages .why__choose-item {
  padding: 0px;
}

.packages .package__content {
  background: #000;
  color: #fff;
}

.packages .package__content h5 {
  color: #fff;
}

.packages .popular {
  border: 1px solid #53c7fd;
  line-height: 35px;
  border-radius: 30px 30px 0 0;
  background: #84d8ff;
  text-align: center;
  height: 35px;
  width: 100%;
  z-index: -1;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.packages .package-logo {
  width: 80px;
  /* Size the logo nicely */
  height: auto;
  margin-bottom: 20px;
  /* Optional: Small animation for a premium feel */
  transition: transform 0.3s ease-in-out;
}





.packages .why__choose-icon {
  margin-top: 33px;
}

.packages .pop {
  margin-top: -2px;
  background: #dff5ff;
}

.packages .bd-gradient-btn {
  height: 35px;
  padding: 0 15px;
  font-size: 13px;
  margin-top: 30px;
}


.flip-card {
  background: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  /* 3D effect */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;

  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}


.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;

}


.flip-card-back {
  transform: rotateY(180deg);
  z-index: -1;
  padding: 0 40px 30px 40px;
}

.graybox {background: #f7f7f7; border-radius: 20px; padding:50px; text-align: center; }

/* Product Expiration */
.graylights {
  background: #f7f7f7;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px 20px;
  display: flex;
  align-items: center; /* Vertically centers the text with the image */
}
.graylights img {
  width: 100px;
  border-radius: 10px;
}
.graylights h4 {
  margin-bottom: 8px;
}


.contactinfo {background: #f7f7f7; border-radius: 20px; padding:50px 50px 10px 50px; margin: 50px auto; }
.contactinfo span {display: block;}
.contactinfo img {width:50px; float:left; margin:10px 10px 0 0;}

/* wrap your table in this class */
.table-responsive-custom {
  width: 100%;
  max-height: 600px;
  overflow-x: auto;
  /* Smooth mobile scroll */
  -webkit-overflow-scrolling: touch;
  /* Optionally, always show a horizontal scrollbar on small screens: */
  /* scrollbar-width: thin; */
  /* for Firefox */
  /* overflow-y: hidden; */
  /* prevents vertical scroll if not needed */
}

.table-responsive-custom table {
  min-width: 600px;
  /* Or whatever your table needs, usually > mobile width */
}

@media (max-width: 767px) {
  .table-responsive-custom table {
    min-width: 700px;
    /* or as needed */
    font-size: 13px;
    /* optional, for readability */
  }
}

table.dark {
  width: 100%;
  border-collapse: collapse;
  background-color:rgb(24, 26, 31);
  /* overall dark background */
  color: #fff;
  /* default text color */
}

/* header cells: a slightly lighter/different shade */
table.dark th {
  padding: 10px 20px;
  background-image: linear-gradient(rgb(24, 26, 31), rgb(46, 51, 62));
  /* a bit lighter than table bg */
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #666;
}

table.dark td {
  padding: 16px 20px;
  border: none;
}

table.dark tbody tr {
  border-bottom: 1px solid rgb(33 37 40);
}

table.dark tbody tr:last-child {
  border-bottom: none;
}

#shares-pagination button {
  padding: 0 10px;
  border: 1px solid rgb(33 37 40);
}


.text-right {
  text-align: right;
}


.text-green {
  color: #4caf50 !important;
}

.text-red {
  color: #f44336 !important;
}

.banner__content-5 {
  padding-top: 40px;
}

.banner__title-3 {
  opacity: 0;
  filter: blur(8px);
  transition: all 0.8s ease;
  /* blur + fade speed */
}

.banner__title-3.active {
  opacity: 1;
  filter: blur(0);
}


.style-border {

  border-radius: 12px;
  /* optional */
  padding: 4px;
  border: double 1px transparent;
  background: linear-gradient(to top, #dddddd, #eeeeee);
}

/* Home Page */
.breadcrumb__area {
  background: #000 cover no-repeat;
}

.tradingview-widget-container {
  min-height: auto !important;

}

.tradingview-widget-container {
  scrollbar-width: thin;
  scrollbar-color: #666 #222;
}

.home-instruments {
  background: #000;
  color: #fff;
  padding: 100px 0;
  font-size: 14px;
}

.home-instruments h2,
.home-instruments h3,
.home-instruments h4,
.home-instruments h5 {
  color: #fff;
  margin-top: 10px;
}

.home-instruments h5, p {
  color: #818181;
}

.instrument-card {
  border-radius: 12px;
  color: #fff;
  padding: 16px;
  margin: 10px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.instrument-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Header row */
.instrument-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.instrument-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.instrument-info img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px;
}

.instrument-symbol {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.instrument-name {
  font-size: 13px;
  opacity: 0.9;
}

/* Divider */
.instrument-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 10px 0;
}

/* Price */
.instrument-price {
  font-size: 20px;
  font-weight: 700;
}


/* Default: show all columns (desktop/tablet) */
.instrument-col-buy,
.instrument-col-sell,
.instrument-col-change,
.instrument-col-trend,
.instrument-col-action {
  display: block;
}

/* Mobile: hide Buy, Sell, Change */
@media (max-width: 768px) {

  .instrument-col-action,
  .instrument-col-trend {
    display: none !important;
  }

  /* Optional: make trend + trade full width on mobile */
  .instrument-col-trend,
  .instrument-col-action {
    width: 100% !important;
    text-align: left;
    margin-top: 5px;
  }
}

/* Trade Button */
.btn-trade {
  background: #fff;
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-trade:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: scale(1.05);
}


/* hidden by default */


/* Default mobile widget – behaves normally */
@media (max-width: 768px) {
  .tv-bottom {
    position: static;
    /* normal flow until scrolled */
    width: 100%;
    height: 70px;
    /* adjust to your TradingView widget height */
  }

  /* When scrolled beyond threshold → fixed at bottom */
  .tv-bottom.fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, .15);
  }

  /* Optional: avoid overlap */
  body.tv-padding {
    padding-bottom: 70px;
    /* = widget height */
  }
}




.sidebar {
  background: #111;
  min-height: 100%;
  padding: 20px 0;
}

.sidebar .nav-link {
  color: #aaa;
  border-radius: 0;
  padding: 12px 15px;
}

.sidebar .nav-link.active {
  background: #00AEFF;
  color: #fff;
  font-weight: 600;


}

/* Default: vertical sidebar */
.nav.flex-column {
  flex-direction: column;
}

/* Mobile: horizontal tabs with touch swipe */
@media (max-width: 768px) {
  .nav.flex-column {
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* smooth momentum scroll */
    white-space: nowrap;
  }

  /* Hide scrollbar */
  .nav.flex-column::-webkit-scrollbar {
    display: none;
  }

  .nav.flex-column {
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
  }

  .nav.flex-column .nav-link {
    flex: 0 0 auto;
    padding: 8px 16px;
    border-radius: 0;
  }
}




.instrument-row {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.tabdata li {
  background: rgb(24 26 31);
  color: #fff;
  height: 70px;
  margin: 4px 0;
  border-radius: 5px;
}

.tabdata li:hover {
  background: #111;
  color: #fff;
}

.instrument-col-icon {
  width: 70px;
}

.instrument-col-icon img {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 20px;
}

.instrument-col-name {
  width: 30%;
}

.instrument-col-buy {
  width: 10%;
  text-align: center;
}

.instrument-col-sell {
  width: 15%;
  text-align: center;
}

.instrument-col-change {
  width: 15%;
  text-align: center;
}

.instrument-col-trend {
  width: 20%;
}

.instrument-col-action {
  width: 10%;
  text-align: right;
}

.instrument-col-change.badge-up {
  color: #4caf50;
  font-weight: bold;
}

.instrument-col-change.badge-down {
  color: #e53935;
  font-weight: bold;
}

@media (min-width: 769px) {
  .instrument-col-change {
    display: block;
  }
}

/* Mobile view */
@media (max-width: 768px) {

  /* Hide Sell, Trend, Trade on mobile */
  .instrument-col-sell,
  .instrument-col-trend,
  .instrument-col-action {
    display: none !important;
  }

  /* Row → 2 columns only */
  .instrument-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }

  .instrument-col-name {
    flex: 1;
    font-size: 14px;
  }

  /* Buy column stacks Buy + Change */
  .instrument-col-buy {
    width: auto;
    flex: 0 0 auto;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
  }

  .instrument-col-buy::after {
    content: attr(data-change);
    /* inject change % */
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
  }

  /* Hide original change col completely */
  .instrument-col-change {
    display: none !important;
  }
}

/* Trade Button */
.btn-trade {
  background: linear-gradient(90deg, #007bff, #00c6ff);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.btn-trade:hover {
  background: linear-gradient(90deg, #0056b3, #0088cc);
  transform: scale(1.05);
}

/* Instruments for pages of product */
.card-container {
  width: 1000px;
}

.instrument-card {
  border-radius: 12px;
  color: #fff;
  padding: 16px;
  margin: 10px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.instrument-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Header row */
.instrument-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.instrument-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.instrument-info img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px;
}

.instrument-symbol {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.instrument-name {
  font-size: 13px;
  opacity: 0.9;
}

/* Divider */
.instrument-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 10px 0;
}

/* Price */
.instrument-price {
  font-size: 20px;
  font-weight: 700;
}

/* Trade Button */
.instrument-card .btn-trade {
  background: #fff;
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.instrument-card .btn-trade:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: scale(1.05);
}





.home-lines {
  background: #000 url('../imgs/bg/striped-bg-alt.png') no-repeat bottom;
  padding: 100px 0;
  color: #fff;
}


.home-lines h2 {
  color: #fff;
}

.home-lines p {
  color: #fff;
}

.style-border-boxes {
  border-radius: 12px;
  /* optional */
  padding: 20px;
  border: 1px solid #333;
  background: #000;

}

.style-border-boxes h6 {
  color: #fff;
}

.style-border-boxes .Key-features__icon {
  width: 56px;
}

.contact-boxes {
  border-radius: 12px;
  /* optional */
  padding: 20px;
  background: #bdeaff;
}

.contact-boxes .Key-features__icon {
  width: 56px;
}

.homewhyus {
  padding: 20px;
}


.bordered_box {
  position: relative;
  padding: 0;
  border: 1px solid var(--bd-border-primary);
  border-radius: 20px;
  border: double 2px transparent;
  background: #ccc;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  height: 400px;
  width: 400px;
  overflow: hidden;
}

/* make sure the image sits behind our overlay */
.bordered_box img {
  display: block;
  /* remove inline-img whitespace */
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

/* this creates the gradient “layer” on top of the image */
.bordered_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  /* match the box’s rounded corners */
  pointer-events: none;
  /* so clicks go through to the image if needed */
  z-index: 1;
  background:
    linear-gradient(to right, rgba(101, 73, 213, 0.35), rgba(251, 80, 65, 0.35));

}

.service__content h4 {
  margin: 10px 0;
}


.textborder_box {
  position: relative;
  padding: 40px;
  border: 1px solid var(--bd-border-primary);
  border-radius: 20px;
  border: double 2px transparent;
  border: double 2px transparent;
  background-image:
    linear-gradient(rgb(14, 10, 36), rgb(14, 10, 36)cc),
    linear-gradient(to right, rgb(101, 73, 213), rgb(251, 81, 65));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  overflow: hidden;

}

.textborder_box h4 {
  margin-bottom: 10px;
}

.benefits__app-wrapper {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.bd__faq .accordion-button {
  font-size: 18px;
}

.smallbutton .bd-gradient-btn {
  height: 45px;
  padding: 0 25px;
}

.our-values__icon span::after {
  background: #00c6ff;
}

.our-values__icon span img {
  width: 35px;
}

.Key-features__area p {
  color: #fff;
}

.Key-features__area .ctrader {
  width: 200px !important;
}


.footer__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}

.footer__widget-4 {
  flex: 1 1 160px;
  /* Minimum width per column */
  min-width: 120px;
}

.footer__widget-title {
  margin-bottom: 14px;
  font-weight: 600;
}

.footer-links {
  display: block;
  /* Stack vertically on desktop */
}

.footer-link-col {
  display: block;
}


.footer__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}

.footer__widget-4 {
  flex: 1 1 170px;
  min-width: 120px;
}

.footer-links {
  display: block;
}

.footer-link-col {
  display: block;
}

/* MOBILE: headings full width, links in 2 columns under heading */
@media (max-width: 767px) {
  .footer__grid {
    display: block !important;
  }

  .footer__widget-4 {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .footer__widget-title {
    width: 100%;
    margin-bottom: 8px;
    display: block;
    text-align: left;
  }

  .footer-links {
    display: flex !important;
    gap: 8px;
    width: 100%;
  }

  .footer-link-col {
    flex: 1 1 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .footer-link-col li {
    margin-bottom: 6px;
  }
}

/* accordian for Home*/
.homeaccordion {
  display: flex;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.homeaccordion .item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  color: #000;
  cursor: pointer;
  position: relative;
  padding: 20px 10px;
  margin: 15px;
  transition: flex 0.3s ease;
  overflow: hidden;
}

.content {
  transition: opacity 0.3s ease;
}

/* only heading vertical when collapsed */
.homeaccordion .item h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  /* vertical layout */
  text-orientation: mixed;
  /* keep letters upright */
  transform: rotate(180deg);
  /* flips to bottom → top */
  display: inline-block;
  transition: opacity 0.3s ease;
  /* smooth fade */
  opacity: 0.7;
  /* faded look when collapsed */
}

/* arrow indicator */
.homeaccordion .item::after {
  content: url("arrow-right-full-cc.svg");
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.homeaccordion .item.active::after {
  content: "";
}

.homeaccordion .item.active {
  flex: 4;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px;
}

/* when active, heading turns horizontal */
.homeaccordion .item.active h2 {
  writing-mode: horizontal-tb;
  transform: none;
  margin-bottom: 10px;
}

/* inner heading & content hidden initially */
.homeaccordion .item .inner-heading,
.homeaccordion .item .content,
.homeaccordion .item .bd-gradient-btn {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* show when active */
.homeaccordion .item.active .inner-heading,
.homeaccordion .item.active .content,
.homeaccordion .item.active .bd-gradient-btn {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.homeaccordion .bd-gradient-btn {
  height: 35px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 13px;
}



/* ghost heading inside expanded item */
.homeaccordion .item .ghost-heading {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 180px;
  text-transform: capitalize;
  line-height: 150px;
  /* big font */
  font-weight: bold;
  color: transparent;
  /* transparent fill */
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.1);
  /* outline */
  white-space: nowrap;
  pointer-events: none;
  /* ignore mouse */
  opacity: 0;
  /* hidden by default */
  transform: translateX(100%);
  /* start off right */
  animation: none;
  z-index: 999;
}

/* show + animate when active */
.homeaccordion .item.active .ghost-heading {
  opacity: 1;
  animation: slideText 30s linear infinite;
}

@keyframes slideText {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

/* Mobile view */
@media (max-width: 768px) {
  .homeaccordion {
    flex-direction: column;
    height: auto;
  }

  .homeaccordion .item {
    flex: unset;
    padding: 15px;
  }

  .homeaccordion .item h2 {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .homeaccordion .item::after {
    display: none;
  }

  .homeaccordion .item.active {
    padding: 20px;
  }
}


.brnad__active .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media (max-width: 768px) {
  .section-space {
    padding: 20px 0;
  }

  .home-instruments {
    padding: 20px 0;
  }

  .style-border-boxes {
    padding: 10px;
  }

  .style-border-boxes h6 {
    font-size: 14px;
  }
}


@media (max-width: 700px) {
  .section-space {
    padding: 20px 0;
  }

  .home-instruments {
    padding: 20px 0;
  }

  .style-border-boxes {
    padding: 10px;
  }

  .style-border-boxes h6 {
    font-size: 10px;
  }

  .section-space-top {
    margin-top: 0px;
  }

  .price__item {
    height: 425px !important;
  }

  .price__btn {
    margin-top: 50px;
  }

  .solution__tab .nav-tabs .nav-link {
    font-size: 10px !important;
  }

  /* Pages */
  .bordered_box {
    width: 100%;
  }

.tradingview-widget-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

}

.termscondition li {font-size: 16px !important; color: #333;}
.termscondition  p {font-size: 16px; color: #333;}
.termscondition {list-style: inside;}
.termscondition li::marker {
    color: #007bff !important;
    font-weight: bold;
}
.termscondition h4 {margin: 10px 0; color: #000;}