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

/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Poppins", sans-serif;
  --body-font: "Inter", sans-serif;
  /* ========================= Theme Color Start ============================= */
  /* Base Color */
  --base-h: 235;
  --base-s: 99%;
  --base-l: 60%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
  --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
  --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
  --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
  --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
  --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
  --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
  --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
  --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
  --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
  --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
  --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
  /* Base Two Color */
  --base-two-h: 269;
  --base-two-s: 88%;
  --base-two-l: 53%;
  --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-h: 0;
  --white-s: 0%;
  --white-l: 100%;
  --white: var(--white-h) var(--white-s) var(--white-l);
  --white-d-100: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.1);
  --white-d-200: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.2);
  --white-d-300: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.3);
  --white-d-400: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.4);
  --white-d-500: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.5);
  --white-l-100: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.1);
  --white-l-200: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.2);
  --white-l-300: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.3);
  --white-l-400: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.4);
  --white-l-500: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.5);
  --dark-h: 227;
  --dark-s: 100%;
  --dark-l: 10%;
  --dark: var(--dark-h) var(--dark-s) var(--dark-l);
  --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
  --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
  --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
  --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
  --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
  --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
  --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
  --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
  --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
  --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
  --body-color: 0 0% 46%;
  --heading-color: 0 0% 13%;
  --black: 0 0% 0%;
  --border-color: 227 100% 63%;
  --section-bg: 0 0% 97%;
  --section-bg-two: 260 100% 99%;
  --section-bg-three: 228 100% 98%;
  --card-bg: 0 0% 98%;
  /* ================================ Box Shadow Start =============================== */
  --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
  --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
  --base-background: linear-gradient(90deg,
      hsl(var(--base-two)) 0%,
      hsl(var(--base)) 100%);
  --box-shadow: 0px 0px 10px 0px hsl(var(--black) / 0.15);
  --box-shadow-two: 0px 0px 10px 0px 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: 43;
  --warning-s: 100%;
  --warning-l: 65%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
  --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  /* Info Color */
  --info-h: 196;
  --info-s: 100%;
  --info-l: 50%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
  --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  /* ============================== Bootstrap Modifier End ============================== */
  /* ============================== Dark Mood Color Modify Start ============================== */
  /* ============================== Dark Mood Color Modify End ============================== */
}

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

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align,
.action-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

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

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

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

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

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

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

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

.fs-20 {
  font-size: 1.25rem;
}

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

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

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

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: hsl(var(--white));
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  color: hsl(var(--body-color));

  @media (max-width: 575.98px) {
    font-size: 0.9rem;
  }
}

span {
  display: inline-block;
}

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

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

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
}

h1 {
  font-size: 3.5rem;
}

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

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

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

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

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

h2 {
  font-size: 2.5rem;
}

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

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

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

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

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

h3 {
  font-size: 1.875rem;
}

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

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

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

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

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

h4 {
  font-size: 1.5rem;
}

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

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

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

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

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

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

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

a {
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--base));
}

a:hover {
  color: hsl(var(--base-d-200));
}

img {
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: 0;
  background-color: transparent;
}

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

.form-select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
  font-family: var(--body-font);
}

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

/* Section Background */
.section-bg {
  background-color: hsl(var(--section-bg));
}

.base-gradient {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(hsl(var(--base-two))),
      to(hsl(var(--base))));
  background: linear-gradient(90deg,
      hsl(var(--base-two)) 0%,
      hsl(var(--base)) 100%);
}

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

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

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
  position: absolute;
  overflow-y: hidden;
  padding-right: 17px;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .scroll-hide {
    padding-right: 0;
  }
}

.scroll-hide-sm {
  position: absolute;
  overflow-y: hidden;
  top: 0;
  left: 0;
  width: calc(100% - 0px);
}

/* Overlay Start */
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

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

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

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

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

.sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.sidebar-overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

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

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

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

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

.section-heading__subtitle {
  background-color: hsl(var(--base) / 0.09);
  color: hsl(var(--base));
  font-weight: 600;
  font-family: var(--heading-font);
  padding: 5px 8px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  line-height: 1;
  margin-bottom: 1rem;
}

.section-heading__title {
  max-width: 750px;
  margin: 0 auto;
  font-weight: 800;
}

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

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

.section-heading.style-left .section-heading__title {
  margin: unset;
  margin-bottom: 20px;
}

.section-heading.style-left .section-heading__desc {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================= Color Css End =========================== */
.py-120 {
  padding-block: 120px;
}

@media screen and (max-width: 991px) {
  .py-120 {
    padding-block: 80px;
  }
}

@media screen and (max-width: 424px) {
  .py-120 {
    padding-block: 60px;
  }
}

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

@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 424px) {
  .pt-120 {
    padding-top: 60px;
  }
}

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

@media screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 424px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.py-60 {
  padding-block: 60px;
}

@media screen and (max-width: 991px) {
  .py-60 {
    padding-block: 40px;
  }
}

@media screen and (max-width: 424px) {
  .py-60 {
    padding-block: 30px;
  }
}

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

@media screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .pt-60 {
    padding-top: 30px;
  }
}

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

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

@media screen and (max-width: 424px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.my-120 {
  margin-block: 120px;
}

@media screen and (max-width: 991px) {
  .my-120 {
    margin-block: 80px;
  }
}

@media screen and (max-width: 424px) {
  .my-120 {
    margin-block: 60px;
  }
}

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

@media screen and (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 424px) {
  .mt-120 {
    margin-top: 60px;
  }
}

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

@media screen and (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 424px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

.my-60 {
  margin-block: 60px;
}

@media screen and (max-width: 991px) {
  .my-60 {
    margin-block: 40px;
  }
}

@media screen and (max-width: 424px) {
  .my-60 {
    margin-block: 30px;
  }
}

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

@media screen and (max-width: 991px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .mt-60 {
    margin-top: 30px;
  }
}

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

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

@media screen and (max-width: 424px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

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

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

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

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

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

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

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

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion {
  background-color: hsl(var(--white));
  padding: 20px 10px;
  border-radius: 20px;
}

.custom--accordion .accordion-item {
  border: 0px solid hsl(var(--border-color) / 0.05);
  background-color: transparent !important;
  border-radius: 12px;
  overflow: hidden;
}

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

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

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

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

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

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

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

.custom--accordion .accordion-button {
  background-color: unset;
  color: var(--heading-color);
  font-size: 1.25rem;
  padding: 20px;
  font-weight: 600;
}

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

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

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

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

.custom--accordion .accordion-button:not(.collapsed) {
  color: hsl(var(--heading-color));
  background-color: unset !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

.btn {
  color: hsl(var(--white)) !important;
  font-weight: 600;
  padding: 13px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--heading-font);
  display: inline-block !important;
  font-size: 1.125rem;
  line-height: 1;
}

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

.btn:active {
  top: 1px;
}

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

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

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

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

.btn--xsm {
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
}

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

.btn--base {
  position: relative;
  background-color: hsl(var(--base));
}

.btn--base::before,
.btn--base::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(hsl(var(--base-two))),
      to(hsl(var(--base))));
  background: linear-gradient(90deg,
      hsl(var(--base-two)) 0%,
      hsl(var(--base)) 100%);
  border-radius: inherit !important;
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.btn--base::after {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(hsl(var(--base))),
      to(hsl(var(--base-two))));
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 100%);
  visibility: hidden;
  opacity: 0;
}

.btn--base:hover::after,
.btn--base:focus::after,
.btn--base:focus-visible::after {
  visibility: visible;
  opacity: 1;
}

.btn-outline--base {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base)) !important;
  color: hsl(var(--base)) !important;
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.btn-outline--base::before,
.btn-outline--base::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(hsl(var(--base-two))),
      to(hsl(var(--base))));
  background: linear-gradient(90deg,
      hsl(var(--base-two)) 0%,
      hsl(var(--base)) 100%);
  border-radius: inherit !important;
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

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

.btn-outline--base:hover::before,
.btn-outline--base:hover::after,
.btn-outline--base:focus::before,
.btn-outline--base:focus::after,
.btn-outline--base:focus-visible::before,
.btn-outline--base:focus-visible::after {
  visibility: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline--white:hover {
  color: hsl(var(--black)) !important;
}

.btn-outline--dark {
  border: 1px solid #757575 !important;
  color: #757575 !important;
  font-size: 20px;
}

.card-btn {
  border: 1px solid hsl(var(--black) / 0.2) !important;
  color: hsl(var(--body-color)) !important;
  background-color: hsl(var(--white)) !important;
  font-weight: 700;
  font-family: var(--body-font);
}

.card-btn:hover {
  background: var(--base-background) !important;
  border-color: transparent !important;
  color: hsl(var(--white)) !important;
}

.card-btn.two {
  border-color: transparent !important;
}

.card-btn.two .text {
  background: var(--base-background) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.card-btn.two:hover {
  background: hsl(var(--white)) !important;
}

.btn--sm:has(svg) {
  padding: 7px 15px;
  font-weight: 600;
  font-size: 14px;
}

.btn--sm svg {
  width: 16px !important;
}

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

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  border-radius: 12px;
  -webkit-box-shadow: var(--box-shadow-two);
  box-shadow: var(--box-shadow-two);
  background-color: hsl(var(--white));
  border: transparent;
  overflow: hidden;
}

.custom--card .card-header {
  padding: 24px;
  background: transparent;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 424px) {
  .custom--card .card-header {
    padding: 20px 16px;
  }
}

.custom--card .card-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom--card .card-header__inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1399px) {
  .custom--card .card-header__inner .right {
    gap: 10px;
  }
}

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

.custom--card .card-body {
  background-color: hsl(var(--white));
  padding: 24px;
}

@media screen and (max-width: 424px) {
  .custom--card .card-body {
    padding: 20px 16px;
  }
}

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

.footer-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
}

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

.footer-contact__info:not(:last-child) {
  margin-bottom: 12px;
}

.footer-contact__info .icon {
  color: hsl(var(--base));
}

.footer-contact__info .text {
  color: hsl(var(--white));
}

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

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

/* Form Select */
.select {
  color: hsl(var(--black) / 0.6) !important;
}

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

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

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

.form--control:has(+.input-group-text) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-text+.form--control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.form--control::-webkit-input-placeholder {
  color: #555555;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--heading-font);
}

.form--control::-moz-placeholder {
  color: #555555;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--heading-font);
}

.form--control:-ms-input-placeholder {
  color: #555555;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--heading-font);
}

.form--control::-ms-input-placeholder {
  color: #555555;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--heading-font);
}

.form--control::placeholder {
  color: #555555;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--heading-font);
}

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

.form--control.form-two {
  background-color: hsl(var(--white));
}

.form--control.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 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"]::-webkit-file-upload-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 0.2em;
  background-color: hsl(var(--base)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 15px;
  color: hsl(var(--body-color)) !important;
}

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

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

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

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

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

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

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

/* Show Hide Password */
input#your-password,
input#confirm-password {
  padding-right: 50px;
}

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

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

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

/* Custom Checkbox Design */
.form--check a {
  display: inline;
}

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

.form--check .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(var(--white));
  font-size: 0.6875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form--check .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

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

@media screen and (max-width: 424px) {
  .form--check a {
    font-size: 0.9375rem;
  }
}

/* Custom Radio Design */
.form--radio .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid hsl(var(--black) / 0.2);
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

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

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

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

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

.form--radio .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
  border-radius: 3px;
  background-image: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--black) / 0.15) !important;
  padding: 10px !important;
  margin-left: 0;
  margin-bottom: 5px;
  border-radius: 40px;
  width: 65px;
  height: 32px;
  cursor: pointer;
}

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

.form--switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background-color: hsl(var(--white));
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  left: 5px;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

.form--switch .form-check-input:checked::before {
  left: calc(100% - 29px);
  background-color: hsl(var(--white)) !important;
}

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

.form--switch .form-check-label {
  width: calc(100% - 14px);
  padding-left: 5px;
  cursor: pointer;
}

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

.input--group .form--control {
  padding-right: 5px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.input--group .input-group-text+.form--control {
  padding-right: 20px;
  padding-left: 85px;
  color: hsl(var(--white));
}

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

.input--group .input-group-text {
  height: calc(100% - 8px);
  margin: 5px;
  border-radius: 5px;
  background-color: hsl(var(--white) / 0.1);
  color: hsl(var(--body-color));
}

.input--group-text {
  margin-left: 5px;
}

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

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

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

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

.input-group-text:has(.form--control) {
  padding: 0;
  border: 0;
  position: absolute;
}

.input-group-text:has(.form--control) .select2+.select2-container .select2-selection__arrow {
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border-radius: inherit;
  height: unset;
  width: unset;
}

.input-group-text:has(.form--control) .select2+.select2-container {
  border: 0 !important;
}

.input-group-text .form--control {
  border: 0;
}

.input-group:has(.input-group-text .form--control) .form--control {
  border: 0;
}

.input-group-text {
  border-radius: 8px;

}

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

.custom--modal .modal-header .btn-close {
  line-height: 1;
  background-image: none;
  opacity: 1;
}

.custom--modal .modal-header .btn-close i {
  font-size: 1.5625rem;
  color: hsl(var(--black));
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

.custom--modal .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--modal .modal-content {
  position: relative;
  border-radius: 10px !important;
  padding: 16px;
  overflow: hidden;
}

.custom--modal .modal-body {
  padding: 15px;
}

.custom--modal .modal-icon i {
  font-size: 2rem;
  color: hsl(var(--base));
  border: 3px solid hsl(var(--base));
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.custom--modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0;
  border-top: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination-wrapper {
  margin-top: 32px;
}

@media (max-width:574px) {
  .pagination-wrapper:has(.flex-fill) .flex-fill {
    justify-content: center !important;
  }
}

.page-item.disabled .page-link {
  border: 1px solid hsl(var(--black)/.1) !important;
  background: hsl(var(--black)/.05) !important;
  opacity: .4;
}

.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-item {
  cursor: pointer;
}

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

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

.pagination .page-item.disabled .page-link {
  background-color: hsl(var(--section-bg));
  color: hsl(var(--body-color));
  border-color: hsl(var(--section-bg));
}

.pagination .page-item .page-link {
  --size: 40px;
  border: 0;
  margin: 0 5px;
  border-radius: 8px;
  height: var(--size);
  width: var(--size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--body-color));
  font-size: 0.875rem;
  border: 1px solid hsl(var(--black)/.1);
}

@media screen and (max-width: 1199px) {
  .pagination .page-item .page-link {
    --size: 32px;
  }
}

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

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

/* ================================= Pagination Css End =========================== */

/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.icon-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.platform-item__thumb {
  margin-bottom: 8px;
}

.platform-item__text {
  font-size: 14px;
}

.customer-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customer-profile__thumb {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.customer-profile__thumb img {
  width: 100%;
  height: 100%;
}

.customer-profile__text {
  font-weight: 500;
  color: hsl(var(--heading-color));
}

.content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-box__thumb {
  width: 55px;
  height: 55px;
  border-radius: 6px;
  overflow: hidden;
}

.content-box__desc {
  font-weight: 500;
  color: hsl(var(--heading-color));
}

@media screen and (max-width: 575px) {
  .content-box__desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .content-box__desc {
    font-size: 13px;
  }
}

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

.table thead tr th {
  background-color: hsl(var(--section-bg));
  padding: 12px 20px;
  /* padding-top: 0; */
  color: hsl(var(--heading-color));
  font-weight: 500;
  border: 0;
  max-width: 170px;
}

.table thead tr th:first-child {}

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

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

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

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

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

.table tbody:has([colspan="100%"]) {
  background: transparent;
}

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

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

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

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

.table tbody tr:last-child td:last-child[colspan="100%"] {
  text-align: center;
}


.table tbody tr:last-child td[colspan="100%"] {
  border-radius: 12px !important;
  background: hsl(var(--section-bg));
  text-align: center;
  justify-content: center;
}

.table tbody tr:last-child td[colspan="100%"]::before {
  display: none;
}

.table tbody tr td {
  vertical-align: middle;
  padding: 12px 20px;
  border-width: 1px;
  color: hsl(var(--body-color));
  font-weight: 500;
  font-size: 14px;
  border: 1px solid hsl(var(--black) / 0.05);
  border-right: 0;
  border-left: 0;
  white-space: nowrap;
  background-color: transparent;
  transition: 0.3s;
}

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

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

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

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

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

.table tbody tr:hover td {
  background: hsl(var(--section-bg)/0.3);
}

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

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

@media screen and (max-width: 767px) and (max-width: 767px) {
  .table--responsive--md .customer-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.05);
    border-radius: 8px;
  }

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

  .table--responsive--md tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.05);
    max-width: unset;
  }

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

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

  .table--responsive--md tbody tr td::before {
    display: block;
    font-size: 0.875rem;
  }
}

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

