@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Inter", serif;
  --body-font: "Inter", serif;

  /* ========================= Theme Color Start ============================= */
  /* Base Color */
  --base-h: 220;
  --base-s: 74%;
  --base-l: 48%;
  --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: 72%;
  --base-two-l: 60%;
  --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%;
  --dark: 105 20% 4%;
  --text: 120 2% 28%;
  --black: 0 0% 0%;
  --body-bg: 33 60% 97%;
  --border-color: 204 10% 90%;
  --section-bg: 33 60% 94%;
  --section-bg-two: 220 20% 97%;
  --heading-color: var(--dark);
  --text-color: var(--text);
  /* ================================ 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 2px 15px hsl(var(--black) / 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: 112;
  --success-s: 100%;
  --success-l: 36%;
  --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: 196;
  --info-s: 100%;
  --info-l: 45%;
  --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: 105;
  --dark-s: 20%;
  --dark-l: 4%;
  --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 ============================== */
  /* ============================== Dark Mood Color Modify Start ============================== */
}

:root [data-theme="dark"] {
  --white: 200 9% 7%;
  --black: 210 40% 98%;
  /* ============================== Dark Mood Color Modify 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,
.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 {
  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,
.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
  font-size: 0.8125rem;
}

.fs-14,
.dashboard .sidebar-menu-list__link {
  font-size: 0.875rem;
}

.fs-15,
.user-info .user-info-dropdown__link,
.dashboard .sidebar-submenu-list__link .icon,
.dashboard .sidebar-submenu-list__link {
  font-size: 0.9375rem;
}

.fs-16,
.dashboard .dashboard-header .bd-btn,
.user-info__button::before {
  font-size: 1rem;
}

@media screen and (max-width: 1199px) {

  .fs-16,
  .dashboard .dashboard-header .bd-btn,
  .user-info__button::before {
    font-size: 0.9375rem;
  }
}

.fs-17 {
  font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
  .fs-17 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-17 {
    font-size: 0.9375rem;
  }
}

.fs-18 {
  font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
  .fs-18 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-18 {
    font-size: 1rem;
  }
}

.fs-20,
.dashboard .sidebar-menu-list__link .icon {
  font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {

  .fs-20,
  .dashboard .sidebar-menu-list__link .icon {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {

  .fs-20,
  .dashboard .sidebar-menu-list__link .icon {
    font-size: 1.0625rem;
  }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--text-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;
  overflow: hidden auto;
}

p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  color: hsl(var(--text-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.75rem;
}

@media screen and (max-width: 1399px) {
  h1 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.1875rem;
  }
}

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

h2 {
  font-size: 2.5rem;
}

@media screen and (max-width: 1399px) {
  h2 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.5625rem;
  }
}

h3 {
  font-size: 2rem;
}

@media screen and (max-width: 1399px) {
  h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1199px) {
  h3 {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
  h4 {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 1199px) {
  h4 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  h4 {
    font-size: 1.0625rem;
  }
}

h5 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
  h5 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 1199px) {
  h5 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
  h6 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  h6 {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 991px) {
  h6 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  h6 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  h6 {
    font-size: 0.875rem;
  }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 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));
}

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

/* Bg Image Css */
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* 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;
}

.overlay-two {
  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;
}

.overlay-two.show-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 99991;
}

.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: 9991;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.section-heading__title {
  margin-bottom: 0px;
}

.section-heading__desc {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
}

.section-heading.style-left {
  text-align: left;
}

.section-heading.style-left .section-heading__desc {
  margin-left: 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;
}

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

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

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

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

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

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

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

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

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

.text--heading {
  color: hsl(var(--heading-color)) !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 .accordion-item {
  border-radius: 12px !important;
  border: 1px solid #090c08;
  background-color: transparent;
}

.custom--accordion .accordion-item:first-of-type,
.custom--accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 12px !important;
}

.custom--accordion .accordion-item:last-of-type,
.custom--accordion .accordion-item:last-of-type .accordion-button {
  border-radius: 12px !important;
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 16px;
}

.custom--accordion .accordion-body {
  padding: 0px 24px 20px 24px;
}

.custom--accordion .accordion-button {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  color: #090c08;
  padding: 20px 24px;
  background-color: transparent;
  gap: 8px;
  border-radius: 20px !important;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    font-size: 1rem;
  }
}

.custom--accordion .accordion-button::after {
  content: "\f067";
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "Line Awesome Free";
  font-weight: 900;
  background-image: none;
  color: #090c08;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button::after {
    font-size: 1.375rem;
  }
}

.custom--accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-image: none;
  -webkit-transform: none;
  transform: none;
  color: #090c08;
}

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

.custom--accordion .accordion-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: hsl(var(--text-color));
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-text {
    font-size: 0.875rem;
  }
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: none;
  background-color: none;
  border-color: none;
}

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

.btn {
  color: hsl(var(--white)) !important;
  font-weight: 700;
  padding: 11px 25px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--body-font);
  font-size: 0.875rem;
  line-height: 1.5;
}

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

.btn--lg {
  padding: 16px 30px;
}

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

.btn--sm {
  padding: 7px 18px;
  font-weight: 600;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .btn--sm {
    padding: 8px 12px;
  }
}

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

.btn--base {
  background-color: hsl(var(--base)) !important;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

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

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

.btn--base:hover,
.btn--base:focus,
.btn--base:focus-visible {
  background-color: 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;
}

.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;
}

.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;
}

.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--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;
}

.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;
}

.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;
}

.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;
}

.btn[disabled] {
  opacity: 0.4 !important;
}

.btn-icon {
  margin-right: 15px;
  font-size: 19px;
}

/* ================================= Button Css End =========================== */
/* ================================= 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;
}

.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: 6px;
  font-size: 0.875rem;
  color: hsl(var(--text-color));
  font-weight: 400;
}

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

/* 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: 8px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 9px 24px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  color: hsl(var(--black));
}

.form--control.form-two {
  border-radius: 16px;
  padding: 15px 24px;
}

.form--control.form-two::-webkit-input-placeholder {
  color: hsl(var(--text-color));
  font-size: 0.875rem;
}

.form--control.form-two::-moz-placeholder {
  color: hsl(var(--text-color));
  font-size: 0.875rem;
}

.form--control.form-two:-ms-input-placeholder {
  color: hsl(var(--text-color));
  font-size: 0.875rem;
}

.form--control.form-two::-ms-input-placeholder {
  color: hsl(var(--text-color));
  font-size: 0.875rem;
}

.form--control.form-two::placeholder {
  color: hsl(var(--text-color));
  font-size: 0.875rem;
}

.form--control.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form--control::-webkit-input-placeholder {
  color: hsl(var(--text-color) / 0.24);
  font-size: 1rem;
}

.form--control::-moz-placeholder {
  color: hsl(var(--text-color) / 0.24);
  font-size: 1rem;
}

.form--control:-ms-input-placeholder {
  color: hsl(var(--text-color) / 0.24);
  font-size: 1rem;
}

.form--control::-ms-input-placeholder {
  color: hsl(var(--text-color) / 0.24);
  font-size: 1rem;
}

.form--control::placeholder {
  color: hsl(var(--text-color) / 0.24);
  font-size: 1rem;
}

.form--control:focus {
  border-color: hsl(var(--base));
}

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

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

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

.form--control[type="file"] {
  line-height: 44px;
  padding: 0;
  position: relative;
}

.form--control[type="file"]::-webkit-file-upload-button {
  border: 1px solid hsl(var(--base));
  padding: 4px 12px;
  border-radius: 0.2em;
  background-color: hsl(var(--base)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 44px;
  position: relative;
  margin-left: 0px;
  color: hsl(var(--white)) !important;
}

.form--control[type="file"]::file-selector-button {
  border: 1px solid hsl(var(--base));
  padding: 4px 12px;
  border-radius: 0.2em;
  background-color: hsl(var(--base)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 44px;
  position: relative;
  margin-left: 0px;
  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 */
textarea.form--control {
  height: 130px;
}

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

/* 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;
}

.input-group-text {
  border: 1px solid hsl(var(--border-color));
  border-right: 0;
  background-color: hsl(var(--white)) !important;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

@media screen and (min-width: 991px) and (max-width: 1515px) {
  .business--logo .image-upload-wrapper {
    width: 170px;
    height: 170px;
  }
}

/* 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: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid hsl(var(--border-color));
  cursor: pointer;
}

.form--check .form-check-input:checked {
  background-color: hsl(var(--base-two)) !important;
  border-color: hsl(var(--base-two)) !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: 400;
  width: calc(100% - 20px);
  padding: 0 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;
  color: hsl(var(--heading-color));
}

/*  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(--section-bg-two)) !important;
  padding: 10px !important;
  margin-left: 0;
  margin-bottom: 5px;
  border-radius: 40px;
  width: 36px;
  height: 20px;
  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: 16px;
  height: 16px;
  background-color: hsl(var(--white));
  top: 50%;
  -webkit-box-shadow: 0px 1px 3px 0px #1018281a;
  box-shadow: 0px 1px 3px 0px #1018281a;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
  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% - 18px);
  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;
}

.input-group--copy {
  flex-wrap: nowrap;
  border: 1px solid hsl(var(--base-l-900));
  border-radius: 16px;
  overflow: hidden;
}

.input-group--copy:focus-within {
  border-color: hsl(var(--base));
}

.input-group--copy .form--control {
  border-color: transparent !important;
  background-color: transparent;
  color: hsl(var(--text-color));
}

.input-group--copy .btn {
  margin: -1px -1px -1px 0;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--border-color));
  padding: 15px;
}

.custom--modal .modal-header .btn-close {
  width: 30px;
  height: 30px;
  background-image: none !important;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: hsl(var(--heading-color)) !important;
  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;
  opacity: 1;
  position: relative;
}

.custom--modal .modal-header .btn-close::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00d";
  display: inline-block;
  position: absolute;
  font-size: 20px;
}

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

.custom--modal .modal-header .btn-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(--border-color));
  -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;
  margin-top: 32px;
  border-radius: 0px;
  gap: 12px;
}

.pagination .page-item.active .page-link {
  background-color: hsl(var(--base-two));
  color: hsl(var(--white));
}

.pagination .page-item .page-link {
  --size: 36px;
  width: var(--size);
  height: var(--size);
  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;
  font-weight: 400;
  font-size: calc((var(--size) / 2) - 2px);
  color: hsl(var(--base-two));
  border: 1px solid hsl(var(--base-two));
  background-color: transparent;
  white-space: nowrap;
}

.pagination .page-item .page-link:hover {
  background-color: hsl(var(--base-two));
  color: hsl(var(--white));
}

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

.pagination-wrapper p.text-muted {
  color: hsl(var(--black)) !important;
}

.pagination-wrapper .pagination {
  width: 100%;
  margin-top: 0;
  justify-content: flex-start;
}

nav:has(.pagination) {
  align-items: center;
}

nav:has(.pagination)>div:last-child {
  flex-wrap: wrap;
  gap: 16px 8px;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@media screen and (max-width: 374px) {
  .customer {
    display: block;
    text-align: left;
  }
}

.customer__thumb {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 374px) {
  .customer__thumb {
    margin-left: auto;
  }
}

.customer__content {
  width: calc(100% - 35px);
  padding-left: 15px;
  text-align: left;
}

@media screen and (max-width: 424px) {
  .customer__content {
    padding-left: 8px;
  }
}

@media screen and (max-width: 374px) {
  .customer__content {
    width: 100%;
    padding-left: 0px;
    padding-top: 5px;
  }
}

.customer__name {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: hsl(var(--black) / 0.7);
}

.action-buttons {
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.action-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.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 {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0px 0px;
}

.table thead tr th {
  background-color: hsl(var(--black) / 0.04);
  text-align: center;
  padding: 15px 20px;
  color: hsl(var(--black));
  font-family: var(--heading-font);
  font-weight: 600;
  border-bottom: 0;
  max-width: 170px;
  font-size: 0.875rem;
  border-bottom: 1px solid hsl(var(--black) / 0.05);
}

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

.table thead tr th:last-child {
  border-radius: 0 12px 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.05);
}

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

.table tbody tr:last-child td {
  border-bottom: 1px solid hsl(var(--black) / 0.05);
}

.table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 12px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0px 12px 0;
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  border-width: 1px;
  border: 0;
  font-family: var(--heading-font);
  color: hsl(var(--black) / 0.7);
  font-weight: 500;
  max-width: 170px;
  font-size: 0.8125rem;
  border-bottom: 1px solid hsl(var(--black) / 0.05);
}

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

.table tbody tr td:first-child {
  text-align: left;
  border-left: 1px solid hsl(var(--black) / 0.05);
  font-size: 0.875rem;
}

.table tbody tr td:last-child {
  text-align: right;
  border-right: 1px solid hsl(var(--black) / 0.05);
}

@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 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.05);
    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: 767px) {
  .table--responsive--md tbody tr td {
    border: 0;
  }
}

@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(even) {
    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(even) {
    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 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 =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 40px;
}

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

.custom--tab .nav-item .nav-link {
  color: hsl(var(--white));
  padding: 8px 25px;
  background-color: transparent !important;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid hsl(var(--black) / 0.08) !important;
}

@media screen and (max-width: 1199px) {
  .custom--tab .nav-item .nav-link {
    padding: 12px 15px;
  }
}

.custom--tab .nav-item .nav-link.active {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid transparent !important;
}

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

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

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

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

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

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

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

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

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

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

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */

