@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Palanquin+Dark:wght@400;500;600;700&display=swap");

.mb-40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}

/* Font Family*/
/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Palanquin Dark", serif;
  --body-font: "Inter", serif;
  --header-h: 0px;
  --dh-h: 0px;
  /* ========================= Theme Color Start ============================= */
  /* Base Color */
  --base-h: 137;
  --base-s: 98%;
  --base-l: 33%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-d-100: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.9);
  --base-d-1000: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 1);
  --base-l-100: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
  --base-l-200: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
  --base-l-300: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
  --base-l-400: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
  --base-l-500: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
  --base-l-600: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
  --base-l-700: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
  --base-l-800: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
  --base-l-900: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
  --base-l-1000: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 1);
  /* Base Two Color */
  --base-two-h: 138;
  --base-two-s: 100%;
  --base-two-l: 8%;
  --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-d-1000: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 1);
  --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);
  --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
  /* ========================= Theme Color End ============================= */
  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --body-color: 0 0% 46%;
  --text-color: 0 0% 53%;
  --heading-color: 0 0% 13%;
  --dark-h: 221;
  --dark-s: 39%;
  --dark-l: 11%;
  --dark: var(--dark-h) var(--dark-s) var(--dark-l);
  --dark-d-100: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.1);
  --dark-d-200: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.2);
  --dark-d-300: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.3);
  --dark-d-400: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.4);
  --dark-d-500: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.5);
  --dark-d-600: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.6);
  --dark-d-700: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.7);
  --dark-d-800: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.8);
  --dark-d-900: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.9);
  --dark-d-1000: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 1);
  --dark-l-100: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
  --dark-l-200: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
  --dark-l-300: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
  --dark-l-400: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
  --dark-l-500: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
  --dark-l-600: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.6);
  --dark-l-700: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.7);
  --dark-l-800: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.8);
  --dark-l-900: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.9);
  --dark-l-1000: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 1);
  --black: 0 0% 0%;
  --border-color: 216 12% 84%;
  --section-bg: 0 0% 98%;
  --shape-bg: 138 100% 98%;
  --background-color: var(--white);
  /* ================================ 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: 238;
  --primary-s: 100%;
  --primary-l: 40%;
  --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  --primary-d-100: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.1);
  --primary-d-200: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.2);
  --primary-d-300: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.3);
  --primary-d-400: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.4);
  --primary-d-500: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.5);
  --primary-l-100: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
  --primary-l-200: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
  --primary-l-300: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
  --primary-l-400: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
  --primary-l-500: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
  /* Secondary Color */
  --secondary-h: 208;
  --secondary-s: 7%;
  --secondary-l: 46%;
  --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  --secondary-d-100: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.1);
  --secondary-d-200: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.2);
  --secondary-d-300: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.3);
  --secondary-d-400: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.4);
  --secondary-d-500: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.5);
  --secondary-l-100: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
  --secondary-l-200: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
  --secondary-l-300: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
  --secondary-l-400: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
  --secondary-l-500: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
  /* Success Color */
  --success-h: 144;
  --success-s: 100%;
  --success-l: 39%;
  --success: var(--success-h) var(--success-s) var(--success-l);
  --success-d-100: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.1);
  --success-d-200: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.2);
  --success-d-300: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.3);
  --success-d-400: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.4);
  --success-d-500: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.5);
  --success-l-100: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
  --success-l-200: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
  --success-l-300: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
  --success-l-400: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
  --success-l-500: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
  /* Danger Color */
  --danger-h: 0;
  --danger-s: 100%;
  --danger-l: 63%;
  --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  --danger-d-100: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.1);
  --danger-d-200: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.2);
  --danger-d-300: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.3);
  --danger-d-400: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.4);
  --danger-d-500: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.5);
  --danger-l-100: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
  --danger-l-200: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
  --danger-l-300: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
  --danger-l-400: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
  --danger-l-500: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
  /* Warning Color */
  --warning-h: 40;
  --warning-s: 100%;
  --warning-l: 60%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  --warning-d-100: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.5);
  --warning-l-100: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  /* Info Color */
  --info-h: 196;
  --info-s: 77%;
  --info-l: 55%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  --info-d-100: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.5);
  --info-l-100: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= 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 {
  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;
}

.flex-end {
  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: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

@media screen and (max-width: 1199px) {
  .fs-16 {
    font-size: 0.9375rem;
  }
}

.fs-17 {
  font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
  .fs-17 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-17 {
    font-size: 0.9375rem;
  }
}

.fs-18 {
  font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
  .fs-18 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-18 {
    font-size: 1rem;
  }
}

.fs-20 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
  .fs-20 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-20 {
    font-size: 1.0625rem;
  }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: var(--background-color);
  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;
}

p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  color: hsl(var(--body-color));
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  line-height: 1.3;
  font-weight: 700;
}

h1 {
  font-size: 4rem;
}

@media screen and (max-width: 1399px) {
  h1 {
    font-size: 3.375rem;
  }
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.875rem;
}

@media screen and (max-width: 1399px) {
  h2 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.625rem;
  }
}

h3 {
  font-size: 2.25rem;
}

@media screen and (max-width: 1399px) {
  h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1199px) {
  h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}

@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.375rem;
  }
}

@media screen and (max-width: 1199px) {
  h4 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  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: 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;
  }
}

h6 {
  font-size: 1.125rem;
}

@media screen and (max-width: 1199px) {
  h6 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 991px) {
  h6 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h6 {
    font-size: 0.875rem;
  }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: inherit;
}

a {
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--info));
}

a:hover {
  color: hsl(var(--base));
}

img {
  max-width: 100%;
  height: auto;
}

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(--black) / 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 {
  visibility: visible;
  opacity: 1;
}

.gradient-text {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(var(--base-d-200))),
    to(hsl(var(--base)))
  );
  background-image: linear-gradient(
    180deg,
    hsl(var(--base-d-200)) 0%,
    hsl(var(--base)) 100%
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-text::-moz-selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
  background: transparent;
}

.gradient-text::selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
  background: transparent;
}

.sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.sidebar-overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 24px;
  }
}

.section-heading__title {
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .section-heading__title {
    margin-bottom: 12px;
  }
}

.section-heading__desc {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.section-heading__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  font-weight: 600;
  color: hsl(var(--heading-color));
}

.section-heading__name .icon {
  color: hsl(var(--base));
}

.section-heading.style-left {
  text-align: left;
}

.section-heading.style-left .section-heading__desc {
  margin-left: 0;
}

.section-heading.style-left .section-heading__name {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* ====================== Section Heading End ==================== */
.lightcase-icon-spin:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f1ce";
}

