/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Outfit", sans-serif;
  --body-font: "Inter", sans-serif;
  /* ========================= Theme Color Start ============================= */
  --base-h: 155;
  --base-s: 100%;
  --base-l: 36%;
  --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-h: 197;
  --base-two-s: 100%;
  --base-two-l: 40%;
  --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% 33%;
  --footer-bg: 0 0% 13%;
  --table-bg: 0 0% 98%;
  --body-bg: 0 0% 100%;
  --heading-color: 0 0% 16%;
  --black: 0 0% 0%;
  --border-color: 0 0% 88%;
  --section-bg: 0 0% 87%;
  /* ================================ Box Shadow Start =============================== */
  --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: 112;
  --success-s: 100%;
  --success-l: 40%;
  --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: 96%;
  --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: 46%;
  --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: 100%;
  --info-l: 50%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  --info-d-100: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.4);
  --info-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 ============================== */
  /* ============================== Dark Mood Color Modify Start ============================== */
  /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme="dark"] {
  --white: 200 9% 7%;
  --black: 210 40% 98%;
}

/* ========================= Css Variables End =========================== */
/* ======================  Custom Classes Start  ======================*/
@media screen and (min-width: 425px) and (max-width: 575px) {
  .col-xsm-6 {
    width: 50%;
  }
}

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

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

.bg--img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.bg--img-2 {
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
}

.bg--transparent {
  background-color: transparent !important;
}

.parallax--bg {
  background-attachment: fixed !important;
}

.fit--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.position--center {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-pointer {
  cursor: pointer;
}

.gradient-text {
  background-image: linear-gradient(
    180deg,
    hsl(var(--base-d-200)) 0%,
    hsl(var(--base)) 100%
  );
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text::selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
  background: transparent;
}

.placeholder--white::placeholder {
  color: hsl(var(--white) / 0.7);
}

.text--underline {
  text-decoration: underline !important;
}

/* ======================  Custom Classes End  ======================*/
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: hsl(var(--body-bg));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: hsl(var(--body-color));
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 10px 0;
  }
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  transition: 0.2s linear;
  line-height: inherit;
}