@media screen and (max-width: 767px) {
  .table--responsive--md .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

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

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

  .table--responsive--lg tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.05);
    border-radius: 8px;
  }

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

  .table--responsive--lg tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.05);
    max-width: unset;
  }

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

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

  .table--responsive--lg tbody tr td::before {
    display: block;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg .customer-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

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

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

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

  .table--responsive--xl tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.05);
    border-radius: 8px;
  }

  .table--responsive--xl tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.2);
    max-width: unset;
  }

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

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

  .table--responsive--xl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl .customer-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

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

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

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

  .table--responsive--xxl tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.05);
    border-radius: 8px;
  }

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

  .table--responsive--xxl tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.05);
    max-width: unset;
  }

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

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

  .table--responsive--xxl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl .customer-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

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

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  border-radius: 6px;
  margin-bottom: 40px;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.custom--tab .nav-item .nav-link {
  color: hsl(var(--body-color));
  padding: 12px 25px;
  background-color: hsl(var(--card-bg)) !important;
  border-radius: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
  border: 1px solid hsl(var(--black) / 0.08) !important;
  font-size: 1.125rem;
  font-weight: 600;
}

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

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

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

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

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

.custom--tab.tab-two {
  gap: 16px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .custom--tab.tab-two {
    gap: 16px;
  }
}

.custom--tab.tab-two .nav-item .nav-link {
  color: hsl(var(--body-color));
  padding: 0;
  background-color: transparent !important;
  border-radius: 0;
  font-weight: 500;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 1.125rem;
  color: hsl(var(--black));
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}

.alert__desc {
  color: hsl(var(--black) / 0.8);
  display: block;
  line-height: 1.375;
}

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

.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;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--white));
  width: 100%;
  height: 100%;
}

.loader {
  border: 0 solid transparent;
  position: absolute;
  top: calc(50vh - 40px);
  left: calc(50vw - 40px);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 hsl(var(--base));
  box-shadow: inset 0 0 0 hsl(var(--base));
  -webkit-animation: load 2s linear infinite alternate;
  animation: load 2s linear infinite alternate;
}

@-webkit-keyframes load {
  0% {
    -webkit-box-shadow: inset -20px 40px 0 hsl(var(--base));
    box-shadow: inset -20px 40px 0 hsl(var(--base));
  }

  100% {
    -webkit-box-shadow: inset 20px -40px 0 hsl(var(--base));
    box-shadow: inset 20px -40px 0 hsl(var(--base));
  }
}

@keyframes load {
  0% {
    -webkit-box-shadow: inset -20px 40px 0 hsl(var(--base));
    box-shadow: inset -20px 40px 0 hsl(var(--base));
  }

  100% {
    -webkit-box-shadow: inset 20px -40px 0 hsl(var(--base));
    box-shadow: inset 20px -40px 0 hsl(var(--base));
  }
}

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

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

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

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 0;
}

@media screen and (max-width: 1199px) {
  .header {
    background-color: hsl(var(--dark));
  }
}

.header .navbar {
  position: unset;
}

.header.fixed-header {
  position: fixed;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  top: 0px;
  padding-block: 16px;
  -webkit-animation: slide-down 0.8s;
  animation: slide-down 0.8s;
  width: 100%;
  background-color: hsl(var(--dark));
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.header.fixed-header .nav-item .nav-link {
  color: hsl(var(--white)) !important;
}

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

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

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

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

.navbar {
  padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
.nav-menu {
  column-gap: 10px;
}

@media (min-width: 1200px) {
  .header .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header .nav-menu .nav-item {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .nav-menu .nav-item {
    padding-right: 30px;
  }
}

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

@media (min-width: 1200px) {
  .header .nav-menu .nav-item.active .nav-link {
    color: hsl(var(--base)) !important;
  }

  .header .nav-menu .nav-item.active .nav-link::before {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .header .nav-menu .nav-item:hover .nav-link {
    color: hsl(var(--white)) !important;
  }

  .header .nav-menu .nav-item:hover .nav-link::after {
    width: 100%;
  }

  .header .nav-menu .nav-item:hover .header-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@media (min-width: 1200px) {
  .header .nav-menu .nav-item .nav-link {
    color: hsl(var(--white));
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    padding: 0;
  }

  .header .nav-menu .nav-item .nav-link::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -5px;
    height: 2px;
    width: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: hsl(var(--white));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}

@media (min-width: 1400px) {
  .header .nav-menu .nav-item {
    padding-right: 20px;
  }

  .header .nav-menu .nav-item .nav-link {
    font-size: 1.125rem;
  }
}

main {
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  main {
    padding-top: 76px;
  }
}

@media screen and (max-width: 991px) {
  main {
    padding-top: 74px;
  }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 1199px) {
  .header {
    padding-block: 20px;
    border-bottom: 1px solid hsl(var(--white) / 0.05);
  }

  .header .nav-menu .nav-item {
    text-align: center;
    display: block;
    position: relative;
    margin: 0;
  }

  .header .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }

  .header .nav-menu .header-dropdown {
    position: static !important;
    display: none !important;
  }

  .header .nav-menu .header-dropdown.show {
    display: block !important;
  }

  .header .nav-item:first-child {
    border-bottom: none;
  }

  .header .nav-item:not(:last-child) {
    margin-bottom: 16px !important;
  }

  .header .nav-item.active .nav-link {
    color: hsl(var(--base));
  }

  .header .nav-item .nav-link {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    color: hsl(var(--white));
    font-family: var(--text-font);
    font-weight: 700;
    font-size: 1.125rem;
  }

  .header .nav-item .nav-link.show[aria-expanded="true"] {
    color: hsl(var(--base)) !important;
  }

  .header .nav-item .nav-link.show[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.header .navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--white));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: auto;
  font-size: 2.125rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 10px;
}

@media screen and (max-width: 575px) {
  .header .navbar-toggler.header-button {
    font-size: 2rem;
  }
}

.header .navbar-toggler.header-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header .navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 1399px) {
  .header-right {
    gap: 12px;
  }
}

.header-right .btn:has(.icon) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header-right .btn:has(.icon) .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-menu {
  padding: 12px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: hsl(var(--section-bg-two));
  border-radius: 12px;
  left: auto !important;
  right: 0 !important;
  display: unset !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  top: calc(100% + 12px) !important;
  position: absolute !important;
  border: 1px solid hsl(var(--white) / 0.1);
}

.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.header .offcanvas-header {
  background-color: hsl(var(--dark));
}

@media screen and (max-width: 1199px) {
  .header .offcanvas-body {
    background-color: hsl(var(--dark));
  }
}

.header .btn-close {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: hsl(var(--white));
  background-image: none;
  opacity: 1;
  font-size: 20px;
}

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

.header .btn-close i {
  color: hsl(var(--white));
  font-size: 24px;
}

/* ================================= Header Css End =========================== */
/*=========== Custom Dropdown Css Start=========== */
.custom--dropdown.open>.custom--dropdown__selected::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom--dropdown>.custom--dropdown__selected {
  background-color: transparent;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}

.custom--dropdown>.custom--dropdown__selected .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom--dropdown>.custom--dropdown__selected::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  margin-left: auto;
  width: unset !important;
  right: 10px;
  color: hsl(var(--white));
  font-size: 12px;
}

@media screen and (max-width: 1399px) {
  .custom--dropdown>.custom--dropdown__selected::before {
    right: 2px;
  }
}

@media screen and (max-width: 1199px) {
  .custom--dropdown>.custom--dropdown__selected::before {
    color: hsl(var(--white));
  }
}

@media screen and (max-width: 1399px) {
  .custom--dropdown>.custom--dropdown__selected {
    padding-right: 15px;
  }
}

.custom--dropdown>.dropdown-list {
  position: absolute;
  background-color: hsl(var(--section-bg));
  width: 100%;
  border-radius: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 100%;
  z-index: -1;
  visibility: hidden;
  max-height: 230px;
  width: 110px;
  overflow-y: auto !important;
}

@media screen and (max-width: 1199px) {
  .custom--dropdown>.dropdown-list {
    left: auto;
    right: 0;
    background-color: hsl(var(--black));
  }
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.15);
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.3);
}

.custom--dropdown.open>.dropdown-list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999 !important;
  border-radius: 8px;
}

.dropdown-list>.dropdown-list__item {
  padding: 10px 8px !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list>.dropdown-list__item:hover {
  background-color: hsl(var(--base) / 0.1) !important;
}

.dropdown-list>.dropdown-list__item:hover .text {
  color: hsl(var(--black)) !important;
}

.dropdown-list>.dropdown-list__item .thumb,
.custom--dropdown>.custom--dropdown__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 50%;
}

.dropdown-list>.dropdown-list__item .text,
.custom--dropdown>.custom--dropdown__selected .text {
  width: calc(100% - 24px);
  padding-left: 4px;
  color: hsl(var(--black)) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

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

  .dropdown-list>.dropdown-list__item .text,
  .custom--dropdown>.custom--dropdown__selected .text {
    color: hsl(var(--white)) !important;
  }
}

.dropdown-list__item .icon {
  width: 20px;
  font-size: 15px;
  color: hsl(var(--white));
}

.dropdown-list__item .icon img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.custom--dropdown>.custom--dropdown__selected .text {
  color: hsl(var(--white)) !important;
  text-transform: uppercase;
}

.fixed-header .custom--dropdown>.custom--dropdown__selected::before {
  color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
  .navbar-expand-xl .offcanvas {
    background-color: hsl(var(--section-bg));
  }
}

/* ================================= Header Css End =========================== */
/* ================ Top Header Start Here ================ */
.header-top {
  background-color: hsl(var(--black));
  border-bottom: 1px solid hsl(var(--white) / 0.2);
  padding: 10px 0px;
  position: relative;
}

.header-top .social-list.style-two .social-list__link flex-center {
  width: 30px;
  height: 30px;
  font-size: 0.75rem;
}

.top-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .top-header-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-list__item {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

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

.contact-list__item:last-child::before {
  display: none;
}

.contact-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--white) / 0.4);
}

.contact-list__item-icon {
  font-size: 0.75rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.contact-list__link {
  color: hsl(var(--white));
  font-weight: 400;
  font-family: var(--body-font);
}

.contact-list__link:hover .contact-list__link-icon {
  color: hsl(var(--white));
}

/* Login Registration */
.login-registration-list {
  margin: 0 -10px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .login-registration-list {
    padding-right: 0;
  }
}

.login-registration-list__item {
  color: hsl(var(--white));
  padding: 0 10px;
  position: relative;
}

.login-registration-list__item:last-child::before {
  display: none;
}

.login-registration-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--white) / 0.5);
}

.login-registration-list__icon {
  color: hsl(var(--base));
  margin-right: 10px;
  font-size: 1rem;
}

.login-registration-list__link {
  color: hsl(var(--white));
  font-weight: 400;
  font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
  .login-registration-list__link {
    font-size: 0.9375rem;
  }
}

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

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

@media screen and (max-width: 991px) {
  .login-registration-list__link:hover {
    color: hsl(var(--base));
  }
}

/* Language Box */
.language-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.language-box .select {
  color: hsl(var(--white));
  background-color: transparent;
  border: 1px solid hsl(var(--white) / 0.4);
  padding: 5px 8px;
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 5px;
}

.language-box .select option {
  background-color: hsl(var(--black));
}

/* ================ Top Header End Here ================ */
/* ============= Footer Start Here ======================= */
.footer-area {
  background-color: hsl(var(--dark));
  color: hsl(var(--white));
  margin-top: auto;
  position: relative;
  z-index: 1;

  &::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, transparent 49%, hsl(var(--black) / .03) 49%, hsl(var(--black) / .03) 51%, transparent 51%),
      linear-gradient(-45deg, transparent 49%, hsl(var(--black) / .03) 49%, hsl(var(--black) / .03) 51%, transparent 51%);
    background-size: 40px 40px;
    border-radius: 20px;
  }
}

.footer-area__top {
  padding: 50px 0;
  border-bottom: 1px solid hsl(var(--white) / 0.05);
}

@media screen and (max-width: 767px) {
  .footer-area__top {
    padding: 35px 0;
  }
}

.footer-area__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 424px) {
  .footer-area__top-inner {
    gap: 10px;
  }
}

.footer-area__top-inner .title {
  color: hsl(var(--white));
  font-weight: 700;
  font-family: var(--body-font);
  max-width: 550px;
}

@media screen and (max-width: 374px) {
  .footer-area__top-inner .title {
    font-size: 24px;
  }
}

