@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Urbanist", sans-serif;
  --body-font: "Urbanist", sans-serif;
  /* ========================= Theme Color Start ============================= */
  /* Base Color */
  --base-h: 217;
  --base-s: 91%;
  --base-l: 60%;
  --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-50: color-mix(in oklab, hsl(var(--base)), hsl(var(--white)) 95%);
  --base-700: color-mix(in oklab,
      hsl(var(--base-d-100)),
      hsl(var(--black)) 13%);
  --base-900: color-mix(in oklab, hsl(var(--base)), hsl(var(--black)) 41%);
  --base-rgb: linear-gradient(220deg,
      var(--base-700) 0%,
      var(--base-900) 55%,
      var(--base-700) 90%);
  --white: 0 0% 100%;
  --body-color: 206 8% 38%;
  --heading-color: 0 0% 7%;
  --black: 0 0% 0%;
  --muted: 215 18% 47%;
  --border-color: 226 5% 54%;
  --section-bg: 0, 0%, 98%;
  --dark-h: 249;
  --dark-s: 21%;
  --dark-l: 6%;
  --dark: var(--dark-h) var(--dark-s) var(--dark-l);
  --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
  --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
  --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
  --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
  --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
  --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
  --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
  --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
  --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
  --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
  --background-color: 0 13% 97%;
  --accent-black: 240 3% 13%;
  /* ======================  Natural color Variable Start  ======================*/
  --neutral-00: 0 0% 100%;
  --neutral-50: 0 0% 98%;
  --neutral-100: 240 5% 96%;
  --neutral-200: 240 6% 90%;
  --neutral-300: 240 5% 84%;
  --neutral-400: 240 5% 65%;
  --neutral-500: 240 4% 46%;
  --neutral-600: 240 5% 34%;
  --neutral-700: 240 5% 26%;
  --neutral-800: 240 4% 16%;
  --neutral-900: 240 6% 10%;
  --neutral-950: 240 10% 4%;
  --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
  --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
  --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
  /* ============================== 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: 142;
  --success-s: 71%;
  --success-l: 45%;
  --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: 84%;
  --danger-l: 60%;
  --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: 38;
  --warning-s: 92%;
  --warning-l: 50%;
  --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: 217;
  --info-s: 91%;
  --info-l: 60%;
  --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);
  /* ============================== Bootstrap Modifier End ============================== */
  --radius: 16px;
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

@media screen and (max-width: 1199px) {
  .fs-16 {
    font-size: 0.9375rem;
  }
}

.fs-17 {
  font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
  .fs-17 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-17 {
    font-size: 0.9375rem;
  }
}

.fs-18 {
  font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
  .fs-18 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-18 {
    font-size: 1rem;
  }
}

.fs-20 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
  .fs-20 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-20 {
    font-size: 1.0625rem;
  }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--neutral-500));
  word-break: break-word;
  background-color: hsl(var(--white));
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.4;
}

p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  color: hsl(var(--neutral-500));
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (max-width: 767px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
}

h1 {
  font-size: 3.75rem;
}

@media screen and (max-width: 1399px) {
  h1 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 2.5rem;
}

@media screen and (max-width: 1399px) {
  h2 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.5625rem;
  }
}

h3 {
  font-size: 1.875rem;
}

@media screen and (max-width: 1399px) {
  h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1199px) {
  h3 {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
  h4 {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 1199px) {
  h4 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  h4 {
    font-size: 1.0625rem;
  }
}

h5 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
  h5 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 1199px) {
  h5 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1rem;
}

@media screen and (max-width: 1399px) {
  h6 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  h6 {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 991px) {
  h6 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  h6 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  h6 {
    font-size: 0.875rem;
  }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: inherit;
}

a {
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--info));
}

a:hover {
  color: hsl(var(--base));
}

img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: 0;
  background-color: transparent;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
  .col-xsm-6 {
    width: 50%;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px !important;
  }
}

.mw-100 {
  max-width: 100%;
}

.inset-0 {
  inset: 0;
}

.-mt-100 {
  margin-top: -100px;
}

/* Section Background */
.section-bg {
  background-color: hsl(var(--section-bg));
}

.common-shape {
  position: absolute;
  z-index: -1;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.top-5 {
  top: 48px !important;
}

.mw-100 {
  max-width: 100%;
}

.top-auto {
  top: auto !important;
}

.text-muted {
  color: hsl(var(--black) / 0.6) !important;
}

@media screen and (min-width: 1200px) {
  .position-xl-absolute {
    position: absolute;
  }
}

/* Bg Image Css */
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Bask Image Css */
.mask-img {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
  position: absolute;
  overflow-y: hidden;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .scroll-hide {
    padding-right: 0;
  }
}

.scroll-hide-sm {
  position: absolute;
  overflow-y: hidden;
  top: 0;
  left: 0;
  width: calc(100% - 0px);
}

.body-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: hsl(var(--black) / 0.5);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.body-overlay.show {
  visibility: visible;
  opacity: 1;
}

.gradient-text {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(hsl(var(--base-d-200))),
      to(hsl(var(--base))));
  background-image: linear-gradient(180deg,
      hsl(var(--base-d-200)) 0%,
      hsl(var(--base)) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-text::-moz-selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
  background: transparent;
}

.gradient-text::selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
  background: transparent;
}

.sidebar-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 1049;
  background-color: hsl(var(--black) / 0.5);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
  }
}

.text-nowrap {
  white-space: nowrap;
}

.cursor-pointer {
  cursor: pointer;
}

.min-w-fit {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

.text-dark {
  color: hsl(var(--neutral-500)) !important;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin-inline: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .section-heading {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 20px;
  }
}

.section-heading__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  gap: 4px;
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base) / 0.6);
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 24px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-heading__name svg {
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
}

