@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* ========================= CSS Variables Start =========================== */
:root {
  /* Font Family */
  --heading-font: "Inter", sans-serif;
  --body-font: "Inter", sans-serif;
  /* Base Color */
  --base-h: 201;
  --base-s: 99%;
  --base-l: 58%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
  --base-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);
  /* Primary Color */
  --primary-h: 227;
  --primary-s: 100%;
  --primary-l: 50%;
  --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-d-600: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.6);
  --primary-d-700: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.7);
  --primary-d-800: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.8);
  --primary-d-900: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.9);
  --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);
  --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
  --primary-l-700: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.7);
  --primary-l-800: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.8);
  --primary-l-900: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.9);
  /* 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-d-600: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.6);
  --secondary-d-700: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.7);
  --secondary-d-800: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.8);
  --secondary-d-900: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.9);
  --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);
  --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
  --secondary-l-700: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.7);
  --secondary-l-800: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.8);
  --secondary-l-900: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.9);
  /* Success Color */
  --success-h: 145;
  --success-s: 63%;
  --success-l: 42%;
  --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-d-600: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.6);
  --success-d-700: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.7);
  --success-d-800: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.8);
  --success-d-900: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.9);
  --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);
  --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
  --success-l-700: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.7);
  --success-l-800: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.8);
  --success-l-900: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.9);
  /* Danger Color */
  --danger-h: 0;
  --danger-s: 100%;
  --danger-l: 53%;
  --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-d-600: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.6);
  --danger-d-700: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.7);
  --danger-d-800: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.8);
  --danger-d-900: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.9);
  --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);
  --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
  --danger-l-700: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.7);
  --danger-l-800: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.8);
  --danger-l-900: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.9);
  /* Warning Color */
  --warning-h: 45;
  --warning-s: 100%;
  --warning-l: 51%;
  --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-d-600: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.6);
  --warning-d-700: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.7);
  --warning-d-800: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.8);
  --warning-d-900: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.9);
  --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);
  --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
  --warning-l-700: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.7);
  --warning-l-800: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.8);
  --warning-l-900: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.9);
  /* Info Color */
  --info-h: 214;
  --info-s: 84%;
  --info-l: 56%;
  --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-d-600: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.6);
  --info-d-700: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.7);
  --info-d-800: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.8);
  --info-d-900: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.9);
  --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);
  --info-l-600: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
  --info-l-700: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.7);
  --info-l-800: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.8);
  --info-l-900: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.9);
  /* Color Variables */
  --white: 0 0% 100%;
  --black: 0 0% 0%;
  --black-two: 0 0% 13%;
  --gray: 0 0% 51%;
  --gray-two: 0 0% 46%;
  --section-bg: 0 0% 98%;
  --body-bg: var(--white);
  --body-color: var(--gray-two);
  --heading-color: var(--black-two);
  /* Box Shadows */
  --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.1);
  --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.1);
  --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
  /* Dark Color */
  --dark: 0 0% 20%;
  --dark-d-200: 0 0% 16%;
}

/* ========================= CSS Variables End ============================= */
/* ========================= Typography CSS Start ========================== */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  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;
  word-break: break-word;
  font-size: 1rem;
  font-family: var(--body-font);
  line-height: normal;
  color: hsl(var(--body-color));
  background-color: var(--body-bg);
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--body-color));
  margin-bottom: 0;
}

span {
  display: inline-block;
}

.h-45 {
  height: 45px !important;
}

.h-50 {
  height: 50px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: hsl(var(--heading-color));
  font-family: var(--heading-font);
  font-weight: 700;
  margin-bottom: 16px;
}

h1 {
  font-size: 3.5rem;
  line-height: 116.071%;
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 3rem;
  line-height: 114.583%;
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 171.875%;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 133.333%;
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1rem;
  line-height: 150%;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a {
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--base));
}

a:hover,
a:focus {
  color: hsl(var(--base-d-300));
}

img {
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* ========================= Typography CSS End ============================ */
/* ========================= Animation CSS Start =============================== */
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes color {
  0% {
    stroke: hsl(var(--base));
  }

  100% {
    stroke: hsl(var(--base));
  }
}

@keyframes color {
  0% {
    stroke: hsl(var(--base));
  }

  100% {
    stroke: hsl(var(--base));
  }
}

@-webkit-keyframes line {
  to {
    stroke-dashoffset: 1000;
  }
}

@keyframes line {
  to {
    stroke-dashoffset: 1000;
  }
}

/* ========================= Animation CSS End =============================== */
/* ========================= Classes CSS Start =============================== */
.flex-wrap {
  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;
}

.pa-extend {
  position: absolute;
  content: "";
}

.top-center-extend,
.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.left-center-extend {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-left-center-extend {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-bg {
  background-color: hsl(var(--section-bg));
}

@media screen and (min-width: 425px) and (max-width: 575px) {
  .col-xsm-6 {
    width: 50%;
  }
}

.scroll-hide {
  position: absolute;
  overflow-y: hidden;
  padding-right: 17px;
  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 {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black)/0.5);
  z-index: 999;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .body-overlay.show {
    visibility: visible;
    opacity: 1;
  }
}

.sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black)/0.5);
  z-index: 1049;
  -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;
  }
}

.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;
  }
}

/* ========================= Classes CSS End ================================= */
/* ========================= Global CSS Start ================================ */
.os-theme-dark {
  --os-handle-bg: rgba(255, 255, 255, .15);
  --os-handle-bg-hover: rgba(255, 255, 255, .20);
  --os-handle-bg-active: rgba(255, 255, 255, .20);
}

.os-theme-light {
  --os-handle-bg: rgba(0, 0, 0, .15);
  --os-handle-bg-hover: rgba(0, 0, 0, .20);
  --os-handle-bg-active: rgba(0, 0, 0, .20);
}

.layout-toggle-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

.layout-toggle-btns .layout-toggle-btn {
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  background-color: hsl(var(--base-l-800));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.layout-toggle-btns .layout-toggle-btn svg path {
  fill: hsl(var(--base));
}

.layout-toggle-btns .layout-toggle-btn i {
  font-size: 1.25rem;
  color: hsl(var(--base));
}

.layout-toggle-btns .layout-toggle-btn.active {
  background-color: hsl(var(--base));
}

.layout-toggle-btns .layout-toggle-btn.active svg path {
  fill: hsl(var(--white));
}

.layout-toggle-btns .layout-toggle-btn.active i {
  color: hsl(var(--white));
}

.row-list-layout>[class*=col-] {
  width: 100% !important;
}

.page-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-wrapper:not(:has(> .blogs, > .blog-detail, > .category, > .contact, > .dashboard)) {
  padding-top: 50px;
}

.page-wrapper:has(> .dashboard) {
  background-color: #F0F1F7;
}

.page-wrapper__shape {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.page-wrapper__shape::before,
.page-wrapper__shape::after {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-filter: blur(150px);
  filter: blur(150px);
}

.page-wrapper__shape.one {
  max-width: 630px;
  max-height: 650px;
  left: 0;
  top: 9.5%;
}

.page-wrapper__shape.one::before {
  top: 0;
  left: 0;
  width: 60.76%;
  height: 59.26%;
  border-radius: 50%;
  background: rgba(0, 56, 255, 0.05);
}

.page-wrapper__shape.one::after {
  right: 0;
  bottom: 0;
  width: 81.65%;
  height: 79.63%;
  border-radius: 50%;
  background: hsl(var(--base)/0.05);
}

.page-wrapper__shape.two {
  right: 0;
  bottom: -200px;
  max-width: 455px;
  max-height: 825px;
}

.page-wrapper__shape.two::before {
  top: 0;
  left: 0;
  width: 74.05%;
  height: 47.32%;
  border-radius: 50%;
  background: hsl(var(--base)/0.1);
}

.page-wrapper__shape.two::after {
  right: 0;
  bottom: 0;
  width: 80.15%;
  height: 51.22%;
  border-radius: 50%;
  background: rgba(204, 0, 255, 0.05);
}

.page-top {
  border-bottom: 1px solid hsl(var(--black)/0.1);
  padding-bottom: 24px;
}

.page-top__wrapper {
  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;
}

@media screen and (max-width: 991px) {
  .page-top__wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 424px) {
  .page-top__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.page-top__left {
  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: 16px 32px;
}

@media screen and (max-width: 991px) {
  .page-top__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

@media screen and (max-width: 374px) {
  .page-top__left {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .page-top__right {
    padding: 5px 0;
  }
}

@media screen and (max-width: 374px) {
  .page-top__right {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.page-top__results {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: hsl(var(--black-two));
}

@media only screen and (max-width: 991px) {
  .page-top__results {
    display: none;
  }
}

.page-content {
  margin-top: 32px;
}

.ratings {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.ratings-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ratings-stars i {
  color: #fbbf24;
}

.ratings-stars__total {
  color: hsl(var(--black-two));
}

.ratings__total {
  color: hsl(var(--gray-two));
}

.ratings.style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.ratings.style-two i {
  color: #fbbf24;
}

.tags__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 15px;
  color: hsl(var(--black-two));
}

.tags-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;
  gap: 8px;
}

.tags-list__tag {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 138.333%;
  color: hsl(var(--gray-two));
  padding: 6px 10px;
  border-radius: 100px;
  background-color: #F0F1F1;
}

.reviews> :not(:last-child) {
  margin-bottom: 24px;
}

.reviews-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px;
  padding-bottom: 32px;
  border-bottom: 1px dashed hsl(var(--black)/0.1);
}

.reviews-top__left {
  padding: 24px;
  max-width: 250px;
  border-radius: 8px;
  background-color: hsl(var(--base));
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  gap: 12px;
}

.reviews-top__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 575px) {
  .reviews-top {
    gap: 16px 24px;
  }
}

@media screen and (max-width: 424px) {
  .reviews-top {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 374px) {

  .reviews-top__left {
    max-width: 100%;
  }
}

.reviews-top .reviews__total {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 140%;
  color: hsl(var(--white));
}

.reviews-bottom .reviews__total {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: hsl(var(--black));
}

.reviews-info__item {
  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;
}

.reviews-info__item:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed hsl(var(--black)/0.1);
}

.reviews-info__item .label,
.reviews-info__item .total {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--black-two));
}

.reviews-info__item .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.reviews-info__item .wrapper i {
  font-size: 1.125rem;
}

.reviews-info__item .wrapper i[class*=thumbs-up] {
  color: hsl(var(--success));
}

.reviews-info__item .wrapper i[class*=thumbs-down] {
  color: hsl(var(--danger));
}

.reviews-info__item .wrapper i[class*=heart] {
  color: hsl(var(--base));
}

.reviews__tip {
  text-align: center;
  font-weight: 600;
  color: hsl(var(--white));
  margin-bottom: 0px;
}

.reviews__ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.reviews__ratings i {
  color: hsl(var(--white)) !important;
}

.reviews-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.reviews-list-item.active {
  padding-top: 24px;
  padding-inline: 12px;
  border-left: 2px solid rgb(251, 191, 36);
  border-bottom-color: rgba(251, 191, 36, 0.1);
  background-color: rgba(251, 191, 36, 0.05);
}

.reviews-list-item:not(:last-child) {
  margin-bottom: 24px;
}

.reviews-list-item__thumb {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-list-item__content {
  flex-grow: 1;
}

.reviews-list-item__name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--black-two));
}

.reviews-list-item__date {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: hsl(var(--gray-two));
}

.reviews-list-item__ratings {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.reviews-list-item__ratings i {
  color: #fbbf24;
}

.reviews-list-item__desc {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--gray-two));
}

.cs-reviews {
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(10, 10, 10, 0.08);
  box-shadow: 0px 1px 0px 0px rgba(10, 10, 10, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cs-reviews__header {
  padding: 16px 24px;
}

.cs-reviews__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 430px;
  overflow-y: auto;
}

.cs-reviews__body:has(.empty-message-box) {
  border-top: 1px solid hsl(var(--black)/0.1);
}

.cs-reviews__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--black-two));
  margin-bottom: 0;
}

.cs-reviews-list {
  margin-top: 0px;
}

.cs-reviews-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 12px;
  padding: 16px 24px;
}

.cs-reviews-list-item:first-child {
  border-top: 1px solid hsl(var(--black)/0.1);
}

.cs-reviews-list-item:not(:last-child) {
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.cs-reviews-list-item:hover {
  background-color: hsl(var(--black)/0.02);
}

.cs-reviews-list-item__thumb {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cs-reviews-list-item__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cs-reviews-list-item__wrapper {
  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;
}

.cs-reviews-list-item__name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0;
}

.cs-reviews-list-item__time {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 138.333%;
  color: hsl(var(--gray-two));
}

.cs-reviews-list-item__desc {
  font-size: 0.75rem;
  line-height: 138.333%;
  color: hsl(var(--gray-two));
  margin-top: 8px;
}

.cs-reviews-list-item .ratings {
  margin-top: 8px;
}

.cs-reviews-list-item .ratings i {
  font-size: 0.75rem;
}

.comments__total {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: hsl(var(--black-two));
}

.comments-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.comments-list-item:not(:last-child) {
  margin-bottom: 24px;
}

.comments-list-item.comment-reply {
  padding-left: 50px;
}

@media screen and (max-width: 424px) {
  .comments-list-item.comment-reply {
    padding-left: 25px;
  }
}

.comments-list-item__thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.comments-list-item__content {
  flex-grow: 1;
}

.comments-list-item__name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--black-two));
}

.comments-list-item__date {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: hsl(var(--gray-two));
}

.comments-list-item__desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--gray-two));
  margin-top: 12px;
}

.comments-list-item__reply {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: hsl(var(--base));
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.comments-list-item__reply i {
  font-size: 18px;
}

.bids-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.bids-list-item:not(:last-child) {
  margin-bottom: 24px;
}

.bids-list-item__thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.bids-list-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bids-list-item__name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--black-two));
}

.bids-list-item__date {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: hsl(var(--gray-two));
}

.bids-list-item__desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--gray-two));
  margin-top: 12px;
}

.bids-list-item__price {
  color: hsl(var(--base));
  margin-bottom: 0;
}

.info-list-item {
  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-bottom: 16px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.info-list-item:not(:last-child) {
  margin-bottom: 16px;
}

.info-list.style-two .info-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.info-list-item,
.info-list-item__label,
.info-list-item__value {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--gray-two));
}

.blog-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 20px;
}

.blog-list-item:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.blog-list-item__thumb {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
  display: inline-block;
}

.blog-list-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-list-item__title {
  font-weight: 600;
  margin-bottom: 0;
}

.blog-list-item__title a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-list-item__title a:hover,
.blog-list-item__title a:focus {
  color: hsl(var(--base));
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  outline: none;
}