a {
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  color: hsl(var(--heading-color));
}

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 {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

button:focus {
  outline: none;
  box-shadow: none;
}

/* ================================= Common Typography Css End =========================== */
/* ======================  Overlay Start  ======================*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--black) / 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 12;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.section-heading {
  margin-bottom: 32px;
}

.section-heading__subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  color: hsl(var(--heading-color));
  letter-spacing: 6px;
}

@media screen and (max-width: 991px) {
  .section-heading__subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 14px;
  }
}

.section-heading__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
  .section-heading__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .section-heading__title {
    font-size: 34px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 424px) {
  .section-heading__title {
    font-size: 24px;
  }
}

.section-heading__desc {
  font-size: 18px;
  font-weight: 400;
  color: hsl(var(--body-color));
}

@media screen and (max-width: 991px) {
  .section-heading__desc {
    font-size: 16px;
  }
}

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

.bg--base-two {
  background-color: hsl(var(--base-two)) !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--white {
  background-color: hsl(var(--white)) !important;
}

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

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

.hover-bg--base-two:hover {
  background-color: hsl(var(--base-two)) !important;
}

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

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

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

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

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

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

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

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

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

.text--base-two {
  color: hsl(var(--base-two)) !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--white {
  color: hsl(var(--white)) !important;
}

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

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

.text--black7 {
  color: hsl(var(--black) / 0.7) !important;
}

.text--shadow {
  text-shadow: 4px 1px 2px hsl(var(--black) / 0.6);
}

/* ================================= Color Css End =========================== */
/* ================================= Margin Css Start =========================== */
.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .my-120 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.mt-120 {
  margin-top: 60px;
}

@media (min-width: 576px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.my-100 {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .my-100 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.mt-100 {
  margin-top: 50px;
}

@media (min-width: 576px) {
  .mt-100 {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .mt-100 {
    margin-top: 100px;
  }
}

.mb-100 {
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .mb-100 {
    margin-bottom: 100px;
  }
}

.my-80 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .my-80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.mt-80 {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .mt-80 {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .mt-80 {
    margin-top: 80px;
  }
}

.mb-80 {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .my-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mt-60 {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

.my-40 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.mt-40 {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .mt-40 {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .mt-40 {
    margin-top: 40px;
  }
}

.mb-40 {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}

.my-30 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .my-30 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.mt-30 {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .mt-30 {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .mt-30 {
    margin-top: 30px;
  }
}

.mb-30 {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .mb-30 {
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .mb-30 {
    margin-bottom: 30px;
  }
}

/* ================================= Margin Css End =========================== */
/* ================================= Padding Css Start =========================== */
.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-120 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-120 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

.py-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .py-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pt-100 {
  padding-top: 50px;
}

@media (min-width: 576px) {
  .pt-100 {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .pt-100 {
    padding-top: 100px;
  }
}

.pb-100 {
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

.py-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 576px) {
  .py-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.pt-80 {
  padding-top: 40px;
}

@media (min-width: 576px) {
  .pt-80 {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .pt-80 {
    padding-top: 80px;
  }
}

.pb-80 {
  padding-bottom: 40px;
}

@media (min-width: 576px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}

.py-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 30px;
}

@media (min-width: 576px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}

.pb-60 {
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

.py-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .py-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pt-40 {
  padding-top: 20px;
}

@media (min-width: 576px) {
  .pt-40 {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .pt-40 {
    padding-top: 40px;
  }
}

.pb-40 {
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .pb-40 {
    padding-bottom: 40px;
  }
}

.py-30 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .py-30 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.pt-30 {
  padding-top: 20px;
}

@media (min-width: 576px) {
  .pt-30 {
    padding-top: 24px;
  }
}

@media (min-width: 992px) {
  .pt-30 {
    padding-top: 30px;
  }
}

.pb-30 {
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .pb-30 {
    padding-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .pb-30 {
    padding-bottom: 30px;
  }
}

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

.border--base-two {
  border-color: hsl(var(--base-two)) !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--white {
  border-color: hsl(var(--white)) !important;
}

.border--black {
  border-color: hsl(var(--black)) !important;
}

/* ================================= Border Color Css End =========================== */
/* ======================  Font Size Start  ======================*/
.fs--12 {
  font-size: 12px !important;
}

.fs--14 {
  font-size: 14px !important;
}

.fs--16 {
  font-size: 16px !important;
}

.fs--18 {
  font-size: 18px !important;
}

.fs--20 {
  font-size: 20px !important;
}

.fs--22 {
  font-size: 22px !important;
}

.fs--24 {
  font-size: 24px !important;
}

.fs--26 {
  font-size: 26px !important;
}

.fs--28 {
  font-size: 28px !important;
}

.fs--30 {
  font-size: 30px !important;
}

.fs--32 {
  font-size: 32px !important;
}

.fs--34 {
  font-size: 34px !important;
}

.fs--36 {
  font-size: 36px !important;
}

.fs--38 {
  font-size: 38px !important;
}

.fs--40 {
  font-size: 40px !important;
}

.fs--42 {
  font-size: 42px !important;
}

.fs--44 {
  font-size: 44px !important;
}

.fs--46 {
  font-size: 46px !important;
}

.fs--48 {
  font-size: 48px !important;
}

.fs--50 {
  font-size: 50px !important;
}

.fs--52 {
  font-size: 52px !important;
}

.fs--54 {
  font-size: 54px !important;
}

.fs--56 {
  font-size: 56px !important;
}

.fs--58 {
  font-size: 58px !important;
}

.fs--60 {
  font-size: 60px !important;
}

.fs--62 {
  font-size: 62px !important;
}

.fs--64 {
  font-size: 64px !important;
}

.fs--66 {
  font-size: 66px !important;
}

.fs--68 {
  font-size: 68px !important;
}

.fs--70 {
  font-size: 70px !important;
}

/* ======================  Font Size End  ======================*/
/* ======================  Font Weight Start  ======================*/
.fw--100 {
  font-weight: 100 !important;
}

.fw--200 {
  font-weight: 200 !important;
}

.fw--300 {
  font-weight: 300 !important;
}

.fw--400 {
  font-weight: 400 !important;
}

.fw--500 {
  font-weight: 500 !important;
}

.fw--600 {
  font-weight: 600 !important;
}

.fw--700 {
  font-weight: 700 !important;
}

.fw--800 {
  font-weight: 800 !important;
}

.fw--900 {
  font-weight: 900 !important;
}

/* ======================  Font Weight End  ======================*/
/* ======================  Radius Start  ======================*/
.radius--0 {
  border-radius: 0px !important;
}

.radius--2 {
  border-radius: 2px !important;
}

.radius--4 {
  border-radius: 4px !important;
}

.radius--6 {
  border-radius: 6px !important;
}

.radius--8 {
  border-radius: 8px !important;
}

.radius--10 {
  border-radius: 10px !important;
}

.radius--12 {
  border-radius: 12px !important;
}

.radius--14 {
  border-radius: 14px !important;
}

.radius--16 {
  border-radius: 16px !important;
}

.radius--18 {
  border-radius: 18px !important;
}

.radius--20 {
  border-radius: 20px !important;
}

.radius--22 {
  border-radius: 22px !important;
}

.radius--24 {
  border-radius: 24px !important;
}

.radius--26 {
  border-radius: 26px !important;
}

.radius--28 {
  border-radius: 28px !important;
}

.radius--30 {
  border-radius: 30px !important;
}

.radius--32 {
  border-radius: 32px !important;
}

.radius--50 {
  border-radius: 50% !important;
}

/* ======================  Radius End  ======================*/
/* ======================  z-index Start  ======================*/
.z--1 {
  z-index: 1;
}

.z--2 {
  z-index: 2;
}

.z--3 {
  z-index: 3;
}

.z--4 {
  z-index: 4;
}

.z--5 {
  z-index: 5;
}

.z--6 {
  z-index: 6;
}

.z--7 {
  z-index: 7;
}

.z--8 {
  z-index: 8;
}

.z--9 {
  z-index: 9;
}

.zm--1 {
  z-index: -1;
}

.zm--2 {
  z-index: -2;
}

.zm--3 {
  z-index: -3;
}

.zm--4 {
  z-index: -4;
}

.zm--5 {
  z-index: -5;
}

.zm--6 {
  z-index: -6;
}

.zm--7 {
  z-index: -7;
}

.zm--8 {
  z-index: -8;
}

.zm--9 {
  z-index: -9;
}

/* ======================  z-index End  ======================*/
/* ======================  Width Start  ======================*/
.w--10 {
  width: 10% !important;
}

.w--20 {
  width: 20% !important;
}

.w--30 {
  width: 30% !important;
}

.w--40 {
  width: 40% !important;
}

.w--50 {
  width: 50% !important;
}

.w--60 {
  width: 60% !important;
}

.w--70 {
  width: 70% !important;
}

.w--80 {
  width: 80% !important;
}

.w--90 {
  width: 90% !important;
}

.w--100 {
  width: 100% !important;
}

/* ======================  Width End  ======================*/
/* ======================  Height Start  ======================*/
.h--10 {
  height: 10% !important;
}

.h--20 {
  height: 20% !important;
}

.h--30 {
  height: 30% !important;
}

.h--40 {
  height: 40% !important;
}

.h--50 {
  height: 50% !important;
}

.h--60 {
  height: 60% !important;
}

.h--70 {
  height: 70% !important;
}

.h--80 {
  height: 80% !important;
}

.h--90 {
  height: 90% !important;
}

.h--100 {
  height: 100% !important;
}

/* ======================  Height End  ======================*/
/* ======================  Gap Start  ======================*/
.gap--4 {
  gap: 4px !important;
}

.gap--8 {
  gap: 8px !important;
}

.gap--12 {
  gap: 12px !important;
}

.gap--16 {
  gap: 16px !important;
}

.gap--20 {
  gap: 20px !important;
}

.gap--24 {
  gap: 24px !important;
}

.gap--28 {
  gap: 28px !important;
}

.gap--32 {
  gap: 32px !important;
}

.gap--36 {
  gap: 36px !important;
}

.gap--40 {
  gap: 40px !important;
}

.gap--44 {
  gap: 44px !important;
}

.gap--48 {
  gap: 48px !important;
}

.gap--52 {
  gap: 52px !important;
}

.gap--56 {
  gap: 56px !important;
}

.gap--60 {
  gap: 60px !important;
}

.gap--64 {
  gap: 64px !important;
}

.gap--68 {
  gap: 68px !important;
}

.gap--72 {
  gap: 72px !important;
}

.gap--76 {
  gap: 76px !important;
}

.gap--80 {
  gap: 80px !important;
}

.gap--84 {
  gap: 84px !important;
}

.gap--88 {
  gap: 88px !important;
}

/* ======================  Gap End  ======================*/
/* =========================== Accordion Css start ============================= */
.accordion .accordion-item {
  border: 1px solid hsl(var(--black) / 0.09);
  background-color: transparent !important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 8px 0px;
}

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

.accordion .accordion-header {
  line-height: 1;
}

.accordion .accordion-body {
  padding: 0 20px 20px 20px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .accordion .accordion-body {
    padding: 0px 20px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .accordion .accordion-body {
    font-size: 14px;
  }
}

.accordion:first-of-type .accordion-button.collapsed {
  border-radius: 10px !important;
}

.accordion:last-of-type .accordion-button.collapsed {
  border-radius: 10px !important;
}

.accordion .accordion-button {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 500;
  padding: 24px;
}

@media screen and (max-width: 575px) {
  .accordion .accordion-button {
    padding: 13px;
    padding-right: 30px;
    font-size: 16px;
  }
}

.accordion .accordion-button::after {
  background-image: none;
}

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

.accordion .accordion-button:not(.collapsed) {
  color: hsl(var(--black));
  background-color: hsl(var(--white)) !important;
  box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: hsl(var(--base));
}

.accordion .accordion-button[aria-expanded="true"]::after,
.accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f068";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  height: unset;
}

.accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f067";
  color: hsl(var(--body-color));
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: none;
  background-color: none;
  border-color: none;
}

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

.btn {
  color: hsl(var(--white)) !important;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--body-font);
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .btn {
    border-radius: 7px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 14px 25px;
    font-size: 14px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 575px) {
  .btn {
    padding: 12px 20px;
  }
}

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

.btn:active {
  top: 1px;
}

.btn--lg {
  padding: 20px 35px;
}

@media screen and (max-width: 991px) {
  .btn--lg {
    padding: 18px 30px;
  }
}

@media screen and (max-width: 767px) {
  .btn--lg {
    padding: 16px 25px;
  }
}
/* btn md */
.btn--md {
  padding: 12px 16px;
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .btn--md {
    padding: 9px 18px;
  }
}

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

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

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

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

.btn--base {
  background-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base)) !important;
  color: hsl(var(--base)) !important;
}

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

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

.btn--base-two:hover,
.btn--base-two:focus .btn--base-two:focus-visible {
  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--primary {
  background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
  background-color: hsl(var(--primary-d-200)) !important;
  border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--primary)) !important;
  color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
  background-color: hsl(var(--primary)) !important;
  color: hsl(var(--white)) !important;
}

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

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
  background-color: hsl(var(--secondary-d-200)) !important;
  border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--secondary)) !important;
  color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--white)) !important;
}

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

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
  background-color: hsl(var(--danger-d-200)) !important;
  border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
  background-color: transparent !important;
  border: 1px solid hsl(var(--danger)) !important;
  color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
}

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

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
  background-color: hsl(var(--warning-d-200)) !important;
  border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
  background-color: transparent !important;
  border: 1px solid hsl(var(--warning)) !important;
  color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
  background-color: hsl(var(--warning)) !important;
  color: hsl(var(--white)) !important;
}

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

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
  background-color: hsl(var(--info-d-200)) !important;
  border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
  background-color: transparent !important;
  border: 1px solid hsl(var(--info)) !important;
  color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
  background-color: hsl(var(--info)) !important;
  color: hsl(var(--white)) !important;
}

.custom--btn {
  padding: 14px 16px !important;
}

.view-all {
  padding: 8px 16px !important;
  font-size: 14px;
  border-radius: 4px !important;
}

.sign-in--btn {
  padding: 12px 24px;
  font-size: 14px !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.card {
  padding: 24px;
  border-radius: 12px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 1199px) {
  .card {
    padding: 16px;
  }
}

.card-header {
  padding: 12px 0;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--black) / 0.06);
}

.card-title {
  margin-bottom: 0;
}

.card-body {
  background-color: hsl(var(--white));
  padding: 24px 0;
  border-radius: 5px;
}

.card-footer {
  padding: 12px 0;
  background-color: transparent;
  border-top: 1px solid hsl(var(--black) / 0.06);
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form-label {
  margin-bottom: 6px;
  font-size: 15px;
  color: hsl(var(--heading-color));
  font-weight: 500;
}

label.required:after {
  content: "*";
  color: hsl(var(--danger)) !important;
  margin-left: 2px;
}

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

/* Form Select */
.form-select {
  color: hsl(var(--black)) !important;
  padding: 12px 18px;
  border: 1px solid hsl(var(--black) / 0.1);
}

.form-select:focus {
  border-color: hsl(var(--black) / 0.2);
  color: hsl(var(--black)) !important;
  outline: 0;
  box-shadow: none;
}

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

/* Form Select End */
/* Form Control Start */
.form-control {
  border-radius: 8px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 15px 18px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.1);
  line-height: 1;
}

.form-control::placeholder {
  color: hsl(var(--body-color));
  font-size: 14px;
}

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

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

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

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

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

.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;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 15px;
  color: hsl(var(--white)) !important;
}

.form-control[type="file"]::file-selector-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--black));
}

/* Form Control End */
textarea.form-control {
  height: 130px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--black)) !important;
  caret-color: hsl(var(--black));
}

/* Autofill Css End */
/* input group */
.input-group {
  position: relative;
}

/* Show Hide Password */
.password__field {
  position: relative;
  z-index: 1;
}

.password__field input {
  padding-right: 40px !important;
}

.password-show-hide {
  position: absolute;
  right: 20px;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--black) / 0.4);
}

.password-show-hide .open-eye-icon {
  display: none;
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  appearance: textfield;
}

/* Custom Checkbox Design */
.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
}

.form-check .form-check-input {
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid hsl(var(--black) / 0.2);
  cursor: pointer;
  margin-left: 0;
  margin-top: 0;
}

.form-check .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  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 6 Free";
  font-weight: 900;
  color: hsl(var(--white));
  font-size: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-check .form-check-label {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/* Custom Radio Design */
.form-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
}

.form-radio .form-check-input {
  box-shadow: none;
  border: 1px solid hsl(var(--black) / 0.2);
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-top: 0;
}

