/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Outfit", sans-serif;
  --body-font: "Inter", sans-serif;
  --b-radius-20: clamp(0.875rem, 0.781rem + 0.469vw, 1.25rem);
  --b-radius-16: clamp(0.625rem, 0.531rem + 0.469vw, 1rem);
  --b-radius-12: clamp(0.5rem, 0.321rem + 0.476vw, 0.75rem);
  --b-radius-8: clamp(0.313rem, 0.266rem + 0.234vw, 0.5rem);
  --b-radius-6: clamp(0.188rem, 0.141rem + 0.234vw, 0.375rem);
  --common-radius: clamp(0.313rem, 0.266rem + 0.234vw, 0.5rem);
  --common-p: clamp(0.75rem, 0.688rem + 0.313vw, 1rem)
    clamp(1rem, 0.938rem + 0.313vw, 1.25rem);
  --common-p-sm: 12px 16px !important;
  /* ========================= Theme Color Start ============================= */
  --base-h: 237;
  --base-s: 100%;
  --base-l: 58%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-d-100: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.9);
  --base-d-1000: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 1);
  --base-l-100: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
  --base-l-200: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
  --base-l-300: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
  --base-l-400: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
  --base-l-500: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
  --base-l-600: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
  --base-l-700: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
  --base-l-800: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
  --base-l-900: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
  --base-l-1000: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 1);
  --base-two-h: 237;
  --base-two-s: 72%;
  --base-two-l: 6%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  --base-two-d-100: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.1);
  --base-two-d-200: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.2);
  --base-two-d-300: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.3);
  --base-two-d-400: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.4);
  --base-two-d-500: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.5);
  --base-two-l-100: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
  --base-two-l-200: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
  --base-two-l-300: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
  --base-two-l-400: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
  --base-two-l-500: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
  /* ========================= Theme Color End ============================= */
  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --body-color: 0 0% 80%;
  --body-bg: 214 79% 9%;
  --heading-color: 0 0% 100%;
  --black: 0 0% 0%;
  --border-color: 0 0% 88%;
  --section-bg: 0 0% 87%;
  /* ================================ Box Shadow Start =============================== */
  --box-shadow: 0px 2px 15px hsl(var(--white) / 0.05);
  --box-shadow-2: 1px 7px 16px 0px hsl(var(--black) / 0.28);
  /* ================================ Box Shadow End =============================== */
  /* ============================== Bootstrap Modifier Start ============================== */
  /* Primary Color */
  --primary-h: 238;
  --primary-s: 100%;
  --primary-l: 40%;
  --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  --primary-d-100: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.1);
  --primary-d-200: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.2);
  --primary-d-300: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.3);
  --primary-d-400: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.4);
  --primary-d-500: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.5);
  --primary-l-100: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
  --primary-l-200: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
  --primary-l-300: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
  --primary-l-400: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
  --primary-l-500: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
  /* Secondary Color */
  --secondary-h: 208;
  --secondary-s: 7%;
  --secondary-l: 46%;
  --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  --secondary-d-100: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.1);
  --secondary-d-200: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.2);
  --secondary-d-300: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.3);
  --secondary-d-400: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.4);
  --secondary-d-500: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.5);
  --secondary-l-100: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
  --secondary-l-200: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
  --secondary-l-300: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
  --secondary-l-400: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
  --secondary-l-500: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
  /* Success Color */
  --success-h: 112;
  --success-s: 100%;
  --success-l: 40%;
  --success: var(--success-h) var(--success-s) var(--success-l);
  --success-d-100: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.1);
  --success-d-200: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.2);
  --success-d-300: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.3);
  --success-d-400: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.4);
  --success-d-500: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.5);
  --success-l-100: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
  --success-l-200: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
  --success-l-300: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
  --success-l-400: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
  --success-l-500: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
  /* Danger Color */
  --danger-h: 0;
  --danger-s: 96%;
  --danger-l: 63%;
  --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  --danger-d-100: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.1);
  --danger-d-200: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.2);
  --danger-d-300: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.3);
  --danger-d-400: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.4);
  --danger-d-500: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.5);
  --danger-l-100: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
  --danger-l-200: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
  --danger-l-300: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
  --danger-l-400: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
  --danger-l-500: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
  /* Warning Color */
  --warning-h: 40;
  --warning-s: 100%;
  --warning-l: 46%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  --warning-d-100: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.5);
  --warning-l-100: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  /* Info Color */
  --info-h: 196;
  --info-s: 100%;
  --info-l: 50%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  --info-d-100: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.5);
  --info-l-100: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  /* Purple Color */
  --purple: 263 100% 63%;
  /* Aqua  Color */
  --aqua: 186 97% 38%;
  /* Orange  Color */
  --orange: 28 91% 47%;
  --pink: 308 91% 47%;
  /* ============================== Bootstrap Modifier End ============================== */
  /* ============================== Dark Mood Color Modify Start ============================== */
  /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme="dark"] {
  --white: 200 9% 7%;
  --black: 210 40% 98%;
}

/* ========================= Css Variables End =========================== */
/* ======================  Custom Classes Start  ======================*/
@media screen and (min-width: 425px) and (max-width: 575px) {
  .col-xsm-6 {
    width: 50%;
  }
}

.section-bg {
  background-color: hsl(var(--section-bg)) !important;
}

.text-muted {
  color: hsl(var(--white) / 0.6) !important;
}

