.logo {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 32px !important;
}

header {
  background-color: #00050b;
}

.uk-inline .lang-btn {
  text-transform: capitalize;
}

.mob-button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.uk-dropdown {
  background-color: #fff;
}

.mob-menu {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.mob-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mob-menu li:last-child {
  border-bottom: 0;
}
.mob-menu li a {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  padding: 10px 0;
  display: block;
}
.mob-menu li a:hover {
  text-decoration: none;
  color: #444;
}

.lang-btn {
  outline: inherit;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lang-btn img {
  margin-right: 6px;
}

.ast-arrow-svg {
  height: 0.6em;
  width: 0.6em;
  position: relative;
  margin-left: 10px;
  fill: currentColor;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 90px;
}

.lang-menu {
  top: 0 !important;
  max-height: 400px !important;
  overflow-y: scroll !important;
}

.lang-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lang-menu ul a {
  color: #222;
  padding: 5px 0;
  display: block;
}
.lang-menu ul a img,
.lang-menu ul a svg {
  margin-right: 10px;
}

.uk-navbar-nav {
  gap: 0px;
}

.uk-navbar-nav > li > a {
  color: #fff;
  text-transform: inherit;
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.footer-nav li,
.header-nav li {
  position: relative;
  padding: 0 20px;
}
.footer-nav > li::after,
.header-nav > li::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #aa2dd8;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-nav li:hover:after,
.header-nav li:hover:after {
  opacity: 1;
}

.footer-nav li {
  padding: 0 10px;
}
.footer-nav li:after {
  bottom: -10px;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #000;
  background-color: #fff;
}

.site-footer {
  background-color: #0a0a0a;
  padding: 40px 0 0;
}
.site-footer .footer-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-nav li {
  display: inline-block;
}
.site-footer .footer-nav li a {
  color: #fff;
  padding: 5px 10px;
}

.footer-bottom {
  margin-top: 50px;
  padding: 35px 0;
  border-top: 1px solid white;
}

.copyright {
  font-size: 16px;
  color: #fff;
}
.copyright span {
  font-weight: 500;
  color: #fff;
}
@media (max-width: 960px) {
  .copyright {
    font-size: 12px;
  }
}

#ast-scroll-top {
  background-color: #046bd2;
  font-size: 15px;
}

#ast-scroll-top {
  display: none;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #ffffff;
  border-radius: 2px;
  content: "";
  outline: inherit;
}

.ast-scroll-to-top-right {
  right: 30px;
  bottom: 30px;
}

.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#ast-scroll-top .ast-icon.icon-arrow svg {
  margin-left: 0px;
  vertical-align: middle;
  -webkit-transform: translate(0, -20%) rotate(180deg);
  transform: translate(0, -20%) rotate(180deg);
  width: 1.6em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.7;
  font-weight: 400;
  font-size: 18px;
  color: #575757;
  font-family: "Lato", sans-serif;
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

.uk-container {
  max-width: 1140px;
}

.uk-container-xsmall {
  max-width: 750px;
}

h2,
h1,
.uk-h1,
.uk-h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.site-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.site-content {
  position: relative;
}

.site-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form_panel {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-form {
  border-radius: 16px;
  background-color: #fff;
  padding: 25px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-form-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #171717;
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: center;
}

.main-form-title h2 span {
  color: #aa2dd8;
}
@media (max-width: 960px) {
  .main-form-title h2 span {
    display: block;
    font-weight: bold;
  }
}

.form_group {
  position: relative;
  margin-bottom: 1rem;
}

.form_group input,
.form_group textarea {
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 55px;
  padding: 15px;
  font-size: 18px;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9fafb;
}

.form_group input:focus,
.form_group textarea:focus {
  outline: none !important;
}

input[name="tel"] {
  padding-left: 52px;
}

.main-form-btn {
  border-radius: 25px;
  background-color: #aa2dd8 !important;
  padding: 10px 20px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 53px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 0;
  width: 100%;
  border-radius: 50px !important;
}
.main-form-btn:hover {
  background-color: #045cb4 !important;
  border-color: #045cb4;
}

.form_checkbox {
  color: #000;
}

.form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.form_checkbox label input[type="checkbox"] {
  -ms-flex-preferred-size: 15px;
  flex-basis: 15px;
  min-width: 15px;
  height: 22px;
  margin-right: 10px;
  margin-top: 0;
}

.form_group .iti {
  width: 100%;
}

.hero-section {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  padding: 20px 0;
}

.hero-form {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 50px;
}

.hero-meta h1 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}
.hero-meta h2 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  margin-top: 30px;
}
@media (max-width: 960px) {
  .hero-meta h2 {
    font-size: 32px;
  }
}

.form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.hero-img {
  border-radius: 30px;
  margin-top: 10px;
}