.section-heading__title {
  font-size: clamp(2rem, 1.0898rem + 3.8835vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
}

.section-heading__title strong {
  font-weight: 800;
}

.section-heading__desc {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  color: hsl(var(--body-color));
  margin-bottom: 20px;
}

.section-heading.style-left {
  text-align: left;
  margin-left: 0;
}

.section-heading.style-left .section-heading__title::before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.section-heading.style-left .section-heading__name {
  margin-left: 0;
}

.section-heading.style-left .section-heading__desc {
  margin-left: 0;
}

.has-section-btn {
  margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
  .has-section-btn {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .has-section-btn {
    margin-bottom: 20px;
  }
}

.has-section-btn .section-heading {
  margin-bottom: 0px;
}

.has-section-btn .section-heading__title {
  margin-bottom: 0;
}

.has-section-btn .section-heading__desc {
  margin-bottom: 0;
}

/* ====================== Section Heading End ==================== */
/* ================================= Background Color Css Start =========================== */
.bg--base {
  background-color: hsl(var(--base)) !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;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
  color: hsl(var(--base)) !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--muted {
  color: hsl(var(--muted)) !important;
}

/* ================================= Color Css End =========================== */
.py-120 {
  padding-block: 120px;
}

@media screen and (max-width: 991px) {
  .py-120 {
    padding-block: 80px;
  }
}

@media screen and (max-width: 424px) {
  .py-120 {
    padding-block: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 424px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 424px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.py-60 {
  padding-block: 60px;
}

@media screen and (max-width: 991px) {
  .py-60 {
    padding-block: 40px;
  }
}

@media screen and (max-width: 424px) {
  .py-60 {
    padding-block: 30px;
  }
}

.pt-60 {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 424px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.py-40 {
  padding-block: 40px;
}

@media screen and (max-width: 991px) {
  .py-40 {
    padding-block: 30px;
  }
}

@media screen and (max-width: 424px) {
  .py-40 {
    padding-block: 25px;
  }
}

.pt-40 {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .pt-40 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 424px) {
  .pt-40 {
    padding-top: 25px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 424px) {
  .pb-40 {
    padding-bottom: 25px;
  }
}

.my-120 {
  margin-block: 120px;
}

@media screen and (max-width: 991px) {
  .my-120 {
    margin-block: 80px;
  }
}

@media screen and (max-width: 424px) {
  .my-120 {
    margin-block: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 424px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 424px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

.my-60 {
  margin-block: 60px;
}

@media screen and (max-width: 991px) {
  .my-60 {
    margin-block: 40px;
  }
}

@media screen and (max-width: 424px) {
  .my-60 {
    margin-block: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 424px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.my-40 {
  margin-block: 40px;
}

@media screen and (max-width: 991px) {
  .my-40 {
    margin-block: 30px;
  }
}

@media screen and (max-width: 424px) {
  .my-40 {
    margin-block: 25px;
  }
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .mt-40 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 424px) {
  .mt-40 {
    margin-top: 25px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 424px) {
  .mb-40 {
    margin-bottom: 25px;
  }
}

/* ================================= Border Color Css Start =========================== */
.border--base {
  border-color: hsl(var(--base)) !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 Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
  border: 1px solid hsl(var(--border-color)/0.2);
  border-radius: var(--radius);
  background-color: transparent;
  counter-increment: faqcounterItem;
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.custom--accordion .accordion-item:not(:has(.accordion-button.collapsed)) {
  border-color: hsl(var(--base));
}

.custom--accordion .accordion-header {
  font-family: var(--body-font);
}

.custom--accordion .accordion-body {
  padding: 0px 24px 16px 24px;
}

.custom--accordion .accordion-button {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  padding: 16px;
  color: hsl(var(--dark));
  background-color: hsl(var(--white));
  gap: 8px;
  border-radius: var(--radius) !important;
}

@media screen and (max-width: 767px) {
  .custom--accordion .accordion-button {
    font-size: 1.125rem;
  }
}

.custom--accordion .accordion-button::before {
  --size: 36px;
  content: counter(faqcounterItem);
  width: var(--size);
  height: var(--size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: calc(var(--size) * 0.5);
  border-color: 1px solid hsl(var(--base)) / 0.1;
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.1);
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .custom--accordion .accordion-button::before {
    --size: 32px;
  }
}

.custom--accordion .accordion-button::after {
  --size: 36px;
  content: "\f067";
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  font-family: "Line Awesome Free";
  font-size: calc(var(--size) * 0.5);
  font-weight: 900;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  flex-shrink: 0;

}

@media screen and (max-width: 767px) {
  .custom--accordion .accordion-button::after {
    --size: 32px;
  }
}

.custom--accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: hsl(var(--base));
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  -webkit-transform: none !important;
  transform: none !important;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.custom--accordion .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: hsl(var(--dark)/0.8);
}

@media screen and (max-width: 767px) {
  .custom--accordion .accordion-text {
    font-size: 0.875rem;
  }
}

/* ================================= 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-close:hover,
.btn-close:focus,
.btn-close:active,
.btn-close:focus-visible {
  outline: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.btn {
  color: hsl(var(--white)) !important;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-family: var(--body-font);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
}

.btn:has(.icon) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  height: 50px;
}

.btn:has(.icon) .text {
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-inline: 15px;
  border-radius: inherit;
  text-shadow: 0 30px currentColor;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.btn:has(.icon) .icon {
  --sizer: 41px;
  font-size: 18px;
  overflow: hidden;
  width: var(--sizer);
  height: var(--sizer);
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: hsl(var(--white));
}

.btn:has(.icon) .icon i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-45deg) translate(0px, 2px);
  transform: rotate(-45deg) translate(0px, 2px);
  text-shadow: -35px 0px currentColor;
  margin: 0 !important;
}

.btn:has(.icon) .icon:is(:first-child) {
  margin-right: 5px;
  display: none;
}

.btn:has(.icon):hover .icon i {
  -webkit-transform: rotate(-45deg) translate(35px, 2px);
  transform: rotate(-45deg) translate(35px, 2px);
}

.btn.disabled,
.btn[disabled],
.btn[readonly] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
  -webkit-box-shadow: none !important;
  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: 8px 18px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .btn--sm {
    padding: 8px 12px;
  }
}

.btn--icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9375rem;
  padding: 0;
}

.btn--base {
  background-color: hsl(var(--base)) !important;
}

.btn--base:has(.icon) .text {
  color: hsl(var(--white));
}

.btn--base:has(.icon) .icon {
  color: hsl(var(--base));
}

.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.pill {
  border-radius: 100%;
}

.btn-outline--base .icon {
  width: 42px !important;
  height: 42px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: inherit;
  color: hsl(var(--white));
  background: hsl(var(--base)) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-outline--base .icon i {
  margin: 0 !important;
}

.btn-outline--base:has(.icon:is(:last-child)) {
  padding-right: 4px !important;
}

.btn-outline--base:has(.icon:is(:first-child)) {
  padding-left: 4px !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-outline--base:hover .text,
.btn-outline--base:focus .btn-outline--base:focus-visible .text {
  color: hsl(var(--white)) !important;
}

.btn-outline--base:hover .icon,
.btn-outline--base:focus .btn-outline--base:focus-visible .icon {
  background: hsl(var(--white)) !important;
  color: hsl(var(--base)) !important;
}

.btn--primary {
  background-color: hsl(var(--primary)) !important;
}

.btn--primary:has(.icon) .text {
  color: hsl(var(--white));
}

.btn--primary:has(.icon) .icon {
  color: hsl(var(--primary));
}

.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.pill {
  border-radius: 100%;
}

.btn-outline--primary .icon {
  width: 42px !important;
  height: 42px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: inherit;
  color: hsl(var(--white));
  background: hsl(var(--primary)) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-outline--primary .icon i {
  margin: 0 !important;
}

.btn-outline--primary:has(.icon:is(:last-child)) {
  padding-right: 4px !important;
}

.btn-outline--primary:has(.icon:is(:first-child)) {
  padding-left: 4px !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-outline--primary:hover .text,
.btn-outline--primary:focus .btn-outline--primary:focus-visible .text {
  color: hsl(var(--white)) !important;
}

.btn-outline--primary:hover .icon,
.btn-outline--primary:focus .btn-outline--primary:focus-visible .icon {
  background: hsl(var(--white)) !important;
  color: hsl(var(--primary)) !important;
}

.btn--secondary {
  background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:has(.icon) .text {
  color: hsl(var(--white));
}

.btn--secondary:has(.icon) .icon {
  color: hsl(var(--secondary));
}

.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.pill {
  border-radius: 100%;
}

.btn-outline--secondary .icon {
  width: 42px !important;
  height: 42px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: inherit;
  color: hsl(var(--white));
  background: hsl(var(--secondary)) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-outline--secondary .icon i {
  margin: 0 !important;
}

.btn-outline--secondary:has(.icon:is(:last-child)) {
  padding-right: 4px !important;
}

.btn-outline--secondary:has(.icon:is(:first-child)) {
  padding-left: 4px !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-outline--secondary:hover .text,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible .text {
  color: hsl(var(--white)) !important;
}

.btn-outline--secondary:hover .icon,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible .icon {
  background: hsl(var(--white)) !important;
  color: hsl(var(--secondary)) !important;
}

.btn--danger {
  background-color: hsl(var(--danger)) !important;
}

.btn--danger:has(.icon) .text {
  color: hsl(var(--white));
}

.btn--danger:has(.icon) .icon {
  color: hsl(var(--danger));
}

.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.pill {
  border-radius: 100%;
}

.btn-outline--danger .icon {
  width: 42px !important;
  height: 42px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: inherit;
  color: hsl(var(--white));
  background: hsl(var(--danger)) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-outline--danger .icon i {
  margin: 0 !important;
}

.btn-outline--danger:has(.icon:is(:last-child)) {
  padding-right: 4px !important;
}

.btn-outline--danger:has(.icon:is(:first-child)) {
  padding-left: 4px !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-outline--danger:hover .text,
.btn-outline--danger:focus .btn-outline--danger:focus-visible .text {
  color: hsl(var(--white)) !important;
}

.btn-outline--danger:hover .icon,
.btn-outline--danger:focus .btn-outline--danger:focus-visible .icon {
  background: hsl(var(--white)) !important;
  color: hsl(var(--danger)) !important;
}

.btn--warning {
  background-color: hsl(var(--warning)) !important;
}

.btn--warning:has(.icon) .text {
  color: hsl(var(--white));
}

.btn--warning:has(.icon) .icon {
  color: hsl(var(--warning));
}

.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.pill {
  border-radius: 100%;
}

.btn-outline--warning .icon {
  width: 42px !important;
  height: 42px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: inherit;
  color: hsl(var(--white));
  background: hsl(var(--warning)) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-outline--warning .icon i {
  margin: 0 !important;
}

.btn-outline--warning:has(.icon:is(:last-child)) {
  padding-right: 4px !important;
}

.btn-outline--warning:has(.icon:is(:first-child)) {
  padding-left: 4px !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-outline--warning:hover .text,
.btn-outline--warning:focus .btn-outline--warning:focus-visible .text {
  color: hsl(var(--white)) !important;
}

.btn-outline--warning:hover .icon,
.btn-outline--warning:focus .btn-outline--warning:focus-visible .icon {
  background: hsl(var(--white)) !important;
  color: hsl(var(--warning)) !important;
}

.btn--success {
  background-color: hsl(var(--success)) !important;
}

.btn--success:has(.icon) .text {
  color: hsl(var(--white));
}

.btn--success:has(.icon) .icon {
  color: hsl(var(--success));
}

.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.pill {
  border-radius: 100%;
}

.btn-outline--success .icon {
  width: 42px !important;
  height: 42px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: inherit;
  color: hsl(var(--white));
  background: hsl(var(--success)) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-outline--success .icon i {
  margin: 0 !important;
}

.btn-outline--success:has(.icon:is(:last-child)) {
  padding-right: 4px !important;
}

.btn-outline--success:has(.icon:is(:first-child)) {
  padding-left: 4px !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-outline--success:hover .text,
.btn-outline--success:focus .btn-outline--success:focus-visible .text {
  color: hsl(var(--white)) !important;
}

.btn-outline--success:hover .icon,
.btn-outline--success:focus .btn-outline--success:focus-visible .icon {
  background: hsl(var(--white)) !important;
  color: hsl(var(--success)) !important;
}

.btn--info {
  background-color: hsl(var(--info)) !important;
}

.btn--info:has(.icon) .text {
  color: hsl(var(--white));
}

.btn--info:has(.icon) .icon {
  color: hsl(var(--info));
}

.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.pill {
  border-radius: 100%;
}

.btn-outline--info .icon {
  width: 42px !important;
  height: 42px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: inherit;
  color: hsl(var(--white));
  background: hsl(var(--info)) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-outline--info .icon i {
  margin: 0 !important;
}

.btn-outline--info:has(.icon:is(:last-child)) {
  padding-right: 4px !important;
}

.btn-outline--info:has(.icon:is(:first-child)) {
  padding-left: 4px !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-outline--info:hover .text,
.btn-outline--info:focus .btn-outline--info:focus-visible .text {
  color: hsl(var(--white)) !important;
}

.btn-outline--info:hover .icon,
.btn-outline--info:focus .btn-outline--info:focus-visible .icon {
  background: hsl(var(--white)) !important;
  color: hsl(var(--info)) !important;
}

.btn--dark {
  background-color: hsl(var(--dark)) !important;
}

.btn--dark:has(.icon) .text {
  color: hsl(var(--white));
}

.btn--dark:has(.icon) .icon {
  color: hsl(var(--dark));
}

.btn--dark:hover,
.btn--dark:focus .btn--dark:focus-visible {
  background-color: hsl(var(--dark-d-200)) !important;
  border: 1px solid hsl(var(--dark-d-200)) !important;
}

.btn-outline--dark {
  background-color: transparent !important;
  border: 1px solid hsl(var(--dark)) !important;
  color: hsl(var(--dark)) !important;
}

.btn-outline--dark.pill {
  border-radius: 100%;
}

.btn-outline--dark .icon {
  width: 42px !important;
  height: 42px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: inherit;
  color: hsl(var(--white));
  background: hsl(var(--dark)) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-outline--dark .icon i {
  margin: 0 !important;
}

.btn-outline--dark:has(.icon:is(:last-child)) {
  padding-right: 4px !important;
}

.btn-outline--dark:has(.icon:is(:first-child)) {
  padding-left: 4px !important;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus .btn-outline--dark:focus-visible {
  background-color: hsl(var(--dark)) !important;
  color: hsl(var(--white)) !important;
}

.btn-outline--dark:hover .text,
.btn-outline--dark:focus .btn-outline--dark:focus-visible .text {
  color: hsl(var(--white)) !important;
}

.btn-outline--dark:hover .icon,
.btn-outline--dark:focus .btn-outline--dark:focus-visible .icon {
  background: hsl(var(--white)) !important;
  color: hsl(var(--dark)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Form Css Start =========================== */
label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

.form--label {
  color: hsl(var(--text-secondary));
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.form--info {
  font-size: .75rem;
  font-weight: 500;
  font-style: italic;
  color: hsl(var(--dark) / 0.6);
  display: block;
}

.form-group {
  margin-bottom: 1.5rem;
}

.select {
  color: hsl(var(--black) / 0.6) !important;
}

.select:focus {
  border-color: hsl(var(--base));
  color: hsl(var(--black)) !important;
}

.select option {
  background-color: hsl(var(--black));
  color: hsl(var(--white));
}

.form--control {
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 13.5px 12px;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid hsl(var(--neutral-200));
  color: hsl(var(--black));
  background-color: hsl(var(--white));
  line-height: 1;
}

.form--control::-webkit-input-placeholder {
  color: hsl(var(--muted) / 0.3);
  font-size: 16px;
  font-weight: 400;
}

.form--control::-moz-placeholder {
  color: hsl(var(--muted) / 0.3);
  font-size: 16px;
  font-weight: 400;
}

.form--control:-ms-input-placeholder {
  color: hsl(var(--muted) / 0.3);
  font-size: 16px;
  font-weight: 400;
}

.form--control::-ms-input-placeholder {
  color: hsl(var(--muted) / 0.3);
  font-size: 16px;
  font-weight: 400;
}

.form--control::placeholder {
  color: hsl(var(--muted) / 0.3);
  font-size: 16px;
  font-weight: 400;
}

.form--control:focus {
  border-color: hsl(var(--base));
  outline: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.form--control:disabled,
.form--control[readonly] {
  background-color: hsl(var(--black) / 0.15) !important;
  opacity: 1;
  border: 0;
}

.form--control[type="password"] {
  color: hsl(var(--black) / 0.5);
}

.form--control[type="password"]:focus {
  color: hsl(var(--black));
}

.form--control[type="file"] {
  line-height: 50px;
  padding: 0;
  position: relative;
}

.form--control[type="file"]::-webkit-file-upload-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 5px;
  background-color: hsl(var(--base)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 8px;
  color: hsl(var(--white)) !important;
}

.form--control[type="file"]::file-selector-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 5px;
  background-color: hsl(var(--base)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 8px;
  color: hsl(var(--white)) !important;
}

.form--control[type="file"]::-webkit-file-upload-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--black));
}

.form--control[type="file"]::file-selector-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--black));
}

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(--black)) !important;
  caret-color: hsl(var(--black));
}

input#your-password,
input#confirm-password {
  padding-right: 50px;
}

.password-show-hide {
  position: absolute;
  right: 20px;
  z-index: 5;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--black) / 0.4);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.form--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form--check a {
  display: inline;
}

.form--check .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  position: relative;
  border-radius: 6px;
  width: 16px;
  height: 16px;
  border: 2px solid hsl(var(--black) / 0.2);
  cursor: pointer;
  line-height: 1.5;
  margin-top: 2px;
}

.form--check .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  -webkit-box-shadow: none;
  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 5 Free";
  font-weight: 900;
  color: hsl(var(--white));
  font-size: 0.6875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form--check .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 6px;
  line-height: 1.5;
  cursor: pointer;
  color: hsl(var(--neutral-800));
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 424px) {
  .form--check label {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 424px) {
  .form--check a {
    font-size: 0.9375rem;
  }
}

/* Custom Radio Design */
.form--radio .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid hsl(var(--black) / 0.2);
  background-color: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.form--radio .form-check-input:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.form--radio .form-check-input:checked {
  background-color: transparent;
  border: 4px solid hsl(var(--base));
}

.form--radio .form-check-input:checked[type="radio"] {
  background-image: none;
}

.form--radio .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch {
  display: flex;
  align-items: center;
}

.form--switch .form-check-input {
  background-image: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--black) / 0.2) !important;
  padding: 10px !important;
  margin-left: 0;
  border-radius: 999px;
  width: 36px;
  height: 18px;
  cursor: pointer;
  margin-top: 0px;
}

.form--switch .form-check-input:focus {
  border-radius: 10px;
  background-image: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.form--switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: hsl(var(--white));
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Font Awesome 6 Free";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: hsl(var(--base));
  line-height: 1;
}

.form--switch .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
  left: calc(100% - 19px);
  background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--switch .form-check-label {
  width: calc(100% - 14px);
  padding-left: 5px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
}


/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input-group {
  background-color: hsl(var(--white));
}

.input--group {
  position: relative;
  border-radius: 8px;
  border: 1px solid hsl(var(--neutral-200));
  background-color: hsl(var(--white));
}

.input--group .form--control {
  border-width: 0px !important;
  padding-right: 5px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.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 {
  border-width: 0px;
  margin: 0 5px;
  border-radius: inherit;
  background-color: transparent;
  color: hsl(var(--body-color));
  position: relative;
}

.input--group-text {
  margin-left: 5px;
}

.input--group .form--control[readonly] {
  background: transparent !important;
}

.input--group .form--control[readonly]:focus {
  border-color: hsl(var(--black) / 0.3);
}

.input--group:has(.form--control[readonly]) {
  background: hsl(var(--black) / 0.1) !important;
}

.input--group:has(.form--control[readonly]):focus-within {
  border-color: hsl(var(--base)) !important;
}

/* --======================Custom Input group End ======================*/
.input-group-transparent {
  border: 1px solid transparent;
  border-radius: 8px;
}

.input-group-transparent:focus-within {
  border: 1px solid hsl(var(--base));
}

.input-group-transparent .input-group-text {
  background-color: hsl(var(--neutral-50));
  border: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding-inline: 16px 0;
}

.input-group-transparent .input-group-text img {
  width: 24px;
  height: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}

.input-group-transparent .input-group-text:has(+ .form--control) {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  padding-inline: 16px 0;
}

.input-group-transparent .form--control+.input-group-text {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  padding-inline: 0 16px;
}

.input-group-transparent .form--control {
  border: 0 !important;
  background-color: hsl(var(--neutral-50)) !important;
}

.input-group-transparent .form--control :focus {
  border: 0 !important;
}

.form--control-transparent {
  background-color: hsl(var(--neutral-50));
  border-color: hsl(var(--neutral-100));
  padding-block: 17.5px;
}

.form--control-transparent::-webkit-input-placeholder {
  color: hsl(var(--neutral-400));
}

.form--control-transparent::-moz-placeholder {
  color: hsl(var(--neutral-400));
}

.form--control-transparent:-ms-input-placeholder {
  color: hsl(var(--neutral-400));
}

.form--control-transparent::-ms-input-placeholder {
  color: hsl(var(--neutral-400));
}

.form--control-transparent::placeholder {
  color: hsl(var(--neutral-400));
}

.input-group--search {
  border-radius: 8px;
  border: 1px solid hsl(var(--neutral-200));
}

.input-group--search .form-control.form--control {
  border: none;
  padding: 13.5px 0px 13.5px 16px;
}

.input-group--search .input-group-text {
  color: hsl(var(--dark) / 0.6);
  border: none;
  background-color: transparent;
}

.input-group--search .input-group-text svg {
  width: 1.25em;
  height: 1.25em;
}

.input-group--search:focus-within {
  border-color: hsl(var(--base));
}

.input-group--search:focus-within .input-group-text {
  color: hsl(var(--dark));
}

/* ================================= Modal Css Start =========================== */
.custom--modal {
  border: 0;
}

.custom--modal .btn-close {
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  background-image: unset;
  border-radius: 50%;
  border: 1px solid currentColor;
  width: 14px;
  height: 14px;
  font-size: 1rem;
  color: hsl(var(--white));
  opacity: 1;
}

.custom--modal .btn-close::after {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom--modal .btn-close:hover {
  color: hsl(var(--danger));
  background: transparent !important;
}

.custom--modal .btn-close :focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--modal .modal-header {
  border: 0;
  padding: 14px 16px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.custom--modal .modal-title {
  color: hsl(var(--white));
  font-size: clamp(1.125rem, 1.0681rem + 0.2427vw, 1.25rem);
  font-weight: 700;
}

.custom--modal .modal-content {
  border-radius: 20px !important;
  border: 0;
}

.custom--modal .modal-body {
  padding: 14px 16px;
}

.custom--modal .modal-icon i {
  font-size: 2rem;
  color: hsl(var(--base));
  border: 3px solid hsl(var(--base));
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.custom--modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  border-top: 1px solid hsl(var(--black) / 0.12);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
  padding-top: 25px;
  border-top: 1px solid hsl(var(--border-color) / 0.15);
}

.pagination-wrapper p.small {
  color: hsl(var(--black)) !important;
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .pagination-wrapper {
    margin-top: 48px;
  }
}

@media screen and (max-width: 991px) {
  .pagination-wrapper {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pagination-wrapper {
    margin-top: 32px;
    padding-top: 18px;
  }
}

.pagination-wrapper .page-item.active .page-link {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination-wrapper .page-item .page-link {
  border: 1px solid hsl(var(--black) / 0.15);
  margin: 0 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--body-color));
}

.pagination-wrapper .page-item .page-link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination-wrapper .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
.table {
  margin-bottom: 0;
}

.table--custom {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
}

.table--custom thead tr th {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 150%;
  padding: 16px 12px;
  text-align: center;
  vertical-align: middle;
  color: hsl(var(--dark));
  text-transform: uppercase;
  border-color: transparent;
  background-color: hsl(var(--base)/0.1);
}

.table--custom thead tr th:first-child {
  text-align: left;
  padding-left: 24px;
}

.table--custom thead tr th:last-child {
  text-align: right;
  padding-right: 24px;
}

.table--custom tbody {
  position: relative;
}

.table--custom tbody::before,
.table--custom tbody::after {
  content: "";
  width: 24px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: hsl(var(--white));
}

.table--custom tbody::before {
  left: 0;
}

.table--custom tbody::after {
  right: 0;
}

.table--custom tbody tr td {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  color: hsl(var(--dark)/0.8);
  border-color: transparent;
  background-color: hsl(var(--white));
}

.table--custom tbody tr td:first-child {
  text-align: left;
  padding-left: 24px;
}

.table--custom tbody tr td:last-child {
  text-align: right;
  padding-right: 24px;
}

.table--custom tbody tr:not(:last-child) td {
  border-color: hsl(var(--border-color) / 0.1);
}

.table--custom:has([colspan="100%"]) thead tr th:first-child {
  border-bottom-left-radius: 0;
}

.table--custom:has([colspan="100%"]) thead tr th:last-child {
  border-bottom-right-radius: 0;
}

.table--custom:has([colspan="100%"]) tbody tr td[colspan="100%"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: hsl(var(--gray-d-100));
  border: 1px solid hsl(var(--gray-l-100));
  border-top: none;
  text-align: center;
}

.table--custom .not-found-card {
  border: none;
}

@media screen and (max-width: 767px) {
  .table--custom.table--responsive-sm {
    min-width: unset;
  }

  .table--custom.table--responsive-sm thead {
    display: none;
  }

  .table--custom.table--responsive-sm tbody::before,
  .table--custom.table--responsive-sm tbody::after {
    display: none;
  }

  .table--custom.table--responsive-sm tbody tr {
    display: block;
  }

  .table--custom.table--responsive-sm tbody tr td {
    text-align: right;
    padding: 12px 16px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border-color: transparent;
  }

  .table--custom.table--responsive-sm tbody tr td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 120%;
    color: hsl(var(--dark));
    text-align: left;
    white-space: nowrap;
  }

  .table--custom.table--responsive-sm .service-info {
    max-width: 170px;
  }

  .table--custom.table--responsive-sm .service-info__thumb {
    width: 50px;
    border-radius: 6px;
  }

  .table--custom.table--responsive-sm .service-info__title {
    font-size: 0.875rem;
  }

  .table--custom.table--responsive-sm .software-info {
    max-width: 170px;
  }

  .table--custom.table--responsive-sm .software-info__thumb {
    width: 50px;
    border-radius: 6px;
  }

  .table--custom.table--responsive-sm .software-info__title {
    font-size: 0.875rem;
  }

  .table--custom.table--responsive-sm .job-info {
    max-width: 170px;
  }

  .table--custom.table--responsive-sm .job-info__title {
    font-size: 0.875rem;
    text-align: right;
  }

  .table--custom.table--responsive-sm .recruiter-info {
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
  }

  .table--custom.table--responsive-sm .buyer-info {
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
  }
}

@media screen and (max-width: 991px) {
  .table--custom.table--responsive-md {
    min-width: unset;
  }

  .table--custom.table--responsive-md thead {
    display: none;
  }

  .table--custom.table--responsive-md tbody::before,
  .table--custom.table--responsive-md tbody::after {
    display: none;
  }

  .table--custom.table--responsive-md tbody tr {
    display: block;
  }

  .table--custom.table--responsive-md tbody tr td {
    text-align: right;
    padding: 12px 16px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border-color: transparent;
  }

  .table--custom.table--responsive-md tbody tr td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 120%;
    color: hsl(var(--dark));
    text-align: left;
    white-space: nowrap;
  }

  .table--custom.table--responsive-md .service-info {
    max-width: 170px;
  }

  .table--custom.table--responsive-md .service-info__thumb {
    width: 50px;
    border-radius: 6px;
  }

  .table--custom.table--responsive-md .service-info__title {
    font-size: 0.875rem;
  }

  .table--custom.table--responsive-md .software-info {
    max-width: 170px;
  }

  .table--custom.table--responsive-md .software-info__thumb {
    width: 50px;
    border-radius: 6px;
  }

  .table--custom.table--responsive-md .software-info__title {
    font-size: 0.875rem;
  }

  .table--custom.table--responsive-md .job-info {
    max-width: 170px;
  }

  .table--custom.table--responsive-md .job-info__title {
    font-size: 0.875rem;
    text-align: right;
  }

  .table--custom.table--responsive-md .recruiter-info {
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
  }

  .table--custom.table--responsive-md .buyer-info {
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .table--custom.table--responsive-lg {
    min-width: unset;
  }

  .table--custom.table--responsive-lg thead {
    display: none;
  }

  .table--custom.table--responsive-lg tbody::before,
  .table--custom.table--responsive-lg tbody::after {
    display: none;
  }

  .table--custom.table--responsive-lg tbody tr {
    display: block;
  }

  .table--custom.table--responsive-lg tbody tr td {
    text-align: right;
    padding: 12px 16px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border-color: transparent;
  }

  .table--custom.table--responsive-lg tbody tr td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 120%;
    color: hsl(var(--dark));
    text-align: left;
    white-space: nowrap;
  }

  .table--custom.table--responsive-lg .service-info {
    max-width: 170px;
  }

  .table--custom.table--responsive-lg .service-info__thumb {
    width: 50px;
    border-radius: 6px;
  }

  .table--custom.table--responsive-lg .service-info__title {
    font-size: 0.875rem;
  }

  .table--custom.table--responsive-lg .software-info {
    max-width: 170px;
  }

  .table--custom.table--responsive-lg .software-info__thumb {
    width: 50px;
    border-radius: 6px;
  }

  .table--custom.table--responsive-lg .software-info__title {
    font-size: 0.875rem;
  }

  .table--custom.table--responsive-lg .job-info {
    max-width: 170px;
  }

  .table--custom.table--responsive-lg .job-info__title {
    font-size: 0.875rem;
    text-align: right;
  }

  .table--custom.table--responsive-lg .recruiter-info {
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
  }

  .table--custom.table--responsive-lg .buyer-info {
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
  }
}

@media screen and (max-width: 1399px) {
  .table--custom.table--responsive-xl {
    min-width: unset;
  }

  .table--custom.table--responsive-xl thead {
    display: none;
  }

  .table--custom.table--responsive-xl tbody::before,
  .table--custom.table--responsive-xl tbody::after {
    display: none;
  }

  .table--custom.table--responsive-xl tbody tr {
    display: block;
  }

  .table--custom.table--responsive-xl tbody tr td {
    text-align: right;
    padding: 12px 16px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border-color: transparent;
  }

  .table--custom.table--responsive-xl tbody tr td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 120%;
    color: hsl(var(--dark));
    text-align: left;
    white-space: nowrap;
  }

  .table--custom.table--responsive-xl .service-info {
    max-width: 170px;
  }

  .table--custom.table--responsive-xl .service-info__thumb {
    width: 50px;
    border-radius: 6px;
  }

  .table--custom.table--responsive-xl .service-info__title {
    font-size: 0.875rem;
  }

  .table--custom.table--responsive-xl .software-info {
    max-width: 170px;
  }

  .table--custom.table--responsive-xl .software-info__thumb {
    width: 50px;
    border-radius: 6px;
  }

  .table--custom.table--responsive-xl .software-info__title {
    font-size: 0.875rem;
  }

  .table--custom.table--responsive-xl .job-info {
    max-width: 170px;
  }

  .table--custom.table--responsive-xl .job-info__title {
    font-size: 0.875rem;
    text-align: right;
  }

  .table--custom.table--responsive-xl .recruiter-info {
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
  }

  .table--custom.table--responsive-xl .buyer-info {
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
  }
}

.table--responsive:has(.table--responsive-empty) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  .table--responsive:has(.table--responsive-sm) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 992px) {
  .table--responsive:has(.table--responsive-md) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 1200px) {
  .table--responsive:has(.table--responsive-lg) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 1400px) {
  .table--responsive:has(.table--responsive-xl) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.data-table {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  background-color: hsl(var(--white));
  box-shadow: var(--box-shadow);
}

.data-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
}

