/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Sora:wght@100..800&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Oswald", sans-serif;
  --body-font: "Sora", sans-serif;
  /* ========================= Theme Color Start ============================= */
  --base-h: 43;
  --base-s: 85%;
  --base-l: 65%;
  --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: 6;
  --base-two-s: 85%;
  --base-two-l: 65%;
  --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: 40 2% 28%;
  --body-bg: 200 18% 97%;
  --heading-color: 188 29% 11%;
  --black: 0 0% 0%;
  --border-color: 0 0% 91%;
  --section-bg: 37 30% 92%;
  /* ================================ 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 ============================== */
}

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

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

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

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px 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: 70px;
}

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

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

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

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

h2 {
  font-size: 40px;
}

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

h3 {
  font-size: 32px;
}

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

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

h4 {
  font-size: 24px;
}

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

h5 {
  font-size: 20px;
}

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

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

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

/* ======================  Overlay End  ======================*/
/* ======================  Section Topbar Start  ======================*/
.section__topbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 48px;
}

@media screen and (max-width: 575px) {
  .section__topbar {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}

.section__title {
  max-width: 490px;
}

@media screen and (max-width: 575px) {
  .section__title {
    max-width: 100%;
  }
}

.section__title h3 {
  padding-right: 46px;
  margin-bottom: 24px;
}

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

@media screen and (max-width: 575px) {
  .section__title h3 {
    padding-right: 0;
  }
}

.section__title.center__title {
  max-width: 530px;
}

.section__title.center__title h3 {
  padding-right: 0;
}

.section__title.center__title p {
  padding-inline: 60px;
}

@media screen and (max-width: 575px) {
  .section__title.center__title p {
  padding-inline: 0;
}
}

.section__btn {
  flex: 0 0 auto;
}

/* ======================  Section Topbar End  ======================*/
/* ======================  Split Start  ======================*/
.splite-text .whitespace {
  width: 8px;
}

.splite-text.animated .char {
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

/* ======================  Split End  ======================*/
/* ======================  Swiper Start  ======================*/
.swiper-pagination {
  position: unset;
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    margin-top: 24px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: hsl(var(--border-color));
  opacity: 1;
  transition: 0.3s;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: hsl(var(--base-two));
  width: 42px;
}

/* ======================  Swiper 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: 5px;
  overflow: hidden;
}

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

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

.accordion .accordion-body {
  padding: 20px;
  background-color: hsl(var(--section-bg));
}

.accordion .accordion-body .text {
  max-width: 60%;
}

@media screen and (max-width: 575px) {
  .accordion .accordion-body .text {
    max-width: 100%;
  }
}

.accordion:first-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.accordion:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.accordion .accordion-button {
  background-color: hsl(var(--section-bg));
  color: var(--heading-color);
  font-size: 18px;
  padding: 15px;
}

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

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

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

.accordion .accordion-button:not(.collapsed) {
  color: hsl(var(--white));
  background-color: hsl(var(--black)) !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-size: 16px;
  font-weight: 600;
  padding: 15px 24px;
  border-radius: 60px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--body-font);
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 1399px) {
  .btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .btn {
    padding: 13px 24px;
  }
}

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

.btn img {
  position: absolute;
  left: 18px;
  bottom: 6px;
  z-index: -1;
  width: 34px;
  transition: 0.6s;
}

@media screen and (max-width: 1199px) {
  .btn img {
    bottom: 3px;
  }
}

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

.btn:hover img {
  left: calc(100% - 52px);
}

.btn:active {
  top: 1px;
}

.btn--lg {
  padding: 18px 26px;
}

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

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

.btn--sm {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 12px;
}

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

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

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

.btn--base-two:hover,
.btn--base-two:focus .btn--base-two:focus-visible {
  background-color: hsl(var(--base-two-l-200)) !important;
  border: 1px solid hsl(var(--base-two-l-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(--heading-color)) !important;
}

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

.btn--primary img {
  filter: invert(1) grayscale(1);
}

.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-outline--primary:hover img,
.btn-outline--primary:focus .btn-outline--primary:focus-visible img {
  filter: invert(1) grayscale(1);
}

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

.btn--secondary img {
  filter: invert(1) grayscale(1);
}

.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-outline--secondary:hover img,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible img {
  filter: invert(1) grayscale(1);
}

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

.btn--danger img {
  filter: invert(1) grayscale(1);
}

.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-outline--danger:hover img,
.btn-outline--danger:focus .btn-outline--danger:focus-visible img {
  filter: invert(1) grayscale(1);
}

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

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

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

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

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

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

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

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

.btn__two {
  font-size: 16px;
  font-weight: 600;
  color: hsl(var(--base-two));
  line-height: 1;
  padding: 14px 20px 12px 20px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 60px;
}

@media screen and (max-width: 1399px) {
  .btn__two {
    font-size: 14px;
  }
}

.btn__two:hover {
  border-color: hsl(var(--base-two));
  color: hsl(var(--base-two));
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.card {
  padding: 24px;
  border-radius: 20px;
  background-color: hsl(var(--section-bg));
  border: none;
}

@media screen and (max-width: 1199px) {
  .card {
    padding: 16px;
    border-radius: 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: transparent;
  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 {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: hsl(var(--heading-color));
  font-weight: 600;
}

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

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

.form-group {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 16px;
  }
}

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

.form-select:focus {
  border-color: hsl(var(--heading-color) / 0.4);
  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: 60px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 15px 24px;
  background-color: hsl(var(--section-bg));
  border: 1px solid hsl(var(--heading-color) / 0.3);
  color: hsl(var(--black));
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .form-control {
    font-size: 14px;
  }
}

.form-control::placeholder {
  color: hsl(var(--black) / 0.6);
}

.form-control:focus {
  background-color: hsl(var(--white));
  border-color: hsl(var(--heading-color) / 0.4);
  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: none;
  padding: 6px 12px;
  border-radius: 60px;
  background-color: hsl(var(--base)) !important;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 8px;
  color: hsl(var(--heading-color)) !important;
}

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

/* Form Control End */
textarea.form-control {
  height: 130px;
  border-radius: 30px;
  padding-top: 20px;
}

/* 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: 50px !important;
}

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

.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(--border-color));
  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(--heading-color));
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

@media screen and (max-width: 1199px) {
  .form-check .form-check-label {
    font-size: 14px;
  }
}

/* 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(--heading-color) / 0.3);
  position: relative;
  background-color: transparent;
  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: transparent;
  border-color: hsl(var(--base));
}

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

.form-radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  z-index: 3;
}

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

@media screen and (max-width: 1199px) {
  .form-radio .form-check-label {
    font-size: 14px;
  }
}

/*  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(--section-bg)) !important;
  margin-left: 0;
  margin-top: 0;
  border-radius: 40px;
  width: 54px;
  height: 28px;
  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: 22px;
  height: 22px;
  background-color: hsl(var(--heading-color));
  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% - 26px);
  background-color: hsl(var(--heading-color)) !important;
}

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

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

@media screen and (max-width: 1199px) {
  .form-switch .form-check-label {
    font-size: 14px;
  }
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input-group {
  border-radius: 40px;
}

.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: 1px !important;
  padding-right: 10px;
  box-shadow: unset;
}

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

.input-group .input-group-text {
  padding: 16px 13px 13px 13px;
  border-width: 0px;
  border-radius: 40px;
  background-color: hsl(var(--base));
  color: hsl(var(--heading-color));
  line-height: 1;
}

.input-group .form-control[readonly] {
  background: hsl(var(--black) / 0.2) !important;
}

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

.input-group:has(.form-control[readonly]) {
  background: hsl(var(--black) / 0.2) !important;
}

.input-group:has(.form-control[readonly]):focus-within {
  border-color: hsl(var(--black) / 0.2) !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: 0;
}

.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(--black) / 0.08);
  border-radius: 4px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--heading-color));
}

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

.pagination .page-item .page-link:focus {
  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(--heading-color));
}

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

.table thead tr th {
  text-align: center;
  padding: 15px 20px;
  color: hsl(var(--heading-color));
  font-family: var(--heading-font);
  font-weight: 600;
  border-bottom: 0;
  max-width: 170px;
  font-size: 16px;
  border: none;
  background-color: hsl(var(--base));
  line-height: 1;
}

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

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

.table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
  text-align: right;
}

.table tbody {
  border: 0 !important;
  background-color: transparent;
}

.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(--heading-color));
  font-weight: 400;
  max-width: 170px;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .table tbody tr td {
    font-size: 14px;
  }
}

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

@media screen and (max-width: 767px) {
  .table tbody tr td::before {
    font-size: 14px;
  }
}

.table tbody tr td:first-child {
  text-align: left;
  border-radius: 8px 0 0 8px;
}

.table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
  text-align: right;
}

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

  .table--responsive--sm tbody tr {
    display: block;
    margin-bottom: 10px;
  }

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

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

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

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

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

@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;
    margin-bottom: 10px;
  }

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

  .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 16px;
    border: none;
    max-width: unset;
  }

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

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

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

@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;
    margin-bottom: 10px;
  }

  .table--responsive--lg tbody tr:last-child {
    margin-bottom: 0;
  }

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

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

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

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

@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;
    margin-bottom: 10px;
  }

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

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

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

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

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

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

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  justify-content: center;
  background-color: hsl(var(--border-color));
  border-radius: 60px;
  margin-bottom: 40px;
}

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

.custom--tab .nav-item .nav-link {
  color: hsl(var(--heading-color));
  padding: 12px 16px;
  background-color: transparent !important;
  border-radius: 60px;
  transition: 0.4s;
  border: none;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .custom--tab .nav-item .nav-link {
    font-size: 14px;
  }
}

.custom--tab .nav-item .nav-link.active {
  color: hsl(var(--heading-color));
  background-color: hsl(var(--base-two)) !important;
}

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

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

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

/* ================================= 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.1) !important;
  color: hsl(var(--base)) !important;
}

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

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

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

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

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

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

.badge--info {
  background-color: hsl(var(--info) / 0.1) !important;
  color: hsl(var(--info)) !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;
}

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

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

@media screen and (max-width: 1399px) {
  .dropdown-toggle::after {
    width: 7px;
    height: 7px;
  }
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(225deg);
  margin-top: 2px;
}

.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: 5px;
  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(--heading-color));
  background-color: hsl(var(--base));
}

.dropdown-item.active,
.dropdown-item:active {
  color: hsl(var(--heading-color));
  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-two)) 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.2));
    -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));
  z-index: 15;
  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 .menu__close {
  position: absolute;
  right: 0;
  top: 0;
  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;
  transition: 0.3s;
}

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

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

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

.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: 14px;
  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-two));
}

/* ======================  Offcanvas Section End  ======================*/
/* ======================  Header Section Start  ======================*/
.header__area {
  padding: 16px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 8;
  background-color: hsl(var(--body-bg));
  border-bottom: 1px solid hsl(var(--base-two) / 0.1);
}

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

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

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

@media screen and (max-width: 1199px) {
  .header__area .header__logo a img {
    max-width: 100px;
  }
}

@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: 32px;
}

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

.header__area .header__menu ul li a {
  color: hsl(var(--body-color));
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  line-height: 1;
  transition: 0.3s;
}

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

.header__area .header__menu ul li a::after {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 1px;
  width: 0;
  height: 5px;
  background-color: hsl(var(--base));
  content: "";
  z-index: -1;
  transition: 0.3s;
}

@media screen and (max-width: 1399px) {
  .header__area .header__menu ul li a::after {
    height: 4px;
  }
}

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

.header__area .header__menu ul li a:hover::after,
.header__area .header__menu ul li a.active::after {
  width: 100%;
  right: auto;
  left: 0;
}

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

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

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

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

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

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

@media screen and (max-width: 1399px) {
  .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);
  }
}