.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.bg-img-2 {
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.bg--transparent {
  background-color: transparent !important;
}

.parallax--bg {
  background-attachment: fixed !important;
}

.fit--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.position--center {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-pointer {
  cursor: pointer;
}

.gradient-text {
  background-image: linear-gradient(
    180deg,
    hsl(var(--base-d-200)) 0%,
    hsl(var(--base)) 100%
  );
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text::selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
  background: transparent;
}

.placeholder--white::placeholder {
  color: hsl(var(--white) / 0.7);
}

.text--underline {
  text-decoration: underline !important;
}

/* Mask Image Css */
.mask-box {
  mask-mode: match-source;
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}

/* ======================  Custom Classes End  ======================*/
/* ============================= Positioning Css Class Start ===================== */
.pa-extend {
  position: absolute;
  content: "";
}

.top-center-extend,
.accordion .accordion-button[aria-expanded="true"]::after,
.accordion .accordion-button[aria-expanded="false"]::after {
  top: 50%;
  transform: translateY(-50%);
}

.left-center-extend {
  left: 50%;
  transform: translateX(-50%);
}

.top-left-center-extend {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: hsl(var(--body-bg));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: clamp(0.875rem, 0.844rem + 0.156vw, 1rem);
}

main {
  overflow: hidden;
}

p {
  font-size: clamp(0.875rem, 0.844rem + 0.156vw, 1rem);
  font-weight: 400;
  margin: 0;
  color: hsl(var(--body-color));
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  font-weight: 600;
}

h1 {
  font-size: clamp(1.875rem, 1.406rem + 2.344vw, 3.75rem);
}

h2 {
  font-size: clamp(1.625rem, 1.406rem + 1.094vw, 2.5rem);
}

h3 {
  font-size: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
}

h4 {
  font-size: clamp(1.125rem, 1.031rem + 0.469vw, 1.5rem);
}

h5 {
  font-size: clamp(1.063rem, 1.016rem + 0.234vw, 1.25rem);
}

h6 {
  font-size: clamp(1rem, 0.969rem + 0.156vw, 1.125rem);
  font-weight: 600;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  transition: 0.2s linear;
  line-height: inherit;
}

a {
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  color: hsl(var(--heading-color));
}

a:hover {
  color: hsl(var(--base-l-300));
}

img {
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

button:focus {
  outline: none;
  box-shadow: none;
}

/* ================================= Common Typography Css End =========================== */
/* ======================  Section Heading Start  ======================*/
.section-heading {
  position: relative;
  margin-bottom: clamp(2.5rem, 2.188rem + 1.563vw, 3.75rem);
  z-index: 2;
  max-width: 34.375rem;
  margin-inline: auto;
  text-align: center;
}

.section-heading__name {
  color: hsl(var(--base));
  font-size: clamp(0.938rem, 0.891rem + 0.234vw, 1.125rem);
  font-weight: 500;
  margin-bottom: clamp(0.375rem, 0.281rem + 0.469vw, 0.75rem);
}

.section-heading__desc {
  margin-top: clamp(0.5rem, 0.406rem + 0.469vw, 0.875rem);
}

.section-heading__btn {
  margin-top: clamp(1.875rem, 1.406rem + 2.344vw, 3.75rem);
}

.section-heading.style-left {
  max-width: 25rem;
  margin-inline: unset;
  text-align: start;
  margin-bottom: clamp(1.563rem, 1.328rem + 1.172vw, 2.5rem);
}

.section-heading.style-left .section-heading__name {
  justify-content: start;
}

.section-heading.style-between {
  max-width: 100%;
  display: flex;
  text-align: start;
  justify-content: space-between;
  gap: clamp(0.5rem, 0.406rem + 0.469vw, 0.875rem);
}

@media screen and (max-width: 991px) {
  .section-heading.style-between {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    max-width: 34.375rem;
    margin-inline: auto;
    text-align: center;
  }
}

.section-heading.style-between .section-heading__name {
  justify-content: start;
}

.section-heading.style-between .section-heading__title {
  max-width: 31.25rem;
}

@media screen and (max-width: 991px) {
  .section-heading.style-between .section-heading__title {
    margin-inline: auto;
    text-align: center;
  }
}

.section-heading.style-between .section-heading__desc {
  max-width: 21.875rem;
}

@media screen and (max-width: 991px) {
  .section-heading.style-between .section-heading__desc {
    margin-inline: auto;
  }
}

.section-heading.style-between .btn {
  flex-shrink: 0;
}

.section-heading.style-white .section-heading__name {
  color: hsl(var(--white) / 0.9);
}

.section-heading.style-white .section-heading__title {
  color: hsl(var(--white));
}

.section-heading.style-white .section-heading__desc {
  color: hsl(var(--white) / 0.8);
}

/* ======================  Section Heading End  ======================*/
/* ======================  Overlay Section Start  ======================*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--black) / 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 10;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ======================  Overlay Section End  ======================*/
/* ====================== Container for xxxl screen Start ==================== */
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
/* ====================== Container for xxxl screen End ==================== */
/* ======================  avater Start  ======================*/
.avater_list {
  display: flex;
}

.avater_list .avater {
  width: 30px;
  height: 30px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  border: 2px solid hsl(var(--white));
}

.avater_list .avater:not(:first-child) {
  margin-left: -8px;
}

@media screen and (max-width: 991px) {
  .avater_list .avater {
    width: 2.5rem;
    height: 2.5rem;
  }

  .avater_list .avater:not(:first-child) {
    margin-left: -2px;
  }
}

.avater_list .avater img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.avater_list .avater:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.avater_list .avater .avater_number {
  color: hsl(var(--base-two));
}

/* ======================  avater End  ======================*/
/* ======================  Glove Start  ======================*/
.glove--base {
  width: clamp(18.75rem, 13.594rem + 25.781vw, 39.375rem);
  height: clamp(18.75rem, 13.594rem + 25.781vw, 39.375rem);
  border-radius: 50%;
  filter: blur(260px);
  background-color: hsl(var(--base) / 0.42);
  position: absolute;
  z-index: -2;
}

.glove--base:nth-child(1) {
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
}

.glove--base:nth-child(2) {
  top: -50%;
  left: -15%;
}

.glove--base:nth-child(3) {
  top: -50%;
  right: -15%;
}

.glove--base:nth-child(4) {
  bottom: -45%;
  width: 80%;
}

@media screen and (max-width: 991px) {
  .glove--base:nth-child(1) {
    top: -30%;
    left: 40%;
    transform: translateX(-50%);
  }

  .glove--base:nth-child(2) {
    top: -40%;
    left: -10%;
  }

  .glove--base:nth-child(3) {
    top: -40%;
    right: -10%;
  }

  .glove--base:nth-child(4) {
    bottom: -35%;
    right: 40%;
    transform: translateX(50%);
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .glove--base:nth-child(1) {
    top: -10%;
    left: 20%;
    transform: translateX(-50%);
  }

  .glove--base:nth-child(2) {
    top: -10%;
    left: -5%;
  }

  .glove--base:nth-child(3) {
    top: -10%;
    right: -5%;
  }

  .glove--base:nth-child(4) {
    bottom: -30%;
    width: 60%;
  }
}

/* ======================  patter-1 Start  ======================*/
.pattern-1 {
  position: absolute;
  top: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 80%;
  background-color: hsl(var(--white));
  z-index: -1;
  mask-size: cover;
  border-radius: 50%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media screen and (max-width: 991px) {
  .pattern-1 {
    height: 70%;
  }
}

@media screen and (max-width: 767px) {
  .pattern-1 {
    height: 40%;
  }
}

@media screen and (max-width: 575px) {
  .pattern-1 {
    height: 30%;
  }
}

/* ======================  patter-1 End  ======================*/
/* ======================  Common Shape Start  ======================*/
.common__shape {
  max-width: clamp(9.375rem, 3.531rem + 29.219vw, 32.75rem);
  position: absolute;
  top: 0;
  z-index: -2;
}

.common__shape:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
}

/* ======================  Common Shape End  ======================*/
/*
/* ======================  wyg Start  ======================*/
.wyg h1,
.wyg h2,
.wyg h3,
.wyg h4,
.wyg h5 {
  color: hsl(var(--heading-color));
  margin-bottom: 12px;
  margin-top: 20px;
}

.wyg p {
  font-size: 16px;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .wyg p {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.wyg h2 {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .wyg h2 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .wyg h2 {
    margin-bottom: 14px;
  }
}

.wyg ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
  list-style: disc;
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .wyg ul {
    gap: 14px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wyg ul {
    gap: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}

.wyg ul li {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .wyg ul li {
    font-size: 14px;
  }
}

.wyg ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 48px;
  list-style: decimal;
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .wyg ol {
    gap: 14px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wyg ol {
    gap: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
/* ======================  wyg End  ======================*/
/* ================================= Background Color Css Start =========================== */
.bg--base {
  background-color: hsl(var(--base)) !important;
}

.bg--base-two {
  background-color: hsl(var(--base-two)) !important;
}

.bg--primary {
  background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
  background-color: hsl(var(--secondary)) !important;
}

.bg--success {
  background-color: hsl(var(--success)) !important;
}

.bg--danger {
  background-color: hsl(var(--danger)) !important;
}

.bg--warning {
  background-color: hsl(var(--warning)) !important;
}

.bg--info {
  background-color: hsl(var(--info)) !important;
}

.bg--white {
  background-color: hsl(var(--white)) !important;
}

.bg--black {
  background-color: hsl(var(--black)) !important;
}

.bg--aqua {
  background-color: hsl(var(--aqua)) !important;
}

.bg--purple {
  background-color: hsl(var(--purple)) !important;
}

.bg--orange {
  background-color: hsl(var(--orange)) !important;
}

.bg--pink {
  background-color: hsl(var(--pink)) !important;
}

.hover-bg--base:hover {
  background-color: hsl(var(--base)) !important;
}

.hover-bg--base-two:hover {
  background-color: hsl(var(--base-two)) !important;
}

.hover-bg--primary:hover {
  background-color: hsl(var(--primary)) !important;
}

.hover-bg--secondary:hover {
  background-color: hsl(var(--secondary)) !important;
}

.hover-bg--success:hover {
  background-color: hsl(var(--success)) !important;
}

.hover-bg--danger:hover {
  background-color: hsl(var(--danger)) !important;
}

.hover-bg--warning:hover {
  background-color: hsl(var(--warning)) !important;
}

.hover-bg--info:hover {
  background-color: hsl(var(--info)) !important;
}

.hover-bg--white:hover {
  background-color: hsl(var(--white)) !important;
}

.hover-bg--black:hover {
  background-color: hsl(var(--black)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
  color: hsl(var(--base)) !important;
}

.text--base-two {
  color: hsl(var(--base-two)) !important;
}

.text--primary {
  color: hsl(var(--primary)) !important;
}

.text--secondary {
  color: hsl(var(--secondary)) !important;
}

.text--success {
  color: hsl(var(--success)) !important;
}

.text--danger {
  color: hsl(var(--danger)) !important;
}

.text--warning {
  color: hsl(var(--warning)) !important;
}

.text--info {
  color: hsl(var(--info)) !important;
}

.text--white {
  color: hsl(var(--white)) !important;
}

.text--white7 {
  color: hsl(var(--white) / 0.7) !important;
}

.text--black {
  color: hsl(var(--black)) !important;
}

.text--black7 {
  color: hsl(var(--black) / 0.7) !important;
}

.text--shadow {
  text-shadow: 4px 1px 2px hsl(var(--black) / 0.6);
}

/* ================================= Color Css End =========================== */
/* ================================= Margin Css Start =========================== */
.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .my-120 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.mt-120 {
  margin-top: 60px;
}

@media (min-width: 576px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.my-100 {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .my-100 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.mt-100 {
  margin-top: 50px;
}

@media (min-width: 576px) {
  .mt-100 {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .mt-100 {
    margin-top: 100px;
  }
}

.mb-100 {
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .mb-100 {
    margin-bottom: 100px;
  }
}

.my-80 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .my-80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.mt-80 {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .mt-80 {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .mt-80 {
    margin-top: 80px;
  }
}

.mb-80 {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .my-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mt-60 {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

.my-40 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.mt-40 {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .mt-40 {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .mt-40 {
    margin-top: 40px;
  }
}

.mb-40 {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}

.my-30 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .my-30 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.mt-30 {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .mt-30 {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .mt-30 {
    margin-top: 30px;
  }
}

.mb-30 {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .mb-30 {
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .mb-30 {
    margin-bottom: 30px;
  }
}

/* ================================= Margin Css End =========================== */
/* ================================= Padding Css Start =========================== */
.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-120 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-120 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

.py-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .py-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pt-100 {
  padding-top: 50px;
}

@media (min-width: 576px) {
  .pt-100 {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .pt-100 {
    padding-top: 100px;
  }
}

.pb-100 {
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

.py-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 576px) {
  .py-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.pt-80 {
  padding-top: 40px;
}

@media (min-width: 576px) {
  .pt-80 {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .pt-80 {
    padding-top: 80px;
  }
}

.pb-80 {
  padding-bottom: 40px;
}

@media (min-width: 576px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}

.py-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 30px;
}

@media (min-width: 576px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}

.pb-60 {
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

.py-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .py-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pt-40 {
  padding-top: 20px;
}

@media (min-width: 576px) {
  .pt-40 {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .pt-40 {
    padding-top: 40px;
  }
}

.pb-40 {
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .pb-40 {
    padding-bottom: 40px;
  }
}

.py-30 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .py-30 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.pt-30 {
  padding-top: 20px;
}

@media (min-width: 576px) {
  .pt-30 {
    padding-top: 24px;
  }
}

@media (min-width: 992px) {
  .pt-30 {
    padding-top: 30px;
  }
}

.pb-30 {
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .pb-30 {
    padding-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .pb-30 {
    padding-bottom: 30px;
  }
}

/* ================================= Padding Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
  border-color: hsl(var(--base)) !important;
}

.border--base-two {
  border-color: hsl(var(--base-two)) !important;
}

.border--primary {
  border-color: hsl(var(--primary)) !important;
}

.border--secondary {
  border-color: hsl(var(--secondary)) !important;
}

.border--success {
  border-color: hsl(var(--success)) !important;
}

.border--danger {
  border-color: hsl(var(--danger)) !important;
}

.border--warning {
  border-color: hsl(var(--warning)) !important;
}

.border--info {
  border-color: hsl(var(--info)) !important;
}

.border--white {
  border-color: hsl(var(--white)) !important;
}

.border--black {
  border-color: hsl(var(--black)) !important;
}

/* ================================= Border Color Css End =========================== */
/* ======================  Font Size Start  ======================*/
.fs--12 {
  font-size: 12px !important;
}

.fs--14 {
  font-size: 14px !important;
}

.fs--16 {
  font-size: 16px !important;
}

.fs--18 {
  font-size: 18px !important;
}

.fs--20 {
  font-size: 20px !important;
}

.fs--22 {
  font-size: 22px !important;
}

.fs--24 {
  font-size: 24px !important;
}

.fs--26 {
  font-size: 26px !important;
}

.fs--28 {
  font-size: 28px !important;
}

.fs--30 {
  font-size: 30px !important;
}

.fs--32 {
  font-size: 32px !important;
}

.fs--34 {
  font-size: 34px !important;
}

.fs--36 {
  font-size: 36px !important;
}

.fs--38 {
  font-size: 38px !important;
}

.fs--40 {
  font-size: 40px !important;
}

.fs--42 {
  font-size: 42px !important;
}

.fs--44 {
  font-size: 44px !important;
}

.fs--46 {
  font-size: 46px !important;
}

.fs--48 {
  font-size: 48px !important;
}

.fs--50 {
  font-size: 50px !important;
}

.fs--52 {
  font-size: 52px !important;
}

.fs--54 {
  font-size: 54px !important;
}

.fs--56 {
  font-size: 56px !important;
}

.fs--58 {
  font-size: 58px !important;
}

.fs--60 {
  font-size: 60px !important;
}

.fs--62 {
  font-size: 62px !important;
}

.fs--64 {
  font-size: 64px !important;
}

.fs--66 {
  font-size: 66px !important;
}

.fs--68 {
  font-size: 68px !important;
}

.fs--70 {
  font-size: 70px !important;
}

/* ======================  Font Size End  ======================*/
/* ======================  Font Weight Start  ======================*/
.fw--100 {
  font-weight: 100 !important;
}

.fw--200 {
  font-weight: 200 !important;
}

.fw--300 {
  font-weight: 300 !important;
}

.fw--400 {
  font-weight: 400 !important;
}

.fw--500 {
  font-weight: 500 !important;
}

.fw--600 {
  font-weight: 600 !important;
}

.fw--700 {
  font-weight: 700 !important;
}

.fw--800 {
  font-weight: 800 !important;
}

.fw--900 {
  font-weight: 900 !important;
}

/* ======================  Font Weight End  ======================*/
/* ======================  Radius Start  ======================*/
.radius--0 {
  border-radius: 0px !important;
}

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

.radius--4 {
  border-radius: 4px !important;
}

.radius--6 {
  border-radius: 6px !important;
}

.radius--8 {
  border-radius: 8px !important;
}

.radius--10 {
  border-radius: 10px !important;
}

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

.radius--14 {
  border-radius: 14px !important;
}

.radius--16 {
  border-radius: 16px !important;
}

.radius--18 {
  border-radius: 18px !important;
}

.radius--20 {
  border-radius: 20px !important;
}

.radius--22 {
  border-radius: 22px !important;
}

.radius--24 {
  border-radius: 24px !important;
}

.radius--26 {
  border-radius: 26px !important;
}

.radius--28 {
  border-radius: 28px !important;
}

.radius--30 {
  border-radius: 30px !important;
}

.radius--32 {
  border-radius: 32px !important;
}

.radius--50 {
  border-radius: 50% !important;
}

/* ======================  Radius End  ======================*/
/* ======================  z-index Start  ======================*/
.z--1 {
  z-index: 1;
}

.z--2 {
  z-index: 2;
}

.z--3 {
  z-index: 3;
}

.z--4 {
  z-index: 4;
}

.z--5 {
  z-index: 5;
}

.z--6 {
  z-index: 6;
}

.z--7 {
  z-index: 7;
}

.z--8 {
  z-index: 8;
}

.z--9 {
  z-index: 9;
}

.zm--1 {
  z-index: -1;
}

.zm--2 {
  z-index: -2;
}

.zm--3 {
  z-index: -3;
}

.zm--4 {
  z-index: -4;
}

.zm--5 {
  z-index: -5;
}

.zm--6 {
  z-index: -6;
}

.zm--7 {
  z-index: -7;
}

.zm--8 {
  z-index: -8;
}

.zm--9 {
  z-index: -9;
}

/* ======================  z-index End  ======================*/
/* ======================  Width Start  ======================*/
.w--10 {
  width: 10% !important;
}

.w--20 {
  width: 20% !important;
}

.w--30 {
  width: 30% !important;
}

.w--40 {
  width: 40% !important;
}

.w--50 {
  width: 50% !important;
}

.w--60 {
  width: 60% !important;
}

.w--70 {
  width: 70% !important;
}

.w--80 {
  width: 80% !important;
}

.w--90 {
  width: 90% !important;
}

.w--100 {
  width: 100% !important;
}

/* ======================  Width End  ======================*/
/* ======================  Height Start  ======================*/
.h--10 {
  height: 10% !important;
}

.h--20 {
  height: 20% !important;
}

.h--30 {
  height: 30% !important;
}

.h--40 {
  height: 40% !important;
}

.h--50 {
  height: 50% !important;
}

.h--60 {
  height: 60% !important;
}

.h--70 {
  height: 70% !important;
}

.h--80 {
  height: 80% !important;
}

.h--90 {
  height: 90% !important;
}

.h--100 {
  height: 100% !important;
}

/* ======================  Height End  ======================*/
/* ======================  Gap Start  ======================*/
.gap--4 {
  gap: 4px !important;
}

.gap--8 {
  gap: 8px !important;
}

.gap--12 {
  gap: 12px !important;
}

.gap--16 {
  gap: 16px !important;
}

.gap--20 {
  gap: 20px !important;
}

.gap--24 {
  gap: 24px !important;
}

.gap--28 {
  gap: 28px !important;
}

.gap--32 {
  gap: 32px !important;
}

.gap--36 {
  gap: 36px !important;
}

.gap--40 {
  gap: 40px !important;
}

.gap--44 {
  gap: 44px !important;
}

.gap--48 {
  gap: 48px !important;
}

.gap--52 {
  gap: 52px !important;
}

.gap--56 {
  gap: 56px !important;
}

.gap--60 {
  gap: 60px !important;
}

.gap--64 {
  gap: 64px !important;
}

.gap--68 {
  gap: 68px !important;
}

.gap--72 {
  gap: 72px !important;
}

.gap--76 {
  gap: 76px !important;
}

.gap--80 {
  gap: 80px !important;
}

.gap--84 {
  gap: 84px !important;
}

.gap--88 {
  gap: 88px !important;
}

/* ======================  Gap End  ======================*/
/* =========================== Accordion Css start ============================= */
.accordion {
  --accordion-p: clamp(0.625rem, 0.469rem + 0.781vw, 1.25rem);
  position: relative;
  z-index: 1;
  border-radius: var(--b-radius-12);
  overflow: visible;
  margin: var(--accordion-p);
}

.accordion::after {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--accordion-p));
  background-color: hsl(var(--body-bg));
  border-radius: inherit;
  z-index: -1;
}

.accordion::before {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--accordion-p) - 1px);
  background-image: linear-gradient(
    180deg,
    hsl(var(--base) / 0.5),
    transparent,
    hsl(var(--base) / 0.5)
  );
  border-radius: inherit;
  z-index: -2;
}

.accordion .accordion-item {
  border: 1px solid hsl(var(--white) / 0.1);
  background-color: transparent !important;
  border-radius: 8px;
  overflow: hidden;
}

.accordion .accordion-item:not(:last-child) {
  margin-bottom: clamp(0.5rem, 0.438rem + 0.313vw, 0.75rem);
}

.accordion .accordion-header {
  line-height: 1;
}

.accordion .accordion-body {
  padding: clamp(0.75rem, 0.563rem + 0.938vw, 1.5rem);
  padding-top: 0;
  background-color: hsl(var(--white) / 0.04);
  color: hsl(var(--body-color));
}

@media screen and (max-width: 767px) {
  .accordion .accordion-body {
    font-size: 14px;
  }
}

.accordion:first-of-type .accordion-button.collapsed {
  border-radius: 8px;
}

.accordion:last-of-type .accordion-button.collapsed {
  border-radius: 8px;
}

.accordion .accordion-button {
  background-color: hsl(var(--white) / 0.04);
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  padding-inline: clamp(0.75rem, 0.563rem + 0.938vw, 1.5rem);
  padding-block: clamp(0.875rem, 0.656rem + 1.094vw, 1.75rem);
  padding-right: clamp(1.875rem, 1.563rem + 1.563vw, 3.125rem);
}

@media screen and (max-width: 767px) {
  .accordion .accordion-button {
    font-size: 16px;
  }
}

.accordion .accordion-button::after {
  background-image: none;
}

.accordion .accordion-button:focus {
  box-shadow: none;
}

.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion .accordion-button[aria-expanded="true"]::after,
.accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f068";
  display: inline-block;
  position: absolute;
  right: 15px;
  height: unset;
}

.accordion .accordion-button[aria-expanded="false"]::after {
  content: "+";
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: none;
  background-color: none;
  border-color: none;
}

.pill {
  border-radius: 40px !important;
}

.btn {
  color: hsl(var(--white)) !important;
  font-size: 14px;
  font-weight: 700;
  padding: var(--common-p);
  border-radius: clamp(0.25rem, 0.188rem + 0.313vw, 0.5rem);
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--body-font);
  display: inline-block !important;
  line-height: 1.5;
  transition: 0.3s;
}

.btn i::before {
  transition: 0.3s;
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
  box-shadow: none !important;
}

.btn:active {
  top: 1px;
}

.btn--lg {
  padding: 20px 35px;
}

@media screen and (max-width: 991px) {
  .btn--lg {
    padding: 18px 30px;
  }
}

@media screen and (max-width: 767px) {
  .btn--lg {
    padding: 16px 25px;
  }
}

.btn--sm {
  padding: var(--common-p-sm);
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: var(--b-radius-6);
}

.btn--icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  padding: 0;
}

.btn--outline-light {
  color: hsl(var(--heading-color)) !important;
  border: 1px solid hsl(var(--black) / 0.08);
  transition: 0.3s;
}

.btn--outline-light:hover {
  background-color: hsl(var(--base-l-900));
  border: 1px solid transparent;
}

.btn-bubble {
  position: relative;
}

.btn-bubble:hover::before {
  top: -70%;
  background-image: radial-gradient(
      circle,
      hsl(var(--base-d-200)) 20%,
      transparent 20%
    ),
    radial-gradient(
      circle,
      transparent 20%,
      hsl(var(--base-d-200)) 20%,
      transparent 30%
    ),
    radial-gradient(circle, hsl(var(--base-d-200)) 20%, transparent 20%),
    radial-gradient(circle, hsl(var(--base-d-200)) 20%, transparent 20%),
    radial-gradient(
      circle,
      transparent 10%,
      hsl(var(--base-d-200)) 15%,
      transparent 20%
    ),
    radial-gradient(circle, hsl(var(--base-d-200)) 20%, transparent 20%),
    radial-gradient(circle, hsl(var(--base-d-200)) 20%, transparent 20%),
    radial-gradient(circle, hsl(var(--base-d-200)) 20%, transparent 20%),
    radial-gradient(circle, hsl(var(--base-d-200)) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

.btn-bubble:hover::after {
  bottom: -70%;
  background-image: radial-gradient(
      circle,
      hsl(var(--base-d-200)) 20%,
      transparent 20%
    ),
    radial-gradient(circle, hsl(var(--base-d-200)) 20%, transparent 20%),
    radial-gradient(
      circle,
      transparent 10%,
      hsl(var(--base-d-200)) 15%,
      transparent 20%
    ),
    radial-gradient(circle, hsl(var(--base-d-200)) 20%, transparent 20%),
    radial-gradient(circle, hsl(var(--base-d-200)) 20%, transparent 20%),
    radial-gradient(circle, hsl(var(--base-d-200)) 20%, transparent 20%),
    radial-gradient(circle, hsl(var(--base-d-200)) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.btn-bubble::before,
.btn-bubble::after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.btn--base {
  background-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base)) !important;
  color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.btn-lite--base {
  background-color: hsl(var(--base) / 0.2) !important;
  color: hsl(var(--base)) !important;
}

.btn-lite--base:hover,
.btn-lite--base:focus .btn-lite--base:focus-visible {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.btn-dark--base {
  background-color: hsl(var(--white) / 0.07) !important;
  border: 1px solid hsl(var(--white) / 0.05);
  color: hsl(var(--white)) !important;
}

.btn-dark--base:hover,
.btn-dark--base:focus .btn-dark--base:focus-visible {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.btn--base-two {
  background-color: hsl(var(--base-two)) !important;
}

.btn--base-two:hover,
.btn--base-two:focus .btn--base-two:focus-visible {
  background-color: hsl(var(--base-two-d-200)) !important;
  border: 1px solid hsl(var(--base-two-d-200)) !important;
}

.btn-outline--base-two {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base-two)) !important;
  color: hsl(var(--base-two)) !important;
}

.btn-outline--base-two:hover,
.btn-outline--base-two:focus .btn-outline--base-two:focus-visible {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white)) !important;
}

.btn-lite--base-two {
  background-color: hsl(var(--base-two) / 0.2) !important;
  color: hsl(var(--base-two)) !important;
}

.btn-lite--base-two:hover,
.btn-lite--base-two:focus .btn-lite--base-two:focus-visible {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white)) !important;
}

.btn-dark--base-two {
  background-color: hsl(var(--white) / 0.07) !important;
  border: 1px solid hsl(var(--white) / 0.05);
  color: hsl(var(--white)) !important;
}

.btn-dark--base-two:hover,
.btn-dark--base-two:focus .btn-dark--base-two:focus-visible {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white)) !important;
}

.btn--primary {
  background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
  background-color: hsl(var(--primary-d-200)) !important;
  border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--primary)) !important;
  color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
  background-color: hsl(var(--primary)) !important;
  color: hsl(var(--white)) !important;
}

.btn-lite--primary {
  background-color: hsl(var(--primary) / 0.2) !important;
  color: hsl(var(--primary)) !important;
}

.btn-lite--primary:hover,
.btn-lite--primary:focus .btn-lite--primary:focus-visible {
  background-color: hsl(var(--primary)) !important;
  color: hsl(var(--white)) !important;
}

.btn-dark--primary {
  background-color: hsl(var(--white) / 0.07) !important;
  border: 1px solid hsl(var(--white) / 0.05);
  color: hsl(var(--white)) !important;
}

.btn-dark--primary:hover,
.btn-dark--primary:focus .btn-dark--primary:focus-visible {
  background-color: hsl(var(--primary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--secondary {
  background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
  background-color: hsl(var(--secondary-d-200)) !important;
  border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--secondary)) !important;
  color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--white)) !important;
}

.btn-lite--secondary {
  background-color: hsl(var(--secondary) / 0.2) !important;
  color: hsl(var(--secondary)) !important;
}

.btn-lite--secondary:hover,
.btn-lite--secondary:focus .btn-lite--secondary:focus-visible {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--white)) !important;
}

.btn-dark--secondary {
  background-color: hsl(var(--white) / 0.07) !important;
  border: 1px solid hsl(var(--white) / 0.05);
  color: hsl(var(--white)) !important;
}

.btn-dark--secondary:hover,
.btn-dark--secondary:focus .btn-dark--secondary:focus-visible {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--danger {
  background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
  background-color: hsl(var(--danger-d-200)) !important;
  border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
  background-color: transparent !important;
  border: 1px solid hsl(var(--danger)) !important;
  color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
}

.btn-lite--danger {
  background-color: hsl(var(--danger) / 0.2) !important;
  color: hsl(var(--danger)) !important;
}

.btn-lite--danger:hover,
.btn-lite--danger:focus .btn-lite--danger:focus-visible {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
}

.btn-dark--danger {
  background-color: hsl(var(--white) / 0.07) !important;
  border: 1px solid hsl(var(--white) / 0.05);
  color: hsl(var(--white)) !important;
}

.btn-dark--danger:hover,
.btn-dark--danger:focus .btn-dark--danger:focus-visible {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
}

.btn--success {
  background-color: hsl(var(--success)) !important;
}

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
  background-color: hsl(var(--success-d-200)) !important;
  border: 1px solid hsl(var(--success-d-200)) !important;
}

.btn-outline--success {
  background-color: transparent !important;
  border: 1px solid hsl(var(--success)) !important;
  color: hsl(var(--success)) !important;
}

.btn-outline--success:hover,
.btn-outline--success:focus .btn-outline--success:focus-visible {
  background-color: hsl(var(--success)) !important;
  color: hsl(var(--white)) !important;
}

.btn-lite--success {
  background-color: hsl(var(--success) / 0.2) !important;
  color: hsl(var(--success)) !important;
}

.btn-lite--success:hover,
.btn-lite--success:focus .btn-lite--success:focus-visible {
  background-color: hsl(var(--success)) !important;
  color: hsl(var(--white)) !important;
}

.btn-dark--success {
  background-color: hsl(var(--white) / 0.07) !important;
  border: 1px solid hsl(var(--white) / 0.05);
  color: hsl(var(--white)) !important;
}

.btn-dark--success:hover,
.btn-dark--success:focus .btn-dark--success:focus-visible {
  background-color: hsl(var(--success)) !important;
  color: hsl(var(--white)) !important;
}

.btn--warning {
  background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
  background-color: hsl(var(--warning-d-200)) !important;
  border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
  background-color: transparent !important;
  border: 1px solid hsl(var(--warning)) !important;
  color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
  background-color: hsl(var(--warning)) !important;
  color: hsl(var(--white)) !important;
}

.btn-lite--warning {
  background-color: hsl(var(--warning) / 0.2) !important;
  color: hsl(var(--warning)) !important;
}

.btn-lite--warning:hover,
.btn-lite--warning:focus .btn-lite--warning:focus-visible {
  background-color: hsl(var(--warning)) !important;
  color: hsl(var(--white)) !important;
}

.btn-dark--warning {
  background-color: hsl(var(--white) / 0.07) !important;
  border: 1px solid hsl(var(--white) / 0.05);
  color: hsl(var(--white)) !important;
}

.btn-dark--warning:hover,
.btn-dark--warning:focus .btn-dark--warning:focus-visible {
  background-color: hsl(var(--warning)) !important;
  color: hsl(var(--white)) !important;
}

.btn--info {
  background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
  background-color: hsl(var(--info-d-200)) !important;
  border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
  background-color: transparent !important;
  border: 1px solid hsl(var(--info)) !important;
  color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
  background-color: hsl(var(--info)) !important;
  color: hsl(var(--white)) !important;
}

.btn-lite--info {
  background-color: hsl(var(--info) / 0.2) !important;
  color: hsl(var(--info)) !important;
}

.btn-lite--info:hover,
.btn-lite--info:focus .btn-lite--info:focus-visible {
  background-color: hsl(var(--info)) !important;
  color: hsl(var(--white)) !important;
}

.btn-dark--info {
  background-color: hsl(var(--white) / 0.07) !important;
  border: 1px solid hsl(var(--white) / 0.05);
  color: hsl(var(--white)) !important;
}

.btn-dark--info:hover,
.btn-dark--info:focus .btn-dark--info:focus-visible {
  background-color: hsl(var(--info)) !important;
  color: hsl(var(--white)) !important;
}

.btn--underline {
  text-decoration: underline;
  transition: 0.3s;
}

.btn--underline:hover {
  color: hsl(var(--base-l-200)) !important;
}

.btn--unstyle {
  position: relative;
  transition: 0.3s;
  font-size: 15px;
}

.btn--unstyle:hover {
  color: hsl(var(--base-l-300));
}

.btn--unstyle:hover::before {
  width: 100%;
}

.btn--unstyle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: hsl(var(--base-l-300));
  transition: 0.3s;
}

.btn--unstyle-2 {
  position: relative;
  transition: 0.3s;
  font-size: 15px;
  color: hsl(var(--base-l-300));
}

.btn--unstyle-2:hover {
  color: hsl(var(--base-l-200));
}

.btn--unstyle-2:hover::after {
  width: calc(100% - 18px);
}

.btn--unstyle-2:hover::before {
  color: hsl(var(--base-l-200));
}

.btn--unstyle-2::before {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
    color: hsl(var(--white));
    transition: 0.3s;
    font-size: 6px;
    position: relative;
    top: -3px;
}

.btn--unstyle-2::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: hsl(var(--base-l-300));
  transition: 0.3s;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.card {
  padding: 24px;
  border-radius: 8px;
  background-color: hsl(var(--base-l-300) / 0.08);
  border: 1px solid hsl(var(--white) 0.06);
  color: hsl(var(--body-color));
}

@media screen and (max-width: 1199px) {
  .card {
    padding: 16px;
  }
}

.card.border {
  border: 1px solid hsl(var(--white) / 0.04) !important;
}

.card-header {
  padding: 12px 0;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--black) / 0.06);
}

.card-title {
  margin-bottom: 0;
}

.card-body {
  background-color: hsl(var(--white));
  padding: 24px 0;
  border-radius: 5px;
}

.card-footer {
  padding: 12px 0;
  background-color: transparent;
  border-top: 1px solid hsl(var(--black) / 0.06);
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form-label {
  margin-bottom: 10px;
  font-size: 14px;
  color: hsl(var(--heading-color));
  font-weight: 500;
}

label.required:after {
  content: "*";
  color: hsl(var(--danger)) !important;
  margin-left: 2px;
}

.form-group {
  margin-bottom: 1rem;
}

/* Form Select */
.form-select {
  color: hsl(var(--heading-color)) !important;
  padding: 20px;
  border: 1px solid hsl(var(--white) / 0.04);
}

.form-select:focus {
  border-color: hsl(var(--white) / 0.2);
  color: hsl(var(--black)) !important;
  outline: 0;
  box-shadow: none;
}

.form-select option {
  background-color: hsl(var(--black));
  color: hsl(var(--black));
}

/* Form Select End */
/* Form Control Start */
.form-control {
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: var(--common-p);
  border-radius: var(--common-radius);
  background-color: hsl(var(--white) / 0.04) !important;
  border: 1px solid hsl(var(--white) / 0.12);
  color: hsl(var(--white)) !important;
  line-height: 1.5;
}

.form-control::placeholder {
  color: hsl(var(--white) / 0.4) !important;
}

.form-control:focus {
  background-color: hsl(var(--white) / 0.04);
  border-color: hsl(var(--base));
  box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: hsl(var(--white) / 0.2);
  opacity: 1;
  border: 0;
}

.form-control[type="password"] {
  color: hsl(var(--white) / 0.5);
  padding-right: 40px;
}

.form-control[type="password"]:focus {
  color: hsl(var(--white));
}

.form-control[type="file"] {
  padding: 15px 10px;
  position: relative;
}

.form-control[type="file"]::file-selector-button {
  padding: 10px;
  border-radius: 5px;
  background-color: hsl(var(--base)) !important;
  transition: 0.2s linear;
  position: relative;
  margin-left: 0;
  color: hsl(var(--white)) !important;
}

.form-control[type="file"]::file-selector-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--black));
}

.form-control-sm {
  padding: var(--common-p-sm);
}

/* Form Control End */
textarea.form-control {
  height: 160px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--white)) !important;
  caret-color: hsl(var(--white));
}

/* Autofill Css End */
/* input group */
.input-group {
  position: relative;
}

/* Show Hide Password */
/* Show Hide Password */
.password__input {
  position: relative;
  z-index: 1;
}

.password__input input {
  padding-right: 40px !important;
}

.password-show-hide {
  position: absolute;
  right: 12px;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--white) / 0.6);
}