.section2 {
  background-color: #090b16;
  color: #fff;
  padding: 20px 0;
}
.section2 h2 {
  color: #fff;
  font-family: "Lato", Sans-serif;
  font-size: 60px;
  font-weight: 800;
}
.section2 p {
  font-weight: 400;
  font-size: 18px;
}

.c-button {
  font-family: "Lato", Sans-serif;
  font-size: 21px;
  color: #fff;
  background-color: #046bd2;
  border-radius: 20px;
  padding: 10px 30px;
  margin-top: 30px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-button svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.c-button:hover {
  background-color: #045cb4;
  color: #fff;
  text-decoration: none;
}

.section3 {
  padding: 20px 0;
}
.section3 h2 {
  text-align: center;
  color: #000000;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}
@media (max-width: 960px) {
  .section3 h2 {
    font-size: 66px;
    padding: 0 10px;
  }
}

.sec3-box {
  text-align: center;
}
.sec3-box svg {
  width: 3em;
  height: 3em;
  position: relative;
  display: block;
  fill: #580091;
  color: #580091;
  margin: 0 auto;
}
.sec3-box h3 {
  font-family: "Lato", Sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin-top: 15px;
}
.sec3-box p {
  font-size: 18px;
}

.sec5-box {
  background-color: #090b16;
  border-radius: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.sec5-box h3 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}

.faq-home {
  padding: 48px 0 72px;
}

.faq-home__container {
  max-width: 1080px;
}

.faq-home__title {
  margin-bottom: 28px;
}

.faq-home__accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-home__accordion > li {
  margin: 0;
  border: 1px solid rgba(162, 86, 255, 0.55);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(34, 9, 66, 0.96) 0%,
    rgba(19, 5, 39, 0.98) 100%
  );
  box-shadow: 0 16px 40px rgba(53, 11, 103, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.faq-home__accordion > li + li {
  margin-top: 18px;
}

.faq-home__accordion > li:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(64, 12, 126, 0.28);
  border-color: rgba(183, 122, 255, 0.72);
}

.faq-home__accordion > li.uk-open {
  border-color: rgba(214, 170, 255, 0.88);
  box-shadow: 0 24px 56px rgba(77, 18, 140, 0.34);
}

.faq-home .uk-accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 28px 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.faq-home .uk-accordion-title:hover {
  color: #ffffff;
  text-decoration: none;
}

.faq-home .uk-accordion-title::before {
  content: none !important;
}

.faq-home .uk-accordion-title::after {
  content: "";
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  margin-top: -4px;
  margin-left: 18px;
  border-right: 2px solid #c67dff;
  border-bottom: 2px solid #c67dff;
  transform: rotate(45deg);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    margin-top 0.25s ease;
}

.faq-home .uk-open > .uk-accordion-title::after {
  margin-top: 4px;
  border-color: #f2ddff;
  transform: rotate(-135deg);
}

.faq-home .uk-accordion-content {
  margin-top: 0;
  padding: 22px 30px 28px;
  border-top: 1px solid rgba(160, 92, 255, 0.32);
}

.faq-home .uk-accordion-content p {
  margin: 0;
  color: rgba(245, 240, 255, 0.9);
  font-size: 18px;
  line-height: 1.65;
}

.faq-home__cta {
  margin-top: 38px;
}

#form_btn {
  font-weight: 700 !important;
}

.language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 170px;
  font-size: 16px;
  color: #666;
  background-color: #f1f1f1;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 8%;
  z-index: 99999;
  max-height: 300px;
  font-family: Arial, Helvetica, sans-serif;
}

.language-switcher a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #666 !important;
  text-transform: none !important;
}

.language-switcher a img {
  margin-right: 5px;
}

.language-switcher a:hover {
  background-color: #fff;
  color: #666 !important;
  text-transform: none !important;
}

.language-switcher__selected {
  background: #fff -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#efefef),
      color-stop(70%, #fff)
    );
  background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
  border: 1px solid #ccc;
  color: #666;
}

.language-switcher__selected a {
  color: #666;
}

.language-switcher__selected a:after {
  content: "";
  background: url(../fonts/arrow-down.svg) no-repeat;
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  right: 10px;
  top: 11px;
  font-size: 16px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0.7;
  color: #666;
}