.alert {
  border: 1px solid transparent;
}

.alert__text {
  font-size: 14px;
  font-weight: 500;
}

.alert .btn-close {
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.alert .btn-close:focus {
  box-shadow: none;
}

.alert--base {
  border-color: hsl(var(--base) / 0.5);
  background-color: hsl(var(--base) / 0.25);
}

.alert--base .btn-close i {
  color: hsl(var(--base)) !important;
}

.alert--primary {
  border-color: hsl(var(--primary) / 0.5);
  background-color: hsl(var(--primary) / 0.25);
}

.alert--primary .btn-close i {
  color: hsl(var(--primary)) !important;
}

.alert--secondary {
  border-color: hsl(var(--secondary) / 0.5);
  background-color: hsl(var(--secondary) / 0.25);
}

.alert--secondary .btn-close i {
  color: hsl(var(--secondary)) !important;
}

.alert--success {
  border-color: hsl(var(--success) / 0.5);
  background-color: hsl(var(--success) / 0.25);
}

.alert--success .btn-close i {
  color: hsl(var(--success)) !important;
}

.alert--danger {
  border-color: hsl(var(--danger) / 0.5);
  background-color: hsl(var(--danger) / 0.25);
}

.alert--danger .btn-close i {
  color: hsl(var(--danger)) !important;
}

.alert--warning {
  border-color: hsl(var(--warning) / 0.5);
  background-color: hsl(var(--warning) / 0.25);
}

.alert--warning .btn-close i {
  color: hsl(var(--warning)) !important;
}

.alert--info {
  border-color: hsl(var(--info) / 0.5);
  background-color: hsl(var(--info) / 0.25);
}

.alert--info .btn-close i {
  color: hsl(var(--info)) !important;
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--black));
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.preloader .text {
  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: 25px;
  color: hsl(var(--base-two));
  font-weight: 600;
}

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spinner-3a5251 2s infinite linear;
}

.loader-p div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 3.6px solid transparent;
  border-right: 3.6px solid transparent;
  border-bottom: 10.8px solid hsl(var(--base-two));
  -webkit-transform-origin: center 10.8px;
  transform-origin: center 10.8px;
}

.loader-p div:before,
.loader-p div:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-left: 10.8px solid transparent;
  border-right: 10.8px solid transparent;
  border-bottom: 7.2px solid hsl(var(--base-two));
}

.loader-p div:before {
  -webkit-transform: translate(-10.8px, 7.2px) rotate(35deg);
  transform: translate(-10.8px, 7.2px) rotate(35deg);
}

.loader-p div:after {
  -webkit-transform: translate(-10.8px, 7.2px) rotate(-35deg);
  transform: translate(-10.8px, 7.2px) rotate(-35deg);
}

.loader-p div:nth-child(1) {
  -webkit-transform: translate(-50%, -10.8px) rotate(51.42857deg) translate(0, 320%);
  transform: translate(-50%, -10.8px) rotate(51.42857deg) translate(0, 320%);
}

.loader-p div:nth-child(2) {
  -webkit-transform: translate(-50%, -10.8px) rotate(102.85714deg) translate(0, 320%);
  transform: translate(-50%, -10.8px) rotate(102.85714deg) translate(0, 320%);
}

.loader-p div:nth-child(3) {
  -webkit-transform: translate(-50%, -10.8px) rotate(154.28571deg) translate(0, 320%);
  transform: translate(-50%, -10.8px) rotate(154.28571deg) translate(0, 320%);
}

.loader-p div:nth-child(4) {
  -webkit-transform: translate(-50%, -10.8px) rotate(205.71429deg) translate(0, 320%);
  transform: translate(-50%, -10.8px) rotate(205.71429deg) translate(0, 320%);
}

.loader-p div:nth-child(5) {
  -webkit-transform: translate(-50%, -10.8px) rotate(257.14286deg) translate(0, 320%);
  transform: translate(-50%, -10.8px) rotate(257.14286deg) translate(0, 320%);
}

.loader-p div:nth-child(6) {
  -webkit-transform: translate(-50%, -10.8px) rotate(308.57143deg) translate(0, 320%);
  transform: translate(-50%, -10.8px) rotate(308.57143deg) translate(0, 320%);
}

.loader-p div:nth-child(7) {
  -webkit-transform: translate(-50%, -10.8px) rotate(360deg) translate(0, 320%);
  transform: translate(-50%, -10.8px) rotate(360deg) translate(0, 320%);
}

@-webkit-keyframes spinner-3a5251 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-3a5251 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand.logo img {
  max-width: 200px;
  max-height: 60px;
}

@media screen and (max-width: 991px) {
  .navbar-brand.logo img {
    max-width: 150px;
  }
}

.header {
  position: relative;
  z-index: 5;
  background-color: hsl(var(--heading-color));
}

.header+main {
  flex-grow: 1;
  overflow: hidden auto;
}

@media screen and (max-width: 991px) {
  .header {
    top: 0px;
    background-color: hsl(var(--heading-color));
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    max-height: 101vh;
    overflow-y: auto;
  }

  .header::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .header::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}

.header.fixed-header {
  background-color: hsl(var(--heading-color));
  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%;
  border-bottom: 1px solid hsl(var(--border-color) / 0.25);
}

@-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: 992px) {
  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu .nav-item {
    position: relative;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-menu .nav-item {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-item:last-child {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .nav-menu .nav-item .nav-link {
    font-weight: 600;
    font-size: 0.875rem;
    color: hsl(var(--white)) !important;
    padding: 33px 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: 25px;
    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: 992px) and (max-width: 991px) {
  .nav-menu .nav-item .nav-link .nav-item__icon {
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu:not(.dropdown-menu--notification) {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 100%;
    left: 0;
    padding: 0 !important;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 0;
    min-width: 190px;
    border: 0 !important;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
  }

  .dropdown-menu__list {
    border-bottom: 1px solid hsl(var(--black) / 0.08);
  }

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

  .dropdown-menu__link {
    padding: 7px 20px;
    font-weight: 500;
    font-size: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }

  .dropdown-menu__link::after {
    position: absolute;
    content: "\f00c";
    font-family: "Line Awesome Free";
    font-weight: 700;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    font-size: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }

  .dropdown-menu__link:focus,
  .dropdown-menu__link:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
  }

  .dropdown-menu__link:focus::after,
  .dropdown-menu__link:hover::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
  main {
    padding-top: 60px;
  }

  .body-overlay.show {
    visibility: visible;
    opacity: 1;
  }

  .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;
  }

  .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(--white) / 0.2);
    color: hsl(var(--white));
  }

  .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);
  }

  .dropdown-menu:not(.dropdown-menu--notification) {
    -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(--white));
    border-bottom: 1px solid hsl(var(--white) / 0.2);
    margin-left: 20px;
    color: hsl(var(--white));
  }

  .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(--white));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: auto;
  font-size: 2.5rem;
}

.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-list {
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .login-registration-list {
    gap: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.login-registration-list__link {
  color: hsl(var(--white));
  font-weight: 700;
  font-size: 14px;
  font-family: var(--body-font);
}

.login-registration-list__link:hover {
  color: hsl(var(--base));
}

.top-button {
  margin-left: 45px;
}

@media screen and (max-width: 1199px) {
  .top-button {
    margin-left: 25px;
  }
}

@media screen and (max-width: 991px) {
  .top-button {
    margin-left: 0;
  }
}

@media screen and (max-width: 424px) {
  .top-button .btn {
    padding: 7px 12px;
    font-size: 12px;
  }
}

/*============== custom dropdwon css start ==============*/

/*============== custom drop down css end ==============*/
/* ================================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.footer-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.25;
}

.footer-item.country-wrapper {
  max-width: 280px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .footer-item.country-wrapper {
    margin-left: unset;
  }
}

.footer-item__logo {
  flex-shrink: 0;
  display: flex;
}

.footer-item__logo img {
  width: 100%;
  height: 100%;
  max-width: 132px;
}

.footer-item__title {
  margin-bottom: 16px;
  font-weight: 600;
  color: hsl(var(--white));
}

.footer-item .social-list {
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.footer-item .social-list__link {
  color: hsl(var(--black));
  background-color: hsl(var(--white));
}

/* 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: 12px;
}

.footer-menu__item:last-child {
  padding-bottom: 0;
}

.footer-menu__link {
  color: hsl(var(--white) / 0.65);
  font-size: 0.875rem;
}

.footer-menu__link:hover {
  color: hsl(var(--base));
  text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
}

.footer-contact-menu__item:last-child {
  padding-bottom: 0;
}

.footer-contact-menu__item-icon {
  width: 15px;
  color: hsl(var(--base));
  font-size: 1.25rem;
}

.footer-contact-menu__item-content {
  width: calc(100% - 15px);
  padding-left: 15px;
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer__inner {
  border-top: 1px solid hsl(var(--border-color) / 0.15);
  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;
  padding: 16px 0;
}

.bottom-footer-text {
  font-size: 0.875rem;
  color: hsl(var(--white) / 0.65);
  font-weight: 400;
}

/* =============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;
  gap: 15px;
}

.social-list__item {
  display: inline-block;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--black));
  background-color: hsl(var(--white));
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
  .social-list__link {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  padding: 60px 0;
  background-color: hsl(var(--white));
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .breadcrumb {
    padding: 40px 0;
  }
}

@media screen and (max-width: 424px) {
  .breadcrumb {
    padding: 30px 0;
  }
}

.breadcrumb__wrapper {
  text-align: center;
}

.breadcrumb__title {
  margin-bottom: 0px;
  color: hsl(var(--white));
  font-weight: 600;
}

.breadcrumb__desc {
  color: hsl(var(--white) / 0.8);
  font-weight: 400;
}

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-brand {
  width: 100%;
  border-radius: 999px;
  border: 1px solid hsl(var(--white) / 0.1);
  padding: 6px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.dashboard .sidebar-brand-bottom {
  padding: 15px;
}

.dashboard .sidebar-brand img {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
}

.navbar-user__thumb img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #ddddddb8;
}

.dashboard .sidebar-brand__content {
  flex-grow: 1;
}

.navbar-user__thumb {
  width: 35px;
}

.dashboard .sidebar-brand__name {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard .sidebar-brand__link {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard .sidebar-brand:hover .sidebar-brand__link,
.dashboard .sidebar-brand:focus .sidebar-brand__link {
  color: rgba(255, 255, 255, 1);
}

.dashboard .sidebar-brand__link:hover,
.dashboard .sidebar-brand__link:focus {
  color: hsl(var(--base));
}

.dashboard .sidebar-menu {
  height: 100vh;
  background-color: #062716;
  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: 2px;
  height: 2px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
  background: hsl(var(--base));
}

.dashboard .sidebar-menu__inner {
  width: 100%;
}

.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;
  }
}

.sidebar-menu .sidebar-logo {
  padding: 15px;
}

.sidebar-menu .sidebar-logo img {
  max-height: 50px;
  max-width: 190px;
}

.sidebar-menu__inner {
  position: relative;
  z-index: 11111;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

.dashboard .sidebar-menu__close {
  position: absolute;
  top: 8px;
  right: 16px;
  color: hsl(var(--white));
  font-size: 1.25rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  z-index: 9;
}

.sidebar-brand {
  flex-shrink: 0;
}

.sidebar-menu-list {
  flex: 1;
  overflow-y: auto;
}

.sidebar-menu-list::-webkit-scrollbar {
  width: 5px;
}

.sidebar-menu-list::-webkit-scrollbar-track {
  background: #071251;
}

.sidebar-menu-list::-webkit-scrollbar-thumb {
  background: hsl(var(--base-two-d-100));
}

.sidebar-menu-list::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--base-two-d-100)) !important;
}

.sidebar-menu-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dashboard .sidebar-menu__close:active {
  top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
  color: hsl(var(--danger));
}

.dashboard .sidebar-menu-list {
  padding-left: 15px;
}

.dashboard .sidebar-menu-list__item {
  margin-bottom: 6px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
  border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active>a {
  background: hsl(var(--base-two));
  color: hsl(var(--heading-color));
}

.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;
}

.dashboard .sidebar-menu-list__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 16px 20px;
  width: 100%;
  color: hsl(var(--base-two) / 0.7);
  font-weight: 400;
  border-radius: 8px 0 0 8px;
}

.dashboard .sidebar-menu-list__link:hover {
  background: hsl(var(--base-two));
  color: hsl(var(--heading-color));
}

.dashboard .sidebar-menu-list__link.active {
  color: hsl(var(--base-two));
}

.dashboard .sidebar-menu-list__link .icon {
  margin-right: 8px;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
}

.dashboard .sidebar-submenu {
  display: none;
}

.dashboard .sidebar-submenu.open-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: var(--base);
}

.dashboard .sidebar-submenu-list__link {
  padding: 12px 24px;
  display: block;
  color: hsl(var(--body-color));
  color: hsl(var(--white));
  font-weight: 500;
  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.8);
  border-radius: 50%;
}

.dashboard .sidebar-submenu-list__link:hover {
  background: var(--base);
}

.dashboard .sidebar-submenu-list__link .icon {
  margin-right: 8px;
  text-align: center;
  border-radius: 4px;
}

.user-info {
  position: relative;
  padding: 16px;
}

.user-info__button {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.user-info__button:focus-visible {
  outline: none !important;
}

.user-info__button::before {
  position: absolute;
  content: "\f107";
  /* Ensure this is the correct code in Line Awesome */
  font-family: "Line Awesome Free";
  /* Replace with Line Awesome font */
  font-weight: 900;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--black));
  pointer-events: none;
  font-size: 0.875rem;
}

