@charset "UTF-8";

:root,
body,
body.dark,
body.light {
  --color-1: #030502;
  --color-2: rgba(9, 14, 8, 0.88);
  --color-3: rgba(184, 255, 0, 0.30);
  --color-4: #f7ffe8;
  --color-5: #d8dfc8;
  --color-6: #b8ff00;
  --color-7: #83d900;
  --color-8: rgba(184, 255, 0, 0.12);
  --rei-accent: #b8ff00;
  --rei-accent-2: #e1ff39;
  --rei-panel: rgba(8, 13, 7, 0.84);
  --rei-panel-solid: rgba(10, 16, 8, 0.96);
  --rei-border: rgba(184, 255, 0, 0.34);
  --rei-border-strong: rgba(184, 255, 0, 0.78);
  --rei-glow: 0 0 30px rgba(184, 255, 0, 0.24);
  --rei-shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
  --rei-gradient: linear-gradient(135deg, #d8ff00 0%, #a7ff00 52%, #66d700 100%);
}

* {
  letter-spacing: 0;
}

html,
body,
body.out {
  background:
    radial-gradient(circle at 12% 20%, rgba(184, 255, 0, 0.16), transparent 25rem),
    radial-gradient(circle at 86% 12%, rgba(118, 255, 0, 0.12), transparent 24rem),
    radial-gradient(circle at 74% 88%, rgba(184, 255, 0, 0.10), transparent 30rem),
    linear-gradient(135deg, rgba(3, 5, 2, 0.97), rgba(0, 0, 0, 0.98)),
    url("../../../assets/smmspot/assets/images/home/header-bg.png") center top / cover fixed !important;
  color: var(--color-4);
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black, transparent 76%);
  z-index: -1;
}

a,
a:hover,
a:focus,
.primary-color,
.danger-color,
.nmenu-link.active,
.nmenu-link:hover {
  color: var(--rei-accent) !important;
}