/* ======================  Header Section End  ======================*/
/* ======================  Footer Section Start  ======================*/
.footer__area {
  background-color: hsl(var(--border-color));
  position: relative;
  z-index: 1;
}

.footer__dot {
  position: absolute;
  left: 5%;
  top: 0;
  z-index: -2;
  user-select: none;
  pointer-events: none;
  max-width: 300px;
}

@media screen and (max-width: 1399px) {
  .footer__dot {
    max-width: 250px;
  }
}

@media screen and (max-width: 1199px) {
  .footer__dot {
    max-width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .footer__dot {
    max-width: 160px;
  }
}

.footer__dot img {
  width: 100%;
}

.footer__dot.two {
  left: auto;
  right: 0;
  top: auto;
  bottom: 19%;
}

.footer__title span {
  color: hsl(var(--heading-color));
  margin-bottom: 16px;
  font-family: var(--heading-font);
}

@media screen and (max-width: 1399px) {
  .footer__title span.fs--70 {
    font-size: 50px !important;
  }
}

@media screen and (max-width: 1199px) {
  .footer__title span.fs--70 {
    font-size: 40px !important;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .footer__title span.fs--70 {
    font-size: 30px !important;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 575px) {
  .footer__title span.fs--70 {
    font-size: 20px !important;
    margin-bottom: 8px;
  }
}

.footer__title h2 {
  font-size: 128px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
  .footer__title h2 {
    font-size: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .footer__title h2 {
    font-size: 80px;
  }
}

@media screen and (max-width: 991px) {
  .footer__title h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 575px) {
  .footer__title h2 {
    font-size: 40px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 575px) {
  .footer__title h3 {
    font-size: 20px;
  }
}

.footer__area {
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

.footer__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}

@media screen and (max-width: 1199px) {
  .footer__menu ul {
    gap: 24px;
  }
}

@media screen and (max-width: 575px) {
  .footer__menu ul {
    row-gap: 12px;
  }
}

.footer__menu ul li a {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--heading-font);
  position: relative;
  z-index: 1;
  color: hsl(var(--heading-color));
}

@media screen and (max-width: 767px) {
  .footer__menu ul li a {
    font-size: 14px;
    font-weight: 500;
  }
}

.footer__menu ul li a::after {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  width: 0;
  height: 5px;
  background-color: hsl(var(--base));
  content: "";
  z-index: -1;
  transition: 0.3s;
}

.footer__menu ul li a:hover::after,
.footer__menu ul li a.active::after {
  width: 100%;
  right: auto;
  left: 0;
}

.footer__menu {
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .footer__menu {
    margin-bottom: 24px;
  }
}

.footer__social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footer__social ul li a {
  font-size: 24px;
  color: hsl(var(--base-two));
}

.footer__social ul li a:hover {
  color: hsl(var(--heading-color));
  transform: translateY(-2px);
}

.footer__social {
  margin-bottom: 54px;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
    margin-bottom: 16px;
  }
}

.footer__copyright p {
  font-size: 14px;
  font-weight: 400;
  color: hsl(var(--heading-color));
}

@media screen and (max-width: 1399px) {
  .footer__copyright p {
    font-size: 13px;
  }
}

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

.footer__copyright p a:hover {
  color: hsl(var(--base-two));
  text-decoration: underline;
}

.footer__logo a img {
  width: 120px;
}

.footer__logo {
  text-align: center;
}

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

.footer__policy ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
  flex-wrap: wrap;
}

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

@media screen and (max-width: 767px) {
  .footer__policy ul {
    justify-content: center;
  }
}

.footer__policy ul li a {
  font-size: 14px;
}

@media screen and (max-width: 1399px) {
  .footer__policy ul li a {
    font-size: 13px;
  }
}

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

.footer__policy ul li a:hover {
  color: hsl(var(--base-two));
}

.footer__form {
  margin-bottom: 80px;
  max-width: 426px;
  width: 100%;
  margin-inline: auto;
}

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

@media screen and (max-width: 767px) {
  .footer__form {
    max-width: 300px;
  }
}

.footer__newsletter {
  position: relative;
  z-index: 1;
}

.footer__newsletter button {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 28px;
  color: hsl(var(--base));
  transition: 0.3s;
}

.footer__newsletter button:hover {
  color: hsl(var(--base-two));
}

.footer__newsletter input {
  padding-right: 60px;
}

.footer__form p {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: hsl(var(--body-color) / 0.75);
}

.footer__thumb {
  text-align: center;
  margin-top: 20px;
  animation: bouncsAnim 4s linear 0s infinite alternate none;
}

.footer__thumb img {
  max-width: 340px;
  width: 100%;
  margin-left: -400px;
  margin-bottom: -78px;
}

@media screen and (max-width: 1199px) {
  .footer__thumb img {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .footer__thumb img {
    max-width: 200px;
    margin-left: -270px;
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 575px) {
  .footer__thumb img {
    margin-left: 0;
    margin-bottom: -17px;
  }
}

@keyframes bouncsAnim {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(-18px);
  }

  24% {
    opacity: 1;
  }

  40% {
    animation-timing-function: ease-in;
    transform: translateY(-12px);
  }

  65% {
    animation-timing-function: ease-in;
    transform: translateY(-6px);
  }

  82% {
    animation-timing-function: ease-in;
    transform: translateY(-3px);
  }

  93% {
    animation-timing-function: ease-in;
    transform: translateY(-2px);
  }

  25%,
  55%,
  75%,
  87% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
  }

  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}

/* ======================  Footer Section End  ======================*/
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: absolute;
  right: 30px;
  bottom: 60px;
  color: hsl(var(--heading-color));
  font-family: var(--heading-font);
  writing-mode: sideways-lr;
  letter-spacing: 1px;
  font-weight: 500;
  z-index: 5;
  cursor: pointer;
  animation: stdown 2s linear 0s infinite alternate none;
}

@media screen and (max-width: 575px) {
  .scroll-top {
    right: 20px;
    bottom: 100px;
  }
}

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

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

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

/* ===================== 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;
  gap: 16px;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.social__icon li a {
  width: 36px;
  height: 36px;
  background-color: hsl(var(--white));
  color: hsl(var(--base-two));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.social__icon.course__social li a {
  background-color: hsl(var(--base-two) / 0.08);
}

.social__icon li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: hsl(var(--base-two));
  transition: 0.3s;
}

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

.social__icon li a:hover::after {
  height: 100%;
}

/* ======================  Social Icon Section End  ======================*/
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding-top: 280px;
  padding-bottom: 210px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  .breadcrumb {
    padding-top: 298px;
    padding-bottom: 220px;
  }
}

