/* ----  variable css start here  ---- */
:root {
  --vh: 100vh;
  --fs-12: 12px;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: clamp(1.125rem, 0.48vw + 1.014rem, 1.25rem);
  --fs-24: clamp(1.25rem, 0.96vw + 1.025rem, 1.5rem);
  --fs-26: clamp(1.5rem, 0.48vw + 1.389rem, 1.625rem);
  --fs-28: clamp(1.625rem, 0.48vw + 1.514rem, 1.75rem);
  --fs-32: clamp(1.75rem, 0.96vw + 1.525rem, 2rem);
  --fs-36: clamp(2rem, 0.96vw + 1.775rem, 2.25rem);
  --fs-40: clamp(2.25rem, 0.96vw + 2.025rem, 2.5rem);
  --fs-44: clamp(2.5rem, 0.96vw + 2.275rem, 2.75rem);

  --dark-text: #000;
  --black: #000;
  --white: #fff;
  --primery-text: #b2b4b6;
  --light-grey-pure-border: #eaecf4;
  --light-dark-shade: #101010;
  --case-hover: #202020;
  --submenu-bg: #151515;
  --herder-border: #3d3d3d;
  --text-color: #aba5a5;
  /* Typography */
  --font-heading: "TT Firs Neue Trial Var Roman", sans-serif;
  --font-body: "TT Firs Neue Trial", sans-serif;

  --font-size-h1: 44px;
  --font-size-h2: 40px;
  --font-size-h3: 36px;
  --font-size-h4: 32px;
  --font-size-h5: 28px;
  --font-size-h6: 24px;
  --font-size-body: 16px;
  --font-weight-body: 400; /* Regular */

  --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%;

  /* button css */
  --button-primary-bg: #3f61ff;
  --button-white-bg: #fff;

  --button-primary-border: #132db7;
  --button-white-border: #fff;

  --button-primary-bg-hover: #132db7;
  --button-primary-border-hover: #3f61ff;
  --gradient-bg: linear-gradient(
    92.89deg,
    #0d0d3d 0.22%,
    #0d1d89 47.01%,
    #2787e3 90.15%,
    #138be5 100%
  );
}

@media (max-width: 767px) {
  :root {
    --fs-12: 12px;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-24: 24px;
    --fs-26: 26px;
    --fs-28: 28px;
    --fs-32: 32px;
    --fs-36: 36px;
    --fs-40: 40px;
    --fs-44: 44px;
  }
}

/* =========================================================
   DARK THEME
   ========================================================= */
[data-theme="dark"] {
  --theme-dark: #000;
  --section-dark: #000;
  --theme-white-text: #fff;
  --grey-light-text: #b2b4b6;
  --light-dark-bg-hover: #191919;
  --wwd-card-bg: #101010;
  --recogSection-bg: #101010;
  --grey-border: #2d343b;
  --rd-card-bg: #202020;
  --faq-bg: #101010;
}

/* =========================================================
   LIGHT THEME
   ========================================================= */
[data-theme="light"] {
  --grey-light-text:#575E69;
  --theme-dark: #fff;
  --faq-bg: #f5f7f9;
  --section-dark: #f5f7f9;
  --recogSection-bg: #f5f7f9;
  --rd-card-bg: #fff;
  --theme-white-text: #000;
  --wwd-text-light: #575e69;
  --wwd-card-bg: #fff;
  --light-dark-bg-hover: #191919;
  --grey-border: #f5f7f9;

  --location-bg: linear-gradient(
    92.89deg,
    #0d0d3d 0.22%,
    #0d1d89 47.01%,
    #2787e3 90.15%,
    #138be5 100%
  );

  --location-card-bg: rgba(0, 0, 0, 0.2);
}
body {
  background: var(--theme-dark, #000);
}
/* ----  variable css end here  ---- */
.section_title {
  font-size: var(--fs-40);
  line-height: 130%;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .section_title {
    font-size: var(--fs-28);
  }
}

@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;
  }
  .section_title {
    font-size: var(--fs-24);
  }
  .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;
  }
}

.primary_btn {
  font-size: var(--fs-16);
  border-radius: var(--radius-pill);
  font-weight: 400;
  padding: var(--space-0);
  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;
}
.primary_white_btn {
  background: var(--white);
}
.primary_white_btn .arrow {
  background-image: url(../images/arrow-right_h.png) !important;
}
.primary_white_btn .btn-text {
  color: var(--black);
}
.customeGr_btn {
  border: 1px solid var(--button-primary-bg);
  background: var(--button-primary-bg);
}
.customeBr_btn {
  border: 1px solid var(--white);
}
.customeGr_btn .btn-text,
.customeBr_btn .btn-text {
  color: var(--white);
}
.customeBr_btn:hover {
  box-shadow: 0px 1px 2px 0px #1018280d;
}
.primary_btn .arrow {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: var(--radius-round);
  width: var(--space-28);
  height: var(--space-28);
  background-image: url("../images/arrow-right.png");
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
  background-size: 55%;
}

.primary_btn:hover .arrow {
  background-image: url("../images/arrow-right.png");
  background-color: transparent;
  background-position: center center;
  background-size: 55%;
  animation: arrowbotmBannewg 0.5s;
}

.customeGr_btn:hover {
  background: var(--button-primary-bg-hover);
  box-shadow: inset 0px 1px 2px 0px #1018280d;
}
.customeGr_btn::before {
  display: none;
}

.primary_btn .btn-text {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: var(--fs-16);
  font-weight: 500;
}

@media screen and (max-width: 1399px) {
  .primary_btn {
    font-size: var(--fs-14);
    padding: 8px 8px 8px 15px;
  }

  .primary_btn .btn-text {
    font-size: var(--fs-14);
  }

  .primary_btn .arrow {
    height: var(--space-20);
    width: var(--space-20);
  }
}

@keyframes arrowbotmBannewg {
  0% {
    background-position: left -100% bottom -100%;
    background-size: 0%;
  }

  100% {
    background-position: center center;
    background-size: 55%;
  }
}

/* custome button */

::selection {
  background: var(--theme-color);
  color: var(--white);
}

a {
  color: var(--text-theme-primery);
  text-decoration: none;
  transition: color 0.15s ease;
}

/* ============================================================
   Common Components (Button / Title / Eyebrow) + Responsive
   ============================================================ */

@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);
  }
}
@media (max-width: 576px) {
  .mobile_circle_btn .btn-text {
    display: none;
  }
  .mobile_circle_btn {
    height: 38px;
    width: 38px;
    padding: 0;
  }
}

/* global anchor tag css */

.anchorTag {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}

.anchorTag:hover {
  color: var(--white) !important;
}
