/* ============================ Media Breakpoint for Each Device Start ============================ */
/* ================================== Font Size For responsive devices End =============================== */
/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&family=Inter:wght@100..900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Inknut Antiqua", serif;
  --body-font: "Inter", sans-serif;
  /* ========================= Theme Color Start ============================= */
  /* Base Color */
  --base-h: 113;
  --base-s: 100%;
  --base-l: 33%;
  --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);
  /* Base two Color */
  --base-two-h: 148;
  --base-two-s: 73%;
  --base-two-l: 10%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  --base-two-d-100: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.1);
  --base-two-d-200: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.2);
  --base-two-d-300: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.3);
  --base-two-d-400: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.4);
  --base-two-d-500: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.5);
  --base-two-d-600: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.6);
  --base-two-d-700: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.7);
  --base-two-d-800: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.8);
  --base-two-d-900: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.9);
  --base-two-l-100: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
  --base-two-l-200: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
  --base-two-l-300: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
  --base-two-l-400: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
  --base-two-l-500: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
  --base-two-l-600: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
  --base-two-l-700: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
  --base-two-l-800: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
  --base-two-l-900: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
  /* ========================= Theme Color End ============================= */
  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --body-bg: 180 3% 94%;
  --body-color: 0 0% 46%;
  --text-color: 0 0% 51%;
  --heading-color: 0 0% 13%;
  --black: 0 0% 0%;
  --bg-color: 0, 0%, 10%;
  --border-color: 0 0% 88%;
  --section-bg: 208 100% 97%;

  /* ================================ Box Shadow Start =============================== */
  --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
  --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
  --box-shadow: 0px 4px 0px 0px #0a0a0a14;
  --box-shadow-two: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  /* ================================ Box Shadow End =============================== */
  /* ============================== Bootstrap Modifier Start ============================== */
  /* Primary Color */
  --primary-h: 211;
  --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-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);
  /* 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-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);
  /* Success Color */
  --success-h: 113;
  --success-s: 100%;
  --success-l: 33%;
  --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-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);
  /* Danger Color */
  --danger-h: 354;
  --danger-s: 70%;
  --danger-l: 54%;
  --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-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);
  /* 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-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);
  /* Info Color */
  --info-h: 190;
  --info-s: 90%;
  --info-l: 50%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  --info-d-100: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.4);
  --info-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);
  /* dark Color */
  --dark-h: 0;
  --dark-s: 0%;
  --dark-l: 13%;
  --dark: var(--dark-h) var(--dark-s) var(--dark-l);
  --dark-d-100: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.1);
  --dark-d-200: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.2);
  --dark-d-300: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.3);
  --dark-d-400: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.4);
  --dark-l-100: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
  --dark-l-200: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
  --dark-l-300: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
  --dark-l-400: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
  /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align,
.dashboard .user-info__right,
.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.dashboard .sidebar-submenu-list__link::before,
.alert__link::before {
  position: absolute;
  content: "";
}

.top-center-extend,
.dashboard .sidebar-submenu-list__link::before,
.sidebar--acordion .accordion-button[aria-expanded="true"]::after,
.sidebar--acordion .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%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15,
.dashboard .user-info .user-info-dropdown__link {
  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 !important;
}

@media screen and (max-width: 1399px) {
  .fs-18 {
    font-size: 1.0625rem !important;
  }
}

@media screen and (max-width: 767px) {
  .fs-18 {
    font-size: 1rem !important;
  }
}

.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;
  }
}

.h-50 {
  height: 50px !important;
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: hsl(var(--body-bg));
  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;
  counter-reset: section;
}

p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  color: hsl(var(--body-color));
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
}

h1 {
  font-size: 3.5rem;
}

@media screen and (max-width: 1399px) {
  h1 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 3rem;
}

@media screen and (max-width: 1399px) {
  h2 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 2.5rem;
}

@media screen and (max-width: 1399px) {
  h3 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 1199px) {
  h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 2rem;
}

@media screen and (max-width: 1399px) {
  h4 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1199px) {
  h4 {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 575px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
  h5 {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 1199px) {
  h5 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  h5 {
    font-size: 1.0625rem;
  }
}

h6 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
  h6 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 1199px) {
  h6 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  h6 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  h6 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  h6 {
    font-size: 1rem;
  }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 1.3;
}

a {
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--base));
}

a:hover {
  color: hsl(var(--base-d-200));
}

img {
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: 0;
  background-color: transparent;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
  font-family: var(--body-font);
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
  .col-xsm-6 {
    width: 50%;
  }
}

/* Section Background */
.section-bg {
  background-color: hsl(var(--section-bg));
}

@media (min-width: 424px) {
  .d-xsm-block {
    display: block !important;
  }
}

/* Bg Image Css */
.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/* Hide Scroll bar Css For Custom Modal */
.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);
}

/* Overlay Start */
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.body-overlay.show-overlay {
  visibility: visible;
  opacity: 1;
}

.gradient-text {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(var(--base-d-200))),
    to(hsl(var(--base)))
  );
  background-image: linear-gradient(
    180deg,
    hsl(var(--base-d-200)) 0%,
    hsl(var(--base)) 100%
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.gradient-text::-moz-selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
  background: transparent;
}

.gradient-text::selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
  background: transparent;
}

.sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.sidebar-overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

/* Overlay End */
.border-top {
  border-top: 1px solid hsl(var(--black) / 0.1);
}

.border-bottom {
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .section-heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 20px;
  }
}

.section-heading.two .section-heading__title {
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.section-heading.two .section-heading__desc {
  color: hsl(var(--text-color));
}

.section-heading__title {
  margin-bottom: 15px;
  color: hsl(var(--white));
  font-weight: 600;
}

.section-heading__desc {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  font-size: 1.125rem;
  color: hsl(var(--white));
}

.section-heading.style-left {
  text-align: left;
}

.section-heading.style-left .section-heading__desc {
  margin: 0;
}

/* ====================== Section Heading En d==================== */
/* ================================= Background Color Css Start =========================== */
.bg--base {
  background-color: hsl(var(--base)) !important;
}

.bg--primary {
  background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
  background-color: hsl(var(--secondary)) !important;
}

.bg--success {
  background-color: hsl(var(--success)) !important;
}

.bg--danger {
  background-color: hsl(var(--danger)) !important;
}

.bg--warning {
  background-color: hsl(var(--warning)) !important;
}

.bg--info {
  background-color: hsl(var(--info)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
  color: hsl(var(--base)) !important;
}

.text--primary {
  color: hsl(var(--primary)) !important;
}

.text--secondary {
  color: hsl(var(--secondary)) !important;
}

.text--success {
  color: hsl(var(--success)) !important;
}

.text--danger {
  color: hsl(var(--danger)) !important;
}

.text--warning {
  color: hsl(var(--warning)) !important;
}

.text--info {
  color: hsl(var(--info)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .my-120 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.mt-120 {
  margin-top: 60px;
}

@media (min-width: 576px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .my-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mt-60 {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-120 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-120 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

.py-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 30px;
}

@media (min-width: 576px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}

.pb-60 {
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

/* ================================= 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 =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion {
  background-color: hsl(var(--white));
  padding: 20px 25px;
  border-radius: 12px;
}

.custom--accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  background-color: transparent !important;
  border-radius: 0px;
  overflow: hidden;
}

.custom--accordion .accordion-item:last-child {
  margin-bottom: 40px;
}

.custom--accordion .accordion-header {
  line-height: 1;
}

.custom--accordion .accordion-body {
  padding: 0;
  padding-bottom: 40px;
  background-color: transparent;
}

.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 {
  color: var(--heading-color);
  font-size: 1.25rem;
  font-family: var(--body-font);
  padding: 40px 0;
  font-weight: 600;
  padding-right: 40px;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding: 25px 0;
    padding-right: 30px;
    font-size: 16px;
  }
}

.custom--accordion .accordion-button__number {
  margin-right: 10px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 424px) {
  .custom--accordion .accordion-button__number {
    padding-right: 10px;
  }
}

.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) {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) .accordion-button__number {
  color: hsl(var(--base));
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: hsl(var(--white));
}

.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: "\f00d";
  position: absolute;
  right: 0px;
  height: 35px;
  width: 35px;
  background: hsl(var(--base));
  border-radius: 50%;
  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;
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f067";
  color: hsl(var(--base));
  background: hsl(var(--base) / 0.1);
}

.load-more-button {
  color: hsl(var(--heading-color));
  text-decoration: underline;
  font-weight: 600;
  margin-top: 10px;
  font-family: var(--body-font);
  color: hsl(var(--text-color));
  font-size: 14px;
  cursor: pointer;
}

/* ================================= Accordion Css End =========================== */
.sidebar--acordion .accordion-item {
  background-color: transparent !important;
  border: 0;
  padding: 0;
  margin-top: 30px;
}

.sidebar--acordion .accordion-header {
  line-height: 1;
  padding: 0 !important;
}

.sidebar--acordion .accordion-body {
  padding: 0;
  margin-top: 24px;
}

.sidebar--acordion .accordion-body .text {
  max-width: 60%;
}

@media screen and (max-width: 575px) {
  .sidebar--acordion .accordion-body .text {
    max-width: 100%;
  }
}

.sidebar--acordion .accordion-button {
  background-color: transparent;
  font-family: var(--body-font);
  font-size: 18px;
  color: hsl(var(--heading-color));
  font-weight: 600;
  padding: 0;
}

.sidebar--acordion .accordion-button::after {
  background-image: none;
}

.sidebar--acordion .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidebar--acordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidebar--acordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: hsl(var(--base));
}

.sidebar--acordion .accordion-button[aria-expanded="true"]::after,
.sidebar--acordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f106";
  display: inline-block;
  position: absolute;
  right: 0;
  height: unset;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  color: hsl(var(--black));
}

.sidebar--acordion .accordion-button[aria-expanded="false"]::after {
  content: "\f107";
}

.faq-thumb-wrapper {
  width: 620px;
  height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(var(--base-d-400));
  border-radius: 50%;
  padding: 25px;
  padding-bottom: 0;
  overflow: hidden;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1499px) {
  .faq-thumb-wrapper {
    width: 500px;
    height: 500px;
  }
}

.faq-thumb-wrapper .faq-thumb {
  height: 100%;
}

.faq-thumb-wrapper .faq-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ================================= Button Css Start =========================== */
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: none;
  background-color: none;
  border-color: none;
}

.pill {
  border-radius: 40px !important;
}

.btn {
  color: hsl(var(--white)) !important;
  font-weight: 600;
  /* padding: 16px 24px; */
  padding: 11px 16px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 1.313;
}



.btn:hover,
.btn:focus,
.btn:focus-visible {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:active {
  top: 1px;
}

.btn--lg {
  padding: 17px 29px;
}

@media screen and (max-width: 767px) {
  .btn--lg {
    padding: 16px 25px;
  }
}

.btn--sm {
  padding: 10px 22px;
  font-weight: 600;
  font-size: 0.875rem;
}

.btn--xsm {
  padding: 6px 15px;
  font-weight: 600;
  font-size: 0.875rem;
}

.btn--icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9375rem;
  padding: 0;
}

.btn--base {
  background-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base)) !important;
  color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.btn--primary {
  background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
  background-color: hsl(var(--primary-d-200)) !important;
  border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--primary)) !important;
  color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
  background-color: hsl(var(--primary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--secondary {
  background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
  background-color: hsl(var(--secondary-d-200)) !important;
  border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--secondary)) !important;
  color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--danger {
  background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
  background-color: hsl(var(--danger-d-200)) !important;
  border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
  background-color: transparent !important;
  border: 1px solid hsl(var(--danger)) !important;
  color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
}
/* btn success css  */
.btn--success {
  background-color: hsl(var(--success)) !important;
}

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
  background-color: hsl(var(--success-d-200)) !important;
  border: 1px solid hsl(var(--success-d-200)) !important;
}

.btn-outline--success {
  background-color: transparent !important;
  border: 1px solid hsl(var(--success)) !important;
  color: hsl(var(--success)) !important;
}

.btn-outline--success:hover,
.btn-outline--success:focus .btn-outline--success:focus-visible {
  background-color: hsl(var(--success)) !important;
  color: hsl(var(--white)) !important;
}
.btn--warning {
  background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
  background-color: hsl(var(--warning-d-200)) !important;
  border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
  background-color: transparent !important;
  border: 1px solid hsl(var(--warning)) !important;
  color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
  background-color: hsl(var(--warning)) !important;
  color: hsl(var(--white)) !important;
}

.btn--info {
  background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
  background-color: hsl(var(--info-d-200)) !important;
  border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
  background-color: transparent !important;
  border: 1px solid hsl(var(--info)) !important;
  color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
  background-color: hsl(var(--info)) !important;
  color: hsl(var(--white)) !important;
}

.btn--dark {
  background-color: hsl(var(--dark)) !important;
}

.btn--dark:hover,
.btn--dark:focus .btn--dark:focus-visible {
  background-color: hsl(var(--dark-d-200)) !important;
  border: 1px solid hsl(var(--dark-d-200)) !important;
}

.btn-outline--dark {
  background-color: transparent !important;
  border: 1px solid hsl(var(--dark)) !important;
  color: hsl(var(--dark)) !important;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus .btn-outline--dark:focus-visible {
  background-color: hsl(var(--dark)) !important;
  color: hsl(var(--white)) !important;
}

.cmn-outline-btn {
  border: 1px solid hsl(var(--black) / 0.1);
  color: hsl(var(--text-color)) !important;
}

.cmn-btn {
  border: 1px solid hsl(var(--black) / 0.1);
  color: hsl(var(--text-color)) !important;
  background-color: hsl(var(--white));
}

.btn[disabled] {
  opacity: 0.4 !important;
}
.btn-close:focus {
  box-shadow: none !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  border-radius: 5px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--white));
  border: transparent;
  height: 100%;
}

.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: 5px;
}

.custom--card .card-footer {
  padding: 12px 24px;
  background-color: transparent;
  border-top: 1px solid hsl(var(--black) / 0.1);
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.form-group {
  margin-bottom: 0.813rem;
}

/* Form Select */
.select {
  color: hsl(var(--black) / 0.6) !important;
}

.select:focus {
  border-color: hsl(var(--base));
  color: hsl(var(--black)) !important;
}

.select option {
  background-color: hsl(var(--black));
  color: hsl(var(--white));
}

/* Form Select End */
/* Form Control Start */
.form--control {
  border-radius: 4px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 11px 16px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.1);
  color: hsl(var(--black));
  line-height: 1.313;
}

/* .form--control.form-control {
  padding: 14px 24px !important;
} */

.form--control.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form--control::-webkit-input-placeholder {
  color: #4f4f4f;
  font-size: 0.875rem;
}

.form--control::-moz-placeholder {
  color: #4f4f4f;
  font-size: 0.875rem;
}

.form--control:-ms-input-placeholder {
  color: #4f4f4f;
  font-size: 0.875rem;
}

.form--control::-ms-input-placeholder {
  color: #4f4f4f;
  font-size: 0.875rem;
}

.form--control::placeholder {
  color: #4f4f4fce;
  font-size: 0.875rem;
}

.form--control:focus {
  border-color: hsl(var(--base)) !important;
}

.form--control:disabled,
.form--control[readonly] {
  background-color: hsl(var(--black) / 0.2);
  opacity: 0.4;
  border: 1px solid hsl(var(--black) / 0.2);
}

.form--control[type="password"] {
  color: hsl(var(--black) / 0.5);
}

.form--control[type="password"]:focus {
  color: hsl(var(--black));
}

.form--control[type="file"] {
  line-height: 43px;
  padding: 0;
  position: relative;
}

.form--control[type="file"]::-webkit-file-upload-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 0.2em;
  background-color: hsl(var(--base)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  /* margin-left: 15px; */
  color: hsl(var(--white)) !important;
}

.form--control[type="file"]::file-selector-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 0.2em;
  background-color: hsl(var(--base)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 5px;
  color: hsl(var(--white)) !important;
}

.form--control[type="file"]::-webkit-file-upload-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--black));
}

.form--control[type="file"]::file-selector-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--black));
}

/* Form Control End */
.input-group-text.input-text-style {
  background: hsl(var(--base));
  border: none;
  padding: 0 24px;
  font-size: 20px;
  color: hsl(var(--white));
}

textarea.form--control {
  height: 130px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--black)) !important;
  caret-color: hsl(var(--black));
}

/* Autofill Css End */
/* input group */
.input--group {
  position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
  padding-right: 50px;
}

.password-show-hide {
  position: absolute;
  right: 20px;
  z-index: 5;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--black) / 0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Custom Checkbox Design */
.form--check a {
  display: inline;
}

.form--check .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid hsl(var(--black) / 0.2);
  cursor: pointer;
}

.form--check .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form--check .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(var(--white));
  font-size: 0.6875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form--check .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

@media screen and (max-width: 424px) {
  .form--check label {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 424px) {
  .form--check a {
    font-size: 0.9375rem;
  }
}

/* Custom Radio Design */
.form--radio .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid hsl(var(--black) / 0.2);
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.form--radio .form-check-input:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.form--radio .form-check-input:checked {
  background-color: transparent;
  border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type="radio"] {
  background-image: none;
}

.form--radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  z-index: 999;
}

.form--radio .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
  border-radius: 3px;
  background-image: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--black) / 0.2) !important;
  padding: 10px !important;
  margin-left: 0;
  margin-bottom: 5px;
  border-radius: 40px;
  width: 70px;
  height: 38px;
  cursor: pointer;
}

.form--switch .form-check-input:focus {
  border-radius: 40px;
  background-image: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.form--switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-color: hsl(var(--white));
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  left: 5px;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
  left: calc(100% - 33px);
  background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--switch .form-check-label {
  width: calc(100% - 14px);
  padding-left: 5px;
  cursor: pointer;
}


/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--black) / 0.12);
  padding: 15px;
}