.password-show-hide .open-eye-icon {
  display: none;
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  appearance: textfield;
}

/* Custom Checkbox Design */
.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
  min-height: auto;
}

.form-check .form-check-input {
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid hsl(var(--white) / 0.16);
  cursor: pointer;
  margin-left: 0;
  margin-top: 0;
  flex: 0 0 auto;
}

.form-check .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  box-shadow: none;
}

.form-check .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form-check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: hsl(var(--white));
  font-size: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-check .form-check-label {
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  line-height: 1;
  color: hsl(var(--heading-color));
}

/* Custom Radio Design */
.form-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
}

.form-radio .form-check-input {
  box-shadow: none;
  border: 2px solid hsl(var(--white) / 0.2);
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-top: 0;
}

.form-radio .form-check-input:active {
  filter: brightness(100%);
}

.form-radio .form-check-input:checked {
  background-color: transparent;
  border-color: hsl(var(--base));
}

.form-radio .form-check-input:checked[type="radio"] {
  background-image: none;
}

.form-radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  z-index: 3;
}

.form-radio .form-check-label {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/*  Custom Switch Design */
.form-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
}

.form-switch .form-check-input {
  border-radius: 3px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--white) / 0.2) !important;
  margin-left: 0;
  margin-top: 0;
  border-radius: 40px;
  width: 54px;
  height: 28px;
  cursor: pointer;
}

.form-switch .form-check-input:focus {
  border-radius: 40px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
}

.form-switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-color: hsl(var(--white));
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  border-radius: 50%;
  transition: 0.2s linear;
}

.form-switch .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
}

.form-switch .form-check-input:checked::before {
  left: calc(100% - 26px);
  background-color: hsl(var(--white)) !important;
}

.form-switch .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form-switch .form-check-label {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input-group {
  border-radius: var(--common-radius);
  border: 1px solid hsl(var(--white) / 0.12);
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .form-control {
  border-width: 0px !important;
  padding-right: 0;
  box-shadow: unset;
  background-color: transparent;
}

.input-group .form-control:focus {
  border: none !important;
}

.input-group .input-group-text + .form-control {
  padding-right: 20px;
  padding-left: 10px;
}

.input-group:focus-within {
  border: 1px solid hsl(var(--base));
}

.input-group .input-group-text {
  padding: 13px;
  border-width: 0px;
  border-radius: var(--common-radius);
  background-color: hsl(var(--white) / 0.04);
  color: hsl(var(--white));
}

.input-group .btn {
  background-color: hsl(var(--white) / 0.04) !important;
}

.input-group .form-control[readonly] {
  background: hsl(var(--white) / 0.3) !important;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: 0;
  padding-inline: clamp(1rem, 0.781rem + 1.094vw, 1rem) !important;
  padding-block: clamp(0.5rem, 0.375rem + 0.625vw, 1rem) !important;
}

.modal .modal-title {
  font-size: clamp(1.125rem, 1.094rem + 0.156vw, 1.25rem);
}

.modal .modal-content {
  border-color: hsl(var(--white) / 0.05);
  border-radius: 12px;
  background-color: hsl(var(--base-d-800));
  color: hsl(var(--body-color));
  box-shadow: 0px 0px 15px 0px hsl(var(--white) / 0.03);
}

.modal .close-btn {
  border-radius: 8px;
  transition: 0.2s linear;
  color: hsl(var(--body-color));
  font-size: clamp(1.25rem, 1.188rem + 0.313vw, 1.5rem);
}

.modal .close-btn:hover {
  color: hsl(var(--danger));
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 1;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.modal .modal-body {
  padding-top: 0;
  padding-bottom: clamp(1rem, 0.781rem + 1.094vw, 1.875rem) !important;
  background-size: 10px;
}

.modal .modal-body.scroll {
  max-height: calc(100% - 116px) !important;
  overflow: hidden !important;
}

.modal .modal-icon i {
  font-size: 2rem;
  color: hsl(var(--base));
  border: 3px solid hsl(var(--base));
}

.modal .modal-footer {
  background: hsl(var(--secondary-l-900) / 0.5);
  padding: 16px;
  border-top: 1px solid hsl(var(--secondary-l-900));
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media screen and (max-width: 767px) {
  .modal .modal-footer {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 424px) {
  .modal .modal-footer {
    padding: 10px;
  }
}

.modal .modal-footer > * {
  margin: 0;
}

.modal-backdrop {
  background-color: transparent;
  background: linear-gradient(
    45deg,
    hsl(var(--base-d-900) / 0.3),
    hsl(var(--base-two-d-900) / 0.3),
    hsl(var(--base-d-900) / 0.3)
  );
}

.modal-backdrop.show {
  opacity: 1;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 56px;
}

@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 48px;
  }
}

@media screen and (max-width: 991px) {
  .pagination {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 32px;
  }
}

.pagination .page-item.active .page-link {
  background: linear-gradient(180deg, hsl(var(--base)), transparent) !important;
  color: hsl(var(--white));
}

.pagination .page-item.disabled .page-link {
  color: hsl(var(--heading-color) / 0.4);
}

.pagination .page-item .page-link {
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 4px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--heading-color));
}

.pagination .page-item .page-link:hover {
  background: linear-gradient(180deg, hsl(var(--base)), transparent) !important;
  color: hsl(var(--white));
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.table__pt {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 1199px) {
  .table__pt {
    gap: 12px;
  }
}

.action-dropdown-btn {
  width: 35px;
  height: 35px;
  background-color: hsl(var(--white) / 0.06);
  color: hsl(var(--white));
  border-radius: 6px;
}

.table__pt img {
  width: 60px;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .table__pt img {
    width: 40px;
  }
}

.table__pt h5 {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 600;
}

.table__pt p {
  font-size: 12px;
  font-weight: 500;
}

.action__btn {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
  background-color: hsl(var(--white));
}

.action__btn .btn {
  padding: 14px;
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .action__btn .btn {
    padding: 12px;
    font-size: 12px;
  }
}

/* Table Content Css end */
/* Table Css Start */
.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 8px;
}

.table thead tr th {
  text-align: center;
  padding: 16px;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  font-family: var(--heading-font);
  font-weight: 500;
  border-bottom: 0;
  max-width: 170px;
  font-size: 16px;
  border: none;
}

@media screen and (max-width: 1199px) {
  .table thead tr th {
    font-size: 14px;
    padding: 12px;
  }
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 8px 0 0 8px;
}

.table thead tr th:last-child {
  text-align: right;
  border-radius: 0 8px 8px 0;
}

.table tbody {
  border: 0 !important;
  background-color: hsl(var(--white) / 0.04);
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 16px;
  font-family: var(--heading-font);
  color: hsl(var(--body-color));
  font-weight: 500;
  max-width: 170px;
  font-size: 16px;
  border: none;
  background-color: hsl(var(--black) / 0.03);
}

@media screen and (max-width: 1199px) {
  .table tbody tr td {
    font-size: 14px;
    padding: 12px;
  }
}

.table tbody tr td::before {
  content: attr(data-label);
  font-family: var(--heading-font);
  font-size: 15px;
  color: hsl(var(--black));
  font-weight: 500;
  display: none;
  width: 45% !important;
  text-align: left;
}

.table tbody tr td:first-child {
  text-align: left;
  border-radius: 8px 0 0 8px;
}

.table tbody tr td:last-child {
  text-align: right;
  border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 767px) {
  .table--responsive--sm thead {
    display: none;
  }

  .table--responsive--sm .table__pt {
    flex-direction: row-reverse;
  }

  .table--responsive--sm tbody tr {
    display: block;
    margin-bottom: 5px;
  }

  .table--responsive--sm tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--sm tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.8);
    max-width: unset;
  }

  .table--responsive--sm tbody tr td:last-child {
    border: none;
    border-radius: 0;
  }

  .table--responsive--sm tbody tr td:first-child {
    text-align: right;
    border-left: 0;
    border-radius: 0;
  }

  .table--responsive--sm tbody tr td::before {
    display: block;
    font-size: 14px;
    color: hsl(var(--white) / 0.8);
  }
}

@media screen and (max-width: 767px) {
  .table--responsive--sm tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md .table__pt {
    flex-direction: row-reverse;
  }

  .table--responsive--md tbody tr {
    display: block;
    margin-bottom: 5px;
  }

  .table--responsive--md tbody tr:nth-child(even) {
    background-color: hsl(var(--white) / 0.04);
  }

  .table--responsive--md tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--md tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--white) / 0.1);
    max-width: unset;
  }

  .table--responsive--md tbody tr td:last-child {
    border: none;
    border-radius: 0;
  }

  .table--responsive--md tbody tr td:first-child {
    text-align: right;
    border-left: 0;
    border-radius: 0;
  }

  .table--responsive--md tbody tr td::before {
    display: block;
    font-size: 14px;
    color: hsl(var(--white) / 0.8);
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--md tbody tr td {
    border: none;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive--lg .table__pt {
    flex-direction: row-reverse;
  }

  .table--responsive--lg tbody tr {
    display: block;
    margin-bottom: 5px;
  }

  .table--responsive--lg tbody tr:nth-child(even) {
    background-color: hsl(var(--white) / 0.04);
  }

  .table--responsive--lg tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--white) / 0.1);
    max-width: unset;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none;
    border-radius: 0;
  }

  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
    border-left: 0;
    border-radius: 0;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
    font-size: 14px;
    color: hsl(var(--white) / 0.8);
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--lg tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl .table__pt {
    flex-direction: row-reverse;
  }

  .table--responsive--xl tbody tr {
    display: block;
    margin-bottom: 5px;
  }

  .table--responsive--xl tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--xl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--white) / 0.1);
    max-width: unset;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
    border-radius: 0;
  }

  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
    border-radius: 0;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
    font-size: 14px;
    color: hsl(var(--white) / 0.8);
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab-wrap {
  display: flex;
  justify-content: center;
}

.custom--tab {
  margin-bottom: clamp(1.563rem, 1.328rem + 1.172vw, 2.5rem);
}

.custom--tab:not(.nav--pills) {
  gap: clamp(0.625rem, -0.156rem + 3.906vw, 3.75rem);
}

.custom--tab .nav-item {
  border-bottom: 0;
}

.custom--tab .nav-item .nav-link {
  position: relative;
  color: hsl(var(--heading-color));
  background-color: transparent !important;
  transition: 0.4s;
  padding: 0;
  padding-bottom: 10px;
}

.custom--tab .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: hsl(var(--base));
  transition: 0.3s ease-in-out;
}

.custom--tab .nav-item .nav-link.active {
  color: hsl(var(--heading-color));
}

.custom--tab .nav-item .nav-link.active::after {
  width: 100%;
}

.custom--tab .nav-item .nav-link.active:hover {
  color: hsl(var(--heading-color));
}

.custom--tab .nav-item #pills-disabled-tab.nav-link {
  background-color: hsl(var(--black) / 0.04) !important;
  color: hsl(var(--heading-color) / 0.6);
}