.form-radio .form-check-input:active {
  filter: brightness(100%);
}

.form-radio .form-check-input:checked {
  background-color: hsl(var(--white));
  border-color: hsl(var(--base)) !important;
}

.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%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  z-index: 3;
}

.form-radio .form-check-label {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/*  Custom Switch Design */
.form-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
}

.form-switch .form-check-input {
  border-radius: 3px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--black) / 0.2) !important;
  margin-left: 0;
  margin-top: 0;
  border-radius: 40px;
  width: 40px;
  height: 22px;
  cursor: pointer;
}

.form-switch .form-check-input:focus {
  border-radius: 40px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
}

.form-switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: hsl(var(--white));
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  border-radius: 50%;
  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% - 19px);
  background-color: hsl(var(--white)) !important;
}

.form-switch .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form-switch .form-check-label {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input-group {
  border-radius: 5px;
  border: 1px solid hsl(var(--black) / 0.1);
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .form-control {
  border-width: 0px !important;
  padding-right: 10px;
  box-shadow: unset;
}

.input-group .form-control:focus {
  border: none !important;
}

.input-group .input-group-text + .form-control {
  padding-right: 20px;
  padding-left: 10px;
}

.input-group:focus-within {
  border: 1px solid hsl(var(--black) / 0.2);
}

.input-group .input-group-text {
  padding: 13px;
  border-width: 0px;
  border-radius: 5px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.input-group .form-control[readonly] {
  background:transparent !important;
}

.input-group .form-control[readonly]:focus {
  border-color: hsl(var(--black) / 0.3);
}

.input-group:has(.form-control[readonly]) {
  background:#F5F5F5 !important;
}

.input-group:has(.form-control[readonly]):focus-within {
  border-color: hsl(var(--black) / 0.4) !important;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.modal-header {
  border-bottom: 1px solid hsl(var(--black) / 0.06);
  padding: 15px;
}

.modal-header .close {
  width: 28px;
  height: 28px;
  background-color: hsl(var(--black) / 0.1);
  font-size: 16px;
  border-radius: 50%;
  color: hsl(var(--black));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.modal-header .close:hover {
  background-color: hsl(var(--danger));
  color: hsl(var(--white));
}

.modal-content {
  border-radius: 10px !important;
  background-color: hsl(var(--white));
}

.modal-body {
  padding: 15px;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-top: 1px solid hsl(var(--black) / 0.06);
  justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.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 {
  color: hsl(var(--heading-color) / 0.4);
}

.pagination .page-item .page-link {
  border: 1px solid hsl(var(--base));
  border-radius: 50%;
  height: 46px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  font-size: 18px;
  color: hsl(var(--base));
}

.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 {
  box-shadow: none;
}

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

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

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

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

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

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

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

.action-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

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

.edit-btn {
  color: hsl(var(--info));
  background-color: hsl(var(--info) / 0.08);
}

.delete-btn {
  color: hsl(var(--danger));
  background-color: hsl(var(--danger) / 0.08);
}

/* Table Content Css end */
/* Table Css Start */
.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 4px;
  --bs-table-bg: none;
}

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

.table thead tr th:not(:first-child) {
  border-left: 0;
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 6px 0 0 6px;
  border-left: 1px solid hsl(var(--black) / 0.08);
}

.table thead tr th:last-child {
  border-radius: 0 6px 6px 0;
  text-align: right;
  border-right: 1px solid hsl(var(--black) / 0.08);
}

.table thead tr th:nth-child(2) {
  text-align: left;
}

.table tbody {
  border: 0;
  background-color: hsl(var(--table-bg));
}

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

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

.table tbody tr td:first-child {
  text-align: left;
  border-left: 1px solid hsl(var(--black) / 0.08);
  border-radius: 6px 0 0 6px;
  font-size: 14px;
}

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

@media screen and (max-width: 767px) {
  .table--responsive--sm thead {
    display: none;
  }

  .table--responsive--sm tbody tr {
    display: block;
  }

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

  .table--responsive--sm tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    max-width: unset;
  }

  .table--responsive--sm tbody tr td:last-child {
    border: none;
  }

  .table--responsive--sm tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--sm tbody tr td::before {
    display: block;
    font-size: 14px;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 767px) {
  .table--responsive--sm tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

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

  .table--responsive--md tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    max-width: unset;
  }

  .table--responsive--md tbody tr td:last-child {
    border: none;
  }

  .table--responsive--md tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--md tbody tr td::before {
    display: block;
    font-size: 14px;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--md tbody tr td {
    border: none;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive--lg tbody tr {
    display: block;
  }

  .table--responsive--lg tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--lg tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    max-width: unset;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none;
  }

  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
    font-size: 14px;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--lg tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

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

  .table--responsive--xl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    max-width: unset;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
    font-size: 14px;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  border-radius: 6px;
  margin-bottom: 32px;
}

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

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

.custom--tab .nav-item .nav-link {
  color: hsl(var(--heading-color));
  font-size: 18px;
  font-weight: 600;
  padding: 9px 22px;
  background-color: hsl(var(--black) / 0.04) !important;
  border-radius: 8px;
  transition: 0.4s;
  border: 1px solid hsl(var(--black) / 0.08) !important;
}

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

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

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

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

.custom--tab .nav-item #pills-disabled-tab.nav-link {
  background-color: hsl(var(--black) / 0.04) !important;
  color: hsl(var(--heading-color) / 0.6);
}

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

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

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

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

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

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

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

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

.custom-badge {
  padding: 5px 6px !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  margin-bottom: 0;
  background-color: hsl(var(--white));
  font-weight: 400;
  padding: 17px 24px;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .alert {
    padding: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert {
    padding: 12px;
  }
}

.alert__icon {
  font-size: 1.5rem;
  line-height: 1;
}

.alert__content {
  width: calc(100% - 24px);
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .alert__content {
    padding-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert__content {
    padding-left: 0;
    width: 100%;
    margin-top: 6px;
  }
}

.alert__title {
  font-size: 16px;
  color: hsl(var(--base-two) / 0.8);
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}

.alert__desc {
  color: hsl(var(--base-two) / 0.5);
  display: block;
  line-height: 1.375;
}

@media screen and (max-width: 424px) {
  .alert__desc {
    font-size: 13px;
  }
}

.alert__link {
  position: relative;
}

.alert__link:hover::before {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.alert__link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--base));
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.alert--base {
  border-color: hsl(var(--base) / 0.6);
  color: hsl(var(--base));
}

.alert--base .alert__icon {
  color: hsl(var(--base));
}

.alert--primary {
  border-color: hsl(var(--primary) / 0.6);
  color: hsl(var(--primary));
}

.alert--primary .alert__icon {
  color: hsl(var(--primary));
}

.alert--success {
  border-color: hsl(var(--success) / 0.6);
  color: hsl(var(--success));
}

.alert--success .alert__icon {
  color: hsl(var(--success));
}

.alert--info {
  border-color: hsl(var(--info) / 0.6);
  color: hsl(var(--info));
}

.alert--info .alert__icon {
  color: hsl(var(--info));
}

.alert--danger {
  border-color: hsl(var(--danger) / 0.6);
  color: hsl(var(--danger));
}

.alert--danger .alert__icon {
  color: hsl(var(--danger));
}

.alert--warning {
  border-color: hsl(var(--warning) / 0.6);
  color: hsl(var(--warning));
}

.alert--warning .alert__icon {
  color: hsl(var(--warning));
}

.alert--secondary {
  border-color: hsl(var(--secondary) / 0.6);
  color: hsl(var(--secondary));
}

.alert--secondary .alert__icon {
  color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */
/* ======================  Dropdown Section Start  ======================*/
.dropdown-toggle {
  color: hsl(var(--heading-color));
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 7px;
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 0;
  margin-top: -4px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  vertical-align: 0;
  transition: 0.2s;
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(225deg);
  margin-top: 2px;
}
.dropdown-menu__inner {
  max-height: 345px !important;
  overflow-y: auto;
}

.dropdown-menu {
  min-width: max-content;
  padding: 0;
  font-size: 14px;
  color: hsl(var(--heading-color));
  background-color: hsl(var(--white));
  border: 0;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: var(--box-shadow);
  overflow: hidden;
}

.dropdown-item {
  padding: 8px 18px;
  font-weight: 400;
  color: hsl(var(--body-color));
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid hsl(var(--border-color) / 0.3);
  border-radius: 0;
  font-size: 14px;
  transition: 0.3s;
}

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

.dropdown-item.active,
.dropdown-item:active {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

/* ======================  Dropdown Section End  ======================*/
/* ================================= Preloader Css Start =========================== */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--body-bg));
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .loader__text {
  width: fit-content;
  font-weight: 600;
  font-family: var(--heading-font);
  letter-spacing: 2px;
  font-size: 40px;
  background: radial-gradient(
      circle closest-side,
      hsl(var(--base)) 94%,
      transparent
    )
    right/calc(200% - 1em) 100%;
  animation: loader__circle 1s infinite alternate linear;
}

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

.preloader .loader__text::before {
  content: attr(data-text);
  line-height: 1em;
  color: transparent;
  background: inherit;
  background-image: radial-gradient(
    circle closest-side,
    hsl(var(--white)) 94%,
    hsl(var(--black) / 0.1)
  );
  -webkit-background-clip: text;
  background-clip: text;
}

@keyframes loader__circle {
  100% {
    background-position: left;
  }
}
/* ================================= Preloader Css End ===========================  */
/* ======================  Offcanvas Section Start  ======================*/
.offcanvas__area {
  position: fixed;
  left: -100%;
  top: 0;
  width: 300px;
  height: 100%;
  padding: 20px;
  background-color: hsl(var(--white));
  border-right: 1px solid hsl(var(--black) / 0.03);
  z-index: 999;
  transition: 0.4s;
  visibility: hidden;
  overflow-y: auto;
}

.offcanvas__area::-webkit-scrollbar {
  width: 5px;
}

.offcanvas__area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px hsl(var(--black) / 0.1);
}

.offcanvas__area::-webkit-scrollbar-thumb {
  background: hsl(var(--base) / 0.7);
}

.offcanvas__area::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--base));
}

.offcanvas__area.active {
  left: 0;
  visibility: visible;
}

.offcanvas__area .offcanvas__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.offcanvas__area .offcanvas__topbar a img {
  width: 140px;
}

.offcanvas__area .offcanvas__topbar .menu__close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: hsl(var(--white));
  background-color: hsl(var(--danger));
  font-size: 20px;
  border-radius: 4px;
  transition: 0.3s;
}