.custom--modal .modal-header.close {
  width: 35px;
  height: 35px;
  background-color: hsl(var(--danger));
  font-size: 1.5625rem;
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
  background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--modal .modal-content {
  border-radius: 10px !important;
}

.custom--modal .modal-body {
  padding: 15px;
}

.custom--modal .modal-icon i {
  font-size: 2rem;
  color: hsl(var(--base));
  border: 3px solid hsl(var(--base));
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.custom--modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  border-top: 1px solid hsl(var(--black) / 0.12);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  overflow: hidden;
  background-color: hsl(var(--white));
  border-radius: 4px;
  margin-top: 40px;
}

.pagination .page-item.active .page-link {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination .page-item:last-child .page-link {
  border-right: 0;
}

.pagination .page-item .page-link {
  border: 0;
  margin: 0 0px;
  border-radius: 0;
  height: 45px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  padding: 0;
  color: hsl(var(--text-color));
  border-right: 1px solid hsl(var(--black) / 0.1);
}

.pagination .page-item .page-link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination-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;
  gap: 10px;
  margin-top: 20px;
}

.pagination-wrapper__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-wrapper__left select {
  max-width: 80px;
  min-width: 70px;
  padding: 6px 10px !important;
}

.pagination-wrapper__left .text {
  font-size: 15px;
  font-weight: 500;
  text-wrap: nowrap;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.action-buttons {
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.edit-btn {
  color: hsl(var(--info));
  background-color: hsl(var(--info) / 0.08);
}

.delete-btn {
  color: hsl(var(--danger));
  background-color: hsl(var(--danger) / 0.08);
}

/* Table Content Css end */
/* Table Css Start */

.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 0px;
}
.clamping {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dashboard-table::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

.dashboard-table::-webkit-scrollbar-track {
  background: hsl(var(--base)/.2); 
  border-radius: 10px;
}

.dashboard-table::-webkit-scrollbar-thumb {
  background: hsl(var(--base)/.5); 
  border-radius: 10px;
}
.table thead tr th {
  background-color: hsl(var(--white));
  text-align: center;
  padding: 20px;
  color: hsl(var(--heading-color));
  font-family: var(--body-font);
  font-weight: 600;
  max-width: 170px;
  font-size: 0.875rem;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  background-color: hsl(var(--white));
}

@media (max-width: 1599px) {
  .table thead tr th {
    padding: 15px 10px;
  }
}

.table thead tr th:not(:first-child) {
  border-left: 0;
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 6px 0 0 0;
}

.table thead tr th:last-child {
  border-radius: 0 6px 0 0;
  text-align: right;
}

.table tbody {
  border: 0 !important;
  background-color: hsl(var(--white));
}

.table tbody tr {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.table tbody tr:last-child {
  border-bottom: 0;
}

.table tbody tr:last-child td {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0px 6px 0;
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  border-width: 1px;
  border: 0;
  font-family: var(--body-font);
  color: hsl(var(--heading-color));
  font-weight: 400;
  max-width: 170px;
  font-size: 1rem;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}
@media (max-width: 1599px) {
  .table tbody tr td {
    padding: 10px;
    font-size: 14px;
  }
}

.table tbody tr td::before {
  content: attr(data-label);
  font-family: var(--body-font);
  font-size: 0.9375rem;
  color: hsl(var(--heading-color));
  font-weight: 500;
  display: none;
  width: 45% !important;
  text-align: left;
}

.table tbody tr td:first-child {
  text-align: left;
}

.table tbody tr td:last-child {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  /* .table--responsive--md tbody tr:last-child td {
    border-bottom: 0;
  } */
  .table--responsive--md tbody tr:nth-child(odd) {
    background-color: hsl(var(--black) / 0.02);
  }
  .table--responsive--md tbody tr:nth-child(even) {
    background-color: hsl(var(--section-bg));
  }
  .table--responsive--md tbody tr td {
    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: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--md tbody tr td:last-child {
    border: none;
  }

  .table--responsive--md tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--md tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}



@media screen and (max-width: 991px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive--lg tbody tr {
    display: block;
  }

  .table--responsive--lg tbody tr:nth-child(odd) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--lg tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--lg tbody tr td {
    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: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none;
  }

  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }


}

@media screen and (max-width: 991px) {
  .table--responsive--lg tbody tr td {
    border: none;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr:nth-child(odd) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--xl tbody tr td {
    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: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }


}

@media screen and (max-width: 1199px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl thead {
    display: none;
  }

  .table--responsive--xxl tbody tr {
    display: block;
  }

  .table--responsive--xxl tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--xxl tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--xxl tbody tr td {
    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: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--xxl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xxl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xxl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl tbody tr td {
    border: 0;
  }
}

/* ================================= Table Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
  font-size: 0.75rem;
  border-radius: 6px;
  padding: 8px 10px;
  font-weight: 700;
  position: relative;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge--base {
  background-color: hsl(var(--base) / 0.15) !important;
  color: hsl(var(--base)) !important;
}

.badge--base .badge-icon {
  color: hsl(var(--base));
}

.badge--base .badge-icon svg {
  width: 15px;
  height: 15px;
}

.badge--primary {
  background-color: hsl(var(--primary) / 0.15) !important;
  color: hsl(var(--primary)) !important;
}

.badge--secondary {
  background-color: hsl(var(--secondary) / 0.15) !important;
  color: hsl(var(--secondary)) !important;
}

.badge--success {
  background-color: hsl(var(--success) / 0.15) !important;
  color: hsl(var(--success)) !important;
}

.badge--danger {
  background-color: hsl(var(--danger) / 0.15) !important;
  color: hsl(var(--danger)) !important;
}

.badge--warning {
  background-color: hsl(var(--warning) / 0.15) !important;
  color: hsl(var(--warning)) !important;
}

.badge--info {
  background-color: hsl(var(--info) / 0.15) !important;
  color: hsl(var(--info)) !important;
}
.badge--dark {
  background-color: hsl(var(--black)) !important;
  color: hsl(var(--white)) !important;
}
.badge--finish {
  background-color: hsl(var(--black) / 0.5) !important;
  color: hsl(var(--white)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  margin-bottom: 0;
  font-weight: 400;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .alert {
    padding: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert {
    padding: 12px;
  }
}

.alert__icon {
  font-size: 1.5rem;
  line-height: 1;
}

.alert__content {
  width: calc(100% - 24px);
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .alert__content {
    padding-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert__content {
    width: 100%;
    margin-top: 6px;
  }
}

.alert__title {
  font-size: 1rem;
  color: hsl(var(--base-two) / 0.8);
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 10px;
}

.alert__desc {
  display: block;
  line-height: 1.375;
  font-size: 14px;
}





.alert--base {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base)/.1) !important;
}

.alert--base .alert__icon, .alert--base .alert__title{
  color: hsl(var(--base));
}

.alert--primary {
  border-color: hsl(var(--primary));
  background-color: hsl(var(--primary)/.1) !important;
}

.alert--primary .alert__icon, .alert--primary .alert__title {
  color: hsl(var(--primary));
}

.alert--success {
  border-color: hsl(var(--success));
  background-color: hsl(var(--success)/.1) !important;
}

.alert--success .alert__icon, .alert--success .alert__title {
  color: hsl(var(--success));
}

.alert--info {
  border-color: hsl(var(--info));
  background-color: hsl(var(--info) /.1) !important;
}

.alert--info .alert__icon, .alert--info .alert__title {
  color: hsl(var(--info));
}

.alert--danger {
  border-color: hsl(var(--danger));
  background-color: hsl(var(--danger)/.1) !important;
}

.alert--danger .alert__icon, .alert--danger .alert__title {
  color: hsl(var(--danger));
}

.alert--warning {
  border-color: hsl(var(--warning));
  background-color: hsl(var(--warning)/.1) !important;
}

.alert--warning .alert__icon, .alert--warning .alert__title {
  color: hsl(var(--warning));
}

.alert--secondary {
  border-color: hsl(var(--secondary));
  background-color: hsl(var(--secondary)/.1) !important;
}

.alert--secondary .alert__icon, .alert--secondary .alert__title {
  color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--black));
  width: 100%;
  height: 100%;
}

.loader-wrapper {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 480px;
  height: 80px;
  position: absolute;
  top: calc(50vh - 40px);
  left: calc(50vw - 230px);
  text-align: center;
  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;
  gap: 10px;
}

@media screen and (max-width: 575px) {
  .loader-wrapper {
    width: 310px;
    top: calc(50vh - 40px);
    left: calc(50vw - 155px);
  }
}

.loader-wrapper span {
  font-size: 40px;
  font-family: var(--font-heading);
  color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
  .loader-wrapper span {
    font-size: 24px;
  }
}

@media screen and (max-width: 424px) {
  .loader-wrapper span {
    font-size: 20px;
  }
}

.l {
  opacity: 0;
  -webkit-animation: pass 2s ease-in-out infinite;
  animation: pass 2s ease-in-out infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  letter-spacing: 0.5em;
  text-shadow: 2px 2px 3px #919191;
}

.o {
  opacity: 0;
  -webkit-animation: pass 2s ease-in-out infinite;
  animation: pass 2s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  letter-spacing: 0.5em;
  text-shadow: 2px 2px 3px #919191;
}

.a {
  opacity: 0;
  -webkit-animation: pass 2s ease-in-out infinite;
  animation: pass 2s ease-in-out infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  letter-spacing: 0.5em;
  text-shadow: 2px 2px 3px #919191;
}

.d {
  opacity: 0;
  -webkit-animation: pass 2s ease-in-out infinite;
  animation: pass 2s ease-in-out infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  letter-spacing: 0.5em;
  text-shadow: 2px 2px 3px #919191;
}

.i {
  opacity: 0;
  -webkit-animation: pass 2s ease-in-out infinite;
  animation: pass 2s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  letter-spacing: 0.5em;
  text-shadow: 2px 2px 3px #919191;
}

.n {
  opacity: 0;
  -webkit-animation: pass 2s ease-in-out infinite;
  animation: pass 2s ease-in-out infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  letter-spacing: 0.5em;
  text-shadow: 2px 2px 3px #919191;
}

.g {
  opacity: 0;
  -webkit-animation: pass 2s ease-in-out infinite;
  animation: pass 2s ease-in-out infinite;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  letter-spacing: 0.5em;
  text-shadow: 2px 2px 3px #919191;
}

@-webkit-keyframes pass {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pass {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pass1 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pass1 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* From Uiverse.io by kerolos23 */
.loader {
  perspective: 1000px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  color: hsl(var(--base));
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-bar {
  height: 20px;
  width: 6px;
  margin: 0 7px;
  border-radius: 20px;
  animation: loader 2s ease-in-out infinite;
  background: hsl(var(--base));
  box-shadow: 0px 0px 15px 3px hsl(var(--base));
}

.bar-1 {
  animation-delay: 0s;
}

.bar-2 {
  animation-delay: 0.1s;
}

.bar-3 {
  animation-delay: 0.2s;
}

.bar-4 {
  animation-delay: 0.3s;
}

@keyframes loader {
  0% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(2);
  }

  100% {
    transform: scaleY(1);
  }
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 70px;
}

@media screen and (max-width: 1399px) {
  .navbar-brand {
    margin-right: 30px;
  }
}

@media screen and (max-width: 374px) {
  .navbar-brand {
    margin-right: 15px;
  }
}

.navbar-brand.logo img {
  max-width: 200px;
  max-height: 45px;
}

@media screen and (max-width: 991px) {
  .navbar-brand.logo img {
    max-width: 150px;
  }
}

@media screen and (max-width: 424px) {
  .navbar-brand.logo img {
    max-width: 130px;
  }
}

.header {
  position: relative;
  z-index: 5;
  background-color: hsl(var(--white));
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1199px) {
  .header {
    top: 0px;
    background-color: hsl(var(--white));
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    max-height: 101vh;
  }

  .header::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .header::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}

.header.fixed-header {
  background-color: hsl(var(--white));
  position: sticky;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  top: 0px;
  -webkit-animation: slide-down 0.8s;
  animation: slide-down 0.8s;
  width: 100%;
}

@-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);
  }
}

.navbar {
  padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 1199px) {
  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu .nav-item {
    position: relative;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1399px) {
  .nav-menu .nav-item {
    padding-right: 20px;
  }
}

@media (min-width: 1199px) {
  .nav-menu .nav-item:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1199px) {
  .nav-menu .nav-item.active .nav-link {
    color: hsl(var(--base)) !important;
  }

  .nav-menu .nav-item.active .nav-link::before {
    width: 100%;
  }
}

@media (min-width: 1199px) {
  .nav-menu .nav-item:hover .nav-link {
    color: hsl(var(--base)) !important;
  }

  .nav-menu .nav-item:hover .nav-link::before {
    width: 100%;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media (min-width: 1199px) {
  .nav-menu .nav-item .nav-link {
    font-weight: 600;
    font-size: 1rem;
    color: hsl(var(--heading-color)) !important;
    padding: 23px 0;
    position: relative;
    cursor: pointer;
    /* ======================== Style two ================ */
  }

  .nav-menu .nav-item .nav-link:hover::before {
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .nav-menu .nav-item .nav-link::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 22px;
    width: 0;
    height: 2px;
    background-color: hsl(var(--base));
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .nav-menu .nav-item .nav-link .nav-item__icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.8125rem;
    margin-left: 2px;
  }
}

@media screen and (min-width: 1199px) and (max-width: 991px) {
  .nav-menu .nav-item .nav-link .nav-item__icon {
    margin-right: 6px;
  }
}

@media (min-width: 1199px) {
  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 100%;
    left: 0;
    padding: 0 !important;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 4px;
    min-width: 190px;
    border: 0;
    background-color: hsl(var(--white));
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
  }

  .dropdown-menu__link {
    padding: 7px 20px;
    font-weight: 400;
    color: hsl(var(--heading-color));
    font-size: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .dropdown-menu__link:focus,
  .dropdown-menu__link:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
  }
}

@media (min-width: 1199px) {
  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

main {
  margin-bottom: 60px;
}

@media screen and (max-width: 575px) {
  main {
    margin-bottom: 30px;
  }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 1199px) {
  main {
    padding-top: 60px;
  }

  .job-link {
    margin-left: auto;
  }
}

@media screen and (max-width: 1199px) and (max-width: 424px) {
  .job-link .btn {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .body-overlay.show {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  .nav-menu {
    margin-top: 20px;
  }

  .nav-menu .nav-item {
    text-align: left;
    display: block;
    position: relative;
    margin: 0;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }
}

@media screen and (max-width: 1199px) {
  .nav-item:first-child {
    border-bottom: none;
  }

  .nav-item:last-child > a {
    border-bottom: 0;
  }

  .nav-item .nav-link {
    margin-bottom: 8px;
    padding: 10px 10px 10px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    border-bottom: 1px solid hsl(var(--black) / 0.09);
    color: hsl(var(--heading-color)) !important;
  }

  .nav-item .nav-link::before {
    display: none;
  }

  .nav-item .nav-link.show[aria-expanded="true"] {
    color: hsl(var(--base)) !important;
  }

  .nav-item .nav-link.show[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 1199px) {
  .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    width: 100%;
    margin: 0px !important;
    padding: 0 !important;
    border: 0;
    background-color: inherit;
    overflow: hidden;
  }

  .dropdown-menu li:nth-last-child(1) {
    border-bottom: none;
  }

  .dropdown-menu li .dropdown-item {
    padding: 10px 0px;
    font-weight: 500;
    font-size: 1rem;
    color: hsl(var(--heading-color));
    border-bottom: 1px solid hsl(var(--black) / 0.09);
    margin-left: 20px;
  }

  .dropdown-menu li .dropdown-item:hover,
  .dropdown-menu li .dropdown-item:focus {
    background-color: transparent;
  }
}

.navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--black));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: auto;
  font-size: 2.5rem;
  margin-left: 15px;
}

@media screen and (max-width: 424px) {
  .navbar-toggler.header-button {
    font-size: 2rem;
  }
}

.navbar-toggler.header-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

/* Login Registration */
.login-registration-list {
  gap: 24px;
}

@media screen and (max-width: 1399px) {
  .login-registration-list {
    gap: 15;
  }
}
@media screen and (max-width: 1199px) {
  .login-registration-list {
    margin-top: 8px;
  }
}
.login-registration-list__link {
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
  .login-registration-list__link {
    font-size: 0.9375rem;
  }
}

.login-registration-list__link:hover {
  color: hsl(var(--base));
}

/* ================================= Header Css End =========================== */
/*============== custom dropdwon css start ==============*/
.custom--dropdown {
  margin-right: 30px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .custom--dropdown {
    margin-right: 0;
  }
}

.custom--dropdown.open > .custom--dropdown__selected::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom--dropdown > .custom--dropdown__selected {
  background-color: transparent;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  padding-right: 30px;
}

.custom--dropdown > .custom--dropdown__selected::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  margin-left: auto;
  width: unset !important;
  right: 12px;
  color: hsl(var(--heading-color));
  font-size: 15px;
}

@media screen and (max-width: 1399px) {
  .custom--dropdown > .custom--dropdown__selected::before {
    right: 2px;
  }
}

@media screen and (max-width: 1399px) {
  .custom--dropdown > .custom--dropdown__selected {
    padding-right: 15px;
  }
  .custom--dropdown > .custom--dropdown__selected::before {
    right: -4px;
  }
}

.custom--dropdown > .dropdown-list {
  position: absolute;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 100%;
  margin-top: 5px;
  z-index: -1;
  visibility: hidden;
  max-height: 230px;
  width: 150px;
  overflow-y: auto !important;
}



.custom--dropdown > .dropdown-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.15);
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.3);
}

.custom--dropdown.open > .dropdown-list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999 !important;
  background-color: hsl(var(--white)) !important;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  top: 45px;
}

@media screen and (max-width: 1199px) {
  .custom--dropdown.open > .dropdown-list {
    top: 30px;
    right: 0;
  }
}

.dropdown-list > .dropdown-list__item {
  padding: 10px 8px !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  width: 100%;
}

.dropdown-list > .dropdown-list__item,
.custom--dropdown > .custom--dropdown__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list > .dropdown-list__item .thumb img,
.custom--dropdown > .custom--dropdown__selected .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.dropdown-list > .dropdown-list__item .thumb img,
.custom--dropdown > .custom--dropdown__selected .thumb img {
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 50%;
}

.dropdown-list > .dropdown-list__item .text,
.custom--dropdown > .custom--dropdown__selected .text {
  width: calc(100% - 24px);
  padding-left: 4px;
  color: hsl(var(--black)) !important;
}

.custom--dropdown__selected.dropdown-list__item .text {
  font-size: 1rem;
  color: hsl(var(--heading-color)) !important;
  font-weight: 600;
}
.dropdown-list__item .thumb {
  display: flex;
}
.dropdown-list > .dropdown-list__item:hover {
  background-color: hsl(var(--base-d-200)) !important;
  color: hsl(var(--white)) !important;
}

/*============== custom drop down css end ==============*/
/* ================ Top Header Start Here ================ */
.header-top {
  background-color: hsl(var(--black));
  border-bottom: 1px solid hsl(var(--white) / 0.2);
  padding: 10px 0px;
  position: relative;
}

.header-top .social-list.style-two .social-list__link flex-center {
  width: 30px;
  height: 30px;
  font-size: 0.75rem;
}

.top-header-wrapper {
  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;
}

@media screen and (max-width: 991px) {
  .top-header-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contact-list {
  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;
}

.contact-list__item {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.contact-list__item:last-child {
  padding-right: 0;
  margin-right: 0;
}

.contact-list__item:last-child::before {
  display: none;
}

.contact-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--white) / 0.4);
}

.contact-list__item-icon {
  font-size: 0.75rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.contact-list__link {
  color: hsl(var(--white));
  font-weight: 400;
  font-family: var(--body-font);
}

.contact-list__link:hover .contact-list__link-icon {
  color: hsl(var(--white));
}

/* Language Box */
.language-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.language-box .select {
  color: hsl(var(--white));
  background-color: transparent;
  border: 1px solid hsl(var(--white) / 0.4);
  padding: 5px 8px;
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 5px;
}

.language-box .select option {
  background-color: hsl(var(--black));
}

/* ================ Top Header End Here ================ */
/* ============= Footer Start Here ======================= */
.footer-area {
  background-color: hsl(var(--heading-color));
  color: hsl(var(--white));
  margin-top: auto;
}

.footer-area__top {
  background-color: hsl(var(--base-d-500));
  border-radius: 0 0 12px 12px;
  margin-top: -60px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .footer-area__top {
    border-radius: 12px;
  }
}

@media screen and (max-width: 575px) {
  .footer-area__top {
    margin-top: -30px;
  }
}

.footer-area__top::before {
  position: absolute;
  content: "";
  width: 35px;
  left: -19px;
  top: 5px;
  height: 70px;
  background-color: hsl(var(--base-d-200));
  z-index: -1;
  -webkit-transform: rotate(29deg);
  transform: rotate(29deg);
}

@media screen and (max-width: 1199px) {
  .footer-area__top::before {
    display: none;
  }
}

.footer-area__top::after {
  position: absolute;
  content: "";
  width: 35px;
  right: -19px;
  top: 5px;
  height: 70px;
  background-color: hsl(var(--base-d-200));
  z-index: -1;
  -webkit-transform: rotate(-29deg);
  transform: rotate(-29deg);
}

@media screen and (max-width: 1199px) {
  .footer-area__top::after {
    display: none;
  }
}

.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 20px;
}

@media screen and (max-width: 991px) {
  .footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  }
}

@media screen and (max-width: 424px) {
  .footer-wrapper {
    grid-template-columns: auto;
  }
}

.sign-up-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 60px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .sign-up-wrapper {
    padding: 30px 25px;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sign-up-wrapper {
    padding: 20px;
  }
  .sign-up-wrapper .sign-up-content__desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .sign-up-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 424px) {
  .sign-up-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
}

.sign-up-wrapper::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 65%;
  width: 0.09px;
  background-color: hsl(var(--white) / 0.3);
}

@media screen and (max-width: 991px) {
  .sign-up-wrapper::after {
    display: none;
  }
}

.sign-up-wrapper .sign-up-content__title {
  color: hsl(var(--white));
  margin-bottom: 10px;
}

.sign-up-wrapper .sign-up-content__desc {
  color: hsl(var(--white));
  margin-bottom: 24px;
  max-width: 380px;
}

@media screen and (max-width: 575px) {
  .sign-up-wrapper .sign-up-content__desc {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}

.footer-item__logo {
  margin-bottom: 20px;
}

.footer-item__logo a img {
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 64px;
}

.footer-item__title {
  color: hsl(var(--white));
  font-family: var(--body-font);
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-item .social-list-wrapper {
  margin-top: 25px;
}

.footer-item .social-list-wrapper .title {
  color: hsl(var(--white));
  font-weight: 700;
}

.footer-item .social-list {
  margin-top: 12px;
}

@media screen and (max-width: 575px) {
  .footer-item .social-list {
    margin-top: 10px;
  }
}

/* Footer List Item */
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-menu__item {
  display: block;
  padding-bottom: 16px;
}

.footer-menu__item:last-child {
  padding-bottom: 0;
}

.footer-menu__link {
  color: hsl(var(--white) / 0.7);
}

.footer-menu__link:hover {
  color: hsl(var(--base));
  text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 14px;
  align-items: center;
}

.footer-contact-menu__item:last-child {
  padding-bottom: 0;
}

.footer-contact-menu__item-icon {
  width: 15px;
  color: hsl(var(--base));
  font-size: 1.25rem;
  line-height: 1;
}

.footer-contact-menu__item-content {
  width: calc(100% - 15px);
  padding-left: 15px;
}

.footer-contact-menu__item-content p,
.footer-contact-menu__item-content a,
.bottom-footer-text {
  color: hsl(var(--white) / 0.7);
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
  background-color: #353434;
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: hsl(var(--white));
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: hsl(var(--base));
}

.scroll-top:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  width: 35px;
  height: 35px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--white));
  font-size: 12px;
  background-color: hsl(var(--white) / 0.15);
}

.social-list__link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding: 70px 0;
}

@media screen and (max-width: 575px) {
  .breadcrumb {
      padding: 40px 0;
  }
}

.breadcrumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #072C18;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.breadcrumb__title {
  margin-bottom: 4px;
  color: hsl(var(--white));
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb__item {
  color: hsl(var(--white));
  padding: 0 5px;
  font-weight: 400;
}

.breadcrumb__item-text {
  color: hsl(var(--white));
}

.breadcrumb__wrapper {
  text-align: center;
}

.breadcrumb__link {
  color: hsl(var(--white));
  font-weight: 500;
}

.breadcrumb__link:hover {
  color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
  text-align: center;
  margin: 24px 0;
}

@media screen and (max-width: 991px) {
  .dashboard .sidebar-logo {
    margin-top: 32px;
  }
}

.dashboard .sidebar-logo img {
  max-width: 170px;
  max-height: 60px;
}

.dashboard .sidebar-menu {
  height: 100vh;
  background-color: hsl(var(--heading-color));
  overflow-y: auto;
  z-index: 999;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 300px;
  border-radius: 0;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dashboard .sidebar-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.15);
}

.dashboard .sidebar-menu__inner {
  padding: 0 24px;
  width: 100%;
}

.dashboard .sidebar-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  background-color: hsl(var(--base));
  padding: 15px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-top: 32px;
}

.dashboard .sidebar-menu__top .shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}

.dashboard .sidebar-menu__top .shape img {
  width: 100%;
  height: 100%;
}

.dashboard .sidebar-menu__top .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0a5200;
  color: hsl(var(--white));
  font-size: 24px;
  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;
}

.dashboard .sidebar-menu__top .content .title {
  color: hsl(var(--white));
  font-weight: 600;
  font-size: 14px;
}

.dashboard .sidebar-menu__top .number {
  font-family: var(--body-font);
  color: hsl(var(--white));
  margin-bottom: 0;
  font-size: 18px;
}