.blog-list-item__more {
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  color: hsl(var(--base));
  margin-top: 12px;
}

.blog-list-item__more i {
  font-size: 0.75rem;
}

.blog-list-item__more:hover,
.blog-list-item__more:focus {
  color: hsl(var(--base-d-200));
}

.skill-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;
  gap: 8px;
}

.skill-list__link {
  font-size: 0.75rem;
  font-weight: 400;
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base)/0.1);
  background-color: hsl(var(--base)/0.05);
  padding: 3px 8px;
  border-radius: 24px;
}

.skill-list__link:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

.profile-info-list__item {
  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;
}

.profile-info-list__item:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed hsl(var(--black)/0.1);
}

.profile-info-list__item,
.profile-info-list__item .label,
.profile-info-list__item .value {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  color: hsl(var(--gray-two));
}

.widget-gradient {
  position: relative;
  background-color: transparent !important;
  z-index: 1;
}

.widget-gradient::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../images/thumbs/widget-gradient.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.widget-dashboard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 24px 16px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(10, 10, 10, 0.08);
  box-shadow: 0px 1px 0px 0px rgba(10, 10, 10, 0.08);
  background-color: hsl(var(--white));
}

.widget-dashboard .widget-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .widget-dashboard {
    padding: 20px;
  }
}

.widget-dashboard__icon {
  width: 56px;
  height: 56px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: hsl(var(--base) / 0.1);
  border: 1px solid hsl(var(--base) / 0.1);
}

@media screen and (max-width: 767px) {
  .widget-dashboard__icon {
    width: 48px;
    height: 48px;
  }

  .widget-dashboard__icon img {
    width: 50%;
    height: 50%;
  }
}

.widget-dashboard__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.widget-dashboard__label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: hsl(var(--gray-two));
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .widget-dashboard__label {
    font-size: 0.875rem;
  }
}

.widget-dashboard__total {
  font-weight: 600;
  margin-bottom: 0;
  white-space: nowrap;
}

.widget-dashboard__arrow {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.widget-dashboard__arrow svg {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  .widget-dashboard__arrow {
    width: 24px;
    height: 24px;
  }
}

.widget-dashboard__arrow:hover svg path,
.widget-dashboard__arrow:focus svg path {
  fill: hsl(var(--base));
  fill-opacity: 1;
}

.widget-balance {
  gap: 0px;
}

.widget-balance .widget-dashboard__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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.widget-balance .widget-dashboard__icon {
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 8px;
}

.widget-balance .widget-dashboard__label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--white));
  margin-bottom: 0px;
}

.widget-balance .widget-dashboard__total {
  color: hsl(var(--white));
  font-weight: 700;
}

.widget-balance .widget-dashboard__arrow:hover svg path,
.widget-balance .widget-dashboard__arrow:focus svg path {
  fill: hsl(var(--white));
}

.widget-compact {
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(10, 10, 10, 0.08);
  box-shadow: 0px 1px 0px 0px rgba(10, 10, 10, 0.08);
}

.widget-compact .date-picker {
  padding: 10px 15px;
  border: 1px solid #E8E9EB;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
}

.widget-compact .date-picker span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  color: #3F434A;
}

.widget-compact__header {
  padding: 24px 24px 16px 24px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.widget-compact__body {
  padding: 0 24px;
}

.widget-compact__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--black-two));
  margin-bottom: 0;
}

.widget-compact__chart {
  width: 100%;
  max-height: 430px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget-card {
  border-radius: 8px;
  background-color: #FFF;
  border: 1px solid hsl(var(--black)/0.1);
}

.widget-card__header {
  padding: 16px 24px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.widget-card__header {
  padding: 16px 24px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
  margin: 0px 16px;
  padding-left: 0px;
}


.widget-card__body {
  padding: 20px;
}

.widget-card__body:not(:has(.payment-system-list)) {
  padding: 16px 20px;
}

.widget-card__body .payment-system-list.is-scrollable {
  max-height: min(435px, 70vh);
  padding-block: 0;
  scrollbar-width: thin;
  scrollbar-gutter: 0px;
  scrollbar-color: hsl(var(--black)/0.1) hsl(var(--black)/0.05);
}

.deposit-form .info-list-item {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 12px;
}

.widget-card__body .total-amount {
  border-top: none;
}

.widget-card__body .deposit-info {
  flex-wrap: nowrap;
}

.widget-card__body .deposit-info__input-group {
  border: 1px solid hsl(var(--black)/0.1);

}

.deposit-info__input .text {
  font-weight: 600;
  color: hsl(var(--heading-color));
}

.widget-card__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0;
  color: hsl(var(--black-two));
}

.widget-profile {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid hsl(var(--black)/0.1);
}

.widget-profile__header {
  padding-bottom: 20px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.widget-profile__body {
  padding: 24px;
}

.widget-profile__cover-img {
  height: 170px;
  background-color: #D9D9D9;
}

.widget-profile__cover-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget-profile-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
  margin-left: 24px;
  margin-top: -24px;
}

.widget-profile-user__thumb {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 4px solid hsl(var(--white));
}



@media screen and (max-width: 1199px) {
  .widget-profile-user {
    margin-left: 15px;
  }
}

.widget-profile-user__name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0px;
  color: hsl(var(--black-two));
}

.widget-profile-user__position {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 6px;
  color: hsl(var(--gray-two));
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.step-counter {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.step-counter__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.step-counter__item::after {
  content: "";
  display: inline-block;
  border-bottom: 2px dashed hsl(var(--black)/0.1);
  position: absolute;
  top: 12px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .step-counter__item::after {
    top: 10px;
  }
}

@media screen and (max-width: 374px) {
  .step-counter__item::after {
    top: 8px;
  }
}

.step-counter__item:not(:first-child):not(:last-child)::after {
  width: 100%;
}

.step-counter__item:first-child::after {
  width: 50%;
  left: 50%;
}

.step-counter__item:last-child::after {
  width: 50%;
  right: 50%;
}

.step-counter__item.active .step-counter__num {
  background-color: hsl(var(--base));
}

.step-counter__item.active .step-counter__name:hover,
.step-counter__item.active .step-counter__name:focus,
.step-counter__item.active .step-counter__name.active {
  color: hsl(var(--base));
}

.step-counter__name {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: 10px auto 0 auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--black-two));
}

.step-counter__name:hover,
.step-counter__name:focus {
  color: hsl(var(--black-two));
}

@media screen and (max-width: 767px) {
  .step-counter__name {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 374px) {
  .step-counter__name {
    font-size: 0.75rem;
  }
}

.step-counter__num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--white));
  background-color: hsl(var(--gray-two));
  text-align: center;
  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: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .step-counter__num {
    width: 24px;
    height: 24px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 374px) {
  .step-counter__num {
    width: 20px;
    height: 20px;
    font-size: 0.625rem;
  }
}

.empty-slip-message {
  width: 100%;
  display: grid;
  place-content: center;
  height: 30vh;
  color: hsl(var(--gray-two)/0.5);
  font-size: 0.8754rem;
  font-family: inherit;
}

.empty-slip-message img {
  width: 75px;
  margin-bottom: 0.875rem;
}

.section-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .section-heading {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 20px;
  }
}

.section-heading__title {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .section-heading__title {
    margin-bottom: 20px;
  }
}

.section-heading__section-name {
  position: absolute;
  inset-inline: 0;
  top: -35px;
  line-height: 0.6;
  z-index: -1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: hsl(var(--base));
  -webkit-text-stroke-width: 1px;
  opacity: 0.3;
  font-weight: 700;
  font-size: clamp(3.75rem, 1.4745rem + 9.7087vw, 8.75rem);
  -webkit-animation: section-name-blink 5s linear infinite;
  animation: section-name-blink 5s linear infinite;
}

@media screen and (max-width: 991px) {
  .section-heading__section-name {
    top: -55px;
  }
}

@media screen and (max-width: 767px) {
  .section-heading__section-name {
    top: -45px;
  }
}

@media screen and (max-width: 424px) {
  .section-heading__section-name {
    top: -25px;
  }
}

.section-heading__desc {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
}

.section-heading.style-left {
  text-align: left;
}

.section-heading.style-left .section-heading__title::before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.section-heading.style-left .section-heading__desc {
  margin-left: 0;
}

/* ========================= Global CSS 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 ======================== */
/* ========================= Text 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 Color CSS End ============================== */
/* ========================= Margin CSS Start ================================ */
.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .my-120 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 575px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .my-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

/* my-70 */
.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .my-70 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .my-70 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* mt-70 */
.mt-70 {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .mt-70 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  .mt-70 {
    margin-top: 40px;
  }
}

/* mb-70 */
.mb-70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

/* my-80 */
.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .my-80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .my-80 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* mt-80 */
.mt-80 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .mt-80 {
    margin-top: 50px;
  }
}

/* mb-80 */
.mb-80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

/* my-100 */
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .my-100 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 575px) {
  .my-100 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

/* mt-100 */
.mt-100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 575px) {
  .mt-100 {
    margin-top: 60px;
  }
}

/* mb-100 */
.mb-100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 575px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

/* ========================= Margin CSS End ================================== */
/* ========================= Padding CSS Start =============================== */
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .py-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 575px) {
  .py-100 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 575px) {
  .pt-100 {
    padding-top: 55px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 575px) {
  .pb-100 {
    padding-bottom: 55px;
  }
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 575px) {
  .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: 575px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .py-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .pt-80 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.pt-60 {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .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: 575px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .py-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .py-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.pt-50 {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .pt-50 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .pt-50 {
    padding-top: 35px;
  }
}

.pb-50 {
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .pb-50 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .pb-50 {
    padding-bottom: 35px;
  }
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .ptb-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .ptb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .ptb-60 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* ========================= Padding CSS End ================================= */
/* ========================= 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 ============================ */
/* ========================= Button CSS Start ================================ */
button {
  border: 0;
  background-color: transparent;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 140%;
  color: hsl(var(--white));
  padding: 7.2px 12px;
  border-radius: 4px;
  border-color: transparent;
}

.btn:disabled {
  color: hsl(var(--white)/0.8) !important;
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn--sm {
  padding: 7.2px;
  font-size: 0.75rem;
  line-height: 138.333%;
}

.btn--lg {
  font-size: 1rem;
  line-height: normal;
  padding: 14px 20px;
}

.btn--icon {
  width: 40px;
  height: 40px;
  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;
  padding: 0 !important;
  border: 1px solid hsl(var(--black-two)/0.1);
  background-color: hsl(var(--white));
  font-size: 1.125rem;
}

.btn--icon i {
  color: hsl(var(--gray-two));
}

.btn--icon svg,
.btn--icon svg path {
  fill: hsl(var(--gray-two));
}

.btn--icon.active,
.btn--icon:hover {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
  background-color: hsl(var(--base)) !important;
}

.btn--icon.active i,
.btn--icon:hover i {
  color: hsl(var(--white));
}

.btn--icon.active svg,
.btn--icon.active svg path,
.btn--icon:hover svg,
.btn--icon:hover svg path {
  fill: hsl(var(--white));
}

.btn--icon.btn--sm {
  width: 30px;
  height: 30px;
  font-size: 0.875rem;
}

.btn--icon.btn--lg {
  width: 50px;
  height: 50px;
  font-size: 1.25rem;
}

.btn--close {
  width: 28px;
  height: 28px;
  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;
  color: hsl(var(--gray-two));
  background-color: hsl(var(--gray)/0.1);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.btn--close:hover,
.btn--close:focus {
  color: hsl(var(--black-two));
  background-color: hsl(var(--black)/0.1);
}

.btn--close.style-two {
  border: 1px solid hsl(var(--gray-two)/0.5);
  background-color: transparent;
}

.btn--close.style-two:hover,
.btn--close.style-two:focus {
  border-color: hsl(var(--black-two));
}

.btn-outline--white {
  color: hsl(var(--gray-two));
  border-color: hsl(var(--black)/0.1);
}

.btn-outline--white:hover,
.btn-outline--white:focus,
.btn-outline--white:focus-visible {
  color: hsl(var(--black-two)) !important;
  border-color: hsl(var(--black)/0.05) !important;
  background-color: hsl(var(--black)/0.05) !important;
}

.btn--base {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
  background-color: hsl(var(--base)) !important;
}

.btn--base.active,
.btn--base:not(:is(.active)):hover,
.btn--base:focus,
.btn--base:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base-d-200)) !important;
  background-color: hsl(var(--base-d-200)) !important;
}

.btn--dark {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--dark)) !important;
  background-color: hsl(var(--dark)) !important;
}

.btn--dark.active,
.btn--dark:hover,
.btn--dark:focus,
.btn--dark:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--dark-d-200)) !important;
  background-color: hsl(var(--dark-d-200)) !important;
}


.btn-outline--base {
  color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  background-color: transparent !important;
}

.btn-outline--base.active,
.btn-outline--base:not(.make-favorite):hover,
.btn-outline--base:not(.make-favorite):focus,
.btn-outline--base:not(.make-favorite):focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
  background-color: hsl(var(--base)) !important;
}

.btn-outline--base.active svg path,
.btn-outline--base:hover svg path,
.btn-outline--base:focus svg path,
.btn-outline--base:focus-visible svg path {
  fill: hsl(var(--white));
}

.btn-soft--base {
  color: hsl(var(--base)) !important;
  border-color: hsl(var(--base-l-800)) !important;
  background-color: hsl(var(--base-l-800)) !important;
}

.btn-soft--base.active,
.btn-soft--base:hover,
.btn-soft--base:focus,
.btn-soft--base:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
  background-color: hsl(var(--base)) !important;
}

.btn--primary {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--primary)) !important;
  background-color: hsl(var(--primary)) !important;
}

.btn--primary.active,
.btn--primary:hover,
.btn--primary:focus,
.btn--primary:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--primary-d-200)) !important;
  background-color: hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
  color: hsl(var(--primary)) !important;
  border-color: hsl(var(--primary)) !important;
  background-color: transparent !important;
}

.btn-outline--primary.active,
.btn-outline--primary:not(.make-favorite):hover,
.btn-outline--primary:not(.make-favorite):focus,
.btn-outline--primary:not(.make-favorite):focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--primary)) !important;
  background-color: hsl(var(--primary)) !important;
}

.btn-outline--primary.active svg path,
.btn-outline--primary:hover svg path,
.btn-outline--primary:focus svg path,
.btn-outline--primary:focus-visible svg path {
  fill: hsl(var(--white));
}

.btn-soft--primary {
  color: hsl(var(--primary)) !important;
  border-color: hsl(var(--primary-l-800)) !important;
  background-color: hsl(var(--primary-l-800)) !important;
}

.btn-soft--primary.active,
.btn-soft--primary:hover,
.btn-soft--primary:focus,
.btn-soft--primary:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--primary)) !important;
  background-color: hsl(var(--primary)) !important;
}