.lightcase-icon-close:before {
  content: "\f00d";
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.shape-style {
  position: relative;
  z-index: 1;
  background-color: hsl(var(--shape-bg));
  --shape-h: 250px;
  margin-top: calc(var(--shape-h) / 2 + 60px);
  margin-bottom: calc(var(--shape-h) / 2 + 60px);
}

@media screen and (max-width: 1399px) {
  .shape-style {
    --shape-h: 200px;
  }
}

@media screen and (max-width: 991px) {
  .shape-style {
    --shape-h: 180px;
  }
}

@media screen and (max-width: 575px) {
  .shape-style {
    --shape-h: 120px;
  }
}

@media (min-width: 576px) {
  .shape-style {
    margin-top: calc(var(--shape-h) / 2 + 80px);
    margin-bottom: calc(var(--shape-h) / 2 + 80px);
  }
}

@media (min-width: 992px) {
  .shape-style {
    margin-top: calc(var(--shape-h) / 2 + 120px);
    margin-bottom: calc(var(--shape-h) / 2 + 120px);
  }
}

.shape-style__layer1,
.shape-style__layer2 {
  position: absolute;
  width: 100%;
  -webkit-mask-image: url(../images/thumbs/layer.png);
  mask-image: url(../images/thumbs/layer.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  height: var(--shape-h);
  left: 0;
  background-color: hsl(var(--shape-bg));
  z-index: -1;
}

.shape-style__layer2 {
  top: calc(-1 * var(--shape-h) / 2);
  background-position: center top;
}

.shape-style__layer1 {
  bottom: calc(-1 * var(--shape-h) / 2);
  background-position: center bottom;
}

body:has(.footer-area.shape-style) main {
  --shape-h: 250px;
  margin-bottom: calc(var(--shape-h) / 2);
}

@media screen and (max-width: 1399px) {
  body:has(.footer-area.shape-style) main {
    --shape-h: 200px;
  }
}

@media screen and (max-width: 991px) {
  body:has(.footer-area.shape-style) main {
    --shape-h: 180px;
  }
}

@media screen and (max-width: 575px) {
  body:has(.footer-area.shape-style) main {
    --shape-h: 120px;
  }
}

.not-found-content {
  padding: 32px 64px;
  border: 1px solid hsl(var(--border-color));
  background-color: hsl(var(--section-bg));
  border-radius: 12px;
}

@media screen and (max-width: 575px) {
  .not-found-content {
    padding-inline: 32px;
  }
}

@media screen and (max-width: 424px) {
  .not-found-content {
    padding: 24px;
  }
}

/* ================================= 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--gr {
  background: var(--gr-color);
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
  color: hsl(var(--base)) !important;
}

.text--color {
  color: hsl(var(--body-color)) !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--dark {
  color: hsl(var(--dark)) !important;
}

/* ================================= Color Css End =========================== */
.py-120 {
  padding-block: 120px;
}

@media screen and (max-width: 991px) {
  .py-120 {
    padding-block: 80px;
  }
}

@media screen and (max-width: 424px) {
  .py-120 {
    padding-block: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 424px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 424px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.py-60 {
  padding-block: 60px;
}

@media screen and (max-width: 991px) {
  .py-60 {
    padding-block: 40px;
  }
}

@media screen and (max-width: 424px) {
  .py-60 {
    padding-block: 30px;
  }
}

.pt-60 {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 424px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.my-120 {
  margin-block: 120px;
}

@media screen and (max-width: 991px) {
  .my-120 {
    margin-block: 80px;
  }
}

@media screen and (max-width: 424px) {
  .my-120 {
    margin-block: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 424px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 424px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

.my-60 {
  margin-block: 60px;
}

@media screen and (max-width: 991px) {
  .my-60 {
    margin-block: 40px;
  }
}

@media screen and (max-width: 424px) {
  .my-60 {
    margin-block: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 424px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

/* ================================= Border Color Css Start =========================== */
.border--base {
  border-color: hsl(var(--base)) !important;
}

.border--primary {
  border-color: hsl(var(--primary)) !important;
}

.border--secondary {
  border-color: hsl(var(--secondary)) !important;
}

.border--success {
  border-color: hsl(var(--success)) !important;
}

.border--danger {
  border-color: hsl(var(--danger)) !important;
}

.border--warning {
  border-color: hsl(var(--warning)) !important;
}

.border--info {
  border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
  border: 1px solid hsl(var(--black) / 0.05);
  background-color: hsl(var(--section-bg)) !important;
  border-radius: 16px;
  overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.custom--accordion .accordion-header {
  line-height: 1;
}

.custom--accordion .accordion-body {
  padding: 0 16px 16px;
  background-color: transparent;
  font-family: var(--heading-font);
  font-weight: 500;
  color: hsl(var(--body-color));
}

@media screen and (max-width: 1399px) {
  .custom--accordion .accordion-body {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-body {
    font-weight: 400;
  }
}

.custom--accordion .accordion-body .text {
  max-width: 60%;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-body .text {
    max-width: 100%;
  }
}

.custom--accordion .accordion-button {
  background-color: transparent;
  color: var(--heading-color);
  font-size: 1.25rem;
  padding: 16px;
  font-weight: 600;
}

@media screen and (max-width: 1399px) {
  .custom--accordion .accordion-button {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding-right: 30px;
    font-size: 1rems;
  }
}

.custom--accordion .accordion-button::after {
  background-image: none;
}

.custom--accordion .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  height: unset;
  content: "\f078";
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  top: 50% !important;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  font-size: 1rem;
  color: hsl(var(--dark));
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

/* ================================= 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: 32px !important;
}

.btn {
  color: hsl(var(--white)) !important;
  font-weight: 700;
  padding: 15px 36px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  display: inline-block !important;
  font-size: 1rem;
  line-height: 1.5;
}

.btn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 20px;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.btn::before {
  content: "";
  position: absolute;
  inset: 8px 13px;
  border: 2px dashed hsl(var(--white));
  border-radius: 14px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .btn::before {
    border-width: 1px;
    border-radius: 12px;
    inset: 6px 12px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 11px 20px;
  }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:active {
  top: 1px;
}

.btn--lg {
  padding: 19px 30px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .btn--lg {
    padding: 17px 20px;
    font-size: 1rem;
  }
}

.btn--md {
  padding: 12px 26px;
}

@media screen and (max-width: 767px) {
  .btn--md {
    padding: 9px 16px;
    font-size: 1rem;
  }
}

.btn--sm {
  padding: 9px 16px;
  font-size: 0.875rem;
}

.btn--sm::before {
  inset: 5px 6px !important;
  border: 1px dashed hsl(var(--white));
  border-radius: 8px !important;
}

.btn--sm::after {
  border-radius: 12px !important;
}

@media screen and (max-width: 767px) {
  .btn--sm {
    padding: 6px 12px;
  }
}

.btn--light {
  border: 1px solid hsl(var(--border-color));
  background: hsl(var(--section-bg));
  color: hsl(var(--dark)) !important;
}

.btn--light:has(.icon) {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.btn--light:has(.icon) .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn--light:hover,
.btn--light:focus .btn--light:focus-visible {
  background-color: hsl(var(--border-color)) !important;
  border-color: hsl(var(--border-color)) !important;
}

.btn--base::after {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
}

.btn--base:hover::after,
.btn--base:focus .btn--base:focus-visible::after {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base)) !important;
  color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.btn--primary::after {
  background-color: hsl(var(--primary)) !important;
  border-color: hsl(var(--primary)) !important;
}

.btn--primary:hover::after,
.btn--primary:focus .btn--primary:focus-visible::after {
  background-color: hsl(var(--primary-d-200)) !important;
  border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--primary)) !important;
  color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
  background-color: hsl(var(--primary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--base-two::after {
  background-color: hsl(var(--base-two)) !important;
  border-color: hsl(var(--base-two)) !important;
}

.btn--base-two:hover::after,
.btn--base-two:focus .btn--base-two:focus-visible::after {
  background-color: hsl(var(--base-two-d-200)) !important;
  border: 1px solid hsl(var(--base-two-d-200)) !important;
}

.btn-outline--base-two {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base-two)) !important;
  color: hsl(var(--base-two)) !important;
}

.btn-outline--base-two:hover,
.btn-outline--base-two:focus .btn-outline--base-two:focus-visible {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white)) !important;
}

.btn--secondary::after {
  background-color: hsl(var(--secondary)) !important;
  border-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover::after,
.btn--secondary:focus .btn--secondary:focus-visible::after {
  background-color: hsl(var(--secondary-d-200)) !important;
  border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--secondary)) !important;
  color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--danger::after {
  background-color: hsl(var(--danger)) !important;
  border-color: hsl(var(--danger)) !important;
}

.btn--danger:hover::after,
.btn--danger:focus .btn--danger:focus-visible::after {
  background-color: hsl(var(--danger-d-200)) !important;
  border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
  background-color: transparent !important;
  border: 1px solid hsl(var(--danger)) !important;
  color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
}

.btn--warning::after {
  background-color: hsl(var(--warning)) !important;
  border-color: hsl(var(--warning)) !important;
}

.btn--warning:hover::after,
.btn--warning:focus .btn--warning:focus-visible::after {
  background-color: hsl(var(--warning-d-200)) !important;
  border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
  background-color: transparent !important;
  border: 1px solid hsl(var(--warning)) !important;
  color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
  background-color: hsl(var(--warning)) !important;
  color: hsl(var(--white)) !important;
}

.btn--info::after {
  background-color: hsl(var(--info)) !important;
  border-color: hsl(var(--info)) !important;
}

.btn--info:hover::after,
.btn--info:focus .btn--info:focus-visible::after {
  background-color: hsl(var(--info-d-200)) !important;
  border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
  background-color: transparent !important;
  border: 1px solid hsl(var(--info)) !important;
  color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
  background-color: hsl(var(--info)) !important;
  color: hsl(var(--white)) !important;
}

.btn--dark::after {
  background-color: hsl(var(--dark)) !important;
  border-color: hsl(var(--dark)) !important;
}

.btn--dark:hover::after,
.btn--dark:focus .btn--dark:focus-visible::after {
  background-color: hsl(var(--dark-d-200)) !important;
  border: 1px solid hsl(var(--dark-d-200)) !important;
}

.btn-outline--dark {
  background-color: transparent !important;
  border: 1px solid hsl(var(--dark)) !important;
  color: hsl(var(--dark)) !important;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus .btn-outline--dark:focus-visible {
  background-color: hsl(var(--dark)) !important;
  color: hsl(var(--white)) !important;
}

.btn--success::after {
  background-color: hsl(var(--success)) !important;
  border-color: hsl(var(--success)) !important;
}

.btn--success:hover::after,
.btn--success:focus .btn--success:focus-visible::after {
  background-color: hsl(var(--success-d-200)) !important;
  border: 1px solid hsl(var(--success-d-200)) !important;
}

.btn-outline--success {
  background-color: transparent !important;
  border: 1px solid hsl(var(--success)) !important;
  color: hsl(var(--success)) !important;
}

.btn-outline--success:hover,
.btn-outline--success:focus .btn-outline--success:focus-visible {
  background-color: hsl(var(--success)) !important;
  color: hsl(var(--white)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  background-color: hsl(var(--white));
  border-radius: 20px;
  border: 0;
  --inner-p: 24px;
  padding: var(--inner-p);
  box-shadow: -1px 0px 9px hsl(var(--black) / 0.1);
}

@media screen and (max-width: 575px) {
  .custom--card {
    --inner-p: 16px;
  }
}

.custom--card .card-header {
  background-color: hsl(var(--white));
  padding: 0;
  border: 0;
  padding-bottom: var(--inner-p);
}

.custom--card .card-title {
  margin-bottom: 0;
}

.custom--card .card-body {
  background-color: hsl(var(--white));
  padding: 0;
}

.custom--card .card-footer {
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-top: var(--inner-p);
}

body:has(.dashboard) .custom--card {
  box-shadow: none;
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
  margin-bottom: 8px;
  color: hsl(var(--heading-color));
  font-weight: 600;
  line-height: 150%;
  display: block;
}

.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: 12px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid hsl(var(--border-color));
  color: hsl(var(--black));
  line-height: 1.5;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  .form--control {
    padding: 11px 20px;
  }
}

.form--control.lg-style {
  padding: 19px 20px;
}

@media screen and (max-width: 767px) {
  .form--control.lg-style {
    padding: 15px 20px;
  }
}

.form--control.md-style {
  padding: 11px 20px;
}

@media screen and (max-width: 767px) {
  .form--control.md-style {
    padding: 8px 16px;
  }
}

.form--control.sm-style {
  padding: 9px 16px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .form--control.sm-style {
    padding: 7px 16px;
  }
}

.form--control::-webkit-input-placeholder {
  color: hsl(var(--body-color) / 0.65);
}

.form--control::-moz-placeholder {
  color: hsl(var(--body-color) / 0.65);
}

.form--control:-ms-input-placeholder {
  color: hsl(var(--body-color) / 0.65);
}

.form--control::-ms-input-placeholder {
  color: hsl(var(--body-color) / 0.65);
}

.form--control::placeholder {
  color: hsl(var(--body-color) / 0.65);
}

.form--control:focus {
  border-color: hsl(var(--base));
}

.form--control:disabled,
.form--control[readonly] {
  background-color: hsl(var(--black) / 0.1);
  opacity: 1;
  border: 0;
}

.form--control[type="password"] {
  color: hsl(var(--black) / 0.5);
}

.form--control[type="password"]:focus {
  color: hsl(var(--black));
}

.form--control[type="file"] {
  line-height: 50px;
  padding: 0;
  position: relative;
}

.form--control[type="file"]::-webkit-file-upload-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 0.2em;
  background-color: hsl(var(--base)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 15px;
  color: hsl(var(--white)) !important;
}

.form--control[type="file"]::file-selector-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 0.2em;
  background-color: hsl(var(--base)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 15px;
  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(--white));
}

.form--control[type="file"]::file-selector-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--white));
}

/* Form Control End */
textarea.form--control {
  height: 120px;
}

@media screen and (max-width: 991px) {
  textarea.form--control {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  textarea.form--control {
    height: 80px;
  }
}

/* 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(--white));
}

/* 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"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Custom Checkbox Design */
.form--check a {
  display: inline;
}

.form--check .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid hsl(var(--black) / 0.2);
  cursor: pointer;
}

.form--check .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form--check .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(var(--white));
  font-size: 0.6875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form--check .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

@media screen and (max-width: 424px) {
  .form--check label {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 424px) {
  .form--check a {
    font-size: 0.9375rem;
  }
}

/* Custom Radio Design */
.form--radio .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid hsl(var(--black) / 0.2);
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.form--radio .form-check-input:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.form--radio .form-check-input:checked {
  background-color: transparent;
  border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type="radio"] {
  background-image: none;
}

.form--radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  z-index: 999;
}

.form--radio .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
  border-radius: 3px;
  background-image: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--black) / 0.2) !important;
  margin-left: 0;
  margin-bottom: 5px;
  border-radius: 40px;
  width: 48px;
  height: 24px;
  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: 20px;
  height: 20px;
  background-color: hsl(var(--white));
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  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% - 24px);
  background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--switch .form-check-label {
  width: calc(100% - 14px);
  padding-left: 5px;
  cursor: pointer;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input-group {
  border-radius: 12px;
  border: 1px solid hsl(var(--border-color));
  overflow: hidden;
}

.input-group .form--control {
  border-width: 0px !important;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.input-group.style-two {
  padding: 0;
}

.input-group.style-two .input-group-text::after {
  display: none;
}

.input-group.style-left .input-group-text::after {
  right: 0;
  left: 1px;
}

.input-group-text {
  border-width: 0px;
  background-color: transparent;
  position: relative;
}

.input-group-text::after {
  content: "";
  position: absolute;
  height: calc(100% - 16px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--border-color));
  right: 1px;
  width: 1px;
}

.input-group:focus-within {
  border: 1px solid hsl(var(--base));
}

.input-group .form--control[readonly] {
  background: transparent !important;
}

.input-group .form--control[readonly]:focus {
  border-color: hsl(var(--black) / 0.1);
}

.input-group:has(.form--control[readonly]) {
  background: hsl(var(--black) / 0.1) !important;
}

.input-group:has(.form--control[readonly]):focus-within {
  border-color: hsl(var(--black) / 0.1) !important;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal .btn::before {
  display: none;
}

.custom--modal .btn::after {
  border-radius: 8px;
  -webkit-transform: skew(0deg);
  transform: skew(0deg);
}

.custom--modal .select2 + .select2-container {
  background: hsl(var(--section-bg));
  border: 0;
}

.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--border-color) / 0.5);
  padding: 16px;
}

.custom--modal .modal-header .btn-close {
  background-image: none;
  font-size: 1.5rem;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  color: hsl(var(--text-color)) !important;
  padding: 0;
  background-color: transparent;
  height: 36px;
  width: 36px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  border: 1px solid hsl(var(--text-color));
}

.custom--modal .modal-header .btn-close i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom--modal .modal-header .btn-close:hover {
  color: hsl(var(--dark)) !important;
  border-color: hsl(var(--dark));
}

.custom--modal .modal-header .btn-close:focus,
.custom--modal .modal-header .btn-close:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom--modal .modal-content {
  background-color: hsl(var(--white));
  border-radius: 20px;
  overflow: hidden;
  border: 0;
}

.custom--modal .modal-body {
  padding: 16px;
}

.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: 16px;
  border-top: 1px solid hsl(var(--border-color) / 0.5);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out !important;
  transition: -webkit-transform 0.3s ease-out !important;
  transition: transform 0.3s ease-out !important;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important;
  -webkit-transform: scale(0.9) !important;
  transform: scale(0.9) !important;
}

.modal.show .modal-dialog {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.modal-dialog-scrollable .modal-content {
  min-height: 500px;
}

.qr-modal .modal-dialog {
  max-width: 540px;
}

.qr-modal-thumb {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  background-color: hsl(var(--section-bg));
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .qr-modal-thumb {
    max-width: 300px;
  }
}

@media screen and (max-width: 575px) {
  .qr-modal-thumb {
    max-width: 280px;
  }
}

@media screen and (max-width: 424px) {
  .qr-modal-thumb {
    max-width: 220px;
  }
}

.qr-modal-note {
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
}

.qr-modal-form .title {
  color: hsl(var(--body-color));
  margin-bottom: 8px;
}

.qr-modal-form .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.qr-modal-form span {
  text-align: center;
  width: 100%;
  border: 1px solid hsl(var(--border-color));
  height: 50px;
  border-radius: 4px;
  display: grid;
  place-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: hsl(var(--dark));
}

@media screen and (max-width: 575px) {
  .qr-modal-form span {
    height: 36px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 424px) {
  .qr-modal-form span {
    font-size: 1rem;
  }
}

.qr-modal .modal-footer {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.qr-modal .modal-footer .btn {
  background-color: hsl(var(--base) / 0.05) !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-inline: 16px;
}

@media screen and (max-width: 575px) {
  .qr-modal .modal-footer .btn {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

.qr-modal .modal-footer .btn:hover {
  background-color: hsl(var(--base)) !important;
}

/* ================================= 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;
}

.pagination .page-item.active .page-link {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination .page-item.disabled .page-link {
  background-color: hsl(var(--black) / 0.1);
  border: 0;
}

.pagination .page-item .page-link {
  border: 1px solid hsl(var(--black) / 0.15);
  margin: 0 5px;
  border-radius: 6px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--body-color));
}

.pagination .page-item .page-link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
.table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0px 0px;
}

@media (min-width: 1600px) {
  .table--responsive--xxl.style-two {
    border-collapse: separate;
    border-spacing: 0 6px;
  }

  .table--responsive--xxl.style-two thead tr th {
    border-block: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--xxl.style-two thead tr th:first-child {
    border-left: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--xxl.style-two thead tr th:last-child {
    border-right: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--xxl.style-two tbody tr td {
    background-color: hsl(var(--section-bg));
    border-block: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--xxl.style-two tbody tr td:first-child {
    border-left: 1px solid hsl(var(--black) / 0.1);
    border-radius: 12px 0px 0px 12px;
  }

  .table--responsive--xxl.style-two tbody tr td:last-child {
    border-right: 1px solid hsl(var(--black) / 0.1);
    border-radius: 0px 12px 12px 0px;
  }
}

@media (min-width: 1400px) {
  .table--responsive--xl.style-two {
    border-collapse: separate;
    border-spacing: 0 6px;
  }

  .table--responsive--xl.style-two thead tr th {
    border-block: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--xl.style-two thead tr th:first-child {
    border-left: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--xl.style-two thead tr th:last-child {
    border-right: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--xl.style-two tbody tr td {
    background-color: hsl(var(--section-bg));
    border-block: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--xl.style-two tbody tr td:first-child {
    border-left: 1px solid hsl(var(--black) / 0.1);
    border-radius: 12px 0px 0px 12px;
  }

  .table--responsive--xl.style-two tbody tr td:last-child {
    border-right: 1px solid hsl(var(--black) / 0.1);
    border-radius: 0px 12px 12px 0px;
  }
}

@media (min-width: 1200px) {
  .table--responsive--lg.style-two {
    border-collapse: separate;
    border-spacing: 0 6px;
  }

  .table--responsive--lg.style-two thead tr th {
    border-block: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--lg.style-two thead tr th:first-child {
    border-left: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--lg.style-two thead tr th:last-child {
    border-right: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--lg.style-two tbody tr td {
    background-color: hsl(var(--section-bg));
    border-block: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--lg.style-two tbody tr td:first-child {
    border-left: 1px solid hsl(var(--black) / 0.1);
    border-radius: 12px 0px 0px 12px;
  }

  .table--responsive--lg.style-two tbody tr td:last-child {
    border-right: 1px solid hsl(var(--black) / 0.1);
    border-radius: 0px 12px 12px 0px;
  }
}

@media (min-width: 992px) {
  .table--responsive--md.style-two {
    border-collapse: separate;
    border-spacing: 0 6px;
  }

  .table--responsive--md.style-two thead tr th {
    border-block: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--md.style-two thead tr th:first-child {
    border-left: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--md.style-two thead tr th:last-child {
    border-right: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--md.style-two tbody tr td {
    background-color: hsl(var(--section-bg));
    border-block: 1px solid hsl(var(--black) / 0.1);
  }

  .table--responsive--md.style-two tbody tr td:first-child {
    border-left: 1px solid hsl(var(--black) / 0.1);
    border-radius: 12px 0px 0px 12px;
  }

  .table--responsive--md.style-two tbody tr td:last-child {
    border-right: 1px solid hsl(var(--black) / 0.1);
    border-radius: 0px 12px 12px 0px;
  }
}

.table thead tr th {
  background-color: hsl(var(--white));
  text-align: center;
  padding: 16px;
  font-weight: 500;
  font-size: 0.875rem;
  border-bottom: 0;
  max-width: 220px;
  color: hsl(var(--heading-color));
  border: 0;
  background-color: hsl(var(--section-bg));
  vertical-align: middle;
}

.table thead tr th:not(:first-child) {
  border-left: 0;
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 12px 0 0 12px;
}

.table thead tr th:last-child {
  text-align: right;
  border-radius: 0 12px 12px 0;
}

.table tbody {
  border: 0 !important;
  background-color: hsl(var(--white));
}

.table tbody tr:last-child {
  border-bottom: 0;
}

.table tbody tr:last-child td {
  border-bottom: 0;
}

.table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0px 6px 0;
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 14px 16px;
  border-width: 1px;
  border: 0;
  color: hsl(var(--body-color));
  font-weight: 600;
  max-width: 220px;
  font-size: 0.875rem;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  vertical-align: middle;
}

.table tbody tr td .btn {
  white-space: nowrap;
}

.table tbody tr td::before {
  content: attr(data-label);
  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;
}

.table tbody tr td:last-child {
  text-align: right;
}

@media screen and (max-width: 1399px) {
  .table--responsive--md tr td {
    font-size: 0.875rem !important;
  }
}

@media (max-width: 991px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody .form--check {
    display: none;
  }

  .table--responsive--md tbody tr:has(td .empty-data) {
    background-color: transparent;
  }

  .table--responsive--md tbody td:has(.empty-data) {
    width: 100%;
    background-color: transparent;
  }

  .table--responsive--md tbody td:has(.empty-data)::before {
    display: none;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr:nth-child(odd) {
    background-color: hsl(var(--section-bg));
  }

  .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: 16px !important;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
    max-width: unset;
    background-color: transparent;
  }

  .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: 1499px) {
  .table--responsive--lg tr td {
    font-size: 0.875rem !important;
  }
}

@media (max-width: 1199px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive--lg tbody .form--check {
    display: none;
  }

  .table--responsive--lg tbody tr:has(td .empty-data) {
    background-color: transparent;
  }

  .table--responsive--lg tbody td:has(.empty-data) {
    width: 100%;
    background-color: transparent;
  }

  .table--responsive--lg tbody td:has(.empty-data)::before {
    display: none;
  }

  .table--responsive--lg tbody tr {
    display: block;
  }

  .table--responsive--lg tbody tr:nth-child(odd) {
    background-color: hsl(var(--section-bg));
  }

  .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: 16px !important;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
    max-width: unset;
    background-color: transparent;
  }

  .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: 1399px) {
  .table--responsive--xl tr td {
    font-size: 0.875rem !important;
  }
}

@media (max-width: 1399px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody .form--check {
    display: none;
  }

  .table--responsive--xl tbody tr:has(td .empty-data) {
    background-color: transparent;
  }

  .table--responsive--xl tbody td:has(.empty-data) {
    width: 100%;
    background-color: transparent;
  }

  .table--responsive--xl tbody td:has(.empty-data)::before {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr:nth-child(odd) {
    background-color: hsl(var(--section-bg));
  }

  .table--responsive--xl tbody tr:last-child td {
    border-bottom: 0;
  }

  .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: 16px !important;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
    max-width: unset;
    background-color: transparent;
  }

  .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 (max-width: 1599px) {
  .table--responsive--xxl thead {
    display: none;
  }

  .table--responsive--xxl tbody .form--check {
    display: none;
  }

  .table--responsive--xxl tbody tr:has(td .empty-data) {
    background-color: transparent;
  }

  .table--responsive--xxl tbody td:has(.empty-data) {
    width: 100%;
    background-color: transparent;
  }

  .table--responsive--xxl tbody td:has(.empty-data)::before {
    display: none;
  }

  .table--responsive--xxl tbody tr {
    display: block;
  }

  .table--responsive--xxl tbody tr:nth-child(odd) {
    background-color: hsl(var(--section-bg));
  }

  .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: 16px !important;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
    max-width: unset;
    background-color: transparent;
  }

  .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);
  }
}

.transaction-table thead tr th {
  color: hsl(var(--white));
  font-weight: 700;
  font-size: 1.125rem;
  background-color: hsl(var(--base));
  padding: 16px;
}

.transaction-table thead tr th:first-child {
  border-radius: 12px 0 0 0 !important;
}

.transaction-table thead tr th:last-child {
  border-radius: 0 12px 0 0 !important;
}

@media (min-width: 992px) {
  .transaction-table tbody tr {
    background-color: hsl(var(--section-bg));
  }
}

@media (min-width: 992px) {
  .transaction-table tbody tr:last-child td {
    border-bottom: 1px solid hsl(var(--black) / 0.05);
  }
}

.transaction-table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 12px;
}

.transaction-table tbody tr:last-child td:last-child {
  border-radius: 0 0px 12px 0;
}

.transaction-table tbody tr td {
  color: hsl(var(--body-color));
  font-weight: 400;
  font-size: 1.125rem;
  background-color: transparent;
  border-color: hsl(var(--black) / 0.05);
  padding: 18px 16px;
}

@media (min-width: 992px) {
  .transaction-table tbody tr td:first-child {
    border-left: 1px solid hsl(var(--black) / 0.05);
  }

  .transaction-table tbody tr td:last-child {
    border-right: 1px solid hsl(var(--black) / 0.05);
  }
}

.empty-data {
  text-align: center;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.empty-data img {
  max-width: 150px;
  width: 100%;
}

.empty-data .text {
  color: hsl(var(--base-two) / 0.5);
  font-weight: 600;
}

* :focus-visible {
  outline: none;
}

/* ================================= Table Css End =========================== */
.table tbody tr td:has(.empty-message) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table tbody tr td:has(.empty-message)::before {
  display: none;
}

.empty-message.style-two {
  text-align: center;
}

.empty-message.style-two .empty-message-icon {
  margin-inline: auto;
}

.empty-message {
  text-align: center;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.empty-message-icon {
  max-width: 150px;
  width: 100%;
}

.empty-message-text {
  color: hsl(var(--black) / 0.3);
  font-weight: 500;
}

/* ================================= Tab Css Start =========================== */
.custom--tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0;
  position: relative;
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .custom--tab {
    gap: 16px;
  }
}

@media screen and (max-width: 575px) {
  .custom--tab {
    gap: 12px;
  }
}

@media screen and (max-width: 1199px) {
  .custom--tab {
    margin-bottom: 32px;
  }
}

.custom--tab .nav-item {
  border-bottom: 0;
}

.custom--tab .nav-item .nav-link {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  padding: 14px 26px;
  font-size: 1rem;
  background: hsl(var(--shape-bg));
  border: 0;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  border-radius: 8px;
  border: 0;
  line-height: 1;
  color: hsl(var(--heading-color));
  border: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 1199px) {
  .custom--tab .nav-item .nav-link {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 991px) {
  .custom--tab .nav-item .nav-link {
    padding: 9px 16px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 575px) {
  .custom--tab .nav-item .nav-link {
    padding: 9px 14px;
    font-size: 0.875rem;
  }
}

.custom--tab .nav-item .nav-link.active {
  color: hsl(var(--white));
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

.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 {
  padding: 4px 12px;
  border-radius: 24px;
  border: 1px solid hsl(var(--badge-color));
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 120%;
  color: hsl(var(--badge-color));
  background-color: hsl(var(--badge-color) / 0.1);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

@media (max-width: 575px) {
  .badge {
    font-size: 0.75rem;
    padding: 4px 8px;
  }
}

.badge::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: hsl(var(--badge-color));
}

.badge--base {
  --badge-color: var(--base);
}

.badge--primary {
  --badge-color: var(--primary);
}

.badge--secondary {
  --badge-color: var(--secondary);
}

.badge--success {
  --badge-color: var(--success);
}

.badge--danger {
  --badge-color: var(--danger);
}

.badge--warning {
  --badge-color: var(--warning);
}

.badge--info {
  --badge-color: var(--info);
}

.badge--dark {
  --badge-color: var(--dark);
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  margin-bottom: 0;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.05);
  border-left: 3px solid hsl(var(--alert-color));
  font-weight: 400;
  padding: 20px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .alert {
    padding: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.alert__icon {
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.75rem;
  height: 20px;
  width: 20px;
  display: grid;
  place-content: center;
  background: hsl(var(--alert-color));
  color: hsl(var(--white));
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px hsl(var(--white)),
    0 0 0 6px hsl(var(--alert-color) / 0.5), 0 0 0 9px hsl(var(--white)),
    0 0 0 12px hsl(var(--alert-color) / 0.15);
  box-shadow: 0 0 0 3px hsl(var(--white)),
    0 0 0 6px hsl(var(--alert-color) / 0.5), 0 0 0 9px hsl(var(--white)),
    0 0 0 12px hsl(var(--alert-color) / 0.15);
  margin: 6px;
}

.alert__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 575px) {
  .alert__content {
    width: 100%;
    margin-top: 6px;
  }
}

.alert__title {
  font-size: 1rem;
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}

.alert__desc {
  color: hsl(var(--body-color));
  display: block;
  font-size: 0.9375rem;
}

@media screen and (max-width: 424px) {
  .alert__desc {
    font-size: 0.875rem;
  }
}

.alert__link {
  position: relative;
}

.alert .btn-close {
  background: transparent;
  padding: 0;
  color: hsl(var(--alert-color));
  font-size: 1.25rem;
  top: 16px;
  right: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .alert .btn-close {
    top: 10px;
    right: 10px;
  }
}

.alert--base {
  --alert-color: var(--base);
}

.alert--primary {
  --alert-color: var(--primary);
}

.alert--success {
  --alert-color: var(--success);
}

.alert--info {
  --alert-color: var(--info);
}

.alert--danger {
  --alert-color: var(--danger);
}

.alert--warning {
  --alert-color: var(--warning);
}

.alert--secondary {
  --alert-color: var(--secondary);
}

/* ====================================== Alert Css End =============================== */
.payment-system-list {
  --thumb-width: 80px;
  --thumb-height: 32px;
  --radio-size: 20px;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(420px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base));
  border-radius: 10px;
}

.modal .table-search {
  max-width: 100%;
  background-color: hsl(var(--section-bg));
  border: 0;
}

.modal .table-search .icon {
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
}

.payment-item {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
}

.payment-item:not(:last-child) {
  border-bottom: 1px solid hsl(var(--border-color));
}

.payment-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid hsl(var(--base));
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  color: hsl(var(--heading-color));
}

.payment-item__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  padding-left: 10px;
  flex-shrink: 0;
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  -o-object-fit: cover;
  object-fit: cover;
}

.payment-item__thumb:has(.text) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.payment-item__btn {
  font-size: 0.875rem;
  color: hsl(var(--success));
  font-weight: 600;
}

.payment-item__check {
  border: 1px solid hsl(var(--border-color));
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 6px solid hsl(var(--base));
}

.dashboard-body:has(.payment-info) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card:has(.payment-info) {
  overflow: hidden;
  padding: 0;
}

.card:has(.payment-info) .card-header {
  border-bottom: 1px solid hsl(var(--border-color));
}

.card:has(.payment-info) .card-header,
.card:has(.payment-info) .card-body {
  padding: 32px;
}

@media screen and (max-width: 575px) {
  .card:has(.payment-info) .card-header,
  .card:has(.payment-info) .card-body {
    padding: 16px;
  }
}

.payment-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.payment-info-top .icon {
  max-width: 60px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.payment-info-top .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.payment-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.25rem;
  gap: 12px;
}

@media screen and (max-width: 1599px) {
  .payment-info-item {
    font-size: 1rem;
  }
}

@media screen and (max-width: 424px) {
  .payment-info-item {
    font-size: 0.875rem;
  }
}

.payment-info-item:not(:last-child) {
  margin-bottom: 12px;
}

.payment-info-item .desc {
  font-weight: 500;
  color: hsl(var(--heading-color));
}

.payment-info-item.total {
  padding-top: 12px;
  border-top: 1px dashed hsl(var(--border-color));
}

.payment-info-item.total .desc {
  font-weight: 700;
}

.payment-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  padding: 16px;
  border-radius: 12px;
  background: hsl(var(--base) / 0.05);
  color: hsl(var(--base));
}

.payment-balance .title {
  font-weight: 500;
}

.payment-balance .amount {
  font-size: 1.25rem;
  font-weight: 700;
}

@media screen and (max-width: 1599px) {
  .payment-balance .amount {
    font-size: 1rem;
  }
}

@media screen and (max-width: 424px) {
  .payment-balance .amount {
    font-size: 0.875rem;
  }
}

/* ================================= preload Css Start =========================== */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--black));
  width: 100%;
  height: 100%;
}

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
  content: "";
  border: 1em solid hsl(var(--base));
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader-p:before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand.logo img,
.logo-img {
  max-width: 180px;
}

@media screen and (max-width: 991px) {
  .navbar-brand.logo img,
  .logo-img {
    max-width: 160px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
}

.header .navbar {
  position: unset;
}

.header.fixed-header {
  position: fixed;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  top: 0px;
  padding-block: 16px;
  -webkit-animation: slide-down 0.8s;
  animation: slide-down 0.8s;
  width: 100%;
  background-color: hsl(var(--white));
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.header.fixed-header .header-bottom {
  padding: 0;
}

.header.fixed-header .header-top {
  display: none !important;
}

@-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: 1200px) {
  .header-bottom {
    padding-block: 24px 0;
  }

  .header .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header .nav-menu .nav-item {
    padding-right: 16px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .nav-menu .nav-item {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .header .nav-menu .nav-item:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .header .nav-menu .nav-item.active .nav-link {
    color: hsl(var(--base)) !important;
  }

  .header .nav-menu .nav-item.active .nav-link::before {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .header .nav-menu .nav-item:hover .nav-link {
    color: hsl(var(--base)) !important;
  }

  .header .nav-menu .nav-item:hover .header-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@media (min-width: 1200px) {
  .header .nav-menu .nav-item .nav-link {
    color: hsl(var(--black)) !important;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
  }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 1199px) {
  .header {
    padding-block: 20px;
    border-bottom: 1px solid hsl(var(--black) / 0.05);
  }

  .header .nav-menu .nav-item {
    text-align: left;
    display: block;
    position: relative;
    margin: 0;
  }

  .header .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }

  .header .nav-menu .header-dropdown {
    position: static !important;
    display: none !important;
  }

  .header .nav-menu .header-dropdown.show {
    display: block !important;
  }

  .header .nav-item:first-child {
    border-bottom: none;
  }

  .header .nav-item:not(:last-child) {
    margin-bottom: 16px !important;
  }

  .header .nav-item.active .nav-link {
    color: hsl(var(--base));
  }

  .header .nav-item .nav-link {
    padding: 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;
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 1rem;
  }

  .header .nav-item .nav-link.show[aria-expanded="true"] {
    color: hsl(var(--base)) !important;
  }

  .header .nav-item .nav-link.show[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.header .navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--black));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: auto;
  font-size: 2.125rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 10px;
}

@media screen and (max-width: 575px) {
  .header .navbar-toggler.header-button {
    font-size: 2rem;
  }
}

.header .navbar-toggler.header-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header .navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
  padding-left: 48px;
}

@media screen and (max-width: 1399px) {
  .header-right {
    gap: 12px;
    padding-left: 24px;
  }
}

.header-right .btn {
  border-width: 2px !important;
}

.header-right .btn:has(.icon) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header-right .btn:has(.icon) .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang-box {
  margin-right: 8px;
}

@media screen and (max-width: 1399px) {
  .lang-box {
    margin-right: 0;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 24px;
    border: 1px solid hsl(var(--border-color));
  }
}

.lang-box-btn {
  color: hsl(var(--black));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-box-btn.show .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lang-box-btn .thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.lang-box-btn .thumb img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang-box-btn .text {
  color: hsl(var(--black));
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
}

.lang-box-btn .icon {
  color: hsl(var(--black));
  font-size: 0.75rem;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.lang-box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 6px 10px;
  font-size: 1rem;
  color: hsl(var(--heading-color));
  font-weight: 600;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border-radius: 6px;
}

.lang-box-link:hover {
  background-color: hsl(var(--black) / 0.05);
  color: hsl(var(--black));
}

.lang-box-link .thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lang-box-link .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .lang-box .dropdown-menu {
    left: 0 !important;
    right: auto !important;
  }
}

.dropdown-menu {
  padding: 12px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: hsl(var(--white));
  border-radius: 12px;
  left: auto !important;
  right: 0 !important;
  display: unset !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  top: calc(100% + 12px) !important;
  position: absolute !important;
  border: 1px solid hsl(var(--black) / 0.1);
}

.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.header .offcanvas-header {
  background-color: hsl(var(--white));
}

.header .btn-close {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ================================= Header Css End =========================== */
/* ================ Top Header Start Here ================ */
.header-top {
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  padding: 10px 0px;
  position: relative;
}

.header-top .social-list.style-two .social-list__link flex-center {
  width: 30px;
  height: 30px;
  font-size: 0.75rem;
}

.top-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .top-header-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-list__item {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.contact-list__item:last-child {
  padding-right: 0;
  margin-right: 0;
}

.contact-list__item:last-child::before {
  display: none;
}

.contact-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--white) / 0.4);
}

.contact-list__item-icon {
  font-size: 1rem;
  color: hsl(var(--base));
  margin-right: 10px;
  display: inline-block;
}

.contact-list__link {
  color: hsl(var(--heading-color));
  font-weight: 400;
  font-family: var(--body-font);
}

.contact-list__link:hover .contact-list__link-icon {
  color: hsl(var(--white));
}

.top-social .social-list__link {
  border-radius: 50%;
  --social-color: var(--base);
  background-color: hsl(var(--social-color));
}

.top-social .social-list__link:hover {
  background-color: hsl(var(--social-color));
}

.top-social .social-list__item:first-child .social-list__link {
  --social-color: 217 100% 52%;
}

.top-social .social-list__item:nth-child(2) .social-list__link {
  --social-color: 0 0% 13%;
}

.top-social .social-list__item:nth-child(3) .social-list__link {
  --social-color: 209 100% 39%;
}

.top-social .social-list__item:nth-child(4) .social-list__link {
  --social-color: 333 68% 50%;
}

.top-social .social-list__item:nth-child(5) .social-list__link {
  --social-color: 4 80% 56%;
}

.top-social .social-list__item:first-child .social-list__link:hover {
  --social-color: 217 100% 60%;
}

.top-social .social-list__item:nth-child(2) .social-list__link:hover {
  --social-color: 0 0% 20%;
}

.top-social .social-list__item:nth-child(3) .social-list__link:hover {
  --social-color: 209 100% 50%;
}

.top-social .social-list__item:nth-child(4) .social-list__link:hover {
  --social-color: 333 68% 60%;
}

.top-social .social-list__item:nth-child(5) .social-list__link:hover {
  --social-color: 4 80% 66%;
}

/* Login Registration */
.login-registration-list {
  margin: 0 -10px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .login-registration-list {
    padding-right: 0;
  }
}

.login-registration-list__item {
  color: hsl(var(--white));
  padding: 0 10px;
  position: relative;
}

.login-registration-list__item:last-child::before {
  display: none;
}

.login-registration-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--white) / 0.5);
}

.login-registration-list__icon {
  color: hsl(var(--base));
  margin-right: 10px;
  font-size: 1rem;
}

.login-registration-list__link {
  color: hsl(var(--white));
  font-weight: 400;
  font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
  .login-registration-list__link {
    font-size: 0.9375rem;
  }
}

.login-registration-list__link:hover {
  color: hsl(var(--base));
}

.login-registration-list__link:hover .login-registration-list__icon {
  color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .login-registration-list__link:hover {
    color: hsl(var(--base));
  }
}

/* Language Box */
.language-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.language-box .select {
  color: hsl(var(--white));
  background-color: transparent;
  border: 1px solid hsl(var(--white) / 0.4);
  padding: 5px 8px;
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 5px;
}

.language-box .select option {
  background-color: hsl(var(--black));
}

/* ================ Top Header End Here ================ */
/* ============= Footer Start Here ======================= */
.footer-area {
  margin-top: auto;
}

.footer-area.shape-style {
  margin-bottom: 0;
  background-color: hsl(var(--base-two));
}

.footer-area.shape-style .shape-style__layer2 {
  background-color: hsl(var(--base-two));
}

/* Footer List Item */
.footer-item__logo {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .footer-item__logo {
    margin-bottom: 16px;
  }
}

.footer-item__logo img {
  max-width: 180px;
}

@media screen and (max-width: 991px) {
  .footer-item__logo img {
    max-width: 160px;
  }
}

.footer-item__title {
  margin-bottom: 24px;
  font-weight: 600;
  color: hsl(var(--white));
}

.footer-item__desc {
  color: hsl(var(--white) / 0.7);
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (max-width: 1399px) {
  .footer-item__desc {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-item__desc {
    font-size: 0.875rem;
  }
}

.footer-menu__item {
  padding-left: 24px;
  position: relative;
}

.footer-menu__item::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: hsl(var(--white));
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.footer-menu__item:not(:last-child) {
  margin-bottom: 16px;
}

.footer-menu__link {
  color: hsl(var(--white));
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footer-menu__link {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.footer-menu__link:hover {
  color: hsl(var(--base));
}

.footer-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
  .footer-contact__info {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact__info {
    font-size: 0.875rem;
  }
}

.footer-contact__info:not(:last-child) {
  margin-bottom: 12px;
}

.footer-contact__info .icon {
  color: hsl(var(--base));
}

.footer-contact__info .text {
  color: hsl(var(--white));
  font-weight: 500;
}

.footer-social .title {
  color: hsl(var(--white));
  font-weight: 700;
  margin-bottom: 12px;
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
  padding-block: 20px;
  background: hsl(var(--white) / 0.1);
}

@media screen and (max-width: 991px) {
  .bottom-footer {
    padding-block: 16px;
  }
}

.bottom-footer__text {
  text-align: center;
  color: hsl(var(--white) / 0.7);
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .bottom-footer__text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .bottom-footer__text {
    font-size: 0.875rem;
  }
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: hsl(var(--white));
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: hsl(var(--base));
}

.scroll-top:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.social-list__link {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--white));
  background-color: hsl(var(--white) / 0.1);
  font-size: 1rem;
  display: grid;
  place-content: center;
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding-block: calc(var(--header-h) + 60px) 80px;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding-block: calc(var(--header-h) + 40px) 60px;
  }
}

@media screen and (max-width: 575px) {
  .breadcrumb {
    padding-block: calc(var(--header-h) + 32px) 50px;
  }
}

.breadcrumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--base-l-900));
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-mask-image: url(../images/thumbs/blayer.png);
  mask-image: url(../images/thumbs/blayer.png);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.breadcrumb__title {
  color: hsl(var(--heading-color));
  font-size: 1.875rem;
  text-align: center;
}

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Start Rating Css Start =========================== */
.rating__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

.rating__item {
  color: hsl(var(--warning));
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ================================= Start Rating Css End =========================== */
.blog-sidebar-wrapper {
  position: sticky;
  top: calc(var(--header-h) + 20px);
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
  background-color: hsl(var(--section-bg));
  border-radius: 16px;
  overflow: hidden;
}

.blog-sidebar__title {
  position: relative;
  color: hsl(var(--white));
  padding: 16px 24px;
  background-color: hsl(var(--base));
  font-weight: 600;
}

@media screen and (max-width: 424px) {
  .blog-sidebar__title {
    padding: 12px 16px;
  }
}

.blog-sidebar__body {
  padding: 24px;
}

@media screen and (max-width: 424px) {
  .blog-sidebar__body {
    padding: 16px;
  }
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.latest-blog:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0;
}

.latest-blog__thumb {
  width: 80px;
  max-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 424px) {
  .latest-blog__thumb {
    width: 60px;
  }
}

.latest-blog__thumb a {
  display: block;
  height: 100%;
  width: 100%;
}

.latest-blog__content {
  width: calc(100% - 80px);
  padding-left: 15px;
}

@media screen and (max-width: 424px) {
  .latest-blog__content {
    width: calc(100% - 60px);
  }
}

.latest-blog__title {
  margin-bottom: 5px;
}

.latest-blog__title a {
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latest-blog__title a:hover {
  color: hsl(var(--base));
}

.category-item:not(:last-child) {
  margin-bottom: 10px;
}

.category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: hsl(var(--body-color));
  background-color: #f2f2f2;
  padding: 12px;
  border-radius: 6px;
}

/* ========================= Latest Blog Css End ===================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
  position: relative;
  z-index: 1;
  padding-block: calc(var(--header-h) + 60px) 60px;
  -webkit-mask-image: url(../images/thumbs/bannermask.png);
  mask-image: url(../images/thumbs/bannermask.png);
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: hsl(var(--base) / 0.08);
}

@keyframes banner-animate {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50%);
  }

  100% {
    transform: translateX(0);
  }
}

.banner-image-shape1,
.banner-image-shape2,
.banner-image-shape3 {
  position: absolute;
  animation: banner-animate 6s linear infinite;
}

.banner-image-shape1 {
  top: 5%;
  left: 10%;
  animation-delay: 0s;
}

.banner-image-shape2 {
  top: 5%;
  right: 10%;
  animation-delay: 1s;
}

.banner-image-shape3 {
  bottom: 40%;
  left: 20%;
  animation-delay: 2s;
}

@media (max-width: 575px) {
  .banner-image-shape1,
  .banner-image-shape2,
  .banner-image-shape3 {
    display: none;
  }
}

.banner-section__shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .banner-content {
    text-align: center;
  }
}

.banner-content__desc {
  max-width: 420px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .banner-content__desc {
    margin-inline: auto;
  }
}

.banner-content__title {
  font-size: 4.6875rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.75px;
  color: hsl(var(--heading-color));
  margin-bottom: 32px;
  line-height: 1;
}

@media screen and (max-width: 1599px) {
  .banner-content__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1399px) {
  .banner-content__title {
    font-size: 3.375rem;
  }
}

@media screen and (max-width: 1199px) {
  .banner-content__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .banner-content__title {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 575px) {
  .banner-content__title {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 424px) {
  .banner-content__title {
    font-size: 2rem;
  }
}

.banner-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px 32px;
}

@media screen and (max-width: 991px) {
  .banner-content__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }
}

.banner-image {
  max-width: 620px;
}

@media screen and (max-width: 991px) {
  .banner-image {
    max-width: 560px;
    margin: 0 auto;
  }
}

.play-btn {
  height: 80px;
  width: 80px;
  display: grid;
  place-content: center;
  background-color: hsl(var(--base));
  border-radius: 50% 50% 50% 50%/45% 39% 61% 55%;
  font-size: 1.5rem;
  color: hsl(var(--white)) !important;
  position: relative;
  -webkit-animation: morph 4s infinite ease-in-out;
  animation: morph 4s infinite ease-in-out;
}

@media screen and (max-width: 1399px) {
  .play-btn {
    height: 64px;
    width: 64px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .play-btn {
    height: 48px;
    width: 48px;
    font-size: 1.125rem;
  }
}

.play-btn::after {
  content: "";
  position: absolute;
  border-radius: 50% 50% 50% 50%/45% 39% 61% 55%;
  height: calc(100% + 5px);
  width: calc(100% + 5px);
  border: 1px solid hsl(var(--black));
  -webkit-animation: morph 4s infinite ease-in-out;
  animation: morph 4s infinite ease-in-out;
}

@-webkit-keyframes morph {
  0% {
    border-radius: 50% 50% 50% 50%/45% 39% 61% 55%;
  }

  25% {
    border-radius: 51% 49% 53% 47%/51% 54% 46% 49%;
  }

  50% {
    border-radius: 56% 44% 53% 47%/37% 47% 53% 63%;
  }

  75% {
    border-radius: 40% 60% 50% 50%/46% 38% 62% 54%;
  }

  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}

@keyframes morph {
  0% {
    border-radius: 50% 50% 50% 50%/45% 39% 61% 55%;
  }

  25% {
    border-radius: 51% 49% 53% 47%/51% 54% 46% 49%;
  }

  50% {
    border-radius: 56% 44% 53% 47%/37% 47% 53% 63%;
  }

  75% {
    border-radius: 40% 60% 50% 50%/46% 38% 62% 54%;
  }

  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}

/* =========================== Banner Section End Here ========================= */
.about-info-item {
  padding: 16px;
  border-radius: 7px;
  background: hsl(var(--black) / 0.025);
  color: hsl(var(--body-color));
  font-size: 1.05rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  height: 100%;
  --item-c: var(--base);
}

@media screen and (max-width: 1499px) {
  .about-info-item {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1399px) {
  .about-info-item {
    font-size: 0.875rem;
  }
}

.about-info-item::before {
  content: "";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  width: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: hsl(var(--item-c));
  margin-top: 6px;
}

@media screen and (max-width: 1199px) {
  .about-info-item::before {
    display: none;
  }
}

.about-info-item.primary-style-bg {
  --item-c: var(--primary);
}

.about-info-item.base-style-bg {
  --item-c: var(--base);
}

.about-info-item.warning-style-bg {
  --item-c: var(--warning);
}

.about-info-item.info-style-bg {
  --item-c: var(--info);
}

.about-thumb {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1399px) {
  .about-thumb {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .about-thumb {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.about-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url(../images/thumbs/about-shape.png);
  mask-image: url(../images/thumbs/about-shape.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: hsl(var(--base) / 0.03);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.about-content {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 767px) {
  .about-content {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.about-vission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 424px) {
  .about-vission {
    -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;
    text-align: center;
  }
}

@media screen and (max-width: 1399px) {
  .about-vission {
    gap: 12px;
  }
}

.about-vission .icon {
  width: 54px;
  height: 54px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50px 50px 0px 0px;
  background: hsl(var(--base));
  color: hsl(var(--white));
  display: grid;
  place-content: center;
}

@media screen and (max-width: 1399px) {
  .about-vission .icon {
    height: 42px;
    width: 42px;
  }

  .about-vission .icon svg {
    height: 24px;
    width: 24px;
  }
}

.about-vission .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-vission .title {
  margin-bottom: 12px;
  line-height: 1.3;
}

@media screen and (max-width: 1399px) {
  .about-vission .title {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1399px) {
  .about-vission .desc {
    font-size: 0.875rem;
  }
}

.service-card {
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 10px hsl(var(--black) / 0.05));
  filter: drop-shadow(0px 0px 10px hsl(var(--black) / 0.05));
  padding: 0 32px 44px;
  position: relative;
  z-index: 1;
  --t-margin: 60px;
  margin-top: var(--t-margin);
  height: calc(100% - var(--t-margin));
}

@media screen and (max-width: 767px) {
  .service-card {
    padding: 0 20px 32px;
  }
}

.service-card::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  top: 0;
  left: 0;
  border-radius: 24px;
  border-top-left-radius: 0;
  background-color: hsl(var(--white));
  z-index: -1;
}

.service-card__shape {
  height: 40px;
  width: 95%;
  position: absolute;
  top: -15px;
  left: 0;
  background-color: hsl(var(--white));
  border-top-left-radius: 24px;
  -webkit-transform: skewY(11deg);
  transform: skewY(11deg);
}

@media screen and (max-width: 1399px) {
  .service-card__shape {
    top: -12px;
  }
}

.service-card__thumb img {
  -webkit-mask-image: url(../images/thumbs/servicelayer.png);
  mask-image: url(../images/thumbs/servicelayer.png);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin-top: calc(-1 * var(--t-margin));
}

.service-card__icon {
  --this-h: 48px;
  width: 42px;
  height: var(--this-h);
  border-radius: 8px;
  display: grid;
  place-content: center;
  background-color: hsl(var(--base));
  margin: calc(-1 * var(--this-h) / 2) auto 16px;
  position: relative;
  z-index: 1;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}

.service-card__icon img {
  width: 20px;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

@media screen and (max-width: 575px) {
  .service-card__icon {
    margin-bottom: 12px;
  }
}

.service-card__title {
  margin-bottom: 16px;
  font-family: 600;
}

@media screen and (max-width: 767px) {
  .service-card__title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .service-card__desc {
    font-size: 0.875rem;
  }
}

.service-section.style-two .service-card {
  -webkit-filter: drop-shadow(-2px -2px 0px hsl(var(--black) / 0.05))
    drop-shadow(2px 2px 0px hsl(var(--black) / 0.05));
  filter: drop-shadow(-2px -2px 0px hsl(var(--black) / 0.05))
    drop-shadow(2px 2px 0px hsl(var(--black) / 0.05));
}

.service-section.style-two .service-card::after {
  background-color: hsl(var(--section-bg));
}

.service-section.style-two .service-card__shape {
  background-color: hsl(var(--section-bg));
}

.pricing-section .slick-list {
  padding-block: 30px;
}

.pricing-card {
  position: relative;
  z-index: 1;
  --border-r: 32px;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: hsl(var(--shape-bg));
  border: 1px solid hsl(var(--black) / 0.1);
  height: 100%;
  width: 100%;
  border-radius: var(--border-r);
  z-index: -1;
  -webkit-transform: skewY(8deg);
  transform: skewY(8deg);
  -webkit-box-shadow: 0px 7px 0px 0px hsl(var(--base));
  box-shadow: 0px 7px 0px 0px hsl(var(--base));
}

.pricing-card__top {
  padding: 36px 16px;
  background-color: hsl(var(--base));
  border-radius: 32px;
  text-align: center;
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
  margin-top: -11px;
}

@media screen and (max-width: 1399px) {
  .pricing-card__top {
    padding: 28px 12px;
  }
}

@media screen and (max-width: 767px) {
  .pricing-card__top {
    padding: 24px 12px;
  }
}

.pricing-card__top .name {
  font-size: 1.875rem;
  color: hsl(var(--white));
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.3px;
  font-weight: 600;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
}

@media screen and (max-width: 1399px) {
  .pricing-card__top .name {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .pricing-card__top .name {
    font-size: 1.375rem;
    font-weight: 600;
  }
}

.pricing-card__top .amount {
  color: hsl(var(--white));
  font-weight: 700;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
}

@media screen and (max-width: 1399px) {
  .pricing-card__top .amount {
    font-size: 0.875rem;
  }
}

.pricing-card__content {
  padding: 16px 24px 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1399px) {
  .pricing-card__content {
    padding: 16px 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .pricing-card__content {
    padding: 16px 16px 32px;
  }
}

.pricing-card__list {
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .pricing-card__list {
    padding-bottom: 24px;
  }
}

.pricing-card__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1399px) {
  .pricing-card__item {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .pricing-card__item {
    font-size: 0.875rem;
  }
}

.pricing-card__item::before {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: hsl(var(--base));
  flex-shrink: 0;
}

.pricing-card__item:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid hsl(var(--black) / 0.05);
}

@media screen and (max-width: 1399px) {
  .pricing-card__item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .pricing-card__item:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}

.pricing-card__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: end;
  align-content: end;
}

.fs-30 {
  font-size: 1.875rem;
}

@media screen and (max-width: 1399px) {
  .fs-30 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-30 {
    font-size: 1.25rem;
  }
}

.calculator-wrapper {
  background-color: hsl(var(--shape-bg));
  border-radius: 32px;
  border: 1px solid hsl(var(--base));
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .calculator-wrapper {
    border-radius: 24px;
  }
}

.calculator-wrapper .form--label {
  color: hsl(var(--heading-color));
  font-size: 0.875rem;
}

.calculator-wrapper .form--control {
  background-color: hsl(var(--white));
  border-radius: 12px;
  border: 1px solid hsl(var(--border-color));
  font-size: 1rem;
  padding-block: 12px;
}

.calculator-wrapper .form--control:focus {
  border-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .calculator-wrapper .form--control {
    padding-block: 10px;
  }
}

.choose-shape2,
.choose-shape3 {
  position: absolute;
  z-index: -1;
}

.choose-shape2 {
  max-width: 120px;
  top: 20%;
  left: 60px;
}

.choose-shape3 {
  max-width: 180px;
  top: 15%;
  right: 20px;
}

@media screen and (max-width: 575px) {
  .choose-shape2,
  .choose-shape3 {
    display: none;
  }
}

.choose-card {
  text-align: center;
  position: relative;
  padding-inline: 24px;
  --hb: 105px;
  --this-m: 40px;
  margin-top: var(--this-m);
  padding-bottom: var(--hb);
  z-index: 1;
  height: calc(100% - 40px);
  -webkit-filter: drop-shadow(0px 0px 10px hsl(var(--black) / 0.05));
  filter: drop-shadow(0px 0px 10px hsl(var(--black) / 0.05));
}

@media screen and (max-width: 1399px) {
  .choose-card {
    padding-inline: 16px;
    --this-m: 30px;
    --hb: 90px;
  }
}

@media screen and (max-width: 1199px) {
  .choose-card {
    --hb: 102px;
  }
}

@media screen and (max-width: 1199px) {
  .choose-card {
    --hb: 102px;
  }
}

@media screen and (max-width: 991px) {
  .choose-card {
    --hb: 117px;
  }
}

@media screen and (max-width: 767px) {
  .choose-card {
    --hb: 86px;
  }
}

@media screen and (max-width: 424px) {
  .choose-card {
    --hb: clamp(7.5rem, 5.5952rem + 9.5238vw, 8.125rem);
  }
}

.choose-card__layer {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: calc(100% - var(--hb) * 2);
  width: 100%;
  background-color: hsl(var(--white));
  z-index: -1;
}

.choose-card__layer::after,
.choose-card__layer::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--hb);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: hsl(var(--white));
}

.choose-card__layer::after {
  top: calc(100% - 2px);
  -webkit-mask-image: url(../images/choose/layerb.png);
  mask-image: url(../images/choose/layerb.png);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}

.choose-card__layer::before {
  bottom: calc(100% - 2px);
  -webkit-mask-image: url(../images/choose/layert.png);
  mask-image: url(../images/choose/layert.png);
  -webkit-mask-position: center top;
  mask-position: center top;
}

.choose-card__thumb {
  width: 196px;
  height: 196px;
  margin: 0 auto;
}

@media screen and (max-width: 1399px) {
  .choose-card__thumb {
    height: 164px;
    width: 164px;
  }
}

.choose-card__thumb img {
  border-radius: 50%;
  margin-top: calc(-1 * var(--this-m));
}

.choose-card__icon {
  --this-h: 54px;
  width: 48px;
  height: var(--this-h);
  -webkit-mask-image: url(../images/choose/layer.png);
  mask-image: url(../images/choose/layer.png);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: hsl(var(--base));
  display: grid;
  place-content: center;
  margin: calc(-1 * (var(--this-m)) - var(--this-h) / 2) auto 16px;
}

.choose-card__icon img {
  max-width: 24px;
  width: 100%;
}

.choose-card__title {
  font-weight: 600;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .choose-card__text {
    font-size: 0.875rem;
  }
}

.howworks-wrapper {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .howworks-wrapper {
    padding-bottom: 30px;
  }
}

.howworks-wrapper__animated {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .howworks-wrapper__animated {
    display: none;
  }
}

.howwork-item {
  text-align: center;
  padding: 40px 24px 20px;
  height: 100%;
}

@media screen and (max-width: 1399px) {
  .howwork-item {
    padding: 24px 16px 16px;
  }
}

@media screen and (max-width: 1199px) {
  .howwork-item {
    padding: 16px;
  }
}

@media screen and (max-width: 991px) {
  .howwork-item {
    padding: 32px;
    border: 2px solid hsl(var(--black) / 0.1);
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .howwork-item {
    padding: 24px;
  }
}

@media screen and (max-width: 575px) {
  .howwork-item {
    padding: 16px;
  }
}

.howwork-item__top {
  max-width: 164px;
  width: 100%;
  margin: 0 auto 16px;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .howwork-item__top {
    max-width: 148px;
    margin: 0 auto 12px;
  }
}

@media screen and (max-width: 1199px) {
  .howwork-item__top {
    max-width: 120px;
    margin: 0 auto 8px;
  }
}

.howwork-item__top .count {
  --this-wh: 40px;
  position: absolute;
  top: 10px;
  left: 15px;
  display: grid;
  place-content: center;
  background-color: hsl(var(--base));
  width: var(--this-wh);
  height: var(--this-wh);
  border-radius: 50%;
  outline: 2px solid hsl(var(--white));
  font-size: 1.125rem;
  font-weight: 700;
  color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
  .howwork-item__top .count {
    --this-wh: 36px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  .howwork-item__top .count {
    left: 6px;
    top: 6px;
  }
}

.howwork-item__content .title {
  font-weight: 600;
  margin-bottom: 12px;
}

@media screen and (max-width: 1399px) {
  .howwork-item__content .title {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1199px) {
  .howwork-item__content .title {
    font-size: 1.05rem;
  }
}

@media screen and (max-width: 1399px) {
  .howwork-item__content .desc {
    font-size: 0.875rem;
  }
}

.work-step__content .title {
  font-size: 1.875rem;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .work-step__content .title {
    font-size: 1.5rem;
  }
}

.work-step__content .sub-title {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
  .work-step__content .sub-title {
    margin-bottom: 16px;
    font-size: 1rem;
  }
}

.work-step__content .desc {
  font-family: var(--heading-font);
  font-weight: 500;
  margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
  .work-step__content .desc {
    margin-bottom: 20px;
  }
}

.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --gap-y: 20px;
  --gap-x: 32px;
  gap: var(--gap-y) var(--gap-x);
}

.step-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  width: calc(50% - (var(--gap-x) - var(--gap-x) / 2));
}

@media screen and (max-width: 991px) {
  .step-list__item {
    width: 100%;
  }
}

.step-list__item::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: hsl(var(--base));
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 8px;
}

.feature-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

.feature-content__item:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.feature-content__item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 45px;
  height: 50px;
  -webkit-mask-image: url(../images/choose/layer.png);
  mask-image: url(../images/choose/layer.png);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: hsl(var(--base));
  display: grid;
  place-content: center;
}

.feature-content__item .icon img {
  max-width: 28px;
  width: 100%;
}

.feature-content__item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-content__item .title {
  font-weight: 600;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .feature-content__item .desc {
    font-size: 0.875rem;
  }
}

.feature-thumb {
  position: relative;
  z-index: 1;
}

.feature-thumb::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/thumbs/secul.png);
  mask-image: url(../images/thumbs/secul.png);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: hsl(var(--base-l-900));
  z-index: -1;
}

/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
  --img-wh: 106px;
}

@media screen and (max-width: 1399px) {
  .testimonials {
    --img-wh: 90px;
  }
}

.testimonials .slick-list {
  padding-block: calc(var(--img-wh) / 2);
}

.testimonial-item {
  text-align: center;
  padding: 0 78px 20px;
  position: relative;
  z-index: 1;
  margin-top: calc(var(--img-wh) / 2);
  height: calc(100% - var(--img-wh) / 2);
  --this-h: 140px;
  -webkit-filter: drop-shadow(0px 0px 10px hsl(var(--black) / 0.05));
  filter: drop-shadow(0px 0px 10px hsl(var(--black) / 0.05));
}

@media screen and (max-width: 1399px) {
  .testimonial-item {
    --this-h: 122px;
    padding: 0 45px 16px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonial-item {
    background-color: hsl(var(--white));
    border-radius: 16px;
  }
}

.testimonial-item::after,
.testimonial-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--this-h);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: hsl(var(--white));
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .testimonial-item::after,
  .testimonial-item::before {
    display: none;
  }
}

.testimonial-item::after {
  top: 0px;
  -webkit-mask-image: url(../images/thumbs/tl-t.png);
  mask-image: url(../images/thumbs/tl-t.png);
  -webkit-mask-position: center top;
  mask-position: center top;
}

.testimonial-item::before {
  bottom: 0px;
  -webkit-mask-image: url(../images/thumbs/tl-b.png);
  mask-image: url(../images/thumbs/tl-b.png);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}

.testimonial-item__layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: hsl(var(--white));
  z-index: -1;
  min-height: 24px;
  height: calc(100% - var(--this-h) * 2);
  -webkit-mask-image: url(../images/thumbs/tl-m.png);
  mask-image: url(../images/thumbs/tl-m.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center top;
  mask-position: center top;
}

@media screen and (max-width: 1399px) {
  .testimonial-item__layer {
    height: calc(101% - var(--this-h) * 2);
  }
}

@media screen and (max-width: 1199px) {
  .testimonial-item__layer {
    display: none;
  }
}

.testimonial-item__auth .thumb {
  height: var(--img-wh);
  width: var(--img-wh);
  margin: 0 auto 16px;
}

.testimonial-item__auth .thumb img {
  border-radius: 50%;
  margin-top: calc(-1 * var(--img-wh) / 2);
}

.testimonial-item__auth .name {
  font-weight: 600;
}

.testimonial-item__auth .address {
  margin-bottom: 6px;
}

.testimonial-item__desc {
  margin-top: 16px;
  font-family: var(--heading-font);
  font-weight: 500;
}

@media screen and (max-width: 1399px) {
  .testimonial-item__desc {
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 12px;
  }

  .testimonial-item__auth .name {
    font-size: 1.125rem;
  }

  .testimonial-item__auth .address {
    font-size: 0.875rem;
  }
}

.testimonial-item__icon {
  margin-top: 24px;
}

.testimonials.style-two .testimonial-item {
  -webkit-filter: drop-shadow(-2px -2px 0px hsl(var(--black) / 0.05))
    drop-shadow(2px 2px 0px hsl(var(--black) / 0.05));
  filter: drop-shadow(-2px -2px 0px hsl(var(--black) / 0.05))
    drop-shadow(2px 2px 0px hsl(var(--black) / 0.05));
}

.testimonials.style-two .testimonial-item__layer {
  background-color: hsl(var(--section-bg));
}

.testimonials.style-two .testimonial-item::after,
.testimonials.style-two .testimonial-item::before {
  background-color: hsl(var(--section-bg));
}

/* ================================ Testimonails Section Css End ============================= */
/* ================================= Blog Section Css Start Here ============================= */
.blog-card {
  padding: 0 32px 44px;
  position: relative;
  z-index: 1;
  --t-margin: 240px;
  margin-top: calc(var(--t-margin) / 2);
  height: calc(100% - calc(var(--t-margin) / 2));
}

@media screen and (max-width: 1199px) {
  .blog-card {
    --t-margin: 180px;
  }
}

@media screen and (max-width: 767px) {
  .blog-card {
    --t-margin: 160px;
    padding: 0 20px 32px;
  }
}

@media screen and (max-width: 575px) {
  .blog-card {
    --t-margin: clamp(12.5rem, 9.3627rem + 15.6863vw, 15rem);
  }
}

.blog-card::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  top: 0;
  left: 0;
  border-radius: 24px;
  border-top-left-radius: 0;
  background-color: hsl(var(--section-bg));
  z-index: -1;
}

.blog-card__shape {
  height: 45px;
  width: 95%;
  position: absolute;
  top: -24px;
  left: 0;
  background-color: hsl(var(--section-bg));
  border-top-left-radius: 24px;
  -webkit-transform: skewY(11deg);
  transform: skewY(11deg);
}

@media screen and (max-width: 1399px) {
  .blog-card__shape {
    top: -20px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-card__shape {
    top: -16px;
  }
}

@media screen and (max-width: 767px) {
  .blog-card__shape {
    top: -10px;
  }
}

@media screen and (max-width: 575px) {
  .blog-card__shape {
    top: -20px;
  }
}

.blog-card__thumb {
  margin-bottom: 16px;
}

.blog-card__thumb img {
  -webkit-mask-image: url(../images/thumbs/bloglayer.png);
  mask-image: url(../images/thumbs/bloglayer.png);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin-top: calc(-1 * var(--t-margin) / 2);
  height: var(--t-margin);
}

.blog-card__title {
  margin-bottom: 12px;
  font-family: 600;
  color: hsl(var(--heading-color));
}

.blog-card__desc {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .blog-card__desc {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .blog-card__desc {
    margin-top: 12px;
    font-size: 0.875rem;
  }
}

.blog-page .blog-card {
  -webkit-filter: drop-shadow(-2px 0px 0px hsl(var(--black) / 0.05))
    drop-shadow(2px 0px 0px hsl(var(--black) / 0.05));
  filter: drop-shadow(-2px 0px 0px hsl(var(--black) / 0.05))
    drop-shadow(2px 0px 0px hsl(var(--black) / 0.05));
}

/* ================================= Blog Section Css End Here ================================= */
.investor-card {
  text-align: center;
  padding: 32px 56px 60px;
  position: relative;
  z-index: 1;
  margin-top: calc(var(--img-wh) / 2);
  height: calc(100% - var(--img-wh) / 2);
  --this-h: 90px;
  -webkit-filter: drop-shadow(-2px 0px 0px hsl(var(--black) / 0.05))
    drop-shadow(2px 0px 0px hsl(var(--black) / 0.05));
  filter: drop-shadow(-2px 0px 0px hsl(var(--black) / 0.05))
    drop-shadow(2px 0px 0px hsl(var(--black) / 0.05));
}

@media screen and (max-width: 1399px) {
  .investor-card {
    --this-h: 78px;
    padding: 24px 42px 50px;
  }
}

@media screen and (max-width: 1199px) {
  .investor-card {
    --this-h: 88px;
    padding: 40px 42px 60px;
  }
}

@media screen and (max-width: 991px) {
  .investor-card {
    padding: 24px 32px 36px;
    --this-h: 60px;
  }
}

@media screen and (max-width: 767px) {
  .investor-card {
    padding: 32px 32px 40px;
    --this-h: 75px;
  }
}

@media screen and (max-width: 575px) {
  .investor-card {
    background-color: hsl(var(--section-bg));
    border-radius: 16px;
  }
}

.investor-card::after,
.investor-card::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--this-h);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: hsl(var(--section-bg));
  z-index: -1;
}

@media screen and (max-width: 575px) {
  .investor-card::after,
  .investor-card::before {
    display: none;
  }
}

.investor-card::after {
  top: 0px;
  -webkit-mask-image: url(../images/thumbs/il-t.png);
  mask-image: url(../images/thumbs/il-t.png);
  -webkit-mask-position: center top;
  mask-position: center top;
}

.investor-card::before {
  bottom: 0px;
  -webkit-mask-image: url(../images/thumbs/il-b.png);
  mask-image: url(../images/thumbs/il-b.png);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}

.investor-card__layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: hsl(var(--section-bg));
  z-index: -1;
  min-height: 24px;
  height: calc(100% - var(--this-h) * 2);
  -webkit-mask-image: url(../images/thumbs/il-m.png);
  mask-image: url(../images/thumbs/il-m.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center top;
  mask-position: center top;
}

@media screen and (max-width: 575px) {
  .investor-card__layer {
    display: none;
  }
}

.investor-card .count {
  font-size: 2.375rem;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.38px;
  line-height: 1;
}

@media screen and (max-width: 1399px) {
  .investor-card .count {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .investor-card .count {
    font-size: 1.75rem;
  }
}

.investor-card .name {
  line-height: 130%;
  margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
  .investor-card .name {
    margin-bottom: 6px;
  }
}

.investor-card .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.investor-card .amount {
  font-family: var(--body-font);
  color: hsl(var(--base));
}

@media screen and (max-width: 1399px) {
  .investor-card .amount {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .investor-card .amount {
    font-size: 0.85rem;
  }

  .investor-card .name {
    margin-bottom: 4px;
    font-size: 0.875rem;
  }

  .investor-card .count {
    font-size: 1.25rem;
  }
}

.slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.slider-arrow .slick-arrow {
  --this-wh: 42px;
  position: relative;
  height: var(--this-wh);
  width: var(--this-wh);
  border-radius: 6px;
  background-color: hsl(var(--base));
  border: 0;
  color: hsl(var(--white));
  -webkit-transform: unset;
  transform: unset;
  left: unset;
  right: unset;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .slider-arrow .slick-arrow {
    --this-wh: 36px;
    font-size: 1.25rem;
  }
}

/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
  text-align: center;
  margin-bottom: 16px;
}

.dashboard .sidebar-logo img {
  max-width: 160px;
}

.dashboard .sidebar-menu {
  padding-block: 24px;
  height: 100vh;
  background-color: hsl(var(--heading-color));
  overflow-y: auto;
  z-index: 999;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: var(--side-w);
  border-right: 1px solid hsl(var(--border-color));
  border-radius: 0;
  position: fixed;
  left: 0;
  top: 0;
}

.dashboard .sidebar-menu .dropdown-menu {
  left: 0 !important;
  right: auto !important;
}

.dashboard .sidebar-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
  background-color: hsl(var(--white) / 0.15);
}

.dashboard .sidebar-menu.show-sidebar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 1199px) {
  .dashboard .sidebar-menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 9992;
    border-radius: 0;
  }
}

.dashboard .sidebar-menu__close {
  position: absolute;
  top: 8px;
  right: 16px;
  color: hsl(var(--body-color));
  font-size: 1.25rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  z-index: 9;
}

.dashboard .sidebar-menu__close:active {
  top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
  background-color: transparent;
  border-color: hsl(var(--white));
  color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.active > a {
  background: hsl(var(--white) / 0.05);
  color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active > a {
  color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active > a:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: 18px;
  color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown > a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  color: hsl(var(--body-color));
  font-size: 0.875rem;
}

.dashboard .sidebar-menu-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px 30px;
  width: 100%;
  color: hsl(var(--white));
  font-weight: 600;
  line-height: 1;
  gap: 16px;
}

.dashboard .sidebar-menu-list__link.log-out {
  color: hsl(var(--danger));
}

.dashboard .sidebar-menu-list__link:hover {
  background-color: hsl(var(--white) / 0.05);
  color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link.log-out:hover {
  color: hsl(var(--danger));
}

.dashboard .sidebar-menu-list__link.active {
  color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dashboard .sidebar-submenu {
  display: none;
}

.dashboard .sidebar-submenu.open-submenu {
  display: block;
}

.dashboard .sidebar-submenu-list {
  padding: 16px 0;
}

.dashboard .sidebar-submenu-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.dashboard .sidebar-submenu-list__item.active > a {
  color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: hsl(var(--white));
  font-weight: 500;
  font-size: 16px;
  margin-left: 20px;
  border-radius: 5px;
  position: relative;
  padding-left: 24px;
}

.dashboard .sidebar-submenu-list__link::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid hsl(var(--white));
  border-radius: 50%;
}

.dashboard .sidebar-submenu-list__link:hover {
  color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link .icon {
  margin-right: 8px;
  font-size: 0.9375rem;
  text-align: center;
  border-radius: 4px;
}

/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ======================  Plugin Customization Start  ======================*/
/* ======================  Select2 Start  ======================*/
:root {
  --s-height: 56px;
  --select-border: var(--border-color);
  --select-bg: var(--white);
}

@media screen and (max-width: 767px) {
  :root {
    --s-height: 48px;
  }
}

.selection {
  display: block;
}

.select2 .dropdown-wrapper {
  display: none;
}

.select2-container--default
  :is(.select2-selection--multiple, .select2-selection--single) {
  background-color: hsl(var(--select-bg));
  border: 1px solid hsl(var(--select-border));
  border-radius: 12px;
  min-height: var(--s-height);
  padding-inline: 4px;
}

.select2-container--default.select2-container--focus
  :is(.select2-selection--multiple, .select2-selection--single),
.select2-container--default.select2-container--open
  :is(.select2-selection--multiple, .select2-selection--single) {
  border-color: hsl(var(--base));
}

.select2-container--default .select2-results__option--selected {
  background-color: hsl(var(--black) / 0.05);
}

.select2-dropdown {
  border: 1px solid hsl(var(--black) / 0.2);
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.select2-results__option {
  padding: 6px 10px;
  color: hsl(var(--black));
  font-size: 14px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: hsl(var(--select-border));
  border: 0;
  font-size: 14px;
  font-weight: 500;
  color: hsl(var(--black));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 6px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: var(--s-height);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: var(--s-height);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 6px;
  padding-right: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid hsl(var(--select-border));
  outline: 0;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 14px;
  color: hsl(var(--black));
}

.select2-container:has(
    .select2-selection--multiple,
    .select2-selection--single
  ) {
  width: 100% !important;
}

.img-flag-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.img-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: hsl(var(--select-border));
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.2);
}

/* ======================  Select2 End  ======================*/
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
  margin: 0 -12px;
}

.slick-initialized.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized.slick-slider .slick-slide {
  height: auto;
  padding: 0 12px;
}

.slick-initialized.slick-slider .slick-slide > div {
  height: 100%;
}

.slick-arrow {
  --arrow-wh: 56px;
  --arrow-p: 12px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  color: hsl(var(--white));
  width: var(--arrow-wh);
  height: var(--arrow-wh);
  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;
  border: 2px solid hsl(var(--body-color));
  -webkit-filter: drop-shadow(0px 0px 10px hsl(var(--black) / 0.1));
  filter: drop-shadow(0px 0px 10px hsl(var(--black) / 0.1));
  background-color: transparent;
  color: hsl(var(--body-color));
  font-size: 20px;
}

@media screen and (max-width: 1499px) {
  .slick-arrow {
    --arrow-wh: 48px;
    --arrow-p: 0px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1399px) {
  .slick-arrow {
    --arrow-wh: 42px;
    --arrow-p: -30px;
  }
}

@media screen and (max-width: 575px) {
  .slick-arrow {
    --arrow-wh: 36px;
    --arrow-p: -20px;
    font-size: 0.875rem;
  }
}

.slick-arrow:hover {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.slick-next {
  right: calc(-1 * (var(--arrow-wh) + var(--arrow-p)));
}

.slick-prev {
  left: calc(-1 * (var(--arrow-wh) + var(--arrow-p)));
}

/* Dots Css Start */
.slick-dots {
  text-align: center;
  padding-top: 20px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  background-color: hsl(var(--border-color));
  color: hsl(var(--white));
  margin: 0 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.slick-dots li.slick-active button {
  background: hsl(var(--base));
  width: 48px;
  border-radius: 24px;
  color: hsl(var(--base));
}

/* ================= Slick Arrow & Dots css Start ================ */
.flatpickr-calendar {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid hsl(var(--border-color));
  -webkit-box-shadow: -3px 3px 0px hsl(var(--black) / 0.03);
  box-shadow: -3px 3px 0px hsl(var(--black) / 0.03);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.numInput.cur-year {
  font-size: 14px !important;
  font-weight: 500;
  color: hsl(var(--black) / 0.7);
}

.flatpickr-monthDropdown-months {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  appearance: none;
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none) !important;
  background-repeat: no-repeat !important;
  background-position: right 0rem center !important;
  background-size: 11px 12px !important;
  padding-right: 12px !important;
}

.flatpickr-current-month input.cur-year {
  padding: 0 0 0 16px !important;
}

.flatpickr-months {
  margin-bottom: 12px;
  border-bottom: 1px solid hsl(var(--border-color));
  background-color: hsl(var(--black) / 0.05);
}

.flatpickr-prev-month,
.flatpickr-next-month {
  height: 24px !important;
  top: 6px !important;
  width: 24px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.1);
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  height: 10px !important;
  width: 10px !important;
}

.flatpickr-prev-month path,
.flatpickr-next-month path {
  fill: hsl(var(--base)) !important;
}

.flatpickr-prev-month:hover path,
.flatpickr-next-month:hover path {
  fill: hsl(var(--base)) !important;
}

.flatpickr-prev-month {
  left: 6px !important;
}

.flatpickr-next-month {
  right: 6px !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: hsl(var(--base));
  -webkit-box-shadow: none;
  box-shadow: none;
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.flatpickr-day.today {
  border-color: hsl(var(--base));
  color: hsl(var(--base));
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: hsl(var(--base) / 0.01);
  background: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: hsl(var(--base) / 0.1);
  border-color: hsl(var(--base) / 0.01);
  color: hsl(var(--base));
}

.flatpickr-day.inRange {
  -webkit-box-shadow: -5px 0 0 hsl(var(--base) / 0.01),
    5px 0 0 hsl(var(--base) / 0.09);
  box-shadow: -5px 0 0 hsl(var(--base) / 0.01), 5px 0 0 hsl(var(--base) / 0.09);
}

.flatpickr-day.selected.startRange {
  -webkit-box-shadow: 5px 0 0 hsl(var(--base) / 0.09);
  box-shadow: 5px 0 0 hsl(var(--base) / 0.09);
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -10px 0 0 hsl(var(--base));
  box-shadow: -10px 0 0 hsl(var(--base));
}

.form--control.datepicker2 {
  position: relative;
  padding-right: 40px;
}

.form--control.datepicker2:-moz-read-only {
  background-color: transparent;
  border: 1px solid hsl(var(--border-color));
}

.form--control.datepicker2:disabled,
.form--control.datepicker2:read-only {
  background-color: transparent;
  border: 1px solid hsl(var(--border-color));
}

.form--control.datepicker2:-moz-read-only:focus {
  border-color: hsl(var(--black) / 0.2);
}

.form--control.datepicker2:disabled:focus,
.form--control.datepicker2:read-only:focus {
  border-color: hsl(var(--black) / 0.2);
}

.datepicker-inner {
  position: relative;
  z-index: 1;
  background-color: hsl(var(--white));
  border-radius: 12px;
}

.datepicker-inner.time-picker::after {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
}

.datepicker-inner::after {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
  display: grid;
  place-content: center;
  z-index: -1;
  color: hsl(var(--body-color));
}

/* ======================  Plugin Customization End  ======================*/
/* ======================  Pages Design Start  ======================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.blog-details__thumb {
  border-radius: 12px;
  overflow: hidden;
}

.blog-details__content {
  padding-top: 32px;
}

.blog-details h5 {
  font-weight: 500;
  margin-bottom: 12px !important;
}

.blog-details ul,
.blog-details ol {
  padding-left: 20px;
}

.blog-details blockquote {
  font-style: italic;
  text-align: left;
  padding: 20px;
  background: hsl(var(--base) / 0.05);
  font-weight: 500;
  font-size: 18px;
  border-left: 4px solid hsl(var(--base));
  border-radius: 12px;
  margin-top: 12px;
}

.blog-details ul {
  list-style: auto;
}

.blog-details .social-list {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .blog-details__content {
    padding-top: 24px;
  }
}

.blog-details__title {
  margin-bottom: 16px;
  font-weight: 600;
  max-width: 620px;
  width: 100%;
}

.list-mark {
  max-width: 700px;
  width: 100%;
}

.list-mark__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --gap-y: 20px;
  --gap-x: 32px;
  gap: var(--gap-y) var(--gap-x);
}

.list-mark__item {
  width: calc(50% - (var(--gap-x) - var(--gap-x) / 2));
  color: hsl(var(--heading-color));
  font-size: 1.125rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 1399px) {
  .list-mark__item {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .list-mark__item {
    width: 100%;
  }
}

.list-mark__item .icon {
  color: hsl(var(--base));
}

.circle-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid hsl(var(--border-color));
  background: hsl(var(--section-bg));
}

@media screen and (max-width: 575px) {
  .circle-card {
    gap: 12px;
    padding: 16px;
  }
}

.circle-card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.circle-card__content .title {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .circle-card__content .title {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .circle-card__content .desc {
    font-size: 0.875rem;
  }
}

.client-slider-item {
  padding-inline: 12px;
  text-align: center;
  max-width: 200px;
}

@media (max-width: 575px) {
  .client-slider-item {
    max-width: 160px;
    padding-inline: 6px;
  }
}

@media (max-width: 424px) {
  .client-slider-item {
    max-width: 124px;
    padding-inline: 0;
  }
}

.circle-progress {
  --this-wh: 80px;
  height: var(--this-wh);
  width: var(--this-wh);
  border-radius: 50%;
  position: relative;
  display: grid;
  place-content: center;
  z-index: 1;
  background: conic-gradient(hsl(var(--base)) 78%, hsl(var(--shape-bg)) 14%);
  border: 1px solid hsl(var(--base) / 0.5);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .circle-progress {
    --this-wh: 60px;
  }
}

.circle-progress.two {
  background: conic-gradient(hsl(var(--base)) 50%, hsl(var(--shape-bg)) 50%);
}

.circle-progress::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background: hsl(var(--shape-bg));
  border-radius: 50%;
  z-index: -1;
}

.circle-progress__value {
  line-height: 1;
  font-weight: 600;
  color: hsl(var(--heading-color));
}

.share-blog__title {
  color: hsl(var(--black));
}

.share-blog .social-list__link {
  height: 38px;
  width: 38px;
  color: hsl(var(--body-color));
  border: 1px solid hsl(var(--body-color));
  border-radius: 50%;
  font-size: 20px;
}

.share-blog .social-list__link.active,
.share-blog .social-list__link:hover,
.share-blog .social-list__link:focus {
  background-color: hsl(var(--base) / 0.1);
  border-color: hsl(var(--base));
  color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
  .share-blog .social-list__link {
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
}

.inner-blog-thumb {
  border-radius: 16px;
  overflow: hidden;
}

.inner-blog-content .item {
  font-size: 1.125rem;
  color: hsl(var(--heading-color));
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.inner-blog-content .item i {
  color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .inner-blog-content .item {
    font-size: 1rem;
  }
}

.inner-blog-content .item:not(:last-child) {
  margin-bottom: 16px;
}

/* ========================================== Blog Details Css End ======================================*/
.contact-widget {
  text-align: center;
  padding: 0 84px 70px;
  position: relative;
  -webkit-filter: drop-shadow(-2px -2px 0px hsl(var(--black) / 0.05))
    drop-shadow(2px 2px 0px hsl(var(--black) / 0.05));
  filter: drop-shadow(-2px -2px 0px hsl(var(--black) / 0.05))
    drop-shadow(2px 2px 0px hsl(var(--black) / 0.05));
  --icon-wh: 64px;
  margin-top: calc(var(--icon-wh) / 2);
  height: calc(100% - var(--icon-wh) / 2);
  min-height: 230px;
}

@media screen and (max-width: 1399px) {
  .contact-widget {
    padding: 0px 48px 48px;
    min-height: 198px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-widget {
    padding: 0px 36px 48px;
    --icon-wh: 48px;
    min-height: 164px;
  }
}

@media screen and (max-width: 991px) {
  .contact-widget {
    padding: 0px 36px 60px;
    --icon-wh: 60px;
    min-height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .contact-widget {
    padding: 0px 32px 32px;
    --icon-wh: 42px;
    min-height: 136px;
  }
}

@media screen and (max-width: 575px) {
  .contact-widget {
    padding: 0 24px 24px;
    background-color: hsl(var(--section-bg));
    -webkit-filter: unset;
    filter: unset;
    border: 1px solid hsl(var(--black) / 0.05);
    border-radius: 16px;
    --icon-wh: 48px;
  }
}

.contact-widget::after,
.contact-widget::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: hsl(var(--section-bg));
  z-index: -1;
}

@media screen and (max-width: 575px) {
  .contact-widget::after,
  .contact-widget::before {
    display: none;
  }
}

.contact-widget::after {
  top: 0px;
  -webkit-mask-image: url(../images/thumbs/cn-t.png);
  mask-image: url(../images/thumbs/cn-t.png);
  -webkit-mask-position: center top;
  mask-position: center top;
}

.contact-widget::before {
  bottom: 0px;
  -webkit-mask-image: url(../images/thumbs/cn-b.png);
  mask-image: url(../images/thumbs/cn-b.png);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}

.contact-widget .icon {
  height: var(--icon-wh);
  width: var(--icon-wh);
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-radius: 50%;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-transform: translateY(calc(-1 * var(--icon-wh) / 2));
  transform: translateY(calc(-1 * var(--icon-wh) / 2));
}

@media screen and (max-width: 1199px) {
  .contact-widget .icon {
    font-size: 24px;
    margin-bottom: calc(-1 * var(--icon-wh) / 3);
  }
}

@media screen and (max-width: 767px) {
  .contact-widget .icon {
    font-size: 18px;
  }
}

.contact-widget .title {
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
  .contact-widget .title {
    margin-bottom: 12px;
  }
}

.contact-info__item {
  color: hsl(var(--body-color));
  display: block;
}

@media screen and (max-width: 1199px) {
  .contact-info__item {
    font-size: 0.875rem;
  }
}

.contact-map iframe {
  min-height: 400px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

@media screen and (max-width: 575px) {
  .contact-map iframe {
    min-height: 320px;
  }
}

.contact-heading {
  margin-bottom: 32px;
}

@media screen and (max-width: 1399px) {
  .contact-heading {
    margin-bottom: 24px;
  }
}

.contact-heading .title {
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-heading .desc {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1399px) {
  .contact-heading .desc {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .contact-form .form--control {
    padding-block: 12px;
  }
}

.contact-form .form--control:focus {
  background-color: hsl(var(--base) / 0.03);
}

/* =========================================== Account Css Start =========================*/
.account-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100vh;
}

.account-section .btn::before,
.custom--modal .btn::before,
.solid-btn::before {
  display: none;
}

.account-section .btn::after,
.custom--modal .btn::after,
.solid-btn::after {
  transform: skew(0deg);
  border-radius: 12px;
}

.account-left {
  height: 100%;
  overflow: hidden;
  width: 55%;
  position: relative;
  z-index: 1;
  -webkit-mask-image: url(../images/thumbs/ac-l.png);
  mask-image: url(../images/thumbs/ac-l.png);
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: hsl(var(--base) / 0.08);
  padding-inline: 24px;
}

.account-left__thumb {
  max-width: 792px;
  margin: 0 auto;
}

.account-left__shape {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.account-left__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  padding-right: 160px;
  margin-bottom: 120px;
}

@media screen and (max-width: 1399px) {
  .account-left__top {
    margin-bottom: 80px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 991px) {
  .account-left {
    display: none;
  }
}

.account-content {
  height: 100%;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 40px 0;
  overflow-y: auto;
}

@media screen and (max-width: 991px) {
  .account-content {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .account-content {
    padding: 32px 16px;
  }
}

.account-heading {
  margin-bottom: 32px;
  text-align: center;
}

.account-heading__text {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 0.875rem;
  font-weight: 600;
}

.account-heading__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .account-heading__title {
    font-size: 24px;
  }
}

.account-form {
  width: 100%;
  max-height: 100%;
  max-width: 480px;
  --select-border: var(--border-color);
  --select-bg: var(--section-bg);
}

@media (min-width: 768px) {
  .account-form {
    --s-height: 50px;
  }
}

.account-form .form--control {
  background-color: hsl(var(--section-bg));
}

.account-form .form--control:focus {
  background-color: hsl(var(--base) / 0.03);
}

@media (min-width: 768px) {
  .account-form .form--control {
    padding-block: 12px;
  }
}

.account-form .input-group {
  border: 1px solid hsl(var(--black) / 0.3);
  border-radius: 12px;
  background-color: hsl(var(--section-bg));
}

.account-form .input-group:focus-within {
  background-color: hsl(var(--base) / 0.03);
  border-color: hsl(var(--base));
}

.account-form .input-group .form--control {
  border: 0;
}

.account-form .input-group .input-group-text {
  background-color: transparent;
  border-color: transparent;
  color: hsl(var(--base-two));
  position: relative;
}

.account-form .input-group .input-group-text::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 1px;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--black) / 0.3);
}

.social-auth {
  margin-top: 32px;
}

.social-auth__title {
  font-size: 14px;
  font-weight: 600;
  color: hsl(var(--base-two));
  text-align: center;
  margin-bottom: 12px;
}

.social-auth__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

@media screen and (max-width: 575px) {
  .social-auth__list {
    gap: 8px;
  }
}

.social-auth__link {
  --social-bg: #181c1f;
  --socila-color: #b9babb;
  height: 40px;
  width: 40px;
  display: grid;
  place-content: center;
  background-color: var(--social-bg);
  border-radius: 50%;
  color: var(--socila-color);
}

.social-auth__link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
  .social-auth__link {
    height: 36px;
    width: 36px;
    font-size: 14px;
  }
}

.forgot-password {
  color: hsl(var(--base));
  font-weight: 500;
  font-size: 14px;
}

.account-external {
  font-weight: 600;
  padding-bottom: 40px;
}

/* ============================================ Account Css End ====================================*/
/* ================================= Dashboard Css Start =========================== */
.dashboard {
  position: relative;
  --inner-p: 24px;
  --side-w: 270px;
  background-color: #eee;
}

@media screen and (max-width: 575px) {
  .dashboard {
    --inner-p: 16px;
  }
}

.dashboard .btn::before {
  display: none;
}

.dashboard .btn::after {
  border-radius: 12px;
  -webkit-transform: skew(0deg);
  transform: skew(0deg);
}

.dashboard__right {
  width: calc(100% - var(--side-w));
  margin-left: var(--side-w);
}

@media screen and (max-width: 1199px) {
  .dashboard__right {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .dashboard .container-fluid {
    padding-inline: 24px;
  }
}

@media (min-width: 1200px) {
  .dashboard .container-fluid {
    padding-inline: 32px;
  }
}

.dashboard-header {
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: hsl(var(--base));
  padding-block: 16px;
}

@media screen and (max-width: 991px) {
  .dashboard-header {
    padding-block: 12px;
  }
}

.dashboard-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}

.dashboard-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.dashboard-header-left .dropdown-menu {
  left: 0 !important;
  right: auto !important;
}

.dashboard-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .dashboard-header-right .dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }
}

.user-info {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin-left: 24px;
  border-left: 1px solid #e8e9eb;
}

.user-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.user-info-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .user-info-thumb {
    width: 32px;
    height: 32px;
  }
}

.user-info-content .name {
  display: block;
  font-weight: 700;
  color: hsl(var(--white));
  line-height: 1.2;
}

.user-info-arrow {
  color: hsl(var(--white));
}

.user-dropdown .dropdown-menu {
  max-width: 240px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-block: 6px;
  padding-inline: 0;
}

.user-dropdown .devide {
  border-top: 1px solid hsl(var(--border-color) / 0.5);
  margin-block: 6px;
}

.user-dropdown-link {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: hsl(var(--body-color));
  font-weight: 500;
  line-height: 1;
}

.notification-icon,
.navigation-bar {
  color: hsl(var(--white));
  font-size: 24px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .notification-icon,
  .navigation-bar {
    font-size: 20px;
  }
}

.notification-count {
  position: absolute;
  top: -6px;
  right: -12px;
  background-color: #eb4e3d;
  color: hsl(var(--white));
  border-radius: 32px;
  line-height: 1;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 6px;
  white-space: nowrap;
}

.notification-dropdown {
  width: 300px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .notification-dropdown {
    width: 220px;
    height: 380px;
  }
}

.notification-dropdown-header {
  padding: 16px;
  border-bottom: 1px solid hsl(var(--border-color) / 0.5);
}

.notification-dropdown-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
}

.notification-dropdown-footer {
  padding: 16px 12px;
  text-align: center;
  border-top: 1px solid hsl(var(--border-color) / 0.5);
}

.notification-dropdown-footer .link {
  color: hsl(var(--base));
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

.notification-item {
  padding: 16px;
}

.notification-item:not(:last-child) {
  border-bottom: 1px solid hsl(var(--border-color) / 0.5);
}

.notification-item .title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: hsl(var(--dark));
}

.notification-item .desc {
  font-size: 0.875rem;
  color: hsl(var(--body-color));
}

.notification-item .time {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--base));
}