@media screen and (max-width: 1199px) {
  .breadcrumb {
    padding-top: 258px;
    padding-bottom: 180px;
  }
}

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

@media screen and (max-width: 575px) {
  .breadcrumb {
    padding-top: 178px;
    padding-bottom: 100px;
  }
}

.breadcrumb::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: hsl(var(--base-two-d-600));
  opacity: 0.45;
}

.breadcrumb__wrapper {
  text-align: center;
}

.breadcrumb__title {
  margin-bottom: 0;
  color: hsl(var(--base));
}

.breadcrumb__title .whitespace {
  width: 14px;
}

@media screen and (max-width: 767px) {
  .breadcrumb__title .whitespace {
    width: 8px;
  }
}

/* ====================== 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  ======================*/
/* ======================  Select2 Section Start  ======================*/
.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 8px;
  height: auto;
  padding: 14px 30px 14px 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 0;
  line-height: normal;
  color: hsl(var(--heading-color));
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f107";
  font-family: "Line Awesome Free";
  font-size: 16px;
  color: hsl(var(--heading-color));
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  transform: translateY(-50%) rotate(-180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-dropdown {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.select2-search--dropdown {
  padding: 6px;
}

.select2-search--dropdown .select2-search__field {
  padding: 8px 12px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid hsl(var(--black) / 0.1);
  background-color: hsl(var(--white) / 0.2);
}

.select2-results__option {
  padding: 10px 14px;
  user-select: none;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.select2-results__option:last-child {
  border-bottom: none;
}

.select2-container--default .select2-results>.select2-results__options {
  scrollbar-width: thin;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.select2-container--default .select2-results__option--selected {
  background-color: hsl(var(--base) / 0.1);
  border-color: hsl(var(--base) / 0.1);
}

.select2-results__option.select2-results__message {
  text-align: center;
}

/* ======================  Select2 Section End  ======================*/
/* ======================  Hero Section Start  ======================*/
.hero__area {
  background-image: linear-gradient(to top,
      hsl(var(--base-two) / 0.1),
      transparent,
      transparent,
      transparent,
      transparent);
  padding-top: 190px;
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .hero__area {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

.hero__video {
  width: 140px;
  height: 64px;
  border-radius: 200px;
  overflow: hidden;
  border: 1px solid hsl(var(--base));
  margin-right: 10px;
}

@media screen and (max-width: 1399px) {
  .hero__video {
    height: 55px;
  }
}

@media screen and (max-width: 1199px) {
  .hero__video {
    width: 110px;
    height: 45px;
  }
}

@media screen and (max-width: 991px) {
  .hero__video {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .hero__video {
    width: 90px;
    height: 36px;
  }
}

@media screen and (max-width: 575px) {
  .hero__video {
    width: 80px;
    height: 32px;
  }
}

.hero__video video {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .hero__content {
    text-align: center;
    max-width: 72%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero__content {
    max-width: 84%;
  }
}

@media screen and (max-width: 575px) {
  .hero__content {
    max-width: 100%;
  }
}

.hero__content>span {
  font-family: var(--heading-font);
}

@media screen and (max-width: 1199px) {
  .hero__content>span.fs--16 {
    font-size: 14px !important;
  }
}

.hero__content h1 {
  margin-bottom: 32px;
}

.hero__content h1 .whitespace {
  width: 14px;
}

@media screen and (max-width: 767px) {
  .hero__content h1 .whitespace {
    width: 8px;
  }
}

@media screen and (max-width: 1199px) {
  .hero__content h1 {
    margin-bottom: 20px;
  }
}

.hero__content p {
  margin-bottom: 48px;
}

@media screen and (max-width: 1399px) {
  .hero__content p.fs--20 {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 1199px) {
  .hero__content p {
    margin-bottom: 24px;
  }

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

@media screen and (max-width: 767px) {
  .hero__content p {
    margin-bottom: 24px;
  }

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

.hero__member__img img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid hsl(var(--base-two));
}

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

.hero__member {
  background-color: hsl(var(--white) / 0.7);
  width: fit-content;
  padding: 8px 20px;
  border-radius: 60px;
  margin-top: -40px;
  margin-left: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .hero__member {
    margin-left: 10px;
  }
}

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

.hero__member__img img:not(:first-child) {
  margin-left: -14px;
}

.hero__thumb img {
  width: 100%;
}

.hero__right {
  position: relative;
  z-index: 1;
  max-width: 82%;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .hero__right {
    max-width: 88%;
  }
}

@media screen and (max-width: 991px) {
  .hero__right {
    max-width: 350px;
    margin-right: auto;
    margin-top: 60px;
  }
}

.hero__counter {
  text-align: center;
}

.hero__counter h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.hero__member__content h6 {
  display: flex;
  align-items: center;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .hero__member__content p.fs--14 {
    font-size: 12px !important;
  }
}

.hero__sp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  user-select: none;
  pointer-events: none;
}

.hero__sp.hero__bolt {
  left: 48%;
  top: -60px;
  max-width: 60px;
  animation: pulseAnim 4s linear 0s infinite normal none;
}

.hero__sp.hero__circle {
  max-width: 64px;
  top: 54%;
  left: 5%;
  animation: rotateAnim 12s linear 0s infinite normal none;
}

.hero__sp.hero__dots {
  max-width: 265px;
  left: 6%;
  top: -30px;
}

@media screen and (max-width: 1199px) {
  .hero__sp.hero__dots {
    max-width: 200px;
  }
}

.hero__sp img {
  width: 100%;
}

@keyframes rotateAnim {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulseAnim {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.7);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.9);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.8);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

/* ======================  Hero Section End  ======================*/
/* ======================  Program Section Start  ======================*/
.program__card {
  padding: 12px;
  background-color: hsl(var(--section-bg));
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 1199px) {
  .program__card {
    border-radius: 16px;
  }
}

@media screen and (max-width: 575px) {
  .program__card {
    max-width: 350px;
    margin-inline: auto;
  }
}

.program__card__img {
  width: 100%;
  height: 174px;
  border-radius: 12px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .program__card__img {
    height: 140px;
    border-radius: 10px;
  }
}

.program__card__img a {
  display: block;
  width: 100%;
  height: 100%;
}

.program__card:hover .program__card__img a img {
  transform: scale(1.05);
}

.program__card__content {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 8px;
}

.program__card__content h5 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .program__card__content h5 {
    margin-bottom: 16px;
  }
}

.program__discount {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.program__discount::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: hsl(var(--base-two-d-600));
  opacity: 0.45;
  transition: 0.3s;
}

.program__discount:hover::after {
  opacity: 0.6;
}

.program__discount>img {
  width: 120px;
  margin-bottom: 30px;
}

.program__discount h5 {
  color: hsl(var(--white));
  margin-bottom: 0;
}

.program__discount h3 {
  color: hsl(var(--base-two));
  margin: 8px 0;
}

.program__discount a {
  margin-top: 60px;
}

.ep__check {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.ep__check .form-check .form-check-input {
  border: 1px solid hsl(var(--black) / 0.2);
  width: 18px;
  height: 18px;
}

.enroll__title {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .enroll__title {
    margin-bottom: 40px;
  }
}

.enroll__title h3 {
  margin-bottom: 0;
}

.ep__btn {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .ep__btn {
    margin-top: 14px;
  }
}

.course__price {
  text-align: center;
}

.course__price h3 {
  margin-bottom: 32px;
}

.course__price a{
  width: fit-content;
  margin-inline: auto;
  margin-top: 16px;
}

.course__share ul {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
}

.course__share {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 20px;
}

.course__share h6 {
    margin-bottom: 0;
}

/* ======================  Program Section End  ======================*/
/* ======================  Program Details Section Start  ======================*/
.program__details .card {
  background-color: hsl(var(--white));
}

.pd__content>img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
  .pd__content>img {
    border-radius: 16px;
    margin-bottom: 16px;
  }
}

.pd__content .card {
  background-color: hsl(var(--section-bg) / 0.3);
}

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

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

.pd__desc ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pd__desc ul li {
  color: hsl(var(--body-color));
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .pd__desc ul li {
    font-size: 12px;
    gap: 8px;
  }
}

.pd__desc ul li img {
  width: 20px;
  flex: 0 0 auto;
  margin-top: 5px;
}

@media screen and (max-width: 1199px) {
  .pd__desc ul li img {
    width: 16px;
  }
}

.pd__list ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pd__list ul li {
  color: hsl(var(--body-color));
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

@media screen and (max-width: 1199px) {
  .pd__list ul li {
    font-size: 12px;
    gap: 8px;
  }
}

.pd__list ul li img {
  width: 20px;
  flex: 0 0 auto;
  margin-top: 5px;
}

@media screen and (max-width: 1199px) {
  .pd__list ul li img {
    width: 16px;
  }
}

.rating-stars {
  font-size: 1.3rem;
  justify-content: flex-end;
  margin-top: -1px;
}

.rating-stars input[type="radio"] {
  display: none;
}

.rating-stars label {
  color: hsl(var(--black) / 0.15);
  cursor: pointer;
  transition: color 0.2s;
}

.rating-stars label:hover,
.rating-stars label:hover~label {
  color: hsl(var(--warning));
}

.rating-stars input[type="radio"]:checked~label {
  color: hsl(var(--warning));
}

.review--box .btn {
  margin-top: 20px;
}

.program__details .nav {
  margin-bottom: 24px;
  border-bottom: 2px solid hsl(var(--border-color));
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.program__details .nav-link {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--heading-color));
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .program__details .nav-link {
    font-size: 14px;
  }
}

.program__details .nav-link.active {
  border-color: hsl(var(--base-two));
}

.program__details .nav-pills .nav-link.active,
.program__details .nav-pills .show>.nav-link {
  color: hsl(var(--base-two));
  background-color: transparent;
}

.program__details textarea.form-control {
  border-radius: 16px;
  background-color: hsl(var(--white));
}

.product--review {
  margin-bottom: 24px;
}

.review--single-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.review--single-topbar img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  flex: 0 0 auto;
}

.review--single-topbar h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}

.review--single-topbar p {
  font-size: 12px;
  margin-bottom: 4px;
}

.review--after {
  display: flex;
  align-items: center;
  gap: 1px;
}

.review--after span {
  line-height: 1;
  color: hsl(var(--warning));
}

@media screen and (max-width: 1199px) {
  .ep__wrap {
    padding: 32px 20px;
  }
}

/* ======================  Program Details Section End  ======================*/
/* ======================  CTA Section Start  ======================*/
.cta__area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cta__bg video {
  min-width: 100%;
  min-height: 100%;
}

.cta__area::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: hsl(var(--base-two-d-600));
  opacity: 0.45;
}

.cta__area::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 68px;
  content: "";
  background-color: hsl(var(--body-bg));
}

@media screen and (max-width: 1399px) {
  .cta__area::before {
    height: 58px;
  }
}

@media screen and (max-width: 1199px) {
  .cta__area::before {
    height: 47px;
  }
}

@media screen and (max-width: 991px) {
  .cta__area::before {
    height: 37px;
  }
}

@media screen and (max-width: 767px) {
  .cta__area::before {
    height: 29px;
  }
}

@media screen and (max-width: 575px) {
  .cta__area::before {
    height: 21px;
  }
}

.cta__content h3 {
  color: hsl(var(--body-bg));
  margin-bottom: 24px;
}

.cta__content p {
  color: hsl(var(--body-bg));
  margin-bottom: 36px;
}

.cta__content {
  max-width: 870px;
}

@media screen and (max-width: 1199px) {
  .cta__content {
    max-width: 680px;
  }
}

@media screen and (max-width: 991px) {
  .cta__content {
    max-width: 100%;
    text-align: center;
  }
}

.cta__title {
  padding-bottom: 180px;
}

@media screen and (max-width: 1399px) {
  .cta__title {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 1199px) {
  .cta__title {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .cta__title {
    padding-bottom: 60px;
  }
}

.cta__title span {
  font-size: 130px;
  font-weight: 700;
  color: hsl(var(--heading-color));
  font-family: var(--heading-font);
  white-space: nowrap;
  line-height: 1;
  display: block;
  background: hsl(var(--heading-color));
  background: linear-gradient(to bottom,
      hsl(var(--heading-color)) 0%,
      hsl(var(--heading-color)) 52%,
      hsl(var(--base)) 53%,
      hsl(var(--base)) 100%,
      hsl(var(--base)) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1399px) {
  .cta__title span {
    font-size: 110px;
  }
}

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

@media screen and (max-width: 991px) {
  .cta__title span {
    font-size: 70px;
  }
}

@media screen and (max-width: 767px) {
  .cta__title span {
    font-size: 55px;
  }
}

@media screen and (max-width: 575px) {
  .cta__title span {
    font-size: 40px;
  }
}

.cta__title span:last-child {
  text-align: end;
  margin-top: 32px;
  background: hsl(var(--base));
  background: linear-gradient(to bottom,
      hsl(var(--base)) 0%,
      hsl(var(--base)) 52%,
      hsl(var(--base-two)) 53%,
      hsl(var(--base-two)) 100%,
      hsl(var(--base-two)) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 991px) {
  .cta__title span:last-child {
    margin-top: 20px;
  }
}

/* ======================  CTA Section End  ======================*/
/* ======================  Trainer Section Start  ======================*/
.trainer__card {
  width: 100%;
  height: 358px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 8px;
}

@media screen and (max-width: 1199px) {
  .trainer__card {
    height: 320px;
  }
}

@media screen and (max-width: 575px) {
  .trainer__card {
    max-width: 350px;
    margin-inline: auto;
  }
}

.trainer__card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  z-index: -2;
}

.trainer__card:hover img {
  transform: scale(1.05);
}

.trainer__card a {
  background-color: hsl(var(--section-bg));
  border-radius: 12px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

@media screen and (max-width: 1199px) {
  .trainer__card a {
    padding: 10px;
  }
}

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

.trainer__card a:hover span {
  background-color: hsl(var(--base-two));
}

.trainer__card a h5 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .trainer__card a h5 {
    margin-bottom: 8px;
  }
}

.trainer__card a p {
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .trainer__card a p {
    font-size: 12px;
  }
}

.trainer__card a span {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background-color: hsl(var(--base));
  color: hsl(var(--heading-color));
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .trainer__card a span {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
}

.trainer__card a span i {
  font-size: 20px;
  transform: rotate(-45deg);
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .trainer__card a span i {
    font-size: 18px;
  }
}

.trainer__card a:hover span i {
  transform: rotate(0);
}

.trainer__card a:hover {
  transform: translateY(-4px);
}

.trainer__profile {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .trainer__profile {
    gap: 16px;
  }
}

@media screen and (max-width: 575px) {
  .trainer__profile {
    flex-direction: column;
    align-items: flex-start;
  }
}

.trainer__profile img {
  flex: 0 0 auto;
  width: 274px;
  height: 274px;
  object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .trainer__profile img {
    width: 220px;
    height: 220px;
  }
}

.trainer__profile__info span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 32px;
}

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

.trainer__details__wrap {
  background-color: hsl(var(--section-bg));
  padding: 48px 60px;
  border-radius: 20px;
  margin-top: 48px;
}

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

@media screen and (max-width: 767px) {
  .trainer__details__wrap {
    margin-top: 24px;
  }
}

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

.trainer__spec p {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

.trainer__spec h5 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.trainer__desc p {
  font-size: 20px;
  color: hsl(var(--heading-color));
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .trainer__desc p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

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

.trainer__desc p:last-child {
  margin-bottom: 0;
}

.trainer__spec h5 img {
  flex: 0 0 auto;
  width: 20px;
}

.trainer__desc {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .trainer__desc {
    margin-top: 24px;
  }
}

/* ======================  Trainer Section End  ======================*/
/* ======================  Pricing Section Start  ======================*/
.pricing__card {
  background-color: hsl(var(--heading-color));
  padding: 4px;
  border-radius: 16px;
}

@media screen and (max-width: 575px) {
  .pricing__card {
    max-width: 350px;
    margin-inline: auto;
  }
}

.pricing__inner {
  background-color: hsl(var(--section-bg));
  border-radius: 12px;
}

.pricing__btn {
  padding: 20px 16px;
  padding-bottom: 16px;
}

.pricing__btn .btn img {
  left: 16%;
}

@media screen and (max-width: 1199px) {
  .pricing__btn .btn img {
    left: 30%;
  }
}

@media screen and (max-width: 991px) {
  .pricing__btn .btn img {
    left: 22%;
  }
}

@media screen and (max-width: 575px) {
  .pricing__btn .btn img {
    left: 26%;
  }
}

.pricing__btn .btn:hover img {
  left: 70%;
}

@media screen and (max-width: 1199px) {
  .pricing__btn .btn:hover img {
    left: 62%;
  }
}

@media screen and (max-width: 991px) {
  .pricing__btn .btn:hover img {
    left: 68%;
  }
}

@media screen and (max-width: 575px) {
  .pricing__btn .btn:hover img {
    left: 64%;
  }
}

.pricing__topbar {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid hsl(var(--body-color));
}

.pricing__topbar h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pricing__topbar h5 {
    font-size: 16px;
  }
}

.pricing__amount {
  padding: 32px 20px;
  text-align: center;
}

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

.pricing__amount h3 {
  margin-bottom: 0;
}

.pricing__amount h3 span {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .pricing__amount h3 span {
    font-size: 14px;
  }
}

.pricing__list {
  padding-inline: 10px;
  padding-bottom: 20px;
}

.pricing__list ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media screen and (max-width: 767px) {
  .pricing__list ul {
    gap: 12px;
  }
}

.pricing__list ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  color: hsl(var(--heading-color));
}

@media screen and (max-width: 1399px) {
  .pricing__list ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .pricing__list ul li {
    font-size: 12px;
    gap: 8px;
  }
}

@media screen and (max-width: 575px) {
  .pricing__list ul li {
    font-size: 14px;
  }
}

.pricing__list ul li img {
  flex: 0 0 auto;
  width: 30px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .pricing__list ul li img {
    width: 20px;
  }
}

/* ======================  Pricing Section End  ======================*/
/* ======================  Plan Section Start  ======================*/
.plan__single {
  text-align: center;
}

.plan__single span {
  width: 60px;
  height: 60px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 32px;
}

.plan__single span img {
  flex: 0 0 auto;
  width: auto;
  height: 36px;
}

/* ======================  Plan Section End  ======================*/
/* ======================  About Section Start  ======================*/
.about__content p {
  margin-bottom: 36px;
}

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

@media screen and (max-width: 991px) {
  .about__content {
    text-align: center;
  }
}

.about__right {
  position: relative;
  z-index: 1;
  width: 80%;
  margin-left: auto;
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .about__right {
    width: 50%;
    margin-right: auto;
    padding-top: 0;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 575px) {
  .about__right {
    width: 70%;
  }
}

.about__right img {
  width: 100%;
}

.about__dots {
  position: absolute;
  right: -100px;
  bottom: -100px;
  z-index: -1;
  max-width: 300px;
}

@media screen and (max-width: 991px) {
  .about__dots {
    max-width: 200px;
    right: -50px;
    bottom: -50px;
  }
}

.play__btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: hsl(var(--base-two));
  color: hsl(var(--base));
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid hsl(var(--body-bg));
  position: absolute;
  left: -30px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  animation: pulse-animation 2s infinite;
  transition: 0.3s;
}

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

@media screen and (max-width: 767px) {
  .play__btn {
    width: 45px;
    height: 45px;
    font-size: 20px;
    left: -20px;
  }
}

.play__btn:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--base-two));
  transform: scale(0.95);
}

.play__btn i {
  margin-left: 5px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px hsl(var(--base-two));
  }

  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}

/* ======================  About Section End  ======================*/
/* ======================  Testimonial Section Start  ======================*/
.testimonial__card {
  padding: 24px 20px;
  border-radius: 16px;
  background-image: linear-gradient(to left top,
      hsl(var(--body-bg)),
      hsl(var(--base-two) / 0.1),
      hsl(var(--base) / 0.1) 85%);
  position: relative;
  z-index: 1;
  opacity: 0.3;
  user-select: none;
  transition: 0.3s;
}

.swiper-slide-active .testimonial__card {
  opacity: 1;
  user-select: unset;
}

.testimonial__quote {
  position: absolute;
  right: 20px;
  top: 2px;
  z-index: -1;
  line-height: 1;
  color: hsl(var(--body-color) / 0.1);
  font-size: 68px;
}

@media screen and (max-width: 1199px) {
  .testimonial__quote {
    font-size: 50px;
  }
}

.testimonial__topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
  .testimonial__topbar {
    margin-bottom: 24px;
  }
}

.testimonial__topbar img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 20px;
  flex: 0 0 auto;
}

