:root {
  --mq-primary: #18d6b0;
  --mq-primary-strong: #16a77d;
  --mq-cyan: #49b7ff;
  --mq-navy: #071e2f;
  --mq-ink: #0b1720;
  --mq-slate: #607586;
  --mq-line: #dce8e8;
  --mq-bg: #f7faf9;
  --mq-surface: #ffffff;
  --mq-warn: #f4b844;
  --mq-danger: #d94343;
}

html,
body {
  background: var(--mq-bg);
  color: var(--mq-ink);
  font-family: "Outfit", "Jost", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

.site-logo img,
.account-logo img,
.sidebar-logo img,
.site-logo.site-title img {
  max-height: 42px;
  width: auto;
  object-fit: contain;
}

.btn--base,
.btn--base:focus,
.btn--base:hover {
  min-height: 44px;
  border: 1px solid rgba(24, 214, 176, 0.36);
  border-radius: 8px;
  background: var(--mq-primary);
  box-shadow: 0 12px 28px rgba(24, 214, 176, 0.22);
  color: var(--mq-navy);
  font-weight: 700;
}

.btn-active,
.header-action .btn-active {
  background: var(--mq-navy);
  border-color: var(--mq-navy);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(7, 30, 47, 0.18);
}

.text--base,
.text--base:hover {
  color: var(--mq-primary-strong) !important;
}

.form--control,
.select2-container--default .select2-selection--single {
  min-height: 48px;
  border: 1px solid var(--mq-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--mq-ink);
  box-shadow: none;
}

.form--control:focus {
  border-color: rgba(24, 214, 176, 0.72);
  box-shadow: 0 0 0 4px rgba(24, 214, 176, 0.12);
}

.header-section {
  z-index: 20;
  border-bottom: 1px solid rgba(7, 30, 47, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.header-menu-content {
  min-height: 72px;
}

.main-menu li a,
.navbar-right a,
.help-btn {
  color: var(--mq-ink);
  font-weight: 700;
}

.main-menu li a:hover,
.main-menu li a.active,
.navbar-right a:hover {
  color: var(--mq-primary-strong);
}

.navbar-right .language-select .nice-select {
  min-width: 118px;
  border: 1px solid var(--mq-line);
  border-radius: 8px;
  background: #ffffff;
}

.navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(7, 30, 47, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(7, 30, 47, 0.08);
  color: var(--mq-navy);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 4px rgba(24, 214, 176, 0.14);
}

.navbar-toggler span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  background: rgba(24, 214, 176, 0.12);
  color: var(--mq-navy);
  font-size: 15px;
  line-height: 1;
}

.banner-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(680px, calc(100svh - 120px));
  overflow: hidden;
  padding: 96px 0 84px;
  background:
    linear-gradient(90deg, rgba(247, 250, 249, 0.98) 0%, rgba(247, 250, 249, 0.94) 34%, rgba(7, 30, 47, 0.18) 70%, rgba(7, 30, 47, 0.62) 100%),
    url("../images/brand/movaliq-hero.png") center right / cover no-repeat;
}

.banner-section::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(24, 214, 176, 0.45), transparent);
  content: "";
}

.banner-section .banner-wrapper,
.banner-section .container {
  position: relative;
  z-index: 1;
}

.banner-section .banner-element,
.banner-section .banner-img {
  display: none !important;
}

.banner-section .banner-content {
  width: 100%;
  max-width: 640px;
  padding: 0;
  min-width: 0;
}

.banner-section .banner-content .title {
  margin-bottom: 22px;
  color: var(--mq-ink);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.banner-section .banner-content .title span {
  color: var(--mq-primary-strong);
  -webkit-text-fill-color: currentColor;
}

.banner-section .banner-content .sub-title {
  max-width: 600px;
  color: #294250;
  font-size: 18px;
  line-height: 1.72;
}

.banner-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mq-trust-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  max-width: 600px;
  margin-top: 20px;
  color: #294250;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.mq-trust-bar span,
.mq-trust-bar a {
  position: relative;
  color: inherit;
}

.mq-trust-bar span:not(:last-child)::after,
.mq-trust-bar a:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -9px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(22, 167, 125, 0.7);
  content: "";
  transform: translateY(-50%);
}

.mq-trust-bar a {
  color: var(--mq-primary-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mq-legal-header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 249, 0.98)),
    linear-gradient(135deg, rgba(24, 214, 176, 0.12), rgba(73, 183, 255, 0.12));
  box-shadow: 0 16px 48px rgba(7, 30, 47, 0.08);
}