.dashboard-body {
  position: relative;
  min-height: calc(100vh - (var(--dh-h) + 1px));
  padding-block: var(--inner-p);
}

.widget-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background-color: hsl(var(--white));
  border-radius: 20px;
  height: 100%;
}

.widget-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.1);
  display: grid;
  place-content: center;
}

.widget-card__content .title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.widget-card__content .count {
  line-height: 1.6;
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .widget-card__content .count {
        font-size: 1.125rem;
      }
}

.investor-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.investor-list-item:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.investor-list-item__thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.investor-list-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.investor-list-item__content .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.investor-list-item__content .name {
  font-weight: 600;
  font-size: 0.875rem;
  color: hsl(var(--black));
}

.investor-list-item__content .email {
  font-size: 0.75rem;
}

.investor-list-item__content .amount {
  font-weight: 600;
  font-size: 0.875rem;
  color: hsl(var(--black));
}

.file-upload {
  display: inline-block;
  position: relative;
}

.file-upload__thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .file-upload__thumb {
    width: 64px;
    height: 64px;
  }
}

.file-upload__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  display: grid;
  place-content: center;
  bottom: 4px;
  right: 12px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-radius: 50%;
  outline: 3px solid hsl(var(--white));
  font-size: 0.75rem;
}

.profile-card {
  --s-height: 42px;
}