.user-info__thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.user-info__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-info .user-info-dropdown {
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  background-color: hsl(var(--white));
  box-shadow: 0px 0px 15px hsl(var(--black) / 0.2);
  width: 215px;
  position: absolute;
  right: 15px;
  z-index: 9;
  top: 100%;
  padding: 15px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  visibility: hidden;
  opacity: 0;
}

.user-info .user-info-dropdown.dropdown-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .user-info .user-info-dropdown {
    -webkit-transform: unset !important;
    transform: unset !important;
  }
}

.user-info .user-info-dropdown__item:last-child .user-info-dropdown__link {
  border-bottom: 0 !important;
}

.user-info .user-info-dropdown__link {
  padding: 8px 16px !important;
  color: hsl(var(--body-color)) !important;
  margin-left: 0 !important;
  width: 100%;
  font-weight: 600;
  text-align: left;
  border-radius: 5px;
}

.user-info .user-info-dropdown__link.active {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.user-info .user-info-dropdown__link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
}

.user-info__name {
  color: hsl(var(--black));
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 14px;
}

.user-info__desc {
  font-size: 12px;
  color: hsl(var(--black));
}

/* ================================= Dashboard Fluid Sidebar Css End =========================== */
/* ================================= Dashboard Css Start =========================== */
.dashboard {
  position: relative;
}

.dashboard__right {
  width: 100%;
  margin-left: 300px;
  background-color: hsl(var(--body-bg));
  width: calc(100% - 300px);
}

@media screen and (max-width: 991px) {
  .dashboard__right {
    width: 100%;
    margin-left: 0;
  }
}

.dashboard .dropdown {
  display: inline-block !important;
}

.dashboard .dashboard-header {
  padding: 3px 30px;
  background-color: hsl(var(--white));
  border-bottom: 1px solid hsl(var(--border-color));
  position: relative;
  z-index: 5;
}

.dashboard .dashboard-header.fixed-dashboard-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%;
}

@media screen and (max-width: 767px) {
  .dashboard .dashboard-header {
    padding: 0 16px;
  }
}

.dashboard .dashboard-header__inner {
  padding: 10px 0;
  gap: 10px;
}

.dashboard .dashboard-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 424px) {
  .dashboard .dashboard-header__right {
    gap: 12px;
  }
}

.dashboard .dashboard-header__right .notification-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.2);
  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;
  position: relative;
  font-size: 20px;
  position: relative;
  color: hsl(var(--heading-color));
}

.dashboard .dashboard-header__right .notification-link::after {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 4px;
  content: "";
  width: 14px;
  height: 14px;
  background-color: hsl(var(--white));
  border-radius: 50%;
  border: 4px solid #fb2828;
}

.dashboard .dashboard-header__right .login-btn a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.2);
  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;
  position: relative;
  color: hsl(var(--heading-color));
}

.dashboard .dashboard-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-header__left {
    gap: 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-header__left .rating-list {
    display: none;
  }
}

.dashboard .dashboard-header__left .title {
  margin-bottom: 0;
  font-size: 1.25rem;
}

@media screen and (max-width: 424px) {
  .dashboard .dashboard-header__left .title {
    font-size: 14px;
  }
}

.dashboard .dashboard-header .bd-btn {
  padding: 10px 25px;
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  border-radius: 5px;
  font-weight: 600;
}

.dashboard .dashboard-header .bd-btn:hover {
  background-color: hsl(var(--base) / 0.2);
}

.dashboard .dashboard-header .bd-btn:active {
  position: relative;
  top: 2px;
}

.dashboard .dashboard-header .bd-btn .icon {
  margin-right: 5px;
}

.information-item__top {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .information-item__top {
    margin-bottom: 40px;
  }
}

.information-item__title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.information-item__header {
  margin-bottom: 16px;
}

.information-item__header .title {
  margin-bottom: 6px;
}

.information-item__header .text {
  font-size: 14px;
}

.dashboard-body__content {
  padding: 30px;
}

@media screen and (max-width: 424px) {
  .dashboard-body__content {
    padding: 25px 15px;
  }
}

/* ================================= 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;
  gap: 6px;
}

.rating-list__item .icon {
  --size: 50px;
  width: var(--size);
  height: var(--size);
  color: hsl(var(--white));
  font-size: calc((var(--size) / 2) + 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;
  position: relative;
  z-index: 1;
}

.rating-two .rating-list__item .icon {
  --size: 20px;
}

.rating-three .rating-list__item .icon {
  --size: 38px;
}

.rating-list__item .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #d4d4d8;
  z-index: -1;
}

.rating-list__item .icon.half {
  background-color: #d4d4d8;
}

.rating-list__item .icon.half::before {
  width: 50%;
}

.rating-list.success .rating-list__item:not(.disabled) .icon::before {
  background-color: rgb(127, 192, 57) !important;
}

.rating-list.success-deep .rating-list__item:not(.disabled) .icon::before {
  background-color: rgba(0, 182, 122, 1) !important;
}

.rating-list.danger .rating-list__item:not(.disabled) .icon::before {
  background-color: hsl(var(--danger)) !important;
}

.rating-list.warning .rating-list__item:not(.disabled) .icon::before {
  background-color: hsl(var(--warning)) !important;
}

.rating-list__text {
  color: hsl(var(--text-color));
}

.rating-single-star {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.15);
  padding: 4px 6px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rating-single-star .icon {
  --size: 14px;
  width: var(--size);
  height: var(--size);
  color: hsl(var(--white));
  font-size: calc((var(--size) / 2) + 2px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.rating-single-star .icon.half {
  background-color: rgb(227, 230, 232);
}

.rating-single-star .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: hsl(var(--base));
  z-index: -1;
}

.rating-single-star .icon.half::before {
  width: 50%;
}

.rating-single-star.base-two {
  color: hsl(var(--base-two));
  background-color: hsl(var(--base-two) / 0.15);
}

.rating-single-star.base-two .icon::before {
  background-color: hsl(var(--base-two));
}

.rating-single-star.primary {
  color: hsl(var(--primary));
  background-color: hsl(var(--primary) / 0.15);
}

.rating-single-star.primary .icon::before {
  background-color: hsl(var(--primary));
}

.rating-single-star.secondary {
  color: hsl(var(--secondary));
  background-color: hsl(var(--secondary) / 0.15);
}

.rating-single-star.secondary .icon::before {
  background-color: hsl(var(--secondary));
}

.rating-single-star.success {
  color: rgb(127, 192, 57);
  background-color: rgba(127, 192, 57, 0.15);
}

.rating-single-star.success .icon::before {
  background-color: hsl(var(--success));
}

.rating-single-star.success-deep {
  color: rgba(0, 182, 122, 1);
  background-color: rgba(0, 182, 122, 0.15);
}

.rating-single-star.success-deep .icon::before {
  background-color: rgba(0, 182, 122, 1);
}

.rating-single-star.danger {
  color: hsl(var(--danger));
  background-color: hsl(var(--danger) / 0.15);
}

.rating-single-star.danger .icon::before {
  background-color: hsl(var(--danger));
}

.rating-single-star.warning {
  color: hsl(var(--warning));
  background-color: hsl(var(--warning) / 0.15);
}

.rating-single-star.warning .icon::before {
  background-color: hsl(var(--warning));
}

.rating-single-star.info {
  color: hsl(var(--info));
  background-color: hsl(var(--info) / 0.15);
}

.rating-single-star.info .icon::before {
  background-color: hsl(var(--info));
}

/* ================================= Start Rating Css End =========================== */
.blog-sidebar-wrapper {
  position: sticky;
  top: 100px;
}

/* ============ Sidebar search box ============= */
.search-box {
  position: relative;
  background-color: hsl(var(--white));
  margin-bottom: 24px;
  border-radius: 8px;
}

.search-box .form--control {
  padding: 16px 24px;
}

.search-box__button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(265deg);
  transform: translateY(-50%) rotate(265deg);
  color: hsl(var(--base));
  font-size: 24px;
  color: hsl(var(--text-color));
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
  margin-bottom: 35px;
}

.blog-sidebar:last-child {
  margin-bottom: 0;
}

.blog-sidebar__bottom {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  padding: 24px;
  border-radius: 16px;
}

@media screen and (max-width: 575px) {
  .blog-sidebar__bottom {
    padding: 20px 15px;
  }
}

.blog-sidebar__bottom .blog-info {
  margin-bottom: 24px;
}

.blog-sidebar__bottom .blog-info__name {
  margin-bottom: 0;
  color: hsl(var(--text-color-two));
  font-size: 18px;
  font-weight: 600;
}

.blog-sidebar__bottom .blog-info__designation {
  font-size: 14px;
  margin-bottom: 16px;
  color: hsl(var(--text-color-two));
}

.blog-sidebar__title {
  padding-bottom: 10px;
  color: hsl(var(--text-color-two));
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid hsl(var(--border-color));
}