.mq-legal-kicker {
  margin-bottom: 8px;
  color: var(--mq-primary-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mq-legal-header h1 {
  margin-bottom: 10px;
  color: var(--mq-text);
  font-size: 34px;
  line-height: 1.2;
}

.mq-legal-header p {
  margin-bottom: 0;
  color: var(--mq-muted);
  font-size: 14px;
  line-height: 1.6;
}

.mq-legal-entity {
  display: grid;
  align-content: center;
  min-width: 280px;
  max-width: 360px;
  padding: 18px;
  border-radius: 8px;
  background: var(--mq-navy);
  color: #dce8e8;
  font-size: 13px;
  line-height: 1.5;
}

.mq-legal-entity strong {
  margin: 4px 0;
  color: #ffffff;
  font-size: 16px;
}

.mq-legal-entity a {
  width: fit-content;
  margin-top: 8px;
  color: var(--mq-primary);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mq-legal-document {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 44px rgba(7, 30, 47, 0.06);
}

.mq-legal-document .blog-content {
  color: #294250;
  font-size: 16px;
  line-height: 1.8;
}

.mq-legal-document .blog-content h2,
.mq-legal-document .blog-content h3 {
  color: var(--mq-text);
}

.mq-legal-document .blog-content a {
  color: var(--mq-primary-strong);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.details-page-banner {
  position: relative;
  padding: 104px 0 76px;
  background:
    linear-gradient(135deg, rgba(247, 250, 249, 0.98) 0%, rgba(255, 255, 255, 0.94) 54%, rgba(24, 214, 176, 0.12) 100%),
    linear-gradient(90deg, rgba(7, 30, 47, 0.04), rgba(73, 183, 255, 0.08));
}

.details-page-banner .banner-element {
  display: none;
}

.details-page-banner .details-banner-wrapper {
  max-width: 680px;
}

.details-page-banner .details-banner-wrapper > .title {
  color: var(--mq-ink);
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.details-page-banner .details-banner-wrapper .sub-title {
  max-width: 620px;
  color: #294250;
  font-size: 17px;
  line-height: 1.72;
}

.details-page-banner .details-banner-wrapper .process-steps {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.details-page-banner .details-banner-wrapper .process-steps h3.title {
  margin-bottom: 4px;
  color: var(--mq-primary-strong);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
}

.details-page-banner .details-banner-wrapper .process-steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 52px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #294250;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(7, 30, 47, 0.06);
}

.details-page-banner .details-banner-wrapper .process-steps span {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 999px;
  background: var(--mq-navy);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.details-page-banner .details-banner-img {
  padding: 24px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(237, 248, 246, 0.92)),
    var(--mq-surface);
  box-shadow: 0 24px 60px rgba(7, 30, 47, 0.12);
}

.details-page-banner .details-banner-img img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.view-demo {
  padding: 72px 0;
  background: #ffffff;
}

.view-demo .demo-header .title {
  color: var(--mq-ink);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 800;
}

.view-demo .demo-header .sub-title h4 {
  max-width: 780px;
  margin: 14px auto 0;
  color: #294250;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.demo-img-wrapper .money-transfer-mockup {
  margin-top: 36px;
  padding: 24px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 30, 47, 0.04), rgba(24, 214, 176, 0.1)),
    #ffffff;
  box-shadow: 0 22px 54px rgba(7, 30, 47, 0.1);
}

.demo-img-wrapper .money-transfer-mockup img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}

.faq-section {
  padding-top: 72px;
  background:
    linear-gradient(180deg, rgba(247, 250, 249, 1), rgba(255, 255, 255, 0.96));
}

.faq-section .section-name span {
  color: var(--mq-primary-strong);
  font-weight: 800;
  text-transform: uppercase;
}

.faq-section .faq-wrapper .faq-item {
  margin-bottom: 12px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(7, 30, 47, 0.07);
}

.faq-section .faq-wrapper .faq-title {
  color: var(--mq-ink);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
}

.faq-section .faq-wrapper .faq-content p {
  color: #526b7a;
  line-height: 1.65;
}

.section-header .title,
.dashboard-wallet .title,
.dashboard-chart .title,
.dashboard-header-wrapper .title {
  color: var(--mq-ink);
  letter-spacing: 0;
}

.section-header p {
  color: #294250;
  line-height: 1.7;
  text-align: left;
}

.rtl .section-header p {
  text-align: right;
}

.section-element {
  display: none !important;
}

.section-wrapper [data-aos][data-aos],
.section-wrapper [data-aos^="fade"][data-aos^="fade"],
.section-wrapper [data-aos^="zoom"][data-aos^="zoom"],
.section-wrapper [data-aos^="flip"][data-aos^="flip"] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.how-it-work,
.security-system {
  padding-top: 64px !important;
}

.howit-wrapper {
  margin-top: 28px;
}

.how-it-work .work-img {
  min-height: 0;
  padding: 22px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 30, 47, 0.04), rgba(24, 214, 176, 0.12)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08);
}

.how-it-work .work-img img {
  width: 100% !important;
  height: auto !important;
  max-height: 430px;
  object-fit: contain !important;
  z-index: auto !important;
  -webkit-mask-box-image: none !important;
  mask: none !important;
}

.how-it-work-content .working-list {
  align-items: stretch;
  gap: 12px;
}

.how-it-work-content .working-list .number {
  display: flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--mq-navy);
  color: #ffffff;
}