.custom--tab.nav--pills {
  border-radius: 50px;
  width: fit-content;
  margin-inline: auto;
  background-color: hsl(var(--white) / 0.05);
  padding: 9px;
  gap: 10px;
}

.custom--tab.nav--pills .nav-item .nav-link {
  padding: 0.5625rem 1.25rem;
  margin: 0;
  border-radius: 3.125rem;
}

.custom--tab.nav--pills .nav-item .nav-link.active {
  background: linear-gradient(
    to right,
    hsl(var(--base)),
    transparent
  ) !important;
  color: hsl(var(--white));
}

.custom--tab.nav--pills .nav-item .nav-link::after,
.custom--tab.nav--pills .nav-item .nav-link::before {
  display: none;
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 8px 14px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.badge--base {
  background-color: hsl(var(--base) / 0.15) !important;
  color: hsl(var(--base)) !important;
}

.badge--primary {
  background-color: hsl(var(--primary) / 0.15) !important;
  color: hsl(var(--primary)) !important;
}

.badge--secondary {
  background-color: hsl(var(--secondary) / 0.15) !important;
  color: hsl(var(--secondary)) !important;
}

.badge--success {
  background-color: hsl(var(--success) / 0.15) !important;
  color: hsl(var(--success)) !important;
}

.badge--danger {
  background-color: hsl(var(--danger) / 0.15) !important;
  color: hsl(var(--danger)) !important;
}

.badge--warning {
  background-color: hsl(var(--warning) / 0.15) !important;
  color: hsl(var(--warning)) !important;
}

.badge--info {
  background-color: hsl(var(--info) / 0.15) !important;
  color: hsl(var(--info)) !important;
}

.badge--purple {
  background-color: hsl(var(--purple)) !important;
}

.icon-badge {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.icon-badge::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: red;
  display: inline-block;
  margin-right: 6px;
}

.icon-badge--base::before {
  color: hsl(var(--base)) !important;
}

.icon-badge--primary::before {
  color: hsl(var(--primary)) !important;
}

.icon-badge--secondary::before {
  color: hsl(var(--secondary)) !important;
}

.icon-badge--success::before {
  color: hsl(var(--success)) !important;
}

.icon-badge--danger::before {
  color: hsl(var(--danger)) !important;
}

.icon-badge--warning::before {
  color: hsl(var(--warning)) !important;
}

.icon-badge--info::before {
  color: hsl(var(--info)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  margin-bottom: 0;
  background-color: hsl(var(--white));
  font-weight: 400;
  padding: 17px 24px;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .alert {
    padding: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert {
    padding: 12px;
  }
}

.alert__icon {
  font-size: 1.5rem;
  line-height: 1;
}

.alert__content {
  width: calc(100% - 24px);
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .alert__content {
    padding-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert__content {
    padding-left: 0;
    width: 100%;
    margin-top: 6px;
  }
}

.alert__title {
  font-size: 16px;
  color: hsl(var(--base-two) / 0.8);
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}

.alert__desc {
  color: hsl(var(--base-two) / 0.5);
  display: block;
  line-height: 1.375;
}

@media screen and (max-width: 424px) {
  .alert__desc {
    font-size: 13px;
  }
}

.alert__link {
  position: relative;
}

.alert__link:hover::before {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.alert__link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--base));
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.alert--base {
  border-color: hsl(var(--base) / 0.6);
  color: hsl(var(--base));
}

.alert--base .alert__icon {
  color: hsl(var(--base));
}

.alert--primary {
  border-color: hsl(var(--primary) / 0.6);
  color: hsl(var(--primary));
}

.alert--primary .alert__icon {
  color: hsl(var(--primary));
}

.alert--success {
  border-color: hsl(var(--success) / 0.6);
  color: hsl(var(--success));
}

.alert--success .alert__icon {
  color: hsl(var(--success));
}

.alert--info {
  border-color: hsl(var(--info) / 0.6);
  color: hsl(var(--info));
}

.alert--info .alert__icon {
  color: hsl(var(--info));
}

.alert--danger {
  border-color: hsl(var(--danger) / 0.6);
  color: hsl(var(--danger));
}

.alert--danger .alert__icon {
  color: hsl(var(--danger));
}

.alert--warning {
  border-color: hsl(var(--warning) / 0.6);
  color: hsl(var(--warning));
}

.alert--warning .alert__icon {
  color: hsl(var(--warning));
}

.alert--secondary {
  border-color: hsl(var(--secondary) / 0.6);
  color: hsl(var(--secondary));
}

.alert--secondary .alert__icon {
  color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */
.dropdown {
  position: relative;
}

.dropdown.dropdown-sm .dropdown-menu {
  min-width: 170px;
}

.dropdown .dropdown-btn {
  min-width: 30px;
  background-color: hsl(var(--white) / 0.06);
  border-radius: 0.5rem;
  border: 1px solid hsl(var(--black) / 0.04);
  padding: 0.5rem 1.25rem;
}

.dropdown .dropdown-toggle {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  color: hsl(var(--heading-color));
}

@media screen and (max-width: 991px) {
  .dropdown .dropdown-toggle {
    font-size: 15px;
  }
}

.dropdown .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: 0;
  vertical-align: 0;
  transition: 0.3s;
}

.dropdown .dropdown-toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown .dropdown-menu {
  transform: scaleY(0);
  transform-origin: top center;
  top: 0;
  left: 0;
  transition: 0.3s;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px hsl(var(--white) / 0.03);
  border-color: hsl(var(--white) / 0.05);
  border-radius: 7px;
  min-width: 200px;
  margin-top: 0 !important;
  background-color: hsl(var(--base-two));
}

.dropdown .dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown .dropdown-menu li {
  border-bottom: 1px solid hsl(var(--white) / 0.03);
}

.dropdown .dropdown-menu li:last-child {
  border-bottom: 0;
}

.dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 20px;
  font-weight: 500;
  color: hsl(var(--body-color));
  border-radius: 5px;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .dropdown .dropdown-menu .dropdown-item {
    font-size: 0.875rem;
    padding: 5px 10px;
  }
}

.dropdown .dropdown-menu .dropdown-item.active {
  font-weight: 600;
  color: hsl(var(--base)) !important;
}

.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:hover {
  color: hsl(var(--base-l-300)) !important;
  background-color: hsl(var(--white) / 0.05);
}

/* ================================= Preloader Css Start =========================== */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--body-bg));
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .loader__text {
  width: fit-content;
  font-weight: 600;
  font-family: var(--heading-font);
  letter-spacing: 2px;
  font-size: 40px;
  background: radial-gradient(
      circle closest-side,
      hsl(var(--base)) 94%,
      transparent
    )
    right/calc(200% - 1em) 100%;
  animation: loader__circle 1s infinite alternate linear;
}

@media screen and (max-width: 575px) {
  .preloader .loader__text {
    font-size: 1.875rem;
  }
}

.preloader .loader__text::before {
  content: attr(data-text);
  line-height: 1em;
  color: transparent;
  background: inherit;
  background-image: radial-gradient(
    circle closest-side,
    hsl(var(--white)) 94%,
    hsl(var(--black) / 0.1)
  );
  -webkit-background-clip: text;
  background-clip: text;
}

@keyframes loader__circle {
  100% {
    background-position: left;
  }
}
/* ================================= Preloader Css End ===========================  */
/* ======================  Offcanvas Section Start  ======================*/
.offcanvas__area {
  position: fixed;
  left: -100%;
  top: 0;
  width: 300px;
  height: 100%;
  padding: 20px;
  background-color: hsl(var(--base-two));
  border-right: 1px solid hsl(var(--white) / 0.05);
  z-index: 15;
  transition: 0.4s;
  visibility: hidden;
  overflow-y: auto;
}

.offcanvas__area::-webkit-scrollbar {
  width: 5px;
}

.offcanvas__area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px hsl(var(--white) / 0.1);
}

.offcanvas__area::-webkit-scrollbar-thumb {
  background: hsl(var(--base) / 0.7);
}

.offcanvas__area::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--base));
}

.offcanvas__area.active {
  left: 0;
  visibility: visible;
}

.offcanvas__area .offcanvas__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.offcanvas__area .offcanvas__topbar .menu__close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: hsl(var(--white));
  background-color: hsl(var(--danger));
  font-size: 20px;
  border-radius: 4px;
  transition: 0.3s;
}

.offcanvas__area .offcanvas__topbar .menu__close:hover {
  background-color: hsl(var(--danger-d-200));
  color: hsl(var(--white));
}

.offcanvas__area .offcanvas__main .offcanvas__widgets {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li {
  background-color: hsl(var(--white) / 0.04);
  padding: 10px 16px;
  border-radius: var(--b-radius-8);
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: hsl(var(--heading-color));
  transition: 0.3s;
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li a:hover,
.offcanvas__area .offcanvas__main .offcanvas__menu ul li a.active {
  color: hsl(var(--base-l-300));
}

/* ======================  Offcanvas Section End  ======================*/
/* ======================  Header Section Start  ======================*/
.main__logo {
  max-width: 150px;
}

.header__area {
  padding-block: clamp(0.938rem, 0.734rem + 1.016vw, 1.2rem);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 8;
}

.header__area.fixed-header {
  position: fixed;
  top: 0px;
  background-color: hsl(var(--body-bg) / 0.7);
  transition: 0.25s linear;
  animation: slide-down 0.6s;
  width: 100%;
  backdrop-filter: blur(20px);
}

.header__area .header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__area .header__main .menu__open {
  font-size: 24px;
  color: hsl(var(--heading-color));
  cursor: pointer;
  transition: 0.3s;
  display: none;
}

@media screen and (max-width: 991px) {
  .header__area .header__main .menu__open {
    display: block;
  }
}

.header__area .header__main .menu__open:hover {
  color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
  .header__area .header__menu {
    display: none;
  }
}

.header__area .header__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 1199px) {
  .header__area .header__menu ul {
    gap: 20px;
  }
}

.header__area .header__menu ul li a {
  color: hsl(var(--heading-color));
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}

.header__area .header__menu ul li a:hover,
.header__area .header__menu ul li a.active {
  color: hsl(var(--base-l-300));
}

.header__area .header__widgets {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .header__area .header__widgets {
    gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .header__area .header__widgets {
    display: none;
  }
}

.language__item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.language__item img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
}

.language__item p {
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  color: hsl(var(--heading-color));
}

@media screen and (max-width: 991px) {
  .language__item p {
    font-size: 15px;
  }
}

.language__item:hover p {
  color: hsl(var(--base-d-300));
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ======================  Header Section End  ======================*/
/* ============= Footer Start Here ======================= */
.footer {
  position: relative;
  color: hsl(var(--white));
  margin-top: auto;
  z-index: 2;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    hsl(var(--base) / 0.1) 0%,
    transparent 59.04%
  );
}

.footer .glove--base {
  width: clamp(18.75rem, 13.594rem + 25.781vw, 39.375rem);
  height: clamp(18.75rem, 13.594rem + 25.781vw, 39.375rem);
  border-radius: 50%;
  filter: blur(260px);
  background-color: hsl(var(--base) / 0.42);
  position: absolute;
  z-index: -2;
}

.footer .glove--base:nth-child(1) {
  top: 100%;
  left: 0;
  transform: translateX(-50%);
}

.footer .glove--base:nth-child(2) {
  top: 100%;
  left: auto;
  right: 0;
}

.footer .common__shape {
  max-width: clamp(9.375rem, 3.531rem + 29.219vw, 32.75rem);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.footer .common__shape:nth-child(2) {
  left: auto;
  right: 0;
  top: auto;
}

@media screen and (max-width: 1199px) {
  .footer__item_left {
    border-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .col-6 {
    justify-items: center;
  }
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.875rem, 1.563rem + 1.563vw, 3.125rem)
    clamp(0.625rem, 0rem + 3.125vw, 3.125rem);
}

.footer__item_right {
  padding-top: 7.5rem;
}

@media screen and (max-width: 1199px) {
  .footer__item_right {
    padding-top: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__item_right {
    padding-top: 40px;
  }
}

.footer__first-item {
  max-width: 21.875rem;
}

@media screen and (max-width: 1199px) {
  .footer__first-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-inline: auto;
  }
}

.footer__item {
  flex: 1 1 150px;
}

.footer__item:nth-child(3) {
  flex: 1 1 250px;
}

.footer__item:last-child {
  flex: 1 1 300px;
}

.footer__item .social-list {
  margin-top: 30px;
}

.footer__item .social-list__link {
  background-color: hsl(var(--white) / 0.12);
}

@media screen and (max-width: 991px) {
  .footer__item .social-list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .footer__item .social-list {
    margin-top: 15px;
  }
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__logo a img {
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 64px;
}

.footer__title {
  position: relative;
  color: hsl(var(--white));
  margin: 0;
  width: fit-content;
  margin-bottom: clamp(1.25rem, 1.094rem + 0.781vw, 1.875rem);
  position: relative;
  font-family: var(--body-font);
  font-weight: 700;
}

.footer__desc {
  color: hsl(var(--white) / 0.8);
}

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.547rem + 1.016vw, 1.563rem);
}

.footer__menu-item {
  display: flex;
  gap: 4px;
  position: relative;
}

.footer__menu-item::before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  color: hsl(var(--base));
}

.footer__menu-item:last-child {
  padding-bottom: 0;
}

.footer__menu-link {
  color: hsl(var(--white) / 0.89);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: clamp(0.75rem, 0.719rem + 0.156vw, 0.875rem);
}

.footer__menu-link:hover {
  color: hsl(var(--base));
}

.footer__menu-link i {
  color: hsl(var(--base));
  font-size: 0.375rem;
}

.footer__newsletter .footer__desc {
  margin-bottom: clamp(0.625rem, 0.469rem + 0.781vw, 1.25rem);
}

.footer__form {
  position: relative;
}

.footer__form .form-control {
  border: 1px solid hsl(var(--white) / 0.15);
  color: hsl(var(--base));
  padding-right: 16px;
  color: hsl(var(--white));
}

.footer__form .form-control ~ button {
  background: linear-gradient(180deg, hsl(var(--base)), transparent);
  border-radius: var(--b-radius-6) !important;
  padding-block: calc(clamp(0.813rem, 0.75rem + 0.313vw, 1.063rem) - 10px);
  border: none;
  margin: 5px;
  z-index: 1;
}

.footer__form .form-control ~ button i {
  color: hsl(var(--white));
  transition: 0.3s;
}

.footer__form .form-control:focus ~ button i {
  transform: rotate(45deg);
}

.footer__form .form-control::placeholder {
  color: hsl(var(--white) / 0.41);
}

.footer__form .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

.footer__form .form-control[type="password"] {
  color: hsl(var(--white) / 0.41);
}

.footer__form .form-control[type="password"]:focus {
  color: hsl(var(--white) / 0.41);
}

.footer__form .form-control[type="file"]::file-selector-button {
  color: hsl(var(--white) / 0.41) !important;
}

.footer__form .form-control[type="file"]::file-selector-button:hover {
  color: hsl(var(--white) / 0.41);
}

.footer__form input:-webkit-autofill,
.footer__form textarea:-webkit-autofill,
.footer__form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--white)) !important;
  caret-color: hsl(var(--white));
}

.footer__bottom {
  padding: clamp(0.625rem, 0.406rem + 1.094vw, 1.5rem);
}

/* =============Bottom Footer End Here ======================= */
.post-sidebar {
  position: sticky;
  top: 104px;
  display: flex;
  flex-direction: column;
  gap: clamp(0.938rem, 0.703rem + 1.172vw, 1.875rem);
}

@media screen and (max-width: 991px) {
  .post-sidebar {
    max-height: none;
  }
}

@media screen and (max-width: 1399px) {
  .post-sidebar.post-sidebar-collapsable {
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    height: 100%;
    max-height: none;
    background: hsl(var(--white));
    transform: translateX(-100%);
    padding: 10px;
    transition: all 0.3s ease-in;
    z-index: 999;
  }

  .post-sidebar.post-sidebar-collapsable.active {
    transform: translateX(0);
  }

  .post-sidebar.post-sidebar-collapsable .os-viewport {
    margin-bottom: 10px;
  }

  .post-sidebar.post-sidebar-collapsable .post-sidebar__card {
    width: 270px;
  }
}

.post-sidebar__card-title {
  margin-bottom: clamp(0.938rem, 0.672rem + 1.328vw, 2rem);
}

.post-sidebar__card-item:not(:last-child) {
  padding-bottom: 40px;
}

.post-sidebar__card-content {
  padding-top: 14px;
}

.post-sidebar__card-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.post-sidebar__card__subtitle {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  color: hsl(var(--black) / 0.6);
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.post-sidebar__card__subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: hsl(var(--black) / 0.15);
}

.post-sidebar__filter-item-list li {
  margin-bottom: 15px;
}

.post-sidebar__filter-item-list li:last-child {
  margin-bottom: 0;
}

.post-sidebar__filter-category-list li {
  margin-bottom: 25px;
}

.post-sidebar__filter-category-list li:last-child {
  margin-bottom: 0;
}

.post-sidebar__filter-category-list .post-sidebar__filter-category-list {
  padding-top: 20px;
  padding-left: 10px;
  margin-left: 10px;
  display: none;
  border-left: 1px solid hsl(var(--secondary-l-800));
}

.post-sidebar__filter-category-list__item {
  display: block;
  font-size: 1.0625rem;
  line-height: 1;
  color: hsl(var(--body-color));
  user-select: none;
}

.post-sidebar__filter-category-list__item.active {
  font-weight: 600;
  color: hsl(var(--base-d-100));
}

.post-sidebar__filter-category-list__item.has-sub {
  padding-right: 20px;
  position: relative;
}

.post-sidebar__filter-category-list__item.has-sub.active {
  font-weight: 400;
}

.post-sidebar__filter-category-list__item.has-sub.active::after {
  transform: translateY(-50%) rotate(90deg);
}

.post-sidebar__filter-category-list__item.has-sub::after {
  content: "\ea61";
  font-family: "tabler-icons";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  font-size: 1.0625rem;
  transition: 0.3s;
}