.offcanvas__area .offcanvas__topbar .menu__close:hover {
  background-color: hsl(var(--danger-d-200));
  color: hsl(var(--white));
}

.offcanvas__area .offcanvas__main .offcanvas__widgets {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: hsl(var(--heading-color));
  border-bottom: 1px solid hsl(var(--black) / 0.06);
  padding: 12px 0;
  transition: 0.3s;
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li a:hover,
.offcanvas__area .offcanvas__main .offcanvas__menu ul li a.active {
  color: hsl(var(--base));
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li:last-child a {
  border-bottom: none;
}

/* ======================  Offcanvas Section End  ======================*/
/* ======================  Header Section Start  ======================*/
.header__area {
  padding: 40px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .header__area {
    padding: 24px 0;
  }
}

.header__area.fixed-header {
  position: fixed;
  top: 0px;
  background-color: hsl(var(--white));
  box-shadow: var(--box-shadow);
  transition: 0.25s linear;
  padding: 24px 0;
  animation: slide-down 0.6s;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .header__area.fixed-header {
    padding: 16px 0;
  }
}

.header__area .header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__area .header__main .menu__open {
  font-size: 24px;
  color: hsl(var(--heading-color));
  cursor: pointer;
  transition: 0.3s;
  display: none;
}

@media screen and (max-width: 991px) {
  .header__area .header__main .menu__open {
    display: block;
  }
}

.header__area .header__main .menu__open:hover {
  color: hsl(var(--base));
}

.header__area .header__logo a img {
  max-width: 140px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .header__area .header__menu {
    display: none;
  }
}

.header__area .header__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

@media screen and (max-width: 1199px) {
  .header__area .header__menu ul {
    gap: 20px;
  }
}

.header__area .header__menu ul li a {
  color: hsl(var(--heading-color));
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .header__area .header__menu ul li a {
    font-size: 14px;
  }
}

.header__area .header__menu ul li a:hover,
.header__area .header__menu ul li a.active {
  color: hsl(var(--base));
}

.header__area .header__widgets {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .header__area .header__widgets {
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .header__area .header__widgets {
    display: none;
  }
}

.language__item {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  user-select: none;
}

.language__item img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .language__item img {
    width: 16px;
    height: 16px;
  }
}

.language__item p {
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}

.language__item:hover p {
  color: hsl(var(--white));
}

.dropdown-toggle .language__item p {
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .dropdown-toggle .language__item p {
    font-size: 14px;
  }
}

.dropdown-toggle .language__item:hover p {
  color: hsl(var(--heading-color));
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 1199px) {
  .header__login > a {
    font-size: 14px;
  }
}

.dashboard-menu__items li {
    position: relative;
    z-index: 1;
}

.sub__menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  background-color: hsl(var(--white));
  flex-direction: column;
  white-space: nowrap;
  gap: 0 !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0.95);
}

.dashboard-menu__items li:hover .sub__menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.dashboard-menu__items li a i{
  transition: 0.3s;
}

.dashboard-menu__items li:hover a i{
  transform: rotate(180deg);
}

.sub__menu li {
  padding: 0 !important;
  width: 100%;
}

.sub__menu li a {
  display: block;
  padding: 8px 20px;
  border-bottom: 1px solid hsl(var(--border-color) / 0.4);
  border-radius: 0 !important;
}

.sub__menu li:last-child a {
  border-bottom: none;
}

.sub__menu li a:hover {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

/* ======================  Header Section End  ======================*/
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: hsl(var(--base));
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transition: 0.5s;
  cursor: pointer;
  transform: scale(0);
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.1);
  border: 1px solid hsl(var(--base));
  backdrop-filter: blur(6px);
}

.scroll-top:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.scroll-top.show {
  transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ======================  Social Icon Section Start  ======================*/
.social__icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.social__icon.dark__social li a {
  background-color: hsl(var(--base) / 0.06);
  color: hsl(var(--black) / 0.7);
}

.social__icon.dark__social li a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.social__icon li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--white) / 0.12);
  color: hsl(var(--white) / 0.4);
  border-radius: 50%;
  transition: 0.3s;
  font-size: 16px;
}

.social__icon li a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

/* ======================  Social Icon Section End  ======================*/
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  background-color: hsl(var(--base) / 0.06);
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding-bottom: 70px;
    padding-top: 120px;
  }
}

.breadcrumb-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .breadcrumb-shape {
    max-width: 150px;
  }
}

.breadcrumb-right__image {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .breadcrumb-right__image {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb-right__image {
    display: none;
  }
}

.breadcrumb-left__image {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .breadcrumb-left__image {
    max-width: 200px;
  }
}

.breadcrumb__wrapper {
  text-align: center;
}

.breadcrumb__title {
  margin-bottom: 10px;
  color: hsl(var(--black));
  font-size: 48px;
}

@media screen and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 40px;
  }
}

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

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb__item {
  color: hsl(var(--black));
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.breadcrumb__item-dot {
  width: 6px;
  height: 6px;
  background-color: hsl(var(--black));
  border-radius: 50%;
}

.breadcrumb__item-text {
  color: hsl(var(--base));
}

.breadcrumb__link {
  color: hsl(var(--black));
  font-weight: 500;
}

.breadcrumb__link:hover {
  color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
/* ======================  Star Rating Section Start  ======================*/
.star__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  list-style: none !important;
}

.star__rating li {
  font-size: 14px;
  color: hsl(var(--body-color));
  line-height: 1;
}

.star__rating li i {
  color: hsl(var(--warning));
}

/* ======================  Star Rating Section End  ======================*/
/* ======================  Odometer Section Start  ======================*/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/* ======================  Odometer Section End  ======================*/
/* ======================  Blog Details Section Start  ======================*/
.search__box {
  position: relative;
  z-index: 1;
}

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


.search__box button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.search__box .form-control {
  padding: 18px 20px;
  padding-right: 44px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 16px;
}

.search__box .form-control::placeholder {
  color: hsl(var(--border-color));
  font-size: 18px;
  font-weight: 400;
}

.blog__sidebar {
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 991px) {
  .blog__sidebar {
    margin-top: 32px;
  }
}

.recent__blog__title h4 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
}

.recent__blog__title {
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  width: fit-content;
}

.recent__blog__title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34%;
  height: 2px;
  background-color: hsl(var(--heading-color));
  content: "";
  z-index: 1;
}

.recent__blog__single {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.recent__blog__single > a {
  width: 85px;
  height: 70px;
  flex: 0 0 auto;
  border-radius: 7px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .recent__blog__single > a {
    width: 70px;
    border-radius: 5px;
  }
}

.recent__blog__single > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.recent__blog__single h6 {
  margin-bottom: 4px;
}

.recent__blog__single h6 a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.recent__blog__single p {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.recent__blog__single p i{
  color: hsl(var(--base));
}

.recent__blog__single:not(:last-child) {
  margin-bottom: 24px;
}

.recent__blog__single:hover > a img {
  transform: scale(1.1);
}

.blog__details__content img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  .blog__details__content img {
    border-radius: 10px;
  }
}

.blog__date {
  margin-bottom: 16px;
}

.blog__date span i {
  color: hsl(var(--base));
}

.blog__date span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog__details__content h1 {
  font-size: 46px;
  font-weight: 700;
}

@media screen and (max-width: 1399px) {
  .blog__details__content h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .blog__details__content h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .blog__details__content h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .blog__details__content h1 {
    font-size: 26px;
  }
}

.blog__details__content p {
  margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
  .blog__details__content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .blog__details__content p {
    margin-bottom: 16px;
  }
}

.blog__details__content ul,
.blog__details__content ol {
  padding-left: 30px;
  margin-bottom: 24px;
  display: flex;
  gap: 36px;
}

@media screen and (max-width: 1199px) {
  .blog__details__content ul,
  .blog__details__content ol {
    font-size: 8px;
  }
}

@media screen and (max-width: 991px) {
  .blog__details__content ul,
  .blog__details__content ol {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .blog__details__content ul li,
  .blog__details__content ol li {
    font-size: 14px;
  }
}

.blog__quote {
  background-color: hsl(var(--black) / 0.04);
  border-radius: 3px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  border-left: 14px solid hsl(var(--base));
}

@media screen and (max-width: 991px) {
  .blog__quote {
    margin-bottom: 16px;
    padding: 22px 14px;
    border-radius: 0 6px 6px 0;
  }
}

.blog__quote p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  max-width: 95%;
}

@media screen and (max-width: 1199px) {
  .blog__quote p {
    font-size: 14px;
  }
}

.blog__quote span {
  position: absolute;
  right: 14px;
  top: 8px;
  z-index: -1;
  color: hsl(var(--base));
  font-size: 48px;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .blog__quote span {
    font-size: 32px;
  }
}

.blog__share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.blog__share h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog__share h6 i {
  color: hsl(var(--base));
}

/* ======================  Blog Details Section End  ======================*/
/* ======================  Error Section Start  ======================*/
.error {
  background-color: hsl(var(--base) / 0.1);
  position: relative;
  overflow: hidden;
}

.error-left__img {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 575px) {
  .error-left__img {
    display: none;
  }
}

.error-right__img {
  position: absolute;
  top: 0;
  right: 0;
}

.error-dot-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 575px) {
  .error-dot-shape {
    display: none;
  }
}