.how-it-work-content .working-list .number .title {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

.how-it-work-content .work-content {
  flex: 1;
  margin-left: 0;
  padding: 16px 18px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(7, 30, 47, 0.07);
}

.how-it-work-content .work-content p {
  margin: 0;
  color: #294250;
  line-height: 1.58;
  font-weight: 650;
  text-align: left;
}

.rtl .how-it-work-content .work-content p {
  text-align: right;
}

.security-system .security-system-card {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08);
  padding: 24px;
  transform: none !important;
}

.security-system .security-system-card:hover {
  transform: none !important;
}

.security-system .security-system-card::before {
  display: none;
}

.security-system .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 0 16px;
  border-radius: 8px;
  background: rgba(24, 214, 176, 0.1);
}

.security-system .icon img {
  max-width: 34px;
  max-height: 34px;
}

.security-system .security-card-content {
  margin-top: 0;
}

.security-system .security-card-content .title {
  color: var(--mq-ink);
  font-size: 18px;
  line-height: 1.3;
}

.security-system .security-card-content p {
  color: #526b7a;
  line-height: 1.65;
}

.choose-wrapper,
.security-section .choose-item,
.how-it-work-item,
.shopping-card,
.app-section,
.dashboard-list-item,
.preview-list-wrapper,
.chart-bg {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: var(--mq-surface);
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08);
}

.security-section .choose-icon,
.dashboard-list-user-icon,
.preview-list-user-icon {
  background: rgba(24, 214, 176, 0.12);
  color: var(--mq-primary-strong);
}

.footer-section {
  background:
    linear-gradient(180deg, rgba(7, 19, 31, 0.94), rgba(7, 19, 31, 0.98)),
    url("../images/brand/movaliq-hero.png") center / cover no-repeat !important;
  color: #eaf2f3;
}

.footer-section .footer-text img {
  max-height: 42px;
  margin-bottom: 24px;
}

.footer-section p,
.footer-section a,
.footer-section .footer-social-icon span,
.footer-section .footer-widget ul li a {
  color: #c8d6d8;
}

.footer-section .footer-widget-heading h3 {
  color: #ffffff;
}

.footer-section .subscribe-form input {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.footer-section .subscribe-form button {
  border-radius: 8px;
  background: var(--mq-primary);
  color: var(--mq-navy);
}

.mq-footer-legal {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #dce8e8;
  font-size: 13px;
  line-height: 1.5;
}

.mq-footer-legal a {
  color: var(--mq-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.account-section,
.forgot-password,
.verification-otp,
.new-password {
  display: flex;
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: 48px 0;
  background:
    linear-gradient(135deg, rgba(247, 250, 249, 0.96), rgba(232, 251, 246, 0.9)),
    url("../images/brand/movaliq-hero.png") center right / cover no-repeat;
}

.account-wrapper,
.forgot-password-area,
.new-password-area,
.verification-otp-area {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(7, 30, 47, 0.12);
  backdrop-filter: blur(12px);
}

.account-section .account-login-form {
  display: block;
  min-height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.account-section .account-login-form form,
.account-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 60px rgba(7, 30, 47, 0.12);
  backdrop-filter: blur(12px);
  padding: 32px;
}

.account-section .account-logo {
  width: 148px;
}

.account-section .container,
.account-section .row,
.account-section [class*="col-"] {
  max-width: 100%;
  min-width: 0;
}

.account-section .form--control,
.account-section .select2-container,
.account-section .select2-container--default,
.account-section .input-group,
.account-section .input-group .form--control {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
}

.account-section .input-group {
  flex-wrap: nowrap;
}

.account-section .input-group .input-group-text {
  flex: 0 0 auto;
}

.form-header .title,
.forgot-password-content .title,
.verification-otp-content .title,
.account-header .sub-title {
  color: var(--mq-ink);
  font-weight: 800;
}

.page-wrapper {
  background: var(--mq-bg);
}

.sidebar {
  border-right: 1px solid rgba(7, 30, 47, 0.08);
  background: #ffffff;
}

.sidebar-menu .sidebar-menu-item {
  border-radius: 8px;
}

.sidebar-menu .sidebar-menu-item a {
  color: var(--mq-slate);
  font-weight: 700;
}

.sidebar-menu .sidebar-menu-item a .menu-icon {
  color: var(--mq-slate);
}

.sidebar-menu .sidebar-menu-item:hover,
.sidebar-menu .sidebar-menu-item.active {
  background: rgba(24, 214, 176, 0.1);
}

.sidebar-menu .sidebar-menu-item:hover a,
.sidebar-menu .sidebar-menu-item.active a,
.sidebar-menu .sidebar-menu-item:hover a .menu-icon,
.sidebar-menu .sidebar-menu-item.active a .menu-icon {
  color: var(--mq-primary-strong);
}

.sidebar-doc-box {
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 30, 47, 0.94), rgba(11, 64, 74, 0.92)),
    url("../images/brand/movaliq-hero.png") center / cover no-repeat !important;
}

.sidebar-doc-box .title,
.sidebar-doc-box p {
  color: #ffffff;
}

.dashboard-them-area {
  border: 1px solid rgba(24, 214, 176, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 30, 47, 0.98), rgba(10, 60, 72, 0.94)),
    url("../images/brand/movaliq-hero.png") center right / cover no-repeat;
  box-shadow: 0 24px 60px rgba(7, 30, 47, 0.14);
  max-width: 560px;
  min-height: auto;
  margin: 0 auto;
  padding: 32px;
}