@media screen and (max-width: 1199px) {
  .testimonial__topbar img {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }
}

.testimonial__topbar h5 {
  margin-bottom: 10px;
}

.testimonial__topbar p {
  font-size: 14px;
}

.testimonial__content p {
  font-size: 20px;
}

@media screen and (max-width: 1399px) {
  .testimonial__content p {
    font-size: 18px;
  }
}

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

/* ======================  Testimonial Section End  ======================*/
/* ======================  Blog Section Start  ======================*/
@media screen and (max-width: 575px) {
  .blog__card {
    max-width: 350px;
    margin-inline: auto;
  }
}

.blog__card:hover .blog__img a img {
  transform: scale(1.05);
}

.blog__img {
  width: 100%;
  height: 264px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .blog__img {
    height: 200px;
  }
}

.blog__img a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog__card__wrap {
  display: flex;
  gap: 24px;
}

.blog__date {
  flex: 0 0 auto;
  width: fit-content;
  height: fit-content;
  border-bottom: 4px solid hsl(var(--heading-color));
  padding-bottom: 6px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .blog__date {
    border-width: 3px;
  }
}

.blog__date h3 {
  margin-bottom: 4px;
  margin-top: -4px;
  color: hsl(var(--base-two));
}

.blog__date span {
  font-size: 14px;
  display: block;
}