@media screen and (max-width: 767px) {
  .data-table__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .data-table__header-left {
    width: 100%;
  }
}

.data-table__header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .data-table__header-right {
    width: 100%;
    justify-content: space-between;
  }
}


.data-table__header-right .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .data-table__header-right {
    width: 100%;
    flex-wrap: wrap;
  }

  .data-table__header-right .btn {
    width: 100%;
  }
}

.data-table__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.data-table__footer {
  padding: 16px 24px;
  border-top: 1px solid hsl(var(--neutral-200));
}

@media screen and (max-width: 767px) {
  .data-table__footer {
    padding: 16px;
  }
}

.data-table__title {
  margin-bottom: 0px;
}

.data-table-search {
  width: 100%;
  max-width: 270px;
}

@media screen and (max-width: 575px) {
  .data-table-search {
    max-width: 100%;
  }
}

.data-table .pagination-wrapper {
  margin-top: 0px;
}

/* ================================= Table Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
  font-size: 0.75rem;
  border-radius: 6px;
  padding: 6px 12px;
  font-weight: 600;
  text-align: center;
}

.badge--base {
  color: hsl(var(--base)) !important;
  background-color: hsl(var(--base) / 0.15) !important;
}

.badge--primary {
  color: hsl(var(--primary)) !important;
  background-color: hsl(var(--primary) / 0.15) !important;
}

.badge--secondary {
  color: hsl(var(--secondary)) !important;
  background-color: hsl(var(--secondary) / 0.15) !important;
}

.badge--success {
  color: hsl(var(--success)) !important;
  background-color: hsl(var(--success) / 0.15) !important;
}

.badge--danger {
  color: hsl(var(--danger)) !important;
  background-color: hsl(var(--danger) / 0.15) !important;
}

.badge--warning {
  color: hsl(var(--warning)) !important;
  background-color: hsl(var(--warning) / 0.15) !important;
}

.badge--info {
  color: hsl(var(--info)) !important;
  background-color: hsl(var(--info) / 0.15) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  --color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid hsl(var(--color)/0.1);
  background-color: hsl(var(--color)/0.1);
  border-radius: 16px;
  margin-bottom: 16px;
}

.alert__icon {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  padding: 0px !important;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(var(--size) * 0.5);
  color: hsl(var(--white));
  background-color: hsl(var(--color));
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .alert__icon {
    --size: 32px;
  }
}

.alert__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.alert__title {
  margin-bottom: 4px;
  color: hsl(var(--heading-color));
}

.alert__desc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--dark)/0.8);
}

.alert__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--color));
}

.alert__link:hover,
.alert__link:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: hsl(var(--color));
}

.alert .btn--close {
  position: absolute;
  top: 0;
  right: 0;
  color: hsl(var(--color));
}

@media screen and (max-width: 575px) {
  .alert .btn--close {
    --size: 40px;
  }
}

.alert--base {
  --color: var(--base);
  border-color: hsl(var(--base)/0.5);
}

.alert--base .alert__icon {
  color: hsl(var(--dark));
}

.alert--base .alert__link {
  color: hsl(var(--dark));
}

.alert--base .btn--close {
  color: hsl(var(--dark));
}

.alert--primary {
  --color: var(--primary);
}

.alert--secondary {
  --color: var(--secondary);
}

.alert--success {
  --color: var(--success);
}

.alert--danger {
  --color: var(--danger);
}

.alert--warning {
  --color: var(--warning);
}

.alert--info {
  --color: var(--info);
}

.alert--dark {
  --color: var(--dark);
}

.alert--custom .btn {
  padding: 4px 12px;
  font-size: 0.75rem;
}

.alert--custom .alert__date {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
}

.alert--custom .alert__date strong {
  color: hsl(var(--dark));
  font-weight: 600;
}

/* ====================================== Alert Css End =============================== */
/* ================================= Preloader Css Start =========================== */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: clamp(1.5rem, 5vw, 3rem);
  background: hsl(var(--dark));
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease,
    visibility 0.3s ease;
  transition: opacity 0.3s ease,
    visibility 0.3s ease;
}

/* mini loader component */
.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4em;
}

.loader-dot {
  height: 16px; 
  width: 24px;
  margin-right: 0.625em;
  border-radius: 0.625em;
  background-color: hsl(var(--base));
  animation: loaderpulse 1.5s infinite ease-in-out;
}

.loader-dot:last-child {
  margin-right: 0;
}

.loader-dot:nth-child(1) {
  animation-delay: -0.1875s;
}

.loader-dot:nth-child(2) {
  animation-delay: -0.0625s; 
}

.loader-dot:nth-child(3) {
  animation-delay: 0.0625s; 
}

@keyframes loaderpulse {
  0% {
    transform: scale(0.8);
    background-color: hsl(var(--base) / 0.1);
    box-shadow: 0 0 0 0 hsl(var(--base) / 0.7);
  }

  50% {
    transform: scale(1.2);
    background-color: hsl(var(--base));
    box-shadow: 0 0 0 0.625em rgba(178, 212, 252, 0);
  }

  100% {
    transform: scale(0.8);
    background-color: hsl(var(--base) / 0.1);
    box-shadow: 0 0 0 0 hsl(var(--base) / 0.7);
  }
}
/* ================================= Preloader Css End ===========================  */
/* ======================= Header Start Here ======================= */
.header {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 40px;
}

.header.fixed-header {
  position: fixed;
  top: 16px;
  -webkit-animation: slide-down 0.8s;
  animation: slide-down 0.8s;
}

.navbar {
  border: 1px solid transparent;
}

.header.fixed-header .navbar {
  padding: 5px;
  padding-left: 15px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  border-color: hsl(var(--base)/0.5);
  background-color: #122646;
}

@media screen and (max-width: 1199px) {
  .header.fixed-header .navbar:has([aria-expanded="true"]) {
    background: hsl(var(--white) / 0.06);
  }
}

.header.fixed-header .main-nav {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: transparent;
}

@media screen and (max-width: 1199px) {

  .header.fixed-header .dropdown-item,
  .header.fixed-header .nav-link {
    border-bottom-color: hsl(var(--border-color)) !important;
    color: hsl(var(--black)) !important;
  }

  .header.fixed-header .nav-item__icon i {
    color: hsl(var(--black));
  }
}

@media screen and (max-width: 1199px) {
  .header {
    max-height: 100vh;
    overflow-y: auto;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .header::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .header::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}

.header .navbar {
  padding: 0px;
  padding-inline: 10px;
  -webkit-transition: unset !important;
  transition: unset !important;
}

@media screen and (max-width: 1199px) {
  .header .navbar {
    background: hsl(var(--white) / 0.05);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    padding: 5px;
    padding-left: 5px !important;
    border-radius: 16px !important;
    -webkit-box-shadow: inset 0 -0.5px 0px 1px hsl(var(--border-color));
    box-shadow: inset 0 -0.5px 0px 1px hsl(var(--border-color));
    -webkit-transition: unset !important;
    transition: unset !important;
  }
}

.header .navbar .nav-item__icon {
  color: hsl(var(--white));
}

.header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.header .navbar-brand.logo img {
  max-height: 42px;
}

@media screen and (max-width: 1199px) {
  .header .navbar-brand.logo img {
    max-height: 40px;
  }
}

.header .navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--white));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: auto;
  font-size: 1.875rem;
}

.header .navbar-toggler.header-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header .navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.header .main-nav {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: hsl(var(--white) / 0.05);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  padding: 5px !important;
}

.header.fixed-header .main-nav {
  border-color: transparent;
}

@media screen and (min-width: 1200px) {
  .header .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header .nav-menu .nav-item {
    position: relative;
  }

  .header .nav-menu .nav-item:hover:not(.active) .nav-link::before {
    left: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: calc(100% - 40px);
  }

  .header .nav-menu .nav-item:has(.dropdown-menu:hover) .nav-item__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header .nav-menu .nav-item .nav-link {
    font-weight: 700;
    color: hsl(var(--white)) !important;
    padding: 10px 18px;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    position: relative;
  }

  .header .nav-menu .nav-item .nav-link.no-effect::before {
    display: none;
  }

  .header .nav-menu .nav-item .nav-link::before {
    position: absolute;
    content: "";
    right: 20px;
    bottom: 8px;
    width: 0;
    height: 2px;
    background-color: hsl(var(--white));
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
  }

  .header .nav-menu .nav-item .nav-link .nav-item__icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.8125rem;
    margin-left: 2px;
    color: hsl(var(--white));
  }

  .header .nav-menu .nav-item .nav-link:hover .nav-item__icon,
  .header .nav-menu .nav-item .nav-link.active .nav-item__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .header .nav-menu .nav-item .nav-link:hover .dropdown-menu,
  .header .nav-menu .nav-item .nav-link.active .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  .header .nav-menu .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 100%;
    left: 0;
    padding: 0 !important;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 0;
    min-width: 190px;
  }

  .header .nav-menu .nav-item .dropdown-menu:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  .header .nav-menu .nav-item .dropdown-menu__list {
    border-bottom: 1px solid hsl(var(--black) / 0.08);
  }

  .header .nav-menu .nav-item .dropdown-menu__list:last-child {
    border-bottom: 3px solid hsl(var(--base));
  }

  .header .nav-menu .nav-item .dropdown-menu__link {
    padding: 7px 20px;
    font-weight: 500;
    font-size: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header .nav-menu .nav-item .dropdown-menu__link:focus,
  .header .nav-menu .nav-item .dropdown-menu__link:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
  }

  .header .nav-menu .nav-item.active .nav-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    border-radius: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .header .nav-menu {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: transparent;
    border-radius: 10px;
  }

  .header .nav-menu .nav-item {
    display: block;
    position: relative;
    text-align: left;
    margin: 0;
    width: 100%;
  }

  .header .nav-menu .nav-item.active {
    border-bottom-color: transparent !important;
  }

  .header .nav-menu .nav-item.active .nav-link {
    color: hsl(var(--white)) !important;
    background-color: hsl(var(--base));
    border-radius: 8px;
  }

  .header .nav-menu .nav-item:last-child>.nav-link {
    border-bottom: 0;
  }

  .header .nav-menu .nav-item .nav-link {
    margin-bottom: 8px;
    padding: 10px 10px 10px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    border-bottom: 1px solid hsl(var(--border-color) / 0.2) !important;
    color: hsl(var(--white)) !important;
    padding-inline: 12px !important;
  }

  .header .nav-menu .nav-item .nav-link::before {
    display: none;
  }

  .header .nav-menu .nav-item .nav-link.show[aria-expanded="true"] {
    color: var(--base-900) !important;
  }

  .header .nav-menu .nav-item .nav-link.show[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header .nav-menu .nav-item .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    width: 100%;
    margin: 0px !important;
    padding: 0 !important;
    border: 0;
    background-color: inherit;
    overflow: hidden;
  }

  .header .nav-menu .nav-item .dropdown-menu .dropdown-item {
    padding: 10px 0px;
    font-weight: 500;
    font-size: 1rem;
    color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--white) / 0.2);
    margin-left: 20px;
    color: hsl(var(--white));
  }

  .header .nav-menu .nav-item .dropdown-menu .dropdown-item:hover,
  .header .nav-menu .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
  }

  .header .nav-menu .login-list {
    display: none;
  }
}

.header .custom-lang-dropdown {
  border: 1px solid hsl(var(--white) / 0.8);
  border-radius: 10px;
}

.header .custom-lang-dropdown .custom-dropdown__selected .text,
.header .custom-lang-dropdown .custom-dropdown::after {
  color: hsl(var(--white));
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.login-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-list a {
  font-weight: 700;
}

.login-list a:not(.btn) {
  color: hsl(var(--white));
  position: relative;
}

.login-list a:not(.btn)::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background-color: hsl(var(--white));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.login-list a:hover::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .action-nav {
    margin-left: 20px;
  }
}

.lang-dropdown .nav-item__lang {
  height: 20px;
  width: 27px;
}

.lang-dropdown .nav-item__lang img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lang-dropdown .lang-dropdown__menu {
  min-width: 150px !important;
  border-radius: 0 0 8px 8px !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-block: 10px !important;
  background: hsl(var(--white)) !important;
}

@media screen and (max-width: 1199px) {
  .lang-dropdown .lang-dropdown__menu {
    border-radius: 8px !important;
  }
}

.lang-dropdown .lang-dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  width: 100%;
}

.lang-dropdown .lang-dropdown__list:hover {
  background-color: hsl(var(--base) / 0.1);
}

.lang-dropdown .lang-dropdown__list .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  color: hsl(var(--black));
}

.lang-dropdown .lang-dropdown__list img {
  height: 25px;
  width: 35px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .header .navbar {
    padding: 7px 10px;
  }

  .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-collapse>* {
    width: 100%;
  }

  .nav-menu {
    margin-top: 0 !important;
  }

  .nav-menu:has(+ .action-nav) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .action-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-block: 10px 14px;
  }

  .action-nav .nav-link {
    padding: 0 !important;
    gap: 10px;
  }

  .login-list {
    margin-left: auto;
    gap: 12px;
  }
}


/* ======================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
  background-color: #122646;
  color: hsl(var(--white));
  margin-top: auto;
  padding-top: 190px;
  margin: 0px 12px 12px 12px;
  border-radius: var(--radius);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .footer-area {
    margin: 0px;
    border-radius: 0px;
  }
}

.footer-item__logo {
  margin-bottom: 20px;
}

.footer-item__logo a img {
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 64px;
}

.footer-item__title {
  color: hsl(var(--white));
  padding-bottom: 10px;
  margin-bottom: 8px;
  font-size: clamp(1.125rem, 1.0681rem + 0.2427vw, 1.25rem);
  font-weight: 500;
  line-height: 140%;
}

.footer-item__desc {
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  color: hsl(var(--white) / 0.5);
  font-weight: 500;
}

.footer-item .social-list {
  margin-top: 30px;
}

@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 List Item */
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
}

.footer-menu__item {
  display: block;
  padding-bottom: 16px;
}

.footer-menu__item:last-child {
  padding-bottom: 0;
}

.footer-menu__link {
  color: hsl(var(--neutral-300));
  position: relative;
}

.footer-menu__link::after {
  position: absolute;
  left: 0px;
  content: "";
  width: 6px;
  height: 6px;
  background: hsl(var(--neutral-300));
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  left: -11px;
}

.footer-menu__link:hover {
  color: hsl(var(--base));
  text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
}

.footer-contact-menu__item:last-child {
  padding-bottom: 0;
}

.footer-contact-menu__item-icon {
  width: 15px;
  color: hsl(var(--base));
  font-size: 1.25rem;
}

.footer-contact-menu__item-content {
  width: calc(100% - 15px);
  padding-left: 15px;
}

.footer-newsletter {
  margin-top: 80px;
}

.footer-newsletter__title {
  color: hsl(var(--neutral-100));
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  .footer-newsletter__title {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .footer-newsletter__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .footer-newsletter__title {
    font-size: 25px;
  }
}

.footer-newsletter__from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid hsl(var(--white)/0.2);
  border-radius: var(--radius);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .footer-newsletter__from {
    margin-top: 20px;
  }
}

.footer-newsletter__from:focus-within {
  border: 1px solid hsl(var(--base));
  background-color: hsl(var(--white) / 0.1);
}

.footer-newsletter__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 60px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.footer-newsletter__input input {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  width: 100%;
  height: inherit;
  border: 0 !important;
  background-color: transparent;
  padding: 15px;
  color: hsl(var(--white));
  font-size: 18px;
}

.footer-newsletter__input input::-webkit-input-placeholder {
  color: hsl(var(--neutral-400));
  font-weight: 400;
}

.footer-newsletter__input input::-moz-placeholder {
  color: hsl(var(--neutral-400));
  font-weight: 400;
}

.footer-newsletter__input input:-ms-input-placeholder {
  color: hsl(var(--neutral-400));
  font-weight: 400;
}

.footer-newsletter__input input::-ms-input-placeholder {
  color: hsl(var(--neutral-400));
  font-weight: 400;
}

.footer-newsletter__input input::placeholder {
  color: hsl(var(--neutral-400));
  font-weight: 400;
}

.footer-newsletter__input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--white)) !important;
  caret-color: hsl(var(--white)) !important;
}

.footer-newsletter__input input:focus {
  outline: 0;
}

.footer-newsletter__submit {
  padding: 8px;
  padding-left: 0;
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
  border-top: 1px solid hsl(var(--white) / 0.2);
}

.bottom-footer .bottom-footer-text {
  margin-bottom: 30px;
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  color: hsl(var(--white) / 0.5);
}

@media screen and (max-width: 767px) {
  .bottom-footer .bottom-footer-text {
    margin-bottom: 20px;
  }
}

.bottom-footer p {
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  color: hsl(var(--white) / 0.4);
}

.bottom-footer__logo {
  text-align: center;
}

.bottom-footer__logo__text {
  font-size: 304px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -19px;
  text-transform: uppercase;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.3)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: soft-light;
}

@media screen and (max-width: 1399px) {
  .bottom-footer__logo__text {
    font-size: 264px;
  }
}

@media screen and (max-width: 1199px) {
  .bottom-footer__logo__text {
    font-size: 224px;
  }
}

@media screen and (max-width: 991px) {
  .bottom-footer__logo__text {
    font-size: 148px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 767px) {
  .bottom-footer__logo__text {
    font-size: 108px;
  }
}

@media screen and (max-width: 575px) {
  .bottom-footer__logo__text {
    font-size: clamp(3.75rem, 0.6127rem + 15.6863vw, 6.25rem);
  }
}

/* =============Bottom Footer End Here ======================= */
.custom-lang-dropdown .custom-dropdown {
  position: relative;
  width: 140px;
  margin-left: auto;
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 5px hsl(var(--black) / 0.15);
  box-shadow: 0px 1px 5px hsl(var(--black) / 0.15);
  padding: 10px;
  padding-right: 14px;
  cursor: pointer;
}

.custom-lang-dropdown .custom-dropdown.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.custom-lang-dropdown .custom-dropdown.open .custom-dropdown__list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999 !important;
}