/* ========================= Category & Tags List Style ========================= */
.text-list {
  gap: 8px;
}

.text-list.style-category .text-list__item {
  border-bottom: 1px dashed hsl(var(--border-color));
}

.text-list.style-category .text-list__item:last-child {
  border-bottom: 0;
}

.text-list.style-category .text-list__link {
  color: hsl(var(--black));
}

.text-list.style-category .text-list__link:hover {
  color: hsl(var(--base));
}

.text-list.style-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.text-list.style-tag .text-list__link {
  color: hsl(var(--black));
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
}

+.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));
}

.text-list.style-tag .text-list__item::after,
.text-list.style-tag .text-list__item::before {
  display: none !important;
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.latest-blog:last-of-type {
  margin-bottom: 0px;
}

.latest-blog__thumb {
  width: 80px;
  max-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

@media screen and (max-width: 424px) {
  .latest-blog__thumb {
    width: 80px;
  }
}

.latest-blog__thumb a {
  display: block;
  height: 100%;
  width: 100%;
}

.latest-blog__content {
  flex-grow: 1;
}

.latest-blog__title {
  margin-bottom: 0px;
}

.latest-blog__title a {
  color: hsl(var(--text-color-two));
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 120%;
}

@media screen and (max-width: 1199px) {
  .latest-blog__title a {
    font-size: 16px;
  }
}

.latest-blog__title a:hover {
  color: hsl(var(--base));
}

.latest-blog__date {
  font-size: 12px;
  color: #5e5b5b;
}

/* ========================= Latest Blog 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-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  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%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: hsl(var(--base) / 0.24);
  color: hsl(var(--base));
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.slick-arrow:hover {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.slick-next {
  right: -60px;
}

@media screen and (max-width: 1499px) {
  .slick-next {
    right: -35px;
  }
}

.slick-prev {
  left: -60px;
}

@media screen and (max-width: 1499px) {
  .slick-prev {
    left: -35px;
  }
}

/* Dots Css Start */
.slick-dots {
  text-align: center;
  padding-top: 20px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  background-color: transparent;
  color: hsl(var(--white));
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border: 1px solid hsl(var(--base));
}

.slick-dots li.slick-active button {
  background-color: hsl(var(--base));
  width: 8px;
  border-radius: 5px;
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* =========================== Banner Section Start Here ========================= */
.banner-section {
  position: relative;
  padding: 100px 0 80px;
  background-color: hsl(var(--base-two));
}

@media screen and (max-width: 991px) {
  .banner-section {
    padding: 80px 0 60px;
  }
}

.banner-content__title {
  font-size: clamp(1.75rem, 1.5624rem + 0.9382vw, 3rem);
  margin-bottom: 20px;
}

.banner-content__desc {
  max-width: 600px;
  font-weight: 500;
  font-size: 18px;
  color: hsl(var(--text-color));
}

@media screen and (max-width: 991px) {
  .banner-content__desc {
    margin: 0 auto;
  }

  .banner-content {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .banner-content__desc {
    font-size: 16px;
  }
}

.banner-thumb img {}

.banner-content__subtitle {
  padding: 7px 20px;
  border-radius: 30px;
  color: hsl(var(--heading-color));
  font-weight: 500;
  margin-bottom: 20px;
  background: hsl(var(--white) / 0.6);
}

@media screen and (max-width: 424px) {
  .banner-content__subtitle {
    padding: 5px 15px;
    font-size: 0.875rem;
  }
}

.banner-content__subtitle i {
  margin-right: 8px;
  color: hsl(var(--base));
}

.search-business {
  max-width: 570px;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .search-business {
    max-width: 100%;
  }
}

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

@media screen and (max-width: 575px) {
  .search-business {
    margin-top: 24px;
  }
}

.search-business .input-group {
  padding: 8px;
  border-radius: 250px;
  border: 1px solid hsl(var(--border-color));
  background-color: hsl(var(--white));
}

.search-business .input-group .input-group-text {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border: none;
  padding: 0px;
  font-size: 18px;
  border-radius: 50% !important;
  color: hsl(var(--white));
  background-color: hsl(var(--base)) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
}

.search-business .input-group:focus-within {
  border-color: hsl(var(--base));
}

.search-business .input-group .form--control {
  padding: 8px 12px;
  border-radius: 12px;
  border: none;
  background-color: transparent;
  font-weight: 500;
}

.search-business .input-group .form--control::placeholder {
  color: hsl(var(--dark) / 0.25);
}

.search-business .input-group .form--control:focus {
  border-color: transparent;
}

.search-business.show .input-group {
  border-radius: 12px 12px 0px 0px !important;
}

.search-business .input-group:focus-within+.search-business-result {
  border-color: hsl(var(--base));
}

.search-business.show .search-business-result {
  display: flex;
}

.search-business-result {
  width: 100%;
  max-height: 340px;
  border: 1px solid hsl(var(--border-color));
  background-color: hsl(var(--white));
  box-shadow: hsl(var(--box-shadow));
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  flex-direction: column;
  z-index: 2;
}

.search-business-result:has(.search-business-result__empty) {
  padding: 16px;
}

.search-business-result__body {
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--black) / 0.05) hsl(var(--black) / 0.05);
}

.search-business-result__footer {
  padding: 12px 16px;
}

.search-business-result__empty {
  text-align: center;
}

.search-business-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid hsl(var(--border-color) / 0.5);
}

.search-business-item .rating-single-star {
  margin-block: auto;
}

.search-business-item:hover {
  background-color: hsl(var(--base) / 0.05);
  border-bottom-color: hsl(var(--base) / 0.05);
}

.search-business-item__logo {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 4px;
  object-fit: cover;
  border: 1px solid hsl(var(--border-color));
}

.search-business-item__content {
  flex-grow: 1;
}

.search-business-item__name {
  font-size: 14px;
  font-weight: 500;
  color: hsl(var(--heading-color));
  margin-bottom: 0;
}

.search-business-item-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  margin-top: 4px;
}

.search-business-item-info__item {
  font-size: 12px;
  font-weight: 400;
  color: #334155;
}

.search-business-item-info__item:not(:last-child) {
  display: flex;
  align-items: center;
}

.search-business-item-info__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: hsl(var(--black) / 0.25);
  margin-left: 8px;
}

/* =========================== Banner Section End Here ========================= */
/*=============== category section css start here ===============*/
.category-section {
  overflow: hidden;
}

.category-section .section-top {
  gap: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .category-section .section-top {
    margin-bottom: 25px;
  }
}

.category-section .section-top .section-heading {
  margin-bottom: 0;
}