.btn--secondary {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--secondary)) !important;
  background-color: hsl(var(--secondary)) !important;
}

.btn--secondary.active,
.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--secondary-d-200)) !important;
  background-color: hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
  color: hsl(var(--secondary)) !important;
  border-color: hsl(var(--secondary)) !important;
  background-color: transparent !important;
}

.btn-outline--secondary.active,
.btn-outline--secondary:not(.make-favorite):hover,
.btn-outline--secondary:not(.make-favorite):focus,
.btn-outline--secondary:not(.make-favorite):focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--secondary)) !important;
  background-color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary.active svg path,
.btn-outline--secondary:hover svg path,
.btn-outline--secondary:focus svg path,
.btn-outline--secondary:focus-visible svg path {
  fill: hsl(var(--white));
}

.btn-soft--secondary {
  color: hsl(var(--secondary)) !important;
  border-color: hsl(var(--secondary-l-800)) !important;
  background-color: hsl(var(--secondary-l-800)) !important;
}

.btn-soft--secondary.active,
.btn-soft--secondary:hover,
.btn-soft--secondary:focus,
.btn-soft--secondary:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--secondary)) !important;
  background-color: hsl(var(--secondary)) !important;
}

.btn--success {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--success)) !important;
  background-color: hsl(var(--success)) !important;
}

.btn--success.active,
.btn--success:hover,
.btn--success:focus,
.btn--success:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--success-d-200)) !important;
  background-color: hsl(var(--success-d-200)) !important;
}

.btn-outline--success {
  color: hsl(var(--success)) !important;
  border-color: hsl(var(--success)) !important;
  background-color: transparent !important;
}

.btn-outline--success.active,
.btn-outline--success:not(.make-favorite):hover,
.btn-outline--success:not(.make-favorite):focus,
.btn-outline--success:not(.make-favorite):focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--success)) !important;
  background-color: hsl(var(--success)) !important;
}

.btn-outline--success.active svg path,
.btn-outline--success:hover svg path,
.btn-outline--success:focus svg path,
.btn-outline--success:focus-visible svg path {
  fill: hsl(var(--white));
}

.btn-soft--success {
  color: hsl(var(--success)) !important;
  border-color: hsl(var(--success-l-800)) !important;
  background-color: hsl(var(--success-l-800)) !important;
}

.btn-soft--success.active,
.btn-soft--success:hover,
.btn-soft--success:focus,
.btn-soft--success:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--success)) !important;
  background-color: hsl(var(--success)) !important;
}

.btn--danger {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--danger)) !important;
  background-color: hsl(var(--danger)) !important;
}

.btn--danger.active,
.btn--danger:hover,
.btn--danger:focus,
.btn--danger:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--danger-d-200)) !important;
  background-color: hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
  color: hsl(var(--danger)) !important;
  border-color: hsl(var(--danger)) !important;
  background-color: transparent !important;
}

.btn-outline--danger.active,
.btn-outline--danger:not(.make-favorite):hover,
.btn-outline--danger:not(.make-favorite):focus,
.btn-outline--danger:not(.make-favorite):focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--danger)) !important;
  background-color: hsl(var(--danger)) !important;
}

.btn-outline--danger.active svg path,
.btn-outline--danger:hover svg path,
.btn-outline--danger:focus svg path,
.btn-outline--danger:focus-visible svg path {
  fill: hsl(var(--white));
}

.btn-soft--danger {
  color: hsl(var(--danger)) !important;
  border-color: hsl(var(--danger-l-800)) !important;
  background-color: hsl(var(--danger-l-800)) !important;
}

.btn-soft--danger.active,
.btn-soft--danger:hover,
.btn-soft--danger:focus,
.btn-soft--danger:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--danger)) !important;
  background-color: hsl(var(--danger)) !important;
}

.btn--warning {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--warning)) !important;
  background-color: hsl(var(--warning)) !important;
}

.btn--warning.active,
.btn--warning:hover,
.btn--warning:focus,
.btn--warning:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--warning-d-200)) !important;
  background-color: hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
  color: hsl(var(--warning)) !important;
  border-color: hsl(var(--warning)) !important;
  background-color: transparent !important;
}

.btn-outline--warning.active,
.btn-outline--warning:not(.make-favorite):hover,
.btn-outline--warning:not(.make-favorite):focus,
.btn-outline--warning:not(.make-favorite):focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--warning)) !important;
  background-color: hsl(var(--warning)) !important;
}

.btn-outline--warning.active svg path,
.btn-outline--warning:hover svg path,
.btn-outline--warning:focus svg path,
.btn-outline--warning:focus-visible svg path {
  fill: hsl(var(--white));
}

.btn-soft--warning {
  color: hsl(var(--warning)) !important;
  border-color: hsl(var(--warning-l-800)) !important;
  background-color: hsl(var(--warning-l-800)) !important;
}

.btn-soft--warning.active,
.btn-soft--warning:hover,
.btn-soft--warning:focus,
.btn-soft--warning:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--warning)) !important;
  background-color: hsl(var(--warning)) !important;
}

.btn--info {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--info)) !important;
  background-color: hsl(var(--info)) !important;
}

.btn--info.active,
.btn--info:hover,
.btn--info:focus,
.btn--info:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--info-d-200)) !important;
  background-color: hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
  color: hsl(var(--info)) !important;
  border-color: hsl(var(--info)) !important;
  background-color: transparent !important;
}

.btn-outline--info.active,
.btn-outline--info:not(.make-favorite):hover,
.btn-outline--info:not(.make-favorite):focus,
.btn-outline--info:not(.make-favorite):focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--info)) !important;
  background-color: hsl(var(--info)) !important;
}

.btn-outline--info.active svg path,
.btn-outline--info:hover svg path,
.btn-outline--info:focus svg path,
.btn-outline--info:focus-visible svg path {
  fill: hsl(var(--white));
}

.btn-soft--info {
  color: hsl(var(--info)) !important;
  border-color: hsl(var(--info-l-800)) !important;
  background-color: hsl(var(--info-l-800)) !important;
}

.btn-soft--info.active,
.btn-soft--info:hover,
.btn-soft--info:focus,
.btn-soft--info:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--info)) !important;
  background-color: hsl(var(--info)) !important;
}

/* ========================= Button CSS End ================================== */
/* ========================= Badge CSS Start ================================== */
.badge {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 138.333%;
  padding: 2px 6px;
  border-radius: 2px;
}

.badge--base {
  color: hsl(var(--base));
  background-color: hsl(var(--base-l-800));
}

.badge--base.badge--solid {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.badge--primary {
  color: hsl(var(--primary));
  background-color: hsl(var(--primary-l-800));
}

.badge--primary.badge--solid {
  color: hsl(var(--white));
  background-color: hsl(var(--primary));
}

.badge--secondary {
  color: hsl(var(--secondary));
  background-color: hsl(var(--secondary-l-800));
}

.badge--secondary.badge--solid {
  color: hsl(var(--white));
  background-color: hsl(var(--secondary));
}

.badge--success {
  color: hsl(var(--success));
  background-color: hsl(var(--success-l-800));
}

.badge--success.badge--solid {
  color: hsl(var(--white));
  background-color: hsl(var(--success));
}

.badge--danger {
  color: hsl(var(--danger));
  background-color: hsl(var(--danger-l-800));
}

.badge--danger.badge--solid {
  color: hsl(var(--white));
  background-color: hsl(var(--danger));
}

.badge--warning {
  color: hsl(var(--warning));
  background-color: hsl(var(--warning-l-800));
}

.badge--warning.badge--solid {
  color: hsl(var(--white));
  background-color: hsl(var(--warning));
}

.badge--info {
  color: hsl(var(--info));
  background-color: hsl(var(--info-l-800));
}

.badge--info.badge--solid {
  color: hsl(var(--white));
  background-color: hsl(var(--info));
}

/* ========================= Badge CSS End ==================================== */
/* ========================= Form CSS Start ================================== */
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::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.form--label {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 133.333%;
  color: hsl(var(--black-two));
}

.form--label:not(:last-child) {
  margin-bottom: 8px;
}

.form--label.required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 4px;
}

.form--label.required::after {
  content: "*";
  display: inline-block;
  color: hsl(var(--danger));
}

.form--group:not(:last-child) {
  margin-bottom: 16px;
}

.form--group-lg:not(:last-child) {
  margin-bottom: 24px;
}

.form--control,
.form--select {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 137%;
  border-radius: 4px;
  padding: 13.1px 16px;
  border: 1px solid hsl(var(--black)/0.1);
}

.form--control:focus,
.form--select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
}

.form--control:focus:not(:disabled):not([readonly]),
.form--select:focus:not(:disabled):not([readonly]) {
  border-color: hsl(var(--base)) !important;
}

.form--control:disabled,
.form--control[readonly],
.form--select:disabled,
.form--select[readonly] {
  border-color: hsl(var(--black)/0.1);
  background-color: hsl(var(--black)/0.05);
}

.form--control {
  color: hsl(var(--black-two)) !important;
  background-color: transparent;
}

.form--control::-webkit-input-placeholder {
  color: hsl(var(--gray-two));
}

.form--control::-moz-placeholder {
  color: hsl(var(--gray-two));
}

.form--control:-ms-input-placeholder {
  color: hsl(var(--gray-two));
}

.form--control::-ms-input-placeholder {
  color: hsl(var(--gray-two));
}

.form--control::placeholder {
  color: hsl(var(--gray-two));
}

.form--control:not(:disabled):not([readonly]):focus::-webkit-input-placeholder {
  color: hsl(var(--black-two));
}

.form--control:not(:disabled):not([readonly]):focus::-moz-placeholder {
  color: hsl(var(--black-two));
}

.form--control:not(:disabled):not([readonly]):focus:-ms-input-placeholder {
  color: hsl(var(--black-two));
}

.form--control:not(:disabled):not([readonly]):focus::-ms-input-placeholder {
  color: hsl(var(--black-two));
}

.form--control:not(:disabled):not([readonly]):focus::placeholder {
  color: hsl(var(--black-two));
}

.form--control[type=file]::-webkit-file-upload-button {
  padding: 13px 16px;
  margin: -14.1px -17px;
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.form--control[type=file]::file-selector-button {
  padding: 13px 16px;
  margin: -14.1px -17px;
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.form--control[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: hsl(var(--base)) !important;
}

.form--control[type=file]:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: hsl(var(--base)) !important;
}

textarea.form--control {
  height: 160px;
  resize: none;
}

.form--select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23757575' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  color: hsl(var(--gray-two));
  background-color: transparent;
  background-size: 16px 14px;
}

.form--select option {
  background-color: hsl(var(--white));
  color: hsl(var(--black-two));
}

.form--select.selected,
.form--select:focus {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  color: hsl(var(--black-two));
}

.form--check {
  min-height: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.form--check .form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 0;
  position: relative;
  border: 1px solid hsl(var(--black)/0.1);
  background-color: transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.form--check .form-check-input:checked {
  border-color: hsl(var(--base)) !important;
  background-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 {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.6875rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(var(--white));
}

.form--check .form-check-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: hsl(var(--black-two));
  cursor: pointer;
}

.form--check .form-check-label a {
  font-size: 0.9375rem;
  font-weight: 500;
  display: inline;
}

.input--group {
  position: relative;
  border-radius: 4px;
  border: 1px solid hsl(var(--black)/0.1);
}

.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 .input-group-text {
  border-radius: 4px;
  color: hsl(var(--gray-two));
  background-color: #E4E4E4;
}

.input--group:not(:has([readonly])):not(:has(:disabled)):focus-within {
  border: 1px solid hsl(var(--base));
}

.input--group:has([readonly]) .input-group-text,
.input--group:has(:disabled) .input-group-text {
  border-color: transparent;
  background-color: hsl(var(--black)/0.05);
}

.input--group:has([readonly]) .form-control.form--control,
.input--group:has(:disabled) .form-control.form--control {
  color: hsl(var(--gray-two)) !important;
}

/* ========================= Form CSS End ==================================== */
/* ========================= Select2 CSS Start ================================== */
.select2-wrapper {
  position: relative;
}

.select2-container,
.select2-container--default .selection {
  width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--mutiple,
.select2-container--default .select2-selection--multiple {
  height: auto;
  background-color: transparent;
  border-color: hsl(var(--black)/0.1) !important;
  border-radius: 4px;
}


.select2-container--focus .select2-selection--single,
.select2-container--open .select2-selection--single,
.select2-container--focus .select2-selection--multiple,
.select2-container--open .select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 1rem;
  font-weight: 400;
  line-height: 137%;
  color: hsl(var(--black-two)) !important;
  padding: 16px !important;
  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;
}

.select2-selection__placeholder {
  color: hsl(var(--gray-two)) !important;
}

.select2-container--focus .select2-selection__placeholder,
.select2-container--open .select2-selection__placeholder {
  color: hsl(var(--black-two)) !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 20px;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-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;
}

.select2-container .select2-selection--single .select2-selection__arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(var(--gray-two));
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-selection--single[aria-expanded=true] .select2-selection__arrow::after {
  content: "\f106";
  color: hsl(var(--black-two));
}

.select2-container--focus .select2-selection__arrow::after {
  color: hsl(var(--black-two));
}

.select2-container--open .select2-dropdown {
  border-color: hsl(var(--base));
}

.select2-results__option--selectable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  gap: 4px 8px;
}

.select2-results__option--selectable {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--black-two));
}

.select2-container--default .select2-results__option--selected {
  background-color: hsl(var(--black)/0.05);
}

.select2-container--default .select2-results__option--selectable.select2-results__option--highlighted {
  background-color: hsl(var(--base));
}

.select2-container--default .select2-results__option.select2-results__message {
  text-align: center;
}

.select2-search--dropdown {
  padding: 6px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: hsl(var(--black)/0.1);
  border-radius: 4px;
  padding: 8px 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: hsl(var(--base));
  outline: none;
}

.select2-container--default .select2-selection--multiple {

  padding-bottom: 10px;
  min-height: 50px;
}