.custom-lang-dropdown .custom-dropdown::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0d7";
  font-size: 0.8125rem;
  color: hsl(var(--white));
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-lang-dropdown .custom-dropdown__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.custom-lang-dropdown .custom-dropdown__selected .thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.custom-lang-dropdown .custom-dropdown__selected .thumb img {
  width: 100%;
  height: 100%;
}

.custom-lang-dropdown .custom-dropdown__selected .text {
  color: hsl(var(--black));
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.custom-lang-dropdown .custom-dropdown__list {
  position: absolute;
  background-color: hsl(var(--white));
  width: 100%;
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px;
  -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 100%;
  margin-top: 2px;
  padding: 5px 0;
  z-index: -1;
  visibility: hidden;
  max-height: 230px;
  overflow-y: auto !important;
  right: 0;
}

.custom-lang-dropdown .custom-dropdown__list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: hsl(var(--base) / 0.12);
}

.custom-lang-dropdown .custom-dropdown__list::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: hsl(var(--base) / 0.15);
}

.custom-lang-dropdown .custom-dropdown__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  border-bottom: 1px solid hsl(var(--border-color));
  padding: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-lang-dropdown .custom-dropdown__list-item:last-child {
  border-bottom: 0;
}

.custom-lang-dropdown .custom-dropdown__list-item .thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
}

.custom-lang-dropdown .custom-dropdown__list-item .thumb img {
  width: 100%;
  height: 100%;
}

.custom-lang-dropdown .custom-dropdown__list-item .text {
  color: hsl(var(--heading-color) / 0.6);
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.custom-lang-dropdown .custom-dropdown__list-item:hover {
  background-color: hsl(var(--base) / 0.08);
}

.footer-area .custom-lang-dropdown .custom-dropdown__list {
  top: auto;
  bottom: calc(100% + 10px);
  -webkit-transition: unset;
  transition: unset;
  border-color: hsl(var(--white) / 0.1) !important;
  background-color: hsl(var(--accent-black) / 0.5);
  backdrop-filter: blur(12px);
}

.footer-area .custom-lang-dropdown .custom-dropdown__list-item {
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.footer-area .custom-lang-dropdown .custom-dropdown__list-item .text {
  color: hsl(var(--white));
}

.footer-area .custom-lang-dropdown .custom-dropdown__list-item:hover .text {
  color: hsl(var(--base)) !important;
}

.footer-area .custom-lang-dropdown .custom-dropdown {
  border-color: hsl(var(--border-color) / 0.5) !important;
}

.footer-area .custom-lang-dropdown .custom-dropdown__selected .text {
  color: hsl(var(--white));
}

/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: hsl(var(--white));
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: hsl(var(--base));
}

.scroll-top:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-list__item {
  margin-right: 24px;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  font-size: clamp(1.125rem, 0.9259rem + 0.8495vw, 1.5625rem);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--white));
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  color: var(--base-50) !important;
  border-color: hsl(var(--base)) !important;
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 155px 0 70px;
  background-color: #ddd;
}

.breadcrumb::before {
  content: "";
  position: absolute;
  background-color: hsl(var(--black));
  inset: 0;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 115px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 105px 0 40px;
  }
}

.breadcrumb__wrapper {
  text-align: center;
}

.breadcrumb__title {
  margin-bottom: 10px;
  color: hsl(var(--black));
  font-weight: 600;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb__item {
  color: hsl(var(--black));
  padding: 0 5px;
  font-weight: 400;
  font-size: 1rem;
}

.breadcrumb__item-text {
  color: hsl(var(--base));
}

.breadcrumb__link {
  color: hsl(var(--black));
  font-weight: 500;
}

.breadcrumb__link:hover {
  color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
.blog-sidebar-wrapper {
  position: sticky;
  top: 100px;
}

/* ============ Sidebar search box ============= */
.search-box {
  position: relative;
}

.search-box__button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--base));
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
  background-color: hsl(var(--white));
  padding: 30px 20px;
  border-radius: var(--radius);
  margin-bottom: 30px;
  border: 1px solid hsl(var(--black) / 0.02);
}

.blog-sidebar:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .blog-sidebar {
    padding: 20px 15px;
  }
}

.blog-sidebar__title {
  position: relative;
  padding-bottom: 10px;
  color: hsl(var(--black));
}

.blog-sidebar__title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: hsl(var(--base));
  left: 0;
  bottom: 0px;
}

/* ========================= Category & Tags List Style ========================= */
.text-list {
  /* Category */
  /* Style Tag */
}

.text-list.style-category .text-list__item {
  border-bottom: 1px dashed hsl(var(--black) / 0.2);
}

.text-list.style-category .text-list__item:last-child {
  border-bottom: 0;
}

.text-list.style-category .text-list__link {
  color: hsl(var(--black));
}

.text-list.style-category .text-list__link:hover {
  color: hsl(var(--base));
}

.text-list.style-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7px;
}

.text-list.style-tag .text-list__item {
  padding: 7px;
}

.text-list.style-tag .text-list__link {
  color: hsl(var(--black));
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 6px 20px;
  border-radius: 3px;
}

.text-list.style-tag .text-list__link.active {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.text-list.style-tag .text-list__link:hover {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.latest-blog:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0;
}

.latest-blog__thumb {
  width: 80px;
  max-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 424px) {
  .latest-blog__thumb {
    width: 60px;
  }
}

.latest-blog__thumb a {
  display: block;
  height: 100%;
  width: 100%;
}

.latest-blog__content {
  width: calc(100% - 80px);
  padding-left: 15px;
}

@media screen and (max-width: 424px) {
  .latest-blog__content {
    width: calc(100% - 60px);
  }
}

.latest-blog__title {
  margin-bottom: 5px;
}

.latest-blog__title a {
  color: hsl(var(--heading-color));
  font-weight: 500;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latest-blog__title a:hover {
  color: hsl(var(--base));
}

/* ========================= Latest Blog Css End ===================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 206px;
  padding-bottom: 116px;
  margin: 10px;
  border-radius: var(--radius);
}

.banner-section__shape {
  z-index: -1;
  inset: 0;
}

.banner-section__shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .banner-section {
    padding: 160px 0 80px;
  }
}

@media screen and (max-width: 575px) {
  .banner-section {
    padding: 180px 0 60px;
    margin: 0px;
    border-radius: 0;
  }
}

@media screen and (max-width: 424px) {
  .banner-section {
    padding: 120px 0 60px;
  }
}

.banner-section .featured-in {
  text-align: center;
  display: block;
  color: hsl(var(--white) / 0.8);
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.6;
  position: relative;
}

.banner-section .featured-in::before,
.banner-section .featured-in::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 100px - 70px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: hsl(var(--base) / 0.4);
}

.banner-section .featured-in::after {
  left: auto;
  right: calc(50% - 100px - 70px);
}

.banner-section .featured-in__thumb {
  position: relative;
  z-index: 1;
}

.banner-section .featured-in__thumb::after,
.banner-section .featured-in__thumb::before {
  content: "";
  z-index: 2;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#0000),
      color-stop(67%, hsl(var(--dark))));
  background: linear-gradient(90deg, #0000 0%, hsl(var(--dark)) 67%);
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.banner-section .featured-in__thumb::before {
  left: -1px;
  right: auto;
  -webkit-transform: rotate(182deg);
  transform: rotate(182deg);
}

.banner-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.banner-content__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  padding-right: 16px;
  border-radius: 50px;
  background-color: hsl(var(--dark) / 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 500;
  margin-block: 10px 14px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  position: relative;
  letter-spacing: 1.2px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.banner-content__badge svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.banner-content__thumb {
  z-index: -1;
  width: 100%;
  top: 0;
}

@media screen and (max-width: 991px) {
  .banner-content__thumb {
    top: -30px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .banner-content__thumb {
    top: -50px;
  }
}

@media screen and (max-width: 424px) {
  .banner-content__thumb {
    top: -90px;
  }
}

.banner-content__title {
  color: hsl(var(--white));
  font-size: 6.1875rem;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  max-width: 1100px;
  margin-inline: auto;
  margin-top: var(--content-up);
  margin-bottom: 44px;
}

.banner-content__title strong {
  font-weight: 700;
}

@media screen and (max-width: 1399px) {
  .banner-content__title {
    font-size: 5.125rem;
  }
}

@media screen and (max-width: 1199px) {
  .banner-content__title {
    font-size: 4.375rem;
  }
}

@media screen and (max-width: 991px) {
  .banner-content__title {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .banner-content__title {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 575px) {
  .banner-content__title {
    font-size: clamp(2.1875rem, 1.011rem + 5.8824vw, 3.125rem);
  }
}

.banner-content__description {
  max-width: 700px;
  margin-inline: auto;
  color: hsl(var(--white));
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 1199px) {
  .banner-content__description {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .banner-content__description {
    font-size: 1.125rem;
  }
}

.banner-content__button {
  margin-block: 30px;
  gap: 24px;
  margin-inline: auto;
}

.banner-content__button .text {
  padding-inline: 50px !important;
}

@media screen and (max-width: 1199px) {
  .banner-content__button .text {
    padding-inline: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .banner-content__button .text {
    padding-inline: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-content__button .text {
    padding-inline: 25px !important;
  }
}

/* =========================== Banner Section End Here ========================= */
/* ======================  Partner Start  ======================*/
.partners-section {
  background-color: hsl(var(--base));
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 32px;
  gap: 24px;
}

.partners .partners_wrapper {
  width: calc(100% - 100px);
}

@media screen and (max-width: 767px) {
  .partners .partners_wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .partners {
    padding-block: 25px;
  }
}

@media screen and (max-width: 767px) {
  .partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    padding-block: 20px;
  }
}

.partners__title {
  margin-bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: flex-center;
  align-self: flex-center;
  font-size: 1.125rem;
  font-weight: 500;
  color: hsl(var(--white));
}

.partners__item img {
  height: 32px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .partners__item img {
    height: 28px;
  }
}

/* ======================  Partner End  ======================*/
/* ======================  Features Start  ======================*/
.features-section .features-list {
  --gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gap);
  padding-top: var(--gap);
}

@media screen and (max-width: 991px) {
  .features-section .features-list {
    --gap: 18px;
    padding-top: var(--gap);
  }
}

.features-section .features-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.features-section .features-list__item:first-child {
  position: relative;
}

.features-section .features-list__item:first-child::before {
  content: "";
  position: absolute;
  bottom: calc(var(--gap) / 2 * -1);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--border-color)/0.2);
}

@media screen and (max-width: 991px) {
  .features-section .features-list__item {
    gap: 18px;
  }
}

@media screen and (max-width: 424px) {
  .features-section .features-list__item {
    font-size: 1.125rem;
  }
}

.features-section .features-list__item .thumb {
  --size: 65px;
  width: var(--size);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid hsl(var(--base) / 0.3);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .features-section .features-list__item .thumb {
    --size: 55px;
  }
}

.features-section .features-list__item .thumb img {
  --size: 35px;
  width: var(--size);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.features-section .features-list__item .content .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: hsl(var(--heading-color));
  margin-bottom: 0px;
  margin-bottom: 10px;
}

@media screen and (max-width: 424px) {
  .features-section .features-list__item .content .title {
    font-size: 1.125rem;
  }
}