.dashboard-them-area .title,
.dashboard-them-area .user-name span,
.dashboard-them-area p {
  color: #ffffff;
}

.dashboard-them-area .user {
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.dashboard-them-area .user img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.dashboard-them-area .user-name {
  margin-bottom: 18px;
  text-align: center;
}

.dashboard-them-area .them-details,
.dashboard-them-area .them-btn {
  border-color: rgba(255, 255, 255, 0.14);
}

.dashboard-them-area .them-details {
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 14px;
}

.dashboard-them-area .them-details .title {
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 0;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.dashboard-them-area .them-details .title span {
  color: var(--mq-primary);
  font-weight: 800;
}

.dashboard-them-area .them-details .right-side .btn {
  border-radius: 8px;
  background: #ffffff;
  color: var(--mq-navy);
  font-weight: 800;
}

.dashboard-wrapper .wallet-item {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08);
  min-height: 104px;
}

.dashboard-wrapper .wallet-item .wallet-details p {
  color: var(--mq-slate);
}

.dashboard-wrapper .wallet-item .wallet-details .title {
  color: var(--mq-ink);
}

.dashboard-wrapper .wallet-item .country-flag {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(24, 214, 176, 0.24);
  border-radius: 999px;
  background: rgba(24, 214, 176, 0.1);
  color: var(--mq-primary-strong);
  font-size: 12px;
  font-weight: 800;
}

.dashboard-wrapper .wallet-item .country-flag img,
.custom-flag {
  display: none !important;
}

.dashboard-list-wrapper .alert,
.alert-primary {
  border: 1px solid rgba(7, 30, 47, 0.08) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.06);
  color: var(--mq-slate) !important;
  font-weight: 800;
}

.custom-card {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08);
}

.country-form-wrapper .exchange-area {
  border: 1px dashed rgba(24, 214, 176, 0.28);
  border-radius: 8px;
  background: rgba(247, 250, 249, 0.9);
  padding: 22px;
}

.country-form-wrapper .exchange-rate {
  color: var(--mq-ink);
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.country-form-wrapper .balance-show,
.country-form-wrapper .limit-show {
  color: var(--mq-primary-strong);
  font-family: inherit;
  font-weight: 800;
}

.header-user-wrapper .header-user-thumb a {
  overflow: hidden;
  border: 1px solid rgba(7, 30, 47, 0.08);
  background: rgba(24, 214, 176, 0.1);
}

.header-user-wrapper .header-user-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboard-list-item-wrapper {
  border-radius: 8px;
}

.dashboard-list-item {
  box-shadow: none;
}

.preview-list-wrapper {
  margin-top: 8px;
  box-shadow: none;
}

.body-wrapper {
  padding-top: 20px;
}

.custom-card,
.dash-payment-item-wrapper,
.pricing-section .priching-card,
.xepire-plan-wrapper .priching-card {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08) !important;
}

.custom-card {
  overflow: hidden;
}

.custom-card > .dashboard-header-wrapper {
  margin: 0;
  padding: 24px 24px 0;
}

.custom-card > .country-form-wrapper,
.custom-card > .card-body {
  margin: 18px 24px 24px;
}

.country-form-wrapper,
.dash-payment-item {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 249, 0.96)),
    #ffffff;
  box-shadow: 0 14px 34px rgba(7, 30, 47, 0.07);
}

.dash-payment-item-wrapper {
  padding: 24px;
}

.dash-payment-item {
  padding: 24px;
}

.dash-payment-body .p-3 {
  padding: 0 !important;
}

.dashboard-header-wrapper {
  gap: 14px;
  flex-wrap: wrap;
}

.dashboard-header-wrapper .title,
.dash-payment-title-area .title,
.plan-title .title {
  color: var(--mq-ink);
  font-weight: 800;
  line-height: 1.2;
}

.country-form-wrapper .country-form .form-group label,
.dash-payment-body label {
  color: var(--mq-ink);
  font-weight: 700;
}

.country-form-wrapper .country-form .form-group label span,
.dash-payment-body label span,
.text--base {
  color: var(--mq-primary-strong) !important;
}

.country-form-wrapper .country-form .form-group input,
.country-form-wrapper textarea.form--control,
.dash-payment-body .form--control,
.dash-payment-body select.form--control,
.dash-payment-body .select2-container--default .select2-selection--single {
  min-height: 50px;
  border: 1px solid var(--mq-line) !important;
  border-radius: 8px !important;
  background: #ffffff;
  color: var(--mq-ink);
  font-weight: 650;
}

.country-form-wrapper textarea.form--control {
  min-height: 72px;
}

