li {
  list-style-type: none !important;
}
.in-list-check li::before {
  background-image: none;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f058';
  color: #7C6BD4;
  top: 2px;
  left: 4px;
}
.fx_btn {
  background: #7C6BD4;
  transition: all 0.3s linear;
}
.fx_btn:hover {
  background: #5E4FBF !important;
}
.ye_sp {
  color: #7C6BD4;
}
.text_wh {
  color: #fff !important;
}
.text_wh li {
  margin-bottom: 15px;
}
.main_about {
  padding: 50px 0;
}
.main_container {
  padding-top: 50px;
}
.ye_btn {
  margin-top: 15px;
  background: #7C6BD4;
  transition: all 0.3s linear;
}
.ye_btn:hover {
  background: #5E4FBF !important;
}
.uk-text-primary span {
}
.uk-text-primary {
  color: #7C6BD4 !important;
}
.about_btn {
  padding: 20px;
  border: 1px solid #7C6BD4;
  border-radius: 20px;
  color: #7C6BD4 !important;
}
.about_btn h3 {
  color: #0f0f0f !important;
}
.about_count {
  margin-bottom: 50px;
}
.accounts_title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.platforms_first {
  background: #000;
  color: #fff !important;
  padding: 50px 0;
}
.fa-check {
  color: #7C6BD4;
}
.platform_wrap {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pl_col {
  width: 50%;
  padding: 0 10px;
}

.dropdown {
  position: relative;
}
.dropdown_content {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.495);
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown_content a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 10px;
}
.dropdown_content a:hover {
  color: #fff;
}

.dropdown:hover .dropdown_content {
  display: block;
}

.dropdown a.active {
  color: #fff !important;
}
.header-menu li {
  margin-left: 15px;
}
.header .header-menu li a.menu-item {
  font-size: 14px;
}

@media (max-width: 1150px) {
  .header-menu li {
    margin-left: 10px;
  }
  .header .header-menu li a.menu-item {
    font-size: 12px;
  }
  .header .header-menu li a.login-button {
    padding: 6px 10px;
  }
}
/* ===== MARKETS / SERVICES CONTENT PAGES ===== */
.markets_section {
  padding: 60px 0 80px;
  background: #f9f9f9;
}

.markets_section .container > p.markets_text {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
  max-width: 860px;
}

.markets_section h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 40px 0 16px;
  padding-left: 16px;
  border-left: 4px solid #7C6BD4;
}

.markets_section ul {
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.markets_section ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  transition: box-shadow 0.2s;
}

.markets_section ul li:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.markets_section ul li .fa {
  color: #7C6BD4;
  font-size: 18px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ===== CONTACT PAGE ===== */
section.contact-us.content {
  text-align: left;
  background: #f9f9f9;
}

section.contact-us.content .container {
  max-width: 720px;
  margin: 0 auto;
}

section.contact-us.content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  border-left: 4px solid #7C6BD4;
  padding-left: 14px;
}

section.contact-us.content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 36px 0 14px;
}

section.contact-us.content > .container > p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 14px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}

section.contact-us.content > .container > p a {
  color: #7C6BD4;
  font-weight: 600;
}

section.contact-us.content > .container > p a:hover {
  text-decoration: underline;
}

/* ===== LEGAL PAGE ===== */
section.markets_section h1,
section.markets_section h2 {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 40px 0 12px;
}

section.markets_section h1:first-child {
  font-size: 30px;
  margin-top: 0;
}

section.markets_section > .container > p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px;
}

section.markets_section ul li {
  list-style: none;
}
.markets_title {
  font-size: 35px;
  font-weight: 700;
}
.markets_title.center {
  text-align: center;
  margin: 30px 0;
  margin-top: 70px;
}
.markets_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.markets_col {
  width: 50%;
  padding: 0 15px;
}
.markets_subtitle {
  color: #7C6BD4;
  font-size: 25px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .markets_col {
    width: 100%;
    padding: 0 15px;
  }
}
.dtop_item {
  color: #fff !important;
  transition: all 0.3s linear;
}
.dtop_item:hover {
  color: #B0A4F0;
}