.select2-container--default .select2-selection--multiple:not(:has(.select2-selection__choice)) {
  padding-top: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: hsl(var(--gray-two)/0.1);
  border-color: hsl(var(--gray-two)/0.1);
  color: hsl(var(--gray-two));
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:not(:last-child) {
  margin-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right-color: hsl(var(--gray-two)/0.25);
  color: hsl(var(--gray-two));
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: hsl(var(--gray-two));
  background-color: hsl(var(--gray-two)/0.1);
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px;
  margin-left: 8px;
}

/* ========================= Select2 CSS End ==================================== */
/* ========================= Card CSS Start ================================== */
.custom--card {
  border-radius: 12px;
  border: transparent;
  background-color: hsl(var(--white));
}

.custom--card .card-header {
  padding: 12px 24px;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.custom--card .card-header .title {
  margin-bottom: 0;
}

.custom--card .card-body {
  background-color: hsl(var(--white));
  padding: 24px;
  border-radius: 12px;
}

.custom--card .card-footer {
  padding: 12px 24px;
  background-color: transparent;
  border-top: 1px solid hsl(var(--black)/0.1);
}

.custom--card.card--lg .card-header,
.custom--card.card--lg .card-body,
.custom--card.card--lg .card-footer {
  padding: 32px;
}

@media screen and (max-width: 767px) {

  .custom--card.card--lg .card-header,
  .custom--card.card--lg .card-body,
  .custom--card.card--lg .card-footer {
    padding: 24px;
  }
}

.jss--card {
  border: 1px solid hsl(var(--black)/0.1);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.jss--card .card-thumb {
  width: 100%;
  max-width: 550px;
  max-height: 170px;
  display: block;
  aspect-ratio: 2/1.25;
  overflow: hidden;
}

.jss--card .card-thumb img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}



.jss--card .card-thumb:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.jss--card .card-mobile-thumb {
  display: none;
}

.jss--card .card-body {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
}

.jss--card .card-body__wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;

}

.jss--card .card-body__block {
  margin-bottom: 12px;
}

.jss--card .card-body__block:has(.card-price) {
  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;
}

.jss--card .card-title {
  margin-bottom: 5px;
}

.jss--card .card-title a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  color: hsl(var(--black-two));
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jss--card .card-title a:hover,
.jss--card .card-title a:focus {
  color: hsl(var(--base));
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  outline: none;
}

.jss--card .card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jss--card .card-meta__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.jss--card .card-meta__item,
.jss--card .card-meta__item .text {
  font-size: 0.75rem;
  font-weight: 400;
  color: hsl(var(--gray-two));
}

.jss--card .card-meta__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 12px;
  display: inline-block;
  background-color: hsl(var(--gray-two)/0.5);
  margin: 0 5px;
}

.jss--card .card-user-info {
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}

.jss--card .card-user-info__thumb {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.jss--card .card-user-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.jss--card .card-user-info__name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--black-two));
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jss--card .card-user-info__name:hover,
.jss--card .card-user-info__name:focus {
  outline: none;
  color: hsl(var(--base));
}

.jss--card .card-price {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 130%;
  color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .jss--card .card-price {
    font-size: 1.125rem;
  }
}

.jss--card .card-footer {
  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: 8px;
  border-top: 1px solid hsl(var(--black)/0.1);
  background-color: transparent;
  padding: 10px 16px;
  margin: 0px -16px -12px -16px;
}

.jss--card .card-footer:has(.card-footer__btn:first-child) {
  justify-content: flex-end;
}

.jss--card .card-footer .btn {
  white-space: nowrap;
  padding: 5.2px;
}

.jss--card .card-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 1399px) {
  .jss--card .card-btn-list {
    gap: 6px;
  }
}

.jss--card .card-btn-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.jss--card .card-btn-list__item .text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: hsl(var(--gray-two));
  white-space: nowrap;
}

.jss--card-service .card-btn-list {
  gap: 8px;
}

.row-list-layout .jss--card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row-list-layout .jss--card .card-thumb {
  max-width: 290px;
  aspect-ratio: 2/1;
  -o-object-position: 100%;
  object-position: 100%;
  border-top-right-radius: 0;
}

@media screen and (max-width: 1399px) {
  .row-list-layout .jss--card .card-thumb {
    max-width: 280px;
  }
}

@media screen and (max-width: 1199px) {
  .row-list-layout .jss--card .card-thumb {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .row-list-layout .jss--card .card-thumb {
    max-width: 200px;
  }
}

@media screen and (max-width: 575px) {
  .row-list-layout .jss--card .card-thumb {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .row-list-layout .jss--card .card-mobile-thumb {
    width: 120px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}

@media screen and (max-width: 424px) {
  .row-list-layout .jss--card .card-mobile-thumb {
    max-width: 100px;
  }
}

.row-list-layout .jss--card .card-title a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .row-list-layout .jss--card .card-title a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 424px) {
  .row-list-layout .jss--card .card-title a {
    font-size: 1rem;
    line-height: 150%;
  }
}

.row-list-layout .jss--card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 16px;
}

.row-list-layout .jss--card .card-body__block:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 16px;
}

@media screen and (max-width: 374px) {
  .row-list-layout .jss--card .card-body__block:nth-child(1) {
    gap: 8px;
  }
}

@media screen and (max-width: 575px) {
  .row-list-layout .jss--card .card-body__block {
    margin-bottom: 12px !important;
  }

  .row-list-layout .jss--card .card-footer {
    padding: 10px 12px !important;
  }
}

.row-list-layout .jss--card .card-footer {
  margin-top: auto;
}

.row-list-layout .jss--card .card-footer .btn {
  padding: 4px;
}

.row-list-layout .jss--card .card-body__block {
  margin-bottom: 10px;
}

.row-list-layout .jss--card .card-price {
  font-size: 1rem;
}

.blog--card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid hsl(var(--black)/0.1);
}

.blog--card .card-thumb {
  width: 100%;
  max-width: 550px;
  max-height: 345px;
  display: block;
  aspect-ratio: 2/1.25;
  overflow: hidden;
}

.blog--card .card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.blog--card .card-thumb:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog--card .card-body {
  position: relative;
  padding: 42px 16px 24px 16px;
}

@media screen and (max-width: 991px) {
  .blog--card .card-body {
    padding: 36px 16px 24px 16px;
  }
}

@media screen and (max-width: 575px) {
  .blog--card .card-body {
    padding: 32px 16px 24px 16px;
  }
}

.blog--card .card-title a {
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog--card .card-title a:hover,
.blog--card .card-title a:focus {
  color: hsl(var(--base));
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  outline: none;
}

.blog--card .card-excerpt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--gray-two));
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 991px) {
  .blog--card .card-excerpt {
    font-size: 0.875rem;
  }
}

.blog--card .card-date {
  width: 52px;
  height: 58px;
  border-radius: 8px;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  position: absolute;
  top: -26px;
  left: 16px;
  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;
}

.blog--card .card-date .day {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: hsl(var(--white));
  display: block;
}

.blog--card .card-date .month {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  display: block;
  text-align: center;
  color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .blog--card .card-date {
    width: 48px;
    height: 54px;
    top: -24px;
  }

  .blog--card .card-date .day {
    font-size: 1.125rem;
  }

  .blog--card .card-date .month {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 575px) {
  .blog--card .card-date {
    width: 42px;
    height: 48px;
    top: -21px;
  }
}

/* ========================= Card CSS End ==================================== */
/* ========================= Dropdown CSS Start ============================== */
.lang--dropdown .dropdown-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border: none;
  background-color: transparent;
}

.lang--dropdown .dropdown-toggle__flag {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.lang--dropdown .dropdown-toggle__text {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--white)/0.8);
}

.lang--dropdown .dropdown-toggle::after {
  width: 10px;
  height: 17px;
  margin-left: 0;
  vertical-align: baseline;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99997 7C4.57841 7 4.17518 6.81878 3.89525 6.50067L0.385312 2.53556C-0.034581 2.06033 -0.118726 1.386 0.169534 0.815889C0.423636 0.312667 0.929341 0 1.49003 0H8.50992C9.07061 0 9.57631 0.312667 9.83041 0.815889C10.1187 1.386 10.0345 2.06033 9.61547 2.53478L6.10469 6.50067C5.82476 6.81878 5.42153 7 4.99997 7Z' fill='white' fill-opacity='0.8'/%3E%3Cmask id='mask0_8_46073' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='10' height='7'%3E%3Cpath d='M4.99997 7C4.57841 7 4.17518 6.81878 3.89525 6.50067L0.385312 2.53556C-0.034581 2.06033 -0.118726 1.386 0.169534 0.815889C0.423636 0.312667 0.929341 0 1.49003 0H8.50992C9.07061 0 9.57631 0.312667 9.83041 0.815889C10.1187 1.386 10.0345 2.06033 9.61547 2.53478L6.10469 6.50067C5.82476 6.81878 5.42153 7 4.99997 7Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_8_46073)'%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lang--dropdown .dropdown-toggle[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  .lang--dropdown .dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99997 7C4.57841 7 4.17518 6.81878 3.89525 6.50067L0.385312 2.53556C-0.034581 2.06033 -0.118726 1.386 0.169534 0.815889C0.423636 0.312667 0.929341 0 1.49003 0H8.50992C9.07061 0 9.57631 0.312667 9.83041 0.815889C10.1187 1.386 10.0345 2.06033 9.61547 2.53478L6.10469 6.50067C5.82476 6.81878 5.42153 7 4.99997 7Z' fill='%23757575' fill-opacity='0.8'/%3E%3Cmask id='mask0_8_46073' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='10' height='7'%3E%3Cpath d='M4.99997 7C4.57841 7 4.17518 6.81878 3.89525 6.50067L0.385312 2.53556C-0.034581 2.06033 -0.118726 1.386 0.169534 0.815889C0.423636 0.312667 0.929341 0 1.49003 0H8.50992C9.07061 0 9.57631 0.312667 9.83041 0.815889C10.1187 1.386 10.0345 2.06033 9.61547 2.53478L6.10469 6.50067C5.82476 6.81878 5.42153 7 4.99997 7Z' fill='%23757575'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_8_46073)'%3E%3C/g%3E%3C/svg%3E");
  }
}

.lang--dropdown .dropdown-menu {
  min-width: 8rem;
  padding: 0px;
  border-color: hsl(var(--black)/0.1);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.lang--dropdown .dropdown-item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--gray-two));
  padding: 8px 16px;
}

.lang--dropdown .dropdown-item:hover,
.lang--dropdown .dropdown-item:focus {
  color: hsl(var(--black-two));
  background-color: hsl(var(--base-l-800));
}

.lang--dropdown .dropdown-item__flag {
  width: 20px;
  height: 20px;
}

.user--dropdown .dropdown-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

.user--dropdown .dropdown-toggle__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 374px) {
  .user--dropdown .dropdown-toggle__avatar {
    width: 30px;
    height: 30px;
  }
}

.user--dropdown .dropdown-toggle::after {
  content: "\f107";
  font-size: 0.875rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 16px;
  height: 16px;
  margin-left: 0;
  vertical-align: baseline;
  border: 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;
  margin-left: 6px;
}

.user--dropdown .dropdown-toggle[aria-expanded=true]::after {
  content: "\f106";
}

.user--dropdown .dropdown-info__name {
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0;
}

.user--dropdown .dropdown-info__username {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  margin-top: 6px;
}

.user--dropdown .dropdown-menu {
  min-width: 8rem;
  padding: 0px;
  border-color: hsl(var(--gray-two)/0.1);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.user--dropdown .dropdown-menu__header {
  padding: 10px 16px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.user--dropdown .dropdown-menu__header>*:not(:last-child) {
  margin-bottom: 12px;
}

.user--dropdown .dropdown-item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 140%;
  color: hsl(var(--gray-two));
  padding: 10px 16px;
}

.user--dropdown .dropdown-item:hover,
.user--dropdown .dropdown-item:focus {
  color: hsl(var(--base));
  background-color: hsl(var(--base-l-800));
}


.vertical--dropdown .dropdown-toggle {
  color: hsl(var(--gray-two));
}

.vertical--dropdown .dropdown-toggle::after {
  display: none;
}

.vertical--dropdown .dropdown-menu {
  min-width: 8rem;
  padding: 0px;
  border-color: hsl(var(--gray-two)/0.1);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.vertical--dropdown .dropdown-item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 140%;
  color: hsl(var(--gray-two));
  padding: 8px 16px;
}

.vertical--dropdown .dropdown-item.delete {
  color: hsl(var(--danger-l-300));
}

.vertical--dropdown .dropdown-item:hover,
.vertical--dropdown .dropdown-item:focus {
  color: hsl(var(--base));
  background-color: hsl(var(--base-l-300)/0.1);
}

.vertical--dropdown .dropdown-item.delete:hover,
.vertical--dropdown .dropdown-item.delete:focus {
  color: hsl(var(--danger-l-300));
  background-color: hsl(var(--danger-l-300)/0.1);
}

/* ========================= Dropdown CSS End ================================ */
/* ========================= Modal CSS Start ================================= */
.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.custom--modal .modal-content {
  border-radius: 10px !important;
}

.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.1);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* ========================= Modal CSS End =================================== */
/* ========================= Accordion CSS Start ============================= */
.custom--accordion .accordion-item {
  border: 1px solid hsl(var(--black)/0.09);
  background-color: transparent !important;
  border-radius: 5px;
  overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.custom--accordion .accordion-header {
  line-height: 1;
}

.custom--accordion .accordion-body {
  padding: 20px;
  background-color: hsl(var(--section-bg));
}

.custom--accordion .accordion-body .text {
  max-width: 60%;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-body .text {
    max-width: 100%;
  }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.custom--accordion .accordion-button {
  background-color: hsl(var(--section-bg));
  color: var(--heading-color);
  font-size: 1.125rem;
  padding: 15px;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding: 13px;
    padding-right: 30px;
  }
}

.custom--accordion .accordion-button::after {
  background-image: none;
}

.custom--accordion .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
  color: hsl(var(--white));
  background-color: hsl(var(--black)) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: hsl(var(--base));
}

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f068";
  display: inline-block;
  position: absolute;
  right: 15px;
  height: unset;
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
  content: "\f067";
  color: hsl(var(--body-color));
}

/* ========================= Accordion CSS End =============================== */
/* ========================= Table CSS Start ================================= */
.table {
  margin-bottom: 0;
}

.table--compact {
  overflow: hidden;
  border-radius: 8px;
  border-color: #E6E6E6;
}

.table--compact th,
.table--compact td {
  font-size: 0.875rem;
  padding: 12px 24px;
  line-height: 20px;
}

.table--compact th {
  font-weight: 500;
  white-space: nowrap;
  color: hsl(var(--black-two));
}

.table--compact td {
  font-weight: 400;
  color: hsl(var(--gray-two));
}