.footer-area__top .top-btn {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: hsl(var(--base));
  color: hsl(var(--white));
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  font-family: var(--heading-font);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .footer-area__top .top-btn {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .footer-area__top .top-btn {
    width: 100px;
    gap: 5px;
    font-size: 14px;
    height: 100px;
  }
}

@media screen and (max-width: 424px) {
  .footer-area__top .top-btn {
    width: 80px;
    font-size: 12px;
    height: 80px;
  }
}

.footer-area__top .top-btn:hover {
  background-color: hsl(var(--base-d-200));
}

.footer-area__top .top-btn__icon {
  font-size: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footer-area__top .top-btn__icon {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .footer-area__top .top-btn__icon {
    font-size: 16px;
  }
}

.footer-item__logo {
  margin-bottom: 20px;
}

.footer-item__logo a img {
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 64px;
}

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

.footer-item__desc {
  color: hsl(var(--white) / 0.8);
  line-height: 1.5;
}

.footer-item .social-list {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .footer-item .social-list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .footer-item .social-list {
    margin-top: 15px;
  }
}

/* Footer List Item */
.footer-item-wrapper {
  gap: 90px;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
}

@media screen and (max-width: 1199px) {
  .footer-item-wrapper {
    grid-template-columns: auto auto;
    gap: 70px;
  }
}

@media screen and (max-width: 575px) {
  .footer-item-wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 424px) {
  .footer-item-wrapper {
    grid-template-columns: 1fr;
  }
}

.footer-item-wrapper .footer-item {
  position: relative;
}

.footer-item-wrapper .footer-item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: hsl(var(--white) / 0.05);
}

@media screen and (max-width: 1199px) {
  .footer-item-wrapper .footer-item::after {
    right: -35px;
  }
}

@media screen and (max-width: 575px) {
  .footer-item-wrapper .footer-item::after {
    right: -20px;
  }
}

@media screen and (max-width: 575px) {
  .footer-item-wrapper .footer-item::after {
    display: none;
  }
}

.footer-item-wrapper .footer-item:last-child::after {
  display: none;
}

@media screen and (max-width: 1199px) {
  .footer-item-wrapper .footer-item:nth-child(2)::after {
    display: none;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-menu__item {
  display: block;
  margin-bottom: 10px;
}

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

.footer-menu__link {
  color: hsl(var(--white) / 0.8);
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}

.footer-menu__link::before {
  position: absolute;
  content: "";
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: hsl(var(--base));
}

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

.footer-item__logo {
  max-width: 220px;
}

.footer-wedged {
  padding: 80px 0;
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
  background-color: hsl(var(--white) / 0.05);
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: hsl(var(--white));
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: hsl(var(--base));
}

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

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

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

::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 50px;
}

@media screen and (max-width: 767px) {
  .social-list {
    gap: 10px 25px;
  }
}

@media screen and (max-width: 374px) {
  .social-list {
    gap: 10px 20px;
  }
}

.social-list__item {
  position: relative;
}

.social-list__item::after {
  position: absolute;
  content: "";
  right: -24px;
  top: 50%;
  height: 12px;
  width: 1px;
  background-color: hsl(var(--white) / 0.7);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .social-list__item::after {
    right: -12px;
  }
}

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

.social-list__item:last-child::after {
  display: none;
}

.social-list__link {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--white) / 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

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

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 140px 0 65px;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(hsl(var(--base-d-700))),
      to(hsl(var(--base-two-d-700))));
  background: linear-gradient(180deg,
      hsl(var(--base-d-700)) 0%,
      hsl(var(--base-two-d-700)) 100%);
  margin-bottom: 0;
}

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

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

.breadcrumb__wrapper {
  text-align: center;
}

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

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

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

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb__item {
  color: hsl(var(--white));
  padding: 0 5px;
  font-weight: 700;
  font-size: 1rem;
}

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

.breadcrumb__link {
  color: hsl(var(--white));
  font-weight: 700;
}

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

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-list__item {
  padding: 0 2px;
  color: hsl(var(--warning));
}

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

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

/* ============ Sidebar search box ============= */
.search-box {
  position: relative;
}

.search-box__button {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--black) / 0.5);
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
  margin-bottom: 40px;
  border-radius: 12px;
  border: 1px solid hsl(var(--black) / 0.05);
  -webkit-box-shadow: 0px 0px 40px 0px hsl(var(--black) / 0.05);
  box-shadow: 0px 0px 40px 0px hsl(var(--black) / 0.05);
  overflow: hidden;
}

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

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

.blog-sidebar__top {
  /* background: var(--base-background); */
  padding: 14px 24px;
  padding-bottom: 0;
}

.blog-sidebar__title {
  margin-bottom: 0;
  color: hsl(var(--black));
  font-weight: 600;
  font-family: var(--body-font);
}

.blog-sidebar__content {
  background-color: hsl(var(--white));
  padding: 20px;
  display: grid;
  gap: 13px;
}

.blog-sidebar .search-box {
  margin-top: 0 !important;
}

.blog-sidebar .search-box .form--control {
  background-color: #fafafa !important;
  border: 1px solid hsl(var(--black) / 0.2);
  border-radius: 12px;
}

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

.blog-sidebar .search-box .form--control::-webkit-input-placeholder {
  font-size: 17px !important;
  color: #00284e !important;
}

.blog-sidebar .search-box .form--control::-moz-placeholder {
  font-size: 17px !important;
  color: #00284e !important;
}

.blog-sidebar .search-box .form--control:-ms-input-placeholder {
  font-size: 17px !important;
  color: #00284e !important;
}

.blog-sidebar .search-box .form--control::-ms-input-placeholder {
  font-size: 17px !important;
  color: #00284e !important;
}

.blog-sidebar .search-box .form--control::placeholder {
  font-size: 17px !important;
  color: #00284e !important;
}

/* ========================= Category & Tags List Style ========================= */
.text-list {
  /* Category */
  /* Style Tag */
}

.text-list.style-category .text-list__item {
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  padding-bottom: 15px;
}

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

.text-list.style-category .text-list__link {
  color: #00284e;
  font-weight: 400;
}

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

.text-list.style-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 8px;
}

.text-list.style-tag .text-list__item {
  margin-bottom: 0;
}

.text-list.style-tag .text-list__link {
  color: #00284e;
  border: 1px solid #e4e4e4;
  padding: 6px 13px;
  border-radius: 4px;
  background-color: hsl(var(--white));
  font-size: 12px;
  font-weight: 400;
}

.text-list.style-tag .text-list__link.active {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.text-list.style-tag .text-list__link:hover {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px;
  border-radius: 10px;

  &:nth-child(4n+1) {
    background-color: hsl(var(--base) / 0.05);
  }

  &:nth-child(4n+2) {
    background-color: hsl(var(--danger) / 0.05);
  }

  &:nth-child(4n+3) {
    background-color: hsl(var(--success) / 0.05);
  }

  &:nth-child(4n+4) {
    background-color: hsl(var(--warning) / 0.05);
  }


}

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

.latest-blog__thumb {
  width: 72px;
  max-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

.latest-blog__thumb img {
  height: 100%;
  object-fit: cover;
}


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

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

.latest-blog__content {
  width: calc(100% - 72px);
  padding-left: 15px;
}

@media screen and (max-width: 424px) {
  .latest-blog__content {
    width: calc(100% - 60px);
  }
}

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

.latest-blog__title a {
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-size: 0.875rem;
  font-family: var(--body-font);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

/* ========================= Latest Blog Css End ===================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
  position: relative;
  z-index: 1;
  padding: 180px 0 0px;
}

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

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

.banner-section__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(hsl(var(--base-d-700))),
      to(hsl(var(--base-two-d-700))));
  background: linear-gradient(180deg,
      hsl(var(--base-d-700)) 0%,
      hsl(var(--base-two-d-700)) 100%);
}

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

.banner-content__title {
  color: hsl(var(--white));
  font-weight: 700;
  margin-bottom: 10px;

  span {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, hsl(var(--base)), hsl(var(--base-two)));
  }
}

.banner-content__subtitle {
  font-weight: 600;
  font-family: var(--heading-font);
  padding: 5px 12px;
  color: hsl(var(--white));
  border-radius: 6px;
  /* border: 1px solid hsl(var(--white) / 0.3); */
  background: linear-gradient(106deg,
      hsl(var(--white) / 0.22) 24.68%,
      hsl(var(--white) / 0.2) 46.21%,
      hsl(var(--white) / 0.17) 85.11%);
  margin-bottom: 20px;
}

.banner-content__desc {
  max-width: 650px;
  color: hsl(var(--white));
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 24px 0 50px;

  @media (max-width: 767.98px) {
    font-weight: 500;
    font-size: 1.1rem;
    padding: 20px 0 40px;
  }
}

.banner-content__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  row-gap: 20px;

  @media (max-width: 575.98px) {
    column-gap: 15px;

    .btn {
      padding: 14px 20px;
      font-size: 14px;
    }
  }
}

.play-video-btn {
  color: hsl(var(--white));
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 19px;

  @media (max-width: 575.98px) {
    font-size: 14px;
  }

  &:hover {
    color: hsl(var(--white));
  }

  /* background-color: hsl(var(--white) / 0.1);
  height: 46px;
  padding: 0 20px;
  border-radius: 9px;
  &:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
  } */
}

.banner-content__button {
  margin-top: 30px;
}

.banner-content__thumb {
  margin-top: 100px;
  background-color: hsl(var(--white));
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 12px;
  display: inline-block;
  border-bottom: 0;
  box-shadow: 0px -3px 15px 0px hsl(var(--white) / 0.9);
  text-align: center;

  /* transform: perspective(1200px) translateY(30px) rotateX(25deg) scale(0.9); */
  @media (max-width: 767.98px) {
    margin-top: 70px;
  }
}

.search-box {
  max-width: 650px;
  margin: 0 auto;
  margin-top: 55px;
}

.search-box .form--control {
  background-color: hsl(var(--white));
  border: 1px solid transparent;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.search-box .input-group-text {
  border: 1px solid transparent;
  color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
  .search-box .input-group-text {
    font-size: 14px;
    padding: 8px;
  }
}

/* =========================== Banner Section End Here ========================= */
/*======== feature section css start here ========*/
.feature-section {
  position: relative;
  z-index: 1;

  &::before {
    position: absolute;
    content: "";
    width: 600px;
    height: 600px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    z-index: -1;
    background-image: radial-gradient(circle at 50% 50%,
        hsl(var(--base) / 0.2) 0%,
        rgba(100, 149, 237, 0.1) 25%,
        rgba(123, 104, 238, 0.07) 35%,
        transparent 50%);
  }
}

.feature-card {
  padding: 0 0px;
  height: 100%;

}

.feature-item {
  background-color: hsl(var(--base) / 0.02);
  padding: 35px 22px;
  border-radius: 16px;
  height: 100%;
  border: 1px solid rgba(68, 109, 255, 0.05);
  position: relative;
  transition: all 0.3s ease-in-out;

  &:hover {
    background-color: hsl(var(--base) / 0.08);
  }
}

.feature-item__icon {
  color: hsl(var(--base));
  width: 50px;
  margin-bottom: 20px;

}

.feature-item__icon_shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  z-index: -1;
  opacity: .07;
}

.feature-item__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  font-size: 18px;
}

.feature-item__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*======== feature section css end here ========*/
/*======= how work section start here =======*/
.how-work-section {
  position: relative;
  z-index: 1
}

.how-work-wrapper {
  position: relative;
  z-index: 1;
}

.how-work-wrapper__shape {
  width: 85%;
  height: 90%;
  -webkit-mask-image: url(../images/shapes/hw-1.png);
  mask-image: url(../images/shapes/hw-1.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--base-background);
  z-index: -1;
}

.how-work-item {
  margin-bottom: 32px;
}

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

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

.how-work-item__title {
  margin-bottom: 16px;
}

.how-works-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
  column-gap: 30px;

  @media (max-width: 1199.98px) {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }

  @media (max-width: 767.98px) {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.how-work__item {
  background-color: hsl(var(--white));
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  padding: 20px;

  &:nth-child(1) {
    transform: rotate(10deg);

    @media (max-width: 1199.98px) {
      transform: rotate(0deg);
      margin-left: 0;
    }

    .how-work-box {
      background-color: hsl(var(--base-l-900));
    }

    .how-work-item__number,
    .how-work-item__pin {
      color: hsl(var(--base));
    }
  }

  &:nth-child(2) {
    .how-work-box {
      background-color: hsl(var(--danger-l-500)/.15);
    }

    .how-work-item__number,
    .how-work-item__pin {
      color: hsl(var(--danger));
    }

    .how-work-item__pin {
      text-align: center;
    }
  }

  &:nth-child(3) {
    transform: rotate(-10deg);
    margin-left: 5px;

    @media (max-width: 1199.98px) {
      transform: rotate(0deg);
      margin-left: 0;
      grid-column: span 2;
    }

    @media (max-width: 767.98px) {
      grid-column: span 1;
    }

    .how-work-box {
      background-color: hsl(var(--success-l-500)/.15);
    }

    .how-work-item__number,
    .how-work-item__pin {
      color: hsl(var(--success));
    }

    .how-work-item__pin {
      text-align: right;
    }
  }
}

.how-work-item__pin {
  color: hsl(var(--base));
  padding-bottom: 15px;

  svg {
    width: 30px;
    height: 30px;
  }
}

.how-work-item__number {
  padding-bottom: 10px;
  font-weight: 700;
}

.how-work-box {
  background-color: hsl(var(--base-l-900));
  border-radius: 10px;
  padding: 20px;
}

/*======= how work section end here =======*/
/*========== pricing section css start here ==========*/


.plan-col {
  &:nth-child(3n+1) {
    .pricing-card {
      border: 1px solid hsl(var(--base)/.12);
    }

    .pricing-card__icon {
      background-color: hsl(var(--base));
    }
  }

  &:nth-child(3n+2) {
    .pricing-card {
      border: 1px solid hsl(var(--danger)/.12);

      &::before {
        background-image: radial-gradient(circle at top center,
            hsl(var(--danger) / 0.5),
            transparent);
      }
    }

    .pricing-card__icon {
      background-color: hsl(var(--danger));
    }
  }

  &:nth-child(3n+3) {
    .pricing-card {
      border: 1px solid hsl(var(--success)/.12);

      &::before {
        background-image: radial-gradient(circle at top center,
            hsl(var(--success) / 0.5),
            transparent);
      }
    }

    .pricing-card__icon {
      background-color: hsl(var(--success));
    }
  }
}


.pricing-card {
  padding: 30px;
  border-radius: 16px;
  background-color: hsl(var(--section-bg-two)/.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border: 1px solid hsl(var(--border-color) / 0.05);
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  overflow: hidden;

  &::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 53%;
    background-image: radial-gradient(circle at top center,
        hsl(var(--base) / 0.5),
        transparent 70%);
    filter: blur(100px);
    background-repeat: no-repeat;
  }

  @media (max-width: 767.98px) {
    padding: 25px 20px;
  }

  @media (max-width: 575.98px) {
    max-width: 320px;
    margin: 0 auto;
  }
}

.pricing-card:hover {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.pricing-card__top {}

.pricing-card__icon {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  width: 55px;
  height: 55px;
  border-bottom-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.pricing-card__title {
  font-family: var(--body-font);
  font-weight: 500;
  margin-bottom: 16px;
  font-size: 18px;
}

.pricing-card__value {
  line-height: 1;
  font-family: var(--body-font);
  margin-bottom: 10px;
}

.pricing-card__desc {
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 1399px) {
  .pricing-card__desc {
    font-size: 16px;
  }
}

.pricing-card__content {
  padding: 20px 0px;
}

.pricing-card__content .title {
  font-weight: 600;
  margin-bottom: 24px;
  font-family: var(--body-font);
}

.pricing-card__badge {
  background-color: #ff9900;
  font-size: 14px;
  font-family: var(-heading-font);
  padding: 6px 10px;
  font-weight: 600;
  color: hsl(var(--black));
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: -1px;
  right: 20px;
  line-height: 1;
}

.pricing-card__bottom {
  margin: 30px 0;
  text-align: center;

  .card-btn {
    width: 100%;
    background-color: hsl(var(--black));
  }
}

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

.pricing-card .text {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1399px) {
  .pricing-card .text {
    font-size: 16px;
  }
}

.pricing-card.active {
  background: var(--base-background);
}

.pricing-card.active .pricing-card__title {
  color: hsl(var(--white));
}

.pricing-card.active .pricing-card__value {
  color: hsl(var(--white));
}

.pricing-card.active .pricing-card__desc {
  color: hsl(var(--white));
}

.pricing-card.active .pricing-card__content .title {
  color: hsl(var(--white));
}

.pricing-card.active .pricing-card__content .text-list__item {
  color: hsl(var(--white));
}

.pricing-card.active .pricing-card__content .text-list__icon {
  color: hsl(var(--base));
  background-color: hsl(var(--white));
}

.pricing-card.active .text {
  color: hsl(var(--white));
}

.text-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  font-weight: 500;
  color: hsl(var(--heading-color));
}

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

.text-list__icon {
  width: 16px;
  height: 16px;
  font-size: 10px;
  background: hsl(var(--base-l-600));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--white));
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5px;
}