.features-section .features-list__item .content .desc {
  font-size: 1rem;
  font-weight: 400;
  color: hsl(var(--text-color));
  margin-bottom: 0;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.features-section__thumb {
  background-image: linear-gradient(128deg,
      hsl(var(--base)),
      hsl(var(--base) / 0.1) 55%,
      #fff0);
  border-radius: var(--radius);
  max-width: 580px;
  padding: 28px;
  outline: 1px solid hsl(var(--base) / 0.1);
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .features-section__thumb {
    max-width: 100%;
    padding: 16px;
  }

  .features-section__thumb img {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .features-section__thumb {
    padding: 12px;
  }
}

/* ======================  Features End  ======================*/
/* ================================ Testimonials Section Start ================================ */
.testimonials-section {
  position: relative;
  z-index: 1;
  --padding: 40px;
}

@media screen and (max-width: 1399px) {
  .testimonials-section {
    --padding: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .testimonials-section {
    --padding: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .testimonials-section {
    --padding: 18px !important;
  }
}

@media screen and (max-width: 575px) {
  .testimonials-section {
    --padding: 12px !important;
  }
}

@media screen and (max-width: 424px) {
  .testimonials-section {
    --padding: 10px !important;
  }
}

.testimonials-section .slick-initialized.slick-slider {
  margin: 0 0 !important;
}

.testimonials-section .arrow-content {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-bottom: 10px;
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
}

@media screen and (max-width: 1199px) {
  .testimonials-section .arrow-content {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials-section .arrow-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.testimonials-section .testimonial-slider {
  border: 1px solid hsl(var(--border-color) / 0.2);
  padding: var(--padding) !important;
  border-radius: var(--radius) !important;
  height: 100%;
}

.testimonials-section .testimonial-slider::before,
.testimonials-section .testimonial-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit !important;
  border-right: inherit;
  z-index: -1;
  background-image: linear-gradient(225deg,
      rgba(3, 3, 12, 0.5) 31.64%,
      hsl(var(--black) / 0.7) 88.1%);
}

@media screen and (max-width: 991px) {

  .testimonials-section .testimonial-slider::before,
  .testimonials-section .testimonial-slider::after {
    inset: 0 0;
    border: 0;
  }
}

.testimonials-section .testimonial-slider::after {
  background-image: radial-gradient(39.98% 39.95% at 50.66% 60.06%,
      hsl(var(--base) / 0.5) 0,
      hsl(var(--base) / 0.5) 0.01%,
      hsl(var(--base) / 0.5) 100%);
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .testimonials-section .testimonial-slider {
    padding: 24px;
  }
}

.custom-gap {
  --bs-gutter-y: 18px !important;
  --bs-gutter-x: 18px !important;
}

@media screen and (max-width: 1199px) {
  .custom-gap {
    --bs-gutter-y: 12px !important;
    --bs-gutter-x: 12px !important;
  }
}

.customer-stories {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
  z-index: 1;
  border-radius: var(--radius);
  display: grid;
  padding: var(--padding) !important;
  color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
  .customer-stories {
    padding: 24px;
  }
}

.customer-stories .customer-badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: linear-gradient(123deg,
      hsl(var(--base)),
      hsl(var(--base-d-100) / 0.8),
      hsl(var(--base-l-500) / 0.5));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: hsl(var(--white));
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
  display: block;
}

.customer-stories::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.customer-stories-video {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.customer-stories-content {
  margin-top: auto;
  color: hsl(var(--white));
}

.customer-stories-title {
  font-size: clamp(1.5rem, 1.0833rem + 1.3333vw, 2.25rem);
  color: hsl(var(--white));
}

.customer-stories-subtitle {
  font-size: 1rem;
  color: hsl(var(--white));
  font-weight: 500;
}

.customer-reviews {
  background-image: linear-gradient(123deg,
      hsl(var(--base)),
      hsl(var(--base-d-100) / 0.8),
      #fff0);
  border-radius: var(--radius);
  max-width: 580px;
  padding: var(--padding) !important;
  outline: 1px solid hsl(var(--base) / 0.1);
}

@media screen and (max-width: 991px) {
  .customer-reviews {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .customer-reviews {
    padding: 24px;
  }
}

.customer-reviews-title {
  font-size: clamp(1.125rem, 0.7837rem + 1.4563vw, 1.875rem);
  font-weight: 600;
  margin-top: 15px;
  color: hsl(var(--white));
}

.customer-reviews-subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: hsl(var(--white));
  color: hsl(var(--black));
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 24px;
  display: block;
}

.customer-reviews-image {
  --size: 250px;
  width: var(--size);
  height: var(--size);
  display: block;
  margin-top: 30px;
  margin-inline: auto;
  margin-bottom: 0px;
}

.customer-reviews-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.customer-recommend {
  background-color: hsl(var(--base));
  padding: var(--padding) !important;
  padding-bottom: 0;
  border-radius: var(--radius);
  height: 100%;
  display: grid;
}

@media screen and (max-width: 767px) {
  .customer-recommend {
    padding: 24px;
    padding-bottom: 10px;
  }
}

.customer-recommend-span {
  color: hsl(var(--black) / 0.7);
}

.customer-recommend-content {
  padding-top: 50px;
  margin-top: auto;
}

.customer-recommend-title {
  color: hsl(var(--black));
  font-weight: 700;
  margin-bottom: 10px;
}

.customer-recommend-subtitle {
  font-size: 26px;
  color: hsl(var(--black) / 0.9);
  font-weight: 600;
}

.testimonial-content-text {
  margin-top: 30px;
}

.testimonial-content-text p {
  font-size: 24px;
  color: hsl(var(--white));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .testimonial-content-text p {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width: 424px) {
  .testimonial-content-text p {
    font-size: 16px;
  }
}

.testimonial-content-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.testimonial-content-author-image {
  --img-wh: 60px;
  width: var(--img-wh);
  height: var(--img-wh);
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid hsl(var(--base));
}

.testimonial-content-author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-content-author-name {
  font-size: 20px;
  color: hsl(var(--white));
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-content-author-role {
  font-size: 14px;
  color: hsl(var(--white) / 0.75);
  font-weight: 500;
}

/* ================================ Testimonials Section End ================================ */
/* ======================  How-it-works Section Start  ======================*/
.process-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0px;
    background-color: hsl(var(--white));
    border-radius: var(--radius);
}

@media screen and (max-width: 1399px) {
  .process-card-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .process-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.process-card {
  --rounded: var(--radius);
  border-radius: 0;
  position: relative;
  height: 100%;
  height: 400px;
  overflow: hidden;
  border: 1px solid hsl(var(--white));
  -webkit-box-shadow: 0 0 0px 1px hsl(var(--border-color)/0.2);
  box-shadow: 0 0 0px 1px hsl(var(--border-color)/0.2);
  padding: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1300px) {
  .process-card:nth-child(1) {
    grid-column: span 2 / span 2;
    border-top-left-radius: var(--rounded);
  }

  .process-card:nth-child(2) {
    grid-column-start: 3;
    border-top-right-radius: var(--rounded);
  }

  .process-card:nth-child(3) {
    grid-row-start: 2;
    border-bottom-left-radius: var(--rounded);
  }

  .process-card:nth-child(4) {
    grid-row-start: 2;
  }

  .process-card:nth-child(5) {
    grid-row-start: 2;
    border-bottom-right-radius: var(--rounded);
  }
}

@media screen and (max-width: 1299px) and (min-width: 769px) {
  .process-card {
    height: 350px;
  }

  .process-card:nth-child(1) {
    grid-column: span 2 / span 2;
    border-top-left-radius: var(--rounded);
    border-top-right-radius: var(--rounded);
  }

  .process-card:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 3;
    border-bottom-left-radius: var(--rounded);
  }

  .process-card:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .process-card:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 2;
  }

  .process-card:nth-child(5) {
    grid-row-start: 3;
    border-bottom-right-radius: var(--rounded);
  }
}

@media screen and (max-width: 991px) {
  .process-card {
    --rounded: 20px;
  }
}

@media screen and (max-width: 767px) {
  .process-card {
    --rounded: 12px;
    padding: 12px;
    max-height: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .process-card:first-child {
    border-top-left-radius: var(--rounded);
    border-top-right-radius: var(--rounded);
  }

  .process-card:last-child {
    border-bottom-left-radius: var(--rounded);
    border-bottom-right-radius: var(--rounded);
  }
}

.process-card__img {
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .process-card__img {
    margin-bottom: 10px;
    width: 70px;
  }

  .process-card__img img {
    width: 100%;
  }
}

@media screen and (max-width: 424px) {
  .process-card__img {
    width: 50px;
  }

  .process-card__img img {
    width: 100%;
  }
}

.process-card__content {
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
  text-align: center;
}

.process-card__title {
  max-width: 310px;
  margin-inline: auto;
  line-height: 1.1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .process-card__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .process-card__title {
    margin-bottom: 15px;
    font-size: 30px;
  }
}

@media screen and (max-width: 424px) {
  .process-card__title {
    font-size: 26px;
  }
}

.process-card__desc {
  max-width: 315px;
  margin-inline: auto;
  color: hsl(var(--muted));
}

@media screen and (max-width: 424px) {
  .process-card__desc {
    font-size: 14px;
  }
}

.process-card__big {
  text-align: left;
  display: block;
  padding: 0;
  padding-left: 0;
}

.process-card__big .process-card__content {
  margin-left: 0;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .process-card__big .process-card__content {
    padding: 12px;
  }
}

.process-card__big .process-card__title {
  margin-left: 0;
  text-align: left;
}

.process-card__big .process-card__desc {
  margin-left: 0;
  text-align: left;
  margin-bottom: 34px;
}

.process-card__big .process-card__img {
  position: absolute;
  z-index: 2;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .process-card__big .process-card__img {
    width: 325px;
    right: -1px;
  }
}

@media screen and (max-width: 767px) {
  .process-card__big .process-card__img {
    width: 185px;
    right: -1px;
  }
}

@media screen and (max-width: 535px) {
  .process-card__big .process-card__img {
    display: none;
  }
}

/* ======================  How-it-works Section End  ======================*/
/* ======================  Why-chose-us Section Start  ======================*/
.chose-us__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 18px;
}

@media screen and (max-width: 1199px) {
  .chose-us__content {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .chose-us__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.chose-us__content .chose-us__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 420px;
  border-radius: var(--radius);
  background-color: hsl(var(--white));
  overflow: hidden;
  border: 1px solid hsl(var(--base) / 0.4);
}

@media screen and (max-width: 1199px) {
  .chose-us__content .chose-us__item {
    max-height: 350px;
    height: 100%;
  }
}

.chose-us__content .chose-us__item:nth-child(2) {
  grid-column: span 2 / span 2;
  width: 100%;
}

.chose-us__content .chose-us__item:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-row-start: 2;
}

.chose-us__content .chose-us__item:nth-child(4) {
  grid-column-start: 3;
  grid-row-start: 2;
}

.chose-us__content .chose-us__item:nth-child(2) .content,
.chose-us__content .chose-us__item:nth-child(3) .content {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.chose-us__content .chose-us__item:nth-child(2) .text,
.chose-us__content .chose-us__item:nth-child(3) .text {
  padding-left: 0 !important;
}

.chose-us__content .chose-us__item:nth-child(2) .thumb,
.chose-us__content .chose-us__item:nth-child(3) .thumb {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  border-top-left-radius: var(--radius);
}

.chose-us__content .chose-us__item:nth-child(2) .thumb img,
.chose-us__content .chose-us__item:nth-child(3) .thumb img {
  -webkit-filter: drop-shadow(0 0 8px #00000023);
  filter: drop-shadow(0 0 8px #00000023);
  max-height: 400px;
}

.chose-us__content .chose-us__item:nth-child(2) .btn-icon,
.chose-us__content .chose-us__item:nth-child(3) .btn-icon {
  background-color: hsl(var(--white));
  color: hsl(var(--black)) !important;
  border-radius: 50px;
}

.chose-us__content .chose-us__item:nth-child(2) .btn-icon .icon,
.chose-us__content .chose-us__item:nth-child(3) .btn-icon .icon {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.chose-us__content .chose-us__item:nth-child(2) .heading,
.chose-us__content .chose-us__item:nth-child(3) .heading {
  border-bottom: 1px solid hsl(var(--border-color) / 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.chose-us__content .chose-us__item:nth-child(2) .desc,
.chose-us__content .chose-us__item:nth-child(3) .desc {
  margin-top: auto;
  color: hsl(var(--black) / 0.8);
}

.chose-us__content .chose-us__item  .btn-icon:active {
  border-color: transparent !important;
}

.chose-us__content .chose-us__item:first-child {
  background-image: linear-gradient(123deg,
      hsl(var(--base)),
      hsl(var(--base-d-100) / 0.8),
      #fff0);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .chose-us__content .chose-us__item:first-child .content {
    padding-bottom: 0;
  }
}

.chose-us__content .chose-us__item:first-child .heading {
  color: hsl(var(--white));
  font-size: clamp(1.125rem, 0.7837rem + 1.4563vw, 1.875rem);
}

.chose-us__content .chose-us__item:first-child .thumb {
  width: 100%;
  text-align: right;
  border-top-left-radius: var(--radius);
}

.chose-us__content .chose-us__item:first-child .thumb img {
  -webkit-filter: drop-shadow(10px 0 10px 30px #000000);
  filter: drop-shadow(10px 0 10px 30px #000000);
  max-height: 400px;
}

.chose-us__content .chose-us__item:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000000;
  color: hsl(var(--white));
}

.chose-us__content .chose-us__item:last-child .heading {
  color: hsl(var(--white));
  font-size: clamp(1.125rem, 0.7837rem + 1.4563vw, 1.875rem);
}

.chose-us__content .chose-us__item:last-child .desc {
  color: #bebebe;
  max-width: 300px;
}

.chose-us__content .chose-us__item:last-child .thumb {
  margin-block: auto 20px;
  text-align: center;
}

.chose-us__content .chose-us__item:last-child .thumb img {
  max-width: 250px;
}

.chose-us__content .chose-us__item .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: hsl(var(--white));
  color: hsl(var(--black));
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
  display: block;
}

.chose-us__content .chose-us__item .content {
  padding: 50px 32px;
}

@media screen and (max-width: 1199px) {
  .chose-us__content .chose-us__item .content {
    padding: 30px 16px;
  }
}

@media screen and (max-width: 767px) {
  .chose-us__content .chose-us__item .content {
    padding: 15px 15px;
  }
}

.chose-us__content .chose-us__item .heading {
  font-size: clamp(1.125rem, 0.9543rem + 0.7282vw, 1.5rem);
  margin-bottom: 20px;
}

.chose-us__content .chose-us__item .btn {
  margin-top: 10px;
}

.chose-us__content .chose-us__item .desc {
  color: #bebebe;
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem) !important;
}

@media screen and (max-width: 1199px) {
  .chose-us__content .chose-us__item .thumb {
    display: none !important;
  }
}

/* ======================  Why-chose-us Section End  ======================*/
/* ======================  Counter Section Start  ======================*/
.counter-section__inner {
  position: relative;
  z-index: 1;
}

.counter-section__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("../images/thumbs/counter-bg.png");
  mask-image: url("../images/thumbs/counter-bg.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: hsl(var(--base) / 0.15);
  z-index: -1;
}

.counter-section__inner .odometer-digit {
  padding-left: 3px;
}

.counter-section__inner__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  min-height: 400px;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.counter-section .section-heading {
  max-width: 560px;
  margin-bottom: 132px;
}

@media screen and (max-width: 1199px) {
  .counter-section .section-heading {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .counter-section .section-heading {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .counter-section .section-heading {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .counter-section .section-heading {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 424px) {
  .counter-section .section-heading {
    margin-bottom: 40px;
  }
}

.counter-section .counter-item {
  border-radius: 24px;
  padding: 32px 10px;
  border: 1px solid hsl(var(--base));
  background: hsl(var(--neutral-50));
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1499px) {
  .counter-section .counter-item {
    border-radius: 20px;
    padding: 28px 10px;
  }
}

@media screen and (max-width: 767px) {
  .counter-section .counter-item {
    border-radius: 15px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 575px) {
  .counter-section .counter-item {
    border-radius: 10px;
    padding: 10px;
  }
}

.counter-section .counter-item__number {
  color: hsl(var(--base));
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
}

@media screen and (max-width: 1499px) {
  .counter-section .counter-item__number {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .counter-section .counter-item__number {
    font-size: 50px;
  }
}

@media screen and (max-width: 575px) {
  .counter-section .counter-item__number {
    font-size: 40px;
  }
}

@media screen and (max-width: 424px) {
  .counter-section .counter-item__number {
    font-size: 30px;
  }
}

.counter-section .counter-item__desc {
  color: hsl(var(--neutral-900));
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .counter-section .counter-item__desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .counter-section .counter-item__desc {
    font-size: 14px;
  }
}

/* ======================  Counter Section End  ======================*/
/* ======================  merchant Section Start  ======================*/
.merchant-section {
  background-color: #09090b;
  padding-block: 80px;
  position: relative;
  z-index: 1;
}

.merchant-section * {
  color: hsl(var(--white));
}

.merchant-section .section-heading {
  max-width: 100%;
}

.merchant-section .section-heading__title {
  margin-bottom: 12px;
}

.merchant-section .section-heading__desc {
  max-width: 426px;
  color: #d4d4d8;
}

.merchant-section__shape {
  position: absolute;
  inset: 0;
}

.merchant-list__item {
  border-radius: var(--radius);
  border: 1px solid hsl(var(--base));
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 20px 0hsl var(--base) / 0.1,
    0 5px 5px -1px hsl(var(--base) / 0.02);
  box-shadow: 0 0 20px 0hsl var(--base) / 0.1,
    0 5px 5px -1px hsl(var(--base) / 0.02);
  padding: 16px;
  max-width: 505px;
}

@media screen and (max-width: 991px) {
  .merchant-list__item {
    max-width: 100%;
  }
}

.merchant-list__item:not(:last-child) {
  margin-bottom: 8px;
}

.merchant-list__item-icon {
  margin-bottom: 8px;
}

.merchant-list__item-icon img {
  width: 24px;
  height: 24px;
}

.merchant-list__item-title {
  margin-bottom: 0;
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  font-weight: 500;
}

.merchant-img {
  position: relative;
  z-index: 1;
}

.merchant-img .common-shape {
  -webkit-filter: blur(50px);
  filter: blur(50px);
  left: -82px;
  top: -43px;
}

/* ======================  merchant Section End  ======================*/
/* ======================  Faq Section Start  ======================*/

.faq .section-heading__name {
  color: hsl(var(--white));
  background-color: hsl(var(--white) / 0.1);
  backdrop-filter: blur(12px);
  margin-bottom: 8px;
}

.faq .section-heading__title {
  font-size: 48px;
  color: hsl(var(--white));
  margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
  .faq .section-heading__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 424px) {
  .faq .section-heading__title {
    font-size: 32px;
  }
}

.faq .section-heading__desc {
  color: hsl(var(--white) / 0.8);
}

.faq-sidebar {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  border-radius: var(--radius);
  background-color: #122646;
}

@media screen and (max-width: 424px) {
  .faq-sidebar {
    padding: 16px;
    gap: 16px;
  }
}

.faq-sidebar__body {
  flex: 1 1 100%;
}

.faq-sidebar__footer {
  border-top: 1px solid hsl(var(--white) / 0.1);
  padding-top: 16px;
}

.faq-sidebar__text {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: hsl(var(--white) / 0.8);
  text-align: center;
}

.faq-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.faq-info-item:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
  .faq-info-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.faq-info-item__icon {
  --size: 48px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--white));
  border: 1px solid hsl(var(--white) / 0.1);
  background-color: hsl(var(--white) / 0.1);
  backdrop-filter: blur(12px);
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .faq-info-item__icon {
    --size: 40px;
  }
}

.faq-info-item__icon svg,
.faq-info-item__icon img {
  width: 50%;
  height: 50%;
}

.faq-info-item__content {
  flex-grow: 1;
}

.faq-info-item__title {
  max-width: 80%;
  font-size: 1.125rem;
  color: hsl(var(--white));
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .faq-info-item__title {
    max-width: 100%;
  }
}

/* ======================  Faq Section End  ======================*/
.blog-item {
  --inner-p: 18px;
  border: 1px solid hsl(var(--border-color) / 0.2);
  background: hsl(var(--white));
  overflow: hidden;
  height: 100%;
  border-radius: var(--radius);
  transition: .3s ease;
}

@media screen and (max-width: 1199px) {
  .blog-item {
    --inner-p: 16px;
  }
}

@media screen and (max-width: 991px) {
  .blog-item {
    --radius: 18px;
  }
}

@media screen and (max-width: 767px) {
  .blog-item {
    --radius: 8px;
  }
}

@media screen and (max-width: 575px) {
  .blog-item {
    --inner-p: 12px;
  }
}

.blog-item__thumb {
  border-radius: inherit;
  overflow: hidden;
}

.blog-item__thumb .link {
  display: block;
}

.blog-item__thumb img {
  height: 250px;
  transition: .3s ease;
}

.blog-item__content {
  padding: var(--inner-p);
}

.blog-item__title {
  font-size: 1.25rem;
  color: hsl(var(--black) / 0.8);
  margin-bottom: 0;
}

.blog-item__title .link {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.blog-item__desc {
  font-weight: 400;
  line-height: 1.3;
  margin-block: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-item__date {
  font-size: 0.75rem;
  font-weight: 600;
  color: hsl(var(--white));
  padding: 4px 8px;
  border-radius: 999px;
  background: hsl(var(--base));
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-item__date i {
  font-size: 1.2em;
}

.blog-item .btn {
  padding: 0px;
  height: unset;
}

.blog-item .btn .text {
  color: hsl(var(--dark) / 0.8);
  padding-inline: 0px;
}

.blog-item .btn .icon {
  --sizer: 28px;
  font-size: calc(var(--sizer) * 0.45);
  border-radius: 50%;
  background: hsl(var(--base));
}

.blog-item .btn .icon i {
  transform: rotate(-45deg) translate(0px, 0px);
}

.blog-item:hover,
.blog-item:focus-within {
  border-color: hsl(var(--base));
}

.blog-item:hover .blog-item__thumb img,
.blog-item:focus-within .blog-item__thumb img {
  transform: scale(1.08);
}

/* ======================  Cta Section Start  ======================*/
.cta-section {
  margin-bottom: -120px;
  position: relative;
  z-index: 2;
}

.cta-section:before {
  content: '';
  width: 100%;
  height: calc(100% - 120px);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: hsl(var(--section-bg));
}

body:not(:has(.banner-section)) .cta-section::before {
  display: none;
}

.cta-section__inner {
  background-image: linear-gradient(123deg,
      hsl(var(--base)),
      hsl(var(--base-d-100) / 0.8),
      #fff0);
  border-radius: var(--radius);
  outline: 1px solid hsl(var(--base) / 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 991px) {
  .cta-section__inner {
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .cta-section__inner {
    border-radius: var(--radius);
  }
}

.cta-section__thumb {
  height: 100%;
  position: relative;
}

.cta-section__thumb img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
}

.cta-section__content {
  padding: 63px;
  padding-right: 0;
}

@media screen and (max-width: 1199px) {
  .cta-section__content {
    padding: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .cta-section__content {
    padding: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .cta-section__content {
    padding: 20px !important;
  }
}

.cta-section__title {
  font-size: clamp(1.5rem, 0.3623rem + 4.8544vw, 4rem);
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.1;
  color: hsl(var(--white));
}

.cta-section__desc {
  max-width: 570px;
  color: hsl(var(--neutral-200));
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .cta-section__desc {
    line-height: 1.4;
  }
}

/* ======================  Cta Section End  ======================*/
/* ======================  About-us Section Start  ======================*/
.about-us .section-heading {
  margin-bottom: 24px;
}

.about-us .section-heading__name {
  margin-bottom: 8px;
}

.about-us .section-heading__title {
  font-size: 48px;
  margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
  .about-us .section-heading__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 424px) {
  .about-us .section-heading__title {
    font-size: 32px;
  }
}

.about-us .section-heading__desc {
  font-size: 1rem;
}

.about-us-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

@media screen and (max-width: 1199px) {
  .about-us-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}

.about-us-info-item:not(:last-child) {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid hsl(var(--border-color)/0.2);
}

@media screen and (max-width: 1399px) {
  .about-us-info-item:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .about-us-info-item:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

.about-us-info-item__icon {
  --size: 80px;
  width: var(--size);
  height: var(--size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid hsl(var(--base)/0.5);
}

@media screen and (max-width: 1199px) {
  .about-us-info-item__icon {
    --size: 48px;
  }
}

.about-us-info-item__icon .mask-img {
  width: 50%;
  height: 50%;
  background-color: hsl(var(--base));
}

.about-us-info-item__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about-us-info-item__title {
  margin-bottom: 8px;
}

.about-us-info-item__desc {
  font-size: 0.9375rem;
  font-weight: 500;
  color: hsl(var(--dark)/0.8);
}

@media screen and (max-width: 1199px) {
  .about-us-info-item__desc {
    font-size: 0.875rem;
  }
}

.about-us__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
  .about-us__wrapper {
    gap: 16px;
    margin-bottom: 16px;
  }
}

.about-us__avatar {
  width: 130px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-us-meta {
  --gap: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap);
}

@media screen and (max-width: 1199px) {
  .about-us-meta {
    --gap: 24px;
  }
}

.about-us-meta-item {
  position: relative;
}

.about-us-meta-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: calc(var(--gap) * -0.5);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--border-color)/0.2);
}

@media screen and (max-width: 374px) {
  .about-us-meta-item:not(:last-child)::after {
    height: 30px;
  }
}

.about-us-meta-item__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about-us-meta-item__title {
  font-size: 1.5rem;
  color: hsl(var(--dark));
  margin-bottom: 4px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1199px) {
  .about-us-meta-item__title {
    font-size: 1.125rem;
  }
}

.about-us-meta-item__desc {
  font-size: 1rem;
  font-weight: 500;
  color: hsl(var(--dark)/0.8);
}

@media screen and (max-width: 1199px) {
  .about-us-meta-item__desc {
    font-size: 0.875rem;
  }
}

.about-us-thumb {
  width: 100%;
  height: 100%;
  max-width: 420px;
  aspect-ratio: 1/1.1418269231;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .about-us-thumb {
    max-width: 100%;
  }
}

/* ======================  About-us Section End  ======================*/
/* ======================  Search Section Start  ======================*/
.search-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .search-section {
    min-height: 450px;
  }
}

.search-section::before,
.search-section::after {
  content: "";
  position: absolute;
  inset: 0 10px;
  border-radius: var(--radius);
  z-index: -1;
  border: 1px solid hsl(var(--base) / 0.5);
  background-image: linear-gradient(225deg,
      rgba(3, 3, 12, 0.8) 31.64%,
      hsl(var(--black) / 0.7) 88.1%);
}

@media screen and (max-width: 991px) {

  .search-section::before,
  .search-section::after {
    inset: 0 0;
    border: 0;
    border-radius: 0px;
  }
}

.search-section::after {
  background-image: radial-gradient(39.98% 39.95% at 50.66% 60.06%,
      hsl(var(--base)) 0,
      hsl(var(--base)) 0.01%,
      hsl(var(--base)) 100%);
  z-index: -2;
}

.search-section__imgs img {
  --size: 60px;
  z-index: -1;
  width: var(--size);
  height: var(--size);
  position: absolute;
  background-color: hsl(var(--white));
  padding: 5px;
  border-radius: 50%;
}

@media screen and (max-width: 424px) {
  .search-section__imgs img {
    --size: 40px;
  }
}

.search-section__imgs img:first-child {
  left: 5%;
  top: 10%;
}

.search-section__imgs img:nth-child(2) {
  left: 6%;
  top: 75%;
}

.search-section__imgs img:nth-child(3) {
  left: 21%;
  top: 34%;
}

@media screen and (max-width: 1399px) {
  .search-section__imgs img:nth-child(3) {
    left: 4%;
    top: 30%;
  }
}

@media screen and (max-width: 1199px) {
  .search-section__imgs img:nth-child(3) {
    display: none;
  }
}

.search-section__imgs img:nth-child(4) {
  left: 10%;
  top: 44%;
}

@media screen and (max-width: 991px) {
  .search-section__imgs img:nth-child(4) {
    display: none;
  }
}

.search-section__imgs img:nth-child(5) {
  left: 19%;
  top: 72%;
}

@media screen and (max-width: 1199px) {
  .search-section__imgs img:nth-child(5) {
    display: none;
  }
}

.search-section__imgs img:nth-child(6) {
  left: 38%;
  top: 78%;
}

.search-section__imgs img:nth-child(7) {
  left: 75%;
  top: 36%;
}

@media screen and (max-width: 1399px) {
  .search-section__imgs img:nth-child(7) {
    left: 90%;
    top: 4%;
  }
}

@media screen and (max-width: 767px) {
  .search-section__imgs img:nth-child(7) {
    display: none;
  }
}

.search-section__imgs img:nth-child(8) {
  left: 31%;
  top: 10%;
}

.search-section__imgs img:nth-child(9) {
  left: 71%;
  top: 15%;
}

@media screen and (max-width: 575px) {
  .search-section__imgs img:nth-child(9) {
    top: 5%;
  }
}

.search-section__imgs img:nth-child(10) {
  left: 61%;
  top: 73%;
}

@media screen and (max-width: 1199px) {
  .search-section__imgs img:nth-child(10) {
    display: none;
  }
}

.search-section__imgs img:nth-child(11) {
  left: 80%;
  top: 75%;
}

.search-section__imgs img:nth-child(12) {
  left: 80%;
  top: 15%;
}

@media screen and (max-width: 1199px) {
  .search-section__imgs img:nth-child(12) {
    display: none;
  }
}

.search-section__imgs img:nth-child(13) {
  left: 91%;
  top: 24%;
}

@media screen and (max-width: 1199px) {
  .search-section__imgs img:nth-child(13) {
    display: none;
  }
}

.search-section__imgs img:nth-child(14) {
  left: 90%;
  top: 45%;
}

@media screen and (max-width: 991px) {
  .search-section__imgs img:nth-child(14) {
    display: none;
  }
}

.search-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: -22px;
}

.search-wrapper__title {
  color: hsl(var(--white));
  font-size: clamp(2rem, 1.0898rem + 3.8835vw, 4rem);
  margin-bottom: 0;
}

.search-wrapper__desc {
  color: hsl(var(--white));
  font-size: clamp(1rem, 0.8862rem + 0.4854vw, 1.25rem);
  margin-bottom: 0;
  margin-bottom: 20px;
}

.search-wrapper__form {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(var(--white));
  border-radius: 50px;
  max-width: min(800px, 90%);
  margin-inline: auto;
  margin-bottom: 0;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-wrapper__form:focus-within {
  border: 1px solid hsl(var(--base));
}

.search-wrapper__form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  outline: none;
  padding: 10px;
  font-size: clamp(1rem, 0.8862rem + 0.4854vw, 1.25rem);
  color: hsl(var(--black));
  background-color: transparent;
  font-size: 1.125rem;
  padding-block: 15px;
  width: 100%;
}

@media screen and (min-width: 425px) {
  .search-wrapper__form input {
    padding-left: 0;
  }
}

.search-wrapper__form input::-webkit-input-placeholder {
  font-size: 1.125rem;
  color: hsl(var(--black) / 0.5);
}

.search-wrapper__form input::-moz-placeholder {
  font-size: 1.125rem;
  color: hsl(var(--black) / 0.5);
}

.search-wrapper__form input:-ms-input-placeholder {
  font-size: 1.125rem;
  color: hsl(var(--black) / 0.5);
}

.search-wrapper__form input::-ms-input-placeholder {
  font-size: 1.125rem;
  color: hsl(var(--black) / 0.5);
}

.search-wrapper__form input::placeholder {
  font-size: 1.125rem;
  color: hsl(var(--black) / 0.5);
}

.search-wrapper__form .icon {
  --size: 50px;
  width: var(--size);
  height: var(--size);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--black) / 0.8);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 424px) {
  .search-wrapper__form .icon {
    display: none;
  }
}

.search-wrapper__form i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-45deg) translate(0px, 2px);
  transform: rotate(-45deg) translate(0px, 2px);
  text-shadow: -35px 0px currentColor;
  margin: 0 !important;
}

.search-wrapper__form .submit-icon {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  margin-right: 5px;
  overflow: hidden;
}

@media screen and (max-width: 424px) {
  .search-wrapper__form .submit-icon {
    display: block;
  }
}

.search-wrapper__form .submit-icon:hover {
  background-color: hsl(var(--base-d-100));
}

.search-wrapper__form .submit-icon:hover i {
  -webkit-transform: rotate(-45deg) translate(35px, 2px);
  transform: rotate(-45deg) translate(35px, 2px);
}

/* ======================  Search Section End  ======================*/
/* ======================  Store-search Section Start  ======================*/
.store-search {
  position: relative;
  border-radius: var(--radius);
  z-index: 1;
  padding-block: 160px 120px;
}

@media screen and (max-width: 991px) {
  .store-search {
    padding-block: 140px 80px;
  }
}

@media screen and (max-width: 575px) {
  .store-search {
    padding-block: 120px 60px;
  }
}

.store-search__bg {
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  z-index: -1;
  bottom: 0;
}

@media screen and (max-width: 575px) {
  .store-search__bg {
    inset: 0px;
    border-radius: 0;
  }
}

.store-search__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.store-search__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--black) / 0.5);
  border-radius: inherit;
}

.store-search__content {
  max-width: 700px;
  margin-inline: auto;
  text-align: center;
}

.store-search__title {
  color: hsl(var(--white));
  font-size: clamp(2rem, 1.0898rem + 3.8835vw, 4rem);
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
}

.store-search__title strong {
  font-weight: 800;
}

.store-search__desc {
  color: hsl(var(--white) / 0.8);
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  margin-inline: auto;
  max-width: 600px;
  font-weight: 500;
  margin-bottom: 40px;
  text-shadow: 0 0 10px hsl(var(--black));
}

@media screen and (max-width: 991px) {
  .store-search__desc {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .store-search__desc {
    margin-bottom: 20px;
  }
}

.store-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid hsl(var(--background-color));
  overflow: hidden;
  text-align: left;
  background: hsl(var(--white) / 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 600px;
  margin-inline: auto;
}

.store-search__form:focus-within {
  border-color: hsl(var(--base));
}

.store-search__form input {
  all: unset;
  height: 100%;
  padding: 15px;
  color: hsl(var(--white));
}

.store-search__form input::-webkit-input-placeholder {
  color: hsl(var(--white) / 0.6) !important;
}

.store-search__form input::-moz-placeholder {
  color: hsl(var(--white) / 0.6) !important;
}

.store-search__form input:-ms-input-placeholder {
  color: hsl(var(--white) / 0.6) !important;
}

.store-search__form input::-ms-input-placeholder {
  color: hsl(var(--white) / 0.6) !important;
}

.store-search__form input::placeholder {
  color: hsl(var(--white) / 0.6) !important;
}

.store-search__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: transparent !important;
}

.store-search__btn:hover {
  border-color: transparent !important;
  background-color: transparent !important;
}

.store-search__btn:hover .icon {
  background: hsl(var(--base)) !important;
}

.store-search__btn:hover i {
  color: hsl(var(--white));
}

.store-search__btn .icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.store-search__btn .icon i {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

/* ======================  Store-search Section End  ======================*/
/* ======================  merchant-banner Section Start  ======================*/
.merchant-banner {
  padding-top: 180px;
  margin: 10px;
  border-radius: var(--radius);
  height: calc(100vh - 20px);
  position: relative;
  z-index: 1;
}

.merchant-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  background-color: hsl(var(--black) / 0.6);
}

@media screen and (max-width: 1399px) {
  .merchant-banner {
    padding-top: 160px;
  }
}

@media screen and (max-width: 1199px) {
  .merchant-banner {
    padding-top: 120px;
  }
}

@media screen and (max-width: 575px) {
  .merchant-banner {
    margin: 0;
    border-radius: 0;
  }
}

.merchant-banner__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.merchant-banner__title {
  font-size: clamp(2rem, 0.0943rem + 8.1311vw, 6.1875rem);
  font-weight: 300;
  color: hsl(var(--white));
  margin-bottom: 30px;
}

.merchant-banner__title strong {
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .merchant-banner__title {
    line-height: 1.1;
    font-size: clamp(2rem, 0.6347rem + 5.8252vw, 5rem);
  }
}

@media screen and (max-width: 991px) {
  .merchant-banner__title {
    line-height: 1.1;
    font-size: clamp(2rem, 0.9191rem + 4.6117vw, 4.375rem);
  }
}

.merchant-banner__desc {
  color: hsl(var(--white));
  font-size: clamp(1rem, 0.8293rem + 0.7282vw, 1.375rem);
  font-weight: 500;
  line-height: 1.4;
  max-width: 745px;
  margin-inline: auto;
  margin-bottom: 48px;
}

.merchant-banner__btn {
  margin-bottom: 20px;
}

.merchant-banner__btn .text {
  padding-inline: 50px !important;
}

@media screen and (max-width: 991px) {
  .merchant-banner__btn .text {
    padding-inline: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .merchant-banner__btn .text {
    padding-inline: 20px !important;
  }
}

@media screen and (max-width: 575px) {
  .merchant-banner__btn .text {
    padding-inline: 10px !important;
  }
}

.merchant-banner__counter {
  width: 100%;
  text-align: center;
  margin-top: auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 1199px) {
  .merchant-banner__counter {
    padding-bottom: 50px;
  }
}

.merchant-banner__counter-number {
  font-size: clamp(1.75rem, 1.1811rem + 2.4272vw, 3rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsl(var(--white));
}

.merchant-banner__counter-text {
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  font-weight: 500;
  line-height: 1.4;
  color: hsl(var(--white) / 0.8);
}

/* ======================  merchant-banner Section End  ======================*/
/* ======================  Merchant-work Section Start  ======================*/
.merchant-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  border-radius: var(--radius);
  border: 1px solid hsl(var(--border-color)/0.2);
}

@media screen and (max-width: 1199px) {
  .merchant-card {
    gap: 16px;
    padding: 16px;
  }
}

.merchant-card__body {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.merchant-card__footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid hsl(var(--border-color) / 0.2);
}

.merchant-card__icon {
  --size: 60px;
  width: var(--size);
  height: var(--size);
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .merchant-card__icon {
    --size: 50px;
  }
}

.merchant-card__icon.mask-img {
  background-color: hsl(var(--base));
}

.merchant-card__title {
  max-width: 140px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1199px) {
  .merchant-card__title {
    max-width: 100%;
  }
}

.merchant-card__desc {
  font-size: 1rem;
  font-weight: 400;
  color: hsl(var(--body-color));
  line-height: 150%;
}

.merchant-card__step {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 999px;
  line-height: 100%;
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.1);
  padding: 6px 12px;
}

/* ======================  Merchant-work Section End  ======================*/
/* ======================  Merchant-cta Section Start  ======================*/
.merchant-cta__thumb-shape {
  opacity: 0.8;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.merchant-cta__thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.8203125;
  display: block;
  object-fit: cover;
  border-radius: var(--radius);
}

.merchant-cta__desc {
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
}

.merchant-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {
  .merchant-cta__btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .merchant-cta__btn {
    margin-top: 20px;
  }
}

/* ======================  Merchant-cta Section End  ======================*/

/* ================================= Card Css Start =========================== */
.custom--card {
  border-radius: var(--radius);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--white));
  border: transparent;
}

.custom--card.table-card {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: 0;
  padding: 12px;
}

.custom--card.table-card .card-header {
  padding: 0;
  border: 0;
}

.custom--card.table-card .card-body {
  padding: 0;
  padding-top: 12px;
}

.custom--card .card-header {
  padding: 12px 24px;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--border-color) / 0.1);
}

.custom--card .card-header .title {
  margin-bottom: 0;
}

.custom--card .card-body {
  background-color: hsl(var(--white));
  padding: 24px;
  border-radius: var(--radius);
}

.custom--card .card-footer {
  padding: 12px 24px;
  background-color: transparent;
  border-top: 1px solid hsl(var(--border-color) / 0.1);
}

/* ================================= Card Css End =========================== */

/* ======================  Store Card Start  ======================*/
.store-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid hsl(var(--border-color) / 0.2);
  background-color: hsl(var(--white));
  transition: .3s ease;
}

.store-card:hover {
  border-color: hsl(var(--base));
}

.store-card__header {
  padding-bottom: 16px;
  border-bottom: 1px solid hsl(var(--border-color)/0.2);
}

.store-card__body {
  flex: 1 1 100%;
}

.store-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.store-card-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 1399px) {
  .store-card-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.store-card-info__thumb {
  --size: 60px;
  width: var(--size);
  height: var(--size);
  display: block;
  object-fit: cover;
  border-radius: calc(var(--radius) - 4px);
  flex-shrink: 0;
}

.store-card-info__content {
  flex-grow: 1;
}

.store-card-info__cat {
  font-size: 1rem;
  font-weight: 500;
  color: hsl(var(--dark));
  margin-bottom: 8px;
}

.store-card-info__title {
  font-size: 1.25rem;
  color: hsl(var(--dark));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 600;
  margin-bottom: 0px;
}

.store-card__desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
}

.store-card__time {
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--base));
}

/* ======================  Store Card End  ======================*/
.chart-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: var(--radius);
  background-color: hsl(var(--white));
}

.chart-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
}

.chart-card__body {
  flex: 1 1 100%;
}

.chart-card__title {
  margin-bottom: 0;
}

.chart-card__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px;
  border-radius: var(--radius);
  background-color: hsl(var(--neutral-200));
}

.chart-card__tab-item {
  padding: 6px 12px;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 14px;
  border-radius: 9.282px;
  color: #9291a5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.chart-card__tab-item:hover {
  color: hsl(var(--base));
}

.chart-card__tab-item.active {
  background: var(--Neutral-Colors-Black, #1e1b39);
  color: hsl(var(--white));
}

.chart-card .apexcharts-legend-marker {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  margin-right: 6px;
}

.chart-card .apexcharts-legend-marker svg {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

.table-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .table-chart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .table-chart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.pie-chart {
  width: 505px;
  height: 416px;
  overflow: hidden;
}

@media screen and (max-width: 1499px) {
  .pie-chart {
    width: 405px;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .pie-chart {
    width: 100%;
    height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .pie-chart {
    width: 100%;
    height: 330px;
  }
}

.pie-chart .chart-card__header {
  border-bottom: 1px solid hsl(var(--border-color));
}

.pie-chart .apexcharts-legend-text {
  font-size: clamp(0.875rem, 0.8181rem + 0.2427vw, 1rem);
}

.pie-chart .apexcharts-legend {
  top: 40px !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.pie-chart #apexPieChat {
  max-height: 450px;
  min-height: auto !important;
  overflow: hidden;
  width: 100%;
  margin-top: auto;
}

.pie-chart #apexPieChat .apexcharts-svg {
  margin-bottom: -150%;
}

@media screen and (max-width: 1499px) {
  .pie-chart #apexPieChat .apexcharts-svg {
    margin-bottom: -180%;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .pie-chart #apexPieChat .apexcharts-svg {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .pie-chart #apexPieChat .apexcharts-svg {
    margin-bottom: 0;
  }
}

#apexBarChat .apexcharts-legend {
  display: none !important;
}

.db-card {
  border-radius: var(--radius);
  background: hsl(var(--white));
  overflow: hidden;
  position: relative;
  padding: 16px;
  z-index: 1;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .db-card {
    padding: 10px;
  }
}

.db-card__link {
  position: absolute;
  inset: 0;
}

.db-card:hover .db-card__header-arrow {
  color: hsl(var(--base));
}

.db-card__shape {
  position: absolute;
  font-size: 150px;
  bottom: -40px;
  right: -40px;
  z-index: -1;
  line-height: 1;
}

.db-card__shape i {
  color: var(--base-50);
  line-height: 1;
}

.db-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.db-card__header-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: color-mix(in oklab,
      hsl(var(--base)),
      hsl(var(--white)) 85%);
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.db-card__header-icon i {
  color: hsl(var(--base));
}

.db-card__header-title {
  margin-bottom: 0;
  color: hsl(var(--neutral-500));
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.db-card__header-arrow {
  margin-left: auto;
  color: hsl(var(--neutral-200));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.db-card__body {
  margin-top: 40px;
}

@media screen and (max-width: 575px) {
  .db-card__body {
    margin-top: 30px;
  }
}

.db-card__amount {
  color: hsl(var(--neutral-900));
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  margin-block: 0 0;
}

@media screen and (max-width: 991px) {
  .db-card__amount {
    margin-block: 20px 0;
  }
}

.db-card__desc {
  color: hsl(var(--neutral-400));
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.db-card2 {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: var(--radius);
  background-color: hsl(var(--white));
  box-shadow: var(--box-shadow);
}

.db-card2__header:not(:last-child) {
  margin-bottom: 16px;
}

.db-card2__body {
  flex: 1 1 100%;
}

.db-card2__footer {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid hsl(var(--border-color)/ 0.1);
}

.db-card2__icon {
  --size: 20px;
  width: var(--size);
  height: var(--size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: hsl(var(--base));
  border-radius: 4px;
  background-color: color-mix(in oklab, hsl(var(--base)), hsl(var(--white)) 85%);
  font-size: calc(var(--size) * 0.5);
  flex-shrink: 0;
}

.db-card2__label {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: hsl(var(--dark));
  letter-spacing: 1px;
}

.db-card2__label:has(.db-card2__icon) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.db-card2__title {
  margin-bottom: 0px;
}

.db-card2__subtitle {
  margin-top: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--dark) / 0.8);
}

.db-card2-meta__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.db-card2-meta__item:not(:last-child) {
  margin-bottom: 8px;
}

.db-card2-meta__item .label {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--dark) / 0.8);

}

.db-card2-meta__item .value {
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(var(--dark));
}

/* ======================  Account-thumb Card Start  ======================*/
.account-thumb {
  --gap: 10px;
  height: 100dvh;
  width: 48%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: var(--radius);
  position: relative;
  z-index: 1;
  position: relative;
  padding: calc(var(--gap) + 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: sticky;
  left: 0;
  top: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.account-thumb::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: var(--gap);
  z-index: -1;
  background-color: hsl(var(--black) / 0.6);
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .account-thumb {
    padding: calc(var(--gap) + 32px);
  }
}

@media screen and (max-width: 991px) {
  .account-thumb {
    display: none;
  }
}

.account-thumb__content-desc {
  font-size: clamp(1.375rem, -0.1394rem + 2.445vw, 2rem);
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 0;
}

.account-thumb__content-desc::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 20px);
  width: 239px;
  height: 3px;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 1499px) {
  .account-thumb__content-desc::before {
    width: 150px;
  }
}

@media screen and (max-width: 1399px) {
  .account-thumb__content-desc::before {
    width: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .account-thumb__content-desc::before {
    width: 80px;
  }
}

.account-thumb__content-title {
  max-width: 620px;
  font-size: clamp(2rem, -0.423rem + 3.912vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin-top: 12px;
}

.account-thumb__footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  font-size: clamp(1.125rem, 0.2164rem + 1.467vw, 1.5rem);
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .account-thumb__footer-list {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .account-thumb__footer-list {
    margin-bottom: 18px;
  }
}

.account-thumb__footer-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.account-thumb * {
  color: hsl(var(--white));
}

.account-thumb .account-thumb__bg {
  z-index: -2;
  position: absolute;
  inset: var(--gap);
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(100% - var(--gap) * 2);
  width: 100%;
}

/* ======================  Account-thumb Card End  ======================*/
/* ======================  Plugin Customization Start  ======================*/
/* ======================  Select2 Start  ======================*/
.custom--select2 {
  --s-height: 50px;
  --select-border: var(--neutral-200);
  --select-bg: var(--white);
  --select-shadow: 0px 1px 2px 0px hsl(var(--heading-color) / 0.06);
  --border-radius: 8px;
  --font-size: 0.875rem;
}

.custom--select2:has(.select2.style-two) {
  --select-shadow: 2px 2px 2px 0px hsl(var(--border-color) / 0.6) inset;
  --s-height: 30px;
  --border-radius: 4px;
}

.custom--select2 .select2-group {
  position: relative;
}

.custom--select2 .select2-group .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.custom--select2 .select2-group .select2-container--default :is(.select2-selection--multiple, .select2-selection--single) {
  padding-left: 36px;
}

.custom--select2 .selection {
  display: block;
}

.custom--select2 .dropdown-wrapper {
  display: none;
}

.custom--select2 .select2-container--default .select2-selection--single,
.custom--select2 .select2-container--default .select2-selection--multiple {
  border: 1px solid hsl(var(--select-border));
  background: hsl(var(--white));
  border-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
  min-height: var(--s-height);
  padding-inline: 4px;
}

.custom--select2 .select2-container--default.select2-container--focus :is(.select2-selection--multiple, .select2-selection--single),
.custom--select2 .select2-container--default.select2-container--open :is(.select2-selection--multiple, .select2-selection--single) {
  border-color: hsl(var(--base));
}

.custom--select2 .select2-container--default .select2-results__option--selected {
  background-color: hsl(var(--black) / 0.05);
}

.custom--select2 .select2-dropdown {
  border: 1px solid hsl(var(--black) / 0.2) !important;
  min-width: 140px;
  border-radius: var(--border-radius) !important;
}

.custom--select2 .select2-container--open .select2-dropdown--above {
  margin-bottom: 0;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.custom--select2 .select2-container--open .select2-dropdown--below {
  margin-top: 0;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.custom--select2 .select2-container--default .select2-results__option--selected {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.custom--select2 .select2-container--default .select2-results__option--highlighted {
  background-color: hsl(var(--base) / 0.5) !important;
  color: hsl(var(--black)) !important;
}

.custom--select2 .select2-results__option {
  padding: 6px 10px;
  color: hsl(var(--black));
  font-size: var(--font-size);
}

.custom--select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: hsl(var(--gray-color) / 0.1);
  border: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: hsl(var(--black));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 6px;
}

.custom--select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: var(--s-height);
}

.custom--select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: var(--s-height);
  font-size: var(--font-size);
  color: hsl(var(--heading-color));
}

.custom--select2 .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 6px;
  padding-right: 0;
}

.custom--select2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: 0;
}

.custom--select2 .select2-search--dropdown {
  display: block;
  padding: 8px;
}

.custom--select2 .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid hsl(var(--select-border));
  outline: 0;
  border-radius: var(--border-radius) !important;
  padding: 6px 16px;
  font-size: var(--font-size);
  color: hsl(var(--black));
}