.blog__card__content P {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.blog__card__content h5 a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px),
      currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.blog__card__content h5 a:hover {
  background-image: linear-gradient(transparent calc(100% - 2px),
      currentColor 2px);
  background-size: 100% 100%;
  color: hsl(var(--base-two));
}

/* ======================  Blog Section End  ======================*/
/* ======================  Counter Section Start  ======================*/
.counter__area {
  padding: 24px 0;
  background-color: hsl(var(--section-bg));
}

.counter__main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

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

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

.counter__single {
  text-align: center;
}

.counter__single h3 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ======================  Counter Section End  ======================*/
/* ======================  Contact Section Start  ======================*/
.contact__wrap {
  background-color: hsl(var(--section-bg));
  border-radius: 16px;
  overflow: hidden;
}

.contact__left {
  background-color: hsl(var(--base));
  height: 100%;
  padding: 32px 55px;
}

@media screen and (max-width: 767px) {
  .contact__left {
    padding: 32px;
  }
}

@media screen and (max-width: 575px) {
  .contact__left {
    padding: 32px 24px;
  }
}

.contact__info ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .contact__info ul {
    gap: 10px;
  }
}

.contact__info ul li {
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 15px;
  color: hsl(var(--heading-color));
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .contact__info ul li {
    font-size: 16px;
  }
}