.text-list.two .text-list__item {
  font-size: 18px;
}

.text-list.two .text-list__icon {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid hsl(var(--base));
  color: hsl(var(--base));
}


.pricing-tab {
  text-align: center;
  position: relative;
  margin-bottom: 40px;

  @media (max-width: 575.98px) {
    margin-bottom: 65px;

  }

  .form-switch {
    padding-left: 0;
  }
}

.pricing-tab__switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 1;

  label {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

  .form--switch .form-check-input {
    margin-left: 0;
    margin-bottom: 0px;
    border-radius: 40px;
    width: 65px;
    height: 32px;
    cursor: pointer;
  }
}

.plan-trial-box {
  position: absolute;
  left: 52%;
  bottom: -36px;

}

@media (max-width: 575.98px) {

  .plan-trial-box svg {
    display: none;
  }
}

.trial-text {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(to right, hsl(var(--base)), hsl(var(--base-two)));
  font-weight: 600;
  position: absolute;
  min-width: 143px;
  top: -10px;
  right: -76px;

}

@media (max-width: 575.98px) {

  .trial-text {
    right: 50%;
    transform: translateX(-50%);
    left: 0;
    top: -10px;
  }
}

/*========== pricing section css end here ==========*/
/*============ cta section start here ============*/
.cta-wrapper {
  position: relative;
  background: linear-gradient(180deg, hsl(var(--base-d-700)) 0%, hsl(var(--base-two-d-700)) 100%);
  padding: 80px 50px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;

  &::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(45deg, transparent 49%, hsl(var(--white) / 0.05) 49%, hsl(var(--white) / 0.05) 51%, transparent 51%),
      linear-gradient(-45deg, transparent 49%, hsl(var(--white) / 0.05) 49%, hsl(var(--white) / 0.05) 51%, transparent 51%);
    background-size: 100px 100px;
  }
}

@media screen and (max-width: 1399px) {
  .cta-wrapper {
    padding: 50px;
  }
}

@media screen and (max-width: 991px) {
  .cta-wrapper {
    padding: 40px 32px;
  }
}

@media screen and (max-width: 424px) {
  .cta-wrapper {
    padding: 32px 24px;
  }
}

.cta-wrapper__content {
  max-width: 520px;
}

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

.cta-wrapper__subtitle {
  color: hsl(var(--white));
  background-color: #446dff;
  border-radius: 3px;
  padding: 4px 10px;
  line-height: 1;
  margin-bottom: 16px;
}

.cta-wrapper__title {
  color: hsl(var(--white));
  font-weight: 800;
  font-family: var(--body-font);
}

.cta-wrapper__thumb {
  position: absolute;
  right: -5px;
  bottom: -10px;
  z-index: -1;
  max-width: 620px;
}

@media screen and (max-width: 1399px) {
  .cta-wrapper__thumb {
    max-width: 550px;
  }
}

@media screen and (max-width: 1199px) {
  .cta-wrapper__thumb {
    max-width: 430px;
  }
}

@media screen and (max-width: 991px) {
  .cta-wrapper__thumb {
    opacity: 0.1;
  }
}

.cta-wrapper__bottom {
  margin-top: 60px;
}

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


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

@media screen and (max-width: 1399px) {
  .publish-section .section-heading {
    margin-bottom: 24px;
  }
}

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

.publish-section .publish-content__desc {
  font-size: 18px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1399px) {
  .publish-section .publish-content__desc {
    margin-bottom: 24px;
  }
}

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

.publish-section .publish-content__btn {
  margin-top: 60px;
}

@media screen and (max-width: 1399px) {
  .publish-section .publish-content__btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .publish-section .publish-content__btn {
    margin-top: 20px;
  }
}

.publish-wrapper {
  position: relative;
  z-index: 1;
}

.publish-wrapper__shape {
  width: 100%;
  height: 100%;
  /* -webkit-mask-image: url(../images/shapes/pb-1.png);
  mask-image: url(../images/shapes/pb-1.png); */
  /* -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--base-background);
  z-index: -1;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 20px; 
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-image: linear-gradient(45deg, transparent 49%, #e5e7eb 49%, #e5e7eb 51%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, #e5e7eb 49%, #e5e7eb 51%, transparent 51%);
    background-size: 40px 40px;
    -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 30%, transparent 70%);
    mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 30%, transparent 70%);
  } */
}

.content-list__item {
  margin-bottom: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

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

.content-list__icon {
  color: hsl(var(--base));
}

.features-contents {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 40px;


  &::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--base)/.05);
    background-image: linear-gradient(45deg, transparent 49%, hsl(var(--black)/.03) 49%, hsl(var(--black)/.03) 51%, transparent 51%),
      linear-gradient(-45deg, transparent 49%, hsl(var(--black)/.03) 49%, hsl(var(--black)/.03) 51%, transparent 51%);
    background-size: 40px 40px;
    border-radius: 20px;
  }
}



/*======= publish section end here =========*/
/*======= assistant section start here =======*/

.assistant-section {
  .features-contents {
    &::before {
      background-color: hsl(var(--success)/.05);
    }
  }
}

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

@media screen and (max-width: 1399px) {
  .assistant-section .section-heading {
    margin-bottom: 24px;
  }
}

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

.assistant-section .assistant-content__desc {
  font-size: 18px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1399px) {
  .assistant-section .assistant-content__desc {
    margin-bottom: 24px;
  }
}

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

.assistant-section .assistant-content__btn {
  margin-top: 60px;
}

@media screen and (max-width: 1399px) {
  .assistant-section .assistant-content__btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .assistant-section .assistant-content__btn {
    margin-top: 20px;
  }
}

.assistant-wrapper {
  position: relative;
  z-index: 1;
}


/*======= assistant section end here =========*/
/*========= integration section start here =========*/
.integration-section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(178deg,
      hsl(var(--base-two)) 1.79%,
      hsl(var(--base)) 98.49%);
}

@media screen and (max-width: 575px) {
  .integration-section {
    padding: 60px 0;
  }
}

.integration-section__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.integration-section__shape img {
  width: 100%;
  height: 100%;
}

.integration-section__btn {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 575px) {
  .integration-section__btn {
    margin-top: 32px;
  }
}

.integration-section .section-heading__subtitle {
  color: hsl(var(--white));
  background-color: #333a54;
}

.integration-section .section-heading__title {
  color: hsl(var(--white));
}

.integration-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 575px) {
  .integration-wrapper {
    gap: 15px;
  }
}

.integration-wrapper .integration-item {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(var(--white));
  border-radius: 24px;
}

@media screen and (max-width: 575px) {
  .integration-wrapper .integration-item {
    width: 70px;
    height: 70px;
  }
}

.integration-wrapper .integration-item__thumb {
  max-width: 45px;
}

@media screen and (max-width: 575px) {
  .integration-wrapper .integration-item__thumb {
    max-width: 35px;
  }
}

/*========= integration section end here =========*/
/*======= command section start here =======*/
.command-section .section-heading {
  margin-bottom: 40px;
}

@media screen and (max-width: 1399px) {
  .command-section .section-heading {
    margin-bottom: 24px;
  }
}

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

.command-section .command-content__desc {
  font-size: 18px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1399px) {
  .command-section .command-content__desc {
    margin-bottom: 24px;
  }
}

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

.command-section .command-content__btn {
  margin-top: 60px;
}

@media screen and (max-width: 1399px) {
  .command-section .command-content__btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .command-section .command-content__btn {
    margin-top: 20px;
  }
}

.command-wrapper {
  position: relative;
  z-index: 1;
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 30px;
  background-color: hsl(var(--danger) / 0.08);

  &::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, transparent 49%, hsl(var(--black) / .03) 49%, hsl(var(--black) / .03) 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, hsl(var(--black) / .03) 49%, hsl(var(--black) / .03) 51%, transparent 51%);
    background-size: 40px 40px;
    border-radius: 20px;
  }
}

.command-wrapper__shape {
  /* width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/shapes/pb-1.png);
  mask-image: url(../images/shapes/pb-1.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--base-background);
  z-index: -1; */
  background-color: hsl(var(--danger) / 0.08);
}

.command-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 55px;
}

.command-list .command-item {
  border-bottom: 0;
  padding: 3px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 24px;
}

@media screen and (max-width: 575px) {
  .command-list .command-item:last-child {
    padding-bottom: 0;
  }
}

.command-list .command-item::after {
  position: absolute;
  left: -52px;
  width: 20px;
  height: 20px;
  color: hsl(var(--body-color));
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
  z-index: 2;
  font-size: 15px;
}

.command-list .command-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -43px;
  height: 100%;
  border: 1px dashed rgba(85, 85, 85, 0.5);

}

.command-list .command-item .command-item__content {
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 0 !important;
  position: relative;
}

.command-list .command-item .command-item__content::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -57px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: hsl(var(--white));
  border: 2px solid #555555;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .command-list .command-item .command-item__content::before {
    display: block !important;
  }
}

.command-list .command-item__title {
  margin-bottom: 0;
  cursor: pointer;
  color: hsl(var(--black));
}

.command-list .command-item__desc {
  margin-top: 15px;
}

.command-list .command-item.active .command-item__title {
  color: hsl(var(--base));
}

.command-list .command-item.active .command-item__content::before {
  border-color: hsl(var(--base));
}

.command-list .command-item.active::before {
  border-color: hsl(var(--base));
}

.command-list .command-item.active::after {
  color: hsl(var(--base));
}

.command-list .command-item.active .command-item__desc {
  /* margin-top: 15px; 
  max-height: fit-content;
  opacity: 1; */
}

.command-list .command-item.active.command-item:last-child {
  padding-bottom: 0;
}

.command-list .command-item.command-item:last-child::before {
  display: none !important;
}

/*===================== command section end here ===================== */

/*=====================counter section css start her===================== */
.counterup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .counterup-item {
    gap: 20px;
  }
}

@media screen and (max-width: 575px) {
  .counterup-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }
}

.counterup-item__content {
  border-right: 1px solid #d9d9d9;
  padding-right: 150px;
}

@media screen and (max-width: 1399px) {
  .counterup-item__content {
    padding-right: 110px;
  }
}

@media screen and (max-width: 991px) {
  .counterup-item__content {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .counterup-item__content {
    padding-right: 0;
    border-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .counterup-item__content {
    text-align: center;
  }
}

.counterup-item__content:last-child {
  border-right: 0;
  padding-right: 0;
}

.counterup-item__title {
  color: hsl(var(--heading-color));
  font-size: 80px;
  font-family: var(--body-font);
}

@media screen and (max-width: 1199px) {
  .counterup-item__title {
    font-size: 64px;
  }
}

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

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

.counterup-item__number {
  margin-bottom: 0;
}

.counterup-item__text {
  font-weight: 700;
  font-family: var(--heading-font);
  font-size: 24px;
  color: rgba(33, 33, 33, 0.5);
}

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

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

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

.odometer {
  font-size: 5rem;
  line-height: 1;
  color: hsl(var(--btn-color));
}

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

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

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

/*=====================counter section css end her===================== */
/*==== faq section section css start here ====*/
.faq-section {
  background-color: hsl(var(--base)/.05);
  position: relative;
  z-index: 1;

  &::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, transparent 49%, hsl(var(--black)/.03) 49%, hsl(var(--black)/.03) 51%, transparent 51%),
      linear-gradient(-45deg, transparent 49%, hsl(var(--black)/.03) 49%, hsl(var(--black)/.03) 51%, transparent 51%);
    background-size: 80px 80px;
    /* Ã¢Å“â€¦ Fixed syntax and placement for masking */
    -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 10%, transparent 90%);
    mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 10%, transparent 90%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;


    pointer-events: none;
    z-index: -1;
  }
}


.faq-section .section-heading {
  height: 100%;
  display: grid;
}

.faq-section .section-heading__btn {
  margin-top: auto;
  border-top: 1px solid hsl(var(--base) / 0.09);
  padding-top: 30px;
}

@media screen and (max-width: 1399px) {
  .faq-section .section-heading__btn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .faq-section .section-heading__btn {
    margin-top: 24px;
  }
}

.faq-info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: auto;
}

.faq-info__item {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--base) / 0.09);
  border-radius: 10px;
  padding: 20px 30px;
  padding-right: 40px;
  position: relative;
  z-index: 1;

  svg {
    color: hsl(var(--base) / 0.3);
  }
}

.faq-info__heading {
  font-size: 24px;
  font-weight: 600;
  color: hsl(var(--heading-color));
}

.faq-info__link {
  color: hsl(var(--body-color));
  text-decoration: underline;
}

