/* ============== FONTS ============== */
@charset "UTF-8";

@font-face {
  font-family: 'Noto Naskh Arabic';
  font-style: normal;
  font-weight: 400;
  src: url(//static.hsoubcdn.com/assets/fonts/NotoNaskhArabic-Regular.eot);
  src: url(//static.hsoubcdn.com/assets/fonts/NotoNaskhArabic-Regular.eot?#iefix) format('embedded-opentype'), url(//static.hsoubcdn.com/assets/fonts/NotoNaskhArabic-Regular.woff2) format('woff2'), url(//static.hsoubcdn.com/assets/fonts/NotoNaskhArabic-Regular.woff) format('woff'), url(//static.hsoubcdn.com/assets/fonts/NotoNaskhArabic-Regular.ttf) format('truetype')
}

.main {
  margin-right: 25px;
  margin-left: 236px;
  font-palette: normal;
  width: fit-content;
  font-size: x-small;
  line-height: normal;
  text-align: left;
  direction: ltr;
}

@font-face {
  font-family: 'Noto Naskh Arabic';
  font-style: normal;
  font-weight: 700;
  src: url(//static.hsoubcdn.com/assets/fonts/NotoNaskhArabic-Bold.eot);
  src: url(//static.hsoubcdn.com/assets/fonts/NotoNaskhArabic-Bold.eot?#iefix) format('embedded-opentype'), url(//static.hsoubcdn.com/assets/fonts/NotoNaskhArabic-Bold.woff2) format('woff2'), url(//static.hsoubcdn.com/assets/fonts/NotoNaskhArabic-Bold.woff) format('woff'), url(//static.hsoubcdn.com/assets/fonts/NotoNaskhArabic-Bold.ttf) format('truetype')
}

@font-face {
  font-family: 'Noto Kufi Arabic';
  font-style: normal;
  font-weight: 400;
  src: url(//static.hsoubcdn.com/assets/fonts/NotoKufiArabic-Regular.eot);
  src: url(//static.hsoubcdn.com/assets/fonts/NotoKufiArabic-Regular.eot?#iefix) format('embedded-opentype'), url(//static.hsoubcdn.com/assets/fonts/NotoKufiArabic-Regular.woff2) format('woff2'), url(//static.hsoubcdn.com/assets/fonts/NotoKufiArabic-Regular.woff) format('woff'), url(//static.hsoubcdn.com/assets/fonts/NotoKufiArabic-Regular.ttf) format('truetype')
}

@font-face {
  font-family: 'Noto Kufi Arabic';
  font-style: normal;
  font-weight: 700;
  src: url(//static.hsoubcdn.com/assets/fonts/NotoKufiArabic-Bold.eot);
  src: url(//static.hsoubcdn.com/assets/fonts/NotoKufiArabic-Bold.eot?#iefix) format('embedded-opentype'), url(//static.hsoubcdn.com/assets/fonts/NotoKufiArabic-Bold.woff2) format('woff2'), url(//static.hsoubcdn.com/assets/fonts/NotoKufiArabic-Bold.woff) format('woff'), url(//static.hsoubcdn.com/assets/fonts/NotoKufiArabic-Bold.ttf) format('truetype')
}

/* ============== ROOT VARIABLES ============== */
:root {
  /* Light Mode */
  --bg: #ffffff;
  --bg1: #ffffff;
  --bg2: #ffffff;
  --bg3: rgb(183 219 255 / 50%);
  --bg4: rgb(226 230 255 / 80%);
  --bg5: #242730;
  --card: rgba(217, 234, 255, 1);
  --card1: rgba(217, 234, 255, 0.5);
  --border: #e0e0e0;
  --text: #000000;
  --text2: #0077FF;
  --text3: #6287ad;
  --text-muted: #6c757d;

  /* Primary colors */
  --primary: #0077FF;
  --secondary: #ec4899;
  --accent: #06b6d4;

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
  --gradient-dark: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 100%);
  --gradient-accent: linear-gradient(90deg, #0077FF 57.3%, #FF2DCD 100%);
  --gradient-btn: linear-gradient(90deg, #0077FF 5.74%, #CD009C 100%);
  --gradient-border: linear-gradient(90deg, #ff0080, #0774FD);
  --hero-ltr: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  --hero-rtl: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);

  /* Shadows */
  --shadow-hover: 0 8px 16px rgba(139, 92, 246, 0.3);
  --shadow-card: 0 10px 30px rgba(139, 92, 246, 0.2);
  --shadow-card1: 0 0 5px 0 rgba(217, 234, 255, 0.8);
}

/* 🌙 Dark Mode */
[data-theme="dark"] {
  --bg: #0f0f1e;
  --bg1: #0a0a0b;
  --bg2: #ffffff;
  --bg3: rgba(0, 40, 80, 0.5);
  --bg4: rgba(10, 14, 39, 0.8);
  --bg5: #ffffff;
  --card: rgba(26, 26, 46, 0.3);
  --card1: rgba(26, 26, 46, 0.3);
  --border: #2d2d44;
  --text: #e8e8f0;
  --text2: #fff;
  --text3: #ccddee;
  --text-muted: #a0a0b0;

  /* Primary colors */
  --primary: #0077FF;
  --secondary: #ec4899;
  --accent: #06b6d4;

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
  --gradient-dark: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 100%);
  --gradient-accent: linear-gradient(90deg, #0077FF 57.3%, #FF2DCD 100%);
  --gradient-btn: linear-gradient(90deg, #0077FF 5.74%, #CD009C 100%);
  --gradient-border: linear-gradient(90deg, #ff0080, #0774FD);
  --hero-ltr: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  --hero-rtl: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);

  /* Shadows */
  --shadow-hover: 0 8px 16px rgba(139, 92, 246, 0.3);
  --shadow-card: 0 10px 30px rgba(139, 92, 246, 0.2);
  --shadow-card1: 0 0 5px 0 rgba(217, 234, 255, 0.8);
}




/* ============== GLOBAL RESET ============== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Kufi Arabic", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  transition: background 0.4s, color 0.4s;
}

a {
  text-decoration: none;
}

.label-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
}

input.checkbox-switch {
  position: relative;
  appearance: none;
  outline: none;
  margin: 0 8px;
  width: 60px;
  height: 25px;
  background-color: #ffffff;
  border: 1px solid #D9DADC;
  border-radius: 20px;
  box-shadow: inset -20px 0 0 0 #ffffff;
  transition-duration: 200ms;
}

input.checkbox-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50%;
  height: 21px;
  background-color: transparent;
  border-radius: 50px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

input.checkbox-switch:checked {
  border-color: #4ED164;
  box-shadow: inset 20px 0 0 0 #4ED164;
}

input.checkbox-switch:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

input.checkbox-switch.small {
  margin: 4px 8px;
  width: 30px;
  height: 15px;
  border-radius: 10px;
  box-shadow: inset -10px 0 0 0 #ffffff;
}

input.checkbox-switch.small:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50%;
  height: 100%;
  background-color: transparent;
  border-radius: 25px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

input.checkbox-switch.small:checked {
  border-color: #4ED164;
  box-shadow: inset 10px 0 0 0 #4ED164;
}

input.checkbox-switch.small:checked:after {
  left: 25px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

/*
====================================================================
  LOARDER style
====================================================================
***/
#coverLoader,
.coverLoader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  animation: scale 1.2s infinite;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid rgba(150, 150, 150, 0.5);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgba(150, 150, 150, 0.5) transparent transparent transparent;
}

.lds-small {
  width: 25px;
  height: 25px;
}

.lds-small div {
  height: 20px;
  width: 20px;
  margin: 4px;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#loading-container {
  position: fixed;
  z-index: 999999999;
  width: 100%;
  height: 100vh;
  background-color: #f1f1f1;
}

.inside-loading-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.inside-loading-ring>img {
  width: 150px;
  filter: grayscale(25%);
  animation: from_left 1.25s ease-in-out infinite;
}

.inside-loading-ring.small>img {
  width: 110px;
  filter: grayscale(25%);
  animation: from_left 1.25s ease-in-out infinite;
}

.loading-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  background: transparent;
  border-radius: 50%;
  outline: 3px solid rgba(0, 0, 0, .25);
  outline-offset: -3px;
  text-align: center;
  line-height: 150px;
  font-size: 20px;
  color: #fff000;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #fff000;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  animation: loading_ring 1.25s ease-in-out infinite;
}

@keyframes loading_ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.loading-ring.small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background: transparent;
  border: 3px solid #3c3c3c;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  font-size: 20px;
  color: #fff000;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #fff000;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.loading-ring:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 3px solid #1e4e64;
  border-right: 3px solid #1e4e64;
  border-radius: 50%;
  animation: animateC 2s linear infinite;
}

.loading-ring>span {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 50%;
  height: 4px;
  background: transparent;
  transform-origin: left;
  animation: animate 2s linear infinite;
}

.loading-ring>span:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1e4e64;
  top: -8px;
  right: -8px;
  box-shadow: 0 0 20px #fff;
  filter: drop-shadow(0 -3px 5px rgba(0, 0, 0, 0.5));
}

@keyframes animateC {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(405deg);
  }
}


@keyframes from_left {
  0% {
    filter: grayscale(50%);
    transform: scale(1);
  }

  50% {
    filter: grayscale(0%);
    transform: scale(1.25);
  }

  100% {
    filter: grayscale(50%);
    transform: scale(1);
  }
}

/*** 
====================================================================
  LOARDER style
====================================================================
*/

/* ============== UTILITY: Gradient Border ============== */
.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: var(--gradient-border);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* ============== NAVBAR ============== */
.navbar {
  background: var(--bg1);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0;
}


.navbar.shrink {
  height: 60px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.navbar-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  position: relative;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.burger {
  display: none;
  cursor: pointer;
  padding: 20px 5%;
}

.left-toggle {
  position: relative;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition-duration: 0.2s, 0.2s, 0.2s;
  transition-delay: 0.2s, 0s, 0.4s;
  transition-property: top, transform, width;
  transition-timing-function: ease-out;

}

.left-toggle:before,
.left-toggle:after,
.left-toggle-line {
  content: '';
  display: block;
  height: 3px;
  width: 18px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: var(--bg5);
  border-radius: 4px;
  position: absolute;
  inset-inline-end: 0;
  z-index: 1;
  transition-duration: 0.2s, 0.2s, 0.2s;
  transition-delay: 0.2s, 0s, 0.4s;
  transition-property: top, transform, width;
  transition-timing-function: ease-out;
}

.left-toggle:before {
  width: 25px;
}

.left-toggle-line {
  width: 33px;
}

.left-toggle:after {
  width: 20px;
}

.left-toggle:before {
  top: 10px
}

.left-toggle-line {
  top: 21px
}

.left-toggle:after {
  top: 31px
}


.left-toggle .left-toggle-line,
.left-toggle:before,
.left-toggle:after {
  -webkit-transform: scaleX(1.3);
  transform: scaleX(1.3)
}

.left-toggle:hover {
  -webkit-transform: scaleX(1.1);
  transform: scaleX(1.1);
}

.left-toggle.active .left-toggle-line {
  width: 0;
}

.left-toggle.active:before {
  top: 18px;
  width: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-delay: 0.2s, 0.4s, 0s
}

.left-toggle.active:after {
  top: 18px;
  width: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.2s, 0.4s, 0s
}

.heder_toggle {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-footer-item {
  margin-bottom: 10px;
}

.navbar-menu {
  display: flex;
  gap: 2rem;
  margin: 0 2rem;
  flex-grow: 1;
  padding: 0 3rem;
}

.nav-link {
  color: var(--text);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: color 0.3s;
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.active {
  color: #0774FD;
}

.navbar-actions {
  display: flex;
  gap: 0.8rem;
}

.navbar-connect {
  display: flex;
  gap: 0.8rem;
}

.navbar-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: white;
  border: none;
  padding: 0.8rem 1.15rem;
  border-radius: 22px;
  cursor: pointer;
  font-size: 0.8rem;
  transition: all 0.3s;
  white-space: nowrap;
  text-transform: capitalize;
}

.navbar-actions>.navbar-btn>span {
  font-weight: 600;
  font-size: 0.85rem;
}

.btn-primary {
  background: #CD009C;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

.lang-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  position: absolute;
  left: 0px;
  top: calc(100% + 10px);
  width: 230px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  padding: 0px 0px;
  background-color: #ffffff;
  border: 3px solid #4835ce;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.dropdown-menu:before {
  position: absolute;
  content: '';
  left: 0px;
  top: -15px;
  width: 100%;
  height: 30px;
  display: block;
}

.lang-dropdown:hover>.dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.lang-row {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f4f2f2;
}

.lang-row>button {
  width: 100%;
  border: none;
  outline: none;
  inset: none;
  background: transparent;
  position: relative;
  display: block;
  padding: 12px 18px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #7c7b7b;
  transition: all 500ms;
  text-decoration: none;
  ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.lang-row :hover {
  cursor: pointer;
  color: #ffffff;
  padding-left: 30px;
  background: #4835ce;
}

.user-dropdown {
  position: relative;
  display: inline-block;
}

.user-dropdown:hover>.dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.user-row {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f4f2f2;
}

.user-row>.dropdown-item {
  width: 100%;
  border: none;
  outline: none;
  inset: none;
  background: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #7c7b7b;
  transition: all 500ms;
  text-decoration: none;
  ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.user-row :hover {
  cursor: pointer;
  color: #ffffff;
  padding-left: 30px;
  background: #4835ce;
}

.btn-secondary {
  position: relative;
  background: transparent;
  color: var(--text);
}

.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: var(--gradient-border);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(236, 72, 153, 0.3);
}

.btn-wallet {
  position: relative;
  background: transparent;
  color: #fff;
}

.btn-wallet i {
  color: var(--text-muted);
}

.btn-wallet::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: var(--gradient-border);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.btn-wallet:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(236, 72, 153, 0.3);
}

.btn-tertiary {
  background: #0774FD;
}

.btn-tertiary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}


.btn-user {
  white-space: nowrap;
  position: relative;
  background: #0774FD;
  overflow: hidden;
  padding: .4rem 1.15rem;
}

.btn-user:hover {
  background: rgba(0, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

.btn-user-logo {
  width: 40px;
}

.btn-user-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.btn-user-img img {
  width: 100%;
  height: 100%;
}

.btn-user-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.btn-user-title {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}

.btn-user-toggle {
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 400;
}

/* ============== HERO SECTION ============== */
.hero {
  position: relative;
  overflow: hidden;
  padding: 6rem 2rem 5rem;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(https://earnbux.pro/public/assets/images/hero.jpg) no-repeat;
  background-size: 111% 600px;
  background-position: -134px 0;
  transform: scaleX(-1);
  z-index: -1;

  /* إضافة تلاشي تدريجي من الأعلى والأسفل */
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}


.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-ltr);
  z-index: 0;
}

[dir="rtl"] {
  .hero::after {
    transform: scaleX(1);
  }

  .hero::before {
    background: var(--hero-rtl);
  }
}

.hero-content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 1;
}

.hero-text {
  flex: 1;
  max-width: 650px;
}

.hero-title {
  font-size: 2.35rem;
  font-weight: bold;
  margin-bottom: 1.1rem;
  line-height: 3.5rem;
}

.highlight {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0px 4px 23.5px #FF2DCD;
}

.hero-description {
  color: var(--text-muted);
  font-size: 0.8rem;
  max-width: 600px;
}

.rewards-grid {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.55rem;
}

.reward-card {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 0.9rem;
  border-radius: 8px;
  background: var(--card1);
  color: #fff;
  position: relative;
  transition: all 0.3s;
}

.reward-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: var(--gradient-accent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.reward-card:hover {
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.2);
}

.reward-icon {
  background: var(--gradient-btn);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

.reward-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: 0.4rem;
  align-items: start;
}

.reward-amount {
  font-size: 1.3rem;
  font-weight: bold;
}

.reward-label {
  color: var(--text-muted);
  font-size: 0.7rem;
  white-space: nowrap;
}

/* ============== PAYMENT SECTION ============== */
.payment-section {
  background: var(--bg);
  padding: 4rem 2rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-container {
  margin: 0 auto;
}

.section-title {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0px 4px 23.5px #FF00C266;
}

.section-subtitle {
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 3rem;
}

.payment-methods {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.payment-icon {
  width: 110px;
  height: 110px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  background: var(--gradient-btn);
  transition: all 0.3s;
  cursor: pointer;
}

.payment-icon:hover {
  background: var(--gradient-primary);
  transform: translateY(-5px);
}

/* ============== FEATURES SECTION ============== */
.features-section {
  background: var(--bg);
  padding: 4rem;
}

.features-grid {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}

.feature-card {
  border-radius: 16px;
  padding: 3.5rem 3rem;
  text-align: center;
  position: relative;
  background: var(--card);
  transition: all 0.3s;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: var(--gradient-border);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card);
}

.feature-number {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #CD009C;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, #0077FF 30%, #FF2DCC 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feature-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.feature-description {
  color: var(--text-muted);
  font-size: 0.7rem;
}

/* ============== FAQ SECTION ============== */
.faq-section {
  background: var(--bg);
  padding: 4rem 2rem;
  border-top: 1px solid var(--border);
}

.faq-list {
  margin-top: 3rem;
  max-width: 800px;
  margin: 3rem auto 0;
}

.faq-item {
  position: relative;
  margin-bottom: 1rem;
  transition: all 0.3s;
  border-radius: 12px;
  overflow: hidden;
}

/*--gradient-primary: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
  --gradient-dark: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 100%);
  --gradient-accent: linear-gradient(90deg, #0077FF 57.3%, #FF2DCD 100%);
  --gradient-btn: linear-gradient(90deg, #0077FF 5.74%, #CD009C 100%);
  --gradient-border: linear-gradient(90deg, #ff0080, #0774FD);*/
.faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--gradient-btn);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.faq-item.active {
  border-color: var(--primary);
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.2);
}

.faq-item:hover {
  background: rgba(139, 92, 246, 0.1);
}

.faq-question {
  width: 100%;
  background: var(--card1);
  color: var(--text2);
  border: none;
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  transition: background 0.3s;
  gap: 1rem;
}

.faq-item.active .faq-question {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}


.faq-icon {
  background: var(--gradient-btn);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  transition: transform 0.3s;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  font-size: .8rem;
  background: var(--card1);
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: var(--text-muted);
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

/* ============== FOOTER ============== */
.footer {
  background: var(--card);
  border-top: 1px solid var(--border);
  padding: 4rem 0 1rem;
}

.footer-container {
  margin: 0 auto;
}

.footer-grid {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-bottom: 2rem;
  padding: 0 5rem;
}

.footer-section h5 {
  color: var(--text);
  margin-bottom: 1.3rem;
  font-weight: 600;
  font-size: 1rem;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.7rem;
  font-size: 0.8rem;
}

.footer-section li>a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s;
}

.link-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-section a:hover {
  color: var(--primary);
}

.footer-brand {
  width: 400px;
  margin-inline-end: 40px;
}

.footer-brand>p {
  padding: 10px;
  text-indent: 30px;
  color: var(--text-muted);
  font-size: 0.8rem;
}

.brand-logo,
.brand-icon {
  display: flex;
  align-items: center;
}

.brand-logo>img {
  height: 50px;
}

.brand-icon>img {
  height: 30px;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.7rem;
}

.toggle-btn {
  cursor: pointer;
  height: 38px;
  background: var(--bg2);
  border-radius: 8px;
  overflow: hidden;
  padding: 8px 12px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.toggle-btn i {
  font-size: 18px;
}

.toggle-btn :hover {
  color: var(--primary);
}

/* Newsletter */
.input-group {
  display: flex;
  border-radius: 18px;
  overflow: hidden;
  background: var(--bg2);
  border: 1px solid rgba(160, 160, 176, .1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
}

.input-group:focus-within {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.newsletter-input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
  color: #fff;
}

.newsletter-input::placeholder {
  color: #999;
}

.subscribe-btn {
  padding: 12px 18px;
  background: var(--gradient-btn);
  color: white;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscribe-btn:hover {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-1px);
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-icon {
  width: 35px;
  height: 35px;
  background: var(--bg2);
  color: #0077FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s;
  text-decoration: none;
}

.social-icon:hover {
  color: var(--primary);
  background: rgba(139, 92, 246, 0.1);
}

/* ============== MODALS ============== */
.resultMsg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 6px;
  padding: 10px 20px 20px 20px;
}

.resultMsg>div {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2vh 0;
}

.resultMsg.error {
  background-color: #ECC8C5;
  color: #B83C37;
}

.resultMsg.success {
  background-color: #DDF3D5;
  color: #597151;
}

.error-list {
  width: 100%;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.error-list li {
  list-style-type: none;
  background-color: #f44336;
  /* Light gray background */
  color: #fff;
  /* Dark text color */
  padding: 6px 12px;
  /* Padding around each error message */
  margin-bottom: 10px;
  /* Margin between each error message */
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 6px;
  font-size: .7rem;
}

.error-list li:hover {
  opacity: 0.95;
  transform: scale(1.02);
  cursor: pointer;
}

.error-list li::before {
  content: "\274C";
  /* Unicode checkmark character */
  color: #28a745;
  /* Green checkmark color */
  display: inline-block;
  /* Ensure the checkmark is in line with text */
  width: 1em;
  /* Set checkmark width */
  margin-inline-end: 18px;
}

.error-list li:last-child {
  margin-bottom: 0;
  /* Remove bottom margin from last error message */
}

.section-box-main {
  width: 100%;
  display: block;
  z-index: 999;
  padding: 5vh 0;
}

.section-box-main.active {
  display: block;
}

.section-box-data {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  min-height: 25vh;
}

.section-box-container {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 2rem;
}

.section-box {
  width: 100%;
  max-width: 600px;
  background: rgba(10, 14, 39, 0.8);
  border-radius: 40px;
  position: relative;
  border: 2px solid #ff0080;

  padding: 40px;

}

.modal-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 999;
  padding: 5vh 0;
}

.modal-main.active {
  display: block;
}

.modal-main::before {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.modal-data {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  min-height: 25vh;
}

.modal-container {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 2rem;
}

.modal {
  width: 440px;
  background: var(--bg4);
  padding: 30px;
  border-radius: 40px;
  position: relative;
  border: 2px solid #ff0080;
}

.modal.larg {
  width: 100%;
  border-radius: 10px;
  max-height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 40px;
}

.modal.larg::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgb(211, 219, 229);
}

.modal.larg::-webkit-scrollbar {
  width: 8px;
}


.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: #00a8ff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 168, 255, 0.6);
  z-index: 100000;
}

.close-btn:hover {
  background: #0091d1;
  box-shadow: 0 0 30px rgba(0, 168, 255, 0.8);
}

.title {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
  color: var(--text2);
}

.subtitle {
  text-align: center;
  color: #8899cc;
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.subtitle strong {
  color: #00a8ff;
}

.form-group {
  margin-bottom: 10px;
}

.label {
  display: block;
  text-align: right;
  color: var(--text3);
  font-size: 12px;
  margin-bottom: 6px;
  font-weight: 500;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.input-field {
  width: 100%;
  background: var(--bg3);
  border: 1.5px solid rgba(0, 85, 135, 0.3);
  border-radius: 12px;
  padding: 12px;
  color: #8899cc;
  font-size: .8rem;
  text-align: right;
  transition: all 0.3s ease;
}

.section-box .input-field {
  width: 100%;
  background: rgba(0, 40, 80, 0.5);
  border: 1.5px solid rgba(0, 85, 135, 0.3);
  border-radius: 12px;
  padding: 12px;
  color: #8899cc;
  font-size: .8rem;
  text-align: right;
  transition: all 0.3s ease;
}

.section-box .label {
  display: block;
  text-align: right;
  color: #ccddee;
  font-size: .9rem;
  margin-bottom: .8rem;
  font-weight: 500;
}

.input-field::placeholder {
  color: #556688;
}

.input-field:focus {
  outline: none;
  border-color: #00a8ff;
  box-shadow: 0 0 20px rgba(0, 168, 255, 0.3);
  color: #aabbdd;
}

.eye-icon {
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  color: #00a8ff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eye-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.checkbox-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox {
  width: 14px;
  height: 14px;
  appearance: none;
  background: rgba(0, 40, 80, 0.5);
  border: 1.5px solid #00558a;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox:checked {
  background: #00a8ff;
  border-color: #00a8ff;
  box-shadow: 0 0 15px rgba(0, 168, 255, 0.5);
}

.checkbox:checked::after {
  content: '✓';
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.checkbox-label {
  color: #8899cc;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
}

.forgot-link {
  color: #00a8ff;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.3s ease;
}

.forgot-link:hover {
  color: #00d4ff;
  text-decoration: underline;
}

.submit-btn {
  width: 100%;
  background: #0077FF;
  border: none;
  border-radius: 12px;
  padding: 8px 12px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  box-shadow: 0 0 30px rgba(0, 153, 255, 0.4);
}

.submit-btn:hover {
  background: linear-gradient(135deg, #00aaff, #0088ee);
  box-shadow: 0 0 40px rgba(0, 153, 255, 0.6);
  transform: translateY(-2px);
}

.submit-btn:active {
  transform: translateY(0);
}

.footer-text {
  text-align: center;
  color: #8899cc;
  font-size: 14px;
}

.footer-link {
  color: #00a8ff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #00d4ff;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .modal {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .title {
    font-size: 24px;
  }

  .input-field {
    font-size: 16px;
  }
}

/*REGISTER MODAL END*/


/* ============== RESPONSIVE ============== */
@media (max-width: 768px) {

  .hero-content,
  .rewards-grid,
  .features-grid {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }

  .footer-brand {
    width: auto;
    margin: 0;
  }

  .navbar-actions {
    flex-direction: column-reverse;
  }

  .hero-title {
    font-size: 1.8rem;
  }
}




/*EARN SECTION START*/
.coins {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
}

.coin-icon {
  width: 24px;
  height: 24px;
  background: #ffa500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}

/* Coins Scroll */
.coins-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 15px 10px;
  scrollbar-width: none;
  overflow: scroll;
  /* Allows scrolling */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.coins-scroll::-webkit-scrollbar {
  display: none;
  /* Hides scrollbar for WebKit browsers */
}

.coin-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  background: var(--card);
  color: var(--text2);
  overflow: hidden;
  font-size: 12px;
  width: 190px;
  min-width: 190px;
}

.coin-item::before {
  content: "";
  position: absolute;
  inset: 0;
  /* fill the parent */
  border-radius: inherit;
  padding: 1px;
  /* border thickness */
  background: linear-gradient(90deg, #0774FD, #ff0080);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.coin-item:hover {
  background: rgba(0, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

.coin-item-logo {
  width: 40px;
}

.coin-item-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.coin-item-img img {
  width: 100%;
  height: 100%;
}

.coin-item-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.coin-item-title {
  color: var(--text);
  font-size: 0.7rem;
}

.coin-item-date {
  color: var(--text-muted);
  font-size: 0.5rem;
  font-weight: 400;
}

/* Main Content */
main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px;
}

.section {
  margin-bottom: 50px;
  background-color: var(--card);
  padding: 1rem;
  border-radius: 6px;
  box-shadow: var(--shadow-card1);
  border: 2px solid var(--border);
  position: relative;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.earn-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
}

.section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: linear-gradient(90deg, #0077FF 57.3%, #FF2DCD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0px 4px 23.5px #FF2DCD;
}

.earn-section-title span {
  color: var(--text2);
  font-size: 14px;
}

.view-all-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #ff00ff, #ff0099);
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 12px;
  font-weight: bold;
}

.view-all-btn:hover {
  transform: translateX(-5px);
  box-shadow: 0 0 15px rgba(255, 0, 255, 0.5);
}

.filter-icons {
  display: flex;
  gap: 5px;
  padding: 2px 5px;
}

.filter-icons {
  position: relative;
  background: transparent;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;

}

.filter-icons::before {
  content: "";
  position: absolute;
  inset: 0;
  /* fill the parent */
  border-radius: inherit;
  padding: 1px;
  /* border thickness */
  background: linear-gradient(90deg, #ff0080, #7928ca);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.filter-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;

  width: 30px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  color: #0774FD;
}

/* Product Grid */
.box-wrapper {
  position: relative;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(20, 20, 40, 0.7);
  color: #00ffff;
  border: 1px solid rgba(0, 255, 255, 0.3);
  width: 35px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.scroll-btn.small {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.scroll-btn:hover {
  background: rgba(0, 255, 255, 0.2);
  color: #fff;
  transform: translateY(-50%) scale(1.05);
}

.scroll-btn.left {
  left: 5px;
}

.scroll-btn.right {
  right: 5px;
}

.scroll-btn.disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}

.scroll-btn {
  transition: opacity 0.18s ease, transform 0.18s ease;
}


.box-grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 15px 25px;
  border-radius: 12px;
  scrollbar-width: none;
  overflow: scroll;
  /* Allows scrolling */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.box-grid::-webkit-scrollbar {
  display: none;
  /* Hides scrollbar for WebKit browsers */
}

.product-card {
  background: rgba(20, 20, 40, 0.8);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
  width: 140px;
  position: relative;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.75) 50%,
      rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: #00ffff;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.4), 0 8px 16px rgba(255, 0, 255, 0.2);
}

.product-image {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

.product-icon {
  font-size: 40px;
  margin-top: -20px;
}

.product-price-btn {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  background: rgb(1, 214, 118);
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: .5rem;
}

.product-badgs {
  position: absolute;
  top: 5px;
  inset-inline-end: 0;
  padding-inline-end: 10px;
  display: flex;
  gap: 5px;
}

.product-badg {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d2d44;
  color: #0774FD;
  border-radius: 5px;
}

.product-info {
  width: 100%;
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  padding-bottom: 5px;
}

.product-title {
  width: 100%;
  font-size: 12px;
  margin-bottom: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-inline-start: 10px;

}

.product-price {
  color: #00ffff;
  font-weight: bold;
  font-size: 13px;
  text-align: unset;
}

/* Wide Product Grid (for discount section) */

.box-grid-wide {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 15px 10px;
  scrollbar-width: none;
  overflow: scroll;
  /* Allows scrolling */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.box-grid-wide::-webkit-scrollbar {
  display: none;
  /* Hides scrollbar for WebKit browsers */
}


.product-card-wide {
  background: #FFF;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  width: 260px;
  flex-shrink: 0;
  position: relative;
}

.product-card-wide:hover {
  transform: translateY(-8px);
  border-color: #ff00ff;
  box-shadow: 0 0 20px rgba(255, 0, 255, 0.4);
}

.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #ff00ff;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}

.product-image-wide {
  width: 100%;
  height: 140px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

.product-image-wide>img {
  width: 80%;
  height: 80%;
}

.product-info-wide {
  display: flex;
  justify-content: space-between;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 8px 18px;
  background-color: rgba(20, 20, 40, 0.8);
}

.product-title-wide {
  font-size: 14px;
  color: #fff;
}

.stars {
  font-size: 0.7rem;
  cursor: pointer;
  user-select: none;
}

.star {
  display: inline-block;
  color: #ddd;
  transition: all 0.2s ease;
  cursor: pointer;
}

.star.active {
  color: #ffc107;
  transform: scale(1.2);
  text-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
}

.product-meta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #00ffff;
}

.original-price {
  text-decoration: line-through;
  color: #888;
}

/*EARN SECTION END*/


/*SETTINGS START*/
.hero.small {
  padding: 3rem;
}

.hero-user {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  background: transparent;
  color: #fff;
  overflow: hidden;
  font-size: 12px;
}

.hero-user-logo {
  position: relative;
}

.hero-user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.hero-user-img {
  position: relative;
  background: transparent;
  color: #fff;
}

.hero-user-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: var(--gradient-border);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.hero-user-img:hover {
  transform: translateY(-2px);

}

.hero-user-img img {
  width: 100%;
  height: 100%;
}

.hero-user-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.hero-user-title {
  color: var(--text2);
  font-size: 1.2rem;
  font-weight: 600;
}

.hero-user-date {
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 500;
}

.hero-user-img-badg {
  position: absolute;
  bottom: 5px;
  inset-inline-start: 0;
  display: flex;
  gap: 5px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0774FD;
  color: #fff;
  border-radius: 3px;
  font-size: .5rem;
}



.settings-section {
  background: var(--bg);
  padding: 4rem 2rem;
  border-top: 1px solid var(--border);
}

.settings-container {
  margin-top: 3rem;
  margin: 1rem auto 0;
  border: 2px solid var(--border);
  border-radius: 12px;
}

.section-taps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: .8rem;
}

.section-tap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  height: 40px;
  font-size: 15px;
  color: #4c70ff;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.15s;
  text-transform: capitalize;
}

.section-tap.active,
.section-tap:hover {
  background-color: #4c70ff;
  color: #fff;
  cursor: pointer;
}

.section-tap-container {
  position: relative;
  width: 100%;
}

.action-form {
  width: 100%;
}

.form-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-transform: capitalize;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: var(--background3);
  box-shadow: 0 0 3px 0 rgba(150, 150, 150, 0.15);
  padding: 18px 14px;
  min-height: inherit;
  box-sizing: border-box;
}

.form-option.row {
  width: 96%;
  margin: 2px 2%;
}

.form-option {
  width: 28%;
  margin: 3px 2%;
}

.form-option.larg {
  width: 45%;
  margin: 2px 2%;
}

.input-label {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 5px 0;
  padding-inline-end: 3px;
  font-size: 14px;
  font-weight: 700;
}

.input-field {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form-option>div>input,
.form-option>div>select,
.form-option>div>textarea {
  width: 100%;
  outline: 0;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #f6f7f9;
  border: 2px solid #e8ebed;
  color: #576366;
  -webkit-appearance: none;
  border-radius: 7px;
  box-sizing: border-box;
  transition: .2s;
}

.inputField {
  margin: 5px;
  height: 45px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: 0;
  padding: 0 2rem;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
}

.inputField.row {
  width: 100%;
}

.submit-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.btn-style-one {
  width: 300px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 24px;
  color: #ffffff;
  outline: none;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 16px;
  background-color: #ff8048;
  text-transform: capitalize;
  padding: 8px 20px;
  box-shadow: 0px 0px 20px rgba(23, 23, 23, 0.15);
  background-color: #0774FD;
  transition: transform 0.2s;
}

/*SETTINGS END*/



@media only screen and (max-width: 800px) {
  .navbar-actions {
    display: none;
  }

  .heder_toggle.active .navbar-actions {
    display: flex;
  }
}

@media only screen and (max-width: 1100px) {
  .navbar-menu {
    display: none;
  }

  .heder_toggle {
    justify-content: center;
  }

  .heder_toggle.active {
    padding-top: 2rem;
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 100;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: var(--bg);
  }

  .shrink .heder_toggle.active {
    top: calc(100% - 10px);
  }

  .heder_toggle.active .navbar-menu {
    display: flex;
  }

  .burger {
    display: inline-block;
    cursor: pointer;
    padding: 20px 5%;
  }

  .navbar-menu {
    flex-direction: column;
    padding: 1rem 3rem;
    gap: 1rem;
  }

  .nav-link {
    background: var(--bg4);
    border: 1.5px solid rgba(0, 85, 135, 0.3);
    border-radius: 12px;
    padding: 10px 16px;
    color: #8899cc;
    width: 200px;
    display: flex;
    align-items: center;
  }

  .footer-grid {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: unset;
    padding: 0 2rem;
  }
}