.category-item {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.category-item:hover .category-item__thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.category-item__thumb {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.category-item__thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(55, 30, 15, 0)),
      color-stop(81.75%, #371e0f));
  background: linear-gradient(180deg, rgba(55, 30, 15, 0) 0%, #371e0f 81.75%);
}

.category-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.category-item__top {
  position: relative;
  z-index: 1;
}

.category-item__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.category-item__icon {
  max-width: 40px;
  margin: 0 auto;
  font-size: 30px;
}

.category-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-item__title {
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
  color: hsl(var(--white));
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.category-item.category-two {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
}

.category-item.category-two .category-item__thumb {
  border-radius: 16px 16px 0 0;
}

.category-item.category-two .category-item__body {
  padding: 20px;
}

.category-item.category-two .category-item__text {
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsl(var(--border-color));
  color: hsl(var(--heading-color));
}

.category-item.category-two .category-item__text:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.thumb-wrapper__inner {
  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;
  gap: 18px;
  width: 100%;
}

.category-top-section {
  background-color: hsl(var(--base) / 0.125);
  padding: 60px 0;
  border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 575px) {
  .category-top-section {
    padding: 50px 0;
  }
}

.category-top-section .category-top-wrapper {
  text-align: center;
}

.category-top-section .category-top-wrapper__title {
  margin-bottom: 24px;
}

.search-form {
  position: relative;
}

.search-form__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-form__close {
  --size: 24px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: calc((var(--size) / 2) + 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #475569;
  background-color: #e2e8f0;
  z-index: 1;
  transition: 0.2s linear;
  display: none;
}

.search-form__close:hover,
.search-form__close:focus {
  color: #334155;
  background-color: #cbd5e1;
}

.search-form__apply-btn {
  display: none;
}

.search-form .form--control {
  box-shadow: none;
  padding-right: 40px;
}

.category-main-section .section-heading {
  margin-bottom: 40px;
}

/*================= category section css end here ===============*/
/*====================== counter section start here ======================*/
.counter-section {
  background-color: hsl(var(--section-bg));
  padding: 50px 0;
}

.counterup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .counterup-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}

.counterup-item__content {
  text-align: center;
  position: relative;
}

.counterup-item__title {
  color: hsl(var(--base));
  font-size: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .counterup-item__title {
    font-size: 30px;
    margin-bottom: 12px;
  }
}

.counterup-item__text {
  font-weight: 400;
  font-family: var(--body-font);
  font-size: 16px;
  max-width: 350px;
  text-align: center;
  margin: 0 auto;
  color: hsl(var(--heading-color));
}

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

@media screen and (max-width: 767px) {
  .counterup-item__text {
    max-width: 250px;
  }
}

.odometer {
  font-size: 40px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .odometer {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .odometer {
    font-size: 25px;
  }
}

/*======================== counter section end here ======================*/
/*============= feature section css start here =============*/
.feature-item {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  padding: 20px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  height: 100%;
}

.feature-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  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(--text-color));
  font-size: 18px;
  background-color: hsl(var(--base) / 0.2);
}

.feature-item__content {
  width: calc(100% - 48px);
}

.feature-item__desc {
  font-size: 14px;
  color: hsl(var(--heading-color));
}

.feature-item__title {
  margin-bottom: 16px;
}

.feature-wrapper div[class*="col"]:nth-of-type(6n + 1) .feature-item__icon {
  background-color: hsl(var(--danger) / 0.2);
}

.feature-wrapper div[class*="col"]:nth-of-type(6n + 2) .feature-item__icon {
  background-color: hsl(var(--warning) / 0.2);
}

.feature-wrapper div[class*="col"]:nth-of-type(6n + 3) .feature-item__icon {
  background-color: hsl(var(--base) / 0.2);
}

.feature-wrapper div[class*="col"]:nth-of-type(6n + 4) .feature-item__icon {
  background-color: #f9f4cb;
}

.feature-wrapper div[class*="col"]:nth-of-type(6n + 5) .feature-item__icon {
  background-color: #f4f4f1;
}

.feature-wrapper div[class*="col"]:nth-of-type(6n + 6) .feature-item__icon {
  background-color: #cbf9d0;
}

/* =============================== Brand Section Css Start ======================= */
.client-logos {
  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-bottom: 20px;
}

.client-logos:last-of-type {
  margin-bottom: 0;
}

.client-logos img {
  width: 160px !important;
}

.client-logos .slick-slide {
  margin: 0 10px;
}

.client-logo {
  background-color: hsl(var(--white));
  padding: 40px 20px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  text-align: center;
  border-radius: 5px;
  border: 1px solid hsl(var(--black) / 0.08);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.client-logo:hover {
  background-color: hsl(var(--base-two));
}

/* =============================== Brand Section Css End ======================= */
/*============== cta section start here ==============*/
.feedback-section .feedback-item {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  width: 100%;
}

.feedback-section .feedback-item__title {
  margin-bottom: 16px;
}

.feedback-section .feedback-item__desc {
  color: hsl(var(--heading-color));
}

.feedback-section .feedback-item__thumb {
  margin-top: 24px;
}

.feedback-section .feedback-item.feedback-two {
  position: relative;
}

.feedback-section .feedback-item.feedback-two .content {
  max-width: 70%;
}

@media screen and (max-width: 767px) {
  .feedback-section .feedback-item.feedback-two .content {
    max-width: 100%;
  }
}

.feedback-section .feedback-item.feedback-two .feedback-item__thumb {
  text-align: right;
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .feedback-section .feedback-item.feedback-two .feedback-item__thumb {
    text-align: left;
    margin-top: 24px;
  }
}

.feedback-section .feedback-content-wrapper {
  background-color: hsl(var(--base-two));
  padding: 30px 110px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 16px;
  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;
}

@media screen and (max-width: 1199px) {
  .feedback-section .feedback-content-wrapper {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .feedback-section .feedback-content-wrapper {
    -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;
    gap: 20px;
    padding: 20px;
  }
}

.feedback-section .feedback-content-wrapper .feedback-content {
  max-width: 490px;
  width: 70%;
}

@media screen and (max-width: 991px) {
  .feedback-section .feedback-content-wrapper .feedback-content {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .feedback-section .feedback-content-wrapper .feedback-content {
    width: 100%;
  }
}

.feedback-section .feedback-content-wrapper .feedback-content__title {
  margin-bottom: 16px;
}

.feedback-section .feedback-content-wrapper .feedback-content__desc {
  color: hsl(var(--heading-color));
}

.feedback-section .feedback-content-wrapper__thumb {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .feedback-section .feedback-content-wrapper__thumb {
    width: 15%;
  }
}

@media screen and (max-width: 767px) {
  .feedback-section .feedback-content-wrapper__thumb {
    width: 100%;
  }
}

/*============== cta section end here ================*/
/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
  position: relative;
  overflow: hidden;
}

.testimonial-item {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  padding: 70px 95px;
  position: relative;
  height: 100%;
  width: 50%;
  border-radius: 16px 0 0 16px;
}

@media screen and (max-width: 1399px) {
  .testimonial-item {
    padding: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonial-item {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-item {
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-item {
    padding: 30px 25px;
  }
}

.testimonial-item__rating {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .testimonial-item__rating {
    margin-bottom: 30px;
  }
}

.testimonial-item__title {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .testimonial-item__title {
    margin-bottom: 20px;
  }
}

.testimonial-item__desc {
  color: hsl(var(--heading-color));
  font-size: 14px;
  font-weight: 700;
}

.testimonial-item__desc .text {
  color: hsl(var(--text-color));
  font-weight: 400;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .testimonial-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.testimonial-thumb {
  height: 100%;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .testimonial-thumb {
    width: 100%;
  }
}

.testimonial-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-card {
  height: 100%;
}

/* ================================ Testimonails Section Css End ============================= */
/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.blog-item:hover .blog-item__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-item__thumb {
  overflow: hidden;
  border-radius: 16px;
  max-height: 300px;
}

.blog-item__thumb-link {
  width: 100%;
  height: 100%;
}

.blog-item__thumb-link img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item__content {
  padding-top: 24px;
}

.blog-item__title {
  margin: 8px 0;
}

.blog-item__title-link {
  color: hsl(var(--heading-color));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.blog-item__desc {
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 14px;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 575px) {
  .blog-item__desc {
    margin-bottom: 10px;
  }
}

.blog-item__text {
  color: hsl(var(--base));
  font-size: 14px;
  margin-bottom: 8px;
}

.text-list {
  gap: 8px;
}

.text-list__item {
  position: relative;
  z-index: 1;
  color: hsl(var(--heading-color));
}

.text-list__item:not(:first-child) {
  display: flex;
  align-items: center;
  gap: 8px;
}

.text-list__item:not(:first-child)::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: hsl(var(--black));
}

/* Text Border Bottom Animation Css Start */
.border-effect {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.border-effect:hover {
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
}

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/*====================== cta section start here ======================*/
.cta-section {
  background-color: hsl(var(--base-two));
  padding: 45px 0;
}

.cta-section .cta-wrapper__title {
  margin-bottom: 16px;
}

.cta-section .cta-wrapper__desc {
  color: hsl(var(--heading-color));
}

.cta-section .cta-thumb {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .cta-section .cta-thumb {
    text-align: center;
  }
}

.search-wrapper {
  margin-top: 55px;
  max-width: 85%;
}

@media screen and (max-width: 991px) {
  .search-wrapper {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .search-wrapper {
    max-width: 100%;
  }
}

.search-wrapper .search-form {
  position: relative;
}

.search-wrapper .search-form .form--control {
  padding: 11px 20px;
  padding-right: 120px;
  border-radius: 16px;
}

.search-wrapper .search-form .btn {
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-wrapper__text {
  color: hsl(var(--heading-color));
  font-size: 12px;
  margin-top: 10px;
}

.search-wrapper__text .text-link {
  color: hsl(var(--heading-color));
  text-decoration: underline;
}

.search-wrapper__text .text-link:hover {
  color: hsl(var(--base));
}

/*====================== cta section end here ======================*/
/*======================= story section start here =======================*/

.story-section {
  background-color: hsl(var(--section-bg-two));
  padding: 40px 0;
  border: 1px solid hsl(var(--border-color));
}

.story-wrapper__inner {
  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;
}

@media screen and (max-width: 767px) {
  .story-wrapper__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.story-wrapper__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.story-wrapper__title {
  margin-bottom: 8px;
}

.story-wrapper__thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.story-wrapper__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.story-wrapper__right .impression {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .story-wrapper__right .impression {
    gap: 20px;
  }
}

.story-wrapper__right .impression__number {
  margin-bottom: 8px;
  line-height: 1;
}

@media screen and (max-width: 575px) {
  .story-wrapper__right .impression__number {
    margin-bottom: 5px;
  }
}

.story-wrapper__right .impression__text .icon {
  color: hsl(var(--base));
}

.story-wrapper__right .impression__text .link {
  text-decoration: underline;
  font-size: 14px;
}

.setting-section {
  margin-top: 20px;
}

.card-item {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 16px;
}

.card-item:last-child {
  margin-bottom: 0;
}

.card-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  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-two));
  font-size: 20px;
  margin-bottom: 20px;
}

.card-item__btn-group {
  margin: 20px 0;
}

.card-item__btn-group .btn {
  display: block;
  margin-bottom: 10px;
}

.card-item__btn-group .btn:last-child {
  margin-bottom: 0;
}

.card-item__btn-group .btn--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-item__title {
  margin-bottom: 10px;
}

.card-item__desc {
  margin-bottom: 10px;
  font-size: 14px;
}

.card-item__desc:last-child {
  margin-bottom: 0;
}

.card-item__content {
  margin-bottom: 20px;
}

.setting-sidebar {
  position: sticky;
  top: 100px;
}

.information-wrapper {
  margin-top: 24px;
  border-top: 1px solid hsl(var(--border-color));
  padding-top: 24px;
}

.information-wrapper .info-item {
  margin-bottom: 24px;
}

.information-wrapper .info-item:last-child {
  margin-bottom: 0;
}

.information-wrapper .info-item__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: 20px;
  margin-bottom: 24px;
}

.information-wrapper .info-item .form-check-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information-wrapper .info-item__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: 20px;
  margin-bottom: 20px;
}

.information-wrapper .info-item__content:last-child {
  margin-bottom: 0;
}

.information-wrapper .info-item__title {
  margin-bottom: 8px;
}

.information-wrapper .info-item__desc {
  font-size: 14px;
}

.information-wrapper .inner-content {
  border-left: 4px solid hsl(var(--black) / 0.2);
  padding-left: 20px;
}

/*========================= story section end here =======================*/

/*===================== review history css start here =====================*/
.review-wrapper {
  margin-bottom: 20px;
}

.review-wrapper:last-child {
  margin-bottom: 0;
}

.review-wrapper__text {
  font-size: 14px;
  margin-bottom: 14px;
  color: hsl(var(--heading-color));
}

.review-wrapper__text .link {
  text-decoration: underline;
}

.review-wrapper__top {
  background-color: hsl(var(--base) / 0.2);
  padding: 20px;
}

.review-wrapper__top .text {
  font-weight: 700;
  color: hsl(var(--heading-color));
  font-size: 14px;
}

.review-wrapper__item {
  border-radius: 8px;
  overflow: hidden;
  background-color: hsl(var(--white));
  border: 1px solid #e3e6e8;
}

.review-wrapper__bottom {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-top: 1px solid hsl(var(--border-color));
}

.review-wrapper__bottom .action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: unset;
  height: unset;
  gap: 4px;
  font-size: 14px;
  border-radius: 0;
  line-height: 1;
  color: hsl(var(--black));
}

.review-history-wrapper .review-wrapper__item {
  border: 1px solid hsl(var(--border-color));
  border-radius: 16px;
  overflow: hidden;
}

.review-history {
  background: hsl(var(--white));
  padding: 20px;
}

.review-history__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 8px 12px;
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 16px;
}

@media screen and (max-width: 424px) {
  .review-history__header {
    flex-direction: column;
  }
}

.review-history__header .header-thumb {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid hsl(var(--border-color));
}

.review-history__header .header-thumb img {
  width: 100%;
  height: 100%;
}

.review-history__header .header-content {
  flex-grow: 1;
}

@media screen and (max-width: 424px) {
  .review-history__header .header-content {
    flex-direction: column;
  }
}

.review-history__header .header-content .small {
  font-size: 12px;
}

.review-history__header .header-content__title {
  color: hsl(var(--heading-color));
}

.review-history__header .header-content__review {
  font-size: 12px;
}

.review-history__header .header-content__review .icon {
  font-size: 14px;
}

.review-history__header .header-content__review .label {
  color: #64748b;
  font-weight: 500;
}

.review-history__header .header-content__review .value {
  color: #475569;
  font-weight: 600;
}

.review-history__header .header-content__name {
  font-weight: 600;
  margin-bottom: 4px;
}

.review-history__rating {
  margin-bottom: 20px;
}

.review-history__title {
  margin-bottom: 10px;
  color: hsl(var(--heading-color));
  font-size: 18px;
  font-weight: 700;
}

.review-history__title:hover,
.review-history__title:focus {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}

.review-history__desc {
  font-size: 14px;
}

.review-history__content {
  padding: 20px 0;
}

.review-history__date {
  color: hsl(var(--heading-color));
  font-weight: 700;
  margin-top: 20px;
  font-size: 14px;
}

.review-history__date .date-text {
  color: hsl(var(--text-color));
  font-weight: 400;
}

/*===================== review history css end here =====================*/
/*==================== verification section css start here ====================*/
.verification-wrapper {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid hsl(var(--border-color));
}

.verification-wrapper__top {
  background-color: hsl(var(--section-bg-two));
  padding: 24px;
  position: relative;
  border-bottom: 1px solid hsl(var(--border-color));
}

.verification-wrapper__top .link {
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--heading-color));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.verification-wrapper__top .link .icon {
  font-size: 18px;
}

.verification-wrapper__body {
  background-color: hsl(var(--white));
  padding: 24px;
}

.verification-wrapper__body .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.verification-wrapper__body .content .title {
  margin-bottom: 10px;
}

.verification-wrapper__body .content .text {
  font-size: 14px;
  max-width: 500px;
}

@media screen and (max-width: 424px) {
  .verification-wrapper__body .content .text {
    max-width: 100%;
  }
}

.verification-wrapper__body .content__thumb {
  text-align: right;
}

@media screen and (max-width: 424px) {
  .verification-wrapper__body .content__thumb {
    display: none;
  }
}

.verification-wrapper__title {
  text-align: center;
  margin-bottom: 0;
}

.verification-wrapper__btn {
  margin-top: 30px;
}

.thumb-wrapper .thumb-item {
  position: relative;
  overflow: hidden;
}

.thumb-wrapper .thumb-item__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.thumb-wrapper .thumb-item__icon {
  max-width: 30px;
}

.thumb-wrapper .thumb-item__text {
  font-size: 12px;
}

.thumb-wrapper .thumb-item .thumb {
  width: 100%;
  max-height: 200px;
}

.thumb-wrapper .thumb-item .thumb img {
  width: 100%;
}

.thumb-wrapper__text {
  font-size: 12px;
  margin-bottom: 6px;
}

/* confirmation css start here */
.confirmation-wrapper {
  background-color: hsl(var(--white));
  padding: 70px 30px;
  border-radius: 8px;
  width: 870px;
  overflow: hidden;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 1399px) {
  .confirmation-wrapper {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .confirmation-wrapper {
    width: 400px;
  }
}

@media screen and (max-width: 575px) {
  .confirmation-wrapper {
    width: 300px;
    padding: 40px 20px;
  }
}

.confirmation-wrapper.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  z-index: 999991;
}

.confirmation-wrapper__close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: hsl(var(--section-bg-two));
  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(--text-color));
  font-size: 16px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.confirmation-wrapper__close-icon:hover {
  background-color: hsl(var(--danger));
  color: hsl(var(--white));
}

.confirmation-wrapper .confirmation-content {
  text-align: center;
}

.confirmation-wrapper .confirmation-content__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(--success));
  color: hsl(var(--white));
  font-size: 40px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .confirmation-wrapper .confirmation-content__icon {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}

.confirmation-wrapper .confirmation-content__desc {
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.confirmation-wrapper .confirmation-content__btn {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .confirmation-wrapper .confirmation-content__btn {
    margin-top: 30px;
  }
}

/*====================== verification section css end here ====================*/
/*=================== account verify section css start here ===================*/
.verify {
  padding: 60px 0;
}

.verify__title {
  text-align: center;
  margin-bottom: 30px;
}

.verify-form {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 16px;
}

.verify-form__top {
  padding: 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.verify-form__top .icon {
  font-size: 20px;
}

.verify-form__top .title {
  font-weight: 700;
  color: hsl(var(--heading-color));
}

.verify-form__desc {
  font-size: 14px;
  color: hsl(var(--heading-color));
}

.verify-form__content {
  border-top: 1px solid hsl(var(--border-color));
  padding: 20px;
}

.verify-form__btn {
  margin-top: 30px;
}

.verify-form .verify-list {
  margin-top: 20px;
}

.verify-form .verify-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.verify-form .verify-list__item:last-child {
  margin-bottom: 0;
}

.verify-form .verify-list__item .number {
  width: 24px;
  height: 24px;
  background-color: hsl(var(--text-color));
  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%;
  color: hsl(var(--white));
  font-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.verify-form .verify-list__text {
  color: hsl(var(--heading-color));
}

.verify-email {
  background-color: hsl(var(--white));
  border-radius: 16px;
  padding: 50px 40px;
  text-align: center;
  border: 1px solid hsl(var(--border-color));
}

.verify-email__content {
  max-width: 420px;
  margin: 0 auto;
  margin-top: 30px;
}

.verify-email__thumb {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 9px solid hsl(var(--base-two) / 0.09);
  margin: 0 auto;
}

.verify-email__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.verify-email__title {
  margin-bottom: 10px;
}

.verify-email__desc {
  font-size: 14px;
  color: hsl(var(--heading-color));
}

/*===================== account verify section css end here ===================*/
/*================= company section css start here =================*/
.company-top-section {
  background-color: hsl(var(--section-bg-two));
  padding: 90px 0;
  border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 575px) {
  .company-top-section {
    padding: 50px 0;
  }
}

.company-top-section .company-top-wrapper {
  text-align: center;
}

.company-top-section .company-top-wrapper__title {
  margin-bottom: 10px;
}

.sidebar-close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: hsl(var(--heading-color));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  display: none;
}

.sidebar-close-icon:hover {
  color: hsl(var(--danger));
}

@media screen and (max-width: 1199px) {
  .sidebar-close-icon {
    display: block;
  }
}

.company-sidebar-wrapper {
  position: sticky;
  top: 120px;
}

.company-sidebar {
  background-color: hsl(var(--white));
  padding: 24px;
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 1199px) {
  .company-sidebar-wrapper {
    z-index: 9991;
  }

  .company-sidebar {
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    padding-top: 32px;
    border-radius: 0;
    border: 0;
    z-index: 9991;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 0.5;
    width: 320px;
    overflow-y: auto;
  }
}

.company-sidebar.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: 100%;
}

.review-rating .form--radio {
  position: relative;
  /* min-width: 90px; */
  flex-grow: 1;
  text-align: center;
}

@media screen and (max-width: 1399px) {
  .review-rating .form--radio {
    min-width: unset;
  }
}

.review-rating .form--radio .form-check-input {
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
  border-right: 1px solid hsl(var(--border-color));
}

.review-rating .form--radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--base) / 0.1);
  border-radius: 0;
  z-index: 999;
  -webkit-transform: unset;
  transform: unset;
}