.btn,
.header-btn,
.g-dash-btn,
.menu-btn,
.b-menu-close,
.close-btn,
.profile-toggle {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.btn.btn-primary,
.btn.btn-green,
.header-btn,
.g-dash .g-dash-btn,
.order-btn,
.progress-btn .btn {
  color: #081000 !important;
  background: var(--rei-gradient) !important;
  border: 1px solid rgba(226, 255, 83, 0.88) !important;
  border-radius: 10px !important;
  box-shadow: 0 14px 30px rgba(184, 255, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
  font-weight: 800;
}

.btn.btn-primary:hover,
.btn.btn-green:hover,
.header-btn:hover,
.g-dash .g-dash-btn:hover,
.order-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(184, 255, 0, 0.30), 0 0 0 4px rgba(184, 255, 0, 0.10) !important;
}

.btn-outline,
.btn-transparent,
.btn-new,
.btn-fav,
.btn-mass,
.nwo-cat-btn,
.nwoNavLink {
  color: var(--rei-accent) !important;
  background: rgba(184, 255, 0, 0.07) !important;
  border: 1px solid rgba(184, 255, 0, 0.26) !important;
  border-radius: 10px !important;
}

.g-dash {
  background: transparent;
}

.g-sidebar {
  background:
    linear-gradient(180deg, rgba(184, 255, 0, 0.08), transparent 30%),
    rgba(0, 0, 0, 0.72) !important;
  border-right: 1px solid rgba(184, 255, 0, 0.20);
  box-shadow: 22px 0 62px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.g-logo img,
.home-logo img {
  filter: drop-shadow(0 0 18px rgba(184, 255, 0, 0.36));
}

.g-userarea {
  background: rgba(184, 255, 0, 0.07);
  border: 1px solid rgba(184, 255, 0, 0.22);
  border-radius: 12px;
}

.g-avatar,
.g-genderavatar .g-avatar,
.gcard-head-icon,
.gcard-icon,
.gny-circle,
.ch-g-ticon {
  color: #081000 !important;
  background: var(--rei-gradient) !important;
  box-shadow: var(--rei-glow);
}

.g-name,
.g-menu-list .g-menu-link .g-menu-text,
.gcard-title,
.gi-title,
.control-label,
.modal-title,
.sectionText h1,
.homeText h1 {
  color: #fff !important;
}

.g-userast,
.gcard p,
.gi-text,
.news-text .desc,
.homeText,
.section-title p,
.regSteps p,
.text-muted,
.progress-next,
.progress-title {
  color: rgba(232, 238, 220, 0.74) !important;
}

.g-menu-list .g-menu-link {
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid transparent;
  border-radius: 10px;
  margin: 5px 10px;
}

.g-menu-list .g-menu-link:hover,
.g-menu-list .g-menu-link.active {
  color: #f7ffe8 !important;
  background: linear-gradient(135deg, rgba(184, 255, 0, 0.16), rgba(184, 255, 0, 0.04)) !important;
  border-color: var(--rei-border);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), var(--rei-glow);
  transform: translateX(3px);
}

.g-menu-list .g-menu-link.active .g-menu-icon,
.g-menu-list .g-menu-link:hover .g-menu-icon {
  color: var(--rei-accent) !important;
}

.g-dash-header,
.headOut {
  background: rgba(0, 0, 0, 0.66) !important;
  border-bottom: 1px solid rgba(184, 255, 0, 0.18);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(16px);
}

.g-dash-content {
  background: transparent;
}

.gcard,
.gcard-2,
.d-card,
.modal-content,
.dropdown-menu,
.modal-box,
.bs-toast .bs-toast-content,
.regSteps,
.homeBant-4,
.homeBant-5,
.homeBant-6,
.homeBant-7,
.homeBant-8,
.homeBant-9,
.homeMockList,
.service-item,
.g-sitem,
.api-block,
.ticket-page {
  color: var(--color-4);
  background:
    linear-gradient(145deg, rgba(184, 255, 0, 0.08), rgba(184, 255, 0, 0.015) 34%),
    var(--rei-panel) !important;
  border: 1px solid var(--rei-border) !important;
  border-radius: 14px !important;
  box-shadow: var(--rei-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(18px);
}

.gcard,
.gcard-2,
.d-card,
.modal-content {
  position: relative;
  overflow: hidden;
}

.gcard::after,
.gcard-2::after,
.d-card::after,
.modal-content::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 34px rgba(184, 255, 0, 0.06);
}

.gcard-header,
.d-card-head,
.modal-header,
.modal-footer {
  background: transparent !important;
  border-color: rgba(184, 255, 0, 0.18) !important;
}

.gcard-2.gcard-shadow h2,
.gcard-2.gcard-shadow h3,
.progress-percent,
.progress-next strong,
.news-text .time,
.gcard-title span {
  color: var(--rei-accent) !important;
  text-shadow: 0 0 18px rgba(184, 255, 0, 0.22);
}

.form-control,
.login-input,
select.form-control,
textarea.form-control,
.dropdown .form-control,
.select2-container--default .select2-selection--single {
  color: #f7ffe8 !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(184, 255, 0, 0.24) !important;
  border-radius: 10px !important;
  min-height: 48px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.form-control:focus,
.login-input:focus,
select.form-control:focus,
textarea.form-control:focus,
.dropdown .form-control:focus {
  background: rgba(255, 255, 255, 0.085) !important;
  border-color: var(--rei-border-strong) !important;
  box-shadow: 0 0 0 4px rgba(184, 255, 0, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

.form-control::placeholder,
.login-input::placeholder {
  color: rgba(232, 238, 220, 0.58) !important;
}

.dropdown-item,
.dropdown-menu li,
.select2-results__option,
.select2-results__option a {
  color: #f7ffe8 !important;
  background: transparent !important;
}

.dropdown-item:hover,
.select2-container--default .select2-results__option:hover,
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #081000 !important;
  background: var(--rei-accent) !important;
}

.progress {
  background: rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px;
  overflow: hidden;
}

.progress-bar {
  background: var(--rei-gradient) !important;
}

.nwoNavLink.active,
.nwo-cat-btn.active {
  color: #081000 !important;
  background: var(--rei-gradient) !important;
  border-color: rgba(226, 255, 83, 0.88) !important;
}

.homeHeader {
  min-height: 760px;
  background: transparent !important;
}

.homeBg img {
  opacity: 0.58;
  filter: hue-rotate(70deg) saturate(1.35) brightness(0.74);
}

.homeText h1 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.98;
  text-shadow: 0 0 22px rgba(184, 255, 0, 0.16);
}

.homeText h1 .effects,
.sectionText .underline,
.regSteps h6,
.homeMockList h6 {
  color: var(--rei-accent) !important;
}

.homeImg img,
.nBookimg img {
  filter: drop-shadow(0 0 36px rgba(184, 255, 0, 0.22));
}

.loginModal .modal-content,
.homeLogin .gcard-2,
.regArea .gcard {
  border-color: var(--rei-border-strong) !important;
  box-shadow: 0 0 0 1px rgba(184, 255, 0, 0.16), 0 26px 80px rgba(0, 0, 0, 0.66), 0 0 42px rgba(184, 255, 0, 0.18) !important;
}

.regArea {
  padding-top: 120px;
}

.alert {
  border-radius: 12px !important;
  border-width: 1px !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.alert-success {
  color: #dcff99 !important;
  background: rgba(56, 150, 0, 0.16) !important;
  border-color: rgba(184, 255, 0, 0.36) !important;
}

.alert-danger {
  color: #ffd9df !important;
  background: rgba(255, 77, 98, 0.13) !important;
  border-color: rgba(255, 77, 98, 0.38) !important;
}

.table,
table {
  color: var(--color-4) !important;
}

.table td,
.table th,
table td,
table th {
  color: rgba(247, 255, 232, 0.86) !important;
  border-color: rgba(184, 255, 0, 0.16) !important;
}

.pagination .page-item .page-link {
  color: var(--rei-accent) !important;
  background: rgba(184, 255, 0, 0.06) !important;
  border-color: rgba(184, 255, 0, 0.24) !important;
}

.pagination .page-item.active .page-link {
  color: #081000 !important;
  background: var(--rei-gradient) !important;
  border-color: var(--rei-accent) !important;
}

.modal-wrapper {
  background: rgba(0, 0, 0, 0.70) !important;
  backdrop-filter: blur(10px);
}

.b-menu-wrapper {
  background: rgba(0, 0, 0, 0.88) !important;
  backdrop-filter: blur(18px);
}

.b-menu-wrapper.active {
  border-top: 1px solid rgba(184, 255, 0, 0.24);
}

.menu-btn,
.b-menu-close,
.close-btn,
.profile-toggle {
  color: var(--rei-accent) !important;
  background: rgba(184, 255, 0, 0.07) !important;
  border: 1px solid rgba(184, 255, 0, 0.26) !important;
  border-radius: 10px !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #050805;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(184, 255, 0, 0.78), rgba(105, 204, 0, 0.66));
  border-radius: 999px;
  border: 2px solid #050805;
}

@media (max-width: 1199px) {
  .homeHeader {
    min-height: 680px;
  }

  .gcard,
  .gcard-2 {
    border-radius: 12px !important;
  }
}

@media (max-width: 991px) {
  html,
  body,
  body.out {
    background-attachment: scroll !important;
  }

  .g-sidebar {
    box-shadow: 20px 0 58px rgba(0, 0, 0, 0.55);
  }

  .g-dash-content {
    padding-top: 92px;
  }

  .homeHeader {
    min-height: auto;
    padding: 110px 0 90px;
  }

  .homeText h1 {
    font-size: 44px;
  }

  .regArea {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .gcard-body,
  .gcardc {
    padding: 20px !important;
  }

  .homeText h1 {
    font-size: 36px;
  }

  .btn,
  .header-btn {
    width: 100%;
  }

  .form-control,
  .login-input,
  select.form-control {
    min-height: 46px;
  }

  .g-dash-header .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