@media screen and (max-width: 1399px) {
  .table--compact.table-responsive--xl {
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
  }

  .table--compact.table-responsive--xl thead {
    display: none;
  }

  .table--compact.table-responsive--xl tbody tr:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }

  .table--compact.table-responsive--xl tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
    border: none;
    padding: 8px 24px;
    border-radius: 0px !important;
  }

  .table--compact.table-responsive--xl tbody td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 500;
    color: hsl(var(--black-two));
    white-space: nowrap;
    text-align: left;
  }

  .table--compact.table-responsive--xl .author-info .thumb img {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .table--compact.table-responsive--lg {
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
  }

  .table--compact.table-responsive--lg thead {
    display: none;
  }

  .table--compact.table-responsive--lg tbody tr:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }

  .table--compact.table-responsive--lg tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
    border: none;
    padding: 8px 24px;
    border-radius: 0px !important;
  }

  .table--compact.table-responsive--lg tbody td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 500;
    color: hsl(var(--black-two));
    white-space: nowrap;
    text-align: left;
  }

  .table--compact.table-responsive--lg .author-info .thumb img {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .table--compact.table-responsive--md {
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
  }

  .table--compact.table-responsive--md thead {
    display: none;
  }

  .table--compact.table-responsive--md tbody tr:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }

  .table--compact.table-responsive--md tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
    border: none;
    padding: 8px 24px;
    border-radius: 0px !important;
  }

  .table--compact.table-responsive--md tbody td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 500;
    color: hsl(var(--black-two));
    white-space: nowrap;
    text-align: left;
  }

  .table--compact.table-responsive--md .author-info .thumb img {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .table--compact.table-responsive--sm {
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
  }

  .table--compact.table-responsive--sm thead {
    display: none;
  }

  .table--compact.table-responsive--sm tbody tr:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }

  .table--compact.table-responsive--sm tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
    border: none;
    padding: 8px 24px;
    border-radius: 0px !important;
  }

  .table--compact.table-responsive--sm tbody td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 500;
    color: hsl(var(--black-two));
    white-space: nowrap;
    text-align: left;
  }

  .table--compact.table-responsive--sm .author-info .thumb img {
    width: 32px;
    height: 32px;
  }
}

.table--custom:not(:has([colspan="100%"])) {
  border-spacing: 0 12px;
  border-collapse: separate;
}

.table--custom th,
.table--custom td {
  font-weight: 500;
  line-height: 140%;
  vertical-align: middle;
  text-align: center;
  padding: 12px;
}

.table--custom th {
  font-size: 1rem;
  white-space: nowrap;
  color: hsl(var(--white));
  background-color: hsl(var(--black-two));
}

.table--custom td {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--gray-two));
}

.table--custom thead tr th:first-child {
  text-align: left;
  border-top-left-radius: 8px;
}

.table--custom thead tr th:last-child {
  text-align: right;
  border-top-right-radius: 8px;
}

.table--custom tbody tr td {
  border-width: 0px;
}

.table--custom tbody tr td:first-child {
  text-align: left;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 8px;
}

.table--custom tbody tr td:last-child {
  text-align: right;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
}

.table--custom .content {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--black-two));
}

.table--custom .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.table--custom .author-info .thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.table--custom .author-info .thumb img {
  width: 48px;
  height: 48px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 1399px) {
  .table--custom.table-responsive--xl {
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
  }

  .table--custom.table-responsive--xl thead {
    display: none;
  }

  .table--custom.table-responsive--xl tbody tr:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }

  .table--custom.table-responsive--xl tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
    border: none;
    padding: 8px 24px;
    border-radius: 0px !important;
  }

  .table--custom.table-responsive--xl tbody td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 500;
    color: hsl(var(--black-two));
    white-space: nowrap;
    text-align: left;
  }

  .table--custom.table-responsive--xl .author-info .thumb img {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .table--custom.table-responsive--lg {
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
  }

  .table--custom.table-responsive--lg thead {
    display: none;
  }

  .table--custom.table-responsive--lg tbody tr:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }

  .table--custom.table-responsive--lg tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
    border: none;
    padding: 8px 24px;
    border-radius: 0px !important;
  }

  .table--custom.table-responsive--lg tbody td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 500;
    color: hsl(var(--black-two));
    white-space: nowrap;
    text-align: left;
  }

  .table--custom.table-responsive--lg .author-info .thumb img {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .table--custom.table-responsive--md {
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
  }

  .table--custom.table-responsive--md thead {
    display: none;
  }

  .table--custom.table-responsive--md tbody tr:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }

  .table--custom.table-responsive--md tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
    border: none;
    padding: 8px 24px;
    border-radius: 0px !important;
  }

  .table--custom.table-responsive--md tbody td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 500;
    color: hsl(var(--black-two));
    white-space: nowrap;
    text-align: left;
  }

  .table--custom.table-responsive--md .author-info .thumb img {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .table--custom.table-responsive--sm {
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
  }

  .table--custom.table-responsive--sm thead {
    display: none;
  }

  .table--custom.table-responsive--sm tbody tr:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }

  .table--custom.table-responsive--sm tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
    border: none;
    padding: 8px 24px;
    border-radius: 0px !important;
  }

  .table--custom.table-responsive--sm tbody td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 500;
    color: hsl(var(--black-two));
    white-space: nowrap;
    text-align: left;
  }

  .table--custom.table-responsive--sm .author-info .thumb img {
    width: 32px;
    height: 32px;
  }
}

.table [colspan="100%"]:before {
  display: none;
}

/* ========================= Table CSS End =================================== */
/* ========================= Pagination CSS Start ============================ */
.pagination {
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-item.active .page-link {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
  height: 32px;
  width: 32px;
  border-radius: 4px;
  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;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--gray) / 0.15);
  color: hsl(var(--body-color));
}

.pagination .page-item .page-link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ========================= Pagination CSS End ============================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  gap: 15px;
  margin-bottom: 24px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.custom--tab .nav-item {
  border-bottom: 0;
}

.custom--tab .nav-item .nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  padding: 8px 10px;
  border: none;
  border-radius: 8px 8px 0px 0px;
  color: hsl(var(--black-two));
  background-color: transparent !important;
}

.custom--tab .nav-item .nav-link.active {
  color: hsl(var(--white));
  background-color: hsl(var(--base)) !important;
}

/* ================================= Tab Css End =========================== */
/* ========================= Preload CSS Start ================================ */
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  background-color: white;
}

.box-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
}

.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.loader.animate .circle {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

.loader.animate .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

.loader.animate .line {
  -webkit-animation: line 0.5s ease-in-out;
  animation: line 0.5s ease-in-out;
}

.circular {
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-linecap: round;
  stroke: hsl(var(--base));
}

.line {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  stroke: #1e2746;
}

/* ========================= Preload CSS End ================================== */
/* ========================= Header CSS Start ================================= */
.header {
  width: 100%;
  position: absolute;
  z-index: 1000;
}

.header+* {
  margin-top: 116px;
}

@media screen and (max-width: 991px) {
  .header+* {
    margin-top: 72px;
  }
}

.header.fixed-header {
  position: fixed;
  top: 0px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-animation: slide-down 0.8s;
  animation: slide-down 0.8s;
  -webkit-box-shadow: var(--header-box-shadow);
  box-shadow: var(--header-box-shadow);
}

.header.fixed-header .header-top {
  display: none;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu__item:not(:last-child) {
  margin-right: 16px;
}

.header-menu__item:nth-child(even):not(:last-child) {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu__item:nth-child(even):not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: hsl(var(--white)/0.25);
  margin: 0 16px;
}

@media screen and (max-width: 991px) {
  .header-menu__item:nth-child(even):not(:last-child)::after {
    background-color: hsl(var(--black)/0.25);
  }
}

.header-menu__item.active .header-menu__link {
  color: hsl(var(--base));
}

.header-menu__link {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--white)/0.6);
}

.header-menu__link:hover,
.header-menu__link:focus {
  color: hsl(var(--base-d-300)) !important;
}

.header-menu__link:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .header-menu__link {
    color: hsl(var(--gray-two));
  }
}

.header-top {
  width: 100%;
  padding: 12px 0;
  background-color: hsl(var(--black-two));
}

@media screen and (max-width: 991px) {
  .header-top {
    display: none;
  }
}

.header-top__wrapper {
  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: 24px;
}

.header-bottom {
  width: 100%;
  padding: 8px 0;
  background-color: hsl(var(--white));
}

.header .navbar-brand {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  display: inline-block;
}

.header .navbar-brand img {
  max-width: 143px;
  max-height: 36px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 374px) {
  .header .navbar-brand img {
    max-width: 120px;
    max-height: 30px;
  }
}

.header .navbar-toggler {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  border: none;
}

.header .navbar-toggler-icon {
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64px' height='64px'%3E%3Cg%3E%3Cpath fill='%231C232C' d='M 5.5,13.5 C 22.8333,13.5 40.1667,13.5 57.5,13.5C 57.5,14.8333 57.5,16.1667 57.5,17.5C 40.1667,17.5 22.8333,17.5 5.5,17.5C 5.5,16.1667 5.5,14.8333 5.5,13.5 Z' /%3E%3C/g%3E%3Cg%3E%3Cpath fill='%231C232C' d='M 16.5,29.5 C 30.1667,29.5 43.8333,29.5 57.5,29.5C 57.5,30.8333 57.5,32.1667 57.5,33.5C 43.8293,33.6666 30.1626,33.4999 16.5,33C 15.3157,31.8545 15.3157,30.6879 16.5,29.5 Z' /%3E%3C/g%3E%3Cg%3E%3Cpath fill='%231C232C' d='M 5.5,45.5 C 22.8333,45.5 40.1667,45.5 57.5,45.5C 57.5,46.8333 57.5,48.1667 57.5,49.5C 40.1667,49.5 22.8333,49.5 5.5,49.5C 5.5,48.1667 5.5,46.8333 5.5,45.5 Z' /%3E%3C/g%3E%3C/svg%3E");
}

.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='64px' height='64px'%3E%3Cg%3E%3Cpath fill='%231C232C' d='M -0.5,-0.5 C 0.5,-0.5 1.5,-0.5 2.5,-0.5C 11.8123,9.479 21.479,19.1457 31.5,28.5C 41.521,19.1457 51.1877,9.479 60.5,-0.5C 61.5,-0.5 62.5,-0.5 63.5,-0.5C 63.5,0.5 63.5,1.5 63.5,2.5C 53.521,11.8123 43.8543,21.479 34.5,31.5C 43.8543,41.521 53.521,51.1877 63.5,60.5C 63.5,61.5 63.5,62.5 63.5,63.5C 62.5,63.5 61.5,63.5 60.5,63.5C 51.1877,53.521 41.521,43.8543 31.5,34.5C 21.479,43.8543 11.8123,53.521 2.5,63.5C 1.5,63.5 0.5,63.5 -0.5,63.5C -0.5,62.5 -0.5,61.5 -0.5,60.5C 9.479,51.1877 19.1457,41.521 28.5,31.5C 19.1457,21.479 9.479,11.8123 -0.5,2.5C -0.5,1.5 -0.5,0.5 -0.5,-0.5 Z' /%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 70%;
}

.header .navbar-toggler:focus,
.header .navbar-toggler:focus-within {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header .navbar-collapse {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.header .navbar-btn,
.header .navbar .user--dropdown {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.header .navbar-nav {
  gap: 0 20px;
}

.header .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  padding: 6px 12px;
  border-radius: 4px;
  color: hsl(var(--base));
  background-color: hsl(var(--base-l-800));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.header .navbar-nav .nav-link.active,
.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link:focus {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.header .navbar-nav .nav-link.active svg path,
.header .navbar-nav .nav-link:hover svg path,
.header .navbar-nav .nav-link:focus svg path {
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
  fill: hsl(var(--white));
}

.header .navbar-nav .nav-item.active .nav-link {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.header .navbar-nav .nav-item.active .nav-link svg path {
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
  fill: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .header .navbar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0 24px;
  }

  .header .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto;
  }

  .header .navbar-toggler {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header .navbar-collapse {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .header .navbar-btn,
  .header .navbar .user--dropdown {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header .navbar-nav {
    margin-top: 40px;
  }

  .header .navbar-nav .nav-item-wrapper {
    padding: 0px 6px 12px 6px;
    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;
    gap: 12px 16px;
  }

  .header .navbar-nav .nav-item-wrapper .lang--dropdown .dropdown-toggle__text {
    color: hsl(var(--gray-two));
  }

  .header .navbar-nav .nav-item-wrapper .lang--dropdown .dropdown-menu {
    position: absolute;
  }

  .header .navbar-nav .nav-item.active .nav-link {
    border-radius: 4px;
    border-bottom-color: hsl(var(--base)) !important;
  }

  .header .navbar-nav .nav-item:not(:last-child) .nav-link,
  .header .navbar-nav .nav-item:not(:last-child) .nav-item-wrapper {
    border-bottom: 1px solid hsl(var(--black)/0.1);
  }

  .header .navbar-nav .nav-link {
    width: 100%;
    border-radius: 0;
    color: hsl(var(--gray-two));
    background-color: transparent;
    padding: 12px 6px;
  }

  .header .navbar-nav .nav-link svg path {
    fill: hsl(var(--gray-two));
  }

  .header .navbar-nav .nav-link.active,
  .header .navbar-nav .nav-link:hover,
  .header .navbar-nav .nav-link:focus {
    color: hsl(var(--gray-two));
    background-color: transparent;
  }

  .header .navbar-nav .nav-link.active svg path,
  .header .navbar-nav .nav-link:hover svg path,
  .header .navbar-nav .nav-link:focus svg path {
    fill: hsl(var(--gray-two));
  }
}

@media screen and (max-width: 424px) {
  .header .navbar {
    gap: 0 12px;
  }
}

@media screen and (max-width: 374px) {
  .header .navbar-toggler {
    width: 32px;
    height: 32px;
  }

  .header .navbar-btn {
    padding: 7.2px;
    font-size: 0.75rem;
    line-height: 138.333%;
  }
}

/* ========================= Header CSS End =================================== */
/* ========================= Footer CSS Start ================================= */
.footer {
  width: 100%;
  margin-top: auto;
  background-color: hsl(var(--black-two));
}

.footer-top {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .footer-top {
    padding: 40px 0;
  }
}

.footer-bottom {
  padding: 13px 0;
  border-top: 1px solid hsl(var(--white)/0.1);
}

.footer-bottom__wrapper {
  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;
}

@media screen and (max-width: 575px) {
  .footer-bottom__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
  }
}

.footer-bottom__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%;
  color: hsl(var(--gray-two));
}

.footer-item {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .footer-item {
    max-width: none;
    margin: 0;
  }
}

.footer-item.five {
  max-width: 255px;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  .footer-item.five {
    max-width: none;
    margin-left: 0;
  }
}

.footer-item__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--white));
}

@media screen and (max-width: 374px) {
  .footer-item__title {
    font-size: 1rem;
  }
}

.footer-item__desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--white));
}

.footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .footer-logo {
    margin-bottom: 16px;
  }
}

.footer-logo img {
  max-width: 195px;
  max-height: 50px;
  display: block;
}

.footer-menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-menu__item:not(:last-child) {
  margin-bottom: 16px;
}