.language-switcher__list {
  display: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.language-switcher__active .language-switcher__selected a:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.language-switcher__active .language-switcher__list {
  display: block;
}

.banner {
  background-image: url(../images/hero-bg.webp);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner h1 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}

@media (max-width: 960px) {
  .banner {
    height: 340px;
  }
}

.f60 {
  font-size: 60px !important;
}

.f25 {
  font-size: 25px !important;
}

.f32 {
  font-size: 32px !important;
}

.f11 {
  font-size: 11px !important;
}

.sub-btn {
  background-color: #4b009e;
  color: #ffffff;
  min-height: 48px;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  border-radius: 20px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  outline: invert;
}

.sub-btn svg {
  font-size: 21px;
}

.contact-form .form_group input,
.contact-form textarea {
  border-radius: 20px;
}

td,
th {
  padding: 0.7em 1em;
  border-width: 1px;
  border-style: solid;
}

table,
td,
th {
  border-color: #adb6be;
}

.section1 {
  background: #fff;
  color: #090b16;
  padding: 60px 0;
}

.contact-wrapper {
  text-align: center;
}

.contact-wrapper .contact-form {
  max-width: 497px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.address-row {
  display: flex;
  gap: 20px;
}

.address-row .address-item {
  background: #4b1894;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.address-row .address-item h3 {
  font-weight: 600;
  font-size: 20px;
}

.address-row .address-item h3,
.address-row .address-item p,
.address-row .address-item a {
  margin: 0;
  color: #fff;
}

.banner.about-banner {
  height: auto;
  padding: 82px 0;
}

.banner.about-banner .about-left h1 {
  font-size: 38px;
  color: #fff;
  line-height: 1.4;
  text-align: left;
}

.banner.about-banner .about-left .hero-text-bottom p {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  text-align: left;
}

.hero-form.second-form {
  max-width: 497px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .lang-btn {
    color: #211539;
  }
  .section1 {
    padding: 20px 0;
  }
  .address-row {
    flex-wrap: wrap;
  }
  .banner.about-banner .about-left h1 {
    font-size: 24px;
  }
  .banner.about-banner {
    padding: 50px 0 !important;
  }
  .second-form-wrapper h2.uk-text-center {
    font-size: 24px !important;
  }

  .faq-home {
    padding: 32px 0 48px;
  }

  .faq-home__title {
    margin-bottom: 22px;
  }

  .faq-home__accordion > li {
    border-radius: 18px;
  }

  .faq-home__accordion > li + li {
    margin-top: 14px;
  }

  .faq-home .uk-accordion-title {
    gap: 16px;
    padding: 20px 18px;
    font-size: 17px;
    line-height: 1.5;
  }

  .faq-home .uk-accordion-title::after {
    width: 9px;
    height: 9px;
    margin-left: 12px;
  }

  .faq-home .uk-accordion-content {
    padding: 18px 18px 22px;
  }

  .faq-home .uk-accordion-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .flex-reverse {
    flex-direction: column-reverse;
  }
}

.advanced-table thead th {
  background-color: #580091 !important;
  color: #fff !important;
}

.page-space .f60 {
  text-align-last: left;
}

.page-space ul {
  list-style: circle;
  padding-left: 1.5rem;
}

.page-space ul > li::marker {
  color: #580091;
}

@media (max-width: 767px) {
  .page-space .f60 {
    font-size: 24px !important;
  }
}

.c-mission-block .c-row-block {
  background: #4b1894;
  padding: 20px;
  display: flex;
  align-items: center;
}

.c-mission-block .c-row-block .row-block-left {
  flex: 1;
}

.c-mission-block .c-row-block .row-block-left .uk--h2 {
  color: #fff;
}

.c-mission-block .c-row-block .row-block-left p {
  color: #e5e1e1;
}

.qs-block .row-block {
  display: flex;
}

.qs-block .row-block .row-block-left ul {
  list-style-type: square;
}

@media (max-width: 767px) {
  .c-mission-block .c-row-block {
    flex-direction: column;
  }
  .qs-block .row-block {
    flex-direction: column;
  }
}

.ja-service-page {
  background: #fff;
  color: #171717;
}

.ja-service-page .service-hero,
.ja-service-page .service-section {
  background: #fff;
}

.ja-service-page .service-hero {
  padding: 72px 0 20px;
}

.ja-service-page .service-hero h1,
.ja-service-page .service-section h2 {
  color: #111827;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ja-service-page .service-hero h1 {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 22px;
}

.ja-service-page .service-lead,
.ja-service-page .service-section p,
.ja-service-page .service-section li,
.ja-service-page .service-section td,
.ja-service-page .service-section th {
  color: #374151;
}

.ja-service-page .service-lead,
.ja-service-page .service-section p {
  font-size: 17px;
  line-height: 1.9;
  margin: 0 0 18px;
}

.ja-service-page .service-section {
  padding: 14px 0 24px;
}

.ja-service-page .service-section h2 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.ja-service-page .service-section h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 14px;
  color: #111827;
  font-weight: 700;
}

.ja-service-page .service-section ul {
  margin: 0 0 14px;
  padding-left: 1.5rem;
  list-style: disc;
}

.ja-service-page .service-section ul > li::marker {
  color: #580091;
}

.ja-service-page .service-card-grid {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.ja-service-page .service-card {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 24px 26px;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
}

.ja-service-page .service-card p:last-child,
.ja-service-page .service-section p:last-child {
  margin-bottom: 0;
}

.ja-service-page .service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-weight: 700;
  color: #066bd2 !important;
  text-decoration: none;
}

.ja-service-page .service-link:hover {
  color: #0554a6 !important;
  text-decoration: none;
}

.ja-service-page .advanced-table.advanced-table-ja {
  margin: 28px 0 40px !important;
  box-shadow: 0 10px 28px rgba(88, 0, 145, 0.08);
}

.ja-service-page .advanced-table.advanced-table-ja table {
  border-color: rgba(88, 0, 145, 0.14);
}

.ja-service-page .advanced-table.advanced-table-ja tbody tr + tr td {
  border-top-color: rgba(88, 0, 145, 0.12);
}

.ja-service-page .advanced-table.advanced-table-ja tbody tr:hover td {
  background: rgba(88, 0, 145, 0.04);
}

.ja-service-page .service-faq {
  margin-top: 12px;
}

.ja-service-page .service-faq > li {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f9fafb;
  overflow: hidden;
}

.ja-service-page .service-faq > li + li {
  margin-top: 14px;
}

.ja-service-page .service-faq .uk-accordion-title {
  color: #111827 !important;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 22px;
  background: #f3f4f6;
}

.ja-service-page .service-faq .uk-accordion-content {
  padding: 18px 22px 22px;
  background: #fff;
}

.ja-service-page .service-faq .uk-accordion-content p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .ja-service-page .service-hero {
    padding: 44px 0 10px;
  }

  .ja-service-page .service-hero h1 {
    font-size: 34px;
  }

  .ja-service-page .service-section h2 {
    font-size: 28px;
  }

  .ja-service-page .service-section h3 {
    font-size: 21px;
  }

  .ja-service-page .service-lead,
  .ja-service-page .service-section p,
  .ja-service-page .service-section li {
    font-size: 15px;
    line-height: 1.8;
  }

  .ja-service-page .service-card {
    padding: 20px 18px;
    border-radius: 16px;
  }

  .ja-service-page .service-faq .uk-accordion-title,
  .ja-service-page .service-faq .uk-accordion-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.info-table.info-table-ja .info-table__cell--left,
.user-steps-section.user-steps-section-ja .user-steps__number,
.roadmap.roadmap-ja .roadmap__list:before,
.roadmap.roadmap-ja .roadmap__dot {
  background: #4b1894;
}

.user-steps-section.user-steps-section-ja .user-steps__title,
.roadmap.roadmap-ja .roadmap__date {
  color: #4b1894;
}

.user-steps-section.user-steps-section-ja .section-user-steps__btn {
  background: #066bd2;
}
.hero-text-bottom-ja {
  text-align-last: left;
}

.job-container.job-container-ja .job__toggle {
  background: #4b1894;
  border: 1px solid #4b1894;
}

.disc-label {
  border: 1px solid rgba(162, 86, 255, 0.55);
  padding: 5px 10px;
  border-radius: 22px;
  background: linear-gradient(
    180deg,
    rgba(34, 9, 66, 0.96) 0%,
    rgba(19, 5, 39, 0.98) 100%
  );
  box-shadow: 0 16px 40px rgba(53, 11, 103, 0.22);
}

.ja-security-page .security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ja-security-page .security-card {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
}

.ja-security-page .security-card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.ja-security-page .security-card p {
  margin: 0;
}

.ja-security-page .security-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(88, 0, 145, 0.08);
  color: #580091;
}

.ja-security-page .security-icon svg {
  width: 28px;
  height: 28px;
}

.ja-security-page .advanced-table.advanced-table-ja {
  margin: 28px 0 40px !important;
}

@media (max-width: 991px) {
  .ja-security-page .security-grid {
    grid-template-columns: 1fr;
  }
}

.ja-risk-disclosure-page .risk-disclosure-note {
  margin-top: 28px;
  padding: 28px 30px;
  border-radius: 22px;
  border: 1px solid rgba(88, 0, 145, 0.16);
  background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
}

.ja-risk-disclosure-page .risk-disclosure-note h3 {
  margin-bottom: 14px;
}

.ja-risk-disclosure-page .risk-disclosure-note p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .ja-risk-disclosure-page .risk-disclosure-note {
    padding: 22px 18px;
    border-radius: 16px;
  }
}

.hero-text-bottom-mob {
  display: none;
}

@media (max-width: 767px) {
  .hero-text-bottom-mob {
    display: block;
    text-align: left;
  }
}