.contact__info ul li span {
  width: 36px;
  height: 36px;
  background-color: hsl(var(--white));
  color: hsl(var(--base-two));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.contact__info h3 {
  margin-bottom: 36px;
}

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

.contact__info {
  margin-bottom: 60px;
}

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

.contact__social h5 {
  margin-bottom: 24px;
}

.contact__form {
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .contact__form {
    padding: 32px 20px;
  }
}

.contact__title {
  margin-bottom: 36px;
}

@media screen and (max-width: 575px) {
  .contact__title {
    margin-bottom: 20px;
  }
}

.contact__btn .btn img {
  left: 40%;
}

@media screen and (max-width: 575px) {
  .contact__btn .btn img {
    left: 38%;
  }
}

.contact__btn .btn:hover img {
  left: 54%;
}

@media screen and (max-width: 575px) {
  .contact__btn .btn:hover img {
    left: 50%;
  }
}

/* ======================  Contact Section End  ======================*/
/* ======================  Auth Section Start  ======================*/
.auth__area {
  position: relative;
  z-index: 1;
  margin: 12px;
  border-radius: 30px;
  min-height: calc(100vh - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .auth__area {
    margin: 8px;
    min-height: calc(100vh - 16px);
    border-radius: 16px;
  }
}

.auth__area::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: hsl(var(--base-two-d-900));
  content: "";
  opacity: 0.85;
}

.auth__logo {
  text-align: center;
  margin-bottom: 60px;
}

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

.auth__logo a img {
  width: 148px;
}

.auth__logo a {
  margin-bottom: 20px;
}

.auth__title {
  text-align: center;
  margin-bottom: 36px;
}

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

.auth__title h3 {
  margin-bottom: 0;
}

.auth__widgets {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.auth__widgets .form-check-label a {
  color: hsl(var(--base));
}

.auth__widgets .form-check-label a:hover {
  text-decoration: underline;
}

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

.auth__widgets a:hover {
  color: hsl(var(--base)) !important;
}

.auth__btn {
  margin-top: 48px;
}

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

.auth__btn .btn img {
  left: 44%;
}

.auth__btn .btn:hover img {
  left: 52%;
}

.auth__other {
  text-align: center;
  margin-top: 40px;
}

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

.auth__other p a {
  color: hsl(var(--white));
  font-weight: 600;
  text-decoration: underline;
}

.auth__other p a:hover {
  color: hsl(var(--base));
}

.auth__wrap .form-control {
  background-color: hsl(var(--border-color) / 0.1);
  border: 1px solid hsl(var(--border-color) / 0.75);
  color: hsl(var(--white));
}

.auth__wrap .form-control::placeholder {
  color: hsl(var(--border-color));
}

.auth__wrap .form-control:focus {
  background-color: hsl(var(--white) / 0.2);
  border-color: hsl(var(--base));
}

.auth__wrap .form-control:disabled,
.auth__wrap .form-control[readonly] {
  background-color: hsl(var(--white) / 0.3);
}

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

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

.auth__wrap .password-show-hide {
  color: hsl(var(--border-color));
}

.auth__wrap .form-select {
  color: hsl(var(--white)) !important;
}

.auth__wrap .form-select:focus {
  color: hsl(var(--white)) !important;
}

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

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

/* ======================  Auth Section End  ======================*/
/* ======================  Blog Details Section Start  ======================*/
.blog__details .card {
  background-color: hsl(var(--white));
}

.search__box {
  position: relative;
  z-index: 1;
}

.search__box button {
  position: absolute;
  right: 24px;
  top: 51%;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 1;
}

.search__box .form-control {
  padding-right: 50px;
  background-color: transparent;
}

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

@media screen and (max-width: 991px) {
  .common__sidebar {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .common__sidebar .card.mt-4 {
    margin-top: 0 !important;
  }

  .common__sidebar .sidebar__discount.mt-4 {
    margin-top: 0 !important;
  }
}

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

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

.common__sidebar__title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.common__sidebar__title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--body-color) / 0.2);
  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: 8px;
  line-height: 1.4;
}

.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;
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(var(--black) / 0.06);
}

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

.blog__inner {
  display: flex;
  gap: 36px;
}

@media screen and (max-width: 767px) {
  .blog__inner {
    gap: 24px;
  }
}

@media screen and (max-width: 575px) {
  .blog__inner {
    flex-direction: column;
  }
}

.blog__desc__widgets {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .blog__desc__widgets {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
}

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

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

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

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

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

.blog__desc__wrap ul,
.blog__desc__wrap ol {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

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

  .blog__desc__wrap ul,
  .blog__desc__wrap ol {
    font-size: 8px;
  }
}

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

  .blog__desc__wrap ul,
  .blog__desc__wrap ol {
    margin-bottom: 16px;
  }
}

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

  .blog__desc__wrap ul li,
  .blog__desc__wrap ol li {
    font-size: 14px;
  }
}

.blog__quote {
  background-color: hsl(var(--base) / 0.1);
  border-radius: 0 10px 10px 0;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  margin-left: 18px;
}

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

.blog__quote::after {
  position: absolute;
  left: -8px;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  z-index: 1;
  background-color: hsl(var(--base));
}