.footer-menu__item::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background-color: hsl(var(--white));
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

.footer-menu__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: hsl(var(--white));
}

.footer-menu__link:hover,
.footer-menu__link:focus {
  color: hsl(var(--base));
}

.footer-menu__link:hover::before,
.footer-menu__link:focus::before {
  background-color: hsl(var(--base));
}

@media screen and (max-width: 424px) {
  .footer-menu__link::before {
    margin-right: 10px;
  }
}

@media screen and (max-width: 374px) {
  .footer-menu__link {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 991px) {
  .footer .subscribe-form {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .footer .subscribe-form {
    max-width: 100%;
  }
}

.subscribe-form {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .subscribe-form {
    margin-top: 16px;
  }
}

.subscribe-form .form-control {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  border-radius: 4px;
  color: hsl(var(--gray-two));
  padding: 14.2px 16px;
}

.subscribe-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ========================= Footer CSS End =================================== */
/* ========================= Scroll To Top CSS 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 CSS End ============================ */
/* ========================= 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));
}

/* ========================= Selection CSS End ================================ */
/* ========================= Social Icon Css Start ============================ */
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.social-list__link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--white));
  background-color: hsl(var(--white)/0.1);
  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;
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  color: hsl(var(--white));
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

.social-list.style-two .social-list__link {
  font-size: 0.875rem;
  color: hsl(var(--gray-two));
  border: 1px solid hsl(var(--black)/0.1);
  background-color: hsl(var(--white));
}

.social-list.style-two .social-list__link.active,
.social-list.style-two .social-list__link:hover,
.social-list.style-two .social-list__link:focus {
  color: hsl(var(--white));
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

/* ========================= Social Icon Css End ============================== */
/* ========================= Breadcrumb CSS Start ============================= */
.breadcrumb {
  height: 140px;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  .breadcrumb {
    height: 130px;
  }
}

@media screen and (max-width: 1199px) {
  .breadcrumb {
    height: 120px;
  }
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 100px;
  }
}

@media screen and (max-width: 575px) {
  .breadcrumb {
    height: 80px;
  }
}

.breadcrumb::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: hsl(var(--black)/0.5);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.breadcrumb__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-bottom: 0px;
  color: hsl(var(--white));
  text-align: center;
}

.breadcrumb .container {
  position: relative;
}

.breadcrumb .category-slider {
  max-width: 1200px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto !important;
}