.faq-info__icon {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

/*==== faq section section css end here ====*/
/* =============================== Brand Section Css Start ======================= */
.company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.company-list .company-name {
  width: 16.6666666667%;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .company-list .company-name {
    width: 33.3333333333%;
  }
}

@media screen and (max-width: 424px) {
  .company-list .company-name {
    width: 50%;
  }
}

.company-list .company-name .thumb {
  margin-top: -1px;
  padding: 30px 20px;
  margin-left: -1px;
  border: 1px solid hsl(var(--black) / 0.1);
  height: 100%;
}

@media screen and (max-width: 767px) {
  .company-list .company-name .thumb {
    padding: 24px 16px;
  }
}

/* =============================== Brand Section Css End ======================= */
/*======= choose-us section start here =======*/
.choose-us-section .section-heading {
  margin-bottom: 40px;
}

@media screen and (max-width: 1399px) {
  .choose-us-section .section-heading {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 575px) {
  .choose-us-section .section-heading {
    margin-bottom: 20px;
  }
}

.choose-us-section .choose-us-content__desc {
  font-size: 18px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1399px) {
  .choose-us-section .choose-us-content__desc {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 575px) {
  .choose-us-section .choose-us-content__desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.choose-us-section .choose-us-content__btn {
  margin-top: 60px;
}

@media screen and (max-width: 1399px) {
  .choose-us-section .choose-us-content__btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .choose-us-section .choose-us-content__btn {
    margin-top: 20px;
  }
}

.choose-us-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 30px;
  background-color: hsl(var(--success) / 0.08);

  &::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, transparent 49%, hsl(var(--black) / .03) 49%, hsl(var(--black) / .03) 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, hsl(var(--black) / .03) 49%, hsl(var(--black) / .03) 51%, transparent 51%);
    background-size: 40px 40px;
    border-radius: 20px;
  }
}

.choose-us-wrapper__shape {
  /* width: 90%;
  height: 90%;
  -webkit-mask-image: url(../images/shapes/pb-1.png);
  mask-image: url(../images/shapes/pb-1.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--base-background);
  z-index: -1; */
}

/*======= choose-us section end here =========*/
/*=========== mission section css start here ===========*/
.mission-section {
  position: relative;
  z-index: 1;
}

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

@media screen and (max-width: 424px) {
  .mission-section {
    padding: 40px 0;
    margin-top: 60px;
  }
}

.mission-section__shape {
  position: absolute;
  left: -105px;
  bottom: -60px;
  z-index: -1;
}

.mission-section__shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.mission-section .counterup-item__title {
  color: hsl(var(--white));
}

.mission-section .counterup-item__text {
  color: hsl(var(--white));
}

.mission-item {
  background-color: hsl(var(--white));
  border-radius: 12px;
  padding: 40px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  height: 100%;
  margin: 0 10px;

  @media (max-width: 991.98px) {
    margin: 0 auto;
  }
}

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

.mission-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.mission-item__icon {
  color: hsl(var(--base));
  width: 32px;
}

.mission-item__title {
  margin-bottom: 0;
  font-family: var(--body-font);
  font-weight: 500;
}

.mission-item__desc {
  font-size: 18px;

  @media (max-width: 575.98px) {
    font-size: 16px;
  }
}

.mission-col {
  &:nth-child(1) .mission-item {
    transform: rotate(-13deg) translateY(40px);
    background-color: hsl(var(--base) / 0.04);

    @media (max-width: 991.98px) {
      transform: unset;
    }
  }

  &:nth-child(2) .mission-item {
    background-color: hsl(var(--danger) / 0.04);
  }

  &:nth-child(3) .mission-item {
    transform: rotate(13deg) translateY(40px);
    background-color: hsl(var(--success) / 0.04);

    @media (max-width: 991.98px) {
      transform: unset;
    }
  }
}

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

.testimonials .slick-dots {
  text-align: left;
  padding-top: 32px;
}

@media screen and (max-width: 767px) {
  .testimonials .slick-dots {
    padding-top: 16px;
  }
}

.testimonial-slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

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

@media screen and (max-width: 575px) {
  .testimonial-slider-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.testimonial-slider-container .testimonial-thumb-wrapper {
  width: calc(100% - 450px);
}

@media screen and (max-width: 991px) {
  .testimonial-slider-container .testimonial-thumb-wrapper {
    width: calc(100% - 350px);
  }
}

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

@media screen and (max-width: 575px) {
  .testimonial-slider-container .testimonial-thumb-wrapper {
    width: 100%;
  }
}

.testimonial-slider-container__shape {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 80px;
}

@media screen and (max-width: 1199px) {
  .testimonial-slider-container__shape {
    max-width: 60px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-slider-container__shape {
    max-width: 40px;
  }
}

.testimonial-card {
  padding: 0 10px;
  height: 100%;
  width: 450px;
}

@media screen and (max-width: 991px) {
  .testimonial-card {
    width: 350px;
  }
}

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

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

.testimonial-item {
  height: 100%;
}

.testimonial-item__name {
  margin-bottom: 0;
  color: hsl(var(--black));
}

.testimonial-item__designation {
  font-weight: 500;
}

.testimonial-item__desc {
  padding-top: 30px;
  font-size: 32px;
}

@media screen and (max-width: 1399px) {
  .testimonial-item__desc {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-item__desc {
    font-size: 20px;
    padding-top: 16px;
  }
}

.testimonial-thumb {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

.slick-center {
  --active-height: 500px;
}

@media screen and (max-width: 1399px) {
  .slick-center {
    --active-height: 370px;
  }
}

@media screen and (max-width: 991px) {
  .slick-center {
    --active-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .slick-center {
    --active-height: 260px;
  }
}

@media screen and (max-width: 575px) {
  .slick-center {
    --active-height: auto;
  }
}

.slick-center .testimonial-thumb {
  height: var(--active-height);
}

.testimonial-thumb-wrapper .slick-track {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonial-slide {
  .slick-slide {
    background-color: hsl(var(--base) / 0.04);

    border-radius: 13px;

    &:nth-child(3n+1) {
      background-color: hsl(var(--base) / 0.04);

      .testimonial-img {
        border-color: hsl(var(--primary));
      }
    }

    &:nth-child(3n+2) {
      background-color: hsl(var(--danger) / 0.04);

      .testimonial-img {
        border-color: hsl(var(--danger));
      }
    }

    &:nth-child(3n+3) {
      background-color: hsl(var(--success) / 0.04);

      .testimonial-img {
        border-color: hsl(var(--success));
      }
    }
  }

  .slick-slider {
    margin: 0 -12px;
  }

  .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
  }

  .slick-dots {
    text-align: center;
  }
}

.single-testimonial-item {
  padding: 30px;

  @media (max-width: 575.98px) {
    padding: 20px;
  }
}

.single-testimonial-item__thumb {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;

  @media (max-width: 575.98px) {
    gap: 15px;
    margin-bottom: 24px;
  }
}

.testimonial-img {
  max-width: 78px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid hsl(var(--base));
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.single-testimonial-item__name {
  margin-bottom: 0;
}

.logo-testimonial {
  margin-bottom: -75px;

  @media (max-width: 767.98px) {
    margin-bottom: 30px;
  }
}

.logo-testimonial-content {
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 40px;

  &::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #f4f4f5, #f4f4f5fa);
    filter: blur(15px);
    pointer-events: none;
  }
}

.logo-testimonial-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: -15px;
  border: 2px solid hsl(var(--white));
  margin-top: 20px;
}

.logo-star-wrapper {
  color: hsl(var(--warning));
}

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

.brand--start {
  font-size: 14px;
}


/* ================================ Testimonial Section Css End ============================= */
/* ================================= Blog Section Css Start Here ============================= */
.blog-col {
  &:nth-child(4n+1) .blog-item {
    background-color: hsl(var(--base) / 0.04);
    border-color: hsl(var(--base)/.1);

    .blog-item__date i {
      color: hsl(var(--base));
    }

    .blog-item__btn {
      border-color: hsl(var(--base)/.2);
      color: hsl(var(--base));
      background-color: hsl(var(--base)/.05);

      &:hover {
        border-color: hsl(var(--base));
        color: hsl(var(--white));
        background-color: hsl(var(--base));
      }
    }
  }

  &:nth-child(4n+2) .blog-item {
    background-color: hsl(var(--danger) / 0.04);
    border-color: hsl(var(--danger)/.1);

    .blog-item__date i {
      color: hsl(var(--danger));
    }

    .blog-item__btn {
      border-color: hsl(var(--danger)/.2);
      color: hsl(var(--danger));
      background-color: hsl(var(--danger)/.05);

      &:hover {
        border-color: hsl(var(--danger));
        color: hsl(var(--white));
        background-color: hsl(var(--danger));
      }
    }
  }

  &:nth-child(4n+3) .blog-item {
    background-color: hsl(var(--success) / 0.04);
    border-color: hsl(var(--success)/.1);

    .blog-item__date i {
      color: hsl(var(--success));
    }

    .blog-item__btn {
      border-color: hsl(var(--success)/.2);
      color: hsl(var(--success));
      background-color: hsl(var(--success)/.05);

      &:hover {
        border-color: hsl(var(--success));
        color: hsl(var(--white));
        background-color: hsl(var(--success));
      }
    }
  }

  &:nth-child(4n+4) .blog-item {
    background-color: hsl(var(--info) / 0.04);
    border-color: hsl(var(--info)/.1);

    .blog-item__date i {
      color: hsl(var(--info));
    }

    .blog-item__btn {
      border-color: hsl(var(--info)/.2);
      color: hsl(var(--info));
      background-color: hsl(var(--info)/.05);

      &:hover {
        border-color: hsl(var(--info));
        color: hsl(var(--white));
        background-color: hsl(var(--info));
      }
    }
  }

}

.blog-item {
  overflow: hidden;
  height: 100%;
  border-radius: 12px;
  background: hsl(var(--white));

  padding: 20px;
  border: 1px solid hsl(var(--black) / 0.1);
  transition: all .4s;

  &:hover {
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  }
}

.blog-item:hover .blog-item__thumb-link .image1 {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);

}

/* .blog-item:hover .blog-item__thumb-link .image2 {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
} */

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

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

.blog-item__thumb-link img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.blog-item__thumb-link .image1 {
  -webkit-transform: translatex(50%) scalex(1);
  transform: translatex(50%) scalex(1);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.blog-item__thumb-link .image2 {
  -webkit-transform: translatex(0%) scalex(1);
  transform: translatex(0%) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-item__date {
  margin-bottom: 10px;
}

.blog-item__content {
  background-color: hsl(var(--white) / 0.07);
  padding: 20px 0px 0;
}


.blog-item__title {
  margin-bottom: 22px;
}

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

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

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

.blog-item__btn {
  border: 1px solid hsl(var(--black) / 0.2);
  padding: 8px 12px;
  color: hsl(var(--body-color));
  border-radius: 4px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}

.blog-item__btn:hover {
  border-color: hsl(var(--base));
  color: hsl(var(--base));
}

.blog-item__desc {
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

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

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

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
  margin: 24px 0;
}

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

.dashboard .sidebar-logo img {
  max-width: 170px;
  max-height: 60px;
}

.dashboard .sidebar-menu {
  height: 100vh;
  background-color: hsl(var(--white));
  overflow-y: auto;
  z-index: 999;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 300px;
  border-radius: 0;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 0px 0px 10px 0px hsl(var(--black) / 0.05);
  box-shadow: 0px 0px 10px 0px hsl(var(--black) / 0.05);
  /* Hr Css */
}

.dashboard .sidebar-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.15);
}

.dashboard .sidebar-menu__inner {
  padding: 0 24px;
  width: 100%;
}

.dashboard .sidebar-menu.show-sidebar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 991px) {
  .dashboard .sidebar-menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 9992;
    border-radius: 0;
  }
}

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

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

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
  background-color: hsl(var(--white));
  border-color: hsl(var(--white));
  color: hsl(var(--base));
}

.dashboard .sidebar-menu hr {
  opacity: 0.15;
}

.dashboard .sidebar-menu-list {
  margin-top: 40px;
}

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

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

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

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
  color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 18px;
  color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-align: center;
  background: 0 0;
  right: 16px;
  top: 14px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  color: hsl(var(--black) / 0.6);
  font-size: 0.875rem;
}

.dashboard .sidebar-menu-list__item.has-dropdown:hover a::after {
  color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 12px 15px;
  width: 100%;
  color: hsl(var(--black) / 0.6);
  font-weight: 500;
  font-size: 1rem;
  border-radius: 40px;
  transition: all 0.3s;
}

.dashboard .sidebar-menu-list__link * {
  transition: all 0.3s;
}

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

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

.dashboard .sidebar-menu-list__link .icon {
  margin-right: 8px;
  font-size: 0.9375rem;
  text-align: center;
  border-radius: 4px;
}

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

.dashboard .sidebar-submenu.open-submenu {
  display: block;
}

.dashboard .sidebar-submenu-list {
  padding: 5px 0;
}

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

.dashboard .sidebar-submenu-list__item.active>a {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link {
  padding: 12px 15px;
  display: block;
  color: hsl(var(--black) / 0.6);
  font-weight: 500;
  font-size: 1rem;
  margin-left: 20px;
  border-radius: 40px;
  position: relative;
  padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid hsl(var(--black) / 0.4);
  border-radius: 50%;
}

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

.dashboard .sidebar-submenu-list__link:hover::before {
  border-color: hsl(var(--white));
}

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

/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ======================  Plugin Customization Start  ======================*/
/* ======================  Select2 Start  ======================*/
.select2-wrapper {
  --border-radius: 12px;
  --height: 56px;
  --select2-border: hsl(var(--black) / 0.1);
}

.select2-container {
  width: 100% !important;

  .selection {
    width: 100%;
  }
}

.select2+.select2-container {
  border-radius: var(--border-radius);
  height: 56px;
}

.select2+.select2-container .select2-selection__rendered {
  line-height: var(--height);
  color: #555;
  padding-left: 20px !important;
}

.select2+.select2-container .select2-selection {
  border: 1px solid var(--select2-border);
  background-color: hsl(var(--card-bg));
  width: 100%;
  border-radius: 12px !important;
  height: var(--height);
}

.select2+.select2-container .select2-selection:focus,
.select2+.select2-container .select2-selection:focus-visible {
  outline: 0;
  border-color: hsl(var(--base)) !important;
}

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

.select2+.select2-container .select2-selection__arrow {
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border-radius: inherit;
  height: calc(var(--height) - 10px);
  width: calc(var(--height) - 10px);
}

.select2+.select2-container .select2-selection__arrow::after {
  position: absolute;
  content: "\f0d7";
  inset: 0;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: hsl(var(--body-color));
}

.select2+.select2-container .select2-selection__arrow b {
  border: 0;
}

.select2-results__option {
  color: hsl(var(--black) / 0.7);
}

.select2-container--open:has(.select2-dropdown--above) {
  margin-top: -12px;
}

.select2-container--open:has(.select2-dropdown--below) {
  margin-top: 10px;
}

.select2-container--open .select2-dropdown {
  background: hsl(var(--card-bg));
  border: 1px solid hsl(var(--black) / 0.1) !important;
  border-radius: var(--border-radius) !important;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--above {
  margin-bottom: 10px;
}

.select2-search__field {
  border-radius: var(--border-radius);
  border: 1px solid var(--select2-border) !important;
  background: hsl(var(--card-bg));
  padding: 8px !important;
  color: hsl(var(--black));
}

.select2-search__field:focus {
  outline: 0;
  border-color: hsl(var(--base)) !important;
}

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

.select2-container--below.select2-container--open .select2-selection__arrow::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.select2-container:has(.select2-selection--single) {
  width: 100% !important;
}

.input-group-text .select2+.select2-container .select2-selection {
  border: 0 !important;
  height: 53px !important;
}

.select2+.select2-container .select2-selection__rendered {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

/* ======================  Select2 End  ======================*/
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
  margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized.slick-slider .slick-slide {
  height: auto;
  padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
  height: 100%;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  color: hsl(var(--white));
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 20px;
}

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

@media screen and (max-width: 575px) {
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

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

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

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

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

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

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

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

/* -------------- Slick Slider Arrow Style two ------------  */
.slick-arrow {
  position: absolute;
  z-index: 1;
  border: none;
  background-color: transparent;
  color: hsl(var(--white));
  width: 32px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  top: -67px;
}

@media screen and (max-width: 1199px) {
  .slick-arrow {
    top: -69px;
  }
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    top: auto;
    bottom: -50px;
    right: 50%;
  }
}

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

.slick-next {
  right: 10px;
  background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .slick-next {
    top: auto;
    right: calc(50% - 37px);
  }
}

.slick-prev {
  right: 52px;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    top: auto;
    right: calc(50% + 5px);
  }
}

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

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

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

.slick-dots li.slick-active button {
  background-color: hsl(var(--base));
  color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.custom--range__content label {
  width: 40%;
}

.custom--range__content input {
  width: 60%;
  text-align: right;
}

.custom--range input {
  border: 0;
  color: hsl(var(--body-color));
  font-weight: 500;
}

.custom--range #slider-range {
  height: 5px;
  border: 0;
  background: hsl(var(--base) / 0.2);
}

.custom--range #slider-range .ui-widget-header {
  background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
  background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  background-color: hsl(var(--base)) !important;
  border: 2px solid hsl(var(--white)) !important;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ================================= Range Slider Css End =========================== */
/* ======================  Plugin Customization End  ======================*/
/* ======================  Pages Design Start  ======================*/
/* =========================================== Account Css Start =========================*/
.account-form-wrapper {
  background-color: hsl(var(--white) / 0.2);
  border-radius: 16px;
  border: 1px solid hsl(var(--white) / 0.4);
  padding: 16px;
}

@media screen and (max-width: 424px) {
  .account-form-wrapper {
    padding: 10px;
  }
}

.account {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.account::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(hsl(var(--base-d-700))),
      to(hsl(var(--base-two-d-700))));
  background: linear-gradient(180deg,
      hsl(var(--base-d-700)) 0%,
      hsl(var(--base-two-d-700)) 100%);
}

.account-inner {
  position: relative;
}

.account-form {
  -webkit-box-shadow: 0 6px 20px hsl(var(--black) / 0.07);
  box-shadow: 0 6px 20px hsl(var(--black) / 0.07);
  background-color: hsl(var(--white));
  padding: 32px 20px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid hsl(var(--white) / 0.1);
}

@media screen and (max-width: 424px) {
  .account-form {
    padding: 32px 16px;
  }
}

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

.account-form__title {
  margin-bottom: 0;
  font-weight: 600;
  font-family: var(--body-font);
  color: hsl(var(--black));
}

.account-form__subtitle {
  background-color: hsl(var(--base) / 0.09);
  color: hsl(var(--base));
  font-weight: 600;
  font-family: var(--heading-font);
  padding: 5px 8px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  line-height: 1;
  margin-bottom: 6px;
}

.account-logo {
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  max-width: 200px;
}

.forgot-password {
  font-weight: 500;
}

.social-login-wrapper {
  text-align: center;
  margin-bottom: 10px;
}

.social-login-wrapper__title {
  font-size: 0.875rem;
  color: hsl(var(--heading-color));
  font-weight: 600;
  margin-bottom: 12px;
}

.social-login-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.social-login-list .social-login-btn {
  border-radius: 12px;
  padding: 12px 15px;
  color: hsl(var(--white));
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: hsl(var(--base));
}

.social-login-btn figure {
  margin-bottom: 0;
}

.social-login-list .social-login-btn.google {
  background-color: #ff4b26;
}

.social-login-list .social-login-btn.facebook {
  background-color: #167ee6;
}

.social-login-list .social-login-btn.linkedin {
  background-color: #0b86ca;
}

.another-login {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .another-login {
    margin-top: 0;
  }
}

.another-login .text {
  background-color: hsl(var(--white));
  padding: 0 15px;
  position: relative;
  z-index: 1;
  color: #828282;
  font-size: 14px;
  font-weight: 600;
}

.another-login::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 0.5px solid #e0e0e0;
}