.custom--select2 .select2-container:has(.select2-selection--multiple,
  .select2-selection--single) {
  width: 100% !important;
}

.custom--select2 .img-flag-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.custom--select2 .img-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom--select2 .select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.custom--select2 .select2-results__options::-webkit-scrollbar-track {
  background-color: hsl(var(--select-border));
}

.custom--select2 .select2-results__options::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.2);
}

.input-group .custom--select2 {
  --s-height: 48px;
}

.input-group:has(.custom--select2) {
  flex-wrap: nowrap;
}

.input-group:has(.custom--select2) .input-group-text {
  flex-shrink: 0;
}

.input-group .custom--select2 {
  width: 100%;
}

.input-group .custom--select2 .select2-container--default :is(.select2-selection--multiple, .select2-selection--single) {
  border: none !important;
}

/* ======================  Select2 End  ======================*/
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
  margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized.slick-slider .slick-slide {
  height: auto;
  padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
  height: 100%;
}

/* -------------- Slick Slider Arrow Style two ------------  */
/* Dots Css Start */
.slick-dots {
  text-align: center;
  padding-top: 20px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  background-color: hsl(var(--white));
  color: hsl(var(--white));
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.slick-dots li.slick-active button {
  background-color: hsl(var(--base));
  width: 25px;
  border-radius: 5px;
  color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.custom--range__content label {
  width: 40%;
}

.custom--range__content input {
  width: 60%;
  text-align: right;
}

.custom--range input {
  border: 0;
  color: hsl(var(--body-color));
  font-weight: 500;
}

.custom--range #slider-range {
  height: 5px;
  border: 0;
  background: hsl(var(--base) / 0.2);
}

.custom--range #slider-range .ui-widget-header {
  background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
  background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  background-color: hsl(var(--base)) !important;
  border: 2px solid hsl(var(--white)) !important;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ================================= Range Slider Css End =========================== */
/* ======================  Plugin Customization End  ======================*/
/* ======================  Pages Design Start  ======================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0px 2px 15px hsl(var(--white) / 0.25);
  box-shadow: 0px 2px 15px hsl(var(--white) / 0.25);
}

.blog-details__thumb {
  height: 450px;
  max-height: 100%;
}

.blog-details__thumb img {
  border-radius: 24px;
}

@media screen and (max-width: 991px) {
  .blog-details__thumb img {
    border-radius: 18px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details__thumb img {
    border-radius: var(--radius);
  }
}

@media screen and (max-width: 991px) {
  .blog-details__thumb {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details__thumb {
    height: 300px;
  }
}

.blog-details__content {
  padding-block: 35px;
}

@media screen and (max-width: 767px) {
  .blog-details__content {
    padding-block: 30px;
  }
}

@media screen and (max-width: 575px) {
  .blog-details__content {
    padding-block: 25px;
  }
}

.blog-details__title {
  margin-top: 20px;
  margin-bottom: 15px;
}

.blog-details__desc {
  margin-bottom: 15px;
}

.blog-details .social-list__link {
  color: hsl(var(--black));
}

.blog-details .social-list__link.active,
.blog-details .social-list__link:hover,
.blog-details .social-list__link:focus {
  color: var(--base-700) !important;
}

.quote-text {
  background-color: hsl(var(--base) / 0.1);
  padding: 30px 20px;
  border-radius: 5px;
  border-left: 3px solid hsl(var(--base));
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .quote-text {
    padding: 25px 15px;
  }
}

/* ========================================== Blog Details Css End ======================================*/
/* ========================================== Contact Css Start ======================================*/
/* ========================= Contact CSS Start ================================== */
.contact {
  border-radius: var(--section-radius);
  background-color: hsl(var(--white));
}

.contact-info {
  height: 100%;
  padding: 24px;
  border: 1px solid hsl(var(--border-color)/0.2);
  background-color: hsl(var(--white));
  border-radius: 12px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .contact-info {
    padding: 16px;
  }
}

.contact-info__icon {
  --size: 64px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  margin-inline: auto;
  color: hsl(var(--dark));
  background-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .contact-info__icon {
    --size: 48px;
  }
}

.contact-info__icon .mask-img {
  width: 50%;
  height: 50%;
  background-color: hsl(var(--white));
}

.contact-info__title {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.contact-info__desc {
  font-size: 1.125rem;
  font-weight: 400;
  color: hsl(var(--dark)/0.8);
}

.contact-info__link {
  font-size: 1.125rem;
  font-weight: 600;
  color: hsl(var(--dark));
  margin-top: 24px;
}

@media screen and (max-width: 1199px) {
  .contact-info__link {
    font-size: 1rem;
    margin-top: 16px;
  }
}

.contact-info__link svg {
  width: 1.25em;
  height: 1.25em;
}

.contact-info__link:has(> svg) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.contact-thumb {
  width: 100%;
  max-width: 636px;
  height: 100%;
  aspect-ratio: 1/0.954954955;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.contact-form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.contact-form__header {
  padding-bottom: 16px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.contact-form__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.contact-form textarea.form--control {
  min-height: 160px;
}

.contact-form .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 575px) {
  .contact-form .btn {
    padding: 15px 24px;
  }

  .contact-form .btn__icon {
    --size: 40px;
  }

  .contact-form .btn:has(.btn__icon:first-child) {
    padding: 3px 20px 3px 3px;
  }

  .contact-form .btn:has(.btn__icon:last-child) {
    padding: 3px 3px 3px 20px;
  }
}

.contact-step {
  max-width: 380px;
}

@media screen and (max-width: 991px) {
  .contact-step {
    max-width: 100%;
  }
}

.contact-step-item:not(:last-child) {
  margin-bottom: 24px;
}


.contact-step-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid hsl(var(--border-color) / 0.2);
}

.contact-step-item__icon {
  --size: 32px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsl(var(--dark));
  background-color: hsl(var(--base));
}

.contact-step-item__icon .mask-img {
  width: 50%;
  height: 50%;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
  .contact-step-item__icon {
    --size: 40px;
  }
}

.contact-step-item__icon svg {
  width: 50%;
  height: 50%;
}

.contact-step-item__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact-step-item__title {
  margin-bottom: 0px;
}

.contact-step-item__desc {
  max-width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: hsl(var(--dark)/0.8);
}

.contact-card {
  border: 1px solid hsl(var(--border-color)/0.2);
  border-radius: 16px;
  padding: 32px;
}

@media screen and (max-width: 1199px) {
  .contact-card {
    padding: 24px;
  }
}

.contact-card .section-heading {
  margin-bottom: 24px;
}

.contact-card .section-heading__name {
  margin-bottom: 8px;
}

.contact-card .section-heading__title {
  font-size: 48px;
  margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
  .contact-card .section-heading__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 424px) {
  .contact-card .section-heading__title {
    font-size: 32px;
  }
}

.contact-card .section-heading__desc {
  margin-bottom: 16px;
}

.contact-card>.row {
  --bs-gutter-x: 64px;
}

@media screen and (max-width: 1199px) {
  .contact-card>.row {
    --bs-gutter-x: 48px;
  }
}

.contact-card>.row>[class*=col-]:first-child {
  position: relative;
}

.contact-card>.row>[class*=col-]:first-child::after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--border-color)/0.2);
}