.review-rating .form--radio:last-child .form-check-input {
  border: 0;
}

.review-rating .form--radio .form-check-label {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  color: hsl(var(--heading-color));
  font-weight: 400;
  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: 4px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 1399px) {
  .review-rating .form--radio .form-check-label {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .review-rating .form--radio .form-check-label {
    padding: 10px;
  }
}

@media screen and (max-width: 424px) {
  .review-rating .form--radio .form-check-label {
    padding: 8px;
  }
}

.review-rating .form--radio .form-check-label .icon {
  color: hsl(var(--heading-color));
  font-size: 16px;
}

.review-rating .form--radio:has(.form-check-input:checked) .form-check-label {
  color: hsl(var(--base));
}

.review-rating .form--radio:has(.form-check-input:checked) .form-check-label .icon {
  color: hsl(var(--base));
}

.sidebar-item:not(:last-child) {
  margin-bottom: 32px;
}

.sidebar-item__title {
  color: hsl(var(--heading-color));
  font-weight: 700;
  margin-bottom: 10px;
}

.check-list {
  max-height: 240px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.05);
}

.check-list:has(> :nth-child(6)) {
  padding-right: 12px;
}

.check-list .form--check {
  border-top: 1px solid hsl(var(--border-color));
  padding-top: 10px;
  margin-top: 10px;
}

.check-list .form--check .form-check-label {
  padding-left: 0;
}

.check-list .form--check:last-child {
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 10px;
}

.sidebar-filter-icon {
  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;
  background: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 20px;
  border-radius: 4px;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .sidebar-filter-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.company-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;
  gap: 15px;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.company-header .text {
  font-size: 14px;
}

.company-header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.company-header .right>div:has(.select2) {
  min-width: 250px;
}

.company-header .right .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.company-header .right .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  font-size: 14px;
}

.company-header .right .select2-results__option {
  font-size: 14px;
}

.company-header .right .form--control {
  padding: 16px 20px;
  border-color: hsl(var(--base)) !important;
  border-radius: 16px;
  padding-right: 35px;
  color: hsl(var(--base));
  font-size: 14px;
  line-height: 1;
}

.company-item {
  background: hsl(var(--white));
  padding: 20px 0;
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
  margin-bottom: 16px;
  transition: all 0.1s linear;
}

.company-item:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.company-item:last-child {
  margin-bottom: 0;
}

.company-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 0 20px;
}

@media screen and (max-width: 575px) {
  .company-item__top {
    gap: 16px;
  }
}

@media screen and (max-width: 374px) {
  .company-item__top {
    gap: 12px;
  }
}

.company-item__thumb {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 575px) {
  .company-item__thumb {
    width: 64px;
    height: 64px;
  }
}

.company-item__thumb-link {
  width: 100%;
  height: 100%;
}

.company-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.company-item__content {
  width: calc(100% - 80px);
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

@media screen and (max-width: 424px) {
  .company-item__content {
    width: 100%;
  }
}

.company-item__badge {
  color: hsl(var(--text-color));
  font-weight: 700;
  background-color: hsl(var(--section-bg-two));
  padding: 4px 10px;
  font-size: 12px;
}

.company-item__title {
  font-weight: 500;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 575px) {
  .company-item__title {
    font-size: 14px;
  }
}

.company-item__title .link {
  color: hsl(var(--heading-color));
  font-weight: 700;
}

.company-item__name {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  .company-item__name {
    font-size: 12px;
  }
}

.company-item__bottom {
  padding: 20px;
  margin-top: 20px;
  border-top: 1px solid hsl(var(--border-color));
  padding-bottom: 0px;
}

.company-item__bottom .text-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-item__bottom .text-list__item {
  color: hsl(var(--text-color));
  font-size: 12px;
}

.company-item__bottom-wrapper {
  display: flex;
}

.company-item__bottom-wrapper>.icon-list {}

.company-item__bottom-wrapper>.text-list {
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  .company-item__bottom-wrapper>.text-list {
    margin-left: 15px;
  }
}

.company-item__bottom-wrapper>.review-btn {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .company-item__bottom-wrapper {
    flex-wrap: wrap;
    gap: 8px;
  }

  .company-item__bottom-wrapper>.text-list {
    width: 100%;
    order: -1;
    margin-left: 0;
  }
}

.trust-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trust-wrapper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px 16px;
}

.trust-wrapper__text {
  font-size: 14px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .trust-wrapper__text {
    font-size: 12px;
  }
}

.trust-wrapper__text::after {
  position: absolute;
  content: "";
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: hsl(var(--border-color));
}

.trust-wrapper__text:last-child::after {
  display: none;
}

.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.icon-list::after {
  content: "";
  position: relative;
  width: 1px;
  height: 20px;
  margin-left: 30px;
  background-color: hsl(var(--border-color));
  /* right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
}

@media screen and (max-width: 767px) {
  .icon-list::after {
    display: none;
  }
}

.icon-list a {
  color: hsl(var(--text-color));
  font-size: 20px;
}

.icon-list a:not(:last-child) {
  margin-right: 16px;
}

.icon-list a {
  color: hsl(var(--text-color));
}

.icon-list a:hover {
  color: hsl(var(--base));
}

.review-btn {
  color: hsl(var(--base));
  font-size: 12px;
  white-space: nowrap;
}

.review-slider {
  display: none;
  margin-top: 20px !important;
}

.review-collapse .loader {
  margin: 20px auto 5px auto;
}

.review-collapse.show .review-slider {
  display: block;
}

.review-item {
  height: 100%;
  padding: 16px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 10px;
}

.review-item__time {
  font-size: 12px;
  margin-bottom: 12px;
}

.review-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
}

.review-item__thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.review-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-item__desc {
  font-size: 12px;
}

/* tag list css start here */
.search-info__title {
  margin-bottom: 30px;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 424px) {
  .tag-list {
    gap: 6px;
  }
}

.tag-list__link {
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base));
  padding: 11px 16px;
  border-radius: 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;
  gap: 10px;
  font-size: 14px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
  .tag-list__link {
    padding: 7px 10px;
    font-size: 12px;
    gap: 7px;
  }
}

.tag-list__link:hover {
  background-color: hsl(var(--base) / 0.1);
}

/* tag list css end here */
/*=================== company section css end here =================*/
/*=================== company details section start here ===================*/
.company-details-info {
  padding: 50px 0;
  background-color: hsl(var(--section-bg-two));
  border-bottom: 1px solid hsl(var(--border-color));
}

.company-details-info__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: 20px;
}

@media screen and (max-width: 991px) {
  .company-details-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.company-details-info__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .company-details-info__left {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .company-details-info__left {
    gap: 15px;
  }
}

.company-details-info__left .thumb {
  max-width: 160px;
  max-height: 160px;
  border-radius: 6px;
  border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 575px) {
  .company-details-info__left .thumb {
    max-width: 90px;
    max-height: 90px;
  }
}

.company-details-info__left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.company-details-info__left .content {
  width: calc(100% - 160px);
}

@media screen and (max-width: 575px) {
  .company-details-info__left .content {
    width: calc(100% - 90px);
  }
}

.company-details-info__left .content .name {
  margin-bottom: 10px;
}

.company-details-info__left .content .reputation {
  color: hsl(var(--base));
  font-weight: 700;
  position: relative;
  font-size: 14px;
  padding-left: 15px;
  line-height: 1;
  margin-bottom: 10px;
}

.company-details-info__left .content .reputation::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: hsl(var(--base));
}

.company-details-info__left .rating-list {
  margin-top: 8px;
}

.company-details-info__left .content .company-badge {
  background-color: hsl(var(--base-two));
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  color: hsl(var(--heading-color));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
}

.company-details-info__left .content .company-badge__icon svg {
  stroke: hsl(var(--heading-color));
}