.have-account__text {
  font-weight: 600;
}

.have-account__link {
  color: hsl(var(--base));
  font-weight: 700;
}

/* ============================================ Account Css End ====================================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
  overflow: hidden;
  height: 100%;
  background-color: hsl(var(--base) / 0.02);
  padding: 15px;
  border-radius: 12px;
  border: 1px solid hsl(var(--base) / 0.1);

  blockquote {
    border-left: 4px solid hsl(var(--base)) !important;
    background-color: hsl(var(--base) / 0.05) !important;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: hsl(var(--body-color) / 0.9);
    border-radius: 10px;
  }
}

.blog-details__thumb {
  border-radius: 12px;
  overflow: hidden;
  max-height: 450px;

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

.blog-details__content {
  margin-top: 24px;
  padding: 20px;
  padding-top: 0;
}

.blog-details__title {
  margin-bottom: 16px;
}

.blog-details__content-bottom {
  border-top: 1px solid hsl(var(--base) / 0.1);
  padding-top: 30px;
  margin-top: 30px;
}

.blog-social {
  display: flex;
  align-items: center;
  gap: 15px;

  .blog-social__item {}

  .blog-social__link {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    width: 35px;
    height: 35px;
    border-radius: 7px;

  }
}

.blog-details .social-list__link {
  border: 1px solid hsl(var(--black) / 0.1);
  color: hsl(var(--body-color));
}

.blog-details .social-list__link:hover {
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.content-item {
  margin-bottom: 24px;
  margin-top: 10px;
}

.content-item__thumb {
  width: 50%;
  height: 100%;
}

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

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

.content-item__right {
  width: 50%;
}

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

.content-item__desc {
  margin-bottom: 20px;
}

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

.content-item:has(.content-item__thumb) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1399px) {
  .content-item:has(.content-item__thumb) {
    gap: 20px 40px;
  }
}

@media screen and (max-width: 1199px) {
  .content-item:has(.content-item__thumb) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* ========================================== Blog Details Css End ======================================*/
/*=========== contact section css start here ===========*/
.contact-section .section-heading {
  margin-bottom: 32px;
}

.contact-col {
  &:nth-child(4n+1) .contact-item {
    background-color: hsl(var(--base) / 0.04);
    border-color: hsl(var(--base) / 0.1);

    .contact-item__icon {
      background-color: hsl(var(--base));
    }
  }

  &:nth-child(4n+2) .contact-item {
    background-color: hsl(var(--danger) / 0.04);
    border-color: hsl(var(--danger) / 0.1);

    .contact-item__icon {
      background-color: hsl(var(--danger));
    }
  }

  &:nth-child(4n+3) .contact-item {
    background-color: hsl(var(--success-d-400) / 0.04);
    border-color: hsl(var(--success-d-400) / 0.1);

    .contact-item__icon {
      background-color: hsl(var(--success-d-400));
    }
  }

  &:nth-child(4n+4) .contact-item {
    background-color: hsl(var(--info) / 0.04);
    border-color: hsl(var(--info) / 0.1);

    .contact-item__icon {
      background-color: hsl(var(--info));
    }
  }
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 24px;
  border-radius: 12px;
  height: 100%;
  border: 1px solid hsl(var(--black) / 0.1);
}

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

.contact-item__icon {
  width: 60px;
  height: 60px;
  background-color: hsl(var(--base));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--white));
  border-radius: 50%;
  font-size: 2rem;
}

@media screen and (max-width: 1399px) {
  .contact-item__icon {
    margin: 0 auto;
  }
}

.contact-item__content {
  width: calc(100% - 60px);
  padding-left: 15px;
}

@media screen and (max-width: 1399px) {
  .contact-item__content {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}

.contact-item__title {
  margin-bottom: 10px;
  color: hsl(var(--black));
}

.contact-bottom__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 30px;
  background-color: hsl(var(--base) / 0.01);















  @media (max-width: 575.98px) {
    padding: 15px;
  }

  &::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, transparent 49%, hsl(var(--black) / .03) 49%, hsl(var(--black) / .03) 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, hsl(var(--black) / .03) 49%, hsl(var(--black) / .03) 51%, transparent 51%);
    background-size: 40px 40px;
    border-radius: 20px;
  }
}

.verify-gcaptcha {
  background-color: hsl(var(--white));
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 0px 5px 2px hsl(0deg 0% 0% / 4%);
}

.contact-wrapper {
  position: relative;
  z-index: 1;
  /* display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 30px;
  background-color: hsl(var(--danger) / 0.08);

  &::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, transparent 49%, hsl(var(--black) / .03) 49%, hsl(var(--black) / .03) 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, hsl(var(--black) / .03) 49%, hsl(var(--black) / .03) 51%, transparent 51%);
    background-size: 40px 40px;
    border-radius: 20px;
  } */
}

/* .contact-wrapper__shape {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/shapes/pb-1.png);
  mask-image: url(../images/shapes/pb-1.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--base-background);
  z-index: -1;
} */

.contact-bottom {
  /* background: var(--base-background); */
  /* padding-top: 120px; */
}


.contact-bottom .contact-form {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact-form .form--control {
  padding: 14px 20px;
}

@media screen and (max-width: 1199px) {
  .contact-bottom .contact-form {
    padding: 40px 24px;
  }
}

@media screen and (max-width: 991px) {
  .contact-bottom .contact-form {
    border-radius: 12px;
  }
}

@media screen and (max-width: 575px) {
  .contact-bottom .contact-form {
    padding: 0px;
  }
}

.contact-bottom .contact-form__title {
  margin-bottom: 12px;
}

.contact-bottom .contact-form__btn {
  margin-top: 24px;
}

.contact-bottom__thumb {
  height: 100%;
  border-radius: 12px 0 0 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .contact-bottom__thumb {
    border-radius: 12px;
  }
}

.contact-bottom__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* contact info css start here */
.contact-info-wrapper {
  margin-top: 32px;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px dashed hsl(var(--black) / 0.1);
  padding-bottom: 24px;
  height: 100%;
}

.contact-info:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 374px) {
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

.contact-info__icon {
  width: 45px;
  height: 45px;
  background-color: hsl(var(--section-bg-three));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--base));
  border-radius: 8px;
  font-size: 1.5rem;
}

@media screen and (max-width: 374px) {
  .contact-info__icon {
    margin: 0 auto;
  }
}

.contact-info__content {
  width: calc(100% - 45px);
  padding-left: 15px;
}

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

.contact-info__title {
  margin-bottom: 10px;
  color: hsl(var(--heading-color));
  font-size: 1.125rem;
  font-weight: 600;
}

@media screen and (max-width: 424px) {
  .contact-info__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.contact-info__desc .link {
  color: hsl(var(--body-color));
}

.contact-info__desc .link:hover {
  color: hsl(var(--base));
}

/*============= contact section css end here ===========*/
/* ================================= Dashboard Css Start =========================== */
.dashboard {
  position: relative;
  /* User Info Css Start */
  /* User Info Css End */
  /*======= post analytic css start here =======*/
  /* draft-box css start here */
  /* ========== Dashboard Body End ==============*/
  /* post container css start here =====*/
  /*======= comment css start here =======*/
  /*========== comment css end here ==========*/
  /* post container css end here =====*/
}

.dashboard__right {
  width: 100%;
  margin-left: 300px;
  background-color: #f5f6fa;
  padding: 24px;
  overflow: hidden;
}

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

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

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

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

.dashboard .dashboard-header {
  padding: 0 24px;
  background-color: hsl(var(--white));
  margin-bottom: 32px;
  border-radius: 8px;
}

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

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

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

.dashboard .dashboard-header__title {
  font-weight: 500;
}

.dashboard .dashboard-header__desc {
  font-size: 14px;
}

@media screen and (max-width: 1399px) {
  .dashboard .dashboard-header__left {
    max-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .dashboard .dashboard-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard .dashboard-header__left .left-content {
    display: none;
  }
}

.dashboard .dashboard-header__right {
  gap: 15px;
}

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

@media screen and (max-width: 424px) {
  .dashboard .dashboard-header__right .btn--sm {
    padding: 8px 12px;
    font-weight: 600;
    font-size: 12px;
  }
}

.dashboard .user-info {
  position: relative;
  text-align: center;
}

.dashboard .user-info__button {
  position: relative;
  padding-right: 20px;
}

.dashboard .user-info__button::before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--black) / 0.4);
  font-size: 0.875rem;
  pointer-events: none;
}

.dashboard .user-info .user-info-dropdown {
  border-radius: 4px;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  background-color: hsl(var(--white));
  -webkit-filter: drop-shadow(0px 4px 15px hsl(var(--black) / 0.25));
  filter: drop-shadow(0px 4px 15px hsl(var(--black) / 0.25));
  width: 225px;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 100%;
  margin-top: 30px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  visibility: hidden;
  opacity: 0;

}

.dashboard .user-info .user-info-dropdown::after {
  position: absolute;
  content: "";
  top: -10px;
  right: 30px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: hsl(var(--white));
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

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

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

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

.dashboard .user-info .user-info-dropdown__link {
  padding: 8px 16px !important;
  color: hsl(var(--black) / 0.6);
  margin-left: 0 !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 1rem;
  border-radius: 0px;
}

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

.dashboard .user-info .user-info-dropdown__link.logout {
  color: hsl(var(--danger));
}

.dashboard .user-info .user-info-dropdown__link.logout:hover {
  background-color: hsl(var(--danger) / 0.08);
  color: hsl(var(--danger)) !important;
}

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

.dashboard .user-info .user-info-dropdown__link .icon {
  margin-right: 8px;
  font-size: 18px;
}

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

.dashboard .user-info__name {
  color: hsl(var(--white));
  margin-left: 10px;
  font-size: 0.9375rem;
}

.dashboard .notification-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.dashboard .dashboard-body {
  position: relative;
  min-height: 100vh;
}

.dashboard .dashboard-body__title {
  margin-bottom: 24px;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-body__title {
    margin-bottom: 16px;
  }
}

.dashboard .dashboard-body__bar-icon {
  color: hsl(var(--body-color));
  font-size: 1.5625rem;
  cursor: pointer;
}

.dashboard-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 12px;
}