.country-form-wrapper .country-form .form-group input:focus,
.country-form-wrapper textarea.form--control:focus,
.dash-payment-body .form--control:focus {
  border-color: rgba(24, 214, 176, 0.72) !important;
  box-shadow: 0 0 0 4px rgba(24, 214, 176, 0.12);
}

.country-form-wrapper .country-form .form-group .custom-select,
.custom-select .custom-select-inner,
.nice-select {
  border-radius: 8px !important;
}

.custom-select .custom-select-inner {
  min-height: 50px;
}

.country-form-wrapper .country-form .custom-select-wrapper {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px !important;
  box-shadow: 0 18px 38px rgba(7, 30, 47, 0.12);
}

.country-form-wrapper .country-form .custom-select-wrapper .custom-option:hover,
.country-form-wrapper .country-form .custom-select-wrapper .custom-option.active {
  background: rgba(24, 214, 176, 0.12);
  color: var(--mq-ink);
}

.country-form-wrapper .exchange-area {
  border-style: solid;
  background:
    linear-gradient(135deg, rgba(24, 214, 176, 0.08), rgba(73, 183, 255, 0.08)),
    rgba(255, 255, 255, 0.94);
}

.country-form-wrapper .exchange-rate span,
.country-form-wrapper .exchange-rate {
  color: var(--mq-navy);
}

.preview-list-wrapper {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.preview-list-wrapper .preview-list-item {
  gap: 16px;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(7, 30, 47, 0.08);
}

.preview-list-wrapper .preview-list-item:last-child {
  border-bottom: 0;
}

.preview-list-user-wrapper {
  min-width: 0;
}

.preview-list-user-content span,
.preview-list-right span {
  overflow-wrap: anywhere;
}

.preview-list-user-wrapper .preview-list-user-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(24, 214, 176, 0.22);
  border-radius: 8px;
  background: rgba(24, 214, 176, 0.1);
  color: var(--mq-primary-strong);
  font-size: 15px;
}

.dashboard-list-wrapper > .alert.alert-primary,
.dashboard-list-wrapper .alert-primary {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 86px;
  padding: 24px !important;
  border-style: dashed !important;
  background:
    linear-gradient(135deg, rgba(24, 214, 176, 0.07), rgba(73, 183, 255, 0.06)),
    #ffffff !important;
}

.dashboard-list-wrapper > .alert.alert-primary::before,
.dashboard-list-wrapper .alert-primary::before {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(24, 214, 176, 0.12);
  color: var(--mq-primary-strong);
  font-family: "Line Awesome Free";
  font-size: 20px;
  font-weight: 900;
  content: "\f1da";
}

.plan-title {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.plan-title .title {
  font-size: clamp(24px, 2.5vw, 34px);
}

.pricing-section {
  padding-top: 56px !important;
}

.pricing-section .priching-card,
.xepire-plan-wrapper .priching-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
}

.pricing-section .plan-head span,
.xepire-plan-wrapper .plan-head span {
  color: var(--mq-slate);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-section .plan-head .title,
.xepire-plan-wrapper .plan-head .title {
  margin-top: 10px;
  padding: 14px 12px;
  border: 1px solid rgba(7, 30, 47, 0.06);
  border-radius: 8px;
  background: rgba(247, 250, 249, 0.92);
  color: var(--mq-navy);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
}

.pricing-section .plan-head p,
.xepire-plan-wrapper .plan-head p {
  margin-top: 16px;
  color: #294250;
  font-size: 15px;
  line-height: 1.5;
}

.pricing-section .plan-body,
.xepire-plan-wrapper .plan-body {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
}

.pricing-section .plan-body .plan-item,
.xepire-plan-wrapper .plan-body .plan-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 0;
  color: #294250;
  font-size: 14px;
  line-height: 1.5;
}

.pricing-section .plan-body i,
.xepire-plan-wrapper .plan-body i {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 999px;
  background: var(--mq-primary);
  color: var(--mq-navy);
  font-size: 13px;
}

.pricing-section .plan-body span,
.xepire-plan-wrapper .plan-body span {
  padding-left: 0;
  color: inherit;
}

.pricing-section .plan-bottom,
.xepire-plan-wrapper .plan-bottom {
  margin-top: auto;
}

.xepire-plan-wrapper .recommended-badge {
  top: 12px;
  right: 12px;
  width: auto;
  height: auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--mq-navy);
  box-shadow: none;
  color: #ffffff;
  transform: none;
}

.plan-type .switch-field {
  display: inline-flex;
  padding: 4px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.plan-type .switch-field label {
  min-width: 118px;
  border: 0;
  border-radius: 6px !important;
  background: transparent;
  color: var(--mq-slate);
  font-weight: 800;
}

.plan-type .switch-field input:checked + label {
  background: var(--mq-primary);
  color: var(--mq-navy);
  box-shadow: 0 12px 26px rgba(24, 214, 176, 0.2);
}

.card-form h4 {
  color: var(--mq-ink);
  font-size: 22px;
  font-weight: 800;
}

.card-form hr {
  border: 0;
  height: 1px;
  margin: 16px 0 22px;
  background: linear-gradient(90deg, rgba(24, 214, 176, 0.28), rgba(7, 30, 47, 0.06), transparent);
  opacity: 1;
}

input[type="file"].form--control {
  height: auto;
  min-height: 54px;
  padding: 8px 10px;
}

input[type="file"].form--control::file-selector-button {
  margin-right: 12px;
  padding: 9px 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(24, 214, 176, 0.12);
  color: var(--mq-navy);
  font-weight: 800;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--mq-ink);
  font-weight: 650;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.table-area,
.table-wrapper,
.two-authentic,
.support-card,
.modal-content {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08);
}