.company-details-info__left .trust-wrapper__item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .company-details-info__right {
    width: 100%;
  }
}

.company-details-info__right .website-address {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  padding: 16px 24px;
  border-radius: 16px;
  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 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .company-details-info__right .website-address {
    gap: 20px;
    padding: 20px;
  }
}

.company-details-info__right .website-address__link {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: hsl(var(--base));
}

.company-details-info__right .website-address__link .icon {
  font-size: 24px;
  line-height: 1;
}

.company-details-info__right .website-address__icon {
  font-size: 24px;
}

.company-details-info__right .website-address__text {
  font-size: 14px;
}

.company-details-section {
  margin-top: 24px;
}

.company-details-item {
  padding: 20px;
  background-color: hsl(var(--white));
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
  margin-bottom: 16px;
}

.company-details-item:last-child {
  margin-bottom: 0;
}

.company-details-item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.company-details-item .left .thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.company-details-item .left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.company-details-item .left .content .name {
  color: hsl(var(--heading-color));
}

.company-details-item .left .content .link {
  font-size: 12px;
  text-decoration: underline;
}

.company-details-item .star-icon {
  color: hsl(var(--base-two));
}

.company-details-item .star-icon svg {
  width: 20px;
}

.company-details-item .inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.company-details-item .inner-item .title {
  margin-bottom: 10px;
  color: hsl(var(--heading-color));
  font-weight: 700;
}

.company-details-item .inner-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.company-details-item .inner-item__right .text {
  font-size: 14px;
}

.company-details-item .inner-item__right .form--control {
  padding: 16px 20px;
  border-color: hsl(var(--base)) !important;
  border-radius: 16px;
  padding-right: 35px;
  color: hsl(var(--base));
  font-size: 14px;
  line-height: 1;
}

.company-details-item__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .company-details-item__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.company-details-item__search .search-form {
  width: calc(100% - 200px);
}

@media screen and (max-width: 575px) {
  .company-details-item__search .search-form {
    width: 100%;
  }
}

.company-details-item__search .search-form .form--control {
  padding: 11px 24px;
  padding-left: 40px;
}

.company-details-item__search .review-btn {
  max-width: 200px;
}

.total-review-list {
  margin-top: 24px;
}

.total-review-list .form--check {
  position: relative;
  gap: 12px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 12px;
}

.total-review-list .form--check:last-child {
  margin-bottom: 0;
}

.total-review-list .form--check .form-check-label {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  padding-right: 0;
}

.total-review-list .form--check .review-progress {
  width: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
}

.total-review-list .form--check .review-progress .text {
  text-wrap-mode: nowrap;
}

.total-review-list .form--check .review-progress .progress {
  width: 100%;
}

.total-review-list .form--check .review-progress .progress-number {
  text-wrap-mode: nowrap;
}

.client-review-wrapper {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid hsl(var(--border-color));
}

.client-review-wrapper__title {
  margin-bottom: 24px;
}

.client-review-wrapper .review-history {
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
  margin-bottom: 16px;
}

.client-review-wrapper .review-history:last-child {
  margin-bottom: 0;
}

.review-history__rating,
.client-review-wrapper .review-history__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.rating-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: hsl(var(--success));
}

.rating-text i.far,
.rating-text i.fas {
  font-size: 12px;
}

.rating-text__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: hsl(var(--base-two));
  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(--white));
  font-size: 10px;
}

.details-sidebar {
  position: sticky;
  top: 120px;
}

.details-sidebar-item {
  background: hsl(var(--white));
  padding: 20px;
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
  margin-bottom: 16px;
}

.details-sidebar-item:last-child {
  margin-bottom: 0;
}

.details-sidebar-item__title {
  margin-bottom: 0;
}

.details-sidebar-item__top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.details-sidebar-item__text {
  font-size: 12px;
}

.details-sidebar-item__desc {
  font-size: 14px;
  color: hsl(var(--heading-color));
}

.details-sidebar-item__btn {
  font-size: 14px;
  color: hsl(var(--base));
  text-decoration: underline;
}

.details-sidebar-item__text-list .text-item {
  font-size: 14px;
  color: hsl(var(--heading-color));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.details-sidebar-item__text-list .text-item:last-child {
  margin-bottom: 0;
}

.details-sidebar-item__text-list .text-item .icon {
  font-size: 16px;
}

.details-sidebar .inner-content {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid hsl(var(--border-color));
}

.details-sidebar .inner-content__title {
  margin-bottom: 20px;
}

.details-sidebar .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.details-sidebar .contact-info:last-child {
  margin-bottom: 0;
}

.details-sidebar .contact-info__text {
  font-size: 14px;
  color: hsl(var(--heading-color));
}

.details-sidebar .contact-info__text a:hover {
  text-decoration: underline;
}

.details-sidebar .thumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.details-sidebar .thumb-wrapper .thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid hsl(var(--border-color));
}

.details-sidebar .thumb-wrapper .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.details-sidebar .thumb-wrapper .title {
  font-size: 14px;
  font-weight: 700;
  color: hsl(var(--base));
  margin-bottom: 8px;
}

.details-sidebar .thumb-wrapper .company-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 8px;
}

.details-sidebar .thumb-wrapper .company-rating__text {
  font-size: 14px;
}

/*===================== company details section end here ===================*/
/*================== review form  section  css start here ==================*/
.review-form-section {
  margin-top: 24px;
}

.review-form-section .review-form {
  background-color: hsl(var(--white));
  padding: 20px;
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
}

.review-form-section .review-form__top {
  margin-bottom: 32px;
}

.review-form-section .review-form__title {
  margin-bottom: 15px;
}

.review-form-section .review-form__text {
  font-size: 14px;
}

/*==================== review form  section  css end here ==================*/

/*================= confirm review section css start here =================*/

.confirm-review-section .review-wrapper {
  margin-top: 48px;
}

.confirm-review-section .review-wrapper__title {
  margin-bottom: 0px;
}

.confirm-wrapper {
  background-color: hsl(var(--white));
  padding: 40px 30px;
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
  margin-top: 24px;
}

@media screen and (max-width: 575px) {
  .confirm-wrapper {
    padding: 25px 15px;
  }
}

.confirm-wrapper__thumb {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}

.confirm-wrapper__title {
  text-align: center;
  margin-bottom: 40px;
}

.confirm-wrapper .review-history {
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 575px) {
  .confirm-wrapper .review-history {
    padding: 15px;
  }
}