.dashboard .dashboard-widget {
  padding: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: hsl(var(--white));
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.dashboard .dashboard-widget:hover {
  -webkit-transform: translateY(-3px) scale(1.01);
  transform: translateY(-3px) scale(1.01);
}

@media screen and (max-width: 1399px) {
  .dashboard .dashboard-widget {
    padding: 16px;
  }
}

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

.dashboard .dashboard-widget__icon {
  width: 75px;
  height: 75px;
  background-color: hsl(var(--base) / 0.08);
  color: hsl(var(--base));
  border-radius: 10px;
  font-size: 2.5rem;
  border: 1px solid rgba(68, 109, 255, 0.15);
  background: #f5f7ff;
}

.dashboard .dashboard-widget__icon img {
  width: 32px;
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-widget__icon {
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }
}

.dashboard .dashboard-widget__content {
  width: calc(100% - 75px);
  padding-left: 16px;
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-widget__content {
    width: calc(100% - 60px);
    padding-left: 10px;
  }
}

.dashboard .dashboard-widget__number {
  margin-bottom: 5px;
  color: hsl(var(--black));
  font-family: var(--body-font);
  font-size: 35px;
}

@media screen and (max-width: 1399px) {
  .dashboard .dashboard-widget__number {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .dashboard .dashboard-widget__number {
    font-size: 28px;
  }
}

.dashboard .dashboard-widget__text {
  color: hsl(var(--black) / 0.9);
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 400;
}



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

.dashboard .analytic-content {
  background-color: hsl(var(--white));
  padding: 32px 24px;
  border-radius: 12px;
  -webkit-box-shadow: var(--box-shadow-two);
  box-shadow: var(--box-shadow-two);
}

.dashboard .analytic-content .analytic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}

.dashboard .analytic-content .analytic-item {
  background-color: hsl(var(--section-bg));
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid hsl(var(--black) / 0.05);
}

@media screen and (max-width: 424px) {
  .dashboard .analytic-content .analytic-item {
    padding: 20px;
  }
}

.dashboard .analytic-content .analytic-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.dashboard .analytic-content .analytic-item__top .name {
  margin-bottom: 4px;
  font-weight: 600;
  color: hsl(var(--black));
}

.dashboard .analytic-content .analytic-item__icon {
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}

.dashboard .analytic-content .analytic-item.facebook .analytic-item__icon {
  background-color: #1877f2;
}

.dashboard .analytic-content .analytic-item.youtube .analytic-item__icon {
  background-color: #fa2258;
}

.dashboard .analytic-content .analytic-item.twitter .analytic-item__icon {
  background-color: #000000;
}

.dashboard .analytic-content .analytic-item.linkedIn .analytic-item__icon {
  background-color: #0b69c7;
}

.dashboard .analytic-content .analytic-item.linkedIn .analytic-item__icon {
  background-color: #049be5;
}

.dashboard .analytic-content .analytic-item.instagram .analytic-item__icon {
  background: linear-gradient(45deg,
      #fee411 11.93%,
      #fedb16 15.61%,
      #fec125 21.74%,
      #fe983d 29.56%,
      #fe5f5e 38.66%,
      #fe2181 47.46%,
      #9000dc 82.98%);
}

.dashboard .progress {
  height: 4px;
}

.dashboard .progress-bar {
  height: 4px;
}

.dashboard .facebook.analytic-item .progress-bar {
  background-color: #1877f2;
}

.dashboard .youtube.analytic-item .progress-bar {
  background-color: #fa2258;
}

.dashboard .instagram.analytic-item .progress-bar {
  background-color: #9902d4;
}

.dashboard .twitter.analytic-item .progress-bar {
  background-color: #000000;
}

.dashboard .linkedIn.analytic-item .progress-bar {
  background-color: #0b69c7;
}

.dashboard .telegram.analytic-item .progress-bar {
  background-color: #049be5;
}

.dashboard .draft-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

@media screen and (max-width: 1599px) {
  .dashboard .draft-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1399px) {
  .dashboard .draft-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

@media screen and (max-width: 424px) {
  .dashboard .draft-list {
    grid-template-columns: 1fr;
  }
}

.dashboard .draft-item {
  padding: 24px 16px;
  border-radius: 12px;
  background: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow-two);
  box-shadow: var(--box-shadow-two);
  height: 100%;
}

.dashboard .draft-item.add-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.dashboard .draft-item.add-item .text {
  font-weight: 600;
}

.dashboard .draft-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.dashboard .draft-item__thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

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

.dashboard .draft-item__name {
  font-weight: 600;
  color: hsl(var(--heading-color));
}

.dashboard .draft-item__title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1rem;
  font-family: var(--body-font);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1599px) {
  .dashboard .draft-item__title {
    margin-bottom: 12px;
  }
}

.dashboard .draft-item__desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*================ draft post wrapper css start here ================ */

.draft-post-wrapper .draft-list {
  display: block;
  height: 100%;
}

.draft-post-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.draft-post-wrapper a {
  height: 100%;
}

.draft-post-wrapper .single-post__thumb {
  width: 48px;
  height: 48px;
}

.draft-post-wrapper .single-post__icon {
  width: 24px;
  height: 24px;
}

/*================ draft post wrapper css end here ================ */


.dashboard .post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  --cmn-width: 275px;
}

@media screen and (max-width: 1199px) {
  .dashboard .post-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.dashboard .post-container .post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: calc(100% - 450px);
}

@media screen and (max-width: 1399px) {
  .dashboard .post-container .post-wrapper {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 1199px) {
  .dashboard .post-container .post-wrapper {
    width: 100%;
  }
}

.dashboard .post-container .post-wrapper__inner {
  padding: 18px;
  border-radius: 12px;
  background-color: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow-two);
  box-shadow: var(--box-shadow-two);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1199px) {
  .dashboard .post-container .post-wrapper__inner {
    width: 100%;
  }
}

.dashboard .post-container .post-wrapper__title {
  border: 1.5px solid hsl(var(--black) / 0.1);
  border-radius: 8px;
  padding: 12px 20px;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--heading-color));
}

.dashboard .post-container .post-wrapper__content {
  padding: 24px 20px;
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 8px;
  margin-top: 24px;
}

@media (max-width: 575px) {
  .dashboard .post-container .post-wrapper__content {
    padding: 0;
    border: 0;
  }
}

.dashboard .post-container .post-wrapper__top .title {
  margin-bottom: 10px;
}

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

.dashboard .post-container .post-wrapper .post-list__item {
  padding: 0;
  margin: 0;
}

.dashboard .post-container .post-wrapper .post-list__item.add-item {
  border: 2px dashed hsl(var(--body-color));
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  background-color: hsl(var(--black) / 0.1);
  cursor: pointer;
}

.dashboard .post-container .post-wrapper .post-list__item .single-post {
  position: relative;
}

.dashboard .post-container .post-wrapper .post-list__item .single-post__thumb {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.dashboard .post-container .post-wrapper .post-list__item .single-post__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dashboard .post-container .post-wrapper .post-list__item .single-post__icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid hsl(var(--white));
  position: absolute;
  bottom: 0;
  right: 0;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-post__thumb:has(input:disabled) img {
  filter: grayscale(100%);
}

.single-post:has(input:disabled) .single-post__icon {
  filter: grayscale(100%);
}

.single-post .account-checkbox {
  position: absolute;
  top: 0px;
  right: 6px;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 10px;
}

.post-time-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 32px;
  gap: 15px;
  flex-wrap: wrap;
}

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

.schedule .schedule-date {
  min-width: 160px;
}

.dashboard .post-container .post-wrapper .post-list__item .single-post__icon.tiktok {
  background-color: hsl(var(--black));
}

.dashboard .post-container .post-wrapper .post-list__item .single-post__icon.youtube {
  background-color: #f20000;
}

.dashboard .post-container .post-wrapper .post-list__item .single-post__icon.facebook {
  background-color: #1877f2;
}

.dashboard .post-container .post-wrapper .post-list__item .form-check-label {
  padding: 0;
  width: 100%;
  padding: 0;
}

.dashboard .post-container .post-wrapper .post-list__item .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 5px solid transparent;
}

.post-list__item {}

.check-single input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check-single label {
  position: absolute;
  cursor: pointer;
  right: -6px;
  top: -6px;
  z-index: 11;
  transition: all 0.3s;

  &:hover {
    transform: scale(1.2);

    &::before,
    &::after {
      border-color: hsl(var(--base));
    }
  }
}

.check-single label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid hsl(var(--base) / 0.3);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 30px;
  background-color: hsl(var(--white));
}

.check-single label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 5px;
  height: 8px;
  border: solid hsl(var(--base) / 0.3);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.check-single input:checked+label:before {
  border-color: hsl(var(--base));
}

.check-single input:checked+label:after {
  border-color: hsl(var(--base));
}

.dashboard .post-container .post-wrapper .post-list__item .form-check-input:checked {
  border-color: hsl(var(--base));
}

.dashboard .post-container .post-wrapper .post-list__item .form-check-input:checked::before {
  display: none;
}

.dashboard .post-container .post-sidebar {
  width: 450px;
  padding: 18px;
  border-radius: 12px;
  background-color: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow-two);
  box-shadow: var(--box-shadow-two);
}

@media screen and (max-width: 1399px) {
  .dashboard .post-container .post-sidebar {
    width: 400px;
  }
}

@media screen and (max-width: 1199px) {
  .dashboard .post-container .post-sidebar {
    width: 100%;
  }
}

.dashboard .post-container .post-sidebar__title {
  margin-bottom: 10px;
  font-weight: 600;
}

.dashboard .post-container .post-sidebar .post-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard .post-container .post-sidebar .post-info__thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.dashboard .post-container .post-sidebar .post-info__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dashboard .post-container .post-sidebar .post-info__content {
  width: calc(100% - 60px);
}

.dashboard .post-container .post-sidebar .post-info__name {
  margin-bottom: 0;
  font-weight: 600;
}

.dashboard .post-container .post-sidebar .post-info__time {
  font-size: 14px;
}

.dashboard .post-container .post-sidebar .post-info__thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  margin-top: 20px;
  position: relative;
}

.dashboard .post-container .post-sidebar .post-info__thumb-wrapper .single-thumb {
  width: 100%;
  height: 100%;
}

.dashboard .post-container .post-sidebar .post-info__thumb-wrapper .single-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dashboard .post-container .post-sidebar .post-info__thumb-wrapper .single-thumb:last-child {
  grid-column: span 2 / span 2;
}

.dashboard .reaction-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  gap: 15px;
}

@media screen and (max-width: 424px) {
  .dashboard .reaction-btn-wrapper {
    gap: 8px;
  }
}

.dashboard .reaction-btn-wrapper .reaction-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

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

@media screen and (max-width: 374px) {
  .dashboard .reaction-btn-wrapper .reaction-btn {
    font-size: 12px;
    gap: 3px;
  }
}

.dashboard .post-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dashboard .post-tag__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dashboard .post-tag__left .tag-item {
  padding: 7px 12px;
  border: 1.5px solid hsl(var(--black) / 0.1);
  color: hsl(var(--black));
  border-radius: 5px;
  line-height: 1;
  cursor: pointer;
}

@media screen and (max-width: 374px) {
  .dashboard .post-tag__left .tag-item {
    font-size: 14px;
  }
}

.dashboard .post-tag__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard .post-tag__right .text-style {
  border: 1px solid hsl(var(--black) / 0.1);
  line-height: 1;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  color: hsl(var(--black));
  font-size: 14px;
  font-weight: 700;
}

.dashboard .post-tag__icon {
  font-size: 24px;
  line-height: 1;
}

.dashboard .italic {
  font-style: italic;
}

.dashboard .thumb-uploader-wrapper {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.dashboard .thumb-uploader-wrapper .uploader-btn {
  width: 115px;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  border: 3px dashed hsl(var(--black) / 0.4);
  cursor: pointer;
}

@media screen and (max-width: 424px) {
  .dashboard .thumb-uploader-wrapper .uploader-btn {
    width: 90px;
    height: 90px;
  }
}

.dashboard .thumb-uploader-wrapper .uploader-btn__icon {
  font-size: 32px;
}

.dashboard .thumb-uploader-wrapper .uploader-thumb {
  width: 115px;
  height: 115px;
  position: relative;
}

@media screen and (max-width: 424px) {
  .dashboard .thumb-uploader-wrapper .uploader-thumb {
    width: 90px;
    height: 90px;
  }
}

.dashboard .thumb-uploader-wrapper .uploader-thumb img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dashboard .thumb-uploader-wrapper .uploader-thumb .close-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--white));
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: hsl(var(--black));
  cursor: pointer;
}

.dashboard .post-schedule__title {
  margin-bottom: 10px;
}

.dashboard .post-item {
  max-width: 400px;
  margin-top: 24px;
}

.dashboard .post-item__title {
  margin-bottom: 10px;
}

.schedule .form--control {
  width: 44% !important;
  text-align: center;
  padding: 17px 10px;
}

@media (max-width: 1599px) {
  .schedule .form--control {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .schedule .form--control {
    padding: 6px 10px;
  }

  .post-btns .btn {
    padding: 11px 12px;
    font-size: 14px !important;
  }
}

.schedule .schedule-time {
  max-width: 100px;
  text-align: center;
}

.dashboard .post-btns {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.schedule-time.form--control[readonly] {
  background-color: hsl(var(--black) / 0.03);
  opacity: 1;
  border: 1px solid hsl(var(--black) / 0.1);
}

.dashboard .comment-form-wrapper {
  position: relative;
  margin-bottom: 16px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 424px) {
  .dashboard .comment-form-wrapper {
    gap: 10px;
  }
}

.dashboard .comment-form {
  width: calc(100% - 60px);
}

@media screen and (max-width: 575px) {
  .dashboard .comment-form {
    width: calc(100% - 40px);
  }
}

.dashboard .comment-form-wrapper .comment-author {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .dashboard .comment-form-wrapper .comment-author {
    width: 40px;
    height: 40px;
  }
}

.dashboard .comment-form-wrapper .comment-author img {
  width: 100%;
  height: 100%;
}

.dashboard .comment-form .form--control {
  border: 0;
  border-bottom: 0;
  padding: 16px 20px;
  font-size: 0.875rem;
  color: hsl(var(--black));
  background-color: #eff2f5;
  padding-right: 60px;
  display: block;
  height: unset;
  border-radius: 40px;
}

.dashboard .comment-form .form--control::-webkit-input-placeholder {
  color: hsl(var(--body-color)) !important;
}

.dashboard .comment-form .form--control::-moz-placeholder {
  color: hsl(var(--body-color)) !important;
}

.dashboard .comment-form .form--control:-ms-input-placeholder {
  color: hsl(var(--body-color)) !important;
}

.dashboard .comment-form .form--control::-ms-input-placeholder {
  color: hsl(var(--body-color)) !important;
}

.dashboard .comment-form .form--control::placeholder {
  color: hsl(var(--body-color)) !important;
}

@media screen and (max-width: 424px) {
  .dashboard .comment-form .form--control::-webkit-input-placeholder {
    font-size: 12px;
  }

  .dashboard .comment-form .form--control::-moz-placeholder {
    font-size: 12px;
  }

  .dashboard .comment-form .form--control:-ms-input-placeholder {
    font-size: 12px;
  }

  .dashboard .comment-form .form--control::-ms-input-placeholder {
    font-size: 12px;
  }

  .dashboard .comment-form .form--control::placeholder {
    font-size: 12px;
  }
}

.dashboard .comment-form .comment-btn {
  color: hsl(var(--black));
  background: transparent;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
}

.dashboard .comment-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 424px) {
  .dashboard .comment-box-item {
    gap: 10px;
  }
}

.dashboard .comment-box-item__thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .dashboard .comment-box-item__thumb {
    width: 40px;
    height: 40px;
  }
}

.dashboard .comment-box-item__thumb img {
  width: 100%;
  height: 100%;
}

.dashboard .comment-box__right {
  width: calc(100% - 60px);
}

@media screen and (max-width: 575px) {
  .dashboard .comment-box__right {
    width: calc(100% - 40px);
  }
}

.dashboard .comment-box__right .reaction-btn-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dashboard .comment-box-item__content {
  background-color: #eff2f5;
  padding: 24px;
  border-radius: 12px;
}

@media screen and (max-width: 575px) {
  .dashboard .comment-box-item__content {
    padding: 16px;
  }
}

@media screen and (max-width: 424px) {
  .dashboard .comment-box-item__content {
    padding: 12px;
  }
}

.dashboard .comment-box-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  font-weight: 500;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: hsl(var(--black));
}

@media screen and (max-width: 424px) {
  .dashboard .comment-box-item__name {
    font-size: 13px;
    gap: 5px;
  }
}