.dashboard .sidebar-menu.show-sidebar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 991px) {
  .dashboard .sidebar-menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 9992;
    border-radius: 0;
  }
}

.dashboard .sidebar-menu__close {
  position: absolute;
  top: 8px;
  right: 16px;
  color: hsl(var(--text-color));
  font-size: 1.25rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  z-index: 9;
}

.dashboard .sidebar-menu__close:active {
  top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
  background-color: hsl(var(--white));
  border-color: hsl(var(--white));
  color: hsl(var(--base));
}

.dashboard .sidebar-menu-list {
  margin-top: 40px;
}

.dashboard .sidebar-menu-list__item {
  margin-bottom: 6px;
}

.sidebar-menu-list__item has-dropdown .active {
  background-color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
  border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active > a {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active > a {
  color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 18px;
  color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown > a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-align: center;
  background: 0 0;
  right: 16px;
  top: 14px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  color: hsl(var(--text-color));
  font-size: 0.9375rem;
}

.dashboard .sidebar-menu-list__link:hover::after {
  color: hsl(var(--white)) !important;
}

.dashboard .sidebar-menu-list__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 12px 15px;
  width: 100%;
  color: hsl(var(--text-color));
  font-weight: 500;
  font-size: 1rem;
  border-radius: 5px;
}
.dashboard .sidebar-menu-list__link:has(.text i) {
  display: flex;
}
.dashboard .sidebar-menu-list__link:has(.text i) .text {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.dashboard .sidebar-menu-list__link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__link.active {
  color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
  margin-right: 8px;
  font-size: 1.125rem;
  text-align: center;
}

.dashboard .sidebar-submenu {
  display: none;
}

.dashboard .sidebar-submenu.open-submenu {
  display: block;
}

.sidebar-menu-list__item.has-dropdown.active .sidebar-submenu {
  display: block;
}

.dashboard .sidebar-submenu-list {
  padding: 5px 0;
}

.dashboard .sidebar-submenu-list__item {
  margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active > a {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link {
  padding: 12px 15px;
  display: block;
  color: hsl(var(--text-color));
  font-weight: 500;
  font-size: 0.9375rem;
  margin-left: 20px;
  border-radius: 5px;
  position: relative;
  padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid hsl(var(--white) / 0.4);
  border-radius: 50%;
}

.dashboard .sidebar-submenu-list__link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.dashboard .sidebar-submenu-list__link:hover::before {
  border-color: hsl(var(--white));
}

.dashboard .sidebar-submenu-list__link .icon {
  margin-right: 8px;
  font-size: 0.9375rem;
  text-align: center;
  border-radius: 4px;
}

/* ============ User Profile Css Start ============ */
/* Sidebar User Info Css */
.user-profile {
  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;
  width: 300px;
  padding: 20px 24px;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: hsl(var(--white));
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 1399px) {
  .user-profile {
    width: 250px;
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .user-profile {
    width: 300px;
    padding: 10px;
  }
}
@media (max-width: 424px) {
  .user-profile {
    width: 250px;
    padding: 10px;
  }
}
.user-profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.user-profile-info__icon {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f3f9fe;
  font-size: 1.125rem;
  border: 1px solid hsl(var(--black) / 0.1);
}

.user-profile-info__content {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.user-profile-info__name {
  margin-bottom: 0px;
}

.user-profile-info__desc {
  color: hsl(var(--text-color));
  font-size: 15px;
}

/* ========= User Profile Css End ============== */
/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ================================= Dashboard Css Start =========================== */
.dashboard {
  position: relative;
  /* User Info Css Start */
  /* User Info Css End */
  /* ================================= Dashboard Css End =========================== */
}

.dashboard__right {
  width: 100%;
  margin-left: 300px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .dashboard__right {
    width: 100%;
    margin-left: 0;
  }
}

.dashboard .user-info {
  position: relative;
}

.dashboard .user-info__thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.dashboard .user-info__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 424px) {
  .dashboard .user-info__thumb {
    width: 24px;
    height: 24px;
  }
}

.dashboard .user-info__button {
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard .user-info__button::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid hsl(var(--section-bg));
  background-color: hsl(var(--base));
}

.dashboard .user-info__button:focus-visible {
  outline: none !important;
}

.dashboard .user-info .user-info-dropdown {
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  background-color: hsl(var(--section-bg));
  -webkit-box-shadow: 0px 0px 15px hsl(var(--white) / 0.2);
  box-shadow: 0px 0px 15px hsl(var(--white) / 0.2);
  width: 200px;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 100%;
  margin-top: 15px;
  padding: 15px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  visibility: hidden;
  opacity: 0;
}

.dashboard .user-info .user-info-dropdown.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 991;
}

@media screen and (max-width: 991px) {
  .dashboard .user-info .user-info-dropdown {
    -webkit-transform: unset !important;
    transform: unset !important;
    top: 40px !important;
  }
}

@media screen and (max-width: 575px) {
  .dashboard .user-info .user-info-dropdown {
    top: 32px !important;
  }
}

.dashboard
  .user-info
  .user-info-dropdown__item:last-child
  .user-info-dropdown__link {
  border-bottom: 0 !important;
}

.dashboard .user-info .user-info-dropdown__link {
  padding: 8px 16px !important;
  color: hsl(var(--heading-color)) !important;
  margin-left: 0 !important;
  width: 100%;
  font-weight: 600;
  text-align: left;
  border-radius: 5px;
}

.dashboard .user-info .user-info-dropdown__link.active {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.dashboard .user-info .user-info-dropdown__link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
}

.dashboard .user-info__name {
  color: hsl(var(--heading-color));
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 14px;
}

.dashboard .user-info__desc {
  font-size: 14px;
}

@media screen and (max-width: 374px) {
  .dashboard .user-info__desc {
    display: none;
  }
}

.dashboard .user-info__right {
  gap: 30px;
}

@media screen and (max-width: 575px) {
  .dashboard .user-info__right {
    gap: 10px;
  }
}

.dashboard .user-info__right .notification-link {
  position: relative;
  font-size: 22px;
  position: relative;
  color: hsl(var(--text-color));
}

.dashboard .user-info__right .notification-link .notification-number {
  position: absolute;
  top: -3px;
  right: -10px;
  content: "";
  width: 18px;
  color: hsl(var(--white));
  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;
  height: 18px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  font-size: 10px;
}

.dashboard .dropdown {
  display: inline-block !important;
}

.dashboard .dashboard-header {
  padding: 0 25px;
  background-color: hsl(var(--white));
  margin: 0 30px;
  border-radius: 0 0 10px 10px;
}
.dashboard-header__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .dashboard .dashboard-header {
    margin: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-header {
    margin: 0;
    border-radius: 0;
  }
}

.dashboard .dashboard-header__left .title {
  font-family: var(--body-font);
  margin-bottom: 0;
}

@media screen and (max-width: 1499px) {
  .dashboard .dashboard-header {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1399px) {
  .dashboard .dashboard-header {
    padding: 0 32px;
  }
}

@media screen and (max-width: 1199px) {
  .dashboard .dashboard-header {
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard .dashboard-header {
    padding: 0 16px;
  }
}

@media screen and (max-width: 424px) {
  .dashboard .dashboard-header__left .title {
    font-size: 14px;
  }
}

.dashboard .dashboard-header__inner {
  padding: 15px 0;
  gap: 10px;
}

.dashboard .dashboard-header__right {
  gap: 15px;
}

.dashboard .dashboard-body {
  position: relative;
  padding: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .dashboard .dashboard-body {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 424px) {
  .dashboard .dashboard-body {
    padding: 20px 10px;
  }
}

.dashboard .dashboard-body__bar-icon {
  color: hsl(var(--heading-color));
  font-size: 1.5625rem;
  cursor: pointer;
}

.dashboard .dashboard-widget {
  padding: 26px 16px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  height: 100%;
  width: 100%;
  text-align: center;
}

.dashboard .dashboard-widget:hover {
  -webkit-transform: translateY(-2px) scale(1.01);
  transform: translateY(-2px) scale(1.01);
  -webkit-box-shadow: 0px 4px 0px 0px #0a0a0a14;
  box-shadow: 0px 4px 0px 0px #0a0a0a14;
}

@media screen and (max-width: 1399px) {
  .dashboard .dashboard-widget {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard .dashboard-widget {
    padding: 16px;
  }
}

.dashboard .dashboard-widget__icon {
  width: 50px;
  height: 50px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-radius: 50%;
  font-size: 2rem;
  margin: 0 auto;
}

.dashboard .dashboard-widget__icon img {
  width: 32px;
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-widget__icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

.dashboard .dashboard-widget__content {
  width: 100%;
  margin-top: 16px;
}

.dashboard .dashboard-widget__number {
  margin-bottom: 0px;
}

.dashboard .dashboard-widget__text {
  color: hsl(var(--text-color));
  font-size: 0.875rem;
  margin-bottom: 5px;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-widget__text {
    font-size: 0.8125rem;
  }
}

.dashboard .upgrade-profile {
  padding: 28px 20px;
  background: hsl(var(--base-d-400));
  border-radius: 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 424px) {
  .dashboard .upgrade-profile {
    flex-direction: column;
    padding: 20px;
  }
}

.dashboard .upgrade-profile__content .title {
  max-width: 200px;
  color: hsl(var(--white));
  margin-bottom: 4px;
}

.dashboard .upgrade-profile__content .text {
  font-size: 14px;
  color: hsl(var(--white));
  margin-bottom: 16px;
}

.dashboard .chart-box {
  background-color: hsl(var(--white));
  padding: 25px 20px;
  border-radius: 8px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  width: calc(100% - 400px);
  height: 100%;
}
.dashboard-content-wrapper {
  display: flex;
  gap: 24px;
  height: 100%;
}

.dashboard .chart-box .title {
  font-weight: 600;
  margin-bottom: 10px;
}

.dashboard .dashboard-item {
  background-color: hsl(var(--white));
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  width: 400px;
}
@media (max-width: 1199px) {
  .dashboard-content-wrapper {
    flex-direction: column;
  }
  .dashboard .dashboard-item {
    width: 100%;
  }
  .dashboard .chart-box {
    width: 100%;
  }
}
.dashboard .dashboard-item__title {
  margin-bottom: 0;
  font-weight: 600;
}

.dashboard .dashboard-item__top {
  padding: 20px;
}

.dashboard .dashboard-item .delivery-info {
  padding: 20px;
  border-top: 1px solid hsl(var(--black) / 0.1);
}

.dashboard .dashboard-item .delivery-info__top {
  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;
  gap: 10px;
  margin-bottom: 12px;
}

.dashboard .dashboard-item .delivery-info__top .title {
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.dashboard .dashboard-item .delivery-info__top .number {
  font-weight: 600;
}

.dashboard .dashboard-item .delivery-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dashboard .dashboard-item .delivery-info__content .title {
  font-size: 14px;
  margin-bottom: 5px;
}

.dashboard .dashboard-item .delivery-info__content .text {
  font-size: 12px;
  font-weight: 600;
}

.dashboard .action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dashboard .action-btn__icon {
  width: 24px;
  height: 24px;
  border: 2px solid hsl(var(--text-color));
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--body-color));
}

.dashboard .action-btn .action-dropdown {
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  background-color: hsl(var(--white));
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  width: 200px;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 100%;
  padding: 10px 15px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  visibility: hidden;
  opacity: 0;
}
.table tbody tr:last-child .action-dropdown {
  top: unset;
  bottom: 90% !important;
}
.table tbody tr:nth-last-child(2) .action-dropdown {
  top: unset;
  bottom: -70px !important;
  right: 24px;
  max-height: 150px;
  overflow-y: auto;
}
.dashboard .action-btn .action-dropdown.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.dashboard .action-btn .action-dropdown__link {
  padding: 8px 16px !important;
  color: hsl(var(--body-color)) !important;
  margin-left: 0 !important;
  width: 100%;
  font-weight: 600;
  text-align: left;
  font-size: 0.9375rem;
  border-radius: 5px;
}
.dashboard .action-btn .action-dropdown__link .text {
  padding-bottom: 0 !important;
}
.dashboard .action-btn .action-dropdown__link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
}

.dashboard .action-btn .action-dropdown__link.disabled {
  background: hsl(var(--base) / 0.4);
  opacity: 0.7;
  cursor: default;
  color: hsl(var(--white)) !important;
  margin-top: 5px;
}

.dashboard .action-btn .action-dropdown__link.disabled:hover {
  background: hsl(var(--base) / 0.4) !important;
  opacity: 0.7;
  color: hsl(var(--white)) !important;
}

.dashboard .dashboard-table {
  background-color: hsl(var(--white));
  border-radius: 8px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
@media (min-width: 768px) and (max-width: 1399px) {
  .dashboard .dashboard-table {
    overflow-x: auto;
  }
  .table {
    min-width: 900px;
  }
}
.dashboard .dashboard-table thead tr th:first-child {
  border-radius: 0;
}

.dashboard .dashboard-table thead tr th:last-child {
  border-radius: 0;
}

.dashboard .dashboard-table tbody tr:last-child td:first-child {
  border-radius: 0;
}

.dashboard .dashboard-table tbody tr:last-child td:last-child {
  border-radius: 0;
}

.dashboard .dashboard-table__bottom {
  padding: 16px 24px;
}

.dashboard .dashboard-table__bottom .pagination-wrapper {
  margin-top: 0;
}

.dashboard .dashboard-table__bottom .pagination-wrapper__right .pagination {
  margin-top: 0;
}

.dashboard
  .dashboard-table__bottom
  .pagination-wrapper__right
  .pagination
  .page-item
  .page-link {
  background-color: hsl(var(--section-bg));
  border-right: 0;
}

.dashboard
  .dashboard-table__bottom
  .pagination-wrapper__right
  .pagination
  .page-item
  .page-link:hover {
  background-color: hsl(var(--base));
}

.progress-container {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto !important;
}

@media (max-width: 1199px) {
  .progress-container {
    margin: 0 !important;
    margin-left: auto !important;
  }
}

@media (max-width: 424px) {
  .progress-container {
    margin-left: unset !important;
    margin: 0 auto !important;
  }
  .dashboard .dashboard-item .delivery-info__top .number {
    font-size: 15px;
  }
  .dashboard .dashboard-item .delivery-info__top .title {
    font-size: 14px;
  }
}

.progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  -webkit-animation: progress-animation 2s forwards;
  animation: progress-animation 2s forwards;
}

.inner-circle {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background-color: hsl(var(--base-d-400));
  border-radius: 50%;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 600;
  color: hsl(var(--white));
}

@-webkit-keyframes progress-animation {
  from {
    background: hsl(var(--base));
  }

  to {
    background: hsl(var(--base));
  }
}

@keyframes progress-animation {
  from {
    background: hsl(var(--base));
  }

  to {
    background: hsl(var(--base));
  }
}

/* ================================= Start Rating Css Start =========================== */
.rating-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;
}

.rating-list__item {
  padding: 0 1px;
  color: hsl(var(--warning));
}

.rating-list__text {
  color: hsl(var(--text-color));
}

.profile-content .rating-list__number {
  color: hsl(var(--white));
}

/* ================================= Start Rating Css End =========================== */
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
  margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized.slick-slider .slick-slide {
  height: auto;
  padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide > div {
  height: 100%;
}

/* -------------- Slick Slider Arrow Style two ------------  */
.slick-arrow {
  position: absolute;
  z-index: 1;
  border: 1px solid hsl(var(--black) / 0.1);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: hsl(var(--white));
  color: hsl(var(--black) / 0.5);
  top: -135px;
  border-radius: 4px;
}

@media screen and (max-width: 1199px) {
  .slick-arrow {
    top: -100px;
  }
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    top: auto;
    bottom: -50px;
    right: 50%;
  }
}

.slick-arrow:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.slick-next {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .slick-next {
    top: auto;
    right: calc(50% - 37px);
  }
}

.slick-prev {
  right: 60px;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    top: auto;
    right: calc(50% + 5px);
  }
}

/* Dots Css Start */
.slick-dots {
  text-align: center;
  padding-top: 35px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.15);
  margin: 0 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #fff;
}

.slick-dots li.slick-active button {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* =========================== Banner Section Start Here ========================= */
.banner-section {
  position: relative;
  z-index: 1;
  padding: 120px 0 100px;
  overflow: hidden;
  background-color: hsl(var(--base-d-500));
}

.banner-section  .select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 10px !important;
}

@media screen and (max-width: 1199px) {
  .banner-section {
    padding: 100px 0 80px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section {
    padding: 80px 0;
  }
}

@media screen and (max-width: 575px) {
  .banner-section {
    padding: 60px 0px;
  }
}

.banner-section__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .banner-section__shape {
    max-width: 40%;
  }
}

@media screen and (max-width: 374px) {
  .banner-section__shape {
    display: none;
  }
}

.banner-section__shape img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes horizontal-move {
  0% {
    -webkit-transform: rotateZ(2deg) scale(0.8);
    transform: rotateZ(2deg) scale(0.8);
  }

  50% {
    -webkit-transform: rotateZ(-3deg) scale(1);
    transform: rotateZ(-3deg) scale(1);
  }

  100% {
    -webkit-transform: rotateZ(2deg) scale(0.8);
    transform: rotateZ(2deg) scale(0.8);
  }
}

@keyframes horizontal-move {
  0% {
    -webkit-transform: rotateZ(2deg) scale(0.8);
    transform: rotateZ(2deg) scale(0.8);
  }

  50% {
    -webkit-transform: rotateZ(-3deg) scale(1);
    transform: rotateZ(-3deg) scale(1);
  }

  100% {
    -webkit-transform: rotateZ(2deg) scale(0.8);
    transform: rotateZ(2deg) scale(0.8);
  }
}

.banner-section .banner-thumb-wrapper {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .banner-section .banner-thumb-wrapper {
    margin-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .banner-section .banner-thumb-wrapper {
    display: none;
  }
}

.banner-section .banner-thumb-wrapper .banner-thumb-shape {
  position: absolute;
  width: 530px;
  height: 530px;
  bottom: 0px;
  right: -12px;
  border-radius: 50%;
  background-color: hsl(var(--base));
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .banner-section .banner-thumb-wrapper .banner-thumb-shape {
    width: 400px;
    height: 400px;
    bottom: -10px;
    right: -10px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section .banner-thumb-wrapper .banner-thumb-shape {
    right: unset;
    left: 80px;
  }
}

@media screen and (max-width: 575px) {
  .banner-section .banner-thumb-wrapper .banner-thumb-shape {
    width: 360px;
    height: 370px;
    left: 45px;
    bottom: 0;
  }
}

@media screen and (max-width: 424px) {
  .banner-section .banner-thumb-wrapper .banner-thumb-shape {
    width: 310px;
    height: 310px;
    left: 20px;
  }
}

.banner-section .banner-thumb-wrapper .banner-thumb-shape__one {
  position: absolute;
  top: 60px;
  right: 80px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-color: hsl(var(--base-d-500) / 0.2);
}

@media screen and (max-width: 1199px) {
  .banner-section .banner-thumb-wrapper .banner-thumb-shape__one {
    display: none;
  }
}

.banner-section .banner-thumb-wrapper .banner-thumb-shape__two {
  position: absolute;
  left: 90px;
  top: 75px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: hsl(var(--base-d-500) / 0.2);
}

@media screen and (max-width: 1199px) {
  .banner-section .banner-thumb-wrapper .banner-thumb-shape__two {
    display: none;
  }
}

.banner-section .banner-thumb-wrapper .banner-thumb-shape__three {
  position: absolute;
  right: 75px;
  bottom: 90px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: hsl(var(--base-d-500) / 0.2);
}

@media screen and (max-width: 1199px) {
  .banner-section .banner-thumb-wrapper .banner-thumb-shape__three {
    display: none;
  }
}

.banner-section .banner-thumb-wrapper__item {
  position: absolute;
  background-color: hsl(var(--white));
  color: hsl(var(--heading-color));
  font-size: 1.125rem;
  font-weight: 600;
  padding: 13px 15px;
  border-radius: 10px;
  top: 37px;
  left: 95px;
  -webkit-animation: horizontal-move 6s ease-in-out infinite;
  animation: horizontal-move 6s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media screen and (max-width: 1199px) {
  .banner-section .banner-thumb-wrapper__item {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section .banner-thumb-wrapper__item {
    left: 70px;
    top: 20px;
    padding: 10px 12px;
  }
}

@media screen and (max-width: 575px) {
  .banner-section .banner-thumb-wrapper__item {
    padding: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 424px) {
  .banner-section .banner-thumb-wrapper__item {
    left: 30px;
  }
}

.banner-section .banner-thumb-wrapper__item.two {
  right: 25px;
  left: unset;
  top: -30px;
  -webkit-animation: horizontal-move 8s ease-in-out infinite;
  animation: horizontal-move 8s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media screen and (max-width: 991px) {
  .banner-section .banner-thumb-wrapper__item.two {
    right: unset;
    left: 310px;
  }
}

@media screen and (max-width: 575px) {
  .banner-section .banner-thumb-wrapper__item.two {
    left: 220px;
  }
}

@media screen and (max-width: 424px) {
  .banner-section .banner-thumb-wrapper__item.two {
    left: 180px;
  }
}

.banner-section .banner-thumb-wrapper__item.three {
  top: unset;
  left: unset;
  right: 44px;
  bottom: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-animation: horizontal-move 7s ease-in-out infinite;
  animation: horizontal-move 7s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media screen and (max-width: 1199px) {
  .banner-section .banner-thumb-wrapper__item.three {
    bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section .banner-thumb-wrapper__item.three {
    bottom: 90px;
    left: 210px;
    right: unset;
  }
}

@media screen and (max-width: 424px) {
  .banner-section .banner-thumb-wrapper__item.three {
    bottom: 110px;
    left: 170px;
  }
}

.banner-section .banner-thumb-wrapper__item .content {
  line-height: 1;
}

.banner-section .banner-thumb-wrapper__item .content .icon {
  line-height: 1;
}

.banner-section .banner-thumb-wrapper__item .content .text {
  font-size: 14px;
}

.banner-thumb {
  max-width: 570px;
}

@media screen and (max-width: 1199px) {
  .banner-thumb {
    max-width: 420px;
  }
}

.banner-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-content__desc {
  max-width: 400px;
  color: hsl(var(--white));
  font-size: 1.125rem;
}

.banner-content__title {
  color: hsl(var(--white));
}

.banner-content__button {
  margin-top: 30px;
}

/* =========================== Banner Section End Here ========================= */
.search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: hsl(var(--white));
  -webkit-box-shadow: 0px 0px 20px 0px hsl(var(--black) / 0.1);
  box-shadow: 0px 0px 20px 0px hsl(var(--black) / 0.1);
  margin-top: 30px;
  width: 100%;
  border-radius: 8px;
}
.search-container .select2-container--default .select2-selection--single {
  border: 0 !important;
  min-height: unset !important;
  width: 90px;
  padding: 7px 0 !important;
  height: 45px !important;
}
.search-container .select2-container {
  min-width: 80px !important;
}
@media screen and (max-width: 767px) {
  .search-container {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .search-container {
    width: 100%;
  }
}

@media screen and (max-width: 424px) {
  .search-container {
    display: block;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .search-container .select2-container--default .select2-selection--single {
    width: 100% !important;
    margin-top: 20px;
  }
  .search-container
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 30px !important;
  }
}

.search-container .form--control {
  border: 0;
}

@media screen and (max-width: 424px) {
  .search-container .form--control {
    width: 100%;
    padding: 10px;
    height: 45px;
    background-color: hsl(var(--white));
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
  }
}

.search-container .banner-search-select {
  position: relative;
  width: 90px;
}
.search-text {
  display: none;
}
@media screen and (max-width: 575px) {
  .search-container .banner-search-select {
    width: 80px;
  }
 
}

@media screen and (max-width: 424px) {
  .search-container .banner-search-select {
    width: 100%;
  }
  .search-text {
    display: block;
  }
}

.search-container .banner-search-select::before {
  position: absolute;
  content: "";
  left: -20px;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: hsl(var(--black) / 0.1);
}

@media screen and (max-width: 424px) {
  .search-container .banner-search-select::before {
    display: none;
  }
}

.search-container .banner-search-select .form-select {
  border: 0;
  border-radius: 0;
  font-size: 14px;
}

.search-container .banner-search-select .form-select.form--control {
  padding: 0 5px;
}

@media screen and (max-width: 575px) {
  .search-container .banner-search-select .form-select.form--control {
    width: 80px;
  }
}

@media screen and (max-width: 424px) {
  .search-container .banner-search-select .form-select.form--control {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    height: 45px;
    background-color: hsl(var(--white));
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 8px;
  }
}

.search-container .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 18px;
  background-color: hsl(var(--base));
  border: none;
  border-radius: 0px 6px 6px 0px;
  color: hsl(var(--white));
  font-size: 24px;
  cursor: pointer;
}

@media screen and (max-width: 424px) {
  .search-container .icon {
    font-size: 20px;
    width: 100%;
    margin-top: 20px;
    height: 45px;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
  }
  .search-icon {
    display: none;
  }
}

/*================== about  section css start here ==================*/
.about-wrapper .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.about-wrapper .about-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-wrapper .about-item__icon {
  width: 25px;
}

.about-wrapper .about-item__icon i {
  font-size: 29px;
  color: hsl(var(--base));
}

.about-wrapper .about-item__icon img {
  width: 25px;
}

.about-wrapper .about-item__content {
  width: calc(100% - 25px);
}

.about-wrapper .about-item__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-family: var(--body-font);
  font-size: 20px;
}

.about-thumb-wrapper {
  text-align: center;
  position: relative;
  margin: 40px 0;
}
@media screen and (max-width: 575px) {
  .about-wrapper .about-item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 424px) {
  .about-thumb-wrapper {
    display: none;
  }
}

.about-thumb-wrapper__shape {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 575px) {
  .about-thumb-wrapper__shape {
    display: none;
  }
}

.about-thumb-wrapper__thumb {
  position: relative;
  z-index: 1;
}

.about-thumb-wrapper__thumb img {
  max-width: 43%;
}

.about-thumb-wrapper__thumb .shape-one {
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  height: 100%;
  width: 71%;
  -webkit-mask-image: url(../shape/about-shape-2.png);
  mask-image: url(../shape/about-shape-2.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  background-color: hsl(var(--base));
}

.about-thumb-wrapper__thumb .shape-two {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -2;
  height: 100%;
  width: 76%;
  -webkit-mask-image: url(../shape/about-shape-3.png);
  mask-image: url(../shape/about-shape-3.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  background-color: hsl(var(--base-d-500));
}

/*================== about  section css end here ====================*/
/*========== category section css start here ==========*/
.category-item {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}

.category-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(39.89%, rgba(255, 255, 255, 0)),
    color-stop(96.77%, #000)
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 39.89%,
    #000 96.77%
  );
}

.category-item__thumb {
  height: 100%;
  width: 100%;
}

.category-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-item__content {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 85%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .category-item__content {
    width: 92%;
    bottom: 10px;
  }
}

.category-item__title {
  color: hsl(var(--white));
  font-family: var(--body-font);
  margin-bottom: 7px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .category-item__title {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 424px) {
  .category-item__title {
    font-size: 0.875rem;
  }
}

.category-item__text {
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
  .category-item__text {
    font-size: 0.625rem;
  }
}

/*========== category section css end here ==========*/
/*================== how work section css start here ==================*/
.how-work-item {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.how-work-item:hover .how-work-item__icon {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.how-work-item__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(var(--base) / 0.1);
  margin: 0 auto;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: hsl(var(--base));
}

.how-work-item__icon:hover {
  color: hsl(var(--white));
}

.how-work-item__icon i {
  font-size: 30px;
}

.how-work-item__content {
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 424px) {
  .how-work-item__content {
    margin-top: 10px;
  }
}

.how-work-item__title {
  font-weight: 600;
  font-family: var(--body-font);
}

@media screen and (max-width: 424px) {
  .how-work-item__title {
    margin-bottom: 10px;
  }
}

.how-work-item__shape {
  position: absolute;
  top: 20px;
  right: -50px;
}

@media screen and (max-width: 1199px) {
  .how-work-item__shape {
    width: 30%;
    right: -40px;
  }
}

@media screen and (max-width: 575px) {
  .how-work-item__shape {
    display: none;
  }
}

div [class*="col"]:last-child .how-work-item__shape {
  display: none;
}

@media screen and (max-width: 991px) {
  div [class*="col"]:nth-of-type(3n + 2) .how-work-item__shape {
    display: none;
  }
}

/*================== how work section css start here ==================*/
/*=============== account section css start here ===============*/
.account-item {
  width: 100%;
  background-color: hsl(var(--heading-color));
  padding: 45px 60px;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .account-item {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 424px) {
  .account-item {
    padding: 20px;
  }
}

.account-item__content {
  max-width: 270px;
}

@media screen and (max-width: 575px) {
  .account-item__content {
    max-width: 100%;
  }
}

.account-item__title {
  color: hsl(var(--white));
  font-weight: 600;
  line-height: 1.4;
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  .account-item__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .account-item__title {
    font-size: 1.5rem;
  }
}
.account-item__text {
  color: hsl(var(--white));
  max-width: 235px;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .account-item__text {
    max-width: 100%;
    font-size: 15px;
  }
}

.account-item__btn {
  margin-top: 40px;
}

@media screen and (max-width: 1399px) {
  .account-item__btn {
    margin-top: 20px;
  }
}

.account-item__thumb {
  position: absolute;
  bottom: 0;
  right: 30px;
  max-width: 265px;
}

@media screen and (max-width: 1499px) {
  .account-item__thumb {
    right: 20px;
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .account-item__thumb {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .account-item__thumb {
    width: 38%;
  }
}

@media screen and (max-width: 575px) {
  .account-item__thumb {
    display: none;
  }
}

div [class*="col"]:last-child .account-item {
  background-color: hsl(var(--base-d-500));
}

div [class*="col"]:last-child .account-item__thumb {
  right: 0;
  bottom: 20px;
  max-width: 370px;
}

@media screen and (max-width: 1499px) {
  div [class*="col"]:last-child .account-item__thumb {
    width: 54%;
  }
}

@media screen and (max-width: 991px) {
  div [class*="col"]:last-child .account-item__thumb {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  div [class*="col"]:last-child .account-item__thumb {
    width: 54%;
  }
}

@media screen and (max-width: 575px) {
  div [class*="col"]:last-child .account-item__thumb {
    display: none;
  }
}

/*================ account section css end here ===============*/
/*============= why choose section css start here =============*/
.choose-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 991px) {
  .choose-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .choose-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.choose-wrapper .choose-item {
  border: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 575px) {
  .choose-wrapper .choose-item {
    border: 0;
  }
}

.choose-wrapper .choose-item:nth-child(5n + 1) {
  border-top: 0;
  border-left: 0;
  padding: 0 30px 60px 0;
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .choose-item:nth-child(5n + 1) {
    padding: 0 20px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .choose-item:nth-child(5n + 1) {
    padding: 0 20px 20px 0;
  }
}

@media screen and (max-width: 575px) {
  .choose-wrapper .choose-item:nth-child(5n + 1) {
    padding: 0;
    text-align: center;
  }
}

.choose-wrapper .choose-item:nth-child(5n + 2) {
  border-top: 0;
  border-left: 0;
  padding: 0 30px 60px 60px;
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .choose-item:nth-child(5n + 2) {
    padding: 0 20px 40px 40px;
  }
}

@media screen and (max-width: 991px) {
  .choose-wrapper .choose-item:nth-child(5n + 2) {
    border-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .choose-item:nth-child(5n + 2) {
    padding: 0 20px 20px 20px;
  }
}

@media screen and (max-width: 575px) {
  .choose-wrapper .choose-item:nth-child(5n + 2) {
    padding: 0;
    text-align: center;
  }
}

.choose-wrapper .choose-item:nth-child(5n + 3) {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0 30px 60px 60px;
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .choose-item:nth-child(5n + 3) {
    padding: 0 20px 40px 40px;
  }
}

@media screen and (max-width: 991px) {
  .choose-wrapper .choose-item:nth-child(5n + 3) {
    padding: 40px 20px 40px 0;
    border-right: 1px solid hsl(var(--black) / 0.05);
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .choose-item:nth-child(5n + 3) {
    padding: 20px 20px 20px 0;
  }
}

@media screen and (max-width: 575px) {
  .choose-wrapper .choose-item:nth-child(5n + 3) {
    padding: 0;
    border-right: 0;
    text-align: center;
  }
}

.choose-wrapper .choose-item:nth-child(5n + 4) {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  padding: 60px 30px 60px 0px;
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .choose-item:nth-child(5n + 4) {
    padding: 40px 20px 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .choose-wrapper .choose-item:nth-child(5n + 4) {
    padding: 40px 20px 40px 40px;
    border-right: 0;
    border-bottom: 1px solid hsl(var(--black) / 0.05);
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .choose-item:nth-child(5n + 4) {
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .choose-wrapper .choose-item:nth-child(5n + 4) {
    padding: 0;
    border-bottom: 0;
    text-align: center;
  }
}

.choose-wrapper .choose-item:nth-child(5n + 5) {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  padding: 60px 30px 60px 60px;
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .choose-item:nth-child(5n + 5) {
    padding: 40px 20px 40px 40px;
  }
}

@media screen and (max-width: 991px) {
  .choose-wrapper .choose-item:nth-child(5n + 5) {
    padding: 40px 20px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .choose-item:nth-child(5n + 5) {
    padding: 20px 20px 20px 0;
  }
}

@media screen and (max-width: 575px) {
  .choose-wrapper .choose-item:nth-child(5n + 5) {
    padding: 0;
    text-align: center;
  }
}

.choose-wrapper .choose-item:nth-child(5n + 6) {
  border: 0;
  padding: 60px 30px 60px 60px;
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .choose-item:nth-child(5n + 6) {
    padding: 40px 20px 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .choose-item:nth-child(5n + 6) {
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .choose-wrapper .choose-item:nth-child(5n + 6) {
    padding: 0;
    text-align: center;
  }
}

.choose-wrapper .choose-item:hover .choose-item__icon {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.choose-wrapper .choose-item__content {
  margin-top: 20px;
}

@media screen and (max-width: 575px) {
  .choose-wrapper .choose-item__content {
    margin-top: 10px;
  }
}

.choose-wrapper .choose-item__icon {
  max-width: 45px;
  line-height: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.choose-item__icon i {
  font-size: 35px !important;
}

.choose-item__icon i:hover {
  color: hsl(var(--base));
}

.choose-wrapper .choose-item__title {
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 24px;
}

/*============= why choose section css end here =============*/
/*=============== work section css start here ===============*/
.work-section {
  padding-top: 60px;
}

@media screen and (max-width: 1199px) {
  .work-section {
    padding-top: 0;
  }
}

.work-container {
  background-color: hsl(var(--base-d-500));
  padding: 110px 55px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .work-container {
    padding: 80px 40px;
  }
}

@media screen and (max-width: 767px) {
  .work-container {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 575px) {
  .work-container {
    padding: 40px 20px;
  }
}

.work-container__content {
  max-width: 490px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .work-container__content {
    max-width: 100%;
  }
}

.work-container__title {
  color: hsl(var(--white));
}

.work-container__subtitle {
  color: hsl(var(--white));
  font-family: var(--body-font);
  margin-bottom: 10px;
  font-weight: 600;
}

.work-container__desc {
  color: hsl(var(--white));
  font-size: 1.125rem;
}

@media screen and (max-width: 575px) {
  .work-container__desc {
    font-size: 15px;
  }
}

@media screen and (max-width: 424px) {
  .work-container__desc {
    font-size: 13px;
  }
}

.work-container__thumb {
  position: absolute;
  right: 8%;
  bottom: 0;
  z-index: 1;
  max-width: 510px;
}

.work-container__thumb.thumb-two {
  bottom: unset !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
  .work-container__thumb {
    right: 3%;
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .work-container__thumb {
    display: none;
  }
}

.work-container__thumb::before {
  position: absolute;
  content: "";
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background-color: hsl(var(--base));
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .work-container__thumb::before {
    display: none;
  }
}

.work-container__shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .work-container__shape {
    display: none;
  }
}

.work-container.work-container-two {
  position: relative;
  padding: 115px 55px;
}

@media screen and (max-width: 991px) {
  .work-container.work-container-two {
    padding: 70px 40px;
  }
}

@media screen and (max-width: 575px) {
  .work-container.work-container-two {
    padding: 30px 20px;
  }
}

.work-container.work-container-two .work-container__content {
  max-width: 630px;
}

.work-container.work-container-two .work-container__thumb {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1399px) {
  .work-container.work-container-two .work-container__thumb {
    right: 3%;
    max-width: 45%;
  }
}

.work-container.work-container-two .work-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
}

.work-container.work-container-two .work-facility:last-child {
  margin-bottom: 0;
}

.work-container.work-container-two .work-facility__title {
  margin-bottom: 8px;
  font-weight: 600;
  font-family: var(--body-font);
  color: hsl(var(--white));
}

.work-container.work-container-two .work-facility__desc {
  color: hsl(var(--white));
}

.work-container.work-container-two .work-facility__icon {
  font-size: 24px;
  color: hsl(var(--base));
}

.work-container.work-container-two .work-facility__wrapper {
  margin: 40px 0;
}

@media screen and (max-width: 1199px) {
  .thumb-wrapper__content {
    display: none;
  }
}

.thumb-wrapper__item {
  position: absolute;
  background-color: hsl(var(--white));
  color: hsl(var(--heading-color));
  font-size: 1.125rem;
  font-weight: 600;
  padding: 13px 15px;
  border-radius: 10px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 490px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  z-index: 9;
  -webkit-animation: horizontal-move 6s ease-in-out infinite;
  animation: horizontal-move 6s ease-in-out infinite;
}

@media screen and (max-width: 1399px) {
  .thumb-wrapper__item {
    right: 410px;
  }
}

@media screen and (max-width: 991px) {
  .thumb-wrapper__item {
    left: 70px;
    top: 20px;
    padding: 10px 12px;
  }
}

@media screen and (max-width: 575px) {
  .thumb-wrapper__item {
    padding: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 424px) {
  .thumb-wrapper__item {
    left: 30px;
  }
}

.thumb-wrapper__item.two {
  right: 100px;
  left: unset;
  top: 30%;
  -webkit-animation: horizontal-move 8s ease-in-out infinite;
  animation: horizontal-move 8s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 180px;
}

@media screen and (max-width: 991px) {
  .thumb-wrapper__item.two {
    right: unset;
    left: 310px;
  }
}

@media screen and (max-width: 575px) {
  .thumb-wrapper__item.two {
    left: 220px;
  }
}

@media screen and (max-width: 424px) {
  .thumb-wrapper__item.two {
    left: 180px;
  }
}

.thumb-wrapper__item.two .content {
  line-height: 1;
}

.thumb-wrapper__item.two .content .icon {
  line-height: 1;
}

.thumb-wrapper__item.three {
  top: unset;
  left: unset;
  right: 120px;
  bottom: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-animation: horizontal-move 7s ease-in-out infinite;
  animation: horizontal-move 7s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.thumb-wrapper__item .content {
  line-height: 1;
}

.thumb-wrapper__item .content .icon {
  line-height: 1;
}

.thumb-wrapper__item .content .text {
  font-size: 14px;
}

.list {
  margin-top: 25px;
  margin-bottom: 60px;
  color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .list {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.list-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .list-item {
    margin-bottom: 10px;
    font-size: 1rem;
    padding-left: 25px;
  }
}

@media screen and (max-width: 575px) {
  .list-item {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  .list-item {
    font-size: 0.8125rem;
  }
}

.list-item:last-child {
  margin-bottom: 0;
}

.list-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--base-d-500));
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: hsl(var(--base));
  font-size: 0.75rem;
  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;
}

/*=============== work section css end here =================*/
/*========================== facility section start here ==========================*/
.facility-wrapper {
  background-color: hsl(var(--white));
  padding: 56px 40px;
  border-radius: 24px;
}

@media screen and (max-width: 424px) {
  .facility-wrapper {
    padding: 50px 30px;
  }
}

.facility-wrapper .facility-item {
  margin-bottom: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.facility-wrapper .facility-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.facility-wrapper .facility-item__title {
  margin-bottom: 10px;
  font-family: var(--body-font);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.facility-wrapper .facility-item__icon {
  color: hsl(var(--base));
  font-size: 15px;
  margin-right: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  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: 1px solid hsl(var(--base));
}

.facility-wrapper .facility-thumb {
  width: 100%;
}

.facility-wrapper .facility-thumb img {
  width: 100%;
}

/*========================== facility section end here ==========================*/
/*============= work completion css start here =============*/
.work-completion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .work-completion-wrapper {
    display: block;
  }
}

.work-completion-wrapper .work-completion-content {
  background-color: #212121;
  padding: 110px 60px;
  position: relative;
  z-index: 2;
  width: 55%;
  border-radius: 24px 0 0 24px;
}
@media screen and (max-width: 1399px) {
  .work-completion-wrapper .work-completion-content{
      padding: 50px 45px;
  }
}
@media screen and (max-width: 1199px) {
  .work-completion-wrapper .work-completion-content {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 991px) {
  .work-completion-wrapper .work-completion-content {
    width: 100%;
    border-radius: 24px;
  }
}

@media screen and (max-width: 575px) {
  .work-completion-wrapper .work-completion-content {
    padding: 40px 20px;
  }
}

.work-completion-wrapper .work-completion-content__title {
  color: hsl(var(--white));
  font-weight: 600;
}

.work-completion-wrapper .work-completion-content__subtitle {
  color: hsl(var(--white));
  font-family: var(--body-font);
  margin-bottom: 10px;
  font-weight: 600;
}

.work-completion-wrapper .list {
  margin-top: 30px;
  margin-bottom: 0px;
  color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .work-completion-wrapper .list {
    margin-top: 20px;
  }
}

.work-completion-wrapper .list-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .work-completion-wrapper .list-item {
    margin-bottom: 10px;
    font-size: 1rem;
    padding-left: 25px;
  }
}

@media screen and (max-width: 575px) {
  .work-completion-wrapper .list-item {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  .work-completion-wrapper .list-item {
    font-size: 0.8125rem;
  }
}

.work-completion-wrapper .list-item:last-child {
  margin-bottom: 0;
}

.work-completion-wrapper .list-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--base-d-500));
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: hsl(var(--base));
  font-size: 0.75rem;
  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;
}

.work-completion-wrapper .work-completion-thumb {
  width: 45%;
  border-radius: 0 24px 24px 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .work-completion-wrapper .work-completion-thumb {
    display: none;
  }
}

.work-completion-wrapper .work-completion-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*============= work completion css end here =============*/
/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
  position: relative;
  overflow: hidden;
}

.testimonails-card {
  padding: 0 10px;
  height: 100%;
}

.testimonial-item {
  background-color: hsl(var(--white));
  padding: 40px 30px;
  border-radius: 8px;
  position: relative;
  height: 100%;
  border: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 424px) {
  .testimonial-item {
    padding: 25px 15px;
  }
}

.testimonial-item__icon {
  font-size: 35px;
  color: hsl(var(--base));
  margin-bottom: 15px;
  line-height: 1;
}

.testimonial-item__icon svg {
  fill: hsl(var(--base));
  width: 43px;
  height: 33px;
}

.testimonial-item__info {
  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;
}

.testimonial-item__thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 424px) {
  .testimonial-item__thumb {
    width: 45px;
    height: 45px;
  }
}

.testimonial-item__details {
  width: calc(100% - 70px);
  padding-left: 20px;
}

@media screen and (max-width: 424px) {
  .testimonial-item__details {
    width: calc(100% - 45px);
    padding-left: 10px;
  }
}

.testimonial-item__name {
  margin-bottom: 0;
  color: hsl(var(--black));
  font-weight: 600;
  font-family: var(--body-font);
}

.testimonial-item__designation {
  font-size: 0.875rem;
}

.testimonial-item__desc {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .testimonial-item__desc {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.testimonial-slider .slick-list {
  padding: 10px 0;
}

/* ================================ Testimonails Section Css End ============================= */
/*================= trust section css start here =================*/
.trust-section {
  background-color: hsl(var(--white));
}

.trust-section .item__icon {
  color: hsl(var(--black));
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1;
}

.trust-section .item__icon svg {
  width: 40px;
  fill: hsl(var(--black));
}

.trust-section .item__title {
  font-family: var(--body-font);
  margin-bottom: 10px;
}

.trust-section .item__desc {
  max-width: 280px;
}

.trust-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.trust-wrapper__content {
  background-color: hsl(var(--base-d-500));
  padding: 120px 0 120px 75px;
  border-radius: 12px 0 0 12px;
  width: 65%;
  overflow: hidden;
}

@media screen and (max-width: 1399px) {
  .trust-wrapper__content {
    padding: 100px 50px;
  }
}

@media screen and (max-width: 1199px) {
  .trust-wrapper__content {
    padding: 70px 30px;
  }
}

@media screen and (max-width: 991px) {
  .trust-wrapper__content {
    width: 100%;
    border-radius: 12px;
  }
}

@media screen and (max-width: 575px) {
  .trust-wrapper__content {
    padding: 50px 30px;
  }
}

.trust-wrapper__subtitle {
  font-family: var(--body-font);
  margin-bottom: 15px;
  color: hsl(var(--white));
}

.trust-wrapper__title {
  margin-bottom: 35px;
  color: hsl(var(--white));
  max-width: 700px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .trust-wrapper__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .trust-wrapper__title {
    font-size: 1.5rem;
  }
}

.trust-wrapper__thumb {
  width: 35%;
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .trust-wrapper__thumb {
    display: none;
  }
}

.trust-wrapper__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*================= trust section css end here =================*/
/* =============================== Brand Section Css Start ======================= */
.brand-slider {
  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;
  margin-top: 20px;
}

.brand-slider:last-of-type {
  margin-bottom: 0;
}

.brand-slider img {
  width: 150px !important;
}

.brand-slider .slick-slide {
  margin: 0 10px;
}

.buyer-wrapper {
  margin-top: 32px;
  max-width: 550px;
}

@media screen and (max-width: 767px) {
  .buyer-wrapper {
    max-width: 450px;
  }
}

.buyer-wrapper .slick-initialized.slick-slider {
  margin: 0;
}

.buyer-wrapper__title {
  font-size: 1.125rem;
  color: hsl(var(--white));
  margin-bottom: 18px;
  font-weight: 600;
}

/* =============================== Brand Section Css End ======================= */
/* =============================== Brand Section Css Start ======================= */
.client-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.client-slider:last-of-type {
  margin-bottom: 0;
}

.client-slider .slick-slide {
  border-right: 1px solid hsl(var(--black) / 0.1);
  margin: 0;
}

.client-slider .thumb {
  padding: 35px 15px;
}

.client-slider .thumb:last-child {
  border-right: 0;
}

.client-slider .thumb img {
  width: 150px !important;
}

.buyer-wrapper {
  margin-top: 32px;
  max-width: 550px;
}

@media screen and (max-width: 767px) {
  .buyer-wrapper {
    max-width: 450px;
  }
}

.buyer-wrapper .slick-initialized.slick-slider {
  margin: 0;
}

.buyer-wrapper__title {
  font-size: 1.125rem;
  color: hsl(var(--white));
  margin-bottom: 18px;
  font-weight: 600;
}

/* =============================== Brand Section Css End ======================= */
/*=============== best freelancer section css start here ==============*/
.best-freelancer-section {
  background-color: hsl(var(--base-d-500));
}

.freelancer-item {
  background-color: hsl(var(--white));
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 35px 25px;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .freelancer-item {
    padding: 30px 20px;
  }
}

.freelancer-item__thumb {
  position: relative;
  text-align: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border: 1px solid hsl(var(--border-color));
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .freelancer-item__thumb {
    width: 90px;
    height: 90px;
  }
}

.freelancer-item__thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.freelancer-item__content {
  margin-top: 18px;
  text-align: center;
}

.freelancer-item__name {
  margin-bottom: 2px;
  font-family: var(--body-font);
}

.freelancer-item__designation {
  color: hsl(var(--text-color));
  font-size: 0.875rem;
}

.freelancer-item__desc {
  margin-top: 24px;
}

.freelancer-item__btn {
  margin-top: 24px;
}

.freelancer-item__btn .btn--base:hover {
  background-color: hsl(var(--base-d-500)) !important;
}

.freelancer-item .text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 8px !important;
}

.freelancer-item .text-list__item {
  color: hsl(var(--text-color));
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

.freelancer-item .text-list__item:first-child::before {
  display: none;
}

.best-freelancer .slick-list {
  margin: 10px 0;
}
.freelancer-item__status {
  position: absolute;
  right: 15px;
  top: 15px;
  border: 1px solid #ddd;
  padding: 4px 9px;
  border-radius: 30px;
  font-weight: 600;
}

/*=============== best freelancer section css end here ===============*/
/*========== skill list css start here ==========*/
.skill-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid hsl(var(--black) / 0.1);
  padding-top: 16px;
  margin-top: 24px;
}

.skill-list__link {
  /* background-color: #f1f0f0; */
  padding: 6px 10px;
  border-radius: 40px;
  background-color: #f0f1f1;
  border: hsl(var(--black));
  color: #757575;
  font-size: 12px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: default;
}

/*============ skill list css end here ==========*/
/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    183deg,
    rgba(255, 255, 255, 0) 16.65%,
    rgba(0, 0, 0, 0.8) 76.88%
  );
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item:hover::before {
  background: linear-gradient(
    183deg,
    rgba(255, 255, 255, 0) 16.65%,
    black 76.88%
  );
}
.blog-item .text-list__item:first-child::before {
  display: none;
}
.blog-item__thumb {
  overflow: hidden;
  border-radius: 12px;
  max-height: 400px;
  width: 100%;
  height: 100%;
}

.blog-item__thumb img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item__content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}

@media screen and (max-width: 1399px) {
  .blog-item__content {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .blog-item__content {
    width: 92%;
    bottom: 10px;
  }
}

.blog-item__title {
  color: hsl(var(--white));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item__title:hover {
  color: hsl(var(--base));
}

.text-list {
  gap: 20px;
}

.text-list__item {
  color: hsl(var(--white));
  font-weight: 600;
}

.text-list__item:first-child {
  position: relative;
}

.text-list__item:first-child::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: hsl(var(--white) / 0.8);
}

/* ================================= Blog Section Css End Here ================================= */
/*============= subscribe section css start here =============*/
.subscribe-section {
  margin-top: 160px;
}

@media screen and (max-width: 1399px) {
  .subscribe-section {
    margin-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .subscribe-section {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-section {
    margin-top: 0;
  }
}

.subscribe-wrapper {
  position: relative;
  background-color: hsl(var(--base-d-500));
  padding: 75px;
  border-radius: 24px 0 24px 24px;
}

@media screen and (max-width: 1199px) {
  .subscribe-wrapper {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 991px) {
  .subscribe-wrapper {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-wrapper {
    border-radius: 24px;
  }
}

@media screen and (max-width: 575px) {
  .subscribe-wrapper {
    padding: 25px 15px;
  }
}

.subscribe-wrapper::before {
  position: absolute;
  content: "";
  top: -60px;
  right: 0;
  width: 40%;
  height: 64px;
  -webkit-mask-image: url(../shape/subs-2.png);
  mask-image: url(../shape/subs-2.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  z-index: 2;
  background: hsl(var(--base-d-500));
}

@media screen and (max-width: 1199px) {
  .subscribe-wrapper::before {
    height: 80px;
  }
}

@media screen and (max-width: 991px) {
  .subscribe-wrapper::before {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-wrapper::before {
    display: none;
  }
}

.subscribe-wrapper__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  width: 10%;
}

.subscribe-wrapper .subscribe-content {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .subscribe-wrapper .subscribe-content {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-wrapper .subscribe-content {
    width: 100%;
  }
}

.subscribe-wrapper .subscribe-content__shape {
  position: absolute;
  right: -80px;
  bottom: 60px;
}

@media screen and (max-width: 991px) {
  .subscribe-wrapper .subscribe-content__shape {
    display: none;
  }
}

.subscribe-wrapper .subscribe-content__title {
  color: hsl(var(--white));
  margin-bottom: 10px;
}

.subscribe-wrapper .subscribe-content__text {
  color: hsl(var(--white));
  font-size: 1.125rem;
  margin-bottom: 30px;
}
.subscribe-form .form--control {
  border-color: hsl(var(--white));
}
@media screen and (max-width: 767px) {
  .subscribe-wrapper .subscribe-content__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 424px) {
  .subscribe-wrapper .subscribe-content__text {
    font-size: 14px;
  }
}

.subscribe-wrapper .subscribe-thumb {
  position: absolute;
  right: 35px;
  bottom: 0;
  z-index: 2;
  max-width: 535px;
}

@media screen and (max-width: 1399px) {
  .subscribe-wrapper .subscribe-thumb {
    right: 20px;
    max-width: 470px;
  }
}

@media screen and (max-width: 1199px) {
  .subscribe-wrapper .subscribe-thumb {
    max-width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .subscribe-wrapper .subscribe-thumb {
    max-width: 270px;
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-wrapper .subscribe-thumb {
    display: none;
  }
}

/*============== subscribe section css end here ===============*/
/*=====================counter section css start her===================== */
.counter-up-section {
  padding: 35px 0;
}

.counter-up-wrapper {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid hsl(var(--white) / 0.15);
}

@media screen and (max-width: 991px) {
  .counter-up-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .counter-up-wrapper {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.counterup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 575px) {
  .counterup-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
}

.counterup-item__content {
  text-align: center;
}

.counterup-item__title {
  color: hsl(var(--white));
  font-family: var(--body-font);
  margin-bottom: 10px;
}

@media screen and (max-width: 424px) {
  .counterup-item__title {
    font-size: 18px;
  }
}
.counterup-item__text {
  font-weight: 400;
  font-size: 16px;
  color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
  .counterup-item__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 424px) {
  .counterup-item__text {
    font-size: 14px;
  }
}

.counterup-item__icon {
  font-size: 30px;
  color: hsl(var(--base));
  line-height: 1;
}

.counterup-item .content {
  margin-top: 15px;
}

.counterup-item .counterup-wrapper {
  max-width: 265px;
  margin: 0 auto;
}

.odometer {
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .odometer {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .odometer {
    font-size: 18px;
  }
}

/*=====================counter section css end her===================== */
/*========================= support section css start here =========================*/
.support-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 200px;
  position: relative;
}
.support-wrapper__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .support-wrapper {
    gap: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .support-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .support-wrapper__shape {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .support-wrapper {
    gap: 30px;
  }
}

.support-wrapper::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: hsl(var(--black) / 0.1);
}

@media screen and (max-width: 1199px) {
  .support-wrapper::after {
    display: none;
  }
}

.support-wrapper__left {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .support-wrapper__left {
    width: 100%;
  }
}

.support-wrapper__left .title {
  margin-bottom: 15px;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 18px;
}

.support-wrapper__left .company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px;
}

.support-wrapper__left .company-list .company-name {
  width: 33.3333333333%;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  margin-top: -2px;
}

.support-wrapper__left .company-list .company-name .thumb {
  margin-top: -1px;
  padding: 30px 20px;
  margin-left: -1px;
  border: 1px solid hsl(var(--border-color));
  height: 100%;
}

@media screen and (max-width: 575px) {
  .support-wrapper__left .company-list .company-name .thumb {
    padding: 15px;
  }
}

.support-wrapper__right {
  width: 50%;
  background-color: hsl(var(--base-d-500));
  padding: 24px;
  border-radius: 12px 0 12px 12px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .support-wrapper__right {
    width: 100%;
    margin-top: 140px;
  }
}

@media screen and (max-width: 991px) {
  .support-wrapper__right {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .support-wrapper__right {
    margin-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .support-wrapper__right {
    border-radius: 12px;
    margin-top: 0px;
  }
}

.support-wrapper__right::before {
  position: absolute;
  content: "";
  top: -105px;
  right: 0;
  width: 50%;
  height: 107px;
  -webkit-mask-image: url(../shape/support-1.png);
  mask-image: url(../shape/support-1.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  z-index: -1;
  background: hsl(var(--base-d-500));
}

@media screen and (max-width: 1399px) {
  .support-wrapper__right::before {
    top: -102px;
  }
}

@media screen and (max-width: 1199px) {
  .support-wrapper__right::before {
    top: -159px;
    right: 0;
    width: 50%;
    height: 181px;
    max-width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .support-wrapper__right::before {
    top: -130px;
    right: 0;
    width: 50%;
    height: 170px;
    max-width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .support-wrapper__right::before {
    top: -106px;
    right: 0;
    width: 50%;
    height: 100%;
    max-width: 30%;
  }
}

@media screen and (max-width: 575px) {
  .support-wrapper__right::before {
    display: none;
  }
}

.support-wrapper__right .support-item {
  font-weight: 600;
  color: hsl(var(--white));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
}

.support-wrapper__right .support-item:last-child {
  margin-bottom: 0;
}

.support-wrapper__right .support-item__icon {
  width: 25px;
  height: 25px;
  background-color: hsl(var(--base));
  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: 15px;
  border-radius: 50%;
  color: hsl(var(--white));
}

.support-wrapper__right .support-content {
  max-width: 300px;
}

@media screen and (max-width: 424px) {
  .support-wrapper__right .support-content {
    max-width: 100%;
  }
}

.support-wrapper__right .support-content__title {
  color: hsl(var(--white));
  font-weight: 600;
  font-family: var(--body-font);
}

.support-wrapper__thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 320px;
  z-index: -1;
}

@media screen and (max-width: 1399px) {
  .support-wrapper__thumb {
    max-width: 45%;
  }
}

@media screen and (max-width: 1199px) {
  .support-wrapper__thumb {
    max-width: 30%;
  }
}

@media screen and (max-width: 575px) {
  .support-wrapper__thumb {
    max-width: 26%;
  }
}

@media screen and (max-width: 424px) {
  .support-wrapper__thumb {
    display: none;
  }
}

/* preview image */
.attach-preview-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  margin-block: 1.5rem;
}

.atach-preview {
  padding: 0.5rem;
  border-radius: 6px;
  background-color: hsl(var(--white) / 0.03);
  border: 1px solid hsl(var(--white) / 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 768px) {
  .atach-preview {
    flex-grow: 1;
  }
}

.atach-preview__left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.atach-preview__image {
  max-width: 2.2rem;
  flex-shrink: 0;
}

.atach-preview__image img {
  border-radius: 6px;
}

.atach-preview__content {
  flex: 1;
}

.atach-preview__title {
  font-size: 0.75rem;
  font-weight: 400;
  color: hsl(var(--white) / 0.6);
}

.atach-preview__size {
  font-size: 0.75rem;
  font-weight: 700;
  color: hsl(var(--white));
}

.atach-preview__action {
  flex-shrink: 0;
}

.atach-preview .atach-icon {
  font-size: 0.875rem;
  cursor: pointer;
  color: hsl(var(--white) / 0.6);
}

.ticket-info-list {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
}

.ticket-info-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ticket-info-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: hsl(var(--white) / 0.6);
}

.ticket-info-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: hsl(var(--white));
  display: flex;
  align-items: center;
  gap: 4px;
  color: hsl(var(--base) / 0.6);
}

.ticket-info-text .i {
  font-size: 0.75rem;
}

.chat-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.chat-item:not(:last-of-type) {
  /* margin-bottom: 24px; */
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.chat-item.reply {
  flex-direction: row-reverse;
  text-align: right;
}

.chat-item.reply .attach-preview-wrapper {
  justify-content: flex-end;
}

.chat-item__thumb {
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}

.chat-item__thumb img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.chat-item__content {
  flex: 1;
}

.chat-item__name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.chat-item__time {
  font-size: 0.75rem;
  font-weight: 600;
  /* color: hsl(var(--white) / .6); */
}

.chat-item__message {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.chat-item-wrapper {
  max-height: 460px;
  overflow-y: auto;
  padding-right: 20px;
}

.chat-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.chat-form-file {
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
  font-size: 1.3rem;
  color: hsl(var(--white) / 0.6);
}

.chat-form-file .file-upload {
  display: none;
}

.chat-form-inner {
  background-color: hsl(var(--white) / 0.5);
  border-radius: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
}

.chat-form-input {
  height: 3rem;
  flex: 1;
  background-color: transparent;
  padding: 1rem;
  border: 0;
  color: hsl(var(--white) / 0.6);
  font-size: 0.875rem;
  font-weight: 600;
  outline: 0;
  overflow: hidden;
  resize: none;
  line-height: 1;
}

.chat-form-submit {
  height: 3rem;
  width: 3rem;
  display: grid;
  place-content: center;
  font-size: 1.3rem;
  color: hsl(var(--white) / 0.6);
}

.input-note-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: hsl(var(--info) / 0.6);
  display: flex;
  align-items: flex-start;
}

.input-note-text i {
  font-size: 0.875rem;
  line-height: 1.5;
}

.ticket--btn {
  font-size: 16px;
  font-weight: 600;
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
  border: 1px solid hsl(var(--white) / 0.2);
  border-radius: 4px;
  padding: 11px 16px;
  display: flex !important;
  gap: 8px;
}



.ticket--btn:hover {
  background-color: hsl(var(--white));
  border-color: hsl(var(--white));
  color: hsl(var(--black)) !important;
}

/*========================= support section css end here =========================*/
/*===================== filter section css start here =====================*/
.filter-wrapper {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  background-color: hsl(var(--white));
  padding: 30px;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
  gap: 15px;
}

@media screen and (max-width: 991px) {
  .filter-wrapper {
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
  }

  .talent-main-section .filter-wrapper .filter-form {
    flex-wrap: wrap;
  }
  .talent-main-section .filter-form .btn {
    flex-basis: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .filter-wrapper__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .filter-wrapper__content {
    width: 100%;
  }
  .filter-wrapper__content-title {
    align-self: flex-start;
  }
}

.filter-wrapper__content-title {
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
}

.filter-wrapper__right-text {
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-size: 20px;
}

.filter-wrapper .filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.filter-wrapper .filter-form .select2-container {
  min-width: 200px;
}

@media screen and (max-width: 991px) {
  .filter-wrapper .filter-form {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }

  .filter-wrapper .filter-form .position-relative {
    width: 100%;
    flex: 1 1;
  }
}

@media screen and (max-width: 767px) {
  .filter-wrapper .filter-form {
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .filter-wrapper .filter-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.filter-wrapper .filter-form .form--control {
  font-size: 14px;
  color: hsl(var(--text-color));
}

@media screen and (max-width: 991px) {
  .filter-wrapper .filter-form .form--control {
    flex: 1 1;
  }
}

/*===================== filter section css end here =====================*/
/*==================== profile section css start here ====================*/
.profile-wrapper__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background-color: hsl(var(--heading-color));
  border-radius: 8px;
  padding: 60px 30px;
  margin-bottom: 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .profile-wrapper__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 424px) {
  .profile-wrapper__profile {
    padding: 20px;
  }
}

.profile-wrapper__profile .profile-thumb {
  width: 130px;
  height: 130px;
  position: relative;
}

@media screen and (max-width: 424px) {
  .profile-wrapper__profile .profile-thumb {
    width: 80px;
    height: 80px;
  }
}

.profile-wrapper__profile .profile-thumb img {
  width: 100%;
  height: 100%;
  max-width: 130px;
  max-height: 130px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-wrapper__profile .profile-content__name {
  font-family: var(--body-font);
  color: hsl(var(--white));
  margin-bottom: 0;
  font-weight: 600;
}

.profile-wrapper__profile .profile-content__title {
  color: hsl(var(--white));
  margin-bottom: 10px;
}

.profile-wrapper__profile .profile-content__info {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 25px;
  max-width: 70%;
}

@media screen and (max-width: 1399px) {
  .profile-wrapper__profile .profile-content__info {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .profile-wrapper__profile .profile-content__info {
    gap: 10px;
  }
}

@media screen and (max-width: 424px) {
  .profile-wrapper__profile .profile-content__info {
    grid-template-columns: auto;
  }
}

.profile-wrapper__profile .profile-content__info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 575px) {
  .profile-wrapper__profile .profile-content__info .info-item {
    gap: 5px;
  }
}

.profile-wrapper__profile .profile-content__info .info-item__thumb {
  width: 24px;
}

.profile-wrapper__profile .profile-content__info .info-item__text {
  color: hsl(var(--white));
  width: calc(100% - 24px);
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .profile-wrapper__profile .profile-content__info .info-item__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .profile-wrapper__profile .profile-content__info .info-item__text {
    font-size: 13px;
  }
}

.profile-wrapper .main-content-wrapper {
  width: calc(100% - 130px);
}

@media screen and (max-width: 767px) {
  .profile-wrapper .main-content-wrapper {
    width: 100%;
  }
}

.profile-wrapper .profile-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 40px;
  right: 25px;
}

@media screen and (max-width: 424px) {
  .profile-wrapper .profile-action-btn {
    top: 20px;
    right: 15px;
    gap: 5px;
  }
}

.profile-wrapper .profile-action-btn__bid {
  border: 2px solid hsl(var(--white) / 0.5);
  color: hsl(var(--white));
  border-radius: 4px;
}

.profile-wrapper .profile-action-btn__share {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: hsl(var(--white) / 0.7);
  font-size: 20px;
}

.profile-wrapper__body {
  background-color: hsl(var(--white));
  border-radius: 8px;
}

.profile-wrapper__body .body-content {
  padding: 35px 25px;
  padding-bottom: 24px;
}

.profile-wrapper__body .body-content__title {
  font-family: var(--body-font);
  margin-bottom: 15px;
}

.profile-wrapper__body .body-content .proficiency-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 3fr));
  gap: 20px 40px;
}

.profile-wrapper__body .body-content .proficiency-wrapper__title {
  color: hsl(var(--heading-color));
  font-weight: 600;
  margin-bottom: 10px;
}

.profile-wrapper__body
  .body-content
  .proficiency-wrapper
  .proficiency-list__item {
  position: relative;
  padding-left: 30px;
}

.profile-wrapper__body
  .body-content
  .proficiency-wrapper
  .proficiency-list__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: hsl(var(--body-color));
}

.review-content-container .review-content {
  padding: 24px;
  border-top: 1px solid hsl(var(--black) / 0.1);
}

.profile-wrapper__body .review-content__title {
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 16px;
  padding-left: 24px;
}
.review-wrapper {
  padding-top: 24px;
  border-top: 1px solid hsl(var(--black) / 0.1);
}
.review-content-container .review-content:first-child {
  border-top: 0 !important;
  padding-top: 0;
}
.profile-wrapper__body .review-content__name {
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.profile-wrapper__body .review-content__address {
  font-size: 14px;
  color: hsl(var(--text-color));
}

.profile-wrapper__bottom {
  margin-top: 40px;
}

.profile-wrapper__bottom .title {
  margin-bottom: 15px;
  font-family: var(--body-font);
  font-weight: 600;
}

.review-rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin: 12px 0;
}

.review-rating-list__item {
  background-color: hsl(var(--success));
  color: hsl(var(--white));
  font-size: 16px;
  width: 22px;
  height: 22px;
  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;
}

.portfolio {
  padding: 24px;
  border-top: 1px solid hsl(var(--black) / 0.1);
}

.portfolio__title {
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 10px;
}

.portfolio .portfolio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 3fr));
}

@media screen and (max-width: 767px) {
  .portfolio .portfolio-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(160px, 2fr));
  }
  .profile-wrapper__body .review-content__name {
    font-size: 14px;
  }
}

@media screen and (max-width: 424px) {
  .portfolio .portfolio-wrapper {
    grid-template-columns: 1fr;
  }
}

.portfolio .portfolio-item {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .portfolio .portfolio-item.three {
    grid-column: 1/3;
    max-height: 150px;
  }
}

@media screen and (max-width: 424px) {
  .portfolio .portfolio-item.three {
    grid-column: unset;
    max-height: unset;
  }
}

.portfolio .portfolio-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--black) / 0.6);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.portfolio .portfolio-item__thumb img {
  width: 100%;
  height: 100%;
}

.portfolio .portfolio-item__title {
  margin-bottom: 5px;
}

.portfolio .portfolio-item__title-link {
  color: hsl(var(--white));
  font-size: 18px;
  font-family: var(--body-font);
  font-weight: 600;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .portfolio .portfolio-item__title-link {
    font-size: 16px;
  }
}

.portfolio .portfolio-item__content {
  visibility: hidden;
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 100%;
  opacity: 1;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  z-index: 2;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .portfolio .portfolio-item__content {
    left: 2%;
  }
}

.portfolio .portfolio-item:hover::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.portfolio .portfolio-item:hover .portfolio-item__content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.portfolio .portfolio-item:hover .portfolio-item__title-link:hover {
  color: hsl(var(--white));
}

/*==================== profile section css end here ======================*/
/*==================== sidebar css start here ====================*/
.sidebar-wrapper {
  position: sticky;
  top: 80px;
}

.sidebar-wrapper .sidebar-item {
  padding: 24px;
  margin-bottom: 24px;
  background-color: hsl(var(--white));
  border-radius: 8px;
  border: 1px solid hsl(var(--black) / 0.1);
}

.sidebar-wrapper .sidebar-item:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .sidebar-item__title {
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 20px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  padding-bottom: 15px;
}

.sidebar-wrapper .sidebar-item__verify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.sidebar-wrapper .sidebar-item__verify .verify-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border: 1px solid hsl(var(--base));
  border-radius: 8px;
  background-color: hsl(var(--base) / 0.1);
  padding: 10px 15px;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: default;
}
.sidebar-wrapper .sidebar-item__verify .verify-item:hover {
  background-color: hsl(var(--base) / 0.2);
}

.sidebar-wrapper .sidebar-item__verify .verify-item__icon {
  width: 20px;
}

.sidebar-wrapper .sidebar-item__verify .verify-item__icon svg {
  fill: hsl(var(--base));
}

.sidebar-wrapper .sidebar-item__verify .verify-item__content {
  width: calc(100% - 20px);
  line-height: 1;
}

.sidebar-wrapper .sidebar-item__verify .verify-item__title {
  font-size: 12px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 6px;
}

.sidebar-wrapper .sidebar-item__verify .verify-item__text {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-item .performer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.sidebar-wrapper .sidebar-item .performer-list__item {
  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;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.sidebar-wrapper .sidebar-item .skill-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  border: 0;
  gap: 6px;
}

.sidebar-wrapper .sidebar-item__btn {
  margin-top: 30px;
}

.sidebar-wrapper .sidebar-header {
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 14px 2px hsl(var(--base) / 0.2);
}

.sidebar-wrapper .sidebar-header__number {
  font-family: var(--body-font);
  font-weight: 600;
  line-height: 1;
  color: hsl(var(--white));
}

.sidebar-wrapper .sidebar-header__text {
  margin-top: 15px;
}

.sidebar-wrapper .sidebar-header__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 64%;
}

.sidebar-header .sidebar-item__title {
  color: hsl(var(--white));
  border-bottom: 1px solid hsl(var(--white) / 0.3);
}

.buyer-info-item.sidebar-item {
  padding: 0;
}

.buyer-info-item .top {
  padding: 24px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}
@media (max-width: 1399px) {
  .buyer-info-item .top {
    padding: 15px;
  }
}
.buyer-info-item .bottom {
  padding: 24px;
}

.buyer-info-item .bottom .project-info-wrapper {
  gap: 10px 15px;
}

.buyer-info-item .buyer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}

.buyer-info-item .buyer-info__name {
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.buyer-info-item .buyer-info__text {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.buyer-info-item .buyer-info__text .icon {
  font-size: 20px;
  color: hsl(var(--black));
  line-height: 1;
}

.buyer-info-item .buyer-info__thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.buyer-info-item .buyer-info__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.job-list__item {
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.job-list__item .text {
  font-size: 12px;
}

.job-list__link {
  font-size: 14px;
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.job-list__link:hover {
  color: hsl(var(--base));
}

/*==================== sidebar css en  here ====================*/
/*=============== category-sidebar css start here ===============*/
.category-sidebar {
  width: 320px;
  top: 100px;
  background-color: hsl(var(--white));
  padding: 20px;
  border-radius: 8px;
}
.filter-block__list.category .form-check-input {
  display: none !important;
}
.filter-block__list.category
  .form--check:has(.form-check-input:checked)
  .form-check-label
  .label-text:first-child {
  color: hsl(var(--base)) !important;
}
@media screen and (max-width: 1199px) {
  .category-sidebar {
    position: fixed;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s linear;
    transition: 0.4s linear;
    background-color: hsl(var(--white));
    padding: 20px;
    left: 0 !important;
    top: 0;
    z-index: 9999;
    overflow-y: scroll;
    padding-top: 60px;
    border-radius: 0;
  }

  .category-sidebar.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 99991;
  }
}

.category-sidebar .sidebar-item {
  margin-bottom: 28px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  padding-bottom: 24px;
}

.category-sidebar .sidebar-item__title {
  font-size: 1.125rem;
  margin-bottom: 16px;
}

.category-sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.category-sidebar .project-value {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}

.category-sidebar .project-value .form--control {
  padding: 9px 15px;
}

.category-sidebar .sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.category-sidebar .sidebar-header__filter {
  color: hsl(var(--heading-color));
  font-weight: 500;
  font-size: 1.125rem;
}

.category-sidebar .sidebar-header__filter-icon {
  margin-right: 7px;
}

.category-sidebar .sidebar-header__filter-icon svg {
  fill: hsl(var(--base));
  width: 24px;
  height: 24px;
}

.category-sidebar .sidebar-header .btn {
  padding: 6px 16px;
}

@media screen and (max-width: 1199px) {
  .sidebar-filter__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    background: hsl(var(--section-bg));
    width: 35px;
    height: 35px;
    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%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
  }

  .sidebar-filter__close:hover {
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
  }
}

.filter-block {
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.filter-block:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.filter-block__item {
  margin-bottom: 12px;
}

.filter-block__item:last-child {
  margin-bottom: 0;
}

.filter-block__item .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  color: hsl(var(--text-color));
}

.filter-block__item .form-check-label .label-text:last-child {
  min-width: 30px;
  text-align: right;
}

.rating-star {
  border: 1px solid hsl(var(--black) / 0.1);
  padding: 6px 8px;
  border-radius: 4px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  font-weight: 600;
  color: hsl(var(--body-color));
}

.rating-star:hover,
.rating-star.active {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.rating-star .icon {
  color: hsl(var(--warning));
}

.filter-icon {
  background-color: hsl(var(--base));
  padding: 5px 15px;
  font-size: 20px;
  border-radius: 4px;
  color: hsl(var(--white));
  margin-bottom: 20px;
}

.rating-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

/*=============== category-sidebar css start here ===============*/
/*================ job category section css start here ================*/
.job-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.job-category-wrapper .job-category-body {
  width: calc(100% - 320px);
}

@media screen and (max-width: 1199px) {
  .job-category-wrapper .job-category-body {
    width: 100%;
  }
}

.job-category-wrapper .job-category-body__bar {
  margin-bottom: 20px;
}

.job-category-wrapper .job-category-body__bar-icon {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  width: 35px;
  height: 35px;
  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: 20px;
}

.job-category-wrapper .job-category-body__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;
  gap: 30px;
  /* padding: 16px; */
  border-radius: 8px;
  /* background-color: hsl(var(--white)); */
}

@media screen and (max-width: 767px) {
  .job-category-wrapper .job-category-body__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}

.job-category-wrapper .job-category-body__top .search-container {
  margin-top: 0;
  /* width: 60%; */
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.job-category-wrapper .job-category-body__top .search-container__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  color: hsl(var(--heading-color));
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .job-category-wrapper .job-category-body__top .search-container {
    width: 100%;
  }
}

.job-category-wrapper .job-category-body__top .search-container .form--control {
  border: 1px solid hsl(var(--black) / 0.1);
  padding-left: 40px;
}

.job-category-wrapper .job-category-body__top .pagination {
  margin-top: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.job-category-wrapper .job-category-body__content {
  background-color: hsl(var(--white));
  margin-top: 24px;
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.job-category-wrapper .job-category-body__content:has(.spinner-loader) {
  height: 65vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1399px) {
  .job-category-wrapper .job-category-body__content:has(.spinner-loader) {
    height: 60vh;
  }
}
@media (max-width: 424px) {
  .job-category-wrapper .job-category-body__content:has(.spinner-loader) {
    height: 40vh;
  }
}

.job-category-wrapper .job-category-body .expert-developer {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  transition: 0.2s linear;
}

.job-category-wrapper .job-category-body .expert-developer:hover {
  /* background-color: hsl(var(--section-bg)/.25); */
  background-color: hsl(var(--black) / 0.03);
}

.job-category-wrapper .job-category-body .expert-developer:last-child {
  border-bottom: 0;
}

.job-category-wrapper .job-category-body .expert-developer__top .left__top {
  max-width: unset;
}

.job-category-wrapper
  .job-category-body
  .expert-developer__top
  .left__top
  .expert-developer__title {
  max-width: 600px;
}

.expert-developer {
  background-color: hsl(var(--white));
  padding: 32px 24px;
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 8px;
}

.expert-developer .skill-list {
  border-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 575px) {
  .expert-developer .left {
    width: 100%;
  }
}

.expert-developer .left__top {
  max-width: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
}

@media screen and (max-width: 575px) {
  .expert-developer .left__top {
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.expert-developer .left .title {
  font-size: 14px;
  margin-bottom: 4px;
}

.expert-developer .left .text {
  font-size: 14px;
  font-weight: 600;
  color: hsl(var(--heading-color));
}

.expert-developer .right {
  text-align: right;
  min-width: 120px;
}
.job-information-area {
  display: flex;
  gap: 10px 36px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .expert-developer .right {
    text-align: left;
    display: flex;
    gap: 46px;
  }
  .job-information-area {
    gap: 10px;
  }
}

.expert-developer .right .bid-price {
  margin-top: 16px;
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.expert-developer .right .bid-price__text {
  color: hsl(var(--text-color));
  font-size: 12px;
  font-weight: 400;
}

.expert-developer .right .total-bid {
  font-size: 12px;
  color: hsl(var(--heading-color));
}

.expert-developer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .expert-developer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.expert-developer__title {
  font-weight: 600;
  font-family: var(--body-font);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 400px;
  margin-bottom: 6px;
}

.expert-developer__time {
  font-size: 14px;
  color: hsl(var(--heading-color));
  margin-bottom: 16px;
}

.expert-developer__desc {
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 424px) {
  .expert-developer__desc {
    font-size: 14px;
  }
}
/*================ job category section css end here ================*/
/*========= job details section css start here =========*/
.details-item {
  background-color: hsl(var(--white));
  border-radius: 8px;
  border: 1px solid hsl(var(--black) / 0.1);
  margin-bottom: 24px;
}

.details-item:last-child {
  margin-bottom: 0;
}

.details-item .bid-top {
  padding-bottom: 0;
}

.details-item__key {
  margin-top: 16px;
}

.details-item__key .title {
  color: hsl(var(--heading-color));
  margin-bottom: 5px;
}

.details-item__content {
  padding: 32px 24px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.workflow__item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.workflow__item:last-child {
  margin-bottom: 0;
}

.workflow__item::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: hsl(var(--text-color));
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.bid-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 40px;
  padding: 32px 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bid-top__title {
  margin-bottom: 5px;
  font-family: var(--body-font);
}

@media screen and (max-width: 767px) {
  .bid-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bid-top .left {
  max-width: 450px;
}

@media screen and (max-width: 767px) {
  .bid-top .left {
    max-width: 100%;
  }
}

.bid-top .right {
  text-align: right;
  min-width: 220px;
}

@media screen and (max-width: 767px) {
  .bid-top .right {
    text-align: left;
  }
}

.bid-top .right .price {
  font-family: var(--body-font);
  color: hsl(var(--base));
  margin-bottom: 5px;
}

/*=========  project info wrapper css =========*/
.project-info-wrapper {
  gap: 15px 30px;
  max-width: 480px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media (max-width: 575px) {
  .project-info-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
}
.project-info {
  padding: 32px 24px;
}

.project-info__title {
  font-family: var(--body-font);
}

.project-info__icon {
  font-size: 20px;
  color: hsl(var(--heading-color));
}

.project-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.project-info__item .text {
  font-size: 14px;
}

.project-info__item .title {
  color: hsl(var(--heading-color));
  font-size: 14px;
  font-weight: 600;
}

.skill-expert-wrapper {
  padding: 32px 24px;
  border-top: 1px solid hsl(var(--black) / 0.1);
}

.skill-expert-wrapper__title {
  font-family: var(--body-font);
  margin-bottom: 15px;
}

.skill-expert-wrapper .skill-wrapper {
  gap: 10px 13px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
}

.skill-expert-wrapper .skill-wrapper__title {
  font-size: 14px;
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.skill-expert-wrapper .skill-wrapper .skill-list {
  border-top: 0;
  padding-top: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 12px;
}

.bid-wrapper__top {
  padding: 32px 24px;
}

.bid-wrapper__bottom {
  padding: 32px 24px;
  border-top: 1px solid hsl(var(--black) / 0.1);
  text-align: center;
}

.bid-wrapper__title {
  margin-bottom: 0;
  font-family: var(--body-font);
}

.bid-item {
  border-top: 1px solid hsl(var(--black) / 0.1);
  padding: 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

@media screen and (max-width: 424px) {
  .bid-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 24px 20px;
  }
}

.bid-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 30px;
  margin-bottom: 12px;
}

@media screen and (max-width: 575px) {
  .bid-item__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bid-item__top .right {
  text-align: right;
}

@media screen and (max-width: 575px) {
  .bid-item__top .right {
    text-align: left;
  }
}

.bid-item__top .right .earn {
  margin-bottom: 0;
  font-family: var(--body-font);
}

.bid-item__thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
}

.bid-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bid-item__number {
  color: hsl(var(--heading-color));
  font-weight: 600;
  margin-top: 5px;
}

.bid-item__name {
  color: hsl(var(--heading-color));
  font-weight: 600;
  margin-bottom: 6px;
}

.bid-item .text {
  font-size: 14px;
}

.bid-item .text .icon {
  color: hsl(var(--base));
}

.bid-item .text .icon svg {
  width: 14px;
}

.bid-item .freelancer-title {
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.location .thumb {
  max-width: 22px;
  line-height: 1;
}

.location .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.location .text {
  font-size: 14px;
}

/*========= job details section css end here ===========*/
/*========== bid job item css start here ==========*/
.bid-job-item {
  background-color: hsl(var(--white));
  border-radius: 8px;
  border: 1px solid hsl(var(--black) / 0.1);
  margin-bottom: 24px;
}

.bid-job-item.item-two {
  padding: 32px 24px;
}

.bid-job-item__desc {
  margin-top: 20px;
}

.bid-job-item:last-child {
  margin-bottom: 0;
}

.bid-job-item__title {
  font-family: var(--body-font);
  margin-bottom: 10px;
}

.bid-job-item__text {
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.bid-job-item .project-info {
  padding: 0;
  margin-top: 24px;
}

.bid-job-item .skill-expert-wrapper {
  border-top: 0;
}

.bid-job-item__top {
  padding: 32px 24px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.bid-job-item__top .bid-top {
  padding: 0;
}

.bid-job-item__top .skill-list {
  border-top: 0;
  padding: 0;
  margin-top: 0;
}

.bid-job-item__bottom {
  padding: 32px 24px;
}

.bid-job-item__bottom .text {
  font-size: 14px;
}

.bid-job-item__bottom .title {
  font-family: var(--body-font);
  margin-bottom: 8px;
}

.bid-job-item__bottom .price-rate {
  margin-top: 0;
}

.proposal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.proposal-wrapper .form--radio {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .proposal-wrapper .form--radio {
    max-width: 220px;
  }
}

@media screen and (max-width: 575px) {
  .proposal-wrapper .form--radio {
    width: 100%;
    max-width: 100%;
  }
}

.proposal-wrapper .form--radio .form-check-label {
  margin: 0;
  background-image: none !important;
  z-index: -1;
  border: 1px solid hsl(var(--black) / 0.1);
  color: hsl(var(--heading-color)) !important;
  border-radius: 8px;
  padding: 25px;
  padding-right: 90px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .proposal-wrapper .form--radio .form-check-label {
    padding: 20px;
    padding-right: 80px;
  }
}

.proposal-wrapper .form--radio .form-check-label .icon {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1;
}

.proposal-wrapper .form--radio .form-check-label .text {
  font-size: 16px;
  font-weight: 600;
}

.proposal-wrapper .form--radio .form-check-input {
  border: 2px solid hsl(var(--text-color));
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
}

.proposal-wrapper .form--radio .form-check-input:checked {
  border-color: hsl(var(--base)) !important;
}

.proposal-wrapper .form--radio .form-check-input:checked::before {
  width: 13px;
  height: 13px;
}

.profile-category {
  margin-top: 24px;
  max-width: 470px;
}

.profile-category__title {
  color: hsl(var(--heading-color));
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}

.form-check-label:has(.form-check-input:checked) {
  border-color: hsl(var(--base)) !important;
}

.price-rate {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.price-rate__title {
  font-size: 14px;
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.price-rate__text {
  font-size: 12px;
  color: hsl(var(--heading-color));
}

.price-rate__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: 35%;
}

@media screen and (max-width: 424px) {
  .price-rate__left {
    width: 100%;
  }
}

.price-rate__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.price-rate__right .rate {
  color: hsl(var(--heading-color));
  font-size: 14px;
  font-weight: 600;
}

.price-rate__right .time {
  font-size: 12px;
  color: hsl(var(--heading-color));
}

.inner-content {
  padding: 32px 24px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.inner-content .price-rate {
  margin-top: 0;
}

.attachment {
  margin-top: 16px;
  margin-bottom: 32px;
}

.attachment .title {
  color: hsl(var(--heading-color));
  font-weight: 600;
  margin-bottom: 10px;
}

.attachment__text {
  font-size: 14px;
}

.copy-btn {
  cursor: pointer;
}

.btn-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;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
}

/*=========== bid job item css end here ==========*/
/*====================== project details section start here ======================*/
.project-details {
  background-color: hsl(var(--white));
  border-radius: 8px;
}

.project-details__thumb {
  padding: 30px 20px;
  width: 100%;
}

.project-details__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.project-details__thumb .thumb-style {
  position: relative;
}

.project-details__thumb .thumb-style::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--black) / 0.1);
  border-radius: 8px;
}

.project-details__top {
  padding: 30px 20px;
  padding-top: 0;
}

.project-details__title {
  font-family: var(--body-font);
  margin-bottom: 16px;
}

.project-details .project-info {
  padding: 0;
  margin-top: 10px;
}

.project-details .project-info__title {
  color: hsl(var(--heading-color));
  margin-bottom: 16px;
  font-weight: 600;
}

.project-details .project-info .project-info-wrapper {
  max-width: 100%;
}

.project-details .inner-content__title {
  margin-bottom: 16px;
  font-family: var(--body-font);
}

.project-details .inner-content__text {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 600;
  color: hsl(var(--heading-color));
}

.project-details .inner-content .skill-expert-wrapper {
  padding: 0;
  border: 0;
}

.project-details .inner-content .bid-item {
  padding: 0;
  border: 0;
}

.project-details .inner-content .portfolio {
  padding: 0;
  border: 0;
}

.share-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: hsl(var(--black));
  color: hsl(var(--white));
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*====================== project details section end here ========================*/
/*=============== job post two section css start here ===============*/
.job-post-content {
  background-color: hsl(var(--white));
  border-radius: 8px;
  border: 1px solid hsl(var(--border-color));
}

.job-post-content__top {
  padding: 30px 20px;
}

.job-post-content__title {
  margin-bottom: 0;
  font-weight: 600;
  font-family: var(--body-font);
}

.inner-content__bottom .title {
  font-family: var(--body-font);
  margin-bottom: 10px;
}

.prize-range-wrapper .text {
  font-size: 14px;
}

.radio-btn-wrapper {
  margin-top: 16px;
}

.radio-btn-wrapper .form--radio {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-width: 170px;
}
@media (max-width: 575px) {
  .radio-btn-wrapper .form--radio .text {
    font-size: 14px;
  }
}
.radio-btn-wrapper .form--radio .form-check-label {
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 4px;
  padding: 11px 12px;
  font-size: 16px;
  width: 100%;
  line-height: 1.313;
}

.radio-btn-wrapper .form--radio .form-check-input {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}

.about-question {
  margin-top: 16px;
}

.about-question__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px 30px;
}

.about-question__content .content {
  width: calc(100% - 30px);
}

.about-question__content .icon {
  width: 30px;
  font-size: 20px;
  font-weight: 700;
  color: hsl(var(--base));
  line-height: 1;
  margin-top: 10px;
}

/*=============== job post two section css end here =================*/
/*=================== profile bio css start here ===================*/
.profile-bio {
  background-color: hsl(var(--white));
  border-radius: 8px;
}

.profile-bio__title {
  margin-bottom: 0;
  font-family: var(--body-font);
}

.education-item {
  border-radius: 4px;
  transition: 0.2s linear;
  position: relative;
}

.education-item:hover {
  background: hsl(var(--base) / 0.01);
  box-shadow: 0 0 5px 2px hsl(var(--base) / 0.15);
}
.remove-education {
  position: absolute;
  right: -7px;
  top: -7px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: hsl(var(--danger));
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(var(--white));
  cursor: pointer;
}

.profile-bio__top {
  padding: 20px 20px 0px 20px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.profile-bio__item {
  padding: 32px 24px;
}

@media (max-width: 575px) {
  .profile-bio__top {
    padding: 16px;
  }

  .profile-bio__item {
    padding: 16px;
  }
}

.profile-bio__item .text {
  color: hsl(var(--heading-color));
  font-weight: 600;
  padding-bottom: 16px;
  font-size: 14px;
}

.profile-bio__wrapper {
  padding: 32px 24px;
}

.profile-bio .title {
  font-family: var(--body-font);
  margin-bottom: 0;
}

.page-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: step;
  margin-top: 30px;
  margin-bottom: 24px;
}

.page-list::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 98%;
  border-top: 2px dashed hsl(var(--black) / 0.1);
}

@media screen and (max-width: 767px) {
  .page-list::before {
    width: 89% !important;
  }
}

@media screen and (max-width: 424px) {
  .page-list::before {
    width: 87% !important;
  }
}

.page-list .nav-item {
  border-bottom: 0;
  padding: 3px;
  position: relative;
}

.page-list .nav-item::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  bottom: 8px;
  color: hsl(var(--white));
  font-size: 12px;
  top: -26px;
  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;
  counter-increment: step;
  content: counter(step);
}

.page-list .nav-item:first-child::after {
  left: 9px;
  -webkit-transform: unset !important;
  transform: unset !important;
}

.page-list .nav-item:first-child .nav-link::before {
  left: 0;
  -webkit-transform: unset !important;
  transform: unset !important;
}

.page-list .nav-item:first-child .nav-link .profile-item__title {
  text-align: left;
}

.page-list .nav-item:last-child::after {
  left: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  right: 9px;
}

.page-list .nav-item:last-child .nav-link::before {
  left: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  right: 0;
}

.page-list .nav-item:last-child .nav-link .profile-item__title {
  text-align: right;
}

.page-list .nav-item .nav-link {
  padding: 0 !important;
  background-color: transparent !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 0 !important;
  position: relative;
  font-weight: 500;
  color: hsl(var(--text-color));
}

.page-list .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: -34px;
  left: 50%;
  width: 32px;
  flex-shrink: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 32px;
  border-radius: 50%;
  background-color: hsl(var(--text-color));
}

@media screen and (max-width: 991px) {
  .page-list .nav-item .nav-link::before {
    display: block !important;
  }
}

.page-list .nav-item .profile-item__title {
  margin-top: 10px;
  color: hsl(var(--heading-color));
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .page-list .nav-item .profile-item__title {
    font-size: 14px;
  }
}

@media screen and (max-width: 424px) {
  .page-list .nav-item .profile-item__title {
    font-size: 12px;
  }
}

.page-list .nav-item.active.nav-item::after {
  color: hsl(var(--white));
  content: "\f00c" !important;
  font-family: "Line Awesome Free";
  font-weight: 800;
  font-size: 20px;
}

.page-list .nav-item.active.nav-item .nav-link::before {
  background-color: hsl(var(--base));
  border: 0;
}

.page-list .nav-item.active .profile-item__title {
  color: hsl(var(--base));
}

.page-list .nav-item .profile-item__title:hover {
  color: hsl(var(--base-d-300));
}

.page-list .nav-item.active.current.nav-item .nav-link::before {
  background: hsl(var(--base-d-400));
  border: 3px solid hsl(var(--base));
}

.page-list .nav-item.active.current .profile-item__title {
  color: hsl(var(--base-d-400));
}

.profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile-item__title {
  text-align: center;
}

@media screen and (max-width: 575px) {
  .profile-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.profile-item__thumb {
  position: relative;
  width: 170px;
}

.profile-item__thumb img {
  width: 170px;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-item__thumb .thumb {
  width: 100%;
}

.profile-item__content {
  width: calc(100% - 170px);
}

@media screen and (max-width: 575px) {
  .profile-item__content {
    width: 100%;
  }
}

.profile-item .edit {
  position: absolute;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -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(--text-color));
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  color: hsl(var(--white));
  border: 2px solid #d9d9d9;
}

.profile-content-wrapper__title {
  font-family: var(--body-font);
  margin-bottom: 16px;
}

.text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

.text-wrapper .text {
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.text-wrapper .text .icon {
  max-width: 22px;
}

/*===================== profile bio css end here ===================*/
/*================ project category css start here ================*/
.project-category {
  margin-top: 10px;
  max-width: 400px;
  margin-bottom: 24px;
}

.project-category__title {
  color: hsl(var(--heading-color));
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.project-category .project-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

/*================== project category css end here ================*/
/*=================== contact section css start here ===================*/
.contact-section {
  margin-top: 120px;
}

@media screen and (max-width: 1199px) {
  .contact-section {
    margin-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .contact-section {
    margin-top: 60px;
  }
}

.contact-section__bottom {
  padding: 13.5rem 7rem;
  position: relative;
  z-index: 1;
  margin-top: 250px;
  margin-bottom: 250px;
}

.contact-section__bottom::before {
  -webkit-clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
  clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
  background-color: hsl(var(--base-d-400));
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.thumb-wrapper {
  position: relative;
}

.thumb-wrapper__thumb {
  position: relative;
  z-index: 1;
  text-align: center;
}

.thumb-wrapper .shape-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 575px;
  height: 575px;
  border-radius: 50%;
  background-color: hsl(var(--base));
  z-index: -1;
}

.thumb-wrapper .shape-wrapper .shape {
  position: absolute;
  top: 60px;
  right: 80px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-color: rgba(10, 84, 0, 0.2);
}

.thumb-wrapper .shape-wrapper .shape-two {
  position: absolute;
  left: 90px;
  top: 75px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: rgba(10, 84, 0, 0.2);
}

.thumb-wrapper .shape-wrapper .shape-three {
  position: absolute;
  right: 75px;
  bottom: 90px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: rgba(10, 84, 0, 0.2);
}

.contact-item-wrapper {
  position: relative;
  padding: 100px 30px 50px 30px;
}

@media screen and (max-width: 1399px) {
  .contact-item-wrapper {
    padding: 55px 30px;
  }
}

@media screen and (max-width: 424px) {
  .contact-item-wrapper {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-item-wrapper {
    background-color: hsl(var(--white));
    border-radius: 8px;
  }
}

.contact-item-wrapper__title {
  font-family: var(--body-font);
}

.contact-item-wrapper .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 32px;
}

.verify-form {
  padding-right: 10px;
}

.verify-form::-webkit-scrollbar {
  width: 5px;
}

.verify-form::-webkit-scrollbar-thumb {
  background: hsl(var(--base));
  border-radius: 10px;
}

.contact-item-wrapper .contact-item:last-child {
  margin-bottom: 0;
}

.contact-item-wrapper .contact-item__icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.15);
  color: hsl(var(--base));
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-item-wrapper .contact-item__content {
  width: calc(100% - 45px);
}

.contact-item-wrapper::after {
  -webkit-mask-image: url(../shape/contact-1.png);
  background-image: url(../shape/contact-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .contact-item-wrapper::after {
    height: 97%;
  }
}

@media screen and (max-width: 1199px) {
  .contact-item-wrapper::after {
    display: none;
  }
}

.contact-item-wrapper::before {
  -webkit-mask-image: url(../shape/contact-1.png);
  background-image: url(../shape/contact-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  top: 0;
  right: -25px;
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background: hsl(var(--base) / 0.1);
}

@media screen and (max-width: 1399px) {
  .contact-item-wrapper::before {
    height: 97%;
    right: -12px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-item-wrapper::before {
    display: none;
  }
}

.contact-item-wrapper__bottom {
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 1399px) {
  .contact-item-wrapper__bottom {
    margin-top: 20px;
  }
}

.contact-item-wrapper__bottom .social-list-wrapper .title {
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-item-wrapper__bottom .social-list-wrapper .social-list__link {
  background-color: hsl(var(--base-d-400));
}

.contact-item-wrapper__bottom .social-list-wrapper .social-list__link:hover {
  background-color: hsl(var(--base));
}

.contact-form-wrapper {
  padding: 30px;
  background-color: hsl(var(--white));
  border-radius: 12px;
}

.contact-form-wrapper__title {
  margin-bottom: 16px;
  text-align: center;
}

.contact-form-wrapper__desc {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .contact-section__bottom {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 10px;
    max-width: 960px;
  }

  .contact-section__bottom::before {
    display: none;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .verify-form {
    max-height: 100%;
  }
}

@media (max-width: 991px) {
  .contact-section__bottom {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .contact-section__bottom {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .contact-section__bottom {
    max-width: 100%;
    margin: 30px 0;
  }

  .contact-item-wrapper .contact-item {
    gap: 10px;
  }

  .contact-item__desc {
    font-size: 14px;
  }
}

/*==================== contact section css end here ===================*/
/* =========================================== Account Css Start =========================*/
.account-inner {
  position: relative;
  height: 100vh;
  background-color: hsl(var(--base-d-400));
}

.account-form-wrapper {
  background-color: hsl(var(--white));
  padding: 30px 180px;
  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;
  min-height: 100vh;
}

@media (max-width: 1800px) {
  .account-form-wrapper {
    padding: 30px 70px;
  }
}

@media screen and (max-width: 1599px) {
  .account-form-wrapper {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 1399px) {
  .account-form-wrapper {
    padding: 10px 25px;
  }
}

@media screen and (max-width: 767px) {
  .account-form-wrapper {
    padding: 30px 60px;
  }
}

@media screen and (max-width: 424px) {
  .account-form-wrapper {
    padding: 30px;
  }
}

.account-form {
  margin-top: 20px;
}

.account-form .text {
  text-align: center;
}

.account-form .radio-btn-wrapper {
  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;
  gap: 10px 20px;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.account-form .radio-btn-wrapper .form--radio .form-check-input {
  left: 10px;
  border: 1px solid hsl(var(--black));
}

.account-form .radio-btn-wrapper .form--radio .form-check-label {
  border: 1px solid hsl(var(--black));
  padding: 7px 10px;
  padding-left: 40px;
  color: hsl(var(--heading-color));
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

.account-form__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--text-color));
}

.account-form__logo {
  max-width: 180px;
}

.account-form__logo img {
  width: 100%;
}

.account-form__title {
  text-align: center;
  margin-bottom: 24px;
  font-family: var(--body-font);
}

@media screen and (max-width: 1399px) {
  .account-form__title {
    margin-bottom: 12px;
  }
  .account-form__logo{
      max-width:150px;
  }
}

.account-form .forgot-password {
  color: hsl(var(--base));
  font-size: 14px;
  font-weight: 500;
}

.input-group.input-two .form--control {
  padding: 11px 16px !important;
}

.forgot-password__link {
  text-decoration: underline;
  font-size: 0.75rem;
  font-weight: 500;
}

/* ============================================ Account Css End ====================================*/
.account-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.account-inner__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 70%;
}

@media screen and (max-width: 991px) {
  .account-inner__shape img {
    width: 100%;
    height: 100%;
  }
}

.account-inner__right {
  width: 45%;
  position: relative;
  height: 100vh;
  overflow-y: auto;
}

@media screen and (max-width: 991px) {
  .account-inner__right {
    width: 100%;
  }
}

.account-inner__left {
  width: 55%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.account-inner__left::before {
  position: absolute;
  content: "";
  left: -157px;
  bottom: -240px;
  height: 700px;
  width: 900px;
  background-color: hsl(var(--base));
  z-index: -1;
  border-radius: 500px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

@media screen and (max-width: 1399px) {
  .account-inner__left::before {
    left: -120px;
    bottom: -100px;
    height: 600px;
    width: 600px;
  }
}

@media screen and (max-width: 991px) {
  .account-inner__left::before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .account-inner__left {
    display: none;
  }
}

.account-thumb {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 90px;
}
@media screen and (max-width: 1366px){
    .account-thumb {
        padding-bottom: 10px;
        max-width: 90%;
    }
}

.social-login-wrapper {
  text-align: center;
  margin-bottom: 10px;
}

.social-login-wrapper__title {
  font-size: 0.875rem;
  color: hsl(var(--heading-color));
  font-weight: 600;
  margin-bottom: 12px;
}

.social-login-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.social-login-list .social-login-btn {
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 8px;
  padding: 7px 15px;
  color: hsl(var(--heading-color));
  font-size: 14px;
  font-weight: 600;
  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;
  gap: 5px;
  line-height: 1.3;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.social-login-list .social-login-btn:hover {
  border-color: hsl(var(--base));
  color: hsl(var(--base));
}

.another-login {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.another-login .text {
  background-color: hsl(var(--white));
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.another-login::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

label.required:after {
  content: "*";
  color: hsl(var(--danger)) !important;
  margin-left: 2px;
}

.user-data-header__logo {
  max-width: 200px;
}

.user-data-header {
  padding: 30px 0;
}

.maintenance-page {
  display: grid;
  place-content: center;
  width: 100vw;
  height: 100vh;
}

.maintenance-page h1,
.maintenance-page h2,
.maintenance-page h3,
.maintenance-page h4,
.maintenance-page h5,
.maintenance-page h6 {
  margin-bottom: 0px;
}

.maintenance-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background: hsl(var(--white));
  font-size: 26px;
  color: hsl(var(--danger));
}

/* User Dropdown Container */
.user-info-dropdown {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  width: 280px;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1000;
  border: 1px solid #f0f0f0;
}

/* User Info Header */
.profile-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-icon img {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: #000;
  stroke-width: 2px;
  border-radius: 50%;
}

.profile-icon .name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.profile-icon .role {
  font-size: 14px;
  color: #666;
}

.image-upload-wrapper {
  height: 280px;
  position: relative;
}

.image-upload-preview {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.image-upload-input-wrapper {
  position: absolute;
  display: inline-flex;
  bottom: -14px;
  right: -7px;
}

.image-upload-input-wrapper input {
  width: 0;
  opacity: 0;
}

.image-upload-input-wrapper label {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.image-upload-input-wrapper label::after {
  content: "";
}

.avatar img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.avatar.avatar--xl img {
  width: 75px;
  height: 75px;
}

.avatar.avatar--lg img {
  width: 65px;
  height: 65px;
}

.avatar.avatar--md img {
  width: 55px;
  height: 55px;
}

.avatar.avatar--sm img {
  width: 45px;
  height: 45px;
}

.avatar.avatar--xs img {
  width: 35px;
  height: 35px;
}

.unverified-text {
  color: hsl(var(--warning));
  border-radius: 5px;
}

.user-profile {
  max-width: 350px;
}

@media (max-width: 991px) {
  .user-profile {
    margin: 0 auto 30px;
  }
}

.user-profile img {
  width: 100%;
}

.user-profile .thumb {
  position: relative;
  margin: 0 auto -50px;
  max-width: calc(100% - 30px);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 220px;
}

.user-profile .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-profile .content {
  background: rgba(30, 144, 255, 0.1);
  text-align: center;
  padding: 55px 15px 30px;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
}

.user-profile .content .title {
  font-weight: 700;
}

.user-profile .remove-image {
  display: none;
}

@media (max-width: 575px) {
  .profile-area {
    padding: 0;
    background: transparent !important;
    border: none;
  }
}

/* support ticket */
.btn--link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn--link .icon {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background-color: hsl(var(--base) / 0.1);
  border-radius: 50%;
}

.action-btn.notification-btn {
  height: 32px;
  width: 32px;
  display: grid;
  place-content: center;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid hsl(var(--base) / 0.2);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.action-btn.notification-btn:hover {
  background-color: hsl(var(--base) / 0.1);
  border-color: hsl(var(--base) / 0.3);
}

.notification-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification-card-title {
  margin-bottom: 0;
  font-weight: 500;
}

.notification-card {
  background: transparent !important;
  border-bottom: 1px solid hsl(var(--base) / 0.1) !important;
  padding: 9px 16px;
}

.notification-read-card {
  border-bottom: 1px solid hsl(var(--base) / 0.1) !important;
  padding: 9px 16px;
  background-color: hsl(var(--success) / 0.03) !important;
}

.notification-read-card .notification-card-title {
  color: hsl(var(--success));
}

.form--check-table .form-check-input {
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border-color: hsl(var(--base) / 0.2);
}

.view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-left: auto;
  background-color: hsl(var(--base) / 0.1);
  border: 1px solid hsl(var(--base) / 0.2);
}

.view-btn:hover {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.view-btn.disabled {
  background-color: #f2f2f2 !important;
  border-color: 5px solid #dcdcdc !important;
  color: #999999 !important;
  opacity: 0.6 !important;
}

.view-btn.disabled:hover {
  background-color: #f2f2f2;
  border-color: unset;
  color: #f2f2f2;
}

.support-priority-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 16px;
  flex-wrap: wrap;
}

.support-priority {
  display: flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 4px;
  border: 1px solid hsl(var(--base) / 0.1);
  gap: 12px;
  background-color: hsl(var(--base) / 0.04);
  cursor: pointer;
  font-weight: 500;
  line-height: 1;
  transition: all linear 0.3s;
  font-size: 0.875rem;
}

@media (max-width: 424px) {
  .support-priority {
    flex-grow: 1;
    justify-content: center;
  }
}

.support-priority[for="low"] .support-priority-circle {
  border-color: hsl(var(--success));
}

.support-priority[for="low"] .check-circle {
  color: hsl(var(--success));
}

.support-priority[for="medium"] .support-priority-circle {
  border-color: hsl(var(--warning));
}

.support-priority[for="medium"] .check-circle {
  color: hsl(var(--warning));
}

.support-priority[for="high"] .support-priority-circle {
  border-color: hsl(var(--danger));
}

.support-priority[for="high"] .check-circle {
  color: hsl(var(--danger));
}

.support-priority-circle {
  position: relative;
  height: 1.2rem;
  width: 1.2rem;
  border: 1px solid hsl(var(--base) / 0.1);
  border-radius: 50%;
  display: grid;
  place-content: center;
  flex-shrink: 0;
}

.support-priority .check-circle {
  transform: scale(0.8);
  position: unset;
  top: 0;
  left: 0;
}

.support-priority input {
  display: none;
}

.support-priority:has(input:checked) .check-circle {
  display: block;
}

.support-priority:has(input:checked)[for="low"] {
  background-color: hsl(var(--success) / 0.1);
  border-color: hsl(var(--success));
  color: hsl(var(--success));
}

.support-priority:has(input:checked)[for="medium"] {
  background-color: hsl(var(--warning) / 0.1);
  border-color: hsl(var(--warning));
  color: hsl(var(--warning));
}

.support-priority:has(input:checked)[for="high"] {
  background-color: hsl(var(--danger) / 0.1);
  border-color: hsl(var(--danger));
  color: hsl(var(--danger));
}

/* preview image */
.attach-preview-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  margin-block: 1.5rem;
}

.atach-preview {
  padding: 0.5rem;
  border-radius: 6px;

  border: 1px solid hsl(var(--base) / 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 768px) {
  .atach-preview {
    flex-grow: 1;
  }
}

.atach-preview__left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.atach-preview__image img {
  border-radius: 6px;
}

.atach-preview__content {
  flex: 1;
}

.atach-preview__title {
  font-size: 0.75rem;
  font-weight: 400;
}

.atach-preview__size {
  font-size: 0.75rem;
  font-weight: 700;
  color: hsl(var(--base));
}

.atach-preview__action {
  flex-shrink: 0;
}

.atach-preview .atach-icon {
  font-size: 0.875rem;
  cursor: pointer;
  color: hsl(var(--danger) / 0.6);
}

.ticket-info-list {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
}

.ticket-info-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ticket-info-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: hsl(var(--black));
}

.ticket-info-text {
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.ticket-info-text .i {
  font-size: 0.75rem;
}

.chat-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.chat-item:not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(var(--base) / 0.1);
}

.chat-item.reply {
  flex-direction: row-reverse;
  text-align: right;
}

.chat-item.reply .attach-preview-wrapper {
  justify-content: flex-end;
}

.chat-item__thumb {
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}

.chat-item__thumb img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.chat-item__content {
  flex: 1;
}

.chat-item__name {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.chat-item__time {
  font-size: 0.65rem;
  font-weight: 600;
}

.chat-item__message {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.chat-item-wrapper {
  max-height: 460px;
  overflow-y: auto;
  padding-right: 20px;
}

.chat-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.chat-form-file {
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
  font-size: 1.3rem;
}

.chat-form-file .file-upload {
  display: none;
}

.chat-form-inner {
  background-color: hsl(var(--base) / 0.5);
  border-radius: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
}

.chat-form-input {
  height: 3rem;
  flex: 1;
  background-color: transparent;
  padding: 1rem;
  border: 0;
  font-size: 0.875rem;
  font-weight: 600;
  outline: 0;
  overflow: hidden;
  resize: none;
  line-height: 1;
}

.chat-form-submit {
  height: 3rem;
  width: 3rem;
  display: grid;
  place-content: center;
  font-size: 1.3rem;
}

.input-note-text {
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
}

.input-note-text i {
  font-size: 0.875rem;
  line-height: 1.5;
}



.ticket--btn:hover {
  border-color: hsl(var(--base));
  color: hsl(var(--black)) !important;
}

.responsive-filter-card {
  position: relative;
}

.responsive-filter-form {
  width: 350px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid hsl(var(--base) / 0.1);
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 5;
  background-color: hsl(var(--bg-color));
  transition: all linear 0.3s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .responsive-filter-form {
    width: 280px;
  }
}

@media (max-width: 575px) {
  .responsive-filter-form {
    width: 250px;
  }
}

.responsive-filter-form.show {
  opacity: 1;
  visibility: visible;
}

.responsive-filter-body {
  padding: 20px 16px;
  background-color: hsl(var(--base) / 0.01);
}

.responsive-filter-footer {
  padding: 16px;
  background-color: hsl(var(--bg-color));
  box-shadow: 14px -7px 17px rgb(255 255 255 / 5%);
  text-align: right;
}

.responsive-filter-title {
  padding: 16px;
  background-color: hsl(var(--bg-color));
  box-shadow: -11px 4px 17px rgb(255 255 255 / 5%);
}

.responsive-filter-item:not(:last-child) {
  margin-bottom: 12px;
}

.close-filter-btn {
  font-size: 20px;
  cursor: pointer;
  color: hsl(var(--base));
}

.table-wrapper {
  border: 1px solid hsl(var(--base) / 0.1);
  height: 100%;
  border-radius: 8px;
  background: hsl(var(--white));
}

.table-wrapper-header {
  padding: 16px;
  border-bottom: 1px solid hsl(var(--base) / 0.1);
}
@media (max-width: 575px) {
  .table-wrapper-header {
    flex-direction: column;
    align-items: flex-end;
  }
}
.responsive-filter-body .form--control {
  padding-block: 12px;
}

.flex--end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.flex--end .view-btn {
  margin: 0;
}

.table-search {
  position: relative;
  max-width: 360px;
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .table-search {
    max-width: 320px;
  }
}
.table-search .form--control {
  border: 1px solid hsl(var(--base) / 0.1);
  padding-block: 14px;
  font-size: 1rem;
  padding: 11px 16px;
}

.table-search .form--control::placeholder {
  font-size: 1rem;
  color: hsl(var(--black) / 0.2);
  font-weight: 300;
}

.table-search-text {
  color: hsl(var(--white));
  background: hsl(var(--base));
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-wrapper-footer {
  padding: 16px;
  border-top: 1px solid hsl(var(--base) / 0.1);
}

.table-wrapper-footer .pagination {
  margin-top: 0;
}

/* End Support ticket */

.info-block {
  flex: 1 1 48%;
  padding: 10px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: box-shadow 0.3s ease-in-out;
}

.info-block:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.info-block h6 {
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--base));
}

.info-block p {
  font-size: 0.9rem;
  color: #6c757d;
}

@media (max-width: 768px) {
  .info-block {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
}

.shake {
  animation: shake 0.9s ease-in-out infinite;
  transform-origin: top center;
}

@keyframes shake {
  0%,
  100% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-3deg);
  }

  40% {
    transform: rotate(3deg);
  }

  60% {
    transform: rotate(-3deg);
  }

  80% {
    transform: rotate(3deg);
  }
}

.btn-group a.btn {
  display: inline-flex;
  align-items: center;
  padding-inline: 15px;
}

.btn-group span.btn {
  pointer-events: none;
}

/* ============ Blog Sidebar CSS Start ============= */
.blog-sidebar-wrapper {
  position: sticky;
  top: 100px;
}

.search-box {
  position: relative;
}

.search-box__button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--border-color));
}

.search-box__button:hover {
  color: hsl(var(--base));
}

.blog-sidebar {
  background-color: hsl(var(--white));
  padding: 20px 16px;
  border-radius: 6px;
  margin-bottom: 24px;
  border: 1px solid hsl(var(--black) / 0.05);
}

.blog-sidebar:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .blog-sidebar {
    padding: 20px 15px;
  }
}

.blog-sidebar__title {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 0;
}

.blog-sidebar__title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: hsl(var(--white));
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.text-list.style-tag .text-list__item {
  padding: 7px;
}

.text-list.style-tag .text-list__link {
  color: hsl(var(--white) / 0.6);
  border: 1px solid hsl(var(--white) / 0.6);
  padding: 4px 15px;
  font-size: 0.875rem;
  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 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.latest-blog:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0;
}

.latest-blog__thumb {
  width: 65px;
  height: 65px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 424px) {
  .latest-blog__thumb {
    width: 60px;
    height: 60px;
  }
}

.latest-blog__thumb img {
  width: 100%;
  height: 100%;
}

.latest-blog__content {
  width: calc(100% - 65px);
  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 {
  font-weight: 400;
  font-size: 0.875rem;
  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));
}

/* ============ Blog Sidebar CSS End ============= */

/* ================================= Social Icon Css Start =========================== */
.social-list__item {
  color: #000;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  color: hsl(var(--white)) !important;
  background-color: hsl(var(--base)) !important;
}

/* ================================= Social Icon Css End ===========================  */

.profile-badge {
  min-width: 35px !important;
  min-height: 35px !important;
  max-width: 35px !important;
  max-height: 35px !important;
  overflow: hidden;
  border-radius: 50%;
}

@media (max-width: 424px) {
  .profile-badge {
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
  }
}

/*============== conversion  start here ==============*/
.message-single-profile {
  position: relative;
}

.message-single-profile a {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 8px;
  transition: 0.4s;
}

.message-single-profile a.active-message {
  background: #f0f0f0;
  border-left: 3px solid #28c76f;
}

.message-left-bar {
  overflow-y: scroll;
  height: 100vh;
  padding: 5px 30px 20px;
  position: relative;
  padding-bottom: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .message-left-bar {
    width: 320px;
    position: fixed;
    height: 100vh;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: 0.2s linear;
    padding: 80px 20px;
    padding-bottom: 0;
    overflow-y: scroll;
    z-index: 9991;
    background-color: hsl(var(--black));
  }

  .message-left-bar.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    background: #fff;
  }
}

.message-single-profile a.active-message {
  background: #f0f0f0;
  border-left: 3px solid #28c76f;
  border-bottom: none;
}

.message-single-profile a:hover {
  background: #f0f0f0;
}

.message-single-profile a img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.message-single-profile a b {
  color: #4f4f4f;
  font-weight: 500;
}

.message-single-profile a p {
  color: #6c6c6c;
  padding: 4px 0;
}

.message-single-profile a span {
  color: #9b9b9b;
  font-size: 14px;
}

.escrow-user {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  gap: 20px;
  border-radius: 4px;
  margin-bottom: 2px;
  border: 1px solid hsl(var(--base) / 0.4);
  margin-top: auto;
}

.escrow-user p {
  color: hsl(var(--white) / 0.6);
}

.escrow-user b {
  color: hsl(var(--white));
}

.escrow-user span {
  font-size: 14px;
  color: hsl(var(--base) / 0.5);
}

.escrow-user img {
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.escrow-user.active-message {
  background: hsl(var(--white) / 0.1);
}

.message-box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .message-box {
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .message-box {
    gap: 15px;
  }
}

.message-box.box-right .message-box__icon {
  order: 1;
}

.main-message-box:last-child {
  margin-bottom: 0;
}

.message-middle-bar {
  padding: 30px;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}

@media (max-width: 575px) {
  .message-middle-bar {
    padding: 60px 10px;
    padding-bottom: 0;
  }
}

.message-box__icon {
  height: 40px;
  width: 40px;
}

.message-box__icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.message-box.box-right .message-box__text span {
  justify-content: flex-end;
}

.message-box.box-right .message-box__text {
  text-align: right;
}

.message-box.box-right .message-box__text {
  margin-left: auto;
}

.message-box.scrow-message .message-box__text {
  background-color: hsl(var(--base));
  color: hsl(var(--black));
}

.chat-box {
  position: sticky;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  /* display: flex; */
  gap: 20px;
  border: 1px solid #ececec;
  border-radius: 10px;
  margin-bottom: 2px;
  margin-top: auto;
  overflow: hidden;
}

.chat-box .form--control {
  height: 70px;
  resize: none !important;
  width: calc(100% - 100px);
  border: 0 !important;
  box-shadow: none;
}

.chat-box__icon {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  z-index: 9;
  width: 100px;
}

.chat-box__icon-btn {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #28c76f;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1399px) {
  .message-right-bar {
    width: 300px;
    position: fixed;
    height: 100vh;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.2s linear;
    padding: 60px 20px;
    padding-bottom: 0;
    overflow-y: scroll;
    z-index: 9991;
  }

  .message-right-bar.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

.message-user-profile__thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message-user-profile__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message-right-bar__close-icon,
.close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  cursor: pointer;
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s linear;
  color: hsl(var(--white));
}

.message-right-bar__close-icon,
.close-icon:hover {
  background-color: red;
  border-color: transparent;
  color: #fff !important;
}

.close-icon {
  display: none;
}

@media (max-width: 1399px) {
  .close-icon {
    display: flex;
    left: 20px;
  }

  .message-right-bar__close-icon {
    display: none;
  }
}

.message-left-bar__close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  cursor: pointer;
  border: 1px solid #282828;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s linear;
  color: #282828;
}

.message-left-bar__close-icon:hover {
  background-color: #eb2222;
  border-color: transparent;
  color: #fff;
}

.user-online-status {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.user-online-status::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background: hsl(var(--white) / 0.6);
}

.user-online-status.online::before {
  background: #2ace73;
}

.user-name {
  display: block;
  margin-top: 10px;
  color: hsl(var(--white));
}

.message-user-profile {
  text-align: center;
}

.left-sidebar__filter {
  background: #282828;
  font-size: 24px;
  color: #fff;
  border-radius: 4px;
  width: 45px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 25px;
  left: 0;
  z-index: 9;
  cursor: pointer;
}

.right-sidebar__filter {
  background: #282828;
  font-size: 24px;
  color: #fff;
  border-radius: 4px;
  width: 45px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 45px;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

.chat-box__icon label {
  cursor: pointer;
}

.chat-box__icon i {
  font-size: 20px;
}

.chat-box__icon label {
  margin-bottom: 0 !important;
}

.dual-users {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.dual-users a {
  color: #4f4f4f;
  padding: 10px 15px;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
}

.dual-users a.user-active {
  color: #fff;
  border-color: #28c76f;
  background: #28c76f;
}

.deal-listing-details {
  margin-top: 25px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 3px;
}

.sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9991;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.sidebar-overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 991;
}

.message-box__text span {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.chat-box .files-here {
  position: absolute;
  top: 8px;
  left: 15px;
}

.add-file {
  padding-top: 40px;
}

.chat-box .files-here span {
  background: #6c6c6c;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  padding-right: 35px;
  overflow: hidden !important;
}

.chat-box .files-here span i {
  cursor: pointer;
  background-color: red;
  color: #fff;
  position: absolute;
  height: 100%;
  right: 0;
  padding: 0 5px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.files-here span b {
  font-weight: 500;
}

.deal-info-top {
  border: 1px solid #6c6c6c;
  border-radius: 10px;
  padding: 20px;
  background: #ffffff;
}

.deal-info-top .escrow-step {
  background: hsla(228, 18.5%, 10.6%, 0.89);
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
}

.deal-info-top {
  margin-bottom: 20px;
}

.already-paid-page {
  margin-bottom: 20px;
  border: 1px solid #ff00008f;
  padding: 15px 20px;
  border-radius: 10px;
  background: #ff00008f;
}

.already-paid-page span {
  color: #ffffff;
}

.message-box__text.action-message-box {
  color: rgb(255, 114, 0);
}

.deal-action-page {
  border: 1px solid #ff8510;
  padding: 10px;
  border-radius: 10px;
  position: sticky;
  top: -28px;
  background: #ffffff;
  z-index: 8;
}

.message-box.message-buyer .message-box__text {
  background-color: #d1f7e8;
  color: #333;
  border-left: 3px solid hsl(var(--primary) / 0.4);
}

.message-box.scrow-message .message-box__text {
  background-color: #f7f7f7;
  color: #666;
  border-left: 3px solid hsl(var(--danger) / 0.5);
}

.message-box.box-right .message-box__text {
  background-color: #e6f7ff;
  color: #333;
  border-left: 3px solid hsl(var(--base) / 0.6);
}

.message-right-bar {
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.message-right-bar img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.message-right-bar h6 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.message-box.message-buyer .message-box__text span {
  justify-content: flex-end;
}

.message-box.message-buyer .message-box__text {
  text-align: right;
}

.message-box.message-buyer .message-box__text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -8px;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background: #e6f7ff;
  z-index: -1;
}

/* conversion end */
/* ================================= Message Css Start =========================== */

@media (max-width: 767px) {
  .chatboard-chat-left {
    border-top: 1px solid #f3f3f3;
  }
}

.chatboard-chat-left__title {
  display: flex;
  gap: 10px;
  padding: 16px 24px;
  border-bottom: 1px solid hsl(var(--border-color) / 0.5);

  p {
    color: hsl(var(--common-color));
    font-weight: 500;
  }
}

.chatboard-chat-left {
  box-shadow: 4px 0px 8px -3px rgba(0, 0, 0, 0.08);
  height: 100%;
  background: hsl(var(--white));
  border-radius: 10px;
  overflow: hidden;
}

.chatboard-chat-left__search {
  background: hsl(var(--white));
  padding: 20px;
  border-bottom: 1px solid #f3f3f3;
}

.chat-board-left-item {
  max-height: 570px;
  overflow-y: auto;
}

.chatboard-chat-left__search .form-group input {
  border-radius: 8px;
}

.chatboard-chat-left__search .form-group input::placeholder {
  font-size: 14px;
}

.chat-item .desc {
  color: hsl(var(--text-color));
  margin-bottom: 10px;
}

.chat-board-left-item li {
  border-bottom: 1px solid hsl(var(--border-color));
}

.chat-item span {
  display: block;
}

.chat-item .title {
  font-size: 14px;
  color: hsl(var(--heading-color));
}

.chat-item .time {
  font-size: 12px;
  color: hsl(var(--heading-color));
}

.chatboard-chat-left-bottom {
  padding: 25px 20px;
  border-top: 1px solid #f3f3f3;
}

/* chatboard right design start here */
.chat-box {
  position: relative;
  display: flex;
  flex-direction: column;
}

.chat-box__content {
  padding: 16px 24px;
  height: 640px;
  display: flex;
  flex-direction: column;
}

.chat-box__thread {
  overflow-y: auto;
  margin-top: auto;
  justify-content: flex-end;
}

.chat-box__conversation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.chat-author {
  display: -ms-flexbox;
  display: flex;
  gap: 10px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.chat-author .thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid hsl(var(--white));
}

.chat-author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat-author .content .name {
  color: hsl(var(--white));
  font-size: 16px;
}

.chat-author .content .active-status {
  color: hsl(var(--white) / 0.6);
}

.single-message + .single-message {
  margin-top: 12px;
}

.single-message {
  display: flex;
  width: 100%;
  gap: 8px;
  max-width: 90%;
}

.single-message.message--right {
  margin-left: auto;
  justify-content: end;
  padding-right: 20px;
}

.single-message.message--left {
  flex-direction: row-reverse;
  margin-right: auto;
  justify-content: start;
  padding-left: 20px;
}

@media (max-width: 424px) {
  .single-message.message--left {
    padding-left: 6px;
  }
}

.single-message.message--left .message-author {
  align-self: fle;
}

.single-message.message--left .message-time {
  text-align: left !important;
}

.single-message .message-content {
  padding: 16px;
  min-width: 180px;
  position: relative;
}

.single-message .message-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 15px;
  height: 20px;
  z-index: 9;
  border-radius: 0 0 20px 0;
  background: hsl(var(--white));
}

.single-message .message-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  width: 15px;
  height: 15px;
  background: #e7f6e5;
}

.single-message.message--left .message-content {
  background-color: hsl(var(--base) / 0.1);
  margin-left: auto;
  border-radius: 8px;
}

.single-message.message--right .message-content {
  background-color: #e2eefd;
  border: 1px solid #e2eefd;
  color: hsl(var(--white));
  border-radius: 8px;
}

.single-message.message--right .message-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -9px;
  width: 18px;
  height: 15px;
  left: unset;
  background: #e2eefd;
}

.single-message.message--right .message-content::before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: -15px;
  width: 15px;
  height: 20px;
  left: unset;
  z-index: 9;
  border-radius: 0 0 0 20px;
  background: #fff;
}

.single-message .message-author {
  justify-content: end;
  align-self: end;
  margin-bottom: 30px;
  flex-shrink: 0;
}

.single-message.message--right .name {
  order: -1;
  padding-left: 0;
  padding-right: 15px;
  font-size: 15px;
}

.single-message .message-content .name {
  font-size: rem(12px);
}

.single-message .message-text {
  font-size: rem(12px) !important;
  display: block;
  color: hsl(var(--heading-color));
}

.single-message .message-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 35px;
  height: 35px;
}

.single-message .message-author .thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fca12012;
}

.single-message .message-author .name {
  font-size: 14px;
}

.single-message .message-time {
  font-size: 13px;
}

.single-message .messgae-attachment {
  margin-top: 10px;
}

.chat-send-field textarea.form--control {
  height: 50px !important;
  border-radius: 30px !important;
  width: 100% !important;
  padding: 15px 48px 15px 15px;
  line-height: 1.5;
  resize: none;
  background-color: #f8f9fd !important;
  border: 1px solid hsl(var(--border-color-two));
}

.chat-send-field textarea.form--control::-webkit-scrollbar {
  display: none !important;
}

.chat-send-field textarea.form--control::placeholder {
  color: #9fa7be !important;
  font-size: rem(12px);
}

.chat-send-btn {
  border-radius: 30px !important;
  position: absolute;
  right: 9px;
  top: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--white));
  transform: translateY(-50%);
  z-index: 999;
}

.chat-box__footer {
  padding: 12px 24px;
  border-top: 1px solid #f3f3f3;
}
@media (max-width: 424px) {
  .chat-box__footer {
    padding: 10px;
  }
}
.chat-board-left-item li.active {
  background-color: hsl(var(--section-bg));
}

.chating-btn svg {
  color: hsl(var(--heading-color));
}

.chating-btn:hover svg {
  color: hsl(var(--base)) !important;
}
.chat-board-left-item .chat-item {
  display: inline;
  width: calc(100% - 35px);
}

.chat-board-left-item::-webkit-scrollbar {
  width: 4px;
}
.chat-board-left-item::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base) / 0.2);
  border-radius: 4px;
}
.chat-board-left-item::-webkit-scrollbar-track {
  background-color: hsl(var(--white));
}

@media (max-width: 424px) {
  .chat-box__header .title {
    padding: 10px;
  }
  .chating-delete {
    padding: 10px;
  }
  .chat-box__content {
    padding: 10px;
  }
}
.empty-message {
  background: hsl(var(--white));
  border-radius: 12px;
}
.single-message.message--left.escrow .message-content {
  background: #ebbe95;
}
.single-message.escrow .message-content::after {
  background: #ebbe95;
}
.single-message.message--right.escrow .message-content {
  background: #ebbe95;
}
/* ================================= Message Css End =========================== */

.d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
  margin-top: 40px;
}
.pagination {
  margin-top: 0;
}

.cursor-none {
  cursor: default !important;
}

@media (max-width: 991px) {
  .table--responsive--lg td.text-center.msg-center {
    display: block;
  }
}

@media (max-width: 1399px) {
  .table--responsive--xxl td.text-center.msg-center {
    display: block;
  }
}
@media (max-width: 1199px) {
  .table--responsive--xl td.text-center.msg-center {
    display: block;
  }
}

.user-data-header__logo {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.user-data-section {
  height: 100vh;
  display: flex;
  align-items: center;
}

.highlight .s-highlight .text--base {
  background: linear-gradient(hsl(var(--white)), hsl(var(--base)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-highlight span::selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
}

.verification-area .countdown-wrapper {
  font-size: 15px;
}

.ban-wrapper {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 12px;
}

.ban-wrapper__logo {
  max-width: 163px;
  width: 100%;
  margin: 0 auto 32px;
  display: block;
}

.ban-wrapper-title {
  text-align: center;
  margin-block: 24px 16px;
  font-family: hsl(var(--body-font));
  color: hsl(var(--danger));
}

.ban-wrapper-image {
  max-width: 220px;
}

.ban-wrapper-desc {
  max-width: 720px;
  margin: 0 auto 20px;
}
.job-category-wrapper
  .job-category-body__content:has(.pagination)
  .d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
  margin-top: 0px;
}

.offcanvas {
  width: 400px;
}
@media (max-width:575px) {
  .h-50{
    height: 45px !important;
  }
}