.post-sidebar__filter-category-list__item .badge {
  font-size: 0.75rem;
  padding-top: 1px;
  padding-bottom: 1px;
}

.post-sidebar__filter-category-list__item:hover {
  color: hsl(var(--base-d-100));
}

.post-sidebar .recent-post__item {
  display: flex;
  gap: 20px;
  color: hsl(var(--body-color));
}

.post-sidebar .recent-post__item:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid hsl(var(--white) / 0.04);
}

@media screen and (max-width: 1199px) {
  .post-sidebar .recent-post__item {
    gap: 15px;
  }
}

.post-sidebar .recent-post__item:hover {
  color: hsl(var(--base-l-300));
}

.post-sidebar .recent-post__item:hover p {
  color: hsl(var(--base-l-300));
}

.post-sidebar .recent-post__item:hover .recent-post__thumb {
  filter: brightness(1.1);
}

.post-sidebar .recent-post__thumb {
  flex-shrink: 0;
  width: 4.375rem;
  height: 3.75rem;
  border-radius: 8px;
  overflow: hidden;
  filter: brightness(0.9);
  transition: 0.3s;
}

.post-sidebar .recent-post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-sidebar .recent-post__body p {
  color: hsl(var(--heading-color));
  transition: 0.3s;
  margin-bottom: 0.5rem;
}

.post-sidebar .post-category {
  padding: clamp(0.75rem, 0.393rem + 0.952vw, 1.25rem);
  border: 1px solid hsl(var(--white) / 0.08);
  border-radius: var(--b-radius-12);
  background-color: hsl(var(--white) / 0.04);
}

.post-sidebar .post-category__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-sidebar .post-category__item:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid hsl(var(--white) / 0.04);
}

.post-sidebar .join-with-me {
  position: relative;
  padding: 3.75rem;
  background-color: hsl(var(--base));
  text-align: center;
  color: hsl(var(--white));
  z-index: 2;
}

.post-sidebar .join-with-me__title {
  color: hsl(var(--white));
  margin-bottom: 0.75rem;
}

.post-sidebar .join-with-me .btn {
  margin-top: 2.25rem;
}

.post-sidebar .join-with-me .bg-img {
  opacity: 0.08;
}

.post-sidebar__tag .badge {
  font-size: 1rem;
}

@media screen and (max-width: 1199px) {
  .post-sidebar__tag .badge {
    font-size: 0.9375rem;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 767px) {
  .post-sidebar__tag .badge {
    font-size: 0.875rem;
    padding: 5px 10px;
  }
}

.post-sidebar__contact__item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .post-sidebar__contact__item {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .post-sidebar__contact__item {
    gap: 5px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.post-sidebar__contact__item:last-child {
  margin-bottom: 0;
}

.post-sidebar__contact__item .ti {
  transform: translateY(5%);
}

.post-sidebar__donor-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media screen and (max-width: 991px) {
  .post-sidebar__donor-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (max-width: 575px) {
  .post-sidebar__donor-list {
    flex-direction: column;
  }
}

.post-sidebar__donor-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: hsl(var(--white));
  border-radius: 15px;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .post-sidebar__donor-card {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 575px) {
  .post-sidebar__donor-card {
    width: 100%;
  }
}

.post-sidebar__donor-card .post-sidebar__donor-card__icon {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.5625rem;
  color: hsl(var(--white));
  background: hsl(var(--base));
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .post-sidebar__donor-card .post-sidebar__donor-card__icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.25rem;
  }
}

.post-sidebar__donor-card .post-sidebar__donor-card__name {
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .post-sidebar__donor-card .post-sidebar__donor-card__name {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}

.post-sidebar__donor-card .post-sidebar__donor-card__desc {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .post-sidebar__donor-card .post-sidebar__donor-card__desc {
    font-size: 0.875rem;
  }
}

/* ======================  Animation Start  ======================*/
@keyframes scal {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(-8px);
  }
}

@keyframes moveY {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(50px);
  }
}

@keyframes moveX {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(20px);
  }
}

@keyframes rotateIn {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateOut {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}
/* ======================  Animation End  ======================*/
.select2-container {
  display: flex;
  flex-direction: column;
  min-width: 100% !important;
}

body > .select2-container {
  min-width: auto !important;
}

table .select2-container.select2-container--open {
  min-width: 100% !important;
}

.select2-container--disabled .form-control {
  background-color: hsl(var(--black) / 0.08) !important;
  opacity: 1;
}

.select2-container .selection {
  display: block;
  width: 100%;
}

.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid hsl(var(--border-color));
  border-radius: var(--common-radius) !important;
  background-color: hsl(var(--white) / 0.04);
  border: 1px solid hsl(var(--white) / 0.12);
  backdrop-filter: blur(10px);
  padding: var(--common-p) !important;
  font-size: var(--common-f-size) !important;
  line-height: 1.5;
}

.select2-container--default .select2-selection--single:focus {
  border-color: hsl(var(--base));
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  display: flex;
  line-height: inherit;
  color: hsl(var(--white) / 0.5);
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  line-height: 1.9;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: hsl(var(--black) / 0.09);
}

.select2-container
  .select2-selection--single
  .select2-selection__rendered
  span {
  display: flex;
  align-items: center;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(0.875rem, 0.844rem + 0.156vw, 1rem);
  color: hsl(var(--body-color));
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow::after {
  transform: translateY(-50%) rotate(-180deg);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder
  img {
  display: none;
}

.select2-dropdown {
  z-index: 100;
}

.modal-open .select2-dropdown {
  z-index: 1055;
}

.select2-container--open .select2-dropdown {
  backdrop-filter: blur(15px);
  background: linear-gradient(hsl(var(--white) / 0.01), hsl(var(--base-two)));
  background-color: hsl(var(--white) / 0.04);
  border: 1px solid hsl(var(--border-color) / 0.04);
  overflow: hidden;
  font-weight: 500;
  border-radius: var(--b-radius-12) !important;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .select2-container--open .select2-dropdown {
    min-width: none !important;
    font-size: 0.875rem;
  }
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
  box-shadow: 0px -15px 40px 0px hsl(var(--base-d-600) / 0.15);
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
}

.select2-container--open
  .select2-dropdown.select2-dropdown--above
  .select2-search--dropdown {
  order: 2;
}

.select2-container--open
  .select2-dropdown.select2-dropdown--above
  .select2-results {
  order: 1;
}

.select2-container--open .select2-dropdown.select2-dropdown--below {
  box-shadow: 0px 15px 40px 0px hsl(var(--base-d-300) / 0.15);
  border-radius: 0 0 var(--b-radius) var(--b-radius);
}

.select2-container--default .select2-selection--multiple {
  border-color: hsl(var(--border-color));
  border-radius: var(--b-radius);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 0;
  background-color: hsl(var(--base) / 0.1);
  border-color: hsl(var(--base) / 0.1);
  border-radius: var(--b-radius);
  color: hsl(var(--black));
  font-weight: 500;
  padding: 1px 10px;
  display: flex;
  align-items: center;
  line-height: 1.208;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    padding: 0 5px;
  }
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  border-color: hsl(var(--base-l-100));
}

.select2-container--default
  .select2-selection--multiple.form-control-sm
  .select2-selection__choice {
  line-height: 0.9;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  font-size: 1.5625rem;
  font-weight: 400;
  color: hsl(var(--black));
  margin-right: 5px;
  transform: translateY(-2px);
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    transform: translateY(-1px);
  }
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: hsl(var(--black));
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: hsl(var(--base));
}

.select2-container--default .select2-search--dropdown {
  padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 20px;
  background-color: hsl(var(--white) / 0.05);
  color: hsl(var(--white));
  box-shadow: 0;
  border: 1px solid hsl(var(--white) / 0.06);
  border-radius: var(--b-radius-8);
}

@media screen and (max-width: 767px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 8px 15px;
  }
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: hsl(var(--base)) !important;
  box-shadow: 0;
  outline: none;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: hsl(var(--white) / 0.1);
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background-color: hsl(var(--white) / 0.04);
}

.select2-results__option {
  padding: 10px 15px;
}

.select2-results__option.select2-results__message {
  text-align: center;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: hsl(var(--base));
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white));
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: hsl(var(--dark-l-400));
}

.select2-container--default .select2-results__option--selected {
  background-color: hsl(var(--base-d-200)) !important;
}

/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: hsl(var(--base));
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transition: 0.5s;
  cursor: pointer;
  transform: scale(0);
  background-color: hsl(var(--black));
  border: 1px solid hsl(var(--base));
  border-radius: var(--b-radius-6);
}

.scroll-top:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.scroll-top.show {
  transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
.select2-container {
  display: flex;
  flex-direction: column;
  min-width: 100% !important;
}

body > .select2-container {
  min-width: auto !important;
}

table .select2-container.select2-container--open {
  min-width: 100% !important;
}

.select2-container--disabled .form-control {
  background-color: hsl(var(--black) / 0.08) !important;
  opacity: 1;
}

.select2-container .selection {
  display: block;
  width: 100%;
}

.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid hsl(var(--border-color));
  border-radius: var(--common-radius) !important;
  background-color: hsl(var(--white) / 0.04);
  border: 1px solid hsl(var(--white) / 0.12);
  backdrop-filter: blur(10px);
  padding: var(--common-p) !important;
  font-size: var(--common-f-size) !important;
  line-height: 1.5;
}

.select2-container--default .select2-selection--single:focus {
  border-color: hsl(var(--base));
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  display: flex;
  line-height: inherit;
  color: hsl(var(--white));
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  line-height: 1.9;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: hsl(var(--black) / 0.09);
}

.select2-container
  .select2-selection--single
  .select2-selection__rendered
  span {
  display: flex;
  align-items: center;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(0.875rem, 0.844rem + 0.156vw, 1rem);
  color: hsl(var(--body-color));
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow::after {
  transform: translateY(-50%) rotate(-180deg);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder
  img {
  display: none;
}

.select2-dropdown {
  z-index: 100;
}

.modal-open .select2-dropdown {
  z-index: 1055;
}

.select2-container--open .select2-dropdown {
  backdrop-filter: blur(15px);
  background: linear-gradient(hsl(var(--white) / 0.01), hsl(var(--base-two)));
  background-color: hsl(var(--white) / 0.04);
  border: 1px solid hsl(var(--border-color) / 0.04);
  overflow: hidden;
  font-weight: 500;
  border-radius: var(--b-radius-12) !important;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .select2-container--open .select2-dropdown {
    min-width: none !important;
    font-size: 0.875rem;
  }
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
  box-shadow: 0px -15px 40px 0px hsl(var(--base-d-600) / 0.15);
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
}

.select2-container--open
  .select2-dropdown.select2-dropdown--above
  .select2-search--dropdown {
  order: 2;
}

.select2-container--open
  .select2-dropdown.select2-dropdown--above
  .select2-results {
  order: 1;
}

.select2-container--open .select2-dropdown.select2-dropdown--below {
  box-shadow: 0px 15px 40px 0px hsl(var(--base-d-300) / 0.15);
  border-radius: 0 0 var(--b-radius) var(--b-radius);
}

.select2-container--default .select2-selection--multiple {
  border-color: hsl(var(--border-color));
  border-radius: var(--b-radius);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 0;
  background-color: hsl(var(--base) / 0.1);
  border-color: hsl(var(--base) / 0.1);
  border-radius: var(--b-radius);
  color: hsl(var(--black));
  font-weight: 500;
  padding: 1px 10px;
  display: flex;
  align-items: center;
  line-height: 1.208;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    padding: 0 5px;
  }
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  border-color: hsl(var(--base-l-100));
}

.select2-container--default
  .select2-selection--multiple.form-control-sm
  .select2-selection__choice {
  line-height: 0.9;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  font-size: 1.5625rem;
  font-weight: 400;
  color: hsl(var(--black));
  margin-right: 5px;
  transform: translateY(-2px);
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    transform: translateY(-1px);
  }
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: hsl(var(--black));
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: hsl(var(--base));
}

.select2-container--default .select2-search--dropdown {
  padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 20px;
  background-color: hsl(var(--white) / 0.05);
  color: hsl(var(--white));
  box-shadow: 0;
  border: 1px solid hsl(var(--white) / 0.06);
  border-radius: var(--b-radius-8);
}

@media screen and (max-width: 767px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 8px 15px;
  }
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: hsl(var(--base)) !important;
  box-shadow: 0;
  outline: none;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: hsl(var(--white) / 0.1);
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background-color: hsl(var(--white) / 0.04);
}

.select2-results__option {
  padding: 10px 15px;
}

.select2-results__option.select2-results__message {
  text-align: center;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: hsl(var(--base));
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white));
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: hsl(var(--dark-l-400));
}

.select2-container--default .select2-results__option--selected {
  background-color: hsl(var(--base-d-200)) !important;
}

/* ================================= Swiper Css Start =========================== */
.swiper-pagination {
  position: relative;
}

.swiper-pagination {
  position: relative;
  display: flex;
  z-index: 2;
  width: fit-content !important;
  margin-inline: auto;
  background-color: hsl(var(--black) / 0.08);
  border-radius: 12px;
  padding: 0.4375rem;
  backdrop-filter: blur(8px);
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 5px;
  position: relative;
  background-color: hsl(var(--base));
  z-index: 2;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.custom-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--border-color) / 0.12);
  color: hsl(var(--white));
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
}

.custom-btn:hover {
  background-color: hsl(var(--base-d-200)) !important;
}

@media screen and (max-width: 767px) {
  .custom-btn {
    display: none;
  }
}

.custom-prev {
  left: -50px;
}

@media screen and (max-width: 1399px) {
  .custom-prev {
    left: -20px;
  }
}

.custom-next {
  right: -50px;
}

@media screen and (max-width: 1399px) {
  .custom-next {
    right: -20px;
  }
}

.custom-btn:hover {
  background-color: hsl(var(--base));
}

.custom-btn.swiper-button-disabled {
  background-color: hsl(var(--base) / 0.2) !important;
  backdrop-filter: blur(2px);
}