.table-wrapper,
.two-authentic,
.support-card {
  padding: 24px;
}

.table-wrapper .dashboard-header-wrapper,
.two-authentic .dashboard-header-wrapper,
.support-card-wrapper .card-header {
  margin-bottom: 20px;
  padding: 0;
}

.table-responsive {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.custom-table {
  margin-bottom: 0;
  color: var(--mq-ink);
}

.custom-table thead tr {
  background: rgba(247, 250, 249, 0.95);
}

.custom-table thead tr th {
  border-bottom: 1px solid rgba(7, 30, 47, 0.08);
  color: var(--mq-slate);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.custom-table tbody tr {
  border-bottom: 1px solid rgba(7, 30, 47, 0.06);
}

.custom-table tbody tr:last-child {
  border-bottom: 0;
}

.custom-table tbody tr td {
  color: #294250;
  font-weight: 650;
  vertical-align: middle;
}

.custom-table tbody tr td .alert-primary {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 12px 0 !important;
  padding: 24px !important;
  border: 1px dashed rgba(24, 214, 176, 0.24) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(24, 214, 176, 0.07), rgba(73, 183, 255, 0.06)),
    #ffffff !important;
  color: var(--mq-slate) !important;
}

.custom-table tbody tr td .alert-primary::before {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(24, 214, 176, 0.12);
  color: var(--mq-primary-strong);
  font-family: "Line Awesome Free";
  font-size: 20px;
  font-weight: 900;
  content: "\f1da";
}

.secret-key {
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.copy-btn,
.input-group-text.copytext {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: 0;
  border: 1px solid rgba(24, 214, 176, 0.24);
  border-radius: 8px;
  background: rgba(24, 214, 176, 0.12);
  color: var(--mq-primary-strong);
  cursor: pointer;
}

.custom-table .btn,
.custom-table .btn--base,
.custom-table .btn--danger {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 8px;
}

.btn--danger,
.btn--danger:hover {
  border: 1px solid rgba(217, 67, 67, 0.24);
  background: rgba(217, 67, 67, 0.12);
  color: var(--mq-danger) !important;
}

.modal-content {
  overflow: hidden;
}

.modal-header {
  border-bottom: 1px solid rgba(7, 30, 47, 0.08);
  background: rgba(247, 250, 249, 0.95);
}

.modal-title {
  color: var(--mq-ink);
  font-weight: 800;
}

.support-card-wrapper {
  padding: 0;
}

.two-authentic .card-body {
  padding: 0 4px;
}

.two-authentic .card-body h4,
.tow-fa-security .card-body h4 {
  color: var(--mq-ink);
  font-weight: 800;
}

.two-authentic .card-body p {
  color: #294250;
  line-height: 1.65;
}

.tow-fa-security .qr-code-thumb,
.tow-fa-security .play-store-thumb {
  display: grid;
  place-items: center;
  width: min(100%, 280px);
  min-height: 240px;
  margin: 18px auto;
  padding: 18px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(24, 214, 176, 0.06), rgba(73, 183, 255, 0.06)),
    #ffffff;
}

.tow-fa-security .qr-code-thumb img,
.tow-fa-security .play-store-thumb img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.tow-fa-security .input-group .form--control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.tow-fa-security .input-group .input-group-text.copytext {
  width: 52px;
  height: auto;
  min-height: 50px;
  border-radius: 0 8px 8px 0;
  background: var(--mq-primary);
  color: var(--mq-navy);
}

.support-card-wrapper .card-header {
  border: 0;
  border-bottom: 1px solid rgba(7, 30, 47, 0.08);
  background: transparent;
  padding-bottom: 18px;
}

.support-card-wrapper .card-header-user-area,
.card-header-user-area {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.support-card-wrapper .avatar,
.media-chat .avatar {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(24, 214, 176, 0.22);
  border-radius: 999px;
  object-fit: cover;
}

.support-chat-area {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(247, 250, 249, 0.82);
  overflow: hidden;
}

.chat-container {
  padding: 18px;
}

.media-chat .media-body p {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
  color: #294250;
  box-shadow: 0 10px 24px rgba(7, 30, 47, 0.06);
}

.media-chat-reverse .media-body p {
  background: rgba(24, 214, 176, 0.12);
  color: var(--mq-navy);
}

.chat-form {
  border-top: 1px solid rgba(7, 30, 47, 0.08);
  background: #ffffff;
  padding: 12px;
}

.publisher {
  display: flex;
  align-items: center;
  gap: 10px;
}

.publisher-input {
  min-height: 46px;
  border: 1px solid var(--mq-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--mq-ink);
}

.chat-submit-btn {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--mq-primary);
  color: var(--mq-navy);
}

.support-profile-wrapper {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.support-profile-header {
  border-bottom: 1px solid rgba(7, 30, 47, 0.08);
}

.support-profile-body .title,
.support-profile-list li {
  color: var(--mq-ink);
}

.file-holder-wrapper {
  border: 1px dashed rgba(24, 214, 176, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(24, 214, 176, 0.06), rgba(73, 183, 255, 0.06)),
    #ffffff;
}

.cookie-main-wrapper {
  width: min(980px, calc(100% - 48px)) !important;
  gap: 16px;
  padding: 16px 20px !important;
  border: 1px solid rgba(24, 214, 176, 0.2);
  border-radius: 8px !important;
  background: rgba(7, 19, 31, 0.96);
  box-shadow: 0 20px 60px rgba(7, 30, 47, 0.24);
}

.cookie-main-wrapper .cookie-content {
  flex: 1 1 auto;
  width: auto !important;
}

.cookie-main-wrapper .cookie-content p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.55;
}

.cookie-main-wrapper .cookie-btn-area {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  margin-top: 0 !important;
}

.cookie-main-wrapper .cookie-btn-area button {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.cookie-main-wrapper .cookie-btn-area .cookie-btn {
  background: var(--mq-primary);
  color: var(--mq-navy);
}

@media (max-width: 1199px) {
  .header-section .navbar {
    min-height: 64px;
  }

  .header-section .navbar-collapse {
    margin-top: 12px;
    padding: 14px !important;
    border: 1px solid rgba(7, 30, 47, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 18px 44px rgba(7, 30, 47, 0.1);
  }

  .header-section .navbar-collapse .main-menu {
    gap: 4px;
    width: 100%;
    margin: 0 !important;
  }

  .header-bottom-area .navbar-collapse .main-menu li {
    width: 100%;
    padding-right: 0 !important;
  }

  .header-bottom-area .navbar-collapse .main-menu li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 10px !important;
    border-radius: 8px;
    color: var(--mq-ink);
    -webkit-text-fill-color: currentColor;
  }

  .header-bottom-area .navbar-collapse .main-menu li a:hover,
  .header-bottom-area .navbar-collapse .main-menu li a.active {
    background: rgba(24, 214, 176, 0.1);
    color: var(--mq-primary-strong);
    -webkit-text-fill-color: currentColor;
  }

  .header-section .navbar-right {
    display: grid;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
  }

  .header-section .navbar-right ul {
    margin: 0;
    padding: 0;
  }

  .header-section .language-select {
    width: 100%;
    margin: 0;
  }

  .header-section .navbar-right .language-select .nice-select {
    width: 100%;
  }

  .header-section .header-action {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    margin: 0;
  }

  .header-section .header-action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .banner-section {
    min-height: 620px;
    padding: 96px 0 72px;
    background:
      linear-gradient(180deg, rgba(247, 250, 249, 0.98), rgba(247, 250, 249, 0.9) 46%, rgba(7, 30, 47, 0.48)),
      url("../images/brand/movaliq-hero.png") center right / cover no-repeat;
  }

  .banner-section .banner-content .title {
    font-size: 42px;
  }

  .banner-section .banner-content .sub-title {
    font-size: 16px;
  }

  .details-page-banner {
    padding: 84px 0 60px;
  }

  .details-page-banner .details-banner-img {
    margin-top: 8px;
  }

  .mq-legal-header {
    flex-direction: column;
  }

  .mq-legal-entity {
    width: 100%;
    max-width: none;
  }

  .account-section .account-login-form form,
  .account-wrapper {
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .how-it-work,
  .security-system {
    padding-top: 48px !important;
  }

  .how-it-work .work-img {
    padding: 14px;
  }

  .how-it-work-content .working-list {
    gap: 10px;
  }

  .how-it-work-content .working-list .number {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .how-it-work-content .work-content {
    padding: 14px;
  }

  .security-system .security-system-card {
    padding: 18px;
  }

  .cookie-main-wrapper {
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    padding: 14px !important;
    transform: none !important;
  }

  .cookie-main-wrapper .cookie-content {
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    width: 100% !important;
  }

  .cookie-main-wrapper .cookie-content svg {
    width: 32px !important;
    margin: 0 !important;
  }

  .cookie-main-wrapper .cookie-content p {
    width: 100% !important;
    font-size: 12px;
  }

  .cookie-main-wrapper .cookie-btn-area {
    margin-top: 12px !important;
  }

  .header-section {
    position: relative !important;
  }

  .header-menu-content {
    min-height: 64px;
  }

  .banner-section {
    min-height: 650px;
    padding: 92px 0 56px;
    background:
      linear-gradient(180deg, rgba(247, 250, 249, 0.98), rgba(247, 250, 249, 0.9) 44%, rgba(7, 30, 47, 0.58)),
      url("../images/brand/movaliq-hero.png") 62% center / cover no-repeat;
  }

  .banner-section .container,
  .banner-section .row,
  .banner-section [class*="col-"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .banner-section .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .banner-section .row {
    margin-right: 0;
    margin-left: 0;
  }

  .banner-section [class*="col-"] {
    flex: 0 0 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .banner-section .banner-content {
    width: 100% !important;
    max-width: 100%;
  }

  .mq-legal-header {
    padding: 20px;
  }

  .mq-legal-header h1 {
    font-size: 28px;
  }

  .mq-legal-entity {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .banner-section .banner-content .title {
    width: 100%;
    max-width: 9.8em;
    font-size: clamp(33px, 10vw, 40px);
    line-height: 1.08;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .banner-section .banner-content .sub-title {
    width: 100%;
    max-width: min(100%, 20.5rem);
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .banner-bottom {
    align-items: stretch;
  }

  .banner-bottom .btn--base {
    width: auto;
    max-width: 100%;
  }

  .details-page-banner {
    padding: 64px 0 44px;
  }

  .details-page-banner .details-banner-wrapper > .title {
    font-size: 34px;
  }

  .details-page-banner .details-banner-wrapper .sub-title,
  .view-demo .demo-header .sub-title h4 {
    font-size: 15px;
    line-height: 1.6;
  }

  .details-page-banner .details-banner-wrapper .process-steps li {
    min-height: 48px;
    padding: 11px 12px;
  }

  .details-page-banner .details-banner-img,
  .demo-img-wrapper .money-transfer-mockup {
    padding: 16px;
  }

  .view-demo,
  .faq-section {
    padding-top: 56px;
  }

  .mq-trust-bar {
    max-width: min(100%, 20.5rem);
    color: #dce8e8;
    font-size: 12px;
  }

  .account-section,
  .forgot-password,
  .verification-otp,
  .new-password {
    min-height: 100svh;
    padding: 24px 0;
  }

  .account-section .account-login-form {
    min-height: auto;
    width: 100%;
    max-width: calc(100vw - 28px);
    margin-right: auto;
    margin-left: auto;
  }

  .account-section .account-login-form form,
  .account-wrapper {
    width: 100%;
    max-width: calc(100vw - 28px);
    padding: 22px;
    overflow: hidden;
  }

  .account-section .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .account-section .row {
    margin-right: 0;
    margin-left: 0;
  }

  .account-section [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .account-section .form-header .title {
    width: 100%;
    max-width: 18.5rem;
    font-size: 22px;
    line-height: 1.2;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .account-section .form-header {
    width: 100%;
    max-width: 19rem;
  }

  .account-section .form-header p,
  .account-section .footer-text p {
    width: 100%;
    max-width: 19rem;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .dashboard-them-area {
    width: 100%;
    max-width: calc(100vw - 30px);
    padding: 24px;
  }

  .dashboard-them-area .them-details {
    flex-direction: column;
    align-items: stretch;
  }

  .dashboard-them-area .them-details .left-side,
  .dashboard-them-area .them-details .right-side,
  .dashboard-them-area .them-details .right-side .btn {
    width: 100%;
    text-align: center;
  }

  .dashboard-them-area .them-details .title {
    text-align: center;
  }

  .dashboard-them-area .them-btn .btn {
    width: 100%;
  }

  .section-header,
  .section-header .title,
  .section-header p {
    width: 100%;
    max-width: min(100%, 20.5rem);
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .section-header .row,
  .section-header [class*="col-"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .section-header .title {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.15;
  }

  .rtl .header-section,
  .rtl .header-section .navbar {
    direction: ltr;
  }

  .rtl .header-section .navbar-toggler {
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  .rtl .banner-section,
  .rtl .banner-section .container,
  .rtl .banner-section .banner-wrapper,
  .rtl .banner-section .row,
  .rtl .banner-section [class*="col-"] {
    direction: ltr;
  }

  .rtl .section-header {
    direction: rtl;
  }

  .rtl .banner-section .banner-content {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0;
    padding-left: 0;
    direction: ltr;
    text-align: left;
  }

  .rtl .banner-section .banner-content .title,
  .rtl .banner-section .banner-content .sub-title,
  .rtl .section-header,
  .rtl .section-header .title,
  .rtl .section-header p {
    width: 100%;
    max-width: 100%;
    margin-right: auto !important;
    margin-left: 0 !important;
    text-align: right;
  }

  .rtl .banner-section .banner-content .title {
    display: block;
    max-width: 17rem;
    margin-right: auto !important;
    margin-left: 0 !important;
    direction: rtl;
    font-size: clamp(32px, 9vw, 36px);
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .rtl .banner-section .banner-content .sub-title {
    max-width: 19rem;
    margin-right: auto !important;
    margin-left: 0 !important;
    direction: rtl;
  }

  .rtl .banner-bottom {
    direction: ltr;
    justify-content: flex-start;
  }

  .rtl .mq-trust-bar {
    direction: rtl;
    text-align: right;
    justify-content: flex-end;
  }
}