@media screen and (max-width: 991px) {
  .contact-card>.row>[class*=col-]:first-child::after {
    display: none;
  }
}

/* ========================================== Contact Css End ======================================*/
/* =========================================== Account Css Start =========================*/
.account {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.account-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 24px;
}

.account-form__inner {
  max-width: 580px;
  margin-inline: auto;
}

.account-form__title {
  color: hsl(var(--neutral-800));
  line-height: 1.2;
  font-size: 40px;
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
  .account-form__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 424px) {
  .account-form__title {
    font-size: 30px;
  }
}

.account-form__desc {
  color: hsl(var(--neutral-600));
  font-size: clamp(1rem, 0.6971rem + 0.489vw, 1.125rem);
  line-height: 1.6;
}

.account-form__content {
  text-align: center;
}

.account-form__logo {
  width: fit-content;
  max-width: 200px;
  display: block;
}

.account-form__logo img {
  width: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 424px) {
  .account-form__logo {
    max-width: 180px;
  }
}

.account-form__logins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .account-form__logins {
    gap: 16px;
  }
}

@media screen and (max-width: 575px) {
  .account-form__logins {
    gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .account-form__logins {
    margin-top: 20px;
  }
}

.account-form__logins:has(a:nth-child(2)) .account-form__logins-item .continue {
  display: none;
}

.account-form__logins:has(a:nth-child(2)) .account-form__logins-item img {
  padding-right: 10px;
}

.account-form__logins:has(a:nth-child(3)) .account-form__logins-item .text {
  display: none;
}

.account-form__logins:has(a:nth-child(3)) .account-form__logins-item img {
  padding-right: 0;
}

.account-form__logins-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  border-radius: 8px;
  padding: 12px;
  color: hsl(var(--neutral-500));
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid hsl(var(--border-color) / 0.2);
  background-color: hsl(var(--white));
}

.account-form__logins-item:hover {
  border: 1px solid hsl(var(--base));
}

.account-form__logins-item img {
  padding-right: 15px;
}

.account-form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 20px;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .account-form__header {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  .account-form__header {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 575px) {
  .account-form__header {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 424px) {
  .account-form__header {
    justify-content: flex-start;
    flex-direction: column;
  }
}

.account-form__header .links {
  min-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid hsl(var(--border-color) / 0.2);
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.125rem;
  font-weight: 600;
  color: hsl(var(--neutral-800));
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
  .account-form__header .links {
    font-size: 1rem;
    min-width: 200px;
  }
}

@media screen and (max-width: 424px) {
  .account-form__header .links {
    min-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.account-form__header .links a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px;
  border: 2px solid hsl(var(--white));
  border-radius: inherit;
}

@media screen and (max-width: 424px) {
  .account-form__header .links a {
    padding: 10px;
  }
}

.account-form__header .links .active {
  background: hsl(var(--base));
  color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
  .account-form {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 991px) {
  .account-form {
    padding: 35px 25px;
  }
}

@media screen and (max-width: 767px) {
  .account-form {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 424px) {
  .account-form {
    padding: 30px 15px;
  }
}

.account-form .input-group {
  border: 1px solid hsl(var(--border-color) / 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
  background: hsl(var(--white));
}

.account-form .input-group:has(input:focus) {
  border-color: hsl(var(--base));
}

.account-form .form--label {
  color: hsl(var(--neutral-800));
}

.account-form .input-group-text {
  background: transparent;
  color: hsl(var(--base));
  border: 0;
  padding-inline: 16px;
}

.account-form .input-group-text.mobile-code {
  font-weight: 500;
}

.account-form .input-group .form-control {
  border: 0;
  padding-block: 14.5px;
}

.account-form .forgot-password {
  font-weight: 600;
}

.have-account__text {
  color: hsl(var(--neutral-500));
}

.have-account__text a {
  font-weight: 600;
}

/* ============================================ Account Css End ====================================*/
/* ======================  Contact Start  ======================*/
.common-banner {
  padding-block: 170px 60px;
  position: relative;
  z-index: 1;
  margin: 10px 10px 0;
  border-radius: var(--radius);
}

@media screen and (max-width: 1199px) {
  .common-banner {
    padding-block: 120px 40px;
  }
}

@media screen and (max-width: 575px) {
  .common-banner {
    margin: 0;
    border-radius: 0;
  }
}

.common-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  background-color: hsl(217, 59%, 17%, 0.8);
}

.common-banner__title {
  font-size: clamp(2rem, 1.0898rem + 3.8835vw, 4rem);
  font-weight: 400;
}

.common-banner__desc {
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  max-width: 870px;
}

@media screen and (max-width: 767px) {
  .common-banner__desc {
    line-height: 1.4;
  }
}

.common-banner * {
  color: hsl(var(--white));
}

/* ======================  Contact End  ======================*/
/* ====================== Dashboard Structure ====================== */
.dashboard {
  --sidebar-width: 300px;
  --db-gap: 12px;
  --db-rounded: 24px;
  min-height: inherit;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  background: hsl(var(--background-color));
}

.dashboard__inner {
  --totalSidebar: calc(var(--sidebar-width) + (var(--db-gap) * 2));
  --innerSize: calc(100% - var(--totalSidebar));
  width: var(--innerSize);
  padding-block: var(--db-gap);
  margin-left: var(--totalSidebar);
  height: 100%;
  min-height: 100dvh;
}

@media screen and (max-width: 1199px) {
  .dashboard__inner {
    --totalSidebar: 0px;
  }
}

.dashboard .dashboard-sidebar {
  width: var(--sidebar-width);
  border-radius: var(--db-rounded);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(hsl(var(--accent-black))),
      color-stop(135.74%, hsl(var(--neutral-800)))) !important;
  background: linear-gradient(180deg,
      hsl(var(--accent-black)) 0%,
      hsl(var(--neutral-800)) 135.74%) !important;
  height: calc(100% - var(--db-gap) * 2);
  position: fixed;
  top: var(--db-gap);
  left: var(--db-gap);
}

.dashboard .dashboard-sidebar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.dashboard .dashboard-sidebar__header {
  border-bottom: 1px solid hsl(var(--neutral-700));
  padding: 16px;
}

.dashboard .dashboard-sidebar__logo {
  display: block;
}

.dashboard .dashboard-sidebar__logo img {
  width: 100%;
  max-width: 210px;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .dashboard .dashboard-sidebar__logo img {
    max-width: 180px;
  }
}

.dashboard .dashboard-sidebar__close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid hsl(var(--border-color));
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: hsl(var(--neutral-700));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: hsl(var(--white));
}

.dashboard .dashboard-sidebar__close:hover {
  color: hsl(var(--danger));
  border-color: currentColor;
  background: hsl(var(--danger) / 0.15);
}

.dashboard .dashboard-sidebar .dashboard-menu {
  padding-top: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  padding: 16px;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--base) / 0.5) transparent;
}

.dashboard .dashboard-sidebar .dashboard-menu::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

.dashboard .dashboard-sidebar .dashboard-menu::-webkit-scrollbar-thumb {
  background: hsl(var(--base) / 0.5);
  border-radius: 8px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.dashboard .dashboard-sidebar .dashboard-menu::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--base));
}