/*================= confirm review section css end here =================*/
/*================ analytic section css start here ================*/
.analytic-top {
  padding: 16px 30px;
  background-color: hsl(var(--white));
  border-bottom: 1px solid hsl(var(--border-color));
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media screen and (max-width: 424px) {
  .analytic-top {
    padding: 15px;
  }
}

.analytic-top__wrapper {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.analytic-top__wrapper .form--control {
  /* color: hsl(var(--base)) !important; */
  font-size: 14px;
  padding: 9px 15px;
}

.analytic-top__wrapper select {
  min-width: 130px;
}

.analytic-top .analytic-search {
  position: relative;
  min-width: 350px;
}

@media screen and (max-width: 575px) {
  .analytic-top .analytic-search {
    min-width: unset;
    width: 100%;
  }
}

.analytic-top .analytic-search__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.analytic-review-sidebar {
  background-color: hsl(var(--white));
  padding: 20px;
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
}

.analytic-review-sidebar .review-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.analytic-review-sidebar .review-list__item:last-child {
  margin-bottom: 0;
}

.analytic-review-sidebar .review-list__item .text {
  color: hsl(var(--heading-color));
}

.feedback-wrapper__inner {
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 424px) {
  .feedback-wrapper__inner {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}

.feedback-wrapper .review-history {
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
  margin-bottom: 16px;
}

.feedback-wrapper .review-history__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.review-history__reply-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 16px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.review-history__reply-wrapper .action-btn {
  width: auto;
  height: auto;
  border-radius: 0;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

.feedback-wrapper .review-history__reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 5px;
}

.feedback-wrapper .review-history__reply .text {
  color: hsl(var(--base));
  font-weight: 700;
  font-size: 14px;
  position: relative;
}

.feedback-wrapper .review-history__reply .text::after {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  content: "";
  background-color: hsl(var(--base));
}

.feedback-wrapper .review-history__reply .icon {
  color: hsl(var(--base-two));
}

.feedback-wrapper .review-history__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback-wrapper .review-history__bottom form {
  flex-grow: 1;
}

@media screen and (max-width: 575px) {
  .feedback-wrapper .review-history__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.feedback-wrapper .review-history__bottom .btn {
  text-wrap-mode: nowrap;
}

.feedback-wrapper .review-history__bottom .form--control {
  width: calc(100% - 140px);
}

@media screen and (max-width: 575px) {
  .feedback-wrapper .review-history__bottom .form--control {
    width: 100%;
  }
}

.feedback-wrapper .review-history .header-content {
  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;
}

.feedback-wrapper .review-history .header-content__date {
  font-size: 12px;
  color: hsl(var(--heading-color));
}

/*================ analytic section css end here ================*/

/*============== performance section start here ==============*/
.performance-wrapper {
  padding: 40px 30px;
}

@media screen and (max-width: 575px) {
  .performance-wrapper {
    padding: 25px 15px;
  }
}

.performance-wrapper__top {
  margin-bottom: 16px;
}

.performance-wrapper__title {
  margin-bottom: 6px;
}

.performance-wrapper__desc {
  font-size: 14px;
}

.performance-chart {
  border: 1px solid hsl(var(--border-color));
  border-radius: 16px;
  overflow: hidden;
}

.performance-chart__top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  background-color: hsl(var(--section-bg-two));
}

@media screen and (max-width: 575px) {
  .performance-chart__top {
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
  }
}

.performance-chart__top .title {
  color: hsl(var(--heading-color));
  font-weight: 700;
  margin-bottom: 6px;
}

@media screen and (max-width: 424px) {
  .performance-chart__top .title {
    font-size: 14px;
  }
}

.performance-chart__top .number {
  margin-bottom: 0;
}

.performance-chart__item {
  text-align: center;
  padding: 18px;
  border-right: 1px solid hsl(var(--border-color));
}

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

.performance-chart__item:last-child {
  border-right: 0;
}

.chart-box {
  background: hsl(var(--white));
}

.overview-list {
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  padding: 30px 20px;
  border-radius: 16px;
}

.overview-list__title {
  margin-bottom: 16px;
}

.overview-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
}

.overview-list__top .text {
  font-size: 14px;
  color: hsl(var(--heading-color));
}

.overview-list__item {
  margin-bottom: 12px;
}

.overview-list__item:last-child {
  margin-bottom: 0;
}

.overview-list .page-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: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.overview-list .page-item:last-child {
  margin-bottom: 0;
}

.overview-list .page-item .text {
  font-size: 14px;
  color: hsl(var(--heading-color));
}

.performance-list-wrapper {
  margin-top: 24px;
}

/*============== performance section here here ==============*/
/*=============== progressbar css start here ===============*/
.progress {
  height: 10px;
}

.progress .progress-bar {
  border-radius: 40px;
}

.progress--base .progress-bar {
  background-color: hsl(var(--base));
}

.progress--base-two .progress-bar {
  background-color: hsl(var(--base-two));
}

.progress--danger .progress-bar {
  background-color: hsl(var(--danger));
}

.progress--secondary .progress-bar {
  background-color: hsl(var(--secondary));
}

.progress--success .progress-bar {
  background-color: hsl(var(--success));
}

.progress--info .progress-bar {
  background-color: hsl(var(--info));
}

/*=============== progressbar css end here ===============*/
/*================= information section css start here =================*/
.information-form {
  padding: 20px;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 16px;
}

.information-form__item {
  margin-bottom: 30px;
}

.information-form__item .title {
  font-size: 14px;
}

.information-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-details-form {
  background-color: hsl(var(--white));
  padding: 20px;
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
  margin-bottom: 20px;
}

.info-details-form:last-child {
  margin-bottom: 0;
}

.info-details-form__item {
  margin-bottom: 30px;
}

.info-details-form__item:last-child {
  margin-bottom: 0;
}

.info-details-form .title {
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.info-details-form__btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*================== information section css end here =================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0px 2px 15px hsl(var(--white) / 0.25);
  box-shadow: 0px 2px 15px hsl(var(--white) / 0.25);
}

.blog-details__thumb {
  height: 600px;
  max-height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .blog-details__thumb {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details__thumb {
    height: 300px;
  }
}

.blog-details__content {
  padding-top: 24px;
}

.blog-details__title {
  margin-top: 30px;
  margin-bottom: 15px;
}

.blog-details__desc {
  margin-bottom: 24px;
}

.blog-details .blog-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 18px;
}

@media screen and (max-width: 424px) {
  .blog-details .blog-item__text {
    font-size: 15px;
  }
}

.blog-details .blog-item__text-icon {
  color: hsl(var(--base));
}

.blog-details .social-list__link {
  border: 1px solid hsl(var(--border-color));
  color: hsl(var(--text-color));
}

.blog-details .social-list__link:hover {
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.blog-details__share-title {
  color: hsl(var(--base));
  margin-bottom: 16px;
  font-weight: 500;
}

.blog-details__share .social-list {
  gap: 8px;
}

.blog-details__share .social-list__link:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.quote-text {
  padding-left: 20px;
  border-left: 3px solid hsl(var(--base));
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .quote-text {
    padding: 15px;
  }
}

@media screen and (max-width: 575px) {
  .quote-text {
    padding: 5px 15px;
  }
}

.quote-text__desc {
  color: hsl(var(--text-color-two));
  font-style: italic;
}

/* ========================================== Blog Details Css End ======================================*/
/* =========================================== Account Css Start =========================*/
.account {
  padding: 60px 0;
}

@media screen and (max-width: 991px) {
  .account {
    padding: 40px 0;
  }
}

.account__title {
  margin-bottom: 30px;
  text-align: center;
}

.account-form {
  background-color: hsl(var(--white));
  padding: 40px;
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 767px) {
  .account-form {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 424px) {
  .account-form {
    padding: 25px 15px;
  }
}

.account-form__content {
  margin-bottom: 24px;
}

.account-form__title {
  margin-bottom: 24px;
  color: hsl(var(--heading-color));
  font-weight: 700;
}

.account-form__desc {
  font-size: 14px;
}

.account-form__option {
  margin-top: 20px;
}

.account-form__option .text {
  font-size: 14px;
  margin-bottom: 15px;
}

.account-form__bottom {
  margin-top: 24px;
}

.account-form__bottom .link {
  color: hsl(var(--base-two));
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.account-form__bottom .link:hover {
  text-decoration: none;
}

.forget-password {
  text-align: right;
  font-size: 14px;
}

.forget-password a {
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.forget-password a:hover {
  text-decoration: none;
}

.have-account__text {
  font-weight: 400;
}

.have-account__link {
  font-weight: 600;
}

.form-check-label .link {
  text-decoration: underline;
  font-weight: 600;
}

.form-check-label .remember {
  font-weight: 300;
}

.social-login-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 24px;
}

@media screen and (max-width: 424px) {
  .social-login-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.social-login-list__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.social-login-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border: 1px solid hsl(var(--heading-color)) !important;
  border-radius: 16px;
  color: hsl(var(--heading-color)) !important;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  font-size: 14px;
  justify-content: center;
}

.social-login-list__link.btn-outline--base:hover {
  border-color: hsl(var(--base)) !important;
}

.social-login-list__link.btn--base {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
}

.account-close-icon {
  width: 35px;
  height: 35px;
  background: hsl(var(--section-bg));
  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%;
  color: hsl(var(--black));
  font-size: 20px;
}

.border-top {
  border-top: 1px solid hsl(var(--border-color));
}

/* ============================================ Account Css End ====================================*/
/*=========== contact section css start here ===========*/
.contact-item {
  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;
  background-color: hsl(var(--white));
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-item__icon {
  --size: 64px;
  width: var(--size);
  height: var(--size);
  background-color: hsl(var(--base-two) / 0.2);
  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(--base-two));
  border-radius: 10px;
  font-size: calc(var(--size) / 2);
}

@media screen and (max-width: 1199px) {
  .contact-item__icon {
    margin: 0 auto;
  }
}

.contact-item__content {
  width: calc(100% - 64px);
  padding-left: 25px;
}

@media screen and (max-width: 1199px) {
  .contact-item__content {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}

.contact-item__desc:hover {
  color: hsl(var(--base)) !important;
}

.contact-item__title {
  margin-bottom: 10px;
  color: hsl(var(--black));
}

.contact-bottom {
  margin-top: 40px;
}

.contact-bottom .contact-form {
  position: relative;
  z-index: 1;
  background-color: hsl(var(--white));
  padding: 45px 20px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 575px) {
  .contact-bottom .contact-form {
    padding: 20px;
  }
}

.contact-bottom .contact-form__title {
  text-align: center;
  margin-bottom: 30px;
}

.contact-bottom .contact-form__btn {
  margin-top: 24px;
}

.contact-bottom__map {
  height: 100%;
  width: 100%;
  background-color: hsl(var(--white));
  padding: 20px;
  border-radius: 10px;
}

.contact-bottom__map iframe {
  height: 100%;
  border-radius: 10px;
  width: 100%;
  min-height: 300px;
}

/*=========== contact section css end here ===========*/

/* ============ select2 css start here ======= */
.select2-container,
.select2-container .selection {
  width: 100% !important;
  height: 44px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f0f5f8;
  border-color: #d7d7d7;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  color: #282828;
  font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right-color: #d7d7d7;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #5e50ee;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #dfdfdf;
}

.select2-container--default .select2-results__option--selected {
  background-color: #5e50ee;
}

.select2-container .select2-selection--multiple {
  min-height: 45px;
  padding-top: 5px;
}

.select2-dropdown {
  border: 1px solid hsl(var(--base));
}

.select2-container--open .select2-dropdown--below {
  /* border-top: 1px solid hsl(var(--base)); */
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid hsl(var(--border-color)) !important;
  border-radius: 8px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
  outline: none;
  border-color: hsl(var(--base)) !important;
}

.select2-results__option.select2-results__option--selected {
  background-color: #f1f1f1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
}

.select2-container .select2-selection--single {
  height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: auto;
  height: auto;
  top: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 4px;
  border-color: hsl(var(--border-color)) !important;
  padding: 5px 10px;
}

.select2-container--default .select2-search--dropdown {
  padding: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: hsl(var(--base)) !important;
}

.select2-results__message {
  font-size: 14px;
  text-align: center !important;
}

/* ============ select2 css end here ======= */

/* ============ Empty Card CSS Start ============ */
.empty-card {
  padding: 24px 16px;
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
  background-color: hsl(var(--white));
  transition: all 0.1s linear;
}

.empty-card__thumb {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.empty-card__content {
  text-align: center;
  margin-top: 16px;
}

.empty-card__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.empty-card__subtitle {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 424px) {
  .empty-card__thumb {
    width: 80px;
  }

  .empty-card__title {
    font-size: 14px;
  }

  .empty-card__subtitle {
    font-size: 12px;
  }
}

/* ============ Empty Card CSS End ============== */

/* ============ Daterange picker CSS Start ============== */
.daterangepicker {
  font-family: var(--body-font);
  border-color: hsl(var(--border-color));
}

.daterangepicker::before {
  border-bottom-color: hsl(var(--border-color));
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left-color: hsl(var(--border-color));
}

.daterangepicker .drp-buttons {
  border-top: hsl(var(--border-color));
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  border: 1px solid hsl(var(--border-color));
  padding: 6px;
  background-color: transparent;
  border-radius: 4px;
}

.daterangepicker td.in-range {
  background-color: hsl(var(--base) / 0.05);
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
  background-color: hsl(var(--base)) !important;
}

.daterangepicker .drp-buttons .btn-primary {
  background-color: hsl(var(--base));
}

.daterangepicker .drp-buttons .btn-primary:hover,
.daterangepicker .drp-buttons .btn-primary:focus {
  border-color: hsl(var(--base));
}

.daterangepicker .drp-buttons .btn-default {
  background-color: hsl(var(--secondary));
}

.daterangepicker .drp-buttons .btn-default:hover,
.daterangepicker .drp-buttons .btn-default:focus {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--secondary));
}

/* ============ Daterange picker CSS End ================ */

/*# sourceMappingURL=main.css.map */

.review-business-detail {
  margin-top: auto;
}

.review-business-detail p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: end;
  line-height: 120%;
}

@media screen and (max-width: 424px) {
  .review-business-detail {
    width: 100%;
    margin-top: 0;
  }

  .review-business-detail p {
    text-align: left;
  }
}

.review-business-detail a {
  text-decoration: underline;
  font-size: 14px;
}

.loader {
  --size: 32px;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  border: calc((16 / 100) * var(--size)) solid hsl(var(--base) / 0.1);
  border-right-color: hsl(var(--base));
  animation: l2 1s infinite linear;
}

@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}

.search-form .form--control.form-two {
  background-color: hsl(var(--white) / 0.8);
  border: 1px solid hsl(var(--black) / 0.25);
}

.review-form__title {
  font-size: 1rem !important;
}

@media screen and (max-width: 991px) {
  .btn-md-sm {
    padding: 7px 20px !important;
  }
}

/* banner padding */

@media (max-width: 1920px) and (min-width: 1400px) {
  .p-left {
    padding-left: clamp(3.75rem, -37.476rem + 47.1154vw, 19.0625rem);
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .p-left {
    padding-left: clamp(2.5rem, -37.0729rem + 52.7638vw, 9.0625rem);
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .p-left {
    padding-left: clamp(1.5rem, -30.2488rem + 51.2077vw, 8.125rem);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .p-md-right {
    padding-right: clamp(2rem, -21.2466rem + 48.4305vw, 8.75rem);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .p-left {
    padding-inline: clamp(2rem, -21.2466rem + 48.4305vw, 8.75rem);
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .p-md-right {
    padding-inline: clamp(1.25rem, -17.4674rem + 52.0833vw, 7.5rem);
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .p-left {
    padding-inline: clamp(1.25rem, -17.4674rem + 52.0833vw, 7.5rem);
  }
}

@media (max-width: 575px) {
  .p-left {
    padding-inline: 10px;
  }
}

.error-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: fit-content;
  text-align: center;
}

.error-btn .icon svg {
  width: 20px;
  height: 20px;
  fill: hsl(var(--white));
  transition: all 0.3s;
}

.error-btn:hover .icon svg {
  fill: hsl(var(--white)) !important;
}

.error .description,
.error .title {
  color: hsl(var(--black));
}

.error .title {
  margin-top: 45px;
  margin-bottom: 20px;
}

.lang-select {
  position: relative;
}

.lang-select-top {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  color: hsl(var(--white));
  border: 1px solid hsl(var(--white) / 0.1);
  padding: 8px 20px;
  border-radius: 6px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}

.lang-select-top .left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-select-top .thumb,
.lang-select-item .thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}

.lang-select-top .thumb img,
.lang-select-item .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.lang-select-top .text {
  font-size: 0.875rem;
}

.lang-select-top .icon {
  flex-shrink: 0;
  font-size: 0.8rem;
}

.lang-select-list {
  background-color: #091b1d;
  border: 1px solid hsl(var(--white) / 0.1);
  padding-block: 12px;
  border-radius: 6px;
  position: absolute;
  top: calc(-1 * 50% + 10px);
  min-width: 140px;
  left: 0;
  transition: all linear 0.3s;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.95) translateY(-100%);
}

.lang-select-list.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateY(-100%);
}

.lang-select-item:not(:last-child) {
  margin-bottom: 6px;
}

.lang-select-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
  padding: 4px 16px;
}

.lang-select-link:hover {
  background-color: hsl(var(--white) / 0.05);
}

.lang-select-link .text {
  color: hsl(var(--white));
  font-size: 0.875rem;
}