@media screen and (max-width: 1399px) {
  .breadcrumb .category-slider {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1199px) {
  .breadcrumb .category-slider {
    max-width: 900px;
  }
}

@media screen and (max-width: 991px) {
  .breadcrumb .category-slider {
    max-width: 650px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb .category-slider {
    max-width: 470px;
  }
}

@media screen and (max-width: 575px) {
  .breadcrumb .category-slider {
    max-width: 90%;
  }
}

/* ========================= Breadcrumb CSS End =============================== */
/* ========================= Offcanvas Sidebar CSS Start ====================== */
.offcanvas-sidebar {
  width: 100%;
  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: 8px;
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 991px) {
  .offcanvas-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1050;
    border-radius: 0px !important;
    border-color: transparent;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }

  .offcanvas-sidebar.show {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

@media screen and (max-width: 374px) {
  .offcanvas-sidebar {
    max-width: 100%;
  }
}

.offcanvas-sidebar--jss {
  right: 0;
  border: 1px solid hsl(var(--black)/0.1);
  background-color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .offcanvas-sidebar--jss {
    max-width: 300px;
    border: none;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media screen and (max-width: 424px) {
  .offcanvas-sidebar--jss {
    max-width: 280px;
  }
}

.offcanvas-sidebar--jss .btn--close {
  display: none;
  position: absolute;
  left: -36px;
  top: 24px;
  color: hsl(var(--white));
  border: 1px solid hsl(var(--white)/0.5);
  background-color: hsl(var(--black)/0.75);
}

.offcanvas-sidebar--jss.show .btn--close {
  display: block;
}

.offcanvas-sidebar--jss .offcanvas-sidebar__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 1200px;
  overflow-y: scroll;
  padding: 24px;
}

.offcanvas-sidebar--jss .offcanvas-sidebar-block:not(:last-child) {
  padding-bottom: 36px;
  margin-bottom: 40px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

@media screen and (max-width: 991px) {
  .offcanvas-sidebar--jss .offcanvas-sidebar-block:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.offcanvas-sidebar--jss .offcanvas-sidebar-block__header {
  padding-bottom: 16px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.offcanvas-sidebar--jss .offcanvas-sidebar-block__content {
  margin-top: 24px;
  max-height: 260px;
  overflow: hidden;
}

.offcanvas-sidebar--jss .offcanvas-sidebar-block__content.show {
  max-height: none;
}

.offcanvas-sidebar--jss .offcanvas-sidebar-block__title {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  color: hsl(var(--black-two));
}

.offcanvas-sidebar--jss .offcanvas-sidebar-block__btn {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--gray-two));
  line-height: normal;
  text-align: left;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.offcanvas-sidebar--jss .offcanvas-sidebar-block__btn i {
  font-size: 0.875rem;
  margin-top: 2px;
}

.offcanvas-sidebar--jss .offcanvas-sidebar-block__btn.show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.offcanvas-sidebar--jss .offcanvas-sidebar-list__item:not(:last-child) {
  margin-bottom: 12px;
}

.offcanvas-sidebar--jss .offcanvas-sidebar-list__link {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: hsl(var(--gray-two));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.offcanvas-sidebar--jss .offcanvas-sidebar-list__link svg path {
  fill: hsl(var(--gray-two));
}

.offcanvas-sidebar--jss .offcanvas-sidebar-list__link i {
  color: hsl(var(--gray-two));
}

.offcanvas-sidebar--jss .offcanvas-sidebar-list__link:hover,
.offcanvas-sidebar--jss .offcanvas-sidebar-list__link:focus {
  color: hsl(var(--base));
  outline: none;
}

.offcanvas-sidebar--jss .offcanvas-sidebar-list__link:hover svg path,
.offcanvas-sidebar--jss .offcanvas-sidebar-list__link:focus svg path {
  fill: hsl(var(--base));
}

.offcanvas-sidebar--jss .offcanvas-sidebar-list__link:hover i,
.offcanvas-sidebar--jss .offcanvas-sidebar-list__link:focus i {
  color: hsl(var(--base));
}

.offcanvas-sidebar--jss .offcanvas-sidebar-list .form--check .form-check-label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: hsl(var(--gray-two));
}

.offcanvas-sidebar--jss .offcanvas-sidebar-list .form--check .form-check-input {
  border-width: 2px;
  border-color: hsl(var(--gray-two));
}

.offcanvas-sidebar--dashboard {
  left: 0;
  max-width: 260px;
  background-color: hsl(var(--black-two));
}

@media screen and (max-width: 991px) {
  .offcanvas-sidebar--dashboard {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.offcanvas-sidebar--dashboard .btn--close {
  display: none;
  position: absolute;
  right: 16px;
  top: 20px;
  color: hsl(var(--white));
  border: 1px solid hsl(var(--white)/0.5);
  background-color: hsl(var(--black-two));
  z-index: 1;
}

@media screen and (max-width: 424px) {
  .offcanvas-sidebar--dashboard .btn--close {
    top: 16px;
  }
}

@media screen and (max-width: 991px) {
  .offcanvas-sidebar--dashboard.show .btn--close {
    display: block;
  }
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 1100px;
  overflow-y: scroll;
  padding: 24px 16px;
}

@media screen and (max-width: 424px) {
  .offcanvas-sidebar--dashboard .offcanvas-sidebar__body {
    padding: 16px;
  }
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__item:not(:last-child) {
  margin-bottom: 10px;
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__item:has(> .offcanvas-sidebar-menu__link) {
  margin-top: 10px;
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__item.active .offcanvas-sidebar-menu__link {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__item.active .offcanvas-sidebar-menu__link svg {
  stroke: hsl(var(--white));
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__item.active .offcanvas-sidebar-menu__link svg path {
  stroke: hsl(var(--white));
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  gap: 15px;
  padding: 10px 12px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--white)/0.7);
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  stroke: hsl(var(--white)/0.7);
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link svg path {
  stroke: hsl(var(--white)/0.7);
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link[data-bs-toggle=collapse] {
  padding-right: 10px;
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link[data-bs-toggle=collapse]::after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  margin-left: auto;
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link[aria-expanded=true]::after {
  content: "\f106";
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link[aria-expanded=true],
.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--white)/0.05);
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link[aria-expanded=true] svg,
.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link:hover svg {
  stroke: hsl(var(--white));
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link[aria-expanded=true] svg path,
.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__link:hover svg path {
  stroke: hsl(var(--white));
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-menu__title {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid hsl(var(--white)/0.2);
  color: hsl(var(--white)/0.7);
  font-size: 1rem;
  font-weight: 600;
  line-height: 125%;
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-submenu {
  margin-top: 12px;
  margin-left: 24px;
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-submenu__item:not(:last-child) {
  margin-bottom: 5px;
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-submenu__item.active .offcanvas-sidebar-submenu__link {
  color: hsl(var(--base));
  background-color: hsl(var(--base)/0.15);
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-submenu__item.active .offcanvas-sidebar-submenu__link svg {
  stroke: hsl(var(--base));
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-submenu__item.active .offcanvas-sidebar-submenu__link svg path {
  stroke: hsl(var(--base));
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-submenu__link {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--white)/0.7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  gap: 10px;
  padding: 8px 16px;
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-submenu__link svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  stroke: hsl(var(--white)/0.7);
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-submenu__link svg path {
  stroke: hsl(var(--white)/0.7);
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-submenu__link:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--white)/0.05);
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-submenu__link:hover svg {
  stroke: hsl(var(--white));
}

.offcanvas-sidebar--dashboard .offcanvas-sidebar-submenu__link:hover svg path {
  stroke: hsl(var(--white));
}

/* ========================= Offcanvas Sidebar CSS End ======================== */
/* ========================= Range Slider CSS Start =========================== */
.range-slider.ui-slider-horizontal {
  height: 6px;
  border-radius: 100px;
  border: none;
  background-color: hsl(var(--base-l-800));
}

.range-slider .ui-widget-header {
  background-color: hsl(var(--base));
}

.range-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default,
.range-slider .ui-widget-header .ui-state-default,
.range-slider .ui-button,
.range-slider html .ui-button.ui-state-disabled:hover,
.range-slider html .ui-button.ui-state-disabled:active {
  border-width: 3px !important;
  border-color: hsl(var(--base)) !important;
  background-color: hsl(var(--white)) !important;
  outline: none;
}

.price-filter__wrapper {
  margin-top: 15px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-filter__wrapper .btn {
  white-space: nowrap;
  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;
  gap: 6px;
}

.price-filter__wrapper input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  color: hsl(var(--black-two));
  text-align: center;
}

.price-filter__wrapper input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ========================= Range Slider CSS End ============================= */
/* ========================= Slick CSS Start ================================== */
.slick-initialized.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized.slick-slider .slick-slide {
  height: auto;
}

.slick-initialized.slick-slider .slick-slide>div {
  height: 100%;
}

/* ========================= Slick CSS End ==================================== */
/* ========================= Category Slider CSS Start ======================== */
.category-slider.slick-slider .slick-slide {
  height: auto;
  padding: 0 16px;
}

@media screen and (max-width: 1399px) {
  .category-slider.slick-slider .slick-slide {
    padding: 0 10px;
  }
}

@media screen and (min-width: 425px) and (max-width: 575px) {
  .category-slider.slick-slider .slick-slide {
    padding: 0 5px;
  }
}

.category-slider.slick-slider .slick-arrow {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: hsl(var(--gray-two));
  border: 3px solid #F8F8F8;
  background-color: hsl(var(--white));
  font-size: 1.125rem;
}

@media screen and (max-width: 991px) {
  .category-slider.slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 424px) {
  .category-slider.slick-slider .slick-arrow {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

.category-slider.slick-slider .slick-arrow:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

.category-slider.slick-slider .slick-next {
  right: -8px;
}

@media screen and (min-width: 425px) and (max-width: 575px) {
  .category-slider.slick-slider .slick-next {
    right: -16px;
  }
}

@media screen and (max-width: 424px) {
  .category-slider.slick-slider .slick-next {
    right: 0px;
  }
}

.category-slider.slick-slider .slick-prev {
  left: -8px;
}

@media screen and (min-width: 425px) and (max-width: 575px) {
  .category-slider.slick-slider .slick-prev {
    left: -16px;
  }
}

@media screen and (max-width: 424px) {
  .category-slider.slick-slider .slick-prev {
    left: 0px;
  }
}

.category-slider {
  width: 100%;
}

.category-slider .category-item {
  width: 100%;
  max-width: 175px;
  height: 145px;
  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: 14px;
  border: 1px solid hsl(var(--black)/0.1);
  background-color: #FFF;
  border-radius: 18px;
  margin: 0 auto;
  padding: 0 8px;
  transition: 0.3s;
}

.category-slider .category-item__thumb {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.category-slider .category-item__name {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--gray-two));
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.category-slider .category-item:hover {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

.category-slider .category-item:hover .category-item__thumb {
  -webkit-filter: invert(100%) brightness(1000%) contrast(100%);
  filter: invert(100%) brightness(1000%) contrast(100%);
  mix-blend-mode: lighten;
}

.category-slider .category-item:hover .category-item__name {
  color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .category-slider .category-item {
    max-width: 155px;
    height: 125px;
    gap: 10px;
  }

  .category-slider .category-item .category-item__name {
    font-size: 0.875rem;
  }

  .category-slider .category-item .category-item__thumb {
    width: 36px;
    height: 36px;
  }
}

/* ========================= Category Slider CSS End ========================== */
/* ========================= Category2 Slider CSS Start ======================= */
.category2-slider.slick-slider .slick-slide {
  height: auto;
  padding: 0 0px;
}

.category2-slider.slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 35%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: hsl(var(--gray-two));
  border: 3px solid #F8F8F8;
  background-color: hsl(var(--white));
  font-size: 1.125rem;
}

@media screen and (max-width: 991px) {
  .category2-slider.slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 424px) {
  .category2-slider.slick-slider .slick-arrow {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
  }
}

.category2-slider.slick-slider .slick-arrow:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

.category2-slider.slick-slider .slick-next {
  right: 0px;
}

.category2-slider.slick-slider .slick-prev {
  left: 0px;
}

.category2-slider {
  width: 100%;
}

.category2-slider .category2-item {
  width: 100%;
  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: 12px;
  padding: 0 18px;
}

.category2-slider .category2-item__icon {
  width: 100px;
  -webkit-box-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: 14px;
  border: 1px solid hsl(var(--black) / 0.1);
  background-color: #FFF;
  border-radius: 18px;
  margin: 0 auto;
  padding: 25px 0px;
  transition: 0.3s;
}

.category2-slider .category2-item__icon img {
  width: 48%;
  height: 48%;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.category2-slider .category2-item__name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  color: hsl(var(--black-two));
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category2-slider .category2-item__name:hover,
.category2-slider .category2-item__name:focus {
  color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .category2-slider .category2-item__name {
    font-size: 1rem;
  }
}

@media screen and (max-width: 374px) {
  .category2-slider .category2-item__name {
    font-size: 0.875rem;
  }
}

/* ========================= Category2 Slider CSS End ========================= */
/* ========================= Gig Details Slider CSS Start ===================== */
.jss-details-thumb-slider__slide {
  display: block !important;
}

.jss-details-thumb-slider__slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.jss-details-thumb-slider__slide img {
  width: 100%;
  max-width: 810px;
  max-height: 445px;
  aspect-ratio: 1/0.55;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.jss-details-preview-slider {
  margin-top: 16px;
  margin-left: -10px;
  margin-right: -10px;
}

.jss-details-preview-slider__slide {
  cursor: pointer;
  display: block !important;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
}

.jss-details-preview-slider__slide img {
  width: 100%;
  max-width: 189px;
  max-height: 105px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 1/0.55;
}

.jss-details-preview-slider .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.jss-details-preview-slider .slick-slide.slick-current .jss-details-preview-slider__slide {
  border-bottom-color: hsl(var(--base));
}

.jss-details-preview-slider .slick-arrow {
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 1.125rem;
  color: hsl(var(--gray-two));
  border: 3px solid #F8F8F8;
  background-color: hsl(var(--white));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 1;
}

.jss-details-preview-slider .slick-arrow:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .jss-details-preview-slider .slick-arrow {
    width: 30px;
    height: 30px;
    border-width: 2px;
    top: calc(50% - 2px);
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 575px) {
  .jss-details-preview-slider .slick-arrow {
    width: 24px;
    height: 24px;
    border-width: 1px;
    top: calc(50% - 1px);
    font-size: 0.75rem;
  }
}

.jss-details-preview-slider .slick-prev {
  left: -8px;
}

@media screen and (max-width: 1199px) {
  .jss-details-preview-slider .slick-prev {
    left: -6px;
  }
}

@media screen and (max-width: 575px) {
  .jss-details-preview-slider .slick-prev {
    left: -4px;
  }
}

.jss-details-preview-slider .slick-next {
  right: -8px;
}

@media screen and (max-width: 1199px) {
  .jss-details-preview-slider .slick-next {
    right: -6px;
  }
}

@media screen and (max-width: 575px) {
  .jss-details-preview-slider .slick-next {
    right: -4px;
  }
}

@media screen and (max-width: 575px) {
  .jss-details-preview-slider {
    margin-left: -5px;
    margin-right: -5px;
  }

  .jss-details-preview-slider .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* ========================= Gig Details Slider 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(--black)/0.03);
  padding: 30px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.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 ===================*/
.category .category2-slider {
  margin-bottom: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

@media screen and (max-width: 1199px) {
  .category .category2-slider {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 991px) {
  .category .category2-slider {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .category .category2-slider {
    margin-bottom: 32px;
  }
}

.category .page-top {
  padding-bottom: 0px;
  border-bottom: none;
}

.category .page-top__wrapper {
  height: 100%;
  gap: 16px 24px;
}

@media screen and (max-width: 991px) {
  .category .page-top__wrapper {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

.category .page-top .layout-toggle-btns {
  margin-left: auto;
}

@media screen and (max-width: 424px) {
  .category .page-top .layout-toggle-btns {
    margin-left: 0;
  }
}

.category .page-top .search-form {
  width: 100%;
  max-width: 306px;
}

@media screen and (max-width: 1399px) {
  .category .page-top .search-form {
    max-width: 356px;
  }
}

@media screen and (max-width: 1199px) {
  .category .page-top .search-form {
    max-width: 296px;
  }
}

@media screen and (max-width: 991px) {
  .category .page-top .search-form {
    max-width: 100%;
  }
}

.category .page-top .custom--tab {
  border-bottom: none;
  margin-bottom: 0;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category .page-top .custom--tab .nav-item .nav-link {
  padding: 10px 12px;
  border-radius: 8px;
}

/* ========================= Contact Page CSS Start =============================== */
.contact {
  padding-top: 160px;
}

@media screen and (max-width: 991px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.contact-card {
  max-width: 660px;
  padding: 60px 90px;
  border-radius: 50px 50px 0px 0px;
  background-color: hsl(var(--white));
  -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 178, 254, 0.1);
  box-shadow: 0px 0px 80px 0px rgba(41, 178, 254, 0.1);
  position: relative;
}

@media screen and (max-width: 1399px) {
  .contact-card {
    max-width: 630px;
    padding: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-card {
    max-width: 500px;
    padding: 40px;
  }
}

@media screen and (max-width: 991px) {
  .contact-card {
    max-width: 100%;
    border-radius: 25px;
  }
}

@media screen and (max-width: 575px) {
  .contact-card {
    padding: 30px;
  }
}

@media screen and (max-width: 424px) {
  .contact-card {
    padding: 20px;
  }
}

.contact-card::before {
  content: "";
  width: 670px;
  height: 670px;
  border-radius: 50%;
  background-color: hsl(var(--base-l-800));
  position: absolute;
  z-index: -1;
  top: -92px;
  left: -192px;
}

@media screen and (max-width: 1799px) {
  .contact-card::before {
    left: -120px;
  }
}

@media screen and (max-width: 1599px) {
  .contact-card::before {
    top: -80px;
    left: -40px;
  }
}

@media screen and (max-width: 1399px) {
  .contact-card::before {
    top: -75px;
    left: -35px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-card::before {
    width: 550px;
    height: 550px;
    top: -75px;
    left: -25px;
  }
}

@media screen and (max-width: 991px) {
  .contact-card::before {
    display: none;
  }
}

.contact-card__header:not(:last-child) {
  margin-bottom: 18px;
}

.contact-card__title {
  text-align: center;
}

.contact-card__desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: hsl(var(--gray-two));
}

@media screen and (max-width: 1199px) {
  .contact-card__desc {
    font-size: 1rem;
  }
}

.contact-form .row>div:nth-last-child(2)>* {
  margin-top: 8px;
}

.contact-form .form--control {
  background-color: #FAFAFA;
}

.contact-form textarea.form--control {
  height: 100px;
}

.contact-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 20px;
}

@media screen and (max-width: 1199px) {
  .contact-list-item {
    gap: 10px;
  }
}

.contact-list-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.contact-list-item__icon {
  width: 45px;
  height: 45px;
  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;
  background-color: hsl(var(--base-l-800));
}

.contact-list-item__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 175%;
  color: hsl(var(--black-two));
  margin-bottom: 0px;
}

.contact-list-item__desc,
.contact-list-item__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--gray-two));
}


.contact-list-item__link:hover,
.contact-list-item__link:focus {
  color: hsl(var(--base));
}

.contact-info {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .contact-info {
    margin-top: 0px;
  }
}

.contact-info__title {
  margin-bottom: 12px;
}

.contact-info__desc {
  max-width: 75%;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  color: hsl(var(--gray-two));
}

@media screen and (max-width: 1199px) {
  .contact-info__desc {
    max-width: 100%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .contact-info__desc {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .contact-info__desc {
    max-width: 70%;
  }
}

@media screen and (max-width: 575px) {
  .contact-info__desc {
    max-width: 100%;
  }
}

.contact-info .contact-list {
  margin-top: 36px;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .contact-info .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 24px;
  }

  .contact-info .contact-list-item {
    width: calc(50% - 24px);
  }

  .contact-info .contact-list-item:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
  }
}

@media screen and (max-width: 575px) {
  .contact-info .contact-list {
    margin-top: 24px;
  }
}

/* ========================= Contact Page CSS End ================================= */
/* ========================= User Profile Page CSS Start ========================== */
.user-profile .page-top {
  padding-bottom: 16px;
}

.user-profile .page-top__wrapper {
  height: 100%;
}

.user-profile .page-top__left {
  height: 100%;
}

.user-profile .page-top .search-form {
  max-width: 385px;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .user-profile .page-top .search-form {
    max-width: 100%;
  }
}

.user-profile .page-top .custom--tab {
  border-bottom: none;
  margin-bottom: 0;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-profile .page-top .custom--tab .nav-item .nav-link {
  padding: 10px 12px;
  border-radius: 8px;
}

.user-profile-sidebar {
  width: 100%;
  max-width: 385px;
  margin-left: auto;
  background-color: hsl(var(--white));
}

.user-profile-sidebar__block:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .user-profile-sidebar {
    position: sticky;
    top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .user-profile-sidebar {
    max-width: 100%;
  }
}

/* ========================= User Profile Page CSS End ============================ */
/* ========================= Account Page CSS Start =============================== */
.account {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-inner__side {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.account-inner__side.thumb {
  max-width: 50%;
  position: relative;
}

.account-inner__side.thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}

@media screen and (min-width: 1200px) {
  .account-inner__side.thumb {
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: 100%;
    mask-position: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .account-inner__side.thumb {
    display: none;
  }
}

.account-inner__side.content {
  max-width: 50%;
  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;
  padding: 0 0 0 64px;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .account-inner__side.content {
    padding: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .account-inner__side.content {
    padding: 48px;
  }
}

@media screen and (max-width: 991px) {
  .account-inner__side.content {
    padding: 48px 24px;
  }
}

@media screen and (max-width: 767px) {
  .account-inner__side.content {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.account-card {
  width: 100%;
  max-width: 570px;
  position: relative;
}

.account-card__header>*:not(:last-child) {
  margin-bottom: 20px;
}

.account-card__divider {
  position: relative;
  margin: 20px 0;
}

.account-card__divider::before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: hsl(var(--black)/0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.account-card__divider span {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
  color: hsl(var(--black-two));
  background-color: hsl(var(--white));
  padding: 0 10px;
  z-index: 1;
  position: relative;
}

.account-card__headings .title {
  text-align: center;
  margin-bottom: 20px;
}

.account-card__headings .subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: hsl(var(--gray-two));
}

.account-form .input--group .input-group-text {
  border-width: 0;
  background-color: transparent;
}

.disableSubmission .input-group-text {
  border: none !important;
}

.account .btn--close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
  .account .btn--close {
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .account .btn--close {
    top: 16px;
  }
}

.social-auth-btns {
  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;
  gap: 16px;
}

.social-auth-btns .btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  gap: 6px;
}

/* ========================= Account Page CSS End ================================= */
/* ========================= JSS Sectioin CSS Start ============================== */
.jss-section .page-top .select2-wrapper {
  width: 200px;
}

@media screen and (max-width: 374px) {
  .jss-section .page-top .select2-wrapper {
    width: 100%;
  }
}

/* ========================= JSS Sectioin CSS End ================================ */
/* ========================= Service Detail Page CSS Start ========================== */
.bg--white {
  background-color: hsl(var(--white));
}

.jss-details-main__block:not(:last-child) {
  margin-bottom: 40px;
}

.jss-details-main__block.one {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

@media screen and (max-width: 575px) {
  .jss-details-main__block.one {
    padding: 16px;
  }
}

.jss-details-sidebar {
  width: 100%;
  max-width: 385px;
  margin-left: auto;
  background-color: hsl(var(--white));
}

.jss-details-sidebar__block:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .jss-details-sidebar {
    position: sticky;
    top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .jss-details-sidebar {
    max-width: 100%;
  }
}

.jss-details-slider {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.jss-details-slider:not(:last-child) {
  margin-bottom: 16px;
}

.jss-details__title {
  margin-bottom: 0;
}

.jss-details-meta {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.jss-details-meta__item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--black-two));
}

.jss-details__react-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.jss-details__react-btns .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.jss-details__skills {
  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;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .jss-details__skills .skill-list__link {
    font-size: 0.875rem;
    padding: 4px 12px;
  }
}

.jss-details .tags {
  margin-top: 24px;
}

/* ========================= Service Detail Page CSS End ============================ */
/* ========================= Blog Detail Page CSS Start ============================= */
.blog-details-card {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black)/0.1);
  border-radius: 8px;
  overflow: hidden;
}

.blog-details-card__header {
  position: relative;
}

.blog-details-card__body {
  padding: 70px 32px 24px 32px;
}

@media screen and (max-width: 767px) {
  .blog-details-card__body {
    padding: 56px 24px 24px 24px;
  }
}

@media screen and (max-width: 575px) {
  .blog-details-card__body {
    padding: 48px 16px 16px 16px;
  }
}

.blog-details-card__footer {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 32px;
  background-color: #FAFAFA;
  border-top: 1px solid hsl(var(--black)/0.1);
}

.blog-details-card__footer .title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: hsl(var(--black-two));
}

@media screen and (max-width: 767px) {
  .blog-details-card__footer {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 575px) {
  .blog-details-card__footer {
    padding: 16px;
  }
}

.blog-details__date {
  width: 74px;
  height: 84px;
  border-radius: 12px;
  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;
  background: hsl(var(--base));
  position: absolute;
  bottom: -37px;
  left: 32px;
}

.blog-details__date .day {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: hsl(var(--white));
}

.blog-details__date .month {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
  .blog-details__date {
    width: 64px;
    height: 74px;
    bottom: -29px;
    left: 24px;
  }

  .blog-details__date .day {
    font-size: 1.75rem;
  }

  .blog-details__date .month {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  .blog-details__date {
    width: 54px;
    height: 64px;
    bottom: -31px;
    left: 16px;
  }

  .blog-details__date .day {
    font-size: 1.5rem;
  }

  .blog-details__date .month {
    font-size: 1rem;
  }
}

.blog-details__title {
  margin-bottom: 24px;
}

.blog-details__thumb {
  width: 100%;
}

.blog-details__desc p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--gray-two));
}

.blog-details__desc p:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
  .blog-details__desc p {
    font-size: 0.875rem;
  }
}

.blog-details-sidebar {
  max-width: 385px;
  margin-left: auto;
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 8px;
  background-color: #FFF;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 991px) {
  .blog-details-sidebar {
    max-width: 100%;
    margin-left: 0;
    position: static;
  }
}

.blog-details-sidebar__header {
  padding: 12px 24px;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

@media screen and (max-width: 767px) {
  .blog-details-sidebar__header {
    padding: 12px 16px;
  }
}

.blog-details-sidebar__body {
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .blog-details-sidebar__body {
    padding: 16px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .blog-details-sidebar__body .blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 24px;
  }

  .blog-details-sidebar__body .blog-list-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(50% - 24px);
  }

  .blog-details-sidebar__body .blog-list-item:last-child {
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-sidebar__body .blog-list {
    gap: 16px;
  }

  .blog-details-sidebar__body .blog-list-item {
    max-width: calc(50% - 16px);
  }
}

.blog-details-sidebar__title {
  font-weight: 600;
  margin-bottom: 0;
}

/* ========================= Blog Detail Page CSS End =============================== */
/* ========================= Dashboard Page CSS Start =============================== */
.dashboard-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 30px;
}

.dashboard-inner>* {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dashboard-top {
  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;
  gap: 16px;
}

@media screen and (max-width: 575px) {
  .dashboard-top {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

.dashboard-top .search-form {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 575px) {
  .dashboard-top .search-form {
    max-width: 100%;
  }

  .dashboard-top .btn {
    margin-left: auto;
  }
}

.dashboard-content {
  max-width: 100%;
}

.dashboard-content>*:not(:last-child) {
  margin-bottom: 24px;
}

.dashboard-widget-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

@media screen and (min-width: 576px) {
  .dashboard-widget-grid {
    grid-template-columns: 1fr 220px;
    grid-template-rows: repeat(4, 110px);
  }
}

@media screen and (min-width: 768px) {
  .dashboard-widget-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .dashboard-widget-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .dashboard-widget-grid .widget-dashboard {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .dashboard-widget-grid .widget-dashboard:nth-child(5n+3),
  .dashboard-widget-grid .widget-dashboard:nth-child(5n+4),
  .dashboard-widget-grid .widget-dashboard:nth-child(5n+5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .dashboard-widget-grid .widget-dashboard:nth-child(5n+4),
  .dashboard-widget-grid .widget-dashboard:nth-child(5n+5) {
    grid-column: 2/span 1;
  }

  .dashboard-widget-grid .cs-reviews {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-row: 2/span 3;
  }

  .dashboard-widget-grid .widget-compact {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    grid-column: 1/span 2;
  }
}

@media screen and (min-width: 1200px) {
  .dashboard-widget-grid .widget-dashboard {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .dashboard-widget-grid .widget-dashboard:not(:nth-child(-n+3)) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .dashboard-widget-grid .cs-reviews {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-row: 2/span 4;
  }

  .dashboard-widget-grid .widget-compact {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    grid-column: 2/span 2;
    grid-row: 3/span 3;
  }
}

/* ========================= Dashboard Page CSS End ================================= */
/*# sourceMappingURL=main.css.map */

/* ========================= Skeleton Loader start ================================= */
/* Basic Skeleton Loader Styles */
.skeleton-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-height: 378px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.skeleton-card__thumb {
  width: 100%;
  min-height: 168px;
  background: #eeeef1;
  position: relative;
  overflow: hidden;
  max-height: 345px;
}

@media only screen and (max-width: 1400px) {
  .skeleton-card__thumb {
    min-height: 263px;
  }
}

@media only screen and (max-width: 1200px) {
  .skeleton-card__thumb {
    min-height: 195px;
  }
}

@media only screen and (max-width: 992px) {
  .skeleton-card__thumb {
    min-height: 218px;
  }
}

.row-list-layout .skeleton-card {
  min-height: unset !important;
}

.row-list-layout .skeleton-card__thumb {
  height: 150px;
  min-height: unset;
}

@media only screen and (max-width: 1200px) {
  .row-list-layout .skeleton-card__thumb {
    height: 118px;
  }
}

.skeleton-card__body {
  padding: 1rem;
}

.skeleton-card__title {
  height: 16px;
  background: #eeeef1;
  margin-bottom: 1rem;
  width: 85%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.skeleton-card__user {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}

.skeleton-card__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eeeef1;
  position: relative;
  overflow: hidden;
}

.skeleton-card__user-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.skeleton-card__name {
  height: 12px;
  width: 80px;
  background: #eeeef1;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.skeleton-card__badge {
  height: 12px;
  width: 50px;
  background: #eeeef1;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.skeleton-card__stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}

.skeleton-card__stat {
  height: 12px;
  width: 60px;
  background: #eeeef1;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.skeleton-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 0.7rem;
  border-top: 1px solid #eeeef1;
}

.skeleton-card__action {
  height: 22px;
  width: 100px;
  background: #eeeef1;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

/* Enhanced shimmer animation */
.skeleton-card__thumb::after,
.skeleton-card__title::after,
.skeleton-card__avatar::after,
.skeleton-card__name::after,
.skeleton-card__badge::after,
.skeleton-card__stat::after,
.skeleton-card__action::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* Add slight delay to each element for wave effect */
.skeleton-card__thumb::after {
  animation-delay: 0s;
}

.skeleton-card__title::after {
  animation-delay: 0.1s;
}

.skeleton-card__avatar::after {
  animation-delay: 0.2s;
}

.skeleton-card__name::after {
  animation-delay: 0.3s;
}

.skeleton-card__badge::after {
  animation-delay: 0.4s;
}

.skeleton-card__stat::after {
  animation-delay: 0.5s;
}

.skeleton-card__action::after {
  animation-delay: 0.6s;
}

/* ========================= Skeleton Loader start ================================= */

.empty-message-box {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  min-height: 200px; */


  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #d4f0ff4f;
  border-radius: 8px;
  min-height: 200px;

}

.empty-message-box .icon {
  font-size: 3.5rem;
  color: #2ab4fe;
  margin-bottom: 10px;
}

.empty-message-box .icon svg {
  width: 70px !important;
}

.empty-message-box .caption {
  font-size: 1.1rem;
  color: #2ab4fe;
  margin: 0;
  font-weight: 500;
  text-align: center;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
}

.quantity-control {
  display: flex;
  align-items: center;
  background: #f5f7f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 4px;
  gap: 6px;
}

.quantity-btn {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: hsl(var(--base)) !important;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.quantity-btn:hover:not(:disabled) {
  background: hsl(var(--base)) !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quantity-btn:active:not(:disabled) {
  transform: translateY(0);
}

.quantity-btn--minus i,
.quantity-btn--plus i {
  font-size: 12px;
  color: white;
}

.quantity-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

.info-list-item__value {
  min-width: 30px;
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0px !important;
}

/* extra services product details */
.extra-services {
  background: #fff;
}

.extra-services h6 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.extra-services .extra-services-list {
  margin-top: 15px;
}

.extra-services .form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.2s ease;
}

.extra-services .form-row:hover {
  background: #f8f9fa;
  border-radius: 6px;
}

.extra-services .form-row:last-child {
  border-bottom: none;
}

.extra-services .custom-check-group {
  display: flex;
  align-items: center;
}

.extra-services .custom-checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  cursor: pointer;
  appearance: none;
  border: 2px solid hsl(var(--base));
  border-radius: 4px;
  transition: all 0.2s ease;
}

.extra-services .custom-checkbox:checked {
  background: hsl(var(--base));
}

.extra-services .custom-checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
}

.extra-services .custom-checkbox-label {
  font-size: 14px;
  color: #444;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.2s ease;
}

.extra-services .custom-checkbox-label:hover {
  color: hsl(var(--base));
}

.extra-services .value {
  font-size: 14px;
  font-weight: 600;
  color: hsl(var(--base));
}

.close {
  cursor: pointer;
}


/* extra services product details */
.comment-form .rating:not(:checked)>label:before {
  content: '★';
  border: none;
}

.comment-form .rating:not(:checked)>label {
  width: 1em;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 150%;
  line-height: 1.2;
  color: #ddd;
  float: right;
}

.comment-form .rating>input:checked~label {
  color: hsl(var(--base));
}

.comment-form .rating:not(:checked)>label:hover,
.comment-form .rating:not(:checked)>label:hover~label {
  /* color: gold; */
  color: hsl(var(--base));
}

.rating input[type="radio"] {
  display: none;
}

.like-dislike input[type="radio"] {
  display: none;
}

.like-dislike label {
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
}

.like-dislike label:hover {
  transform: scale(1.2);
}

#review-like:checked+label {
  color: #28a745;
}

#review-dislike:checked+label {
  color: #dc3545;
}

.review-textarea {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 15px;
  margin-top: 20px;
  transition: border-color 0.3s;
}

.review-textarea:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.review-submit {
  background: hsl(var(--base));
  /* background: linear-gradient(to right, #007bff, #0056b3); */
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s;
}

.review-submit:hover,
.review-submit:focus,
.review-submit:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base-d-200)) !important;
  background-color: hsl(var(--base-d-200)) !important;
}

/* lightcse css start  */
.lightcase-icon-close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

.lightcase-icon-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

.lightcase-icon-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

.lightcase-icon-play:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

.lightcase-icon-pause:before {
  content: "\f04c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

.lightcase-icon-spin:before {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* lightcse css end  */

/* image uploader css start  */
/*! Image Uploader - v1.2.3 - 26/11/2019
 * Copyright (c) 2019 Christian Bayer; Licensed MIT */

[class*=iui-],
[class^=iui-] {
  font-family: 'Image Uploader Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iui-close:before {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f00d";
}

.iui-cloud-upload:before {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f382";
}

.image-uploader {
  min-height: 10rem;
  border: 2px dashed #cccccc;
  position: relative;
  background-color: #f9f9f9;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.image-uploader.drag-over {
  background-color: #e3e3e3;
}

.image-uploader input[type=file] {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.image-uploader .upload-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #888888;
  font-size: 16px;
  text-align: center;
}

.image-uploader .upload-text i {
  display: block;
  font-size: 48px;
  margin-bottom: 0.5rem;
  color: #888888;
}

.image-uploader .upload-text span {
  display: block;
}

.image-uploader.has-files .upload-text {
  display: none;
}

.image-uploader .uploaded {
  padding: 0.5rem;
  line-height: 0;
}

.image-uploader .uploaded .uploaded-image {
  display: inline-block;
  width: calc(16.6666667% - 1rem);
  padding-bottom: calc(16.6666667% - 1rem);
  height: 0;
  position: relative;
  margin: 0.5rem;
  background: #f3f3f3;
  cursor: default;
  border-radius: 6px;
  overflow: hidden;
}

.image-uploader .uploaded .uploaded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.image-uploader .uploaded .uploaded-image .delete-image {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  border-radius: 50%;
  padding: 0.3rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}

.image-uploader .uploaded .uploaded-image:hover .delete-image {
  display: block;
}

.image-uploader .uploaded .uploaded-image .delete-image i {
  display: block;
  color: #ffffff;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

@media screen and (max-width: 1366px) {
  .image-uploader .uploaded .uploaded-image {
    width: calc(20% - 1rem);
    padding-bottom: calc(20% - 1rem);
  }
}

@media screen and (max-width: 992px) {
  .image-uploader .uploaded {
    padding: 0.4rem;
  }

  .image-uploader .uploaded .uploaded-image {
    width: calc(25% - 0.8rem);
    padding-bottom: calc(25% - 0.4rem);
    margin: 0.4rem;
  }
}

@media screen and (max-width: 786px) {
  .image-uploader .uploaded {
    padding: 0.3rem;
  }

  .image-uploader .uploaded .uploaded-image {
    width: calc(33.3333333333% - 0.6rem);
    padding-bottom: calc(33.3333333333% - 0.3rem);
    margin: 0.3rem;
  }
}

@media screen and (max-width: 450px) {
  .image-uploader .uploaded {
    padding: 0.2rem;
  }

  .image-uploader .uploaded .uploaded-image {
    width: calc(50% - 0.4rem);
    padding-bottom: calc(50% - 0.4rem);
    margin: 0.2rem;
  }
}

/* image uploader css end  */

.gig-body {
  padding-top: 20px;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
  display: block;
  position: relative;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
  width: 100%;
  height: 250px;
  border-radius: 0;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
  width: 100%;
  height: 250px;
  border-radius: 3px 3px 0 0;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-edit {
  position: absolute;
  top: 20px;
  right: 20px;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-edit .profilePicUpload {
  display: none;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-edit .update-btn {
  padding: 7px 15px;
  background-color: white;
  border-radius: 20px;
  color: #2f2f35;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-edit .update-btn:hover {
  background-color: #f8f9fa;
}

.profile-thumb-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 3rem;
}

@media only screen and (max-width: 767px) {
  .profile-thumb-content {
    display: block;
    text-align: center;
    padding: 0;
  }
}

.profile-thumb-content .profile-thumb {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-top: -100px;
}

.profile-thumb-content .profile-thumb .avatar-preview {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #e1e7ec;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  display: none;
}

.profile-thumb-content .profile-thumb .avatar-edit .edit-btn {
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 50%;
  color: #2f2f35;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.profile-thumb-content .profile-content {
  transform: translateY(-32px);
}

@media only screen and (max-width: 767px) {
  .profile-thumb-content .profile-content {
    transform: none;
  }
}

.profile-thumb-content .profile-content .username {
  font-size: 22px;
  color: white;
}

@media only screen and (max-width: 767px) {
  .profile-thumb-content .profile-content .username {
    color: #2f2f35;
  }
}

.profile-thumb-content .profile-content .user-info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px -10px;
}

@media only screen and (max-width: 767px) {
  .profile-thumb-content .profile-content .user-info-list {
    justify-content: center;
  }
}

.profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 10px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  color: #5d5d5d;
}

.profile-thumb-content .profile-content .user-info-list li i {
  font-size: 18px;
  margin-right: 5px;
  color: #2cdd9b;
}

.cs-reviews .empty-message-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #f8f9fa00;
  border-radius: 8px;
  box-shadow: unset;
  min-height: 200px;
  color: #2ab4fe;
}

.dropdown-custom .dropdown-item {
  padding: 8px 12px;
}

.coupon-div input,
.coupon-div input:focus::placeholder {
  color: hsl(var(--gray-two)) !important;
}

.details-card {
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.details-card .card-header {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

/* Styling for the list group */
.details-card .list-group-item {
  background-color: #f9f9f9;
  font-size: 16px;
  border: none;
  padding: 15px 20px;
}

.details-card .list-group-item:nth-child(even) {
  background-color: #ffffff;
}

/* Styling for text classes */
.details-card .text--dark {
  color: #212529;
}

.details-card .text--success {
  color: #28a745;
}

.details-card .text--info {
  color: #17a2b8;
}

/* Hover Effects */
.details-card .list-group-item:hover {
  background-color: #f1f3f5;
  transition: background-color 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .details-card .list-group-item {
    font-size: 14px;
    padding: 12px 15px;
  }
}


.comment-form textarea.form--control {
  height: 80px;
  resize: none;
}


#transactionDatePicker {
  font-size: 14px;
}

.row-list-layout .jss--card .card-thumb {
  max-height: 100%;
  height: 100% !important;
}

.row-list-layout .jss--card .card-thumb img {
  height: 100% !important;
}

.reset-password-page.contact-card {
  border-radius: 25px !important;
}