.dashboard .dashboard-sidebar .dashboard-menu::-webkit-scrollbar-track {
  background: transparent;
}

.dashboard .dashboard-sidebar .dashboard-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  color: hsl(var(--neutral-100));
  font-size: 18px;
  font-weight: 500;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.dashboard .dashboard-sidebar .dashboard-menu__item .icon {
  flex-shrink: 1;
}

.dashboard .dashboard-sidebar .dashboard-menu__item .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.dashboard .dashboard-sidebar .dashboard-menu__item .label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.dashboard .dashboard-sidebar .dashboard-menu__item:not(:last-child) {
  margin-bottom: 14px;
}

.dashboard .dashboard-sidebar .dashboard-menu__item.active {
  color: hsl(var(--white));
  border-radius: var(--radius);
  background: hsl(var(--base));
  -webkit-box-shadow: 0 0 20px 0 hsl(var(--base) / 0.5),
    0 5px 5px -1px hsl(var(--base) / 0.25),
    4px 4px 8px 0 hsl(var(--base) / 0.5) inset,
    -4px -4px 8px 0 hsl(var(--base) / 0.35) inset;
  box-shadow: 0 0 20px 0 hsl(var(--base) / 0.5),
    0 5px 5px -1px hsl(var(--base) / 0.25),
    4px 4px 8px 0 hsl(var(--base) / 0.5) inset,
    -4px -4px 8px 0 hsl(var(--base) / 0.35) inset;
}

.dashboard .dashboard-sidebar .dashboard-menu__item:hover:not(.active) {
  color: hsl(var(--base));
}

.dashboard .dashboard-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(hsl(var(--accent-black))),
      color-stop(135.74%, hsl(var(--neutral-700)))) !important;
  background: linear-gradient(90deg,
      hsl(var(--accent-black)) 0%,
      hsl(var(--neutral-700)) 135.74%) !important;
  padding: 16px 14px;
  border-radius: var(--radius);
}

@media screen and (max-width: 991px) {
  .dashboard .dashboard-header {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard .dashboard-header {
    margin-bottom: 20px;
  }
}

.dashboard .dashboard-header.break-small {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-header.break-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.dashboard .dashboard-header.break-small .dashboard-header__title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-header.break-small .dashboard-header__title {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.dashboard .dashboard-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .dashboard .dashboard-header__right {
    gap: 20px;
    margin-left: auto;
  }
}

.dashboard .dashboard-header__lines {
  font-size: 32px;
  border: 1px solid currentColor;
  line-height: 1;
  margin: 0;
  margin-right: 10px;
  padding: 1px 6px;
  border-radius: 8px;
  color: hsl(var(--neutral-500));
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .dashboard .dashboard-header__lines {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-header__lines {
    font-size: 26px;
  }
}

.dashboard .dashboard-header__title {
  color: hsl(var(--white));
  font-size: clamp(1.375rem, 1.0906rem + 1.2136vw, 2rem);
  font-weight: 800;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .dashboard .dashboard-header__title {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.dashboard .dashboard-header .user-info__button::after {
  display: none;
}

.dashboard .dashboard-header .user-info__button img {
  border: 1px solid hsl(var(--white) / 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.dashboard .dashboard-header .user-info-dropdown__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.dashboard .dashboard-header .user-info-dropdown__link .text {
  font-weight: 500;
  color: hsl(var(--neutral-500));
}

@media screen and (max-width: 767px) {
  .dashboard .dashboard-body .dashboard__search {
    max-width: 100% !important;
  }
}


.dashboard .dashboard-body__header {
  margin-bottom: 25px;
}

.dashboard .lang-dropdown .nav-item__lang {
  color: hsl(var(--neutral-900));
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  font-weight: 500;
}

.dashboard .lang-dropdown__menu {
  padding-block: 0 !important;
  border-radius: 12px !important;
}

.dashboard__search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .dashboard__search.mobile-dropdown {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    z-index: 99;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .dashboard__search.mobile-dropdown.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .dashboard__search.mobile-dropdown .input-group {
    width: 100%;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
  }

  .dashboard__search.mobile-dropdown .input-group:focus-within {
    border-color: hsl(var(--base));
  }
}

.dashboard__search .input-group {
  background-color: hsl(var(--white));
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 350px;
  overflow: hidden;
}

.dashboard__search .input-group:focus-within {
  border-color: hsl(var(--base));
  -webkit-box-shadow: 0 0 20px 0 hsl(var(--base) / 0.2),
    0 5px 5px -1px hsl(var(--base) / 0.15);
  box-shadow: 0 0 20px 0 hsl(var(--base) / 0.2),
    0 5px 5px -1px hsl(var(--base) / 0.15);
}

.dashboard__search .input-group:focus-within .command {
  display: none;
}

.dashboard__search .input-group:has(input:not(:-moz-placeholder)) .command {
  display: none;
}

.dashboard__search .input-group:has(input:not(:-ms-input-placeholder)) .command {
  display: none;
}

.dashboard__search .input-group:has(input:not(:placeholder-shown)) .command {
  display: none;
}

.dashboard__search .input-group input {
  padding-block: 12px;
  border-radius: inherit;
  color: hsl(var(--neutral-900));
}

.dashboard__search .input-group input:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.dashboard__search .input-group input::-webkit-input-placeholder {
  color: hsl(var(--neutral-400));
}

.dashboard__search .input-group input::-moz-placeholder {
  color: hsl(var(--neutral-400));
}

.dashboard__search .input-group input:-ms-input-placeholder {
  color: hsl(var(--neutral-400));
}

.dashboard__search .input-group input::-ms-input-placeholder {
  color: hsl(var(--neutral-400));
}

.dashboard__search .input-group input::placeholder {
  color: hsl(var(--neutral-400));
}

.dashboard__search .input-group * {
  border: 0;
  padding: 0;
}

.dashboard__search .input-group .input-group-text {
  background: hsl(var(--white)) !important;
  color: hsl(var(--neutral-300));
  padding-inline: 16px;
}

.mw-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* ======================  Settings Page Start  ======================*/
.setting-sidebar {
  border-radius: 4px;
  padding: 24px;
  background-color: hsl(var(--white));
  border-radius: var(--radius);
}

@media screen and (max-width: 767px) {
  .setting-sidebar {
    padding: 14px;
  }
}

@media screen and (max-width: 1399px) {
  .setting-sidebar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0px;
  }
}

.setting-sidebar__item {
  display: block;
  padding-block: 16px;
  border-bottom: 1px solid hsl(var(--border-color));
  font-weight: 500;
  color: hsl(var(--neutral-400));
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 1399px) {
  .setting-sidebar__item {
    padding: 10px 16px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1400px) {
  .setting-sidebar__item:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 1400px) {
  .setting-sidebar__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.setting-sidebar__item.active,
.setting-sidebar__item:hover {
  color: hsl(var(--base));
}

.setting-content {
  padding: 24px;
  background-color: hsl(var(--white));
  border-radius: var(--radius);
}

@media screen and (max-width: 991px) {
  .setting-content {
    padding: 18px;
  }
}

@media screen and (max-width: 767px) {
  .setting-content {
    padding: 10px;
  }
}

.setting-content__thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 3px solid hsl(var(--white));
  outline: 2px solid hsl(var(--base));
  position: relative;
  margin-bottom: 32px;
}

.setting-content__thumb .custom-upload {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsl(var(--base));
  border-radius: 50%;
  color: hsl(var(--white));
  font-size: 1rem;
  border: 2px solid hsl(var(--white));
  cursor: pointer;
}

.setting-content__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.setting-content .form--label {
  color: hsl(var(--neutral-600));
}

.setting-content .img-icon {
  width: 22px !important;
  height: 16px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.select-list__item {
  padding-block: 16px;
  border-bottom: 1px solid hsl(var(--border-color));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  row-gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .select-list__item:has(.form--switch) .select-list-desc {
    display: none;
  }
}

.select-list__item:has(.form--switch) .select-list-select {
  min-width: auto !important;
}

.select-list__item:first-child {
  padding-top: 0;
}

.select-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.select-list__left {
  min-width: 50%;
}

.select-list__left:has(.select-list-thumb) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.select-list__left .select-list-thumb {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.select-list__left .select-list-thumb img {
  width: 33px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.select-list .select-list-select {
  min-width: 240px;
}

@media screen and (max-width: 575px) {
  .select-list .select-list-select {
    min-width: 100%;
  }
}

.setup-security__header {
  margin-bottom: 30px;
}

.setup-security__header-desc {
  max-width: 540px;
  color: hsl(var(--neutral-500));
}

.setup-security__steps .steps-top {
  margin-bottom: 16px;
}

.setup-security__steps-desc {
  color: hsl(var(--neutral-500));
  margin-bottom: 20px;
}

.setup-security__steps-body {
  background-color: hsl(var(--neutral-50));
  border-color: 12px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  row-gap: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .setup-security__steps-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .setup-security__steps .security-body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.setup-security__steps .security-body__title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.setup-security__steps .security-body__desc {
  color: hsl(var(--neutral-500));
  font-size: 14px;
  margin-block: 8px;
}

.setup-security__steps .security-body__code {
  background-color: hsl(var(--neutral-100));
  border-radius: 5px;
  padding: 7px 10px;
  width: 100%;
  display: block;
  margin-bottom: 12px;
  color: hsl(var(--black));
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  font-weight: 500;
}

.setup-security .steps-bottom {
  margin-top: 28px;
}

.setup-security .steps-bottom__desc {
  color: hsl(var(--neutral-500));
}

.setup-security .steps-bottom__code {
  color: hsl(var(--black));
  margin-block: 16px;
  display: block;
}

@media screen and (max-width: 767px) {
  .setup-security .steps-bottom__code {
    margin-bottom: 10px;
  }
}

.setup-security .steps-bottom .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .setup-security .steps-bottom .form-submit {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .setup-security .steps-bottom .form-submit {
    margin-bottom: 20px;
  }
}

.setup-security .steps-bottom .form-submit input {
  width: 40px;
  height: 48px;
  text-align: center;
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04),
    0 4px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04),
    0 4px 8px 0 rgba(0, 0, 0, 0.06);
}

/* ======================  Settings Page End  ======================*/
/* ======================  Invoice Start  ======================*/
.pay-info .select2-container,
.pay-info .selection {
  width: 100% !important;
  border: 0 !important;
  display: block !important;
}

.pay-info .select2-container {
  position: relative;
}

.pay-info .select2-container .select2-selection--single {
  height: 76px !important;
}

.pay-info .select2-container--default .select2-selection--single {
  border: 1px solid hsl(var(--border-color));
  border-radius: var(--radius);
}

.pay-info .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block !important;
  height: 100% !important;
  padding: 0;
}

.pay-info .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.pay-info .currency {
  height: 100%;
  width: 100%;
}

.pay-info .currency.default {
  padding: 16px;
}

.pay-info .currency:not(.default) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.pay-info .currency__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pay-info .currency__title {
  color: hsl(var(--neutral-800));
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.pay-info .currency__title .badge {
  background-color: var(--b-color);
}

.pay-info .currency__thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.pay-info .currency__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pay-info .currency__desc {
  color: hsl(var(--neutral-500));
  font-size: 0.875rem;
}

.pay-info .select2 .dropdown-wrapper {
  display: none;
}

.pay-info .select2-selection__rendered {
  width: 100%;
}

.pay-info .select2-search--dropdown .select2-search__field {
  padding: 10px 10px;
  width: 100%;
  border-radius: var(--radius);
}

.pay-info .select2-search--dropdown .select2-search__field:focus {
  border-color: hsl(var(--base));
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.pay-info .select2-results__option--selected .currency__title,
.pay-info .select2-results__option--selected .currency__desc {
  color: hsl(var(--neutral-800));
}

.pay-info .select2-results__option--highlighted .currency__title,
.pay-info .select2-results__option--highlighted .currency__desc {
  color: hsl(var(--white));
}

/* ======================  Invoice End  ======================*/
/* ======================  merchant-setting Start  ======================*/
.merchant-content__copy-item {
  padding: 16px 20px;
  border-radius: var(--radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsl(var(--white));
  margin-top: 16px;
}

.merchant-content__copy-item .link {
  color: hsl(var(--neutral-900));
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
  font-weight: 500;
  line-height: 140%;
}

/* ======================  merchant-setting End  ======================*/
/* ======================  Security page  Start  ======================*/
.security-setting-card {
  max-width: 610px;
}

.security-setting-card .select-list__item {
  padding-block: 12px;
  border: 0;
}

.select-list-title,
.security-title {
  color: hsl(var(--neutral-800));
}

.security-title {
  margin-bottom: 12px;
}

/* ======================  Security page  End  ======================*/

/* ======================  Bill Statement Details Start  ====================== */
.bill-state {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid hsl(var(--border-color)/0.1);
}

.bill-state .label {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--dark) / 0.8);
  display: block;
  margin-bottom: 3px;
}

.bill-state .value {
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--dark));
}

/* ======================  Bill Statement Details End  ======================== */

/* ======================  Pages Design End  ======================*/

/* added custom css  */
/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 20px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--white));
  border-radius: var(--radius);
}

.cookies-card.hide {
  bottom: -500px !important;
}

@media (max-width: 767px) {
  .cookies-card {
    width: calc(100% - 12px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    font-size: 14px;
    padding: 16px;
  }
}

@media (max-width: 575px) {
  .cookies-card {
    flex-direction: column;
  }
}

.cookies-card__icon {
  --size: 32px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  font-size: calc(var(--size) * 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.cookies-card__content {
  flex-grow: 1;
}

.cookies-card__desc {
  margin-bottom: 0;
  text-align: left;
  font-size: 0.875rem;
}

.cookies-card__btn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .cookies-card__btn {
    width: 100%;
    flex-direction: row;
  }

  .cookies-card__btn .btn {
    flex-grow: 1;
  }
}

.cookies-card__btn .btn {
  font-size: 0.875rem;
  white-space: nowrap;
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: hsl(var(--base));
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: hsl(var(--base));
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list hr {
  border-top: 1px solid var(--border-color);
  opacity: 1;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-Y: auto;
  padding-block: 4px;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--base) / 0.5) transparent;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid hsl(var(--base));
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid hsl(var(--base));
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  font-weight: 500;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.deposit-info:not(:last-child) {
  margin-bottom: 12px;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.deposit-info__input .text {
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--dark)/0.8);
}

.info-text .text {
  font-size: 0.875rem;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-weight: 500;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.payment-item__btn * {
  color: inherit;
}

.payment-item:hover+.payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

/* end custom css */

/* custom captcha */
.custom-captcha {
  border-radius: 8px;
  height: 48px;
  line-height: 48px;
}

/* verificaiton code */
.verification-code span {
  border-radius: 8px;
}

.support-card {
  border-radius: var(--radius);
  background-color: hsl(var(--white));
  box-shadow: var(--box-shadow);
}

.support-card:not(:last-child) {
  margin-bottom: 16px;
}

.support-card__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .support-card__title {
    margin-bottom: 0;
  }
}

.support-card__head {
  padding: 12px 24px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (min-width: 768px) {
  .support-card__head {
    display: flex;
    justify-content: space-between;
  }
}

.support-card__date {
  display: block;
  line-height: 1;
}

.support-card__body {
  padding: 12px 24px;
}

.support-card__body-text {
  font-size: 14px;
  margin-bottom: 0;
}

.support-card__list {
  --gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .support-card__list {
    margin-top: 1rem;
  }
}

.support-card__file {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border: 1px solid hsl(var(--base) / 0.2);
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  color: hsl(var(--base));
}

.support-card__file:hover {
  background: hsl(var(--base));
  color: hsl(var(--white));
}

.verification-code-wrapper {
  border-color: hsl(var(--black) / 0.1) !important;
  border-radius: var(--radius) !important;
}

.verification-text {
  font-size: 1rem !important;
}

.image--uploader {
  --size: 200px;
  width: var(--size);
  height: var(--size);
  border-radius: 8px;
  position: relative;
}

.image-upload-preview {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  border: 1px solid hsl(var(--neutral-200));
  box-shadow: none;
}

.image-upload-input {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -14px;
  right: -7px;
  color: hsl(var(--white));
  border: 2px solid hsl(var(--white));
  background-color: hsl(var(--base));
}