@media (min-width: 768px) {
  .profile-card {
    --s-height: 48px;
  }
}

.md-style + .select2-container {
  --s-height: 42px;
}

@media (min-width: 768px) {
  .md-style + .select2-container {
    --s-height: 48px;
  }
}

.personal-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  font-weight: 500;
}

.personal-info__item .title {
  color: hsl(var(--black));
  min-width: 90px;
}

.personal-info__item .devide {
  color: hsl(var(--black));
}

.personal-info__item .desc {
  color: hsl(var(--body-color));
}

.personal-info__item:not(:last-child) {
  margin-bottom: 14px;
}

.profile-preview {
  --this-wh: 80px;
}

@media screen and (max-width: 575px) {
  .profile-preview {
    --this-wh: 64px;
  }
}

.profile-preview__banner {
  height: calc(var(--this-wh) * 2);
  border-radius: 16px;
  background-color: hsl(var(--base));
}

.profile-preview__thumb {
  width: var(--this-wh);
  height: var(--this-wh);
  border-radius: 50%;
  overflow: hidden;
  margin: calc(-1 * var(--this-wh) / 2) auto 0;
  outline: 5px solid hsl(var(--white));
}

.plan-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .plan-info__item {
    font-size: 0.875rem;
  }
}

.plan-info__item .title {
  color: hsl(var(--body-color));
}

.plan-info__item.total {
  font-weight: 700;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid hsl(var(--black) / 0.1);
}

.plan-info__item:not(:last-child) {
  margin-bottom: 12px;
}

.twofa-wrapper-left {
  width: 320px;
}

.twofa-wrapper .desc {
  font-family: var(--heading-font);
}

.twofa-wrapper .thumb {
  width: 247px;
  height: 247px;
  padding: 24px;
  background-color: hsl(var(--section-bg));
  border: 2px dashed hsl(var(--body-color));
}

.twofa-wrapper-right {
  width: 600px;
}

.info-text {
  display: flex;
  gap: 6px;
  font-size: 0.8rem;
  margin-top: 8px;
}

.invest-plan-info {
  padding: 24px 60px;
  border-radius: 12px;
  margin-bottom: 24px;
  display: inline-block;
  border: 1px solid hsl(var(--black) / 0.15);
  background-color: hsl(var(--base) / 0.05);
}

.invest-plan-info p strong {
  font-weight: 600;
}

@media (max-width: 991px) {
  .invest-plan-info p {
    font-size: 0.875rem;
  }

  .invest-plan-info {
    padding: 24px 32px;
  }
}

.table-search-wrapper {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
}

/* ======================  Pages Design End  ======================*/