/* ================================= Swiper Css End =========================== */
/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-list__item {
  margin-right: 10px;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  background-color: hsl(var(--base-d-300));
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
  .social-list__link {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  margin-bottom: 0;
  padding-top: clamp(5rem, 3.906rem + 5.469vw, 9.375rem);
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.breadcrumb::after {
    position: absolute;
    left: 50%;
    bottom: -44px;
    transform: translateX(-50%);
    width: 221%;
    aspect-ratio: 1;
    content: "";
    border-radius: 50%;
    box-shadow: 0 0 100px hsl(var(--base)), inset 0 0 100px hsl(var(--base));
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .breadcrumb::after {
    box-shadow: 0 0 60px hsl(var(--base)), inset 0 0 60px hsl(var(--base));
    bottom: -24px;
  }
}

.breadcrumb .glove--base {
  position: absolute;
  z-index: -2;
}

.breadcrumb .glove--base:nth-child(1) {
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
}

.breadcrumb .glove--base:nth-child(2) {
  top: -60%;
  left: -15%;
}

.breadcrumb .glove--base:nth-child(3) {
  top: -60%;
  right: -15%;
}

.breadcrumb__pattern {
  position: absolute;
  inset: 0;
  background-color: hsl(var(--white));
  mask-size: cover;
  z-index: -1;
  opacity: 0.1;
}

.breadcrumb__wrapper {
  text-align: center;
}

.breadcrumb__title {
  margin-bottom: 10px;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.breadcrumb__item {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.breadcrumb__item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.breadcrumb__item-text {
  color: hsl(var(--base));
}

.breadcrumb__link {
  font-weight: 500;
}

.breadcrumb__link:hover {
  color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
/* ======================  Star Rating Section Start  ======================*/
.star__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  list-style: none !important;
}

.star__rating li {
  font-size: 14px;
  color: hsl(var(--body-color));
  line-height: 1;
}

.star__rating li i {
  color: hsl(var(--warning));
}

/* ======================  Star Rating Section End  ======================*/
/* ======================  Odometer Section Start  ======================*/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/* ======================  Odometer Section End  ======================*/
/* ======================  Banner Start  ======================*/
.banner {
  position: relative;
  z-index: 1;
  padding-top: clamp(6.25rem, 5.156rem + 5.469vw, 10.625rem);
  min-height: 100%;
  overflow: hidden;
}

.banner::after {
  position: absolute;
  left: 50%;
  top: 14%;
  transform: translateX(-50%);
  z-index: -1;
  width: 180%;
  aspect-ratio: 1;
  content: "";
  box-shadow: 0 0 200px hsl(var(--base)), inset 0 0 200px hsl(var(--base));
  border-radius: 50%;
  opacity: 0.5;
}

.banner__content {
  max-width: 1000px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}

.banner__content > span {
    background-color: hsl(var(--white) / 0.1);
    padding: 10px 20px;
    color: hsl(var(--white));
    border-radius: 60px;
    line-height: 1;
    margin-bottom: 16px;
    backdrop-filter: blur(6px);
}

.banner__title {
  margin-bottom: clamp(0.938rem, 0.703rem + 1.172vw, 1.875rem);
}

.banner__desc {
  max-width: 552px;
  margin-inline: auto;
  font-size: clamp(1rem, 0.969rem + 0.156vw, 1.125rem);
}

.banner__thumb-wrap {
  position: relative;
  z-index: 1;
}

.banner__thumb {
  max-width: 43.125rem;
  position: relative;
  border-radius: clamp(0.375rem, 0.281rem + 0.469vw, 0.75rem);
  margin-inline: auto;
  margin: 20px;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .banner__thumb {
    margin: 15px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner__thumb {
    margin: 10px;
    margin-right: 0;
  }
}

.banner__thumb::before {
  content: "";
  position: absolute;
  inset: -20px 20px -20px -20px;
  z-index: -1;
  border-radius: inherit;
  border: 1px dashed hsl(var(--base));
}

@media screen and (max-width: 991px) {
  .banner__thumb::before {
    inset: -15px 15px -15px -15px;
  }
}

@media screen and (max-width: 767px) {
  .banner__thumb::before {
    inset: -10px 10px -10px -10px;
  }
}

.banner__thumb img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.banner__thumb-2-wrap {
  max-width: clamp(5.625rem, 5.313rem + 1.563vw, 6.875rem);
  position: absolute;
  top: 24%;
  left: 13%;
}

.banner__thumb-2 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  animation: moveY 9s linear infinite;
}

.banner__thumb-2::before {
  content: "";
  position: absolute;
  inset: -9px 30px 30px -9px;
  z-index: -1;
  border-radius: inherit;
  background-color: hsl(var(--white));
  border: 1px dashed hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .banner__content {
    max-width: 700px;
  }
  .banner::after {
    opacity: 0.8;
  }
}

@media screen and (max-width: 991px) {
  .banner__thumb-2::before {
    inset: -5px 20px 20px -5px;
  }
  .banner::after {
    top: 8%;
    box-shadow: 0 0 140px hsl(var(--base)), inset 0 0 140px hsl(var(--base));
    opacity: 0.7;
  }
}

/* ======================  Banner End  ======================*/
/* ======================  Trad Start  ======================*/
.trad {
  position: relative;
  z-index: 2;
}

.trad .col-md-6:nth-child(2) .trad__graph {
  background-color: hsl(var(--aqua));
}

.trad .col-md-6:nth-child(2) .badge {
  background-color: hsl(var(--aqua));
}

.trad .col-md-6:nth-child(3) .trad__graph {
  background-color: hsl(var(--warning-l-300));
}

.trad .col-md-6:nth-child(3) .badge {
  background-color: hsl(var(--warning-d-200));
}

.trad .col-md-6:nth-child(4) .trad__graph {
  background-color: hsl(var(--success-l-300));
}

.trad .col-md-6:nth-child(4) .badge {
  background-color: hsl(var(--success-d-300));
}

.trad .col-md-6:nth-child(5) .trad__graph {
  background-color: hsl(var(--base));
}

.trad .col-md-6:nth-child(5) .badge {
  background-color: hsl(var(--base));
}

.trad .col-md-6:nth-child(6) .trad__graph {
  background-color: hsl(var(--orange));
}

.trad .col-md-6:nth-child(6) .badge {
  background-color: hsl(var(--orange));
}

.trad__card {
  position: relative;
  padding: 1.75rem;
  background-color: hsl(var(--base-two));
  border-radius: var(--b-radius-16);
  transform: translateX(0) rotate(0deg);
  transition: 0.5s ease-out;
}

.trad__card::after {
  content: "";
  position: absolute;
  inset: -1px;
  background-image: linear-gradient(
    180deg,
    hsl(var(--base) / 0.31),
    70%,
    transparent
  );
  border-radius: inherit;
  z-index: -1;
}

.trad__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trad__rio {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 0.563rem + 0.313vw, 0.875rem);
}

.trad__rio .badge {
  font-size: 1rem;
  font-weight: 600;
  background-color: hsl(var(--purple));
}

.trad__graph {
  background-color: hsl(var(--purple));
  width: 90px;
  height: 40px;
}

.trad__info{
  &:nth-child(2){
    text-align: end;
  }
}

.trad__list {
  margin-top: 1.25rem;
}

.trad__list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.trad__list-item:not(:last-child) {
  margin-bottom: clamp(0.563rem, 0.516rem + 0.234vw, 0.75rem);
  padding-bottom: clamp(0.563rem, 0.516rem + 0.234vw, 0.75rem);
  border-bottom: 1px dashed hsl(var(--white) / 0.13);
}

.trad__label {
  padding-bottom: clamp(0.25rem, 0.125rem + 0.625vw, 0.75rem);
  display: inline-block;
}

.trad__range {
  font-size: 0.875rem;
}

/* ======================  Trad End  ======================*/
/* ======================  Features Start  ======================*/
.smart-solutions {
  --icon-size: clamp(2.188rem, 2.109rem + 0.391vw, 2.5rem);
}

.smart-solutions__card {
  display: flex;
  gap: clamp(0.875rem, 0.719rem + 0.781vw, 1.5rem);
  padding-bottom: clamp(0.375rem, 0.25rem + 0.625vw, 0.875rem);
}

.smart-solutions__icon {
  flex-shrink: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: var(--b-radius-8);
  display: grid;
  place-items: center;
  background-image: linear-gradient(
    180deg,
    hsl(var(--base)) 0%,
    transparent 100%
  );
}

.smart-solutions__icon img {
  max-width: 80%;
}

.smart-solutions__title {
  font-size: clamp(1rem, 0.969rem + 0.156vw, 1.125rem);
  margin-bottom: 10px;
}

.smart-solutions__banner {
  position: relative;
  background-color: hsl(var(--white) / 0.02);
  max-width: clamp(15.625rem, 11.719rem + 19.531vw, 31.25rem);
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .smart-solutions__banner {
    margin-inline: auto;
  }
}

.smart-solutions__banner::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: clamp(10rem, 7.5rem + 12.5vw, 20rem);
  aspect-ratio: 1/1;
  background-color: hsl(var(--base-d-800));
  border-radius: 50%;
  z-index: -2;
}

.smart-solutions__banner::before {
  content: "";
  position: absolute;
  width: clamp(5.625rem, 4.531rem + 5.469vw, 10rem);
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: hsl(var(--base));
  filter: blur(20px);
}

.smart-solutions__center {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: clamp(5rem, 3.214rem + 4.762vw, 7.5rem);
  aspect-ratio: 1/1;
  background-color: hsl(var(--base-two));
  border-radius: 50%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smart-solutions__center i {
  font-size: 30px;
}

.smart-solutions .svg-wrapper {
  position: relative;
  max-width: clamp(12.5rem, 10.156rem + 11.719vw, 21.875rem);
}

.smart-solutions__chart {
  width: 100%;
  height: 100%;
  fill: none;
}

.smart-solutions__chart path {
  stroke: hsl(var(--white) / 0.6);
  stroke-width: 1.2;
  stroke-dasharray: 4 4;
  stroke-linecap: round;
}

.smart-solutions .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
}

.smart-solutions .trail {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left center;
  pointer-events: none;
}

.smart-solutions .badge {
  position: absolute;
}

.smart-solutions .badge:nth-child(1) {
  top: 6%;
  left: 33%;
}

@media screen and (max-width: 1199px) {
  .smart-solutions .badge:nth-child(1) {
    top: 0;
    left: 25%;
  }
}

.smart-solutions .badge:nth-child(2) {
  top: 18%;
  right: 10%;
}

@media screen and (max-width: 1199px) {
  .smart-solutions .badge:nth-child(2) {
    top: 15%;
    right: 0%;
  }
}

.smart-solutions .badge:nth-child(3) {
  top: 47%;
  right: 7%;
}

@media screen and (max-width: 1199px) {
  .smart-solutions .badge:nth-child(3) {
    top: 46%;
    right: 0%;
  }
}

.smart-solutions .badge:nth-child(4) {
  bottom: 9%;
  right: 15%;
}

@media screen and (max-width: 1199px) {
  .smart-solutions .badge:nth-child(4) {
    bottom: 0;
    right: 10%;
  }
}

.smart-solutions .badge:nth-child(5) {
  bottom: 6%;
  left: 18%;
}

@media screen and (max-width: 1199px) {
  .smart-solutions .badge:nth-child(5) {
    bottom: 0%;
    left: 6%;
  }
}

.smart-solutions .badge:nth-child(6) {
  bottom: 35%;
  left: 5%;
}

@media screen and (max-width: 1199px) {
  .smart-solutions .badge:nth-child(6) {
    bottom: 31%;
    left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .smart-solutions .badge:nth-child(6) {
    bottom: 32%;
    left: -5%;
  }
}

.smart-solutions .badge:nth-child(7) {
  top: 33%;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .smart-solutions .badge:nth-child(7) {
    top: 29%;
  }
}

@media screen and (max-width: 767px) {
  .smart-solutions .badge:nth-child(7) {
    top: 30%;
    left: -5%;
  }
}

/* ======================  Features End  ======================*/
/* ======================  Work-process Start  ======================*/
.work-process {
  position: relative;
  --indicator-size: 130px;
  --icon-width: 30px;
  --card-gap: 200px;
  --count-size: 60px;
  --card-size: calc(100% / 3 - var(--card-gap));
}

@media screen and (max-width: 1599px) {
  .work-process {
    --card-gap: 150px;
    --indicator-size: 100px;
  }
}

@media screen and (max-width: 1399px) {
  .work-process {
    --card-gap: 40px;
    --indicator-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .work-process {
    --card-gap: 80px;
    --card-size: 100%;
    --indicator-size: 40px;
    --icon-width: 20px;
  }
}

.work-process .container {
  transition: all 0.6s ease;
}

.work-process .glove--base {
  position: absolute;
  left: auto;
  right: -20% !important;
}

.work-process__shape {
  position: absolute;
  right: -10%;
  top: 0;
  z-index: -1;
}

.work-process__wrap {
  transform-origin: center center;
}

.work-process__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: var(--card-gap);
  border-radius: var(--b-radius-16);
  background-image: linear-gradient(
    180deg,
    hsl(var(--base-two-l-100)),
    transparent
  );
  background-color: hsl(var(--black));
  padding-top: clamp(1.875rem, 1.094rem + 3.906vw, 5rem);
  padding-inline: clamp(1.25rem, 0.703rem + 2.734vw, 3.438rem);
  padding-bottom: 20px;
}

.work-process__inner::after {
  content: "";
  position: absolute;
  inset: -1px;
  background-image: linear-gradient(
    180deg,
    hsl(var(--base) / 0.31),
    70%,
    transparent
  );
  border-radius: inherit;
  z-index: -1;
}

.work-process__inner::before {
  content: "";
  position: absolute;
  inset: -5px 20px 30px 20px;
  border-radius: inherit;
  background-color: hsl(var(--base));
  filter: blur(10px);
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .work-process__inner {
    flex-direction: column;
  }
}

.work-process__card {
  position: relative;
  height: 100%;
  width: var(--card-size);
  margin-inline: auto;
  max-width: 400px;
}

.work-process__count {
  font-size: clamp(1.875rem, 1.594rem + 1.406vw, 3rem);
  font-weight: 500;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px hsl(var(--heading-color));
  margin-bottom: 1.75rem;
  width: var(--count-size);
}

@media screen and (max-width: 991px) {
  .work-process__count {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .work-process__count {
    font-weight: 900;
  }
}

.work-process__title {
  margin-bottom: 1.25rem;
}

.work-process .work-process__indicator {
  display: inline-block;
  position: absolute;
  right: calc((var(--card-size) + var(--card-gap)) / 2 * -1);
  top: 15%;
  height: 10px;
}

@media screen and (max-width: 1399px) {
  .work-process .work-process__indicator {
    right: 30%;
  }
}

@media screen and (max-width: 991px) {
  .work-process .work-process__indicator {
    transform: translate(-50%) rotate(90deg);
    top: auto;
    bottom: -35%;
    left: 50%;
  }
}

.work-process .work-process__indicator i {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: var(--icon-width);
  display: grid;
  place-items: center;
  color: hsl(var(--color, var(--body-color)));
  transition: 0.3s;
}

.work-process .work-process__indicator-right {
  position: absolute;
  right: calc(-100% - var(--icon-width) / 2);
  top: 50%;
  transform: translateX(100%);
  width: var(--indicator-size);
  height: 1px;
  background-color: hsl(var(--body-color) / 0.5);
}

@media screen and (max-width: 991px) {
  .work-process .work-process__indicator-right {
    display: none;
  }
}

.work-process .work-process__indicator-right::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: hsl(var(--base));
  width: var(--line-width, 0%);
  height: 1px;
}

.work-process .work-process__indicator-left {
  content: "";
  position: absolute;
  right: calc(var(--icon-width) / 2);
  top: 50%;
  width: var(--indicator-size);
  height: 1px;
  background-color: hsl(var(--body-color) / 0.5);
}

.work-process .work-process__indicator-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: var(--line-width, 0%);
  background-color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
  .work-process .work-process__indicator-left {
    right: calc(var(--icon-width) / 4);
    top: calc(50% - 1px);
  }
}

/* ======================  Work-process End  ======================*/
/* ======================  Smart-analytics Start  ======================*/
.smart-analytics {
  position: relative;
  overflow: hidden;
  z-index: 1;
  --plus-size: 90px;
}

.smart-analytics__card {
  position: relative;
  padding: clamp(0.625rem, 0.469rem + 0.781vw, 1.25rem);
  background-color: hsl(var(--white) / 0.08);
  border-radius: var(--b-radius-12);
  z-index: 1;
  overflow: hidden;
  height: 100%;
  backdrop-filter: blur(10px);
}

.smart-analytics__card .rating-pattern {
  position: absolute;
  top: -30%;
  right: -30%;
  max-width: 180px;
  animation: scal 2s ease-in-out infinite;
}

.smart-analytics__card .mask-box {
  width: 100%;
  height: 100%;
  background-color: hsl(var(--white));
  z-index: -1;
}

.smart-analytics__card .ai-power-shape {
  width: 136px;
  height: 136px;
  fill: none;
  z-index: 1;
  position: relative;
  fill: none;
  animation: scal 2s ease-in-out infinite;
}

.smart-analytics__card .ai-power-shape circle {
  fill: none;
  stroke-width: 2;
}

.smart-analytics__card .ai-power-shape circle:nth-child(4) {
  fill: hsl(var(--base));
  filter: blur(8px);
}

.smart-analytics__card .ai-power-shape linearGradient stop:nth-child(1) {
  stop-color: hsl(var(--base));
}

.smart-analytics__card .ai-power-shape linearGradient stop:nth-child(2) {
  stop-color: hsl(var(--black) / 0.3);
}

.smart-analytics__card .tradInfo-pattern {
  position: absolute;
  inset: 0;
}

.smart-analytics .ai-power-card {
  text-align: center;
  position: relative;
  z-index: 1;
}

.smart-analytics .ai-power-card::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40px;
  background: hsl(var(--black) / 0.2);
  filter: blur(14px);
  transform: translateY(-50%);
  z-index: -1;
}

.smart-analytics .ai-power-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: repeating-linear-gradient(
      transparent 0 30px,
      hsl(var(--white) / 0.08) 30px 31px
    ),
    repeating-linear-gradient(
      -90deg,
      transparent 0 30px,
      hsl(var(--white) / 0.08) 30px 31px
    );
  z-index: -2;
}

.smart-analytics__graph {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 2.8125rem;
  z-index: 1;
}

.smart-analytics__graph .ai-power-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.smart-analytics__graph .ai-power-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.smart-analytics__graph .ai-power-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--plus-size);
  height: 1px;
  background-color: hsl(var(--white));
  z-index: -1;
}

.smart-analytics__graph .ai-power-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: var(--plus-size);
  width: 1px;
  background-color: hsl(var(--white));
  z-index: -1;
}

.smart-analytics .profit-cart__card {
  border-radius: var(--b-radius-12);
  background: linear-gradient(180deg, hsl(var(--base-two) / 0.5), transparent);
  padding-block: clamp(0.75rem, 0.547rem + 1.016vw, 1.563rem);
  padding-inline: clamp(0.625rem, 0.469rem + 0.781vw, 1.25rem);
}

.smart-analytics .profit-cart__price {
  margin-bottom: 6px;
}

.smart-analytics .profit-cart__title {
  font-weight: 400;
}

.smart-analytics__title {
  margin-bottom: clamp(0.938rem, 0.781rem + 0.781vw, 1.563rem);
}

.smart-analytics__rating {
  font-size: clamp(1.563rem, 1.016rem + 2.734vw, 3.75rem);
  margin-bottom: clamp(0.938rem, 0.781rem + 0.781vw, 1.563rem);
}

.smart-analytics__sub-title {
  margin-top: 0.875rem;
  font-size: 1.125rem;
}

.smart-analytics #tradInfo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 200px;
  max-width: 400px;
  margin-inline: auto;
  left: 50% !important;
}

.smart-analytics .trad-info-badge {
  position: absolute;
  padding: 15px;
  max-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: hsl(var(--white));
  font-weight: 600;
  border-radius: var(--b-radius-6);
  white-space: no-wrap;
}

/* ======================  Smart-analytics End  ======================*/
/* ======================  Trust Start  ======================*/
.features {
  position: relative;
  z-index: 1;
  height: 100%;
  --icon-size: clamp(2.5rem, 1.797rem + 3.516vw, 5.313rem);
}

.features .glove--base {
  position: absolute;
  z-index: -1;
  left: -10%;
}

.features__shape {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
}

.features__card {
  text-align: center;
  position: relative;
  margin-inline: auto;
  padding: 0 60px;
  margin-bottom: 50px;
}

@media (min-width: 992px) {

    .col-lg-4 .features__card {
        position: relative;
    }

    /* Add divider to:
       - Row positions 1 & 2 (3n+1 and 3n+2)
       - BUT remove divider from the very last item
    */
    .col-lg-4:nth-child(3n+1) .features__card::after,
    .col-lg-4:nth-child(3n+2) .features__card::after {
        content: "";
        position: absolute;
        top: 10%;
        right: 0;
        width: 1px;
        height: 80%;
        background: #383838;
    }

    /* Remove border from the final item no matter what */
    .col-lg-4:last-child .features__card::after {
        content: none !important;
    }
}


.features__icon {
  margin-bottom: clamp(1.25rem, 1.156rem + 0.469vw, 1.625rem);
  max-width: var(--icon-size);
  margin-inline: auto;
}
.features__icon img{
  max-height: 60px;
}

.features__title {
  margin-bottom: clamp(0.625rem, 0.406rem + 1.094vw, 1.5rem);
}

/* ======================  Trust End  ======================*/
/* ======================  Pricing Start  ======================*/
.pricing {
  position: relative;
  z-index: 1;
}

.pricing__card {
  padding-block: clamp(1.25rem, 0.938rem + 1.563vw, 2.5rem);
  padding-inline: clamp(0.938rem, 0.703rem + 1.172vw, 1.875rem);
  background: linear-gradient(180deg, hsl(var(--base-two)), transparent);
  border: 1px solid hsl(var(--base) / 0.24);
  border-radius: var(--b-radius-20);
  position: relative;
  overflow: hidden;
  max-width: 26.25rem;
  margin-inline: auto;
  z-index: 1;
  backdrop-filter: blur(10px);
}