.error-right-dot__shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.error__main {
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.error__main img {
  max-width: 482px;
  width: 100%;
  margin-bottom: 42px;
}

@media screen and (max-width: 991px) {
  .error__main img {
    max-width: 270px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 425px) {
  .error__main img {
    max-width: 200px;
    margin-bottom: 25px;
  }
}

.error-text {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 48px;
}

@media screen and (max-width: 424px) {
  .error-text {
    font-size: 18px;
  }
}

/* ======================  Error Section End  ======================*/
.hero {
  overflow: hidden !important;
  background-color: hsl(var(--base) / 0.06);
  padding-top: 200px;
  padding-bottom: 180px;
}

@media screen and (max-width: 1399px) {
  .hero {
    padding-top: 170px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 128px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-bottom: 94px;
  }
}

@media screen and (max-width: 424px) {
  .hero {
    padding-bottom: 60px !important;
  }
}

.hero-content {
  max-width: 780px;
  margin: 0 auto;
}

.hero-title {
  font-size: 72px;
  font-weight: 800;
}

@media screen and (max-width: 1399px) {
  .hero-title {
    font-size: 54px;
  }
}

@media screen and (max-width: 1199px) {
  .hero-title {
    font-size: 46px;
    max-width: 570px;
    margin: auto;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .hero-title {
    max-width: 390px;
  }
}

@media screen and (max-width: 424px) {
  .hero-title {
    font-size: 30px;
  }
}

.hero-desc {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .hero-desc {
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (max-width: 424px) {
  .hero-desc {
    padding-bottom: 34px;
  }
}

.hero-button {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .hero-button {
    font-size: 16px;
    font-weight: 500;
  }
}

.hero-contributor {
  position: relative;
  object-fit: cover;
}

.hero-contributor__title {
  font-size: 16px;
  color: hsl(var(--body-color));
}

.hero-left__image {
  position: absolute;
  left: 187px;
  bottom: 70px;
  max-width: 428px;
  width: 100%;
  pointer-events: none;
  animation: slideAnim 3s linear 0s infinite alternate none;
}

@media screen and (max-width: 1399px) {
  .hero-left__image {
    left: 127px;
    bottom: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .hero-left__image {
    bottom: 22px;
    width: 368px;
  }
}

@media screen and (max-width: 991px) {
  .hero-left__image {
    left: 0;
    bottom: 0;
    width: 338px;
  }
}

@media screen and (max-width: 767px) {
  .hero-left__image {
    display: none;
  }
}

@keyframes slideAnim {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(40px);
  }
}

.hero-right__image {
  position: absolute;
  max-width: 444px;
  width: 100%;
  right: 128px;
  bottom: 70px;
  pointer-events: none;
  animation: slideAnim2 3s linear 0s infinite alternate none;
}

@media screen and (max-width: 1599px) {
  .hero-right__image {
    right: 18px;
  }
}

@media screen and (max-width: 1399px) {
  .hero-right__image {
    width: 414px;
    bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .hero-right__image {
    width: 364px;
  }
}

@media screen and (max-width: 991px) {
  .hero-right__image {
    width: 295px;
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-right__image {
    display: none;
  }
}

@keyframes slideAnim2 {
  0% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0);
  }
}

.hero-shape {
  position: absolute;
  width: 200px;
  top: 0;
  right: 0;
}

.hero-texture {
  position: absolute;
  width: 370px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 424px) {
  .hero-texture {
    display: none;
  }
}

.hero-text {
  font-size: 152px;
  writing-mode: sideways-lr;
  position: absolute;
  left: 82px;
  bottom: 64px;
  color: hsl(var(--black) / 0.02);
  user-select: none;
}

@media screen and (max-width: 1399px) {
  .hero-text {
    font-size: 128px;
    bottom: 44px;
    left: 42px;
  }
}

@media screen and (max-width: 991px) {
  .hero-text {
    font-size: 112px;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-text {
    font-size: 92px;
  }
}

@media screen and (max-width: 575px) {
  .hero-text {
    display: none;
  }
}

.bold-title {
  color: hsl(var(--heading-color));
}

.contributor-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hero-contributor {
  display: flex;
  align-items: center;
}

.hero-contributor img {
  height: 24px;
  width: 24px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid hsl(var(--white));
  margin-left: -8px;
}

.hero-contributor img:not:first-child {
  margin-left: 0;
  border-radius: 0px;
}

.brand-items {
  text-align: center;
}

.brand-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 60px;
}

@media screen and (max-width: 575px) {
  .brand-title {
    padding-bottom: 30px;
  }
}

.slide-transition {
  transition-timing-function: linear;
}

.brand-slider .swiper-slide {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-slider .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.about-section__desc {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: hsl(var(--body-color));
}

@media screen and (max-width: 767px) {
  .about-section__desc {
    margin-bottom: 22px;
  }
}

.about-section-list__item .icon {
  color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
  .tab--link {
    padding: 7px 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
  }
}

.about-thumb {
  position: relative;
  z-index: 1;
  padding-right: 26px;
  padding-bottom: 80px;
  max-width: 88%;
}

@media screen and (max-width: 991px) {
  .about-thumb {
    max-width: 60%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 575px) {
  .about-thumb {
    max-width: 90%;
    padding-bottom: 50px;
  }
}

.about-thumb .about__img {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .about-thumb .about__img {
    padding-left: 20px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .about-thumb .about__img {
    padding-left: 10px;
    padding-top: 10px;
  }
}

.about-thumb .about__img::after {
  content: "";
  background-color: hsl(var(--table-bg));
  position: absolute;
  height: 96%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  border-radius: 16px;
}

.about-thumb__image {
  width: 100%;
  border-radius: 16px;
}

.about-counter {
  position: absolute;
  background-color: hsl(var(--white));
  box-shadow: 0 4px 51px 0 hsl(var(--black) / 0.08);
  padding: 24px;
  width: 175px;
  border-radius: 8px;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .about-counter {
    width: 136px;
    padding: 16px;
  }
}

@media screen and (max-width: 424px) {
  .about-counter {
    width: 110px;
  }
}

.about-counter__image {
  width: 49px;
}

@media screen and (max-width: 1199px) {
  .about-counter__image {
    width: 40px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 991px) {
  .about-counter__image {
    width: 30px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .about-counter__image {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1199px) {
  .about-counter__title {
    font-size: 24px !important;
    font-weight: 700;
    margin-bottom: 4px !important;
  }
}

@media screen and (max-width: 767px) {
  .about-counter__title {
    margin-bottom: 0px !important;
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1199px) {
  .about-counter h6 {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 424px) {
  .about-counter h6 {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1399px) {
  .cta-thumb {
    padding-bottom: 10px !important;
  }
}

.cta-thumb img {
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .cta-left {
    margin-bottom: 24px;
  }
}

.cta-left__title {
  font-size: 32px;
  font-weight: 700;
  max-width: 395px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
  .cta-left__title {
    font-size: 28px;
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 424px) {
  .cta-left__title {
    font-size: 24px;
  }
}

.cta-left__desc {
  font-size: 16px;
  font-weight: 400;
  color: hsl(var(--body-color));
  margin-bottom: 44px;
}

@media screen and (max-width: 1199px) {
  .cta-left__desc {
    margin-bottom: 21px;
  }
}

.cta-right {
  height: 100%;
  border-radius: 16px;
  padding: 64px 54px;
  position: relative;
  z-index: 1;
  background-color: hsl(var(--base));
  overflow: hidden;
}

.cta-right::after{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(to top, hsl(var(--black)), transparent);
  content: "";
}

.cta-right > img{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  user-select: none;
  pointer-events: none;
  max-width: 90%;
  max-height: 90%;
}

@media screen and (max-width: 1199px) {
  .cta-right {
    padding: 30px;
    height: auto;
  }
}

@media screen and (max-width: 374px) {
  .cta-right {
    padding: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .cta-right__content {
    padding-top: 283px;
  }
}

@media screen and (max-width: 991px) {
  .cta-right__content {
    padding-top: 200px;
    max-width: 400px;
}
}

@media screen and (max-width: 767px) {
  .cta-right__content {
    padding-top: 300px;
  }
}

@media screen and (max-width: 424px) {
  .cta-right__content {
    padding-top: 200px;
  }
}

.cta-right__title {
  color: hsl(var(--white));
  font-size: 48px;
  font-weight: 700;
}

@media screen and (max-width: 1399px) {
  .cta-right__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .cta-right__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 424px) {
  .cta-right__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 374px) {
  .cta-right__title {
    font-size: 24px;
  }
}

.cta-right__desc {
  color: hsl(var(--white));
  font-weight: 400;
  margin-bottom: 38px;
}

.work-desc {
  max-width: 618px;
  margin: auto;
}

.work-main__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 991px) {
  .work-main__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 424px) {
  .work-main__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-bg {
  background-color: hsl(var(--black) / 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 108px;
  width: 108px;
  margin-inline: auto;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.work-bg::after {
  content: "";
  position: absolute;
  height: 111px;
  width: 111px;
  border: 20px solid hsl(var(--base) / 0.1);
  left: 41px;
  top: 59px;
  z-index: -1;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .work-items {
    margin-bottom: 24px;
  }
}

.work .work-content {
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.work .work-content__title {
  font-size: 20px;
  font-weight: 600;
  color: hsl(var(--heading-color));
  margin-bottom: 16px;
}

.work .work-content__desc {
  font-size: 16px;
  color: hsl(var(--body-color));
}

.card-number span {
  width: 38px;
  height: 38px;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  border: 4px solid hsl(var(--white));
  transition: 0.3s;
}

.card-number {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.card-number::after,
.card-number::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  width: 100%;
  content: "";
}

.card-number::after {
  border-bottom: 1px dashed hsl(var(--black) / 0.1);
}

.card-number::before {
  z-index: -1;
  height: 1px;
  background-color: hsl(var(--base));
  transition: 0.3s;
  width: 0;
}

.work-items:hover .card-number::before {
  width: 100%;
}

.work-items:hover .card-number span {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.faq-thumb {
  position: relative;
  z-index: 1;
  max-width: 92%;
  padding-right: 70px;
  padding-bottom: 65px;
}

@media screen and (max-width: 575px) {
  .faq-thumb {
    max-width: 98%;
  }
}

.faq-thumb__image {
  position: relative;
  z-index: 1;
}

.faq-thumb__image::after {
  content: "";
  height: 94%;
  width: 92%;
  background: linear-gradient(
    to bottom,
    hsl(var(--base) / 0.24),
    hsl(var(--base) / 0)
  );
  border-radius: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 575px) {
  .faq-thumb__image::after {
    width: 98%;
  }
}

.faq-thumb__image img {
  margin-right: -100px;
}

@media screen and (max-width: 575px) {
  .faq-thumb__image img {
    margin-right: -40px;
  }
}

.faq-thumb__q-shape {
  font-size: 150px;
  position: absolute;
  top: 24px;
  color: hsl(var(--base) / 0.06);
  left: 14px;
}

@media screen and (max-width: 767px) {
  .faq-thumb__q-shape {
    display: none;
  }
}

.support-bage {
  position: absolute;
  text-align: center;
  background-color: hsl(var(--white));
  width: 211px;
  padding: 30px 20px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 8px 0px;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .support-bage {
    width: 190px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .support-bage {
    width: 141px;
    padding: 12px;
    right: 0;
    bottom: 0;
  }
}

.support-bage__image {
  width: 65px;
  margin-bottom: 6px;
}

@media screen and (max-width: 1199px) {
  .support-bage__image {
    width: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .support-bage h3 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .support-bage h3 {
    font-size: 18px !important;
  }
}

.support-bage h6 {
  font-size: 18px !important;
}

@media screen and (max-width: 767px) {
  .support-bage h6 {
    font-size: 14px !important;
  }
}

.testimonials-card {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(
    to bottom,
    hsl(var(--base) / 0.24),
    hsl(var(--base) / 0)
  );
}

.testimonials-content {
  max-width: 362px;
  padding: 62px 0px 6px 48px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .testimonials-content {
    padding: 24px 4px 6px 25px;
  }
}

.testimonials-title {
  font-size: 20px;
  font-weight: 600;
  color: hsl(var(--heading-color));
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .testimonials-title {
    margin-bottom: 0px;
  }
}

.testimonials-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: hsl(var(--body-color));
  margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
  .testimonials-subtitle {
    margin-bottom: 14px;
  }
}

.testimonials-desc {
  font-size: 18px;
  font-weight: 400;
  color: hsl(var(--heading-color));
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .testimonials-desc {
    margin-bottom: 6px;
    font-size: 16px;
  }
}

.testimonials-thumb {
  position: absolute;
  right: 40px;
  bottom: 0px;
}

@media screen and (max-width: 1399px) {
  .testimonials-thumb {
    right: 16px;
    max-width: 165px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonials-thumb {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .testimonials-point {
    font-size: 30px;
  }
}

.testimonials-tag {
  position: absolute;
  top: 30px;
  right: 30px;
}

.testimonials--desc {
  max-width: 454px;
  margin: auto;
}

.rating ul li {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .rating ul li {
    font-size: 16px;
  }
}

.news-card {
  border: 1px solid hsl(var(--border-color));
  padding: 25px;
  border-radius: 12px;
  position: relative;
  top: 0;
  background-color: hsl(var(--white));
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

@media screen and (max-width: 1199px) {
  .news-card {
    padding: 14px;
  }
}

.news-card::after {
  position: absolute;
  content: "";
  background-color: hsl(var(--base));
  height: 100%;
  width: 90%;
  left: 50%;
  bottom: 1px;
  z-index: -1;
  border-radius: 16px;
  transform: translateX(-50%);
  transition: 0.3s;
}

.news-card:hover {
  top: 5px;
}

.news-card:hover::after {
  bottom: -10px;
}

.news-thumb {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .news-thumb {
    margin-bottom: 20px;
  }
}

.news-image {
  border-radius: 12px;
  transition: 0.3s linear;
}

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

.news-date {
  color: hsl(var(--heading-color));
  font-size: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  .news-date {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.news-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--heading-font);
  transition: 0.3s;
  background-image: linear-gradient(
    transparent calc(100% - 2px),
    hsl(var(--base)) 5px
  );
  background-repeat: no-repeat;
  background-size: 0% 100%;
  display: inline;
}

.news-title:hover {
  color: hsl(var(--base));
  background-size: 100% 100%;
}

.news-desc {
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--body-color));
  margin-bottom: 24px;
  margin-top: 24px;
}

@media screen and (max-width: 1199px) {
  .news-desc {
    margin-bottom: 15px;
    margin-top: 7px;
    font-size: 14px;
  }
}

.news-shape {
  height: 8px;
  width: 8px;
  background-color: hsl(var(--base));
  border-radius: 50%;
}

.news-read-more {
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--heading-color));
  transition: 0.3s;
  background-image: linear-gradient(
    transparent calc(100% - 2px),
    hsl(var(--base)) 5px
  );
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s;
  display: inline;
}

.news-read-more:hover {
  color: hsl(var(--base));
  background-size: 100% 100%;
}

.footer {
  background-color: hsl(var(--heading-color));
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .footer {
    padding-top: 60px;
  }
}

.footer::after {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  border: 35px solid hsl(var(--base) / 0.06);
  border-radius: 50%;
  bottom: -79px;
  left: -47px;
}

.footer::before {
  content: "";
  position: absolute;
  height: 300px;
  width: 300px;
  border: 40px solid hsl(var(--base) / 0.06);
  border-radius: 50%;
  top: -100px;
  right: -100px;
}

.footer-logo {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 24px;
  }
}

.footer-desc {
  color: hsl(var(--white));
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  max-width: 254px;
}

@media screen and (max-width: 991px) {
  .footer-desc {
    max-width: 400px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
}

.footer-menu__title {
  color: hsl(var(--white)) !important;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  max-width: 80%;
  margin-bottom: 64px;
}

@media screen and (max-width: 1199px) {
  .footer-menu__title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .footer-menu__title {
    margin-bottom: 32px;
  }
}

.footer-menu__title::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: hsl(var(--white) / 0.04);
  left: 0;
  bottom: -18px;
}

@media screen and (max-width: 991px) {
  .footer-menu__title::after {
    bottom: -12px;
  }
}

.footer-menu__title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background-color: hsl(var(--base));
  left: 0;
  bottom: -18px;
  transition: 0.3s;
  animation: lineAnimation 5s linear 0s infinite alternate none;
}

@media screen and (max-width: 991px) {
  .footer-menu__title::before {
    bottom: -12px;
  }
}

.footer-menu__links {
  color: hsl(var(--white));
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .footer-menu__links {
    font-size: 14px;
  }
}

.footer-newslater__desc {
  margin-bottom: 24px;
  max-width: 254px;
  color: hsl(var(--white));
}

.input-newsletter {
  background-color: hsl(var(--white) / 0.08);
  border: 1px solid hsl(var(--white) / 0.07);
  border-radius: 10px;
  padding: 16px 50px 16px 16px;
  color: hsl(var(--white));
}

.input-newsletter::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: hsl(var(--white));
}

.input-newsletter:focus {
  background-color: hsl(var(--base) / 0.08);
  border: 1px solid hsl(var(--base));
  color: hsl(var(--white));
}

.input-newsletter__button {
  position: absolute;
  right: 14px;
  top: 10px;
  font-size: 24px;
}

@keyframes lineAnimation {
  0% {
    left: 0;
  }

  100% {
    left: calc(100% - 50px);
  }
}

@media screen and (max-width: 991px) {
  .footer-items {
    text-align: center;
  }

  .footer-items .social__icon {
    justify-content: center;
    gap: 6px;
  }
}

.sign-up__thumb {
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100% - 700px);
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: center;
}

@media screen and (max-width: 1599px) {
  .sign-up__thumb {
    width: calc(100% - 500px);
  }
}

@media screen and (max-width: 1599px) {
  .sign-up__thumb {
    width: calc(100% - 500px);
  }
}

.sign-up__title {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .sign-up__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 575px) {
  .sign-up__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 424px) {
  .sign-up__title {
    font-size: 28px;
  }
  .footer-menu__title{
    font-size: 18px;
  }
}

.custom--card {
  background: #f0fbf6;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  z-index: 3;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-up__wapper {
  max-width: 600px;
  margin: auto;
  border: 1px solid hsl(var(--base));
  padding: 28px;
  border-radius: 12px;
}

@media screen and (max-width: 1599px) {
  .custom--card {
    max-width: 100% !important;
    padding: 97px 42px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1399px) {
  .custom--card {
    max-width: 100% !important;
    padding: 97px 42px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .custom--card {
    max-width: 100% !important;
    width: 100%;
  }
}

@media screen and (max-width: 424px) {
  .custom--card {
    padding: 70px 20px;
  }
}

.sign-up__items {
  background: #f0fbf6;
  padding: 97px 112px;
  position: relative;
  overflow: hidden;
  max-width: 700px;
  margin: 0 0 0 auto;
  z-index: 3;
  height: 100vh;
}

@media screen and (max-width: 1599px) {
  .sign-up__items {
    max-width: 500px;
    padding: 97px 42px;
  }
}

@media screen and (max-width: 1399px) {
  .sign-up__items {
    max-width: 500px;
    padding: 97px 42px;
  }
}

@media screen and (max-width: 991px) {
  .sign-up__items {
    max-width: 100% !important;
    width: 100%;
  }
}

@media screen and (max-width: 424px) {
  .sign-up__items {
    padding: 70px 20px;
  }
}

@media screen and (max-width: 991px) {
  .sign-up__thumb {
    display: none;
  }
}

.sign-up__logo {
  padding-left: 30px;
  padding-top: 30px;
}

.sign-up__shape {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.form--check {
  margin-top: 20px;
  margin-bottom: 34px;
}

.or-btn {
  font-size: 16px;
  margin-top: 32px;
}

.sign-up__text {
  margin-bottom: 32px;
}

.sign-up__social li a {
  background-color: hsl(var(--white));
  color: hsl(var(--black) / 0.6);
}

@media screen and (max-width: 767px) {
  .sign-up__social {
    margin-bottom: 30px;
  }
}

.sign-up__links {
  color: hsl(var(--black));
  font-size: 16px;
  text-align: center;
}

.signup-new__shape {
  position: absolute;
  z-index: -3;
  top: 0;
  max-width: 70%;
  width: 100%;
  right: 20%;
  width: 100%;
  user-select: none;
  pointer-events: none;
}

.signup-new__image {
  max-height: 90vh;
  max-width: 100%;
  user-select: none;
  pointer-events: none;
}

.index-logo {
  position: absolute;
  left: 30px;
  top: 30px;
}

.auth__widgets {
  margin-top: 24px;
  margin-bottom: 32px;
}

.signin-new__shape {
  max-width: 100%;
}

.contact-main__items {
  border: 1px dashed hsl(var(--border-color));
  background-color: hsl(var(--white));
  border-radius: 16px;
}

.contact-items {
  position: relative;
  padding: 54px 70px;
  background-color: hsl(var(--white));
  border-radius: 16px;
}

@media screen and (max-width: 1399px) {
  .contact-items {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-items {
    padding: 48px 26px;
  }
}

.contact-items:hover::after {
  top: 8px;
}

.contact-items::after {
  content: "";
  height: 100%;
  width: 55%;
  background-color: hsl(var(--base));
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -2;
  transition: 0.3s;
  border-radius: 16px;
}

.text-area {
  height: 108px !important;
}

.contact-btn {
  max-width: 182px;
  width: 100%;
}

.map-image {
  height: 552px;
}

@media screen and (max-width: 575px) {
  .map-image {
    height: 350px;
  }
}

.contact-bg {
  overflow: hidden !important;
}

.contact-bg::before {
  content: "";
  position: absolute;
  height: 111px;
  width: 111px;
  border: 20px solid hsl(var(--base) / 0.1);
  left: 41px;
  top: 49px;
  border-radius: 50%;
}

.google-maps {
  width: 100%;
  height: 100%;
  max-width: 90%;
}

@media screen and (max-width: 991px) {
  .google-maps {
    padding-bottom: 24px;
    max-width: 100%;
  }
  .dashboard-section{
    margin-top: 80px !important;
  }
}

.google-maps iframe {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.dashboard-header {
  background-color: hsl(var(--base) / 0.1);
  padding: 8px 12px;
  border-radius: 11px;
}
.dashboard-header__items {
  display: flex;
  align-items: center;
  gap: 18px 5px;
  flex-wrap: wrap;
}

.dashboard-menu ul li a {
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 5px;
}

.dashboard-menu ul li a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

@media screen and (max-width: 1200px) {
  .dashboard-menu ul li a {
    font-size: 14px;
  }
  .profile__dropdown span{
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .dashboard-menu__items {
    justify-content: center;
}
}
.dst__mobile {
    margin-top: 12px;
}
.dashboard-menu__items {
  row-gap: 6px;
  column-gap: 5px;
}

.dashboard-icon {
  background-color: hsl(var(--base) / 0.1);
  height: 58px;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: hsl(var(--base));
  border-radius: 10px;
}

.dashboard-card__title {
  color: hsl(var(--body-color));
}

.dashboard-card {
  border: 1px solid hsl(var(--border-color));
  background-color: hsl(var(--white));
  padding: 24px;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
}

.dashboard-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.dashboard-card__image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.dashboard-table__btn {
  border: 1px solid hsl(var(--border-color));
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background-color: hsl(var(--white));
}

.notification-btn {
  height: 28px;
  width: 28px;
  color: hsl(var(--base));
  background-color: hsl(var(--white));
  border-radius: 50%;
}

.profile__dropdown img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

.dashboard-wrapper {
  border: 1px solid hsl(var(--border-color));
  padding: clamp(0.625rem, 0.469rem + 0.781vw, 1.25rem);
  border-radius: 16px;
  background-color: hsl(var(--table-bg));
}
.profile-info {
  flex-shrink: 0;
}

.notification {
  border: 1px solid hsl(var(--black) / 0.04);
  background-color: hsl(var(--base) / 0.04);
  border-radius: 5px;
}
.notification.un-read {
  background-color: hsl(var(--base) / 0.2);
}

.notification-time {
  font-size: 12px !important;
}

.notification-title {
  font-size: 14px !important;
}

.notification__drop li:not(:last-child) {
  margin-bottom: 6px;
}

/* ======================  Survey Section Start  ======================*/
.bottom-search__box {
  padding: 9px 45px 9px 9px !important;
  border-radius: 7px !important;
}

@media screen and (max-width: 575px) {
  .bottom-search__box {
    width: 100% !important;
  }
}

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

.filter__btn {
  padding: 8px 11px;
  border-radius: 7px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  cursor: pointer;
}

.filter-wrap {
  position: relative;
}

.filter__form {
  border: 1px solid hsl(var(--border-color));
  padding: 18px 18px 24px 18px;
  border-radius: 8px;
}

.filter__main {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: hsl(var(--white));
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 4;
  overflow-y: auto;
  padding: 20px;
  width: 500px;
}

@media screen and (max-width: 575px) {
  .filter__main {
    width: 327px;
  }
}

@media screen and (max-width: 424px) {
  .filter__main {
    width: 327px !important;
  }
}

@media screen and (max-width: 374px) {
  .filter__main {
    width: 297px !important;
  }
}

.filter__main.active {
  display: block;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(var(--black) / 0.5);
  z-index: 3;
}

.overlay.active {
  display: block;
}

.filter--btn {
  padding: 15px 22px;
  color: hsl(var(--white));
  text-align: center;
  border-radius: 8px;
  background-color: hsl(var(--base));
}

.filter--btn:hover {
  color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .deshboard-bottom__title {
    margin-bottom: 20px;
  }
}

.dashboard-list__items {
  border: 1px solid hsl(var(--border-color));
  border-radius: 16px;
}

.dashboard-list__thumb {
  padding: 18px;
}

.dashboard-list__line {
  height: 75px;
  width: 1px;
  background-color: hsl(var(--black) / 0.1);
}

.dashboard-list__catagory {
  border-top: 1px solid hsl(var(--border-color));
  border-bottom: 1px solid hsl(var(--border-color));
  align-items: center;
  margin-bottom: 20px;
}

.filter__close {
  cursor: pointer;
}

.filter__close:hover {
  color: hsl(var(--danger));
}

/* ======================  Survey Section End  ======================*/
/* ======================  Pricing Section Start  ======================*/
.price-icon {
  height: 58px;
  width: 58px;
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.price-icon::before {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 10px solid hsl(var(--base) / 0.1);
  right: -20px;
  bottom: -20px;
}

.price-list__dot {
  height: 8px;
  width: 8px;
  background-color: hsl(var(--black) / 0.3);
  border-radius: 3px;
}

.price-wrap {
  background-color: hsl(var(--table-bg));
  border: 1px solid hsl(var(--black) / 0.1);
  padding: 24px;
  border-radius: 12px;
}

@media screen and (max-width: 424px) {
  .price-dollor {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 424px) {
  .price-manth {
    font-size: 16px !important;
  }
}

.price-card {
  border: 1px solid hsl(var(--border-color));
  padding: 40px 24px 24px 24px;
  border-radius: 16px;
  transition: 0.3s;
  background-color: hsl(var(--white));
}

.price-card__subscibe {
  padding: 12px 27px !important;
  color: hsl(var(--white));
  border-radius: 10px;
  background-color: hsl(var(--base));
  margin-top: 40px;
}

.price-card__subscibe:hover {
  color: hsl(var(--white));
}

/* ======================  Pricing Section End  ======================*/
/* ======================  Subscription Section Start  ======================*/
.subscription-wrapper {
  background-color: hsl(var(--table-bg));
  padding: 24px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 12px;
}

.subscription-wrap {
  background-color: hsl(var(--white));
  padding: 20px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 12px;
}

.subscription-left__advance {
  background-color: hsl(var(--warning));
  padding: 4px 6px 4px 6px;
  color: hsl(var(--black));
  border-radius: 4px;
}

.subscription-left__line1 {
  height: 49px;
  width: 1px;
  background-color: hsl(var(--border-color));
}

.subscription-left__desc {
  margin-bottom: 48px;
}

@media screen and (max-width: 424px) {
  .subscription-left__desc {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .subscription-title {
    font-size: 24px !important;
  }
}

.subscription-right__line {
  height: 89px;
  width: 2px;
  background-color: hsl(var(--black) / 0.1);
  margin-left: 43px;
}

@media screen and (max-width: 767px) {
  .subscription-right__line {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .subscription-right__switch {
    margin-top: 24px;
    flex: unset;
  }
}

@media screen and (max-width: 575px) {
  .subscription-right__switch {
    gap: 0px !important;
  }
}

@media screen and (max-width: 424px) {
  .subscription-ranks {
    gap: 10px !important;
  }
}

/* ======================  Subscription Section End  ======================*/
/* ======================  Survey-list Section Start  ======================*/
.survey-list__header-title {
  font-size: 18px !important;
  font-weight: 600;
}

.survey-list__items {
  background-color: hsl(var(--white));
  padding: 20px;
  border-radius: 12px;
  border: 1px solid hsl(var(--black) / 0.1);
}

.survey-list__timer {
  background-color: #f01400;
  color: hsl(var(--white));
  padding: 8px 14px;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 35px;
}

.survey-list__input {
  height: 18px !important;
  width: 18px !important;
  border: 1px solid hsl(var(--black) / 0.6) !important;
  border-radius: 50% !important;
}

/* ======================  Survey-list Section End  ======================*/
.profile-section {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.profile__wr {
  text-align: center;
  background-color: hsl(var(--base) / 0.06);
  border: 1px solid hsl(var(--base) / 0.3);
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 12px;
}

.profile__upload {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-inline: auto;
    margin-bottom: 12px;
}

.profile__upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile__upload label{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black) / 0.5);
    color: hsl(var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.profile__upload:hover label{
  opacity: 1;
  visibility: visible;
}

.profile__upload input {
  display: none;
}

.profile__contact {
  margin-bottom: 10px;
}

.profile__contact p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: hsl(var(--black) / 0.6);
  margin-bottom: 4px;
}

.custom-passwoard {
  padding: 16px 54px 0px 12px !important;
}

/* ======================  Two-factor Section Start  ======================*/
.qr-code {
  max-width: 200px;
  margin: auto;
}

.two-factor-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* ======================  Two-factor Section End  ======================*/
.privacy-policy {
  position: relative;
  overflow: hidden;
}

.privacy-policy__shape1 {
  height: 300px;
  width: 300px;
  border: 40px solid hsl(var(--base) / 0.06);
  position: absolute;
  left: 142px;
  top: 200px;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 424px) {
  .privacy-policy__shape1 {
    display: none;
  }
}

.privacy-policy__shape2 {
  height: 300px;
  width: 300px;
  border: 40px solid hsl(var(--base) / 0.06);
  position: absolute;
  right: 82px;
  bottom: 228px;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 424px) {
  .privacy-policy__shape2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy__content {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy__title {
    font-size: 20px;
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 424px) {
  .privacy-policy__title {
    font-size: 18px;
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy__desc {
    font-size: 14px;
    margin-bottom: 8px !important;
  }
}

ul.cookie-list li {
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  ul.cookie-list li {
    font-size: 14px;
  }
}

ul.cookie-list {
  list-style: disc;
  padding-left: 30px;
}

/*========= Cookies Css ========*/
.cookies-card {
  position: fixed;
  bottom: 16px;
  padding: 10px;
  background: hsl(var(--white));
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 2px solid hsl(var(--base));
  border-radius: 12px;
  z-index: 555;
}
.cookies-card__btn .btn.btn-base {
  width: 124px;
}
@media (max-width: 1400px) {
  .cookies-card {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .cookies-card {
    flex-direction: column;
  }
  .cookies-card__btn {
    margin-top: 7px;
  }
}
.cookies-card.hide {
  bottom: -500px !important;
}
.radius--10px {
  border-radius: 10px;
}
/* end cookie */

.wyg p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 1199px) {
  .wyg p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .wyg p {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .wyg p {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.wyg h2 {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .wyg h2 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .wyg h2 {
    margin-bottom: 14px;
  }
}

.wyg ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
  list-style: disc;
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .wyg ul {
    gap: 14px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wyg ul {
    gap: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}

.wyg ul li {
  font-size: 16px;
  color: hsl(var(--body-color));
}

@media screen and (max-width: 1199px) {
  .wyg ul li {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .wyg ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .wyg ul li {
    font-size: 14px;
  }
}

.wyg ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 48px;
  list-style: decimal;
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .wyg ol {
    gap: 14px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wyg ol {
    gap: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}

.wyg ol li {
  font-size: 20px;
  color: hsl(var(--body-color));
}

@media screen and (max-width: 1199px) {
  .wyg ol li {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .wyg ol li {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .wyg ol li {
    font-size: 14px;
  }
}

.ticket__single {
  background-color: hsl(var(--base) / 0.06);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid hsl(var(--base) / 0.2);
}

.ticket__single.user__ticket {
  background-color: hsl(var(--black) / 0.06);
}

.ticket__single p span {
  font-weight: 600;
  color: hsl(var(--base));
}

.dashboard-menu ul li .active {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
  bottom: 2px;
  left: 5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: hsl(var(--primary));
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 15px;
}

.slider.round:before {
  border-radius: 50%;
}

/* image upload */
.image-upload--container {
  transition: 0.3s linear;
  padding: 20px;

  &.dragover {
    border: 1px dashed hsl(var(--primary) / 0.8);
    opacity: 0.8;
  }

  .thumb--wrap {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    margin-bottom: 17px;

    .image--preview {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      overflow: hidden;
      object-fit: cover;
    }

    .cross--icon {
      top: -6px;
      right: -6px;
      width: 32px;
      height: 32px;
      padding: 4px;
      background-color: #ffcfce;
      border-radius: 50%;

      i {
        color: hsl(var(--danger));
      }
    }
  }

  .content--wrap {
    gap: 8px;

    i {
      font-size: 48px;
    }
  }
}

.logo-upload--box {
  .image--preview {
    object-fit: contain !important;
  }
}

.br--solid-dash {
  border: 2px dashed hsl(var(--base) / 0.2) !important;
}

/* image upload */

.footer-bottom div p {
  color: hsl(var(--white)) !important;
}

.submission-data__header {
  display: flex;
  justify-content: space-between;
}
.submission-data__body {
  margin-top: 20px;
}
.submission-data__list {
  background-color: hsl(var(--base-l-900));
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.submission-data__list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 4px;
  width: 25px;
  height: 25px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.submission-data__list li:nth-child(1)::before {
  content: "\e4e3";
}
.submission-data__list li:nth-child(2)::before {
  content: "\f4ad";
}
.submission-data__list li:nth-child(3)::before {
  content: "\e5b2";
}
.submission-question__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.submission-question__list li {
  font-size: 14px;
}

.list-group-flush li {
  color: hsl(var(--body-color)) !important;
  font-size: 14px;
}
.question__type {
  font-size: 15px;
  font-weight: 500;
}

.custom-filter-btn {
  padding: 18px 35px;
}

.support-readonly {
  background-color: #f5f5f5 !important;
}

.label-readonly::after {
  background-color: #f5f5f5 !important;
}

@media screen and (max-width: 575px) {
  .ticket-view {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .ticket-view {
  margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 575px) {
  .survey-list__bottom-main{
    flex-direction: column;
  }

  
  
}

.list-group li{
  padding-left: 0px;
}
.dashboard-list__contents{
 padding: 16px;
 border: 1px solid hsl(var(--base) / 0.3);
 border-radius: 12px;
}
.no-data{
  height: 100px;
  width: 100px;  
  margin: auto;
}

.blob {
  border-radius: 50%;
  margin: 10px;
  height: 9px;
  width: 9px;
  position: relative;
  right: -8px;
}

.blob.white {
  background: hsl(var(--base));
  box-shadow: 0 0 0 0 rgb(255 255 255);
  animation: pulse-white 1.5s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 hsl(var(--base) / 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px hsl(var(--base) / 0.05);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 hsl(var(--base) / 0.01);
  }
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 95, 95, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 95, 95, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 95, 95, 0);
  }
}

.pointer-dot {
  position: absolute;
  left: 0;
  top: 0;
}

.notification-dot {
  position: absolute;
      right: -12px;
    top: -9px;
}

.no__notify {
    text-align: center;
    padding: 20px 0;
    min-width: 230px;
}

.no__notify p {
    font-size: 14px;
}

.news-date i {
    color: hsl(var(--base));
}