.dashboard .comment-box-item__name .time {
  font-size: 12px;
  color: hsl(var(--body-color));
  display: block;
}

.dashboard .comment-box-item__text {
  font-weight: 500;
}

@media screen and (max-width: 424px) {
  .dashboard .comment-box-item__text {
    font-size: 13px;
  }
}

.dashboard .comment-box__content {
  margin-top: 24px;
}

/* ================================= Dashboard Css End =========================== */
.action-btn-wrapper {
  gap: 16px;
  padding: 30px 20px;
  border-bottom: 1.5px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 424px) {
  .action-btn-wrapper {
    padding: 20px 10px;
  }
}

.action-btn {
  position: relative;
  padding-right: 18px;
  color: hsl(var(--black) / 0.3);
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 424px) {
  .action-btn {
    font-size: 16px;
    padding-right: 0;
  }
}

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

.action-btn.delete:hover {
  color: hsl(var(--danger));
}

.action-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 20px;
  width: 1px;
  background-color: hsl(var(--black) / 0.1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 424px) {
  .action-btn::after {
    display: none;
  }
}

.action-btn:last-child::after {
  display: none;
}

.left-bar {
  position: relative;
  padding: 18px;
  border-radius: 12px;
  background-color: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow-two);
  box-shadow: var(--box-shadow-two);
  width: var(--cmn-width);
  display: none;
}

@media screen and (max-width: 1499px) {
  .left-bar {
    position: fixed;
    height: 100vh;
    width: 300px;
    z-index: 9991;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    display: block;
    border-radius: 0;
  }
}

.left-bar.show {
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.left-bar .close-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.left-bar .close-icon:hover {
  background-color: hsl(var(--danger));
}

.left-bar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  margin-bottom: 20px;
}

.left-bar__top .title {
  margin-bottom: 0;
}

.left-bar__top .icon {
  font-size: 24px;
  color: hsl(var(--base));
  width: 26px;
}

.left-bar__content {
  border: 1px solid hsl(var(--black) / 0.1);
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.left-bar__btn {
  text-align: right;
  margin-top: 6px;
}

.left-bar .text {
  font-size: 14px;
  margin-bottom: 16px;
}

@media (min-width: 1499px) {
  body:has(.left-bar.show) .sidebar-overlay {
    display: none;
  }
}

/*======= social account css start here =======*/
.social-account-container__title {
  margin-bottom: 16px;
  font-weight: 600;
}

.social-account-container .account-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media screen and (max-width: 424px) {
  .social-account-container .account-list {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 8px;
  }
}

.social-account-container .account-item {
  background-color: hsl(var(--white));
  border-radius: 12px;
  padding: 20px;
  -webkit-box-shadow: var(--box-shadow-two);
  box-shadow: var(--box-shadow-two);
  max-width: 345px;
  text-align: center;
  flex: 1 1 190px;
}

@media screen and (max-width: 424px) {
  .social-account-container .account-item {
    max-width: 100%;
    padding: 16px 12px;
  }
}

.social-account-container .account-item__icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

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

.social-account-container .account-item__content {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

/*========== dashboard plan card css start here ==========*/
.plan-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.plan-list .pricing-card {
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .plan-list .pricing-card {
    max-width: 100%;
  }
}

.plan-list .pricing-card__title {
  color: hsl(var(--body-color));
  font-weight: 600;
}

.plan-list .pricing-card__text {
  background-color: hsl(var(--base) / 0.09);
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 500;
  font-family: var(--heading-font);
  display: inline-block;
  color: hsl(var(--base));
  margin-bottom: 30px;
}

.plan-list .pricing-card__bottom {
  padding-top: 30px;
}

/*========== dashboard plan card css end here ============*/
/* analytic card css start here */
.analytic-post {
  margin-top: 32px;
}

.analytic-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

@media screen and (max-width: 575px) {
  .analytic-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
  }
}

.analytic-card {
  background-color: hsl(var(--white));
  padding: 15px 12px;
  border-radius: 12px;
  max-width: 400px;
  -webkit-box-shadow: var(--box-shadow-two);
  box-shadow: var(--box-shadow-two);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.analytic-card:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

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

.analytic-card__title {
  margin-bottom: 12px;
  font-weight: 500;
}

.analytic-card__thumb {
  max-width: 120px;
}

.analytic-card__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.analytic-card__number .rate {
  font-size: 12px;
  font-weight: 700;
  background-color: hsl(var(--success) / 0.1);
  color: hsl(var(--white)) !important;
  padding: 4px 10px;
  border-radius: 40px;
  line-height: 1;
}

.filter-btn {
  color: hsl(var(--black));
  font-weight: 500;
  cursor: pointer;
}

.dashboard-body__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dashboard-body__top .dashboard-body__title {
  margin-bottom: 0;
}

/*============= my profile css start here =============*/
.profile-container {
  background-color: hsl(var(--white));
  padding: 32px 24px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  --left-width: 620px;
}

@media screen and (max-width: 1599px) {
  .profile-container {
    --left-width: 420px;
  }
}

@media screen and (max-width: 1399px) {
  .profile-container {
    --left-width: 340px;
    padding: 24px 20px;
  }
}

@media screen and (max-width: 1199px) {
  .profile-container {
    gap: 40px 20px;
  }
}

@media screen and (max-width: 991px) {
  .profile-container {
    --left-width: 300px;
    padding: 20px 16px;
  }
}

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

.profile-container .profile-left {
  width: var(--left-width);
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 12px;
  padding: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1399px) {
  .profile-container .profile-left {
    padding: 24px 20px;
  }
}

.profile-container .profile-right {
  width: calc(100% - var(--left-width));
}

.my-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  --thumb-wh: 80px;
}

@media screen and (max-width: 991px) {
  .my-profile {
    --thumb-wh: 60px;
    gap: 10px;
  }
}

@media screen and (max-width: 374px) {
  .my-profile {
    display: block;
    text-align: center;
  }
}

.my-profile__top {
  position: relative;
  width: var(--thumb-wh);
  margin: 0 auto;
}

.my-profile__top .thumb img {
  width: var(--thumb-wh);
  height: var(--thumb-wh);
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.my-profile__content {
  width: calc(100% - var(--thumb-wh));
}

@media screen and (max-width: 374px) {
  .my-profile__content {
    width: 100%;
    margin-top: 20px;
  }
}

.my-profile__mail {
  font-weight: 600;
  margin-bottom: 5px;
}

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

.file-upload .edit {
  position: absolute;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid hsl(var(--white));
  background-color: hsl(var(--base));
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  color: hsl(var(--white));
}

/*============= my profile css end here =============*/
.profile-container .select2+.select2-container .select2-selection {
  --card-bg: var(--white);
}

/*============ media page css start here ============*/
.connect-account-item__thumb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  border-radius: 8px;
  overflow: hidden;
}

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

.connect-account-item__thumb .single-thumb {
  position: relative;
}

.connect-account-item__thumb .single-thumb .icon {
  font-size: 20px;
  color: hsl(var(--base));
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: hsl(var(--white));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.connect-account-item__thumb .single-thumb:hover .icon {
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.connect-account-item__thumb .thumb-one {
  grid-row: span 2 / span 2;
}

.connect-account-item__thumb .thumb-three {
  grid-column-start: 2;
}

.connect-account-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.connect-account-item__bottom .thumb {
  margin-bottom: 6px;
}

.connect-account-item__bottom .text {
  font-size: 14px;
}

/* action btn css start here */
.action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0;
}

.action-btn__icon {
  color: hsl(var(--heading-color));
  width: 15px;
}

.action-btn .action-dropdown {
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  background-color: hsl(var(--white));
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  width: 150px;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 100%;
  padding: 15px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  visibility: hidden;
  opacity: 0;
}

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

@media screen and (max-width: 991px) {
  .action-btn .action-dropdown {
    -webkit-transform: unset !important;
    transform: unset !important;
    top: 43px !important;
  }
}

.action-btn .action-dropdown__item:last-child .action-dropdown__link {
  border-bottom: 0 !important;
}

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

.action-btn .action-dropdown__link.active {
  background-color: hsl(var(--base));
}

.action-btn .action-dropdown__link:hover {
  background-color: hsl(var(--base) / 0.08);
  color: hsl(var(--base)) !important;
}

.action-btn__name {
  color: hsl(var(--white));
  margin-left: 10px;
  font-size: 0.9375rem;
}

.single-post {
  position: relative;
}

.single-post__thumb {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.single-post__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-post__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid hsl(var(--white));
  position: absolute;
  bottom: 0;
  right: 0;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-post__icon.tiktok {
  background-color: hsl(var(--black));
}

.single-post__icon.youtube {
  background-color: #f20000;
}

.single-post__icon.facebook {
  background-color: #1877f2;
}

.form--radio.form-check.post-list__item {
  justify-content: center;
  padding-left: 0;
}

.uploader-btn input {
  display: none;
  cursor: pointer;
}

.uploader-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.play-icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 24px;
  border-radius: 12px;
}

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

.prompt_group {
  width: 100%;
}

.hashtag_input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.generateHashtag {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.375rem 0.75rem;
}

.hashtag_input {
  height: 15px;
}

.button-loader {
  color: #fff;
  font-size: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}

@keyframes mulShdSpin {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.is-invalid {
  border-color: #dc3545 !important;
}

.post_content {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.media {
  width: 100px;
  height: auto;
}

p.question {
  text-align: center;
}

.preview-thumb.plus-tile {
  position: relative;
  overflow: hidden;
}

.plus-tile-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plus-tile-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.plus-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.plus-overlay i {
  font-size: 12px;
}

.extra-count {
  font-size: 16px;
}

.video-thumb-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.play-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.youtube-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}

.youtube-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px;
}

.youtube-thumb img,
.youtube-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 12px;
}

.instagram-single-preview {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
}

.instagram-thumb img,
.instagram-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-thumb-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.play-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  pointer-events: none;
}

.dots-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.fc-view-harness {
  overflow-x: auto;
}

.fc-dayGridMonth-view {
  min-width: 1200px;
}

.fc-daygrid-event {
  background-color: hsl(var(--white)) !important;
  width: 100% !important;
  display: block !important;
  padding: 2px 4px;
  border-radius: 4px;
  color: #000 !important;
  margin-bottom: 4px;
  line-break: anywhere;
  border: 1px solid hsl(var(--black) / 0.075);
  white-space: pre-wrap;
}

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

.dashboard .post-container .post-sidebar .instagram-post {
  .post-info__thumb {
    width: 40px;
    height: 40px;
  }

  .post-info__thumb-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .post-info__time {
    font-size: 12px;
  }

  .comment-form {
    width: 100%;

    .form--control {
      background: transparent;
      padding: 0 24px 0 0;
      border-bottom: 1px solid hsl(var(--black) / 0.4);
      border-radius: 0 !important;
      resize: none;
      color: hsl(var(--body-color));

      &::placeholder {
        color: hsl(var(--black) / 0.4);
        font-size: 14px;
      }

      &::-webkit-scrollbar {
        width: 0px;
      }

      &::-webkit-scrollbar-track {
        background: transparent;
      }

      &::-webkit-scrollbar-thumb {
        background: transparent;
      }
    }
  }
}

.dashboard .post-container .post-sidebar {
  .one_media {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .two_media {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }

  .three_media {
    grid-template-columns: repeat(2, 1fr);

    .preview-thumb {
      &:first-child {
        grid-column: 1 / 3;
      }
    }
  }
}

.submit-form {
  max-width: 398px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .submit-form {
    max-width: 374px;
  }
}

@media (max-width: 767px) {
  .submit-form {
    max-width: 398px;
  }
}

@media (max-width: 575px) {
  .submit-form {
    max-width: 334px;
  }
}

@media (max-width: 450px) {
  .submit-form {
    max-width: 314px;
  }
}

@media (max-width: 400px) {
  .submit-form {
    max-width: 274px;
  }
}

@media (max-width: 375px) {
  .submit-form {
    max-width: 234px;
  }
}

.day-add-btn {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px !important;
  background: hsl(var(--black) / 0.2);
  z-index: 9;
  color: hsl(var(--black));
}

.hashtag-preview {
  display: block;
}

@media (max-width: 575px) {
  .fg-emoji-container {
    max-width: 320px;
    width: 100%;
  }
}

.fc-toolbar {
  flex-wrap: wrap;
  gap: 12px;
}

.fc-toolbar-title {
  font-size: 1.125rem !important;
}

.fc .fc-button {
  padding: 0.3em 0.65em !important;
}

.fc .fc-button .fc-icon {
  font-size: 1.125em !important;
}

@media (max-width: 1199px) {
  .fc-toolbar-title {
    font-size: 1rem !important;
  }
}

.create-preloader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(var(--black) / 0.4);
  z-index: 9999;
}

.create-preloader-icon {
  color: hsl(var(--white));
}

.create-preloader .spinner-border {
  border-style: dashed;
  height: 48px;
  width: 48px;
}

.hashtag-group {
  flex-wrap: nowrap;
}

.hashtag-group .form--control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.hashtag-group .btn {
  width: 70px !important;
}

.generate-content:has(.loader3) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.generate-content {
  position: relative;
}

.generate-content:disabled .generate-content-text {
  opacity: 0;
}

.loader3.button-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 3px;
}

.header__widgets__notifications {
  position: relative;
}

.notification-count {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 17px;
  width: 17px;
  background: hsl(var(--danger));
  font-size: 10px;
  color: #fff;
  border-radius: 50px;
  line-height: 13px;
  padding: 2px;
}

.overflow-none {
  overflow: unset !important;
}

@media screen and (min-width:1299px) {
  .nowrap-lg {
    white-space: nowrap;
  }

}

/* ======================  Pages Design End  ======================*/

.list-group--custom {
  border-radius: 0px;
}

.list-group--custom .list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  color: hsl(var(--white));
  border-color: transparent;
  padding: 0;
}

.list-group--custom .list-group-item:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom-color: hsl(var(--white)/0.1);
}

.list-group--custom .list-group-item strong {
  font-weight: 600;
  color: hsl(var(--dark));
}

.content-box__thumb img {
  border-radius: 5px;
}


/* end loader */

.error-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: fit-content;
  text-align: center;
}

.error-btn .icon svg {
  width: 20px;
  height: 20px;
  fill: hsl(var(--base));
  transition: all 0.3s;
}

.error-btn:hover .icon svg {
  fill: hsl(var(--white)) !important;
}


.error .title {
  margin-top: 45px;
  margin-bottom: 20px;
}










.contact-widget {
  text-align: center;
  position: relative;
  --icon-wh: 64px;
  background-color: hsl(var(--base) / 0.01);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid hsl(var(--base)/0.2);
}

.contact-widget .icon {
  height: var(--icon-wh);
  width: var(--icon-wh);
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-radius: 50%;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.contact-widget .title {
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
  .contact-widget .title {
    margin-bottom: 16px;
  }
}

.contact-info__item {
  color: hsl(var(--body-color));
  display: block;
}

@media screen and (max-width: 1199px) {
  .contact-info__item {
    font-size: 0.875rem;
  }
}

.contact-heading {
  margin-bottom: 32px;

}