.blog__quote::before {
  position: absolute;
  left: -18px;
  top: 0;
  width: 7px;
  height: 100%;
  content: "";
  z-index: 1;
  background-color: hsl(var(--base));
}

.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 {
  border: 1px solid hsl(var(--border-color));
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  border-radius: 50px;
  gap: 24px;
}

@media screen and (max-width: 575px) {
  .blog__share {
    flex-direction: row;
    gap: 10px;
    margin-top: 0;
    padding: 8px 10px;
  }
}

.blog__share span {
  width: 32px;
  height: 32px;
  background-color: hsl(var(--base-two));
  color: hsl(var(--heading-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog__share ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 575px) {
  .blog__share ul {
    flex-direction: row;
    padding-right: 4px;
  }
}

.blog__share ul li a {
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .blog__share ul li a {
    font-size: 16px;
  }
}

/* ======================  Blog Details Section End  ======================*/
/* ======================  Policy Section Start  ======================*/
.policy__area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.policy__sp {
  position: absolute;
  right: 0;
  top: 10%;
  z-index: -1;
  user-select: none;
  pointer-events: none;
  max-width: 350px;
  width: 100%;
  transform: rotate(-30deg);
}

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

@media screen and (max-width: 767px) {
  .policy__sp {
    max-width: 140px;
  }
}

.policy__sp.sp-2 {
  right: auto;
  left: 0;
  top: 40%;
  transform: rotate(30deg);
}

.policy__sp.sp-3 {
  top: auto;
  bottom: 12%;
}

.wyg h1,
.wyg h2,
.wyg h3,
.wyg h4,
.wyg h5 {
  color: hsl(var(--heading-color));
  margin-bottom: 24px;
  font-weight: 600;
}

.wyg strong {
  color: hsl(var(--heading-color));
}

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

  .wyg h1,
  .wyg h2,
  .wyg h3,
  .wyg h4,
  .wyg h5 {
    margin-bottom: 14px;
  }
}

.wyg p {
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.8;
}

.wyg ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  list-style: disc;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .wyg ul {
    margin-bottom: 14px;
  }
}

.wyg ul li {
  font-size: 16px;
}

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

.wyg ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  list-style: decimal;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .wyg ol {
    margin-bottom: 14px;
  }
}

.wyg ol li {
  font-size: 16px;
}

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

/* ======================  Policy Section End  ======================*/
/* ======================  Dashboard Section Start  ======================*/
.dashboard .search__box .form-control {
  padding: 12px 24px;
  padding-right: 40px;
}

.dashboard .search__box button {
  right: 20px;
}

.dashboard__wrap {
  padding-left: 275px;
}

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

.dashboard__wrapper {
  padding: 24px;
}

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

.dashboard__sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 275px;
  height: 100vh;
  z-index: 2;
  background-color: hsl(var(--heading-color));
  overflow-y: auto;
  scrollbar-width: none;
}

@media screen and (max-width: 991px) {
  .dashboard__sidebar {
    background-color: hsl(var(--heading-color));
    left: -100%;
    z-index: 13;
    transition: 0.3s;
  }

  .dashboard__sidebar.active {
    left: 0;
  }
}

.dashboard__logo a {
  display: block;
  text-align: center;
}

.dashboard__logo a img {
  width: 100%;
  max-width: 175px;
}

.dashboard__logo {
  padding: 32px 24px;
}

.sidebar__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: hsl(var(--danger));
  width: 30px;
  height: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  color: hsl(var(--white));
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .sidebar__close {
    display: flex;
  }
}

.sidebar__open {
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}

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

@media screen and (max-width: 767px) {
  .sidebar__open {
    margin-left: auto !important;
  }
}

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

.dashboard__menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 14px;
  overflow: hidden;
}

.dashboard__menu ul li a {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  color: hsl(var(--white));
  font-family: var(--heading-font);
  border-radius: 8px 0 0 8px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}

.dashboard__menu ul li a i {
  color: hsl(var(--base-two));
  min-width: 20px;
}

.dropdown__arrow i {
  min-width: auto !important;
}

.dashboard__menu ul li a:hover {
  background-color: hsl(var(--base) / 0.3);
  color: hsl(var(--white));
}

.dashboard__menu ul li a.active {
  background-color: hsl(var(--base));
  color: hsl(var(--heading-color));
}

.sidebar__dropdown {
  background-color: hsl(var(--base) / 0.2);
  padding: 12px 22px;
  border-radius: 0 0 0 8px;
}

.dashboard__menu ul li a[aria-expanded="true"] {
  border-radius: 8px 0 0 0;
}

.dashboard__menu ul li a[aria-expanded="true"] .dropdown__arrow i {
  transform: rotate(90deg);
}

.dropdown__arrow {
  line-height: 1;
  margin-left: auto;
}

.dropdown__arrow i {
  transition: 0.3s;
}

.sidebar__dropdown ul {
  padding-right: 0;
  gap: 6px;
}

.sidebar__dropdown ul li a {
  border-radius: 4px;
  padding: 12px 18px;
  position: relative;
  z-index: 1;
}

.sidebar__dropdown ul li a::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  z-index: 1;
  width: 5px;
  height: 65%;
  background-color: hsl(var(--base));
  border-radius: 0 10px 10px 0;
  opacity: 0;
  visibility: hidden;
}

.sidebar__dropdown ul li a.active,
.sidebar__dropdown ul li a:hover {
  background-color: hsl(var(--base) / 0.2);
  color: hsl(var(--white));
}

.sidebar__dropdown ul li a.active::after {
  opacity: 1;
  visibility: visible;
}

.dashboard__header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .dashboard__header {
    flex-direction: column;
    gap: 24px;
  }

  .dashboard__header .search__box {
    width: 100%;
  }
}

.dashboard__header h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .dashboard__header h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .dashboard__header h2 {
    font-size: 18px;
  }
}

.dashboard__header__widgets {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

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

@media screen and (max-width: 767px) {
  .dashboard__header__widgets {
    width: 100%;
    justify-content: flex-end;
    gap: 14px;
  }

  .dashboard__header__widgets .upload__file {
    margin-right: auto;
  }
}

.upload__file__sb {
  display: none;
}

@media screen and (max-width: 470px) {
  .upload__file__sb {
    display: block;
  }

  .upload__file {
    display: none !important;
  }
}

.notification__btn {
  position: relative;
  z-index: 1;
  color: hsl(var(--heading-color));
  font-size: 26px;
  transition: 0.3s;
}

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

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

.profile__dropdown span {
  font-weight: 600;
  color: hsl(var(--heading-color));
  font-family: var(--heading-font);
}

.notification__count {
  position: absolute;
  right: -6px;
  top: -10px;
  z-index: 2;
  background-color: hsl(var(--base-two));
  line-height: 1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: hsl(var(--white));
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid hsl(var(--white));
}

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

.dash__dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
}

.drop__arrow {
  font-size: 16px;
  line-height: 1;
}

.drop__arrow i {
  transition: 0.3s;
  position: relative;
  top: -3px;
}

.dash__dropdown.show .drop__arrow i {
  transform: rotate(180deg);
  top: 4px;
}

.upload__file .btn {
  padding: 14px 16px;
  border-radius: 6px;
}

.upload__file .btn i {
  margin-right: 2px;
}

.notification__wrap {
  width: 250px;
  padding: 8px;
}

.notification__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 6px;
}

.notification__footer {
  padding-top: 6px;
}

.notification__header h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.notification__body a {
  padding: 8px 12px;
  color: hsl(var(--heading-color));
  border: 1px solid hsl(var(--black) / 0.04);
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.notification__body a p {
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.notification__body a span {
  color: hsl(var(--black) / 0.4);
  font-size: 12px;
  margin-top: -4px;
  transition: 0.2s;
}

.notification__body a:hover {
  background-color: hsl(var(--base) / 0.1);
  border-color: hsl(var(--base) / 0.5);
}

.notification__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dash__card span {
  width: 74px;
  height: 74px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--base-two));
  font-size: 38px;
  margin-inline: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 1499px) {
  .dash__card span {
    width: 65px;
    height: 65px;
    font-size: 32px;
  }
}

