/* ============================================================
   Design Tokens / Variables
   ============================================================ */
   
:root {
  /* this is same for both themes */
  --black: #000000;
  --theme-box: #070b13e0;
  --white: #ffffff;
  --light-text:#F5F5F5;
  --brand-gradient: linear-gradient(90deg,
      #00d4ff 0%,
      #00ffaa 35%,
      #ffff00 70%,
      #d4ff00 100%);
  --label-bg: #181b2599;
  --label-border: linear-gradient(90deg, #1a1a1a 0%, #262626 50%, #565656 100%);
  --text-gradient: linear-gradient(180deg, #ffffff 25%, #ababab 79.17%);
  --border-gradient: linear-gradient(299.2deg,
      #1a1a1a 0%,
      #262626 60.92%,
      #565656 100%);
  --blue-gradient: linear-gradient(94.33deg,
      #0d0d3d 1.74%,
      #0d1d89 53.64%,
      #2787e3 101.49%,
      #138be5 112.42%);

  --theme-color: #3f61ff;

  /* ── Colors change for dark theme and light theme ── */
  --body-bg: #0a0a0a;
  --bg-0: #0a0a0a;
  --boxBG: #1c1c1c;
  --accBorder: #26364c;
  --text-theme-primery: #ffffff;
  --text-color: #aba5a5;
  --herder-border: #3d3d3d;
  --submenu-bg: #151515;
  --menu-box: #282828;
  --light-border: #ffffff1f;
  --stats-color: #9bacff;
  /* ── Gradients ── */

  /* ── Typography ── */
  --font-family-base: "Poppins", sans-serif;
  --fs-12: 12px;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-28: 28px;
  --fs-32: 32px;
  --fs-36: 36px;
  --fs-40: 40px;
  --fs-44: 44px;

  --lh-120: 120%;
  --lh-130: 130%;
  --lh-140: 140%;
  --lh-150: 150%;
  --lh-160: 160%;

  /* ── Spacing ── */
  --space-0: 0;
  --space-1: 1px;
  --space-2: 2px;
  --space-4: 4px;
  --space-5: 5px;
  --space-6: 6px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-14: 14px;
  --space-15: 15px;
  --space-16: 16px;
  --space-18: 18px;
  --space-20: 20px;
  --space-24: 24px;
  --space-28: 28px;
  --space-30: 30px;
  --space-32: 32px;
  --space-35: 35px;
  --space-40: 40px;
  --space-48: 48px;
  --space-60: 60px;
  --space-80: 80px;
  --space-100: 100px;
  --space-150: 150px;
  --space-200: 200px;

  /* ── Radius ── */
  --radius-lg: 16px;
  --radius-pill: 50px;
  --radius-round: 50%;
}

/* Light theme overrides */
:root[data-theme="light"] {
  --body-bg: #f5f7fb;
  --bg-0: #f5f7fb;
  --boxBG: #ffffff;
  --accBorder: #9eb3ff;
  --text-theme-primery: #111827;
  --text-color: #4b5563;
}

.section_gap {
  padding: var(--space-60) 0;
}

@media (max-width: 992px) {
  .section_gap {
    padding: var(--space-40) 0;
  }
}

@media (max-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 98% !important;
    width: 98% !important;
  }
}
@media (max-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1140px !important;
    width: 98% !important;
  }

  .q3-navbar {
    gap: 4px;
  }
}

@media screen and (max-width: 991px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 98% !important;
    margin: 0 auto;
    width: 98% !important;
  }
}

@media (max-width: 576px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.text-gradient {
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

::-webkit-scrollbar {
  height: 7px;
  background: var(--boxBG);
  border-radius: 10px;
  width: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--white);
  border-radius: 10px;
  height: 7px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--white);
}

/* slider btn */

.sliderbtn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  position: relative;
  border: 0;
  background: var(--label-border);
}

.sliderbtn img {
  position: relative;
  z-index: 1;
}

.sliderbtn::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: var(--label-bg);
  border-radius: 50%;
  z-index: 0;
  box-shadow:
    -1px -1px 2px -1px #ffffff91,
    inset 0px -2px 2px -2px #ffffff91,
    inset -1px -1px 2px -1px #ffffff91,
    0px -2px 2px -2px #ffffff91;
}


@media (max-width: 576px) {

  /* .carousel-nav {
    position: absolute;
    top: 42%;
    z-index: 2;
    width: calc(100% + 20px) !important;
    left: -10px;
    justify-content: space-between;
  } */
  .sliderbtn {
    width: 32px;
    height: 32px;
  }

  .sliderbtn img {
    width: 73%;
  }
}


/* fontello icons */

.demo-icon {
  font-family: "lu";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px !important;
}

/* fontello icons */

/* common css */

.primary_btn {
  color: var(--white);
  font-size: var(--fs-16);
  border-radius: var(--radius-pill);
  font-weight: 400;
  padding: var(--space-0);
  /* text-transform: capitalize; */
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding: var(--space-10) var(--space-12) var(--space-10) var(--space-20);
  display: flex;
  gap: var(--space-5);
  align-items: center;
  justify-content: center;
  width: max-content;
  z-index: 12;
  border:0 ;
  outline: none;
}

.customeGr_btn {
  background-image: var(--brand-gradient);
}

.customeGr_btn::before {
  position: absolute;
  content: "";
  height: calc(100% - var(--space-4));
  width: calc(100% - var(--space-4));
  background-color: var(--black);
  z-index: 0;
  top: var(--space-2);
  border-radius: var(--radius-pill);
  left: var(--space-2);
}

.primary_btn .arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: var(--radius-round);
  width: var(--space-28);
  height: var(--space-28);
  background-image: url("../images/gradient-arrow.svg");
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.primary_btn:hover .arrow {
  color: #fff;
  background-image: url("../images/arrow-right_h.png");
  background-color: #fff;
  background-position: center center;
  background-size: 55%;
  animation: arrowbotmBannewg 0.5s;
}

.primary_btn .btn-text {
  display: inline-block;
  color: var(--white);
  position: relative;
  z-index: 1;
  font-size: var(--fs-16);
  font-weight: 500;
}

@keyframes arrowbotmBannewg {
  0% {
    background-position: left -100% bottom -100%;
    background-size: 0%;
  }

  100% {
    background-position: center center;
    background-size: 55%;
  }
}

/* custome button */
body {
  background: var(--bg-0);
  color: var(--text-theme-primery);
  font-family: var(--font-family-base) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--theme-color);
  color: var(--white);
}

.section {
  position: relative;
}

a {
  color: var(--text-theme-primery);
  text-decoration: none;
  transition: color 0.15s ease;
}

.section_title {
  font-size: var(--fs-40);
  line-height: 130%;
  color: var(--text-theme-primery);
  font-weight: 500;
}

/* ============================================================
   Common Components (Button / Title / Eyebrow) + Responsive
   ============================================================ */
@media (max-width: 1200px) {
  .section_title {
    font-size: var(--fs-28);
  }
}

@media (max-width: 768px) {
  .primary_btn {
    font-size: var(--fs-14);
    padding: var(--space-8) var(--space-12) var(--space-8) var(--space-20);
  }

  .primary_btn .btn-text {
    font-size: var(--fs-14);
  }

  .primary_btn .arrow {
    width: var(--space-24);
    height: var(--space-24);
  }

  .section_title {
    font-size: var(--fs-24);
  }
}

body {
  background: var(--body-bg);
}

main {
  position: relative;
  z-index: 1;
}


/* global anchor tag css */

.anchorTag {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}

.anchorTag:hover {
  color: var(--white) !important;
}