.pricing__card:hover .btn,
.pricing__card.active .btn {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.pricing__card:hover .pricing__shape {
  transform: scale(1.1);
}

.pricing__card .popular-card {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--b-radius) 0 0 0;
  color: hsl(var(--heading-color));
  font-weight: 700;
}

.pricing__top {
  border-bottom: 1px solid hsl(var(--white) / 0.13);
  margin-bottom: clamp(1.25rem, 0.938rem + 1.563vw, 2.5rem);
  padding-bottom: clamp(1.25rem, 0.938rem + 1.563vw, 2.5rem);
}

.pricing__icon {
  font-size: 40px;
  color: hsl(var(--base));
  line-height: 1;
  margin-bottom: clamp(1rem, 0.875rem + 0.625vw, 1.5rem);
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: linear-gradient(180deg, hsl(var(--base-two)), transparent);
}

.pricing__name {
  margin-bottom: 4px;
  font-weight: 500;
}

.pricing__desc {
  margin-bottom: clamp(0.938rem, 0.703rem + 1.172vw, 1.875rem);
}

.pricing__price {
  font-size: clamp(1.75rem, 1.438rem + 1.563vw, 3rem);
  margin-bottom: clamp(0.938rem, 0.703rem + 1.172vw, 1.875rem);
}

.pricing__price span {
  font-size: 1rem;
  font-weight: 400;
}

.pricing__list {
  margin-top: clamp(1.25rem, 1.063rem + 0.938vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.563rem + 0.938vw, 1.5rem);
}

.pricing__list li {
  position: relative;
  padding-left: 25px;
}

.pricing__list li::before {
  position: absolute;
  left: 4px;
  top: 4px;
  content: "\f00c";
  font-family: "font Awesome 6 Free";
  font-size: 10px;
  font-weight: 900;
  margin-right: 8px;
}

.pricing__list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 50%;
}

/* ======================  Pricing End  ======================*/
.faq {
  position: relative;
  z-index: 2;
}

/* ======================  Testimonial Start  ======================*/
.testimonial {
  position: relative;
  max-width: 120rem;
  margin-inline: auto;
  --icon-size: clamp(3.125rem, 2.813rem + 1.563vw, 4.375rem);
}

.testimonial__card {
  position: relative;
  transition: 0.3s;
  width: 100%;
  border-radius: var(--b-radius-12);
  overflow: hidden;
  max-width: 26.25rem;
  margin-inline: auto;
  background-image: linear-gradient(hsl(var(--base) / 0.2), transparent);
  border: 1px solid hsl(var(--base) / 0.2);
  padding-inline: clamp(0.625rem, 0.391rem + 1.172vw, 1.563rem);
  padding-block: clamp(1.875rem, 1.563rem + 1.563vw, 3.125rem);
  transition: 0.3s;
  z-index: 1;
}

.testimonial__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: linear-gradient(hsl(var(--base) / 0.3), transparent);
  transition: 0.3s;
  z-index: -1;
}

.testimonial__card:hover::before {
  height: 100%;
}

.testimonial__slider .swiper-slide.swiper-slide-active .testimonial__card::before{
  height: 100%;
}

.testimonial__thumb {
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
  margin-bottom: 1.25rem;
}

.testimonial__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial__body {
  width: 100%;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}

.testimonial__title {
  margin-bottom: 8px;
}

.testimonial__desc {
  font-size: 18px;
  margin-top: 1.5625rem;
}

.testimonial .swiper {
  padding: 3.125rem 1.875rem;
}

@media screen and (max-width: 1399px) {
  .testimonial .swiper {
    padding: 1.875rem 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .testimonial .swiper {
    padding: 1.25rem 0.625rem;
  }
}

.testimonial .swiper-slide {
  max-width: 26.25rem;
}

.testimonial .custom-btn {
  background-color: hsl(var(--base) / 0.5);
}

.testimonial .custom-btn:hover {
  background-color: hsl(var(--base)) !important;
}

.testimonial .custom-prev {
  left: clamp(0.625rem, 0.469rem + 0.781vw, 1.25rem);
}

.testimonial .custom-next {
  right: clamp(0.625rem, 0.469rem + 0.781vw, 1.25rem);
}

.testimonial .custom-btn.swiper-button-disabled {
  background-color: hsl(var(--base) / 0.2) !important;
  backdrop-filter: blur(2px);
}

/* ======================  Testimonial End  ======================*/
/* ======================  Blog Start  ======================*/
.blog {
  position: relative;
  z-index: 1;
  --date-size: clamp(2.5rem, 2.031rem + 2.344vw, 4.375rem);
}

.blog__card {
  position: relative;
  border-radius: var(--b-radius-12);
  height: 100%;
  z-index: 2;
  border: 1px solid hsl(var(--white) / 0.12);
  background-color: hsl(var(--body-bg));
}

.blog__card:hover::before {
  inset: 20px 20px -10px 20px;
}

.blog__card:hover img {
  transform: scale(1.05);
}

.blog__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: hsl(var(--body-bg));
  border-radius: inherit;
  z-index: -1;
}

.blog__card::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: inherit;
  background-color: hsl(var(--base));
  filter: blur(10px);
  transition: 0.3s;
  z-index: -2;
}

@media screen and (max-width: 991px) {
  .blog__card {
    flex-direction: column;
  }
}

.blog__body {
  padding-inline: clamp(0.75rem, 0.547rem + 1.016vw, 1.563rem);
  padding-block: clamp(0.938rem, 0.703rem + 1.172vw, 1.875rem);
}

.blog__thumb-wrap {
  position: relative;
  z-index: 1;
}

.blog__thumb-wrap > img {
    border-radius: 10px;
}

.blog__thumb {
  display: block;
  width: 100%;
  border-radius: var(--b-radius-12) var(--b-radius-12) 0 0;
  overflow: hidden;
}

.blog__thumb img {
  border-radius: inherit;
  transition: 0.3s;
}

.blog__date {
  position: absolute;
  bottom: 0;
  left: 30px;
  transform: translateY(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  width: var(--date-size);
  height: var(--date-size);
  border-radius: var(--b-radius-12);
  background-image: linear-gradient(
    180deg,
    hsl(var(--base)) 70%,
    hsl(var(--base-two))
  );
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2rem);
  font-weight: 600;
  text-align: center;
  color: hsl(var(--white));
}

.blog__date span {
  font-size: clamp(0.75rem, 0.688rem + 0.313vw, 1rem);
  font-weight: 500;
  margin-top: 0.1875rem;
}

.blog__title {
  margin-top: calc(var(--date-size) / 2 - 5px);
}

.blog__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  text-overflow: ellipsis;
}

.blog .btn--unstyle-2 {
  margin-top: clamp(0.938rem, 0.703rem + 1.172vw, 1.875rem);
}

.blog-details {
  position: relative;
  z-index: 1;
  --date-size: 70px;
}

.blog-details .blog__thumb {
  border-radius: var(--b-radius-12);
  display: block;
  overflow: hidden;
}

.blog-details .blog__body {
  padding-inline: 0;
}

.blog-details .blog__title {
  margin-bottom: clamp(0.75rem, 0.547rem + 1.016vw, 1.563rem);
}

.blog-details__content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.469rem + 0.781vw, 1.25rem);
}

.blog-details__content blockquote {
  position: relative;
  background-color: hsl(var(--white) / 0.05);
  padding-block: clamp(1.25rem, -0.089rem + 3.571vw, 3.125rem);
  padding-inline: clamp(0.875rem, 0.161rem + 1.905vw, 1.875rem);
  border-radius: var(--b-radius-12);
  border: 1px solid hsl(var(--black) / 0.04);
  z-index: 1;
}

.blog-details__content blockquote::before {
  content: "\f10e";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  color: hsl(var(--white) / 0.06);
  z-index: -1;
}

.blog-details__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-details__social .social-list__title {
  color: hsl(var(--heading-color));
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.blog-details__social .social-list__title i {
  color: hsl(var(--base));
  font-size: 1.875rem;
}

/* ======================  Blog End  ======================*/
.contact {
  position: relative;
  z-index: 2;
  --icon-size: clamp(2.5rem, 2.313rem + 0.938vw, 3.25rem);
}

.contact__form-wrap {
  height: 100%;
}

.contact__form {
  position: relative;
  background-color: hsl(var(--white) / 0.03);
  padding-inline: clamp(0.938rem, 0.703rem + 1.172vw, 1.875rem);
  padding-bottom: clamp(1.25rem, 0.938rem + 1.563vw, 2.5rem);
  border-radius: var(--b-radius);
  border-radius: var(--b-radius-12);
  margin: 10px;
}

.contact__form::after {
  content: "";
  position: absolute;
  inset: -9px;
  background-color: hsl(var(--body-bg));
  border-radius: inherit;
  z-index: -1;
}

.contact__form::before {
  content: "";
  position: absolute;
  inset: -10px;
  background-image: linear-gradient(
    180deg,
    hsl(var(--base) / 0.31),
    transparent,
    hsl(var(--base) / 0.31)
  );
  border-radius: inherit;
  z-index: -2;
}

.contact__header {
  margin-bottom: clamp(1rem, 0.75rem + 1.25vw, 2rem);
}

.contact__item {
  position: relative;
  height: 100%;
  z-index: 1;
  display: flex;
  gap: clamp(0.75rem, 0.563rem + 0.938vw, 1.5rem);
  background-image: linear-gradient(hsl(var(--base) / 0.27), transparent);
  border: 1px solid hsl(var(--base) / 0.27);
  backdrop-filter: blur(10px);
  padding: 30px 20px;
  border-radius: var(--b-radius-12);
}

.contact__item:hover .contact__icon i {
  animation: bounce 0.6s ease-in-out;
}

.contact__icon {
  width: var(--icon-size);
  height: var(--icon-size);
  background: linear-gradient(180deg, hsl(var(--base)) 0%, transparent 100%);
  border-radius: var(--b-radius-8);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.contact__icon i {
  color: hsl(var(--white));
}

.contact__info h6 {
  margin-bottom: clamp(0.5rem, 0.375rem + 0.625vw, 1rem);
}

.contact__map {
  height: 100%;
}

.contact__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--b-radius-12);
}

/* ======================  Login Section Start  ======================*/
.account {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  z-index: 2;
}

.account__subtitle {
  letter-spacing: 5px;
  margin-bottom: 1rem;
}

.account__title {
  margin-bottom: clamp(0.75rem, 0.563rem + 0.938vw, 1.5rem);
}

.account__form-wrap {
  max-width: 550px;
  margin-inline: auto;
  text-align: center;
}

.account__form-wrap .logo {
  margin-bottom: clamp(0.625rem, 0.156rem + 2.344vw, 2.5rem);
}

.account__form {
  position: relative;
  padding-block: clamp(1.875rem, 1.406rem + 2.344vw, 3.75rem);
  padding-inline: clamp(0.938rem, 0.703rem + 1.172vw, 1.875rem);
  border-radius: var(--b-radius-12);
  background: hsl(var(--white) / 0.03);
  border: hsl(var(--white) / 0.1);
  backdrop-filter: blur(10px);
  z-index: 3;
}

.account__or {
  margin-top: 8px;
}

.account .social-list {
  justify-content: center;
}

.account .social-list__link {
  background-color: transparent;
  color: hsl(var(--body-color));
  transition: 0.3s;
}

.account .social-list__link i {
  font-size: 20px;
}

.account .social-list__link:hover i {
  color: hsl(var(--base-l-300));
}

/* ======================  Login Section End  ======================*/
/* ======================  Cookie-policy Start  ======================*/

.cookie-policy__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.406rem + 2.344vw, 3.75rem);
  z-index: 1;
}

.cookie-policy__title {
  margin-bottom: clamp(1rem, 0.875rem + 0.625vw, 1.5rem);
}

.cookie-policy__desc {
  line-height: 1.9;
}

.cookie-policy__list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.688rem + 0.313vw, 1rem);
  padding-left: clamp(0.625rem, 0.469rem + 0.781vw, 1.25rem);
}

.cookie-policy__list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.9;
}

.cookie-policy__list li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 8px;
  color: hsl(var(--base));
}

/* ======================  Cookie-policy End  ======================*/
/* ======================  Error Section Start  ======================*/
.error {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.error__main {
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.error__main img {
  max-width: 230px;
  width: 100%;
  margin-bottom: 30px;
}

.error__main h2 {
  margin-bottom: 5px;
  font-size: clamp(3.75rem, 2.875rem + 4.375vw, 7.25rem);
  font-weight: 800;
  line-height: 1;
}

.error__main h3 {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1;
}

.error__main h4 {
  font-size: 24px;
  margin-bottom: 24px;
}

.error__main p {
  font-size: 16px;
  max-width: 500px;
  margin-bottom: 30px;
}

.error__main a {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  padding: 13px 20px;
}

.error__main a i {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .error__main img {
    max-width: 170px;
    margin-bottom: 15px;
  }

  .error__main h2 {
    margin-bottom: 10px;
    font-size: 50px;
  }

  .error__main h3 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .error__main h4 {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .error__main p {
    font-size: 14px;
    max-width: 440px;
  }
}
/* ======================  Error Section End  ======================*/
/* ======================  Dashboard Section Start  ======================*/
.dashboard {
  min-height: 100vh;
}

.dashboard__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}

.dashboard__pagination .pagination {
  margin-top: 0;
}

.dashboard__wrap {
  padding-left: 275px;
}

@media screen and (max-width: 991px) {
  .dashboard__wrap {
    padding-left: 0;
  }
}

.dashboard__wrapper {
  padding: clamp(0.75rem, 0.563rem + 0.938vw, 1.5rem);
}

.dashboard__sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 275px;
  height: 100vh;
  z-index: 2;
  background-color: hsl(var(--base-l-300) / 0.15);
  backdrop-filter: blur(10px);
  overflow-y: auto;
  scrollbar-width: none;
}

@media screen and (max-width: 991px) {
  .dashboard__sidebar {
    background-color: hsl(var(--base-two));
    left: -100%;
    z-index: 13;
    transition: 0.3s;
  }

  .dashboard__sidebar.active {
    left: 0;
  }
}

.dashboard__logo a {
  display: block;
  text-align: center;
}

.dashboard__logo a {
  width: 100%;
  max-width: 150px;
}

.dashboard__logo a img {
  max-width: 100%;
}

.dashboard__logo {
  padding-block: 24px;
}

.sidebar__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: hsl(var(--danger));
  width: 30px;
  height: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  color: hsl(var(--white));
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .sidebar__close {
    display: flex;
  }
}

.sidebar__open {
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}

@media screen and (max-width: 991px) {
  .sidebar__open {
    display: block;
  }
}

.sidebar__open:hover {
  color: hsl(var(--base));
}

.dashboard__menu ul {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-right: 14px;
  overflow: hidden;
}

.dashboard__menu ul li a {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--white) / 0.76);
  border-radius: 0 4px 4px 0;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}

.dashboard__menu ul li a::after {
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  z-index: -1;
  background-color: hsl(var(--white));
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.dashboard__menu ul li a:hover {
  background-color: hsl(var(--base) / 0.3);
  color: hsl(var(--white));
}

.dashboard__menu ul li a:hover::after {
  opacity: 0.3;
  visibility: visible;
  left: -8px;
}

.dashboard__menu ul li a.active {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.dashboard__menu ul li a.active::after {
  opacity: 1;
  visibility: visible;
  left: -8px;
}

.sidebar__dropdown {
  background-color: hsl(var(--base) / 0.2);
  padding: 12px 22px;
  border-radius: 0 0 4px 0;
}

.dashboard__menu ul li a[aria-expanded="true"] {
  border-radius: 0 4px 0 0;
}

.dashboard__menu ul li a[aria-expanded="true"] .dropdown__arrow i {
  transform: rotate(90deg);
}

.dropdown__arrow {
  line-height: 1;
  margin-left: auto;
}

.dropdown__arrow i {
  transition: 0.3s;
}

.sidebar__dropdown ul {
  padding-right: 0;
}

.sidebar__dropdown ul li a {
  border-radius: 4px;
  padding: 12px 18px;
}

.sidebar__dropdown ul li a.active,
.sidebar__dropdown ul li a:hover {
  background-color: hsl(var(--base) / 0.2);
}

.sidebar__dropdown ul li a::after {
  left: -6px !important;
  width: 5px;
  height: 60%;
  background-color: hsl(var(--white) / 0.2);
  border-radius: 10px;
}

.sidebar__dropdown ul li a.active::after {
  left: 0 !important;
}

.sidebar__dropdown ul li a:hover::after {
  left: 0 !important;
  opacity: 1;
}

.dashboard__header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: clamp(0.75rem, 0.563rem + 0.938vw, 1.5rem);
  padding-bottom: 0;
  --widgets-size: clamp(2.188rem, 2.031rem + 0.781vw, 2.813rem);
}

@media screen and (max-width: 767px) {
  .dashboard__header {
    flex-direction: column;
    gap: 24px;
  }
}

.dashboard__header .search__box {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .dashboard__header .search__box {
    max-width: 100%;
  }
}

.dashboard__header-right {
  display: flex;
  gap: clamp(0.875rem, 0.594rem + 1.406vw, 2rem);
}

@media screen and (max-width: 767px) {
  .dashboard__header-right {
    width: 100%;
    justify-content: space-between;
  }
}

.dashboard__header h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .dashboard__header h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .dashboard__header h2 {
    font-size: 18px;
  }
}

.dashboard__header__widgets {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.875rem, 0.594rem + 1.406vw, 2rem);
}

.upload__file__sb {
  display: none;
}

@media screen and (max-width: 470px) {
  .upload__file__sb {
    display: block;
  }

  .upload__file {
    display: none !important;
  }

  .sidebar__open {
    margin-left: auto !important;
  }
}

.notification__btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--widgets-size);
  height: var(--widgets-size);
  background-color: hsl(var(--white) / 0.1);
  border: 1px solid hsl(var(--white) / 0.08);
  color: hsl(var(--white));
  border-radius: 50%;
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.625rem);
  transition: 0.3s;
}