.dash__card {
  padding: 32px 24px;
  text-align: center;
}

.dash__card h3 {
  line-height: 1;
  margin-bottom: 12px;
}

.dash__welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}

@media screen and (max-width: 575px) {
  .dash__welcome {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.dash__welcome h3 {
  margin-bottom: 32px;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .dash__welcome h3 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .dash__welcome h3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .dash__welcome h3 {
    margin-bottom: 16px;
  }
}

.dash__welcome img {
  max-width: 200px;
  width: 100%;
  flex: 0 0 auto;
}

.upcoming__date a {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: hsl(var(--body-color));
  border-radius: 4px;
  padding: 10px;
  line-height: 1;
  transition: 0.3s;
}

.upcoming__date a span {
  font-size: 16px;
  font-weight: 600;
  color: hsl(var(--heading-color));
}

.upcoming__date a.active {
  background-color: hsl(var(--base));
}

.upcoming__date {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.upcoming__info {
  margin-top: 36px;
}

.upcoming__info h6 {
  color: hsl(var(--body-color));
  font-weight: 600;
}

.upcoming__info__wrap {
  background-color: hsl(var(--white));
  padding: 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.upcoming__info__wrap>span {
  max-width: 100px;
}

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

.upcoming__info__wrap ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.upcoming__info__wrap ul li {
  color: hsl(var(--heading-color));
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

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

.upcoming__info__wrap ul li span {
  font-weight: 600;
  margin-right: 4px;
}

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

@media screen and (max-width: 767px) {
  .table__topbar {
    flex-direction: column;
  }
}

.filter__btn {
  white-space: nowrap;
}

.table__topbar>h5 {
  margin-bottom: 0;
  font-size: 20px;
}

.table__topbar__right {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

  .table__topbar__right .search__box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table__topbar__right .filter__main {
    right: -30px !important;
  }
}

@media screen and (max-width: 1199px) {
  .table__topbar__right .btn.filter__btn {
    font-size: 14px;
    padding: 18px 20px;
  }
}

.table__topbar__right .search__box .form-control {
  padding: 15px 16px;
  padding-right: 44px;
}

@media screen and (max-width: 767px) {
  .table__topbar__right .search__box .form-control {
    width: 100%;
  }
}

.btn.open__ticket {
  font-size: 14px;
  padding: 18px 20px;
  white-space: nowrap;
}

.table__topbar__right.ticket__pg {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.upload__preview {
  margin-bottom: 36px;
  border: 1px solid hsl(var(--black) / 0.2);
  border-radius: 12px;
  padding: 17px;
}

.uplaod__box {
  background-color: hsl(var(--black) / 0.02);
  border-radius: 10px;
  padding: 68px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.uplaod__box span {
  font-size: 40px;
  color: hsl(var(--base));
  line-height: 1;
  margin-bottom: 12px;
}

.uplaod__box label {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 14px;
  border-radius: 5px;
  border: 1px solid hsl(var(--black) / 0.12);
  margin-bottom: 16px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}

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

.upload__title h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}

/* ======================  Dashboard Section End  ======================*/
/* ======================  Profile Section Start  ======================*/
.profile__upload input {
  display: none;
}

.profile__upload label {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 6px;
}

.profile__upload label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile__upload label i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--white));
  background-color: hsl(var(--black) / 0.5);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.profile__upload label:hover i {
  opacity: 1;
  visibility: visible;
}

.profile__wr {
  text-align: center;
  background-color: hsl(var(--base-two) / 0.06);
  border: 1px solid hsl(var(--base-two) / 0.1);
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
}

.profile__wr h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.profile__menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.profile__contact p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: hsl(var(--black) / 0.6);
  margin-bottom: 4px;
}

.profile__contact a {
  font-weight: 600;
  color: hsl(var(--heading-color));
  display: block;
}

.profile__contact span {
  font-weight: 600;
  color: hsl(var(--heading-color));
  display: block;
  max-width: 280px;
}

.profile__left ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 1199px) {
  .profile__left ul {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .profile__left ul li {
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 575px) {
  .profile__left ul li {
    flex: unset;
  }
}

.profile__contact a:hover {
  color: hsl(var(--base-two));
}

.two__factor__info {
  text-align: center;
  margin-bottom: 20px;
}

.two__factor__info p {
  font-size: 14px;
  margin-bottom: 14px;
}

.two__factor__info img {
  background-color: hsl(var(--white));
  padding: 8px;
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .profile__left.card.p-4 {
    padding: 18px !important;
  }

  .profile__wrap.card.p-4 {
    padding: 18px !important;
  }

  .profile__wrap .g-4,
  .profile__wrap .gy-4 {
    --bs-gutter-y: 0.8rem;
  }

  .profile__wrap .g-4,
  .profile__wrap .gx-4 {
    --bs-gutter-x: 0.8rem;
  }
}

/* ======================  Profile Section End  ======================*/
/* ======================  Error Section Start  ======================*/
.error {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.error__sp {
  position: absolute;
  right: 0;
  top: 8%;
  z-index: -2;
  max-width: 350px;
  user-select: none;
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  .error__sp {
    max-width: 280px;
  }
}

@media screen and (max-width: 991px) {
  .error__sp {
    max-width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .error__sp {
    max-width: 160px;
  }
}

.error__sp img {
  width: 100%;
}

.error__sp.two {
  right: auto;
  top: auto;
  left: 0;
  bottom: 8%;
}

.error__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .error__main {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .error__main {
    flex-direction: column;
    gap: 14px;
  }
}

.error__main>img {
  flex: 0 0 auto;
  max-width: 450px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .error__main>img {
    max-width: 350px;
  }
}

@media screen and (max-width: 991px) {
  .error__main>img {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .error__main>img {
    max-width: 200px;
  }
}

.error__content {
  text-align: center;
}

.error__content h1 {
  font-size: 160px;
  line-height: 1;
  margin-bottom: 24px;
  background: linear-gradient(90deg,
      hsl(var(--base-two)),
      hsl(var(--base)),
      hsl(var(--base-two))) -100%/200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmer 2s linear infinite;
}

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

@media screen and (max-width: 991px) {
  .error__content h1 {
    font-size: 100px;
    margin-bottom: 16px;
  }
}

@keyframes shimmer {
  to {
    background-position: 100%;
  }
}

.error__content a {
  margin-top: 32px;
}

/* ======================  Error Section End  ======================*/


/* ======================  Cookies Section Start  ======================*/
.cookies-card {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 90%;
  width: 440px;
  padding: 16px 20px;
  background: hsl(var(--white));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid hsl(var(--base));
  border-radius: 16px;
  z-index: 555;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-align: center;
}

.cookies-card__content a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .cookies-card {
    width: 90%;
    max-width: 100%;
    margin-inline: auto;
    padding: 12px 16px;
    font-size: 14px;
    gap: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ======================  Cookies Section End  ======================*/

#fileUploadsContainer .remove-btn {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
  padding: 13px 16px 13px 11px !important;
}

.ticket__single {
  background-color: hsl(var(--white) / 0.4);
  padding: 24px;
  border-radius: 12px;
}

.ticket__single.user__ticket {
  background-color: hsl(var(--black) / 0.06);
}

.ticket__single.user__ticket p span {
  color: hsl(var(--base-two));
}

.ticket__single p span {
  font-weight: 600;
  color: hsl(var(--base));
}

#blogSearchResults {
    position: absolute;
    left: 0;
    top: 90%;
    z-index: 9;
    background-color: hsl(var(--section-bg));
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    max-height: 400px;
    overflow-y: auto;
}

#blogSearchResults::-webkit-scrollbar {
  width: 5px;
}

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

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

#blogSearchResults::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--base));
}