.notification__btn:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.profile__dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
}

.profile__dropdown span {
  font-weight: 500;
}

.notification__count {
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 2;
  background-color: hsl(var(--base));
  line-height: 1;
  width: clamp(1.125rem, 1.063rem + 0.313vw, 1.375rem);
  height: clamp(1.125rem, 1.063rem + 0.313vw, 1.375rem);
  border-radius: 50%;
  color: hsl(var(--white));
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid hsl(var(--white) / 0.1);
}

.profile__dropdown img {
  width: var(--widgets-size);
  height: var(--widgets-size);
  object-fit: cover;
  border-radius: 50%;
}

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

.drop__arrow {
  font-size: 16px;
  line-height: 1;
}

.drop__arrow i {
  transition: 0.3s;
  position: relative;
  top: -3px;
}

.dash__dropdown.show .drop__arrow i {
  transform: rotate(180deg);
  top: 4px;
}

.upload__file .btn {
  padding: 14px 16px;
  border-radius: 6px;
}

.upload__file .btn i {
  margin-right: 2px;
}

.notification__wrap {
  width: 250px;
  padding: 0 0.375rem;
}

.notification__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 6px;
}

.notification__footer {
  padding-top: 6px;
}

.notification__header h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.notification__body a {
  padding: 8px 12px;
  color: hsl(var(--body-color));
  background-color: hsl(var(--base) / 0.06);
  border: 1px solid hsl(var(--base) / 0.1);
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.notification__body a p {
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.notification__body a span {
  color: hsl(var(--black) / 0.4);
  font-size: 12px;
  margin-top: -4px;
  transition: 0.2s;
}

.notification__body a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.notification__body a:hover p {
  color: hsl(var(--white));
}

.notification__body a:hover span {
  color: hsl(var(--white) / 0.5);
}

.notification__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.dc__img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  user-select: none;
  pointer-events: none;
  max-width: 80px;
}

@media screen and (max-width: 1399px) {
  .dc__img {
    max-width: 60px;
  }
}

.chart__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.chart__topbar h5 {
  margin-bottom: 0;
}

.chart__topbar .dropdown .dropdown-toggle {
  border: 1px solid hsl(var(--black) / 0.12);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
}

.dashboard__acco {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.dashboard__acco:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}

.dashboard__acco::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  content: "";
  background-image: linear-gradient(to top, hsl(var(--black)), transparent);
}

.dashboard__acco img {
  width: 100%;
}

.dashboard__acco__content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}

.dashboard__acco__content a {
  color: hsl(var(--white));
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.dashboard__acco__content a:hover {
  color: hsl(var(--base));
}

.dashboard__acco__content p {
  color: hsl(var(--white) / 0.7);
  font-size: 14px;
}

.ds__plus {
  color: hsl(var(--base));
  font-size: 20px;
  font-weight: 700;
}

.ds__discount {
  text-decoration: line-through;
  color: hsl(var(--border-color));
}

.table__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .table__topbar {
    flex-direction: column;
    align-items: start;
  }
}

.filter__btn {
  white-space: nowrap;
}

.table__topbar > h5 {
  margin-bottom: 0;
}

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

@media screen and (max-width: 374px) {
  .table__topbar__right {
    flex-wrap: wrap;
    margin-left: auto;
    justify-content: end;
  }
}

@media screen and (max-width: 767px) {
  .table__topbar__right {
    width: 100%;
  }

  .table__topbar__right .search__box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table__topbar__right .filter__main {
    right: -30px !important;
  }
}

.btn.open__ticket {
  font-size: 14px;
  padding: 18px 20px;
  white-space: nowrap;
}

.table__topbar__right.ticket__pg {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.upload__preview {
  margin-bottom: 36px;
  border: 1px solid hsl(var(--black) / 0.2);
  border-radius: 12px;
  padding: 17px;
}

.uplaod__box {
  background-color: hsl(var(--black) / 0.02);
  border-radius: 10px;
  padding: 68px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.uplaod__box span {
  font-size: 40px;
  color: hsl(var(--base));
  line-height: 1;
  margin-bottom: 12px;
}

.uplaod__box label {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 14px;
  border-radius: 5px;
  border: 1px solid hsl(var(--black) / 0.12);
  margin-bottom: 16px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}

.uplaod__box label:hover {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.upload__title h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}

/* ======================  Dashboard Section End  ======================*/
.dashboard-widgets {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  background-color: hsl(var(--base-l-300) / 0.15);
  border: 1.5px solid hsl(var(--white) / 0.04);
  border-radius: var(--b-radius-12);
  padding-inline: clamp(0.875rem, 0.656rem + 1.094vw, 1.75rem);
  padding-block: clamp(1.375rem, 1.094rem + 1.406vw, 2.5rem);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.dashboard-widgets:hover {
  background-color: hsl(var(--base-l-300) / 0.25);
  border: 1.5px solid hsl(var(--white) / 0.06);
}

.dashboard-widgets:hover .dashboard-widgets__shape {
  transform: scale(1.1);
}

.dashboard-widgets__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.dashboard-widgets__title {
  color: hsl(var(--body-color));
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 1399px) {
  .dashboard-widgets__title {
    font-size: 1rem;
  }
}

.dashboard-widgets__amount {
  font-size: clamp(1.375rem, 1.219rem + 0.781vw, 2rem);
  font-family: var(--body-font);
  font-weight: 600;
}

.dashboard-widgets__icon {
  display: grid;
  place-items: center;
  width: 3.75rem;
  height: 3.75rem;
  background-color: hsl(var(--base-l-500));
  border: 1px solid hsl(var(--base-l-400));
  border-radius: 50%;
  transition: 0.3s;
}

@media screen and (max-width: 1399px) {
  .dashboard-widgets__icon {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.75rem;
  }
}

.dashboard-widgets__icon i {
  font-size: 32px;
  display: inline-flex;
  color: hsl(var(--heading-color));
}

.dashboard-widgets__icon img {
  font-size: 1.875rem;
  max-width: 2.125rem;
}

/* ======================  Filter Section Start  ======================*/
.filter__wrap {
  position: relative;
}

.filter__main {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 11;
  background-color: hsl(var(--base-two));
  border: 1px solid hsl(var(--white) 0.06);
  width: 500px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .filter__main {
    right: auto;
    width: 300px;
  }
}

.filter__main.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.filter__close {
  font-size: 18px;
  cursor: pointer;
  color: hsl(var(--white));
  transition: 0.3s;
}

.filter__close:hover {
  color: hsl(var(--danger));
}

.filter__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.filter__topbar h5 {
  margin-bottom: 0;
}

.filter__topbar a {
  font-size: 14px;
  font-weight: 500;
}

.filter__card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.filter__form {
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 8px;
  padding: 18px;
  max-height: 230px;
  overflow-y: auto;
}

.filter__form::-webkit-scrollbar {
  width: 4px;
}

.filter__form::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px hsl(var(--base) / 0.2);
  border-radius: 20px;
}

.filter__form::-webkit-scrollbar-thumb {
  background: hsl(var(--base) / 0.7);
  border-radius: 20px;
}

.filter__form::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--base));
}

.filter__form .form-check {
  margin-bottom: 18px;
  justify-content: space-between;
}

.filter__form .form-check:last-child {
  margin-bottom: 0;
}

.filter__range {
  border: 1px solid hsl(var(--white) / 0.08);
  border-radius: 8px;
  padding: 22px 18px 18px 18px;
}

/* ======================  Filter Section End  ======================*/
/* ======================  Price Range Section Start  ======================*/
.range-slider {
  position: relative;
  user-select: none;
  clear: both;
}

.range-slider-box .sliderr {
  height: 12px;
  background-color: hsl(var(--white) / 0.1);
  position: relative;
  border-radius: 30px;
}

.range-slider-box .sliderr .progresss {
  height: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
  background-color: hsl(var(--base));
  border-radius: 30px;
}

.range-slider-box .range-input {
  position: relative;
}

.range-slider-box .range-input input {
  position: absolute;
  top: -12px;
  height: 12px;
  width: 100%;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  pointer-events: none;
  border-radius: 0px !important;
}

.range-input input::-webkit-slider-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: hsl(var(--white));
  border: 5px solid hsl(var(--base));
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: auto;
  appearance: none;
}

.slider-box {
  padding-bottom: 4px;
  margin-bottom: 16px;
}

.range-slider-box .range-input input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: auto;
  z-index: 1;
}

.range-slider-box .range-input input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  pointer-events: auto;
  z-index: 1;
}

.price-input h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}

/* ======================  Price Range Section End  ======================*/
/* ======================  job application Modal Start  ======================*/
.job-application__list li {
  display: flex;
  justify-content: space-between;
}

.job-application__list li:not(:last-child) {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

/* ======================  job application Modal End  ======================*/
/* ======================  create bot Start  ======================*/
.create-bot__form {
  background-color: hsl(var(--base-two));
  padding-block: clamp(1.125rem, 0.906rem + 1.094vw, 2rem);
  padding-inline: clamp(0.75rem, 0.625rem + 0.625vw, 1.25rem);
  border-radius: var(--b-radius-12);
  border: 1px solid hsl(var(--white) / 0.08);
}

.create-bot__summary {
  background-color: hsl(var(--white) / 0.08);
  min-height: clamp(23.75rem, 22.188rem + 7.813vw, 30rem);
  border-radius: var(--b-radius-12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(0.938rem, 0.859rem + 0.391vw, 1.25rem);
  border: 1px dashed hsl(var(--white) / 0.08);
}

/* ======================  create bot End  ======================*/
/* ====================== Reports & insights Start  ======================*/
.reports__info-item:not(:last-child) {
  border-bottom: 1px solid hsl(var(--white) / 0.13);
  margin-bottom: 1.625rem;
  padding-bottom: 1.625rem;
}

.reports__title {
  font-weight: 600;
  font-family: var(--body-font);
}

/* ====================== Reports & insights End  ======================*/
/* ======================  Profile Setting Section Start  ======================*/
.profile-setting {
  padding: 1.25rem;
  border-radius: 0.625rem;
}

.profile-setting__file-desc {
    margin-bottom: 20px;
    font-size: 12px;
    margin-top: 10px;
    color: hsl(var(--warning));
}

.profile-setting__info-list {
  display: flex;
  flex-direction: column;
}

.profile-setting__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.profile-setting__info:not(:last-child) {
  border-bottom: 1px dashed hsl(var(--border-color) / 0.2);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.profile-setting__info span {
  font-size: 1rem;
  font-weight: 500;
}

.profile-setting__info-title {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.two__factor__info{
  margin-bottom: 16px;
}

/* ======================  Profile Setting Section End  ======================*/
.custom-dropzone {
  position: relative;
}

.custom-dropzone.dropzone-sm {
  max-width: 116px;
}

.custom-dropzone.dropzone-sm .dropzone-filed::after {
  font-size: 1.25rem;
}

.custom-dropzone.wide .dropzone-filed {
  aspect-ratio: 16/9;
}

.custom-dropzone .dropzone-filed {
  display: block;
  width: 100%;
  background: hsl(var(--base) / 0.02);
  border: 2px solid hsl(var(--black) / 0.3);
  border-radius: 50%;
  padding: 20px;
  aspect-ratio: 1/1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .custom-dropzone .dropzone-filed {
    padding: 15px;
  }
}

.custom-dropzone .dropzone-filed.dragging {
  border-color: hsl(var(--base));
  z-index: 2;
}

.custom-dropzone .dropzone-filed.dragging::after {
  opacity: 1;
}

.custom-dropzone .dropzone-filed.dragging .dropzone__icon,
.custom-dropzone .dropzone-filed.dragging .dropzone__txt,
.custom-dropzone .dropzone-filed.dragging .dropzone__preview * {
  opacity: 0.3;
}

.custom-dropzone .dropzone-filed::after {
  content: attr(data-drag-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(var(--base-d-300) / 0.4);
  color: hsl(var(--white));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 500;
  opacity: 0;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .custom-dropzone .dropzone-filed::after {
    font-size: 1.25rem;
  }
}

.custom-dropzone .dropzone-filed__preview {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
  overflow: hidden;
}

.custom-dropzone .dropzone-filed__preview.active {
  background-color: hsl(var(--white));
  opacity: 1;
}

.custom-dropzone .dropzone-filed__preview img,
.custom-dropzone .dropzone-filed__preview video {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.custom-dropzone .dropzone-filed:hover,
.custom-dropzone .dropzone-filed:focus {
  border-color: hsl(var(--base));
}

.custom-dropzone__icon {
  position: absolute;
  bottom: 5px;
  right: -5px;
}

.custom-dropzone__icon i {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.custom-dropzone input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  opacity: 0;
  z-index: -1;
}

/* ======================  User-create-form Start  ======================*/
.create-form__sidebar {
  background-color: hsl(var(--white));
  padding: 16px 14px;
  border-radius: 0.75rem;
}

.create-form__item-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}

.create-form__items {
  background-color: hsl(var(--black) / 0.06);
  border: 1px solid hsl(var(--black) / 0.04);
  border-radius: 4px;
  padding: 1rem;
  display: grid;
  place-items: center;
}

.create-form__items.active {
  border: 1px dashed hsl(var(--base));
}

.create-form__items i {
  font-size: 1.25rem;
}

.create-form__items p {
  font-size: 0.8125rem;
}

.create-form__btn {
  text-align: center;
  margin-top: 0.75rem;
}

.create-form__dropzone-wrap {
  background-color: hsl(var(--white));
  padding: clamp(0.75rem, 0.547rem + 1.016vw, 1.563rem);
  border-radius: 12px;
  height: 100%;
}

.create-form__dropzone-wrap .row {
  height: 100%;
}

.create-form__dropzone {
  padding-block: clamp(0.75rem, 0.547rem + 1.016vw, 1.563rem);
  padding-inline: clamp(0.625rem, 0.469rem + 0.781vw, 1.25rem);
  border: 1px dashed hsl(var(--black) / 0.16);
  height: 100%;
  border-radius: 0.5625rem;
  height: 100%;
  min-height: 300px;
}

.create-form__action {
  margin-top: 4px;
  display: inline-flex;
  gap: 8px;
  background-color: hsl(var(--white));
  padding: 0.625rem;
  border-radius: 4px;
  box-shadow: 0 0 65px 0 hsl(var(--black) / 0.12);
}

.create-form__action-btn {
  display: flex;
  gap: 2px;
  flex-direction: column;
  padding-inline: 8px;
  color: hsl(var(--body-color));
}

.create-form__action-btn i {
  font-size: 18px;
}

/* ======================  User-create-form End  ======================*/
/* ======================  About Start  ======================*/
.about {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  --list-icon: clamp(1.125rem, 1.031rem + 0.469vw, 1.5rem);
}

.about__list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.938rem, 0.547rem + 1.953vw, 2.5rem);
}

.about__list-item {
  display: flex;
  gap: 18px;
}

.about__list-item::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  border-radius: 50%;
  width: var(--list-icon);
  height: var(--list-icon);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 5px;
  font-size: clamp(0.75rem, 0.688rem + 0.313vw, 1rem);
}

.about__banner {
  position: relative;
  background-color: hsl(var(--base-l-900) / 0.6);
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}

.about__shape {
  max-width: clamp(12.5rem, 10.938rem + 7.813vw, 18.75rem);
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: -1;
}

.about__thumb {
  text-align: end;
  padding-top: 60px;
  padding-left: 60px;
  max-width: 64.375rem;
}

.about__thumb img {
  width: 100%;
  height: 100%;
}

/* ======================  About End  ======================*/
/*========= Cookies Css ========*/
.cookies-card {
  position: fixed;
  bottom: 16px;
  padding: 16px;
  background: hsl(var(--base-d-800));
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 2px solid hsl(var(--base));
  border-radius: 12px;
  z-index: 555;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 95%;
  max-width: fit-content;
}
.cookies-card__content {
  color: hsl(var(--white));
}

.cookies-card__btn .btn.btn-base {
  width: 124px;
}

@media (max-width: 767px) {
  .cookies-card {
    flex-direction: column;
  }

  .cookies-card__btn {
    margin-top: 7px;
  }
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

/* end cookie */

/* -----------Start ancore tag search-------------- */

.search__box {
  position: relative;
}

#searchResults {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: hsl(var(--base-d-800));
    border: 1px solid hsl(var(--white) / 0.2);
    color: hsl(var(
  --white));
    border-radius: 6px;
    max-height: 220px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#searchResults a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: hsl(var(--white));
  border-bottom: 1px solid hsl(var(--white) / 0.2);
  transition: all 0.2s ease;
}

#searchResults a:hover {
  background: #fff;
  color: hsl(var(--black));
}

#searchResults div.no-result {
  padding: 8px 12px;
  color: #999;
  font-style: italic;
}

#searchResults span.highlight {
  color: hsl(var(--base));
  font-weight: bold;
}
/* -----------End ancore tag search-------------- */



/* start notification */
.blob {
  border-radius: 50%;
  margin: 3px;
  height: 20px;
  width: 20px;
  position: relative;
  right: -8px;
}

.blob.white {
  background: hsl(var(--base));
  box-shadow: 0 0 0 0 rgb(255 255 255);
  animation: pulse-white 1.5s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 hsl(var(--base) / 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px hsl(var(--base) / 0.05);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 hsl(var(--base) / 0.01);
  }
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 95, 95, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 95, 95, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 95, 95, 0);
  }
}

.pointer-dot {
  position: absolute;
  left: 0;
  top: 0;
}

.notification-dot {
  position: absolute;
  right: -12px;
  top: -3px;
}
/* end notification */


.ticket__single {
  background-color: hsl(var(--base) / 0.06);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid hsl(var(--base) / 0.2);
}

.ticket__single.user__ticket {
  background-color: hsl(var(--black) / 0.06);
}

.ticket__single p span {
  font-weight: 600;
  color: hsl(var(--base));
}

.list-group-item {
    color: #fff;
    background-color: transparent;
    border: 1px solid hsl(var(--white) /0.1);
}

.recent-post__body > span {
    font-size: 14px;
}

.recent-post__body > span i {
    margin-right: 2px;
}
