/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
    --heading-font: "Lato", sans-serif;
    --body-font: "Open Sans", sans-serif;
  /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --light-h: 0;
    --light-s: 1%;
    --light-l: 53%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --body-bg-h: 240;
    --body-bg-s: 60%;
    --body-bg-l: 7%;
    --body-bg: var(--body-bg-h) var(--body-bg-s) var(--body-bg-l);
    --heading-color: var(--black) / .6;
    --body-color: var(--black) / .7;
    --border-color: 0 0% 95%;
    --section-bg: 249 60% 99%;
  /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) /.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) /.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) /.05);
  /* ================================ Box Shadow End =============================== */
  /* ========================= Social Color Start ============================= */
    --facebook-h: 223;
    --facebook-s: 45%;
    --facebook-l: 41%;
    --facebook: var(--facebook-h) var(--facebook-s) var(--facebook-l);
    --google-h: 7;
    --google-s: 66%;
    --google-l: 53%;
    --google: var(--google-h) var(--google-s) var(--google-l);
    --linkedin-h: 201;
    --linkedin-s: 100%;
    --linkedin-l: 35%;
    --linkedin: var(--linkedin-h) var(--linkedin-s) var(--linkedin-l);
  /* ========================= Social Color End ============================= */
  /* ========================= Base Color ============================= */
    --base-h: 272;
    --base-s: 77%;
    --base-l: 61%;
    --base: var(--base-h) var(--base-s) var(--base-l);
  /* Base Darken  */
    --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-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 Lighten */
    --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);
    --background-gradient: linear-gradient(45deg, hsl(var( --base)), hsl(var(--base-two)));
  /* ========================= Base Two Color ============================= */
    --base-two-h: 235;
    --base-two-s: 100%;
    --base-two-l: 75%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  /* Base Two Darken */
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.05);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
  /* Base Two Lighten */
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
  /* ========================= Base Three Color ============================= */
    --base-three-h: 49;
    --base-three-s: 100%;
    --base-three-l: 67%;
    --base-three: var(--base-three-h) var(--base-three-s) var(--base-three-l);
  /* Base Two Darken */
    --base-three-d-100: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.05);
    --base-three-d-200: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.1);
    --base-three-d-300: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.2);
    --base-three-d-400: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.3);
    --base-three-d-500: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.4);
    --base-three-d-600: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.5);
    --base-three-d-700: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.6);
    --base-three-d-800: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.7);
    --base-three-d-900: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.8);
  /* Base Two Lighten */
    --base-three-l-100: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.05);
    --base-three-l-200: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.1);
    --base-three-l-300: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.2);
    --base-three-l-400: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.3);
    --base-three-l-500: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.4);
    --base-three-l-600: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.5);
    --base-three-l-700: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.6);
    --base-three-l-800: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.7);
    --base-three-l-900: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.8);
    --background-gradient: linear-gradient(45deg, hsl(var( --base-three)), hsl(var(--base-two)));
  /* ============================== Bootstrap Modifier Start ============================== */
  /* Primary Color */
    --primary-h: 211;
    --primary-s: 100%;
    --primary-l: 50%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  /* Primary Darken */
    --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-d-600: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.6);
    --primary-d-700: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.7);
    --primary-d-800: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.8);
    --primary-d-900: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.9);
  /* primary Lighten */
    --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);
    --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
    --primary-l-700: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.7);
    --primary-l-800: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.8);
    --primary-l-900: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.9);
  /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  /* Secondary Darken */
    --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-d-600: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.6);
    --secondary-d-700: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.7);
    --secondary-d-800: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.8);
    --secondary-d-900: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.9);
  /* secondary Lighten */
    --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);
    --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
    --secondary-l-700: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.7);
    --secondary-l-800: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.8);
    --secondary-l-900: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.9);
  /* Success Color */
    --success-h: 148;
    --success-s: 98%;
    --success-l: 38%;
    --success: var(--success-h) var(--success-s) var(--success-l);
  /* Success Darken */
    --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-d-600: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.6);
    --success-d-700: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.7);
    --success-d-800: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.8);
    --success-d-900: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.9);
  /* Success Lighten */
    --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);
    --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
    --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
    --success-l-700: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.7);
    --success-l-800: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.8);
    --success-l-900: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.9);
  /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  /* Danger Darken */
    --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-d-600: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.6);
    --danger-d-700: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.7);
    --danger-d-800: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.8);
    --danger-d-900: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.9);
  /* danger Lighten */
    --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);
    --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
    --danger-l-700: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.7);
    --danger-l-800: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.8);
    --danger-l-900: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.9);
  /* Warning Color */
    --warning-h: 29;
    --warning-s: 100%;
    --warning-l: 63%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  /* Warning Darken */
    --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-d-600: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.6);
    --warning-d-700: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.7);
    --warning-d-800: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.8);
    --warning-d-900: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.9);
  /* Warning Lighten */
    --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);
    --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
    --warning-l-700: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.7);
    --warning-l-800: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.8);
    --warning-l-900: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.9);
  /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
  /* Info Darken */
    --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-d-600: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.6);
    --info-d-700: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.7);
    --info-d-800: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.8);
    --info-d-900: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.9);
    --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);
    --info-l-600: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
    --info-l-700: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.7);
    --info-l-800: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.8);
    --info-l-900: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.9);
  /* dark Color */
    --dark-h: 210;
    --dark-s: 10%;
    --dark-l: 23%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-l);
  /* dark Darken */
    --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
    --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
    --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
    --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
    --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
    --dark-d-600: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.6);
    --dark-d-700: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.7);
    --dark-d-800: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.8);
    --dark-d-900: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.9);
    --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
    --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
    --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
    --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
    --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
    --dark-l-600: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.6);
    --dark-l-700: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.7);
    --dark-l-800: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.8);
    --dark-l-900: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.9);
  /* light Color */
    --light-h: 210;
    --light-s: 17%;
    --light-l: 98%;
    --light: var(--light-h) var(--light-s) var(--light-l);
  /* light Darken */
    --light-d-100: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.1);
    --light-d-200: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.2);
    --light-d-300: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.3);
    --light-d-400: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.4);
    --light-d-500: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.5);
    --light-d-600: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.6);
    --light-d-700: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.7);
    --light-d-800: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.8);
    --light-d-900: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.9);
    --light-l-100: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.1);
    --light-l-200: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.2);
    --light-l-300: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.3);
    --light-l-400: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.4);
    --light-l-500: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.5);
    --light-l-600: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.6);
    --light-l-700: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.7);
    --light-l-800: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.8);
    --light-l-900: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.9);
    /* Gold Color */
    --gold-h: 45;
    --gold-s: 100%;
    --gold-l: 50%;
    --gold: var(--gold-h) var(--gold-s) var(--gold-l);
    /* Gold Darken */
    --gold-d-100: var(--gold-h) var(--gold-s) calc(var(--gold-l) - var(--gold-l) * 0.1);
    --gold-d-200: var(--gold-h) var(--gold-s) calc(var(--gold-l) - var(--gold-l) * 0.2);
    --gold-d-300: var(--gold-h) var(--gold-s) calc(var(--gold-l) - var(--gold-l) * 0.3);
    --gold-d-400: var(--gold-h) var(--gold-s) calc(var(--gold-l) - var(--gold-l) * 0.4);
    --gold-d-500: var(--gold-h) var(--gold-s) calc(var(--gold-l) - var(--gold-l) * 0.5);
    --gold-d-600: var(--gold-h) var(--gold-s) calc(var(--gold-l) - var(--gold-l) * 0.6);
    --gold-d-700: var(--gold-h) var(--gold-s) calc(var(--gold-l) - var(--gold-l) * 0.7);
    --gold-d-800: var(--gold-h) var(--gold-s) calc(var(--gold-l) - var(--gold-l) * 0.8);
    --gold-d-900: var(--gold-h) var(--gold-s) calc(var(--gold-l) - var(--gold-l) * 0.9);
    /* Gold Lighten */
    --gold-l-100: var(--gold-h) calc(var(--gold-s)) calc(var(--gold-l) + (100% - var(--gold-l)) * 0.1);
    --gold-l-200: var(--gold-h) calc(var(--gold-s)) calc(var(--gold-l) + (100% - var(--gold-l)) * 0.2);
    --gold-l-300: var(--gold-h) calc(var(--gold-s)) calc(var(--gold-l) + (100% - var(--gold-l)) * 0.3);
    --gold-l-400: var(--gold-h) calc(var(--gold-s)) calc(var(--gold-l) + (100% - var(--gold-l)) * 0.4);
    --gold-l-500: var(--gold-h) calc(var(--gold-s)) calc(var(--gold-l) + (100% - var(--gold-l)) * 0.5);
    --gold-l-600: var(--gold-h) calc(var(--gold-s)) calc(var(--gold-l) + (100% - var(--gold-l)) * 0.6);
    --gold-l-700: var(--gold-h) calc(var(--gold-s)) calc(var(--gold-l) + (100% - var(--gold-l)) * 0.7);
    --gold-l-800: var(--gold-h) calc(var(--gold-s)) calc(var(--gold-l) + (100% - var(--gold-l)) * 0.8);
    --gold-l-900: var(--gold-h) calc(var(--gold-s)) calc(var(--gold-l) + (100% - var(--gold-l)) * 0.9);
  /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= Css Variables End =========================== */
/* ============================ Media Breakpoint for Each Device Start ============================ */
/* ================================== Font Size For responsive devices End =============================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    font-size: 1.125rem;
    overflow-x: clip;
    line-height: 1.7;
}

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

p {
    font-weight: 400;
    margin: 0;
}

span {
    display: inline-block;
}

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

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

h1 {
    font-size: clamp(1.75rem, 0.1327rem + 3.3694vw, 3.5rem);
}

h2 {
    font-size: clamp(1.5rem, 0.3542rem + 2.6474vw, 3rem);
}

h3 {
    font-size: clamp(1.375rem, 0.3353rem + 2.1661vw, 2.5rem);
}

h4 {
    font-size: clamp(1.25rem, 0.5569rem + 1.444vw, 2rem);
}

h5 {
    font-size: clamp(1.125rem, 0.7784rem + 0.722vw, 1.5rem);
}

h6 {
    font-size: clamp(1rem, 0.769rem + 0.4813vw, 1.25rem);
}

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

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--base-d-200));
    line-height: inherit;
}

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

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

video {
    vertical-align: middle;
}

select {
    cursor: pointer;
}

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

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

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

textarea {
    vertical-align: middle;
}

i {
    display: inline-block;
}

.small, small {
    font-size: 0.8em;
    line-height: 1.3;
}

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

.list-styled {
    list-style: revert;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.list-styled li {
    margin-bottom: 10px;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
/* Column Extra Extra Extra Large Screen */
@media (min-width: 1600px) {
    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33%;
    }

    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66%;
    }

    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33%;
    }

    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.67%;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33%;
    }

    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.67%;
    }

    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33%;
    }

    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.67%;
    }

    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
/* Column Extra Small Screen */
@media (min-width: 480px) and (max-width: 575px) {
    .col-xsm-1 {
        flex: 0 0 auto;
        width: 8.33%;
    }

    .col-xsm-2 {
        flex: 0 0 auto;
        width: 16.67%;
    }

    .col-xsm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xsm-4 {
        flex: 0 0 auto;
        width: 33.33%;
    }

    .col-xsm-5 {
        flex: 0 0 auto;
        width: 41.67%;
    }

    .col-xsm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xsm-7 {
        flex: 0 0 auto;
        width: 58.33%;
    }

    .col-xsm-8 {
        flex: 0 0 auto;
        width: 66.67%;
    }

    .col-xsm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xsm-10 {
        flex: 0 0 auto;
        width: 83.33%;
    }

    .col-xsm-11 {
        flex: 0 0 auto;
        width: 91.67%;
    }

    .col-xsm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg));
}

/* Bg Image Css */
.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100%;
    height: 100%;
}

/* Bg Light Gradient Css */
.bg-light-gradient {
    background: linear-gradient(-45deg, hsl(var(--base-two)/0.04), hsl(var(--base)/0.04), hsl(var(--base-two)/0.04));
}

/* 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.4);
    z-index: 999;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

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

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

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

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

/* Overlay End */
/* Hide text after 1st line */
.text-overflow-1 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hide text after 2nd line */
.text-overflow-2 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hide text after 3rd line */
.text-overflow-3 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hide text after 4th line */
.text-overflow-4 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hide text after 5th line */
.text-overflow-5 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.no-shadow {
    box-shadow: 0 0 !important;
}

.text--muted {
    color: hsl(var(--black)/0.5);
}

.container--fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
}

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

/* ============================= Display Flex Css Start ============================= */
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-align, .action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

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

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend, .alert__link::before {
    position: absolute;
    content: "";
}

.top-center-extend {
    top: 50%;
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    transform: translateX(-50%);
}

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

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

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

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

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

.fs-14, .form--check .form-check-input:checked::before {
    font-size: 0.875rem;
}

.fs-15, .table tbody tr td, .form--switch .form-check-label, .form--radio .form-check-label, .form--check .form-check-label, .col-form--label, .form--label, .btn--icon {
    font-size: 0.9375rem;
}

.fs-16, .alert__title, .table thead tr th {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .fs-16, .alert__title, .table thead tr th {
        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 =================== */
/* ====================== Section Heading Start ==================== */
.section-heading {
    position: relative;
    margin-bottom: 70px;
    z-index: 2;
}

.section-heading::before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 150px;
    height: 2px;
    background: linear-gradient(45deg, hsl(var(--base)), hsl(var(--base-d-300)));
    border-radius: 2px;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .section-heading::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.section-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: linear-gradient(45deg, hsl(var(--base-two)), hsl(var(--base-two-d-500)));
    border-radius: 2px;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .section-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

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

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

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

.section-heading-light::before, .section-heading-light::after {
    background: hsl(var(--white));
}

.section-heading-light .section-heading__subtitle {
    color: hsl(var(--white));
}

.section-heading-light .section-heading__subtitle::before {
    background: hsl(var(--white));
}

.section-heading-light .section-heading__subtitle::after {
    background: linear-gradient(-45deg, hsl(var(--base)), hsl(var(--base-d-500)));
}

.section-heading-light .section-heading__title {
    color: hsl(var(--white));
}

.section-heading__subtitle {
    width: max-content;
    font-family: var(--heading-font);
    font-size: 1.25rem;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    padding-left: 30px;
    color: hsl(var(--body-color));
    margin-bottom: 15px;
    position: relative;
}

.section-heading__subtitle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(-45deg, hsl(var(--base)), hsl(var(--base-d-500)));
    box-shadow: 10px 0px 10px 0px hsl(var(--black)/0.1);
    border-radius: 50%;
    transform: translateY(-50%);
}

.section-heading__subtitle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    background: hsl(var(--white));
    border-radius: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1399px) {
    .section-heading__subtitle {
        margin-bottom: 18px;
    }
}

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

@media screen and (max-width: 991px) {
    .section-heading__subtitle {
        font-size: 1.125rem;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__subtitle {
        font-size: 1rem;
        height: 25px;
        line-height: 25px;
        margin-left: auto;
        margin-right: auto;
    }
}

.section-heading__title {
    font-size: 2.813rem;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    color: hsl(var(--black)/0.6);
    color: hsl(var(--base));
    padding-bottom: 23px;
    margin-bottom: 0;
}

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

@media screen and (max-width: 991px) {
    .section-heading__title {
        font-size: 1.75rem;
    }
}

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

.section-heading.text-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.section-heading.text-center::after {
    left: 50%;
    transform: translateX(-50%);
}

.section-heading.text-center .section-heading__subtitle {
    margin-left: auto;
    margin-right: auto;
}

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

/* Section Heading Two */
.section-heading-2 {
    margin-bottom: 40px;
    @media (max-width:991px) {
        margin-bottom: 30px;
    }
    @media (max-width:575px) {
        text-align: center;
    }
}

.section-heading-2__title {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 700;
    color: hsl(var(--body-color));
    margin-top: -7px;
    margin-bottom: -6px;
    @media (max-width:991px) {
        font-size: 1.25rem;
        margin-top: -4px;
        margin-bottom: -4px;
    }
    @media (max-width:575px) {
        margin-bottom: 11px;
    }
}

.section-heading-2__link {
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 600;
    text-decoration: underline;
    @media (max-width:991px) {
        font-size: 1rem;
    }
}

/* ====================== Section Heading End ==================== */
/* ====================== Container for xxxl screen Start ==================== */
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}
/* ====================== Container for xxxl screen End ==================== */
/* ====================== Custom Image Upload with Preview Start ==================== */
.upload__img {
    width: max-content;
    margin: auto;
    position: relative;
}

.upload__img__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(10%, 10%);
    cursor: pointer;
    transition: 0.3s;
    z-index: 2;
}

.upload__img__btn:hover {
    background: hsl(var(--base-d-200));
}

.upload__img input {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    width: 180px;
    aspect-ratio: 180/180;
    cursor: pointer;
    z-index: 1;
}

.upload__img input:hover + .upload__img-preview {
    background: hsl(var(--base-l-800));
    border-color: hsl(var(--base));
}

.upload__img-preview {
    width: 170px;
    aspect-ratio: 170/170;
    background: hsl(var(--base-l-900));
    border: 1px dashed hsl(var(--black)/0.1);
    border-radius: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--heading-font);
    font-size: 5rem;
    font-weight: 100;
    transition: 0.3s;
}

.upload__img-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

/* ====================== Custom Image Upload with Preview End ==================== */
/* ====================== Apexcharts Style Start ==================== */
.apexcharts-tooltip-z-group {
    display: flex;
}

.apexcharts-title-text {
    font-family: var(--body-font) !important;
    font-weight: 600;
    font-size: 1rem;
    fill: hsl(var(--black)/0.6);
}

/* ====================== Apexcharts Style End ==================== */
/* ====================== CK Editor Start ==================== */
.ck-toolbar {
    background: hsl(var(--black)/0.03) !important;
    border-color: hsl(var(--black)/0.1) !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.ck-content {
    height: 250px;
    box-shadow: 0 0 !important;
    border-color: hsl(var(--black)/0.1) !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    transition: 0.3s;
}

@media screen and (max-width: 479px) {
    .ck-content {
        height: 200px;
    }
}

.ck-content.ck-focused {
    border-color: hsl(var(--base)) !important;
}

.ck.ck-button:active, .ck.ck-button:focus, a.ck.ck-button:active, a.ck.ck-button:focus {
    border-color: hsl(var(--base)) !important;
    box-shadow: 0 0 !important;
}

.ck.ck-button.ck-on:not(.ck-disabled),
a.ck.ck-button.ck-on:not(.ck-disabled) {
    background: hsl(var(--base-l-900)) !important;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 4px;
    color: hsl(var(--base-d-200));
}

.ck.ck-button.ck-on:not(.ck-disabled):hover,
a.ck.ck-button.ck-on:not(.ck-disabled):hover {
    background: hsl(var(--base-l-900)) !important;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 4px;
    color: hsl(var(--base-d-200));
}

.ck.ck-list__item .ck-button.ck-on {
    background: hsl(var(--base)) !important;
}

.ck.ck-list__item .ck-button.ck-on:hover {
    background: hsl(var(--base)) !important;
    color: hsl(var(--white));
}

.ck.ck-input {
    border-radius: 5px;
}

.ck.ck-input:focus {
    border-color: hsl(var(--base)) !important;
    box-shadow: 0 0 !important;
}

/* ====================== CK Editor End ==================== */
/* ====================== Styled Title Start ====================== */
.styled-title {
    display: inline;
    color: hsl(var(--base-two-l-900)/0.5);
    -webkit-text-stroke-color: hsl(var(--base-d-200));
    -webkit-text-stroke-width: 3px;
    font-style: italic;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .styled-title {
        -webkit-text-stroke-width: 1.5px;
        font-weight: 700;
    }
}

.styled-title-2 {
    display: inline;
    color: hsl(var(--white));
    background-image: linear-gradient(45deg, hsl(var(--base)), hsl(var(--base-two)), hsl(var(--base)));
    background-clip: text;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 5px;
}

@media screen and (max-width: 991px) {
    .styled-title-2 {
        background-size: 20% 2px;
        background-position: left 90%;
    }
}
/* ====================== Styled Title End ====================== */
/* ====================== No Data Found In Table Start ====================== */
.no-data-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

@media screen and (max-width: 991px) {
    .no-data-found {
        padding: 10px 0;
    }
}

.no-data-found img {
    max-width: 150px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 991px) {
    .no-data-found img {
        max-width: 80px;
        margin-bottom: 20px;
    }
}

.no-data-found span {
    display: block;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--black)/0.7);
}

@media screen and (max-width: 991px) {
    .no-data-found span {
        font-size: 1rem;
    }
}
/* ====================== No Data Found In Table End ====================== */
/* ====================== Nice Select Start ====================== */
.nice-select {
    height: auto;
    float: none;
}

.nice-select.form--control {
    padding-right: 35px;
}

.nice-select::after {
    width: 8px;
    height: 8px;
    right: 17px;
    margin-top: -5px;
}

.nice-select .list {
    margin-top: 1px;
}

.nice-select .option {
    line-height: 45px;
    font-size: 1rem;
}

/* ====================== Nice Select End ====================== */
/* ====================== Video Button Start ====================== */
.video-btn {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: hsl(var(--white));
    font-size: 2.1875rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .video-btn {
        width: 80px;
        height: 80px;
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    .video-btn {
        width: 70px;
        height: 70px;
        font-size: 1.5625rem;
    }
}

.video-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--base));
    border-radius: 50%;
    z-index: -1;
}

.video-btn i {
    margin-left: 10px;
}

@media screen and (max-width: 991px) {
    .video-btn i {
        margin-left: 6px;
    }
}

.video-btn .circle-txt {
    width: 150px !important;
    height: 150px !important;
    position: absolute;
    font-size: 1rem;
    line-height: 1;
    padding: 5px !important;
    border: 1px solid hsl(var(--black)/0.07);
    color: hsl(var(--black)/0.7);
    backdrop-filter: blur(10px);
    animation: spin 10s linear infinite;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .video-btn .circle-txt {
        width: 130px !important;
        height: 130px !important;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .video-btn .circle-txt {
        width: 110px !important;
        height: 110px !important;
        font-size: 0.75rem;
    }
}

.video-btn .circle-txt p {
    font-weight: 500;
    width: 70px !important;
    height: 70px !important;
}

@media screen and (max-width: 1199px) {
    .video-btn .circle-txt p {
        width: 60px !important;
        height: 60px !important;
    }
}

@media screen and (max-width: 767px) {
    .video-btn .circle-txt p {
        width: 50px !important;
        height: 50px !important;
    }
}

.video-btn:hover {
    color: hsl(var(--white));
}

/* ====================== Video Button End ====================== */
@keyframes spin {
    0% {
        transform: rotate(0);
    }

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

.ti {
    font-size: 1.2em;
    transform: translateY(15%);
}

.ti.transform-0 {
    transform: translateY(0%);
}

.ti.transform-1 {
    transform: translateY(5%);
}

.ti.transform-2 {
    transform: translateY(10%);
}

.ti.transform-3 {
    transform: translateY(15%);
}

.ti.fz-0 {
    font-size: 1em;
}

.ti.fz-1 {
    font-size: 1.1em;
}

.ti.fz-2 {
    font-size: 1.2em;
}

.ti.fz-3 {
    font-size: 1.3em;
}

.ti.fz-4 {
    font-size: 1.4em;
}

.ti.fz-5 {
    font-size: 1.5em;
}

.user-list {
    height: 360px;
    max-height: 360px;
    overflow: auto;
    scrollbar-width: thin;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.user-list__item {
    width: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
}

@media screen and (max-width: 991px) {
    .user-list__item {
        width: 70px;
    }
}

@media screen and (max-width: 767px) {
    .user-list__item {
        width: 65px;
    }
}

.user-list__item__img {
    width: 65px;
    height: 65px;
    border: 3px solid hsl(var(--base));
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .user-list__item__img {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .user-list__item__img {
        width: 55px;
        height: 55px;
        border-width: 2px;
    }
}

.user-list__item__txt {
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .user-list__item__txt {
        font-size: 0.8125rem;
    }
}

.user-list__item__txt span {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg--dark--subtle {
    background-color: hsl(var(--dark-l-900)) !important;
}

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

.text--base-two {
    color: hsl(var(--base-two-d-100)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}
/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}
/* ================================= padding Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--base-subtle {
    border-color: hsl(var(--base)/0.3) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border--dark-subtle {
    border-color: hsl(var(--dark)/0.3) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    color: hsl(var(--body-color));
    border: 0;
    background-color: transparent !important;
    border-radius: 0;
    overflow: hidden;
}

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

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-item:not(:last-child) {
        margin-bottom: 20px;
    }
}

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

.custom--accordion .accordion-body {
    padding: 20px 0 0;
    line-height: 1.8;
}

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

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

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

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

.custom--accordion:first-of-type .accordion-button {
    border-radius: 0;
}

.custom--accordion .accordion-button {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
    background: transparent;
    color: hsl(var(--black)/0.7);
    border-bottom: 2px dashed hsl(var(--black)/0.1);
    padding: 0;
    padding-right: 40px;
    padding-bottom: 20px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-button {
        font-size: 1.125rem;
        padding-top: 3px;
        padding-bottom: 15px;
    }
}

.custom--accordion .accordion-button::after {
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-image: none;
    background: hsl(var(--base-l-800));
    color: hsl(var(--base-d-100));
    border-radius: 50%;
    font-size: 1.375rem;
}

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

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

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--base-d-200));
    background: transparent;
    border-color: hsl(var(--base-d-100));
    box-shadow: none;
}

.custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f068";
    display: inline-block;
    -webkit-text-stroke-color: hsl(var(--base-d-100));
    -webkit-text-stroke-width: 0.5px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
}

.custom--accordion .accordion-button[aria-expanded=true]::after {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    -webkit-text-stroke-width: 0;
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f067";
}

/* ================================= 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 {
    min-width: max-content;
    color: hsl(var(--white)) !important;
    font-weight: 500;
    padding: 10px 35px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    font-size: 1.125rem;
    line-height: 1.9;
}

@media screen and (max-width: 991px) {
    .btn {
        padding: 8px 15px;
        font-size: 1rem;
    }
}

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

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

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

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

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

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

.btn--sm {
    padding: 7px 12px;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        font-size: 0.8125rem;
        padding: 3px 10px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn--icon .ti {
    transform: translateY(5%);
}

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

.btn .ti {
    font-size: 1.4em;
}

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

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

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

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

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

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

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

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

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

.btn-outline--primary:hover, .btn-outline--primary:focus, .btn-outline--primary:focus-visible, .btn-outline--primary.active {
    background-color: hsl(var(--primary)) !important;
    border-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, .btn--secondary.active {
    background-color: hsl(var(--secondary-d-200)) !important;
    border-color: hsl(var(--secondary-d-200)) !important;
}

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

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

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

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

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

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

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

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

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

.btn-outline--danger:hover, .btn-outline--danger:focus, .btn-outline--danger:focus-visible, .btn-outline--danger.active {
    background-color: hsl(var(--danger)) !important;
    border-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, .btn--warning.active {
    background-color: hsl(var(--warning-d-200)) !important;
    border-color: hsl(var(--warning-d-200)) !important;
}

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

.btn-outline--warning:hover, .btn-outline--warning:focus, .btn-outline--warning:focus-visible, .btn-outline--warning.active {
    background-color: hsl(var(--warning)) !important;
    border-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, .btn--info.active {
    background-color: hsl(var(--info-d-200)) !important;
    border-color: hsl(var(--info-d-200)) !important;
}

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

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

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

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

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

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

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

.btn--light:hover, .btn--light:focus, .btn--light:focus-visible, .btn--light.active {
    background-color: hsl(var(--light-d-100)) !important;
    border-color: hsl(var(--light-d-100)) !important;
}

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

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

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

.btn--gold:hover, .btn--gold:focus, .btn--gold:focus-visible, .btn--gold.active {
    background-color: hsl(var(--gold-d-100)) !important;
    border-color: hsl(var(--gold-d-100)) !important;
}

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

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

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    display: block;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 10px;
    height: 100%;
}

.custom--card .card-header {
    padding: 15px 24px;
    background: hsl(var(--base));
    border-radius: 9px 9px 0 0;
    color: hsl(var(--white));
    border: 0;
}

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

@media screen and (max-width: 991px) {
    .custom--card .card-header {
        padding: 12px 12px;
    }
}

.custom--card .card-header .title {
    font-family: var(--body-font);
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--white));
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .custom--card .card-header .title {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .custom--card .card-header .title {
        font-size: 1rem;
    }
}

.custom--card .card-subtitle {
    font-family: var(--body-font);
    font-size: 1.25rem;
    font-weight: 600;
    color: hsl(var(--black)/0.6);
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .custom--card .card-subtitle {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 479px) {
    .custom--card .card-subtitle {
        font-size: 1rem;
    }
}

.custom--card .card-body {
    padding: 24px;
}

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

@media screen and (max-width: 991px) {
    .custom--card .card-body {
        padding: 12px;
    }
}

.custom--card .card-body .card-title {
    font-size: 1.125rem;
    color: hsl(var(--black)/0.6);
    margin-bottom: 20px;
}

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

/* ================================= Card Css End =========================== */
.custom--dropdown {
    position: relative;
}

.custom--dropdown.dropdown-sm .dropdown-menu {
    min-width: 170px;
}

.custom--dropdown .dropdown-menu {
    padding: 7px 10px;
    transform: scaleY(0);
    transform-origin: top center;
    top: 0;
    left: 0;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px hsl(var(--black)/0.05);
    border-color: hsl(var(--black)/0.05);
    border-radius: 7px;
    min-width: 200px;
    margin-top: 0 !important;
}

.custom--dropdown .dropdown-menu-end {
    left: auto;
    right: 0;
}

.custom--dropdown .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    font-weight: 500;
    font-size: 1rem;
    color: hsl(var(--black)/0.7);
    border-bottom: 1px solid hsl(var(--black)/0.06);
    border-radius: 0;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .custom--dropdown .dropdown-menu .dropdown-item {
        font-size: 0.875rem;
        padding: 7px 5px;
    }
}

.custom--dropdown .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}

.custom--dropdown .dropdown-menu .dropdown-item.active {
    font-weight: 600;
    color: hsl(var(--base-d-100));
    background-color: transparent;
}

.custom--dropdown .dropdown-menu .dropdown-item:active, .custom--dropdown .dropdown-menu .dropdown-item:focus, .custom--dropdown .dropdown-menu .dropdown-item:hover {
    color: hsl(var(--base-d-100));
    background-color: transparent;
}

/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    width: max-content;
    max-width: 100%;
    display: block;
    line-height: 1.1;
    margin-bottom: 6px;
    color: hsl(var(--black)/0.7);
    font-weight: 600;
}

.form--label.required::after {
    content: "*";
    color: hsl(var(--danger));
    padding-left: 3px;
    font-size: 0.875rem;
    font-weight: 700;
}

.form--label .ti {
    transform: translateY(10%);
}

.col-form--label {
    width: max-content;
    max-width: 100%;
    display: block;
    line-height: 1.1;
    color: hsl(var(--black)/0.7);
    font-weight: 600;
}

.col-form--label.required::after {
    content: "*";
    color: hsl(var(--danger));
    padding-left: 3px;
    font-size: 0.875rem;
    font-weight: 700;
}

.col-form--label .ti {
    transform: translateY(10%);
}

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

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

select option {
    color: hsl(var(--black)/0.8);
}

/* Form Select End */
/* Form Control Start */
.form--control {
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 10px 15px;
    background-color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 5px;
    color: hsl(var(--black)/0.8);
    line-height: 1.9;
    font-size: 1.125rem;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .form--control {
        padding: 8px 15px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .form--control {
        padding: 6px 15px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 479px) {
    .form--control {
        padding: 5px 10px;
    }
}

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

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

.form--control:disabled, .form--control[readonly] {
    background-color: hsl(var(--black)/0.025) !important;
    opacity: 1;
}

.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: 32px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--secondary-l-900));
    padding: 10px 25px;
    background-color: hsl(var(--secondary-l-900)) !important;
    transition: 0.2s linear;
    line-height: 32.2px;
    font-weight: 500;
    position: relative;
    color: hsl(var(--dark)) !important;
}

@media screen and (max-width: 991px) {
    .form--control[type=file]::file-selector-button {
        padding: 8px 15px;
        line-height: 28.4px;
    }
}

@media screen and (max-width: 767px) {
    .form--control[type=file]::file-selector-button {
        padding: 4px 15px;
        line-height: 28.6px;
    }
}

@media screen and (max-width: 479px) {
    .form--control[type=file]::file-selector-button {
        padding: 3px 15px;
    }
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--secondary-l-800)) !important;
    border: 1px solid hsl(var(--secondary-l-800));
}

.form--control--sm {
    font-size: 0.875rem;
    line-height: 1.9;
    padding: 7px 10px;
}

@media screen and (max-width: 767px) {
    .form--control--sm {
        padding: 3px 10px;
    }
}

.form--control--sm[type=file]::file-selector-button {
    padding: 3px 15px;
    line-height: 32.6px;
}

@media screen and (max-width: 767px) {
    .form--control--sm[type=file]::file-selector-button {
        line-height: 24.6px;
    }
}

.form--control.form--select {
    padding-right: 40px;
    background-image: url(../images/icons/select-icon.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 15px);
    background-size: 16px;
    appearance: none;
}

@media screen and (max-width: 767px) {
    .form--control.form--select {
        background-size: 12px;
    }
}
/* 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,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-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, textarea:-webkit-autofill, textarea:-webkit-autofill, textarea:-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 {
    display: flex;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 5px;
    transition: 0.3s;
}

.input--group .input-group-text {
    background-color: hsl(var(--black)/0.06);
    border-radius: 0;
    color: hsl(var(--black));
    border-width: 0;
}

.input--group .input-group-text:not(:first-child) {
    border-left-width: 1px;
}

@media screen and (max-width: 991px) {
    .input--group .input-group-text {
        font-size: 0.875rem;
        padding-left: 10px;
        padding-right: 10px;
    }
}

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

.input--group .form--control:not(:first-child) {
    border-left-width: 1px;
}

.input--group .form--control--sm {
    padding: 7px 10px;
}

@media screen and (max-width: 767px) {
    .input--group .form--control--sm {
        padding: 2px 10px;
    }
}

.input--group .select2-container--default:not(:first-of-type) .select2-selection--single {
    border-left-width: 1px;
}

.input--group .select2-container--default .select2-selection--single {
    border-width: 0;
    border-radius: 0;
}

.input--group .btn {
    border: 0;
    border-radius: 2px;
}

.input--group .btn--sm {
    padding: 6px 12px;
}

@media screen and (max-width: 767px) {
    .input--group .btn--sm {
        padding: 2px 10px;
    }
}

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

.input--group > *:first-child {
    border-radius: 4px 0 0 4px;
}

.input--group > *:first-child.select2-container--default .select2-selection--single {
    border-radius: 4px 0 0 4px;
}

.input--group > *:first-child.btn--sm::after {
    border-radius: 3px 0 0 3px;
}

.input--group > *:first-child.btn::after {
    border-radius: 4px 0 0 4px;
}

.input--group > *:last-child {
    border-radius: 0 4px 4px 0;
}

.input--group > *:last-child.select2-container--default .select2-selection--single {
    border-radius: 0 4px 4px 0;
}

.input--group > *:last-child.btn--sm::after {
    border-radius: 0 3px 3px 0;
}

.input--group > *:last-child.btn::after {
    border-radius: 0 4px 4px 0;
}

/* 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%;
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
}

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

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

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

.form--check a {
    display: inline;
}

.form--check .form-check-input {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    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;
    box-shadow: none;
}

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

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\ea5e";
    font-family: "tabler-icons";
    color: hsl(var(--white));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    user-select: none;
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 5px;
    cursor: pointer;
}

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

@media screen and (max-width: 479px) {
    .form--check a {
        font-size: 0.9375rem;
    }
}
/* Custom Radio Design */
.form--radio {
    display: flex;
}

.form--radio .form-check-input {
    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 {
    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 {
    user-select: none;
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 5px;
    cursor: pointer;
}

/*  Custom Switch Design */
.form--switch {
    min-height: 25px;
    padding-left: 0;
    margin-bottom: 0;
}

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

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

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

.form--switch .form-check-input::after {
    content: "\eb55";
    font-family: "tabler-icons";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    font-size: 0.9375rem;
    line-height: 1;
    color: hsl(var(--white));
    transition: 0.3s;
}

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

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

.form--switch .form-check-input:checked::after {
    content: "\ea5e";
    left: 5px;
    right: auto;
}

.form--switch .form-check-label {
    width: calc(100% - 50px);
    padding-left: 5px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
}

/*  Custom Switch End Design */
.select2-container {
    display: flex;
    min-width: 100% !important;
}

.select2-container.select2-container--open {
    min-width: auto !important;
}

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

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid hsl(var(--secondary-l-800));
}

.select2-container--default .select2-selection--single:focus {
    border-color: hsl(var(--base));
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    display: flex;
    line-height: inherit;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    line-height: 1.9;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #999;
}

.select2-container .select2-selection--single .select2-selection__rendered span {
    display: flex;
    align-items: center;
}

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

.select2-container--default .select2-selection--single .select2-selection__placeholder img {
    display: none;
}

.select2-container--open .select2-dropdown {
    border: 1px solid hsl(var(--secondary)/0.3);
    overflow: hidden;
    font-size: 1rem;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .select2-container--open .select2-dropdown {
        min-width: none !important;
        font-size: 0.875rem;
    }
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
    box-shadow: 0px -10px 30px -5px hsl(var(--secondary)/0.3);
    display: flex;
    flex-direction: column;
}

.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search--dropdown {
    order: 2;
}

.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results {
    order: 1;
}

.select2-container--open .select2-dropdown.select2-dropdown--below {
    box-shadow: 0px 10px 30px -5px hsl(var(--secondary)/0.3);
}

.select2-container--default .select2-selection--multiple {
    border-color: hsl(var(--secondary-l-800));
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    background-color: hsl(var(--base-l-900));
    border-color: hsl(var(--base-l-500));
    color: hsl(var(--dark-l-300));
    font-weight: 600;
    padding: 1px 10px;
    display: flex;
    align-items: center;
    line-height: 1.208;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        line-height: 1;
    }
}

@media screen and (max-width: 767px) {
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        padding: 0 5px;
        line-height: 0.95;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    border-color: hsl(var(--base-l-100));
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 1.5625rem;
    font-weight: 400;
    color: hsl(var(--dark-l-500));
    margin-right: 5px;
    transition: 0.3s;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: hsl(var(--dark-l-200));
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: hsl(var(--base));
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid hsl(var(--secondary-l-800));
    box-shadow: 0 0;
    padding: 5px 15px;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .select2-container--default .select2-search--dropdown .select2-search__field {
        padding: 5px 15px;
    }
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: hsl(var(--base));
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #a8a8a85e;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: #F1F1F1;
}

.select2-results__option {
    padding: 5px 15px;
}

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

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: hsl(var(--black)/0.05);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: hsl(var(--base));
}

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

.custom--modal .modal-title {
    font-family: var(--body-font);
    font-size: 1.125rem;
    font-weight: 700;
    color: hsl(var(--black)/0.6);
}

.custom--modal .modal-content {
    background-color: hsl(var(--white));
    border: 0;
    border-radius: 5px;
    color: hsl(var(--body-color));
}

.custom--modal .btn-close {
    transition: 0.2s linear;
}

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

.custom--modal .btn-close:hover {
    background-color: hsl(var(--black)/0.08);
    border-radius: 50%;
}

.custom--modal .modal-body {
    padding: 20px 16px;
    background-size: 10px;
}

@media screen and (max-width: 479px) {
    .custom--modal .modal-body {
        padding: 10px;
    }
}

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

.custom--modal .modal-footer {
    border-top: 1px solid hsl(var(--border-color));
}

.custom--modal .modal-footer > * {
    margin: 0;
}

.modal-backdrop {
    background-color: hsl(var(--black)/0.4);
}

.modal-backdrop.show {
    opacity: 1;
}

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

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 28px;
    }
}

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

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

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

.pagination .page-item .page-link {
    background: hsl(var(--white)/0.1);
    border-color: hsl(var(--base)/0.3);
    margin: 0 5px;
    border-radius: 20px;
    height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--base));
}

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

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

.pagination .page-item .page-link i {
    transform: translate(0);
    font-size: 1.5em;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.action-buttons {
    gap: 10px;
    justify-content: flex-end;
}

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

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

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

/* Table Css Start */
.table-responsive .table {
    min-width: max-content;
}

.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
    border-radius: 10px;
    background-color: hsl(var(--white));
}

.table.table-borderless th:not(:first-child), .table.table-borderless td:not(:first-child) {
    border-left: 0;
}

.table.table-borderless th:not(:last-child), .table.table-borderless td:not(:last-child) {
    border-right: 0;
}

.table.table--striped > tbody > tr:nth-of-type(odd) > * {
    background: hsl(var(--black)/0.025);
}

.table.table-flush {
    box-shadow: 0 0;
}

.table.table-flush > * th, .table.table-flush > * td {
    border-radius: 0 !important;
    padding-left: 0;
    padding-right: 0;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

.table.table-flush > * tr:first-child th, .table.table-flush > * tr:first-child td {
    padding-top: 0;
    border-top-width: 0 !important;
}

.table.table-flush > * tr:last-child th, .table.table-flush > * tr:last-child td {
    padding-bottom: 0;
    border-bottom-width: 0 !important;
}

.table.bg-transparent {
    backdrop-filter: none;
    background: transparent;
}

.table.bg-transparent::after {
    display: none;
}

.table.bg-transparent tr,
.table.bg-transparent td {
    background: transparent;
}

.table.top-rounded-0 > *:first-child tr:first-child th {
    border-radius: 0 !important;
}

.table thead tr th {
    text-align: center;
    padding: 9px 15px 6px;
    color: hsl(var(--base-d-400));
    font-weight: 700;
    border-bottom: 0;
    border: 1px solid hsl(var(--black)/0.03);
    border-bottom-color: hsl(var(--base)/0.15);
    background-color: hsl(var(--base-l-800));
    backdrop-filter: blur(10px);
}

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

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

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

.table thead tr th:only-child {
    border-top-left-radius: 10px !important;
    text-align: left;
}

.table > *:first-child tr:first-child th, .table > *:first-child tr:first-child td {
    border-top-width: 1px;
    border-top-style: solid;
}

.table > *:first-child tr:first-child th:first-child, .table > *:first-child tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
}

.table > *:first-child tr:first-child th:last-child, .table > *:first-child tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
}

.table tbody {
    border: 0 !important;
}

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

.table tbody tr:only-child td:first-child {
    border-bottom-left-radius: 10px !important;
}

.table tbody tr:only-child td:last-child {
    border-bottom-right-radius: 10px !important;
}

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

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

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

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

.table tbody tr:last-child td:only-child {
    border-bottom-left-radius: 10px;
}

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

.table tbody tr td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    color: hsl(var(--dark-l-200));
    font-weight: 700;
    display: none;
    width: 45% !important;
    text-align: left;
}

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

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

.table tbody tr td.no-data-table {
    border-radius: 0 0 10px 10px !important;
    justify-content: center;
}

.table tbody tr td.no-data-table::before {
    display: none;
}

@media screen and (max-width: 479px) {
    .table--responsive--sm.top-rounded-0 tr:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table--responsive--sm.top-rounded-0 tr:first-child td:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table--responsive--sm thead {
        display: none;
    }

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

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

    .table--responsive--sm tbody tr td {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.04) !important;
        max-width: unset;
    }

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

    .table--responsive--sm tbody tr td:last-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--sm tbody tr td:first-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--sm tbody tr td.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--sm tr:first-child {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .table--responsive--sm tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.07);
        border-radius: 10px 10px 0 0 !important;
    }

    .table--responsive--sm tr:last-child {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .table--responsive--sm tr:last-child td:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.07) !important;
        border-radius: 0 0 10px 10px !important;
    }

    .table--responsive--sm td {
        border-radius: 0 !important;
        border-left: 1px solid hsl(var(--black)/0.07) !important;
        border-right: 1px solid hsl(var(--black)/0.07) !important;
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--sm table tbody {
        border-top: 1px solid hsl(var(--black)/0.07) !important;
    }

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

    .table--responsive--sm td {
        border-bottom: 1px solid hsl(var(--black)/0.04) !important;
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--md.top-rounded-0 tr:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table--responsive--md.top-rounded-0 tr:first-child td:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table--responsive--md thead {
        display: none;
    }

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

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

    .table--responsive--md tbody tr td {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.04) !important;
        max-width: unset;
    }

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

    .table--responsive--md tbody tr td:last-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--md tbody tr td:first-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--md tbody tr td.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--md tr:first-child {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .table--responsive--md tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.07);
        border-radius: 10px 10px 0 0 !important;
    }

    .table--responsive--md tr:last-child {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .table--responsive--md tr:last-child td:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.07) !important;
        border-radius: 0 0 10px 10px !important;
    }

    .table--responsive--md td {
        border-radius: 0 !important;
        border-left: 1px solid hsl(var(--black)/0.07) !important;
        border-right: 1px solid hsl(var(--black)/0.07) !important;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg.top-rounded-0 tr:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table--responsive--lg.top-rounded-0 tr:first-child td:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table--responsive--lg thead {
        display: none;
    }

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

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

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

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

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

    .table--responsive--lg tbody tr td:last-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--lg tbody tr td:first-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--lg tbody tr td.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--lg tr:first-child {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .table--responsive--lg tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.07);
        border-radius: 10px 10px 0 0 !important;
    }

    .table--responsive--lg tr:last-child {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .table--responsive--lg tr:last-child td:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.07) !important;
        border-radius: 0 0 10px 10px !important;
    }

    .table--responsive--lg td {
        border-radius: 0 !important;
        border-left: 1px solid hsl(var(--black)/0.07) !important;
        border-right: 1px solid hsl(var(--black)/0.07) !important;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl.top-rounded-0 tr:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table--responsive--xl.top-rounded-0 tr:first-child td:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table--responsive--xl thead {
        display: none;
    }

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

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

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

    .table--responsive--xl tbody tr td:last-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--xl tbody tr td:first-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--xl tbody tr td.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--xl tr:first-child {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .table--responsive--xl tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.07);
        border-radius: 10px 10px 0 0 !important;
    }

    .table--responsive--xl tr:last-child {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .table--responsive--xl tr:last-child td:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.07) !important;
        border-radius: 0 0 10px 10px !important;
    }

    .table--responsive--xl td {
        border-radius: 0 !important;
        border-left: 1px solid hsl(var(--black)/0.07) !important;
        border-right: 1px solid hsl(var(--black)/0.07) !important;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl.top-rounded-0 tr:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table--responsive--xxl.top-rounded-0 tr:first-child td:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table--responsive--xxl thead {
        display: none;
    }

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

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

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

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

    .table--responsive--xxl tbody tr td:last-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--xxl tbody tr td:first-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--xxl tbody tr td.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--xxl tr:first-child {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .table--responsive--xxl tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.07);
        border-radius: 10px 10px 0 0 !important;
    }

    .table--responsive--xxl tr:last-child {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .table--responsive--xxl tr:last-child td:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.07) !important;
        border-radius: 0 0 10px 10px !important;
    }

    .table--responsive--xxl td {
        border-radius: 0 !important;
        border-left: 1px solid hsl(var(--black)/0.07) !important;
        border-right: 1px solid hsl(var(--black)/0.07) !important;
    }
}

@media screen and (max-width: 1499px) {
    .table--responsive--xxxl.top-rounded-0 tr:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table--responsive--xxxl.top-rounded-0 tr:first-child td:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table--responsive--xxxl thead {
        display: none;
    }

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

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

    .table--responsive--xxxl tbody tr td {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.04) !important;
        max-width: unset;
    }

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

    .table--responsive--xxxl tbody tr td:last-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--xxxl tbody tr td:first-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--xxxl tbody tr td.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--xxxl tr:first-child {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .table--responsive--xxxl tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.07);
        border-radius: 10px 10px 0 0 !important;
    }

    .table--responsive--xxxl tr:last-child {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .table--responsive--xxxl tr:last-child td:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.07) !important;
        border-radius: 0 0 10px 10px !important;
    }

    .table--responsive--xxxl td {
        border-radius: 0 !important;
        border-left: 1px solid hsl(var(--black)/0.07) !important;
        border-right: 1px solid hsl(var(--black)/0.07) !important;
    }
}
/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    border: 0;
    border-bottom: 1px solid hsl(var(--black)/0.05);
    padding-bottom: 10px;
    margin-bottom: 30px;
    gap: 10px;
}

@media screen and (max-width: 991px) {
    .custom--tab {
        margin-bottom: 15px;
    }
}

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

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

@media screen and (max-width: 991px) {
    .custom--tab .nav-link {
        padding: 5px 15px !important;
        font-size: 0.875rem;
    }
}

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

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

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

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    font-family: var(--body-font) !important;
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.badge--base {
    background-color: hsl(var(--base-l-900)) !important;
    color: hsl(var(--base-d-300)) !important;
    border-color: hsl(var(--base)/0.2);
}

.badge--base-two {
    background-color: hsl(var(--base-two-l-900)) !important;
    color: hsl(var(--base-two-d-200)) !important;
    border-color: hsl(var(--base-two)/0.35);
}

.badge--primary {
    background-color: hsl(var(--primary-l-900)) !important;
    color: hsl(var(--primary)) !important;
    border-color: hsl(var(--primary)/0.2);
}

.badge--secondary {
    background-color: hsl(var(--secondary-l-900)) !important;
    color: hsl(var(--secondary)) !important;
    border-color: hsl(var(--secondary)/0.2);
}

.badge--success {
    background-color: hsl(var(--success-l-900)) !important;
    color: hsl(var(--success)) !important;
    border-color: hsl(var(--success)/0.2);
}

.badge--danger {
    background-color: hsl(var(--danger-l-900)) !important;
    color: hsl(var(--danger)) !important;
    border-color: hsl(var(--danger)/0.2);
}

.badge--warning {
    background-color: hsl(var(--warning-l-900)) !important;
    color: hsl(var(--warning-d-200)) !important;
    border-color: hsl(var(--warning)/0.2);
}

.badge--info {
    background-color: hsl(var(--info-l-900)) !important;
    color: hsl(var(--info)) !important;
    border-color: hsl(var(--info)/0.2);
}

.badge--dark {
    background-color: hsl(var(--dark-l-900)) !important;
    color: hsl(var(--dark)) !important;
    border-color: hsl(var(--dark)/0.2);
}

.badge--light {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--dark)) !important;
    border-color: hsl(var(--dark)/0.1);
}

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

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

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

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

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

.alert__title {
    font-size: 1.375rem;
    font-weight: 600;
    font-family: var(--body-font);
    margin-bottom: 6px;
    @media (max-width:1199px) {
        font-size: 1.25rem;
    }
    @media (max-width:767px) {
        font-size: 1.125rem;
    }
}

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

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

.alert__link {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert--dark {
    border-color: hsl(var(--dark)/0.15);
    background: hsl(var(--dark)/0.05);
}

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

/* ====================================== Alert Css End =============================== */
.custom--progress {
    height: 8px;
    overflow: visible;
}

.custom--progress .progress-bar {
    background: linear-gradient(to right, hsl(var(--base)), hsl(var(--base-two)));
    border-radius: 4px;
    position: relative;
    overflow: visible;
}

.custom--progress .progress-bar .progress-txt {
    position: absolute;
    left: 100%;
    bottom: calc(100% + 2px);
    background: hsl(var(--base));
    padding: 3px 5px;
    line-height: 1;
    border-radius: 2px;
    transform: translateX(-50%);
    z-index: 2;
}

.custom--progress .progress-bar .progress-txt::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 4px;
    height: 4px;
    background: hsl(var(--base));
    transform: rotate(45deg) translateX(-50%);
    z-index: -1;
}

.list--group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 5px;
    border-width: 0;
    border-style: solid;
}

.list--group-dashed {
    border-style: dashed;
}

.list--group.list--group-flush {
    border-radius: 0;
}

.list--group.list--group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list--group.list--group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list--group.list-group-horizontal {
    flex-direction: row;
}

.list--group.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: inherit;
    border-top-right-radius: 0;
}

.list--group.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: inherit;
    border-bottom-left-radius: 0;
}

.list--group.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

@media (min-width: 480px) {
    .list--group.list-group-horizontal-xsm {
        flex-direction: row;
    }

    .list--group.list-group-horizontal-xsm > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
    }

    .list--group.list-group-horizontal-xsm > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: inherit;
        border-bottom-left-radius: 0;
    }

    .list--group.list-group-horizontal-xsm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

@media (min-width: 576px) {
    .list--group.list-group-horizontal-sm {
        flex-direction: row;
    }

    .list--group.list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
    }

    .list--group.list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: inherit;
        border-bottom-left-radius: 0;
    }

    .list--group.list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

@media (min-width: 768px) {
    .list--group.list-group-horizontal-md {
        flex-direction: row;
    }

    .list--group.list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
    }

    .list--group.list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: inherit;
        border-bottom-left-radius: 0;
    }

    .list--group.list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

@media (min-width: 992px) {
    .list--group.list-group-horizontal-lg {
        flex-direction: row;
    }

    .list--group.list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
    }

    .list--group.list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: inherit;
        border-bottom-left-radius: 0;
    }

    .list--group.list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

@media (min-width: 1200px) {
    .list--group.list-group-horizontal-xl {
        flex-direction: row;
    }

    .list--group.list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
    }

    .list--group.list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: inherit;
        border-bottom-left-radius: 0;
    }

    .list--group.list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

@media (min-width: 1400px) {
    .list--group.list-group-horizontal-xxl {
        flex-direction: row;
    }

    .list--group.list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
    }

    .list--group.list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: inherit;
        border-bottom-left-radius: 0;
    }

    .list--group.list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

.list--group .list-group-item {
    position: relative;
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    font-size: 1rem;
    border: 1px hsl(var(--black)/0.1);
    border-style: inherit;
    transition: 0.3s;
}

.list--group .list-group-item + .list-group-item {
    border-top-width: 0;
}

.list--group .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list--group .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list--group .list-group-item.active {
    z-index: 2;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.list--group .list-group-item.disabled, .list--group .list-group-item:disabled {
    color: hsl(var(--black)/0.5);
    pointer-events: none;
    background-color: hsl(var(--black)/0.02);
}

.list--group .list-group-item-action:focus, .list--group .list-group-item-action:hover {
    z-index: 1;
    background-color: hsl(var(--black)/0.05);
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: hsl(var(--dark-l-200));
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: hsl(var(--dark-l-200));
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-left .tooltip-arrow::before {
    border-left-color: hsl(var(--dark-l-200));
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-right .tooltip-arrow::before {
    border-right-color: hsl(var(--dark-l-200));
}

.tooltip.show {
    opacity: 1;
}

.tooltip-lg .tooltip-inner {
    max-width: 500px;
}

.tooltip-sm .tooltip-inner {
    padding: 10px;
    font-size: 0.875rem;
}

.tooltip-inner {
    max-width: 250px;
    background: hsl(var(--dark-l-200));
    color: hsl(var(--white));
    box-shadow: 0px 10px 20px 0px hsl(var(--black)/0.05);
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    top: 0;
    z-index: 999999;
    background-color: hsl(var(--base-l-900));
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 120px;
    height: 120px;
}

.loader img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

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

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

.header {
    padding: 30px 30px 0;
    z-index: 111;
}

@media screen and (max-width: 1399px) {
    .header {
        padding: 15px 15px 0;
        z-index: 999;
        max-height: 101vh;
    }

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

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

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

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

.header.home-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header.home-header.fixed-header {
    position: fixed;
}

.header.header-2 {
    padding: 0;
    position: sticky;
    top: 0;
}

.header.header-2.fixed-header {
    padding: 0;
    animation: none;
}

.header.header-2 .navbar {
    border-radius: 0;
}

.header.header-2 .nav-menu .nav-item .nav-link {
    color: hsl(var(--white));
}

.header.header-2 .nav-menu .nav-item .nav-link::before {
    background-color: hsl(var(--white));
}

.header.header-2 .nav-menu .nav-item:hover .nav-link {
    color: hsl(var(--white));
}

.header.header-2 .user-dropdown__btn {
    border-color: hsl(var(--base-two));
}

.header.fixed-header {
    position: sticky;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.8s;
    padding-top: 10px;
}

.header .navbar {
    background: hsl(var(--base-d-700));
    border-radius: 10px;
    padding: 0 20px;
}

@media screen and (max-width: 1399px) {
    .header .navbar {
        padding: 10px 15px;
    }
}

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

@media screen and (max-width: 991px) {
    .header .navbar {
        padding: 10px;
    }
}

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

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

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ========================= Desktop Device Start ========================= */
@media (min-width: 1400px) {
    .header .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .nav-menu .nav-item {
        position: relative;
        margin-right: 25px;
    }

    .header .nav-menu .nav-item:last-child {
        margin-right: 0;
    }

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

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

    .header .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--white));
    }

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

    .header .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(180deg) translateY(-2px);
        transition: 0.2s;
    }

    .header .nav-menu .nav-item .nav-link {
        font-weight: 600;
        font-size: 1rem;
        line-height: 1;
        color: hsl(var(--white));
        padding: 25px 0;
        position: relative;
        cursor: pointer;
    /* ======================== Style two ================ */
    }

    .header .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        transition: 0.3s;
    }

    .header .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 15px;
        width: 0;
        height: 2px;
        background-color: hsl(var(--base));
        transition: 0.3s;
    }

    .header .nav-menu .nav-item .nav-link .nav-item__icon {
        line-height: 1;
        margin-bottom: 2px;
        transition: 0.3s;
    }

    .header .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        top: 100%;
        left: auto;
        padding: 5px 0;
        transform: scaleY(0);
        transform-origin: top center;
        transition: 0.3s;
        overflow: visible;
        border-color: hsl(var(--black)/0.08);
        border-radius: 5px;
        min-width: 200px;
        margin-top: 0 !important;
    }

    .header .dropdown-menu.mega-menu {
        right: 0;
        width: 650px;
        padding: 15px;
        transform: perspective(700px) rotateX(-90deg);
        transform-origin: top;
        transition: all 0.3s ease-in;
        &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: repeating-linear-gradient(45deg, hsl(var(--base)), transparent 10px);
            border-radius: 5px;
            opacity: 0.03;
            z-index: -1;
        }
        &::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: repeating-linear-gradient(-45deg, hsl(var(--base)), transparent 10px);
            border-radius: 5px;
            opacity: 0.03;
            z-index: -1;
        }
    }

    .header .dropdown-menu .dropdown-menu.mega-menu {
        top: 0 !important;
        right: 100%;
        transform: perspective(700px) rotateY(-90deg);
        transform-origin: right;
    }

    .header .dropdown-menu .custom--dropdown:hover .dropdown-menu.mega-menu {
        top: 0 !important;
    }

    .header .dropdown-menu .mega-menu__container {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    .header .dropdown-menu .mega-menu__list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .header .dropdown-menu .mega-menu__list li {
        width: 50%;
        height: auto;
        border: 0;
        padding: 7px 0;
    }

    .header .dropdown-menu .mega-menu__link {
        font-size: 1rem;
        line-height: 1;
        font-weight: 600;
        color: hsl(var(--body-color));
    }

    .header .dropdown-menu .mega-menu__link::before {
        content: "\ea1f";
        font-family: "tabler-icons";
        font-size: 1rem;
        margin-right: 5px;
    }

    .header .dropdown-menu .mega-menu__link:hover {
        color: hsl(var(--base));
    }

    .header .dropdown-menu .mega-menu__thumb {
        width: 250px;
        height: 250px;
        flex-shrink: 0;
        border-radius: 10px;
        overflow: hidden;
    }

    .header .dropdown-menu .mega-menu__thumb a {
        width: 100%;
        height: 100%;
    }

    .header .dropdown-menu .mega-menu__thumb img, .header .dropdown-menu .mega-menu__thumb video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header .dropdown-menu-end {
        left: auto;
        right: 0;
    }

    .header .dropdown-menu__list {
        padding: 0 15px;
        border: 0;
    }

    .header .dropdown-menu__link {
        display: block;
        padding: 10px 0;
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--black)/0.7);
        border-bottom: 1px solid hsl(var(--black)/0.06);
        border-radius: 0;
        transition: 0.3s;
    }

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

    .header .dropdown-menu__link .ti {
        transform: translateY(5%);
    }

    .header .dropdown-menu__link:focus, .header .dropdown-menu__link:hover {
        color: hsl(var(--base-d-300));
        background-color: transparent;
    }

    .header .nav-menu .custom--dropdown:hover > .dropdown-menu,
.header .nav-menu .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        transform: scaleY(1);
    }

    .header .user-dropdown__btn {
        text-align: center;
        width: 45px;
        height: 45px;
        line-height: 38px;
        color: hsl(var(--white));
        background: hsl(var(--base));
        border: 2px solid hsl(var(--base));
        border-radius: 50%;
        overflow: hidden;
        vertical-align: middle;
    }

    .header .user-dropdown__btn .ti {
        display: inline-block;
        margin-right: 3px;
    }

    .header .user-dropdown .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        transform: scaleY(1);
        display: none;
    }

    .header .user-dropdown .dropdown-menu.show {
        display: block;
    }
}
/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 1399px) {
    .header .navbar-collapse {
        max-height: 400px;
        overflow: auto;
    }

    .header .nav-menu {
        margin-top: 20px;
    }

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

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

    .header .nav-item:last-child > a {
        border-bottom: 0;
    }

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

    .header .nav-item .nav-link {
        font-size: 0.875rem;
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--black)/0.05);
        color: hsl(var(--white)/0.85);
    }

    .header .nav-item .nav-link::before {
        display: none;
    }

    .header .nav-item .nav-link:focus-visible {
        box-shadow: 0 0;
    }

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

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

    .header .dropdown-menu {
        padding: 5px 10px;
        transform-origin: top center;
        transform: scale(1);
        transition: 0.3s;
        overflow: hidden;
        box-shadow: 0 0;
        border-color: hsl(var(--black)/0.05);
        border-radius: 5px;
        margin-top: 5px !important;
    }

    .header .dropdown-menu.mega-menu {
        padding: 10px;
    }

    .header .dropdown-menu .mega-menu__list li {
        padding: 7px 0;
    }

    .header .dropdown-menu .mega-menu__link {
        font-size: 1rem;
        line-height: 1;
        font-weight: 600;
        color: hsl(var(--body-color));
    }
}

@media screen and (max-width: 1399px) and (max-width: 1399px) {
    .header .dropdown-menu .mega-menu__link {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 1399px) {
    .header .dropdown-menu .mega-menu__link:hover {
        color: hsl(var(--base));
    }
}

@media screen and (max-width: 1399px) {
    .header .dropdown-menu .mega-menu__thumb {
        max-width: 300px;
        width: 100%;
        aspect-ratio: 1/1;
        flex-shrink: 0;
        border-radius: 10px;
        overflow: hidden;
    }

    .header .dropdown-menu .mega-menu__thumb a {
        width: 100%;
        height: 100%;
    }

    .header .dropdown-menu .mega-menu__thumb img, .header .dropdown-menu .mega-menu__thumb video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 1399px) {
    .header .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.03);
    }

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

@media screen and (max-width: 1399px) {
    .header .dropdown-menu__link {
        padding: 10px 0;
        font-weight: 500;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
        border-radius: 5px;
        transition: 0.3s;
    }

    .header .dropdown-menu__link .ti {
        transform: translateY(5%);
    }

    .header .dropdown-menu__link:focus, .header .dropdown-menu__link:hover {
        color: hsl(var(--base-d-300));
        background-color: transparent;
    }
}

@media screen and (max-width: 1399px) {
    .header .user-dropdown__btn {
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 35px;
        color: hsl(var(--white));
        background: hsl(var(--base));
        border: 2px solid hsl(var(--base));
        border-radius: 50%;
        overflow: hidden;
        vertical-align: middle;
    }

    .header .user-dropdown__btn .ti {
        margin-right: 3px;
    }

    .header .user-dropdown .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        transform: scaleY(1);
        display: none;
    }

    .header .user-dropdown .dropdown-menu.show {
        display: block;
    }
}

.header .navbar-toggler.header-button {
    width: 35px;
    height: 35px;
    border-color: transparent;
    color: hsl(var(--white));
    background: hsl(var(--base)) !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 5px;
    transition: 0.15s ease-in-out;
    font-size: 1.5rem;
}

.header .navbar-toggler.header-button i {
    transform: translateY(5%);
}

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

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

.header .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 35px;
    line-height: 33px;
}

@media screen and (max-width: 1399px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }
}

.language-box {
    font-family: var(--body-font);
}

.language-box select {
    height: 35px;
    line-height: 33px;
    font-size: 0.9375rem;
    font-weight: 600;
    border-color: hsl(var(--black)/0.1);
    padding: 0 30px 0 15px;
}

.language-box select:focus {
    border-color: hsl(var(--base));
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
    margin-top: auto;
    background: hsl(var(--dark-d-400));
    position: relative;
    z-index: 3;
}

.footer-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: -1;
}

.footer-item {
    color: hsl(var(--white)/0.75);
}

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

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

@media screen and (max-width: 991px) {
    .footer-item__logo a img {
        max-width: 130px;
    }
}

.footer-item__title {
    font-weight: 500;
    color: hsl(var(--white));
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}

.footer-item__title::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    left: 0;
    bottom: -2px;
    background-color: hsl(var(--base));
}

.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-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    padding-bottom: 16px;
}

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

.footer-menu__link {
    color: hsl(var(--white)/0.75);
}

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

/* Footer Contact */
.footer-contact-menu__item {
    display: flex;
    padding-bottom: 12px;
    color: hsl(var(--white)/0.75);
}

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

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

.footer-contact-menu__item-icon .ti {
    transform: translateY(5%);
}

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

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
    border-top: 1px solid hsl(var(--white)/0.1);
    color: hsl(var(--white)/0.65);
}

/* =============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: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    transition: 0.5s;
    cursor: pointer;
    transform: scale(0);
    background-color: hsl(var(--base));
    font-size: 1.375rem;
}

@media screen and (max-width: 767px) {
    .scroll-top {
        right: 15px;
        bottom: 15px;
    }
}

.scroll-top .ti {
    transform: translateY(0%);
}

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

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

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

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

.social-list__link {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.social-list__link i {
    transform: translateY(5%);
}

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

@media screen and (max-width: 1199px) {
    .social-list__link {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 991px) {
    .social-list__link {
        width: 30px;
        height: 30px;
        font-size: 0.875rem;
    }
}
/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    margin: 30px;
    margin-bottom: 0;
    position: relative;
    padding: 70px 0;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .breadcrumb {
        margin: 15px 15px 0;
    }
}

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

@media screen and (max-width: 991px) {
    .breadcrumb {
        margin: 10px 10px 0;
    }
}

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

.breadcrumb__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    font-size: 2.813rem;
    font-weight: 700;
    color: hsl(var(--dark-l-900));
    margin-top: -6px;
    margin-bottom: 18px;
}

@media screen and (max-width: 1199px) {
    .breadcrumb__title {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__title {
        font-size: 1.5625rem;
        margin-top: -3px;
    }
}

.breadcrumb__desc {
    color: hsl(var(--secondary-l-800));
    margin-bottom: -8px;
}

.breadcrumb__list {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: -2px;
}

@media screen and (max-width: 991px) {
    .breadcrumb__list {
        gap: 5px;
        font-size: 0.875rem;
    }
}

.breadcrumb__list li {
    display: flex;
    position: relative;
    color: hsl(var(--black)/0.6);
    padding-right: 30px;
}

@media screen and (max-width: 991px) {
    .breadcrumb__list li {
        padding-right: 20px;
    }
}

.breadcrumb__list li::after {
    content: "\f101";
    position: absolute;
    top: 2px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .breadcrumb__list li::after {
        font-size: 0.75rem;
    }
}

.breadcrumb__list li:last-child {
    padding-right: 0;
}

.breadcrumb__list li:last-child::after {
    display: none;
}

.breadcrumb__list li a {
    color: hsl(var(--black)/0.7);
}

/* ====================== Breadcrumb Css End ==================== */
.post-sidebar {
    position: sticky;
    top: 100px;
}

.post-sidebar__card {
    background: hsl(var(--white));
    padding: 25px;
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
    .post-sidebar__card {
        max-width: 350px;
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

.post-sidebar__card:last-of-type {
    margin-bottom: 0;
}

.post-sidebar__card__header {
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--black)/0.6);
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .post-sidebar__card__header {
        font-size: 1.25rem;
    }
}

.post-sidebar__card__subtitle {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--black)/0.6);
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.post-sidebar__card__subtitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background: hsl(var(--black)/0.15);
}

.post-sidebar__recent-post {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 991px) {
    .post-sidebar__recent-post {
        gap: 15px;
    }
}

.post-sidebar__recent-post__link {
    display: flex;
    gap: 15px;
    color: hsl(var(--black)/0.5);
}

.post-sidebar__recent-post__link:hover {
    color: hsl(var(--base-d-100));
}

.post-sidebar__recent-post__link:hover .post-sidebar__recent-post__thumb {
    filter: brightness(1.1);
}

.post-sidebar__recent-post__thumb {
    width: 85px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    filter: brightness(0.9);
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .post-sidebar__recent-post__thumb {
        width: 75px;
        height: 55px;
    }
}

.post-sidebar__recent-post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-sidebar__recent-post__txt {
    width: calc(100% - 100px);
    font-size: 1rem;
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .post-sidebar__recent-post__txt {
        width: calc(100% - 90px);
    }
}

.post-sidebar__job-information li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .post-sidebar__job-information li {
        gap: 10px;
        margin-bottom: 15px;
    }
}

.post-sidebar__job-information li:last-child {
    margin-bottom: 0;
}

.post-sidebar__job-information__icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, hsl(var(--base-two-l-900)/0.5), hsl(var(--base-l-900)/0.5), hsl(var(--base-two-l-900)/0.5));
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.125rem;
    color: hsl(var(--black)/0.6);
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .post-sidebar__job-information__icon {
        width: 65px;
        height: 65px;
        font-size: 2.5rem;
        border-radius: 7px;
    }
}

.post-sidebar__job-information__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-sidebar__job-information__txt {
    width: calc(100% - 95px);
}

@media screen and (max-width: 991px) {
    .post-sidebar__job-information__txt {
        width: calc(100% - 75px);
    }
}

.post-sidebar__job-information__name {
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--black)/0.5);
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .post-sidebar__job-information__name {
        font-size: 0.875rem;
    }
}

.post-sidebar__job-information__info {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--base-d-100));
}

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

@media screen and (max-width: 991px) {
    .post-sidebar__job-information__info {
        font-size: 1rem;
    }
}
/* ================================= Start Rating Css Start =========================== */
.rating-list {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.rating-list__item {
    color: hsl(var(--warning));
}

.rating-list__text {
    display: block;
    font-weight: 600;
    line-height: 1;
}

/* ================================= Start Rating Css End =========================== */
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider .slick-list {
    margin: 0 -10px;
}

@media screen and (max-width: 1199px) {
    .slick-initialized.slick-slider .slick-list {
        margin: 0 -12.5px;
    }
}

@media screen and (max-width: 767px) {
    .slick-initialized.slick-slider .slick-list {
        margin: 0 -10px;
    }
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

@media screen and (max-width: 1199px) {
    .slick-initialized.slick-slider .slick-slide {
        padding: 0 12.5px;
    }
}

@media screen and (max-width: 767px) {
    .slick-initialized.slick-slider .slick-slide {
        padding: 0 10px;
    }
}

.slick-initialized.slick-slider .slick-slide > div {
    height: 100%;
}

.slick-arrow {
    border: none;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 50%;
    color: hsl(var(--body-color));
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    font-size: 1.375rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 33px;
        border-width: 1px;
        font-size: 1.125rem;
    }
}

.slick-arrow .ti {
    transform: translateY(5%);
}

@media screen and (max-width: 991px) {
    .slick-arrow .ti {
        transform: translateY(0%);
    }
}

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

/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

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

.slick-dots li button {
    border: none;
    width: 50px;
    height: 8px;
    text-indent: -9999px;
    transition: 0.3s linear;
    position: relative;
}

.slick-dots li button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: hsl(var(--black)/0.3);
    transform: translateY(-50%);
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
}

.slick-dots li.slick-active button::after {
    background: transparent;
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ============ Home Page Sections Start ============ */
/* Banner Section Start */
/* ====================== Banner Css Start ==================== */
.banner-section {
    padding-top: 101px;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .banner-section {
        padding-top: 75px;
    }
}

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

@media screen and (max-width: 991px) {
    .banner-section {
        padding-top: 70px;
    }
}

.banner-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}

.banner-section__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, hsl(var(--base-l-800)));
}

.banner-content {
    padding: 80px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

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

.banner-content__title {
    font-size: 3.125rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: -14px;
    margin-bottom: 31px;
    color: hsl(var(--body-color));
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .banner-content__title {
        font-size: 2.5rem;
        margin-top: -0.6rem;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__title {
        font-size: 1.875rem;
        margin-top: -0.45rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__title {
        text-align: center;
        font-size: 1.563rem;
        margin-top: -0.438rem;
    }
}

.banner-content__desc {
    font-size: 1.25rem;
    color: hsl(var(--white)/0.95);
    margin-bottom: 1.813rem;
}

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

.banner-content__form {
    display: flex;
    background: hsl(var(--white));
    backdrop-filter: blur(10px);
    border: 1px solid hsl(var(--secondary-l-700));
    border-radius: 10px;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .banner-content__form {
        border-radius: 7px;
    }
}

.banner-content__form button {
    font-size: 1.25rem;
    flex-shrink: 0;
    color: hsl(var(--body-color));
    padding: 10px 15px;
    transition: 0.3s;
}

@media screen and (max-width: 1399px) {
    .banner-content__form button {
        font-size: 1.125rem;
        padding: 10px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__form button {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__form button {
        font-size: 0.9375rem;
        padding: 7px 10px;
    }
}

.banner-content__form button.search-btn {
    background: hsl(var(--base));
    color: hsl(var(--white));
    padding: 10px 20px;
    border-radius: 0 9px 9px 0;
}

@media screen and (max-width: 1399px) {
    .banner-content__form button.search-btn {
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__form button.search-btn {
        padding: 7px 10px;
        border-radius: 0 6px 6px 0;
    }
}

.banner-content__form button.search-btn:hover {
    background: hsl(var(--base-d-200));
}

@media screen and (max-width: 1199px) {
    .banner-content__form button .btn-txt {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__form button .btn-txt {
        display: none;
    }
}

.banner-content__form input {
    font-size: 1.25rem;
    width: 100%;
    height: auto;
    background: transparent;
    border: 0;
    outline: none;
    padding: 10px 5px !important;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 1399px) {
    .banner-content__form input {
        font-size: 1.125rem;
        padding: 10px 5px 10px 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__form input {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__form input {
        font-size: 0.9375rem;
        padding: 7px 5px 7px 0 !important;
    }
}

.banner-content__form:focus-within {
    border-color: hsl(var(--base-l-200));
}

.banner-content__select {
    width: max-content;
    flex-shrink: 0;
    position: relative;
}

.banner-content__select__btn__txt {
    padding-right: 5px;
}

@media screen and (max-width: 767px) {
    .banner-content__select__btn__txt {
        padding-right: 0;
    }
}

.banner-content__select__btn__txt .ti {
    transform: translateY(10%);
}

.banner-content__select__list {
    position: absolute;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    top: 100%;
    min-width: 150px;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--dark-l-900));
    border-radius: 5px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 2;
}

.banner-content__select__list.show {
    transform: rotate(0);
    opacity: 1;
    visibility: visible;
}

.banner-content__select__list li {
    padding: 5px 15px;
    font-size: 0.9375rem;
}

.banner-content__select__list li.dropdown-divider {
    border-top: 1px solid hsl(var(--dark-l-900));
    padding: 0;
    margin: 5px 0;
}

.banner-content__select__list li input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.banner-content__select__list li input:checked + label::after {
    opacity: 1;
}

.banner-content__select__list li label {
    display: block;
    min-width: max-content;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
    user-select: none;
}

.banner-content__select__list li label::after {
    content: "\ea5e";
    font-family: "tabler-icons";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 0.75rem;
    color: hsl(var(--white));
    background: hsl(var(--success));
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s;
}

.banner-content__select__list li label i {
    transform: translateY(5%);
    padding-right: 5px;
}

.banner-content__search-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .banner-content__search-tag {
        gap: 5px;
        margin-top: 10px;
    }
}

.banner-content__search-tag a {
    background: hsl(var(--secondary-l-900));
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 1rem;
    color: hsl(var(--dark-l-300));
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .banner-content__search-tag a {
        border-radius: 3px;
        font-size: 0.875rem;
        font-weight: 500;
    }
}

.banner-content__search-tag a i {
    font-size: 0.9375rem;
    transform: translate(5%);
}

@media screen and (max-width: 991px) {
    .banner-content__search-tag a i {
        transform: translateY(5%);
    }
}

.banner-content__search-tag a:hover {
    background: hsl(var(--secondary-l-700));
}

.banner-thumb__box {
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.banner-thumb__box.image-1 {
    position: absolute;
    top: 200px;
    left: 8%;
    width: 200px;
    height: 270px;
    animation: 3s bounce 0s linear infinite;
    @media (max-width:1799px) {
        left: 7%;
    }
    @media (max-width:1599px) {
        left: 6%;
        width: 150px;
        height: 200px;
    }
    @media (max-width:1399px) {
        left: 5%;
        width: 140px;
        height: 180px;
    }
    @media (max-width:1199px) {
        left: 3%;
        width: 120px;
        height: 150px;
    }
    @media (max-width:991px) {
        top: 120px;
        left: 2%;
        width: 100px;
        height: 135px;
    }
    @media (max-width:767px) {
        display: none;
    }
}

.banner-thumb__box.image-2 {
    position: absolute;
    top: 330px;
    right: 6%;
    width: 250px;
    height: 180px;
    animation: 3s bounce .2s linear infinite;
    @media (max-width:1799px) {
        top: 280px;
        right: 5%;
    }
    @media (max-width:1599px) {
        top: 280px;
        width: 210px;
        height: 140px;
    }
    @media (max-width:1399px) {
        top: 250px;
        right: 4%;
        width: 180px;
        height: 130px;
    }
    @media (max-width:1199px) {
        top: 200px;
        right: 3%;
        width: 150px;
        height: 110px;
    }
    @media (max-width:991px) {
        top: 165px;
        right: 2%;
        width: 125px;
        height: 90px;
    }
    @media (max-width:767px) {
        display: none;
    }
}

.banner-thumb__box.image-3 {
    position: absolute;
    bottom: 150px;
    left: 14%;
    width: 180px;
    height: 180px;
    animation: 3s bounce .4s linear infinite;
    @media (max-width:1799px) {
        left: 11%;
    }
    @media (max-width:1599px) {
        left: 10%;
        width: 140px;
        height: 140px;
    }
    @media (max-width:1399px) {
        left: 9%;
        width: 130px;
        height: 130px;
    }
    @media (max-width:1199px) {
        left: 8%;
        width: 110px;
        height: 110px;
    }
    @media (max-width:991px) {
        bottom: 120px;
        left: 7%;
        width: 90px;
        height: 90px;
    }
    @media (max-width:767px) {
        display: none;
    }
}

.banner-thumb__box.image-4 {
    position: absolute;
    bottom: 100px;
    right: 15%;
    width: 180px;
    height: 230px;
    animation: 3s bounce .6s linear infinite;
    @media (max-width:1799px) {
        right: 11%;
    }
    @media (max-width:1599px) {
        right: 10%;
        width: 140px;
        height: 190px;
    }
    @media (max-width:1399px) {
        right: 9%;
        width: 130px;
        height: 170px;
    }
    @media (max-width:1199px) {
        right: 8%;
        width: 110px;
        height: 140px;
    }
    @media (max-width:991px) {
        bottom: 70px;
        right: 7%;
        width: 90px;
        height: 115px;
    }
    @media (max-width:767px) {
        display: none;
    }
}

.banner-thumb__box.image-5 {
    aspect-ratio: 16/8;
}

.banner-thumb__box video,
.banner-thumb__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    @media (max-width:575px) {
        border-radius: 7px;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
}

/* ====================== Banner Css End ==================== */
/* Banner Section End */
/* Category Section Start */
.category {
    position: relative;
    z-index: 1;
}

.category__slider {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.category__slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    background: linear-gradient(to right, hsl(var(--white)), hsl(var(--white)/0.8), transparent);
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .category__slider::before {
        width: 150px;
    }
}

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

.category__slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    background: linear-gradient(to left, hsl(var(--white)), hsl(var(--white)/0.8), transparent);
}

@media screen and (max-width: 1399px) {
    .category__slider::after {
        width: 150px;
    }
}

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

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

.category .slick-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.category .slick-next {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
    .category .slick-list {
        margin: 0 -9.5px !important;
    }
}

@media screen and (max-width: 767px) {
    .category .slick-list {
        margin: 0 -6px !important;
    }
}

@media screen and (max-width: 575px) {
    .category .slick-list {
        margin: 0 -5px !important;
    }
}

@media screen and (max-width: 991px) {
    .category .slick-slide {
        padding: 0 9.5px !important;
    }
}

@media screen and (max-width: 767px) {
    .category .slick-slide {
        padding: 0 6px !important;
    }
}

@media screen and (max-width: 575px) {
    .category .slick-slide {
        padding: 0 5px !important;
    }
}

.category__card {
    height: 100%;
    padding: 15px;
    background: hsl(var(--base-two-l-900));
    border: 1px solid hsl(var(--base-l-800) / .5);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

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

@media screen and (max-width: 575px) {
    .category__card {
        padding: 7px 7px 10px;
    }
}

.category__card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 80px;
    transform: translate(-50%, -50%) skewY(10deg);
    background: linear-gradient(hsl(var(--base)/0.15), transparent);
    border-radius: 50%;
    z-index: -1;
}

.category__card::after {
    content: "";
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 150%;
    height: 80px;
    transform: translate(-50%, 0%) skewY(-10deg);
    background: linear-gradient(hsl(var(--base)/0.15), transparent);
    border-radius: 50%;
    z-index: -1;
}

.category__card__icon {
    width: 100%;
    aspect-ratio: 1/1;
    background: hsl(var(--base-l-900)/0.2);
    border: 1px solid hsl(var(--base-l-800) / .5);
    border-radius: 10px;
    overflow: hidden;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 15px;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .category__card__icon {
        border-radius: 7px;
        margin-bottom: 10px;
    }
}

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

.category__card__txt {
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 991px) {
    .category__card__txt {
        font-size: 0.875rem;
        font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
    .category__card__txt {
        font-size: 0.8125rem;
        font-weight: 400;
    }
}

.category__card:hover .category__card__icon {
    border-color: hsl(var(--base));
}

/* Category Section End */
/* Product Section Start */
.product__row {
    position: relative;
    margin-right: -15px;
}

@media screen and (max-width: 991px) {
    .product__row {
        margin-right: -10px;
    }
}

.product__card {
    display: flex !important;
    width: calc(20% - 15px);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .product__card {
        width: calc(25% - 15px);
    }
}

@media screen and (max-width: 1199px) {
    .product__card {
        width: calc(33.3333333333% - 15px);
    }
}

@media screen and (max-width: 991px) {
    .product__card {
        width: calc(33.3333333333% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .product__card {
        width: calc(50% - 10px);
        border-radius: 7px;
    }
}

.product__card.product-video .product__card__vdo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--dark));
}

.product__card.product-video .product__card__vdo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__card__thumb {
    width: 100%;
    height: 100%;
    position: relative;
}

.product__card__thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, hsl(var(--black)/0.9));
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.product__card__thumb img,
.product__card__thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__card__txt {
    position: absolute;
    bottom: 15px;
    left: 15px;
    max-width: calc(100% - 30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

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

.product__card__name {
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--white));
    margin-bottom: 10px;
}

.product__card__btn {
    width: max-content;
    background: hsl(var(--white));
    color: hsl(var(--body-color));
    padding: 5px 10px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 10px;
}

.product__card__btn:hover {
    color: hsl(var(--base-d-100));
}

.product__card__badges {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: calc(100% - 50px);
    display: flex;
    gap: 5px;
    transition: all 0.3s ease-in;
}

.product__card__badge {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: hsl(var(--white));
    border-radius: 3px;
    font-size: 1.125rem;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .product__card__badge {
        width: 25px;
        height: 25px;
        line-height: 23px;
        font-size: 1rem;
    }
}

.product__card__badge.premium {
    background: hsl(var(--warning));
    color: hsl(var(--white));
}

.product__card__badge.video {
    background: hsl(var(--dark-l-500));
    color: hsl(var(--white));
}

.product__card__action {
    position: absolute;
    top: 10px;
    right: 10px;
    max-height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    gap: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

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

.product__card__action button {
    width: 30px;
    height: 30px;
    background: hsl(var(--white));
    border-radius: 5px;
    font-size: 1rem;
    transition: 0.3s;
}

.product__card__action button i {
    transform: translateY(10%);
}

.product__card__action button.active,
.product__card__action button:hover {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.product__card:hover .product__card__thumb::before {
    opacity: 1;
    visibility: visible;
}

.product__card:hover .product__card__txt,
.product__card:hover .product__card__action {
    opacity: 1;
    visibility: visible;
}

.product__btn {
    width: 100%;
    padding-top: 20px;
}

/* Product Section End */
/* Why Choose Us Section Start */
.why-choose-us {
    background: hsl(var(--base-two-l-900)/0.2);
    position: relative;
    z-index: 2;
}

.why-choose-us__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: -1;
}

.why-choose-us__card__icon i {
    background: linear-gradient(45deg, hsl(var(--base-l-400)), hsl(var(--base-d-200)));
    background-clip: text;
}

.why-choose-us__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background-color: hsl(var(--white));
    box-shadow: 0px 30px 40px 0px hsl(var(--base)/0.07);
    border-radius: 10px;
    height: 100%;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .why-choose-us__card {
        padding: 20px;
    }
}

.why-choose-us__card__icon {
    height: 70px;
    line-height: 70px;
    font-size: 4.375rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .why-choose-us__card__icon {
        height: 60px;
        line-height: 60px;
        font-size: 3.75rem;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .why-choose-us__card__icon {
        height: 50px;
        line-height: 50px;
        font-size: 3.125rem;
        margin-bottom: 20px;
    }
}

.why-choose-us__card__icon i {
    color: transparent;
    transform: translateY(-8%);
}

.why-choose-us__card__content {
    text-align: center;
}

.why-choose-us__card__name {
    display: block;
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .why-choose-us__card__name {
        font-size: 1.125rem;
    }
}

.why-choose-us__card__desc {
    display: block;
}

.why-choose-us__card:hover {
    border-color: hsl(var(--base));
}

/* Why Choose Us Section End */
/* Popular Collection Section Start */
.collection__card {
    height: 100%;
    background: linear-gradient(45deg, hsl(var(--base-l-900)/0.5), hsl(var(--base-two-l-900)/0.5), hsl(var(--base-l-900)/0.5), hsl(var(--base-two-l-900)/0.5));
    border: 1px solid hsl(var(--black)/0.02);
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .collection__card {
        border-radius: 10px;
    }
}

.collection__card__thumb {
    background: hsl(var(--white));
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.collection__card__thumb__badge {
    position: absolute;
    top: 15px;
    left: 15px;
    color: hsl(var(--white));
    background: hsl(var(--base));
    padding: 0 15px;
    border: 1px solid hsl(var(--white)/0.3);
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 500;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .collection__card__thumb__badge {
        padding: 0 10px;
        font-size: 0.875rem;
    }
}

.collection__card__thumb__inner {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    transform: scale(1.5) rotate(25deg);
    transition: 0.3s;
}

.collection__card__thumb__img {
    background-color: hsl(var(--secondary-l-800));
}

.collection__card__thumb__img:first-child {
    grid-row: 1/3;
    aspect-ratio: 1/1.5;
}

.collection__card__thumb__img:not(:first-child) {
    aspect-ratio: 1/0.7;
}

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

.collection__card__txt {
    padding: 20px;
}

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

.collection__card__name {
    font-family: var(--body-font);
    font-size: 1.375rem;
    line-height: 1.5;
    font-weight: 700;
    margin-top: -5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .collection__card__name {
        font-size: 1.25rem;
    }
}

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

.collection__card__info {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 15px;
}

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

.collection__card__info a {
    font-weight: 600;
    text-decoration: underline;
}

.collection__card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.collection__card__tag {
    font-size: 0.875rem;
    font-weight: 400;
    color: hsl(var(--black)/0.5);
    background: hsl(var(--white));
    padding: 2px 15px;
    border-radius: 15px;
}

@media screen and (max-width: 767px) {
    .collection__card__tag {
        font-size: 0.8125rem;
        padding: 0 10px;
    }
}

.collection__card__tag:hover {
    color: hsl(var(--black)/0.7);
    background: hsl(var(--secondary-l-800));
}

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

.collection__card:hover .collection__card__thumb__inner {
    transform: scale(1.7) rotate(25deg);
}

/* Popular Collection Section End */
/* Bundle Offer Section Start */
.bundle-offer {
    background: hsl(var(--base-two-l-900)/0.2);
    position: relative;
    z-index: 2;
}

.bundle-offer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: -1;
}

.bundle-offer__row > *:nth-child(4n+2) .bundle-offer__card__icon {
    border-radius: 50%;
}

.bundle-offer__row > *:nth-child(4n+3) .bundle-offer__card__icon {
    clip-path: polygon(0.517% 45.081%, 0.517% 45.081%, 0.179% 43.453%, 0.041% 41.82%, 0.096% 40.198%, 0.341% 38.604%, 0.768% 37.054%, 1.373% 35.563%, 2.149% 34.149%, 3.093% 32.827%, 4.197% 31.613%, 5.457% 30.524%, 41.579% 2.902%, 41.579% 2.902%, 43.123% 1.876%, 44.761% 1.078%, 46.469% 0.509%, 48.223% 0.167%, 50% 0.053%, 51.777% 0.167%, 53.531% 0.509%, 55.239% 1.078%, 56.877% 1.876%, 58.421% 2.902%, 94.543% 30.524%, 94.543% 30.524%, 95.803% 31.613%, 96.908% 32.827%, 97.851% 34.149%, 98.628% 35.563%, 99.232% 37.054%, 99.659% 38.604%, 99.904% 40.198%, 99.959% 41.82%, 99.821% 43.453%, 99.484% 45.081%, 87.367% 89.797%, 87.367% 89.797%, 86.765% 91.546%, 85.951% 93.17%, 84.943% 94.656%, 83.76% 95.99%, 82.419% 97.156%, 80.94% 98.143%, 79.341% 98.934%, 77.64% 99.517%, 75.855% 99.877%, 74.005% 100%, 50% 100%, 25.995% 100%, 25.995% 100%, 24.145% 99.877%, 22.36% 99.517%, 20.659% 98.934%, 19.06% 98.143%, 17.581% 97.156%, 16.24% 95.99%, 15.057% 94.656%, 14.049% 93.17%, 13.235% 91.546%, 12.633% 89.797%, 0.517% 45.081%);
}

.bundle-offer__row > *:nth-child(4n+4) .bundle-offer__card__icon {
    clip-path: polygon(2.142% 65.077%, 2.142% 65.077%, 1.578% 64.111%, 1.1% 63.11%, 0.706% 62.077%, 0.399% 61.019%, 0.179% 59.942%, 0.047% 58.851%, 0.005% 57.75%, 0.052% 56.647%, 0.19% 55.546%, 0.419% 54.452%, 7.705% 25.684%, 7.705% 25.684%, 8.033% 24.587%, 8.449% 23.529%, 8.95% 22.514%, 9.531% 21.548%, 10.19% 20.634%, 10.922% 19.778%, 11.724% 18.985%, 12.593% 18.258%, 13.524% 17.602%, 14.513% 17.023%, 43.617% 1.601%, 43.617% 1.601%, 44.836% 1.03%, 46.094% 0.586%, 47.38% 0.269%, 48.685% 0.078%, 50% 0.015%, 51.315% 0.078%, 52.62% 0.269%, 53.906% 0.586%, 55.164% 1.03%, 56.383% 1.601%, 85.486% 17.023%, 85.486% 17.023%, 86.476% 17.602%, 87.407% 18.258%, 88.276% 18.985%, 89.078% 19.778%, 89.81% 20.634%, 90.469% 21.548%, 91.05% 22.514%, 91.551% 23.529%, 91.966% 24.587%, 92.294% 25.684%, 99.581% 54.452%, 99.581% 54.452%, 99.81% 55.546%, 99.948% 56.647%, 99.995% 57.75%, 99.952% 58.851%, 99.82% 59.942%, 99.601% 61.019%, 99.294% 62.077%, 98.9% 63.11%, 98.421% 64.111%, 97.858% 65.077%, 79.522% 93.731%, 79.522% 93.731%, 78.719% 94.856%, 77.816% 95.883%, 76.821% 96.807%, 75.743% 97.625%, 74.593% 98.33%, 73.377% 98.918%, 72.107% 99.384%, 70.79% 99.723%, 69.436% 99.93%, 68.054% 100%, 50% 100%, 31.946% 100%, 31.946% 100%, 30.564% 99.93%, 29.21% 99.723%, 27.893% 99.384%, 26.623% 98.918%, 25.407% 98.33%, 24.257% 97.625%, 23.179% 96.807%, 22.184% 95.883%, 21.281% 94.856%, 20.478% 93.731%, 2.142% 65.077%);
}

.bundle-offer__card__icon {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 3.125rem;
    text-align: center;
    color: hsl(var(--white));
    background: linear-gradient(45deg, hsl(var(--base-l-400)), hsl(var(--base-two-d-200)));
    border-radius: 10px;
    margin: 0 auto 20px;
}

@media screen and (max-width: 1199px) {
    .bundle-offer__card__icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    .bundle-offer__card__icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 2.1875rem;
        margin-bottom: 15px;
    }
}

.bundle-offer__card__icon i {
    transform: translateY(10%);
}

.bundle-offer__card__txt {
    text-align: center;
}

.bundle-offer__card__name {
    display: block;
    font-family: var(--heading-font);
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .bundle-offer__card__name {
        font-size: 1.125rem;
        margin-bottom: 5px;
    }
}

.bundle-offer__card__desc {
    display: block;
}

/* Bundle Offer Section End */
/* Top Contributor Section Start */
.contributor {
    background: hsl(var(--base)/0.07);
}

.contributor__card {
    background-color: hsl(var(--white));
    background-image: linear-gradient(45deg, hsl(var(--base-l-900)/0.3), hsl(var(--base-two-l-900)/0.3), hsl(var(--base-l-900)/0.3), hsl(var(--base-two-l-900)/0.3));
    box-shadow: 0px 20px 40px 0px hsl(var(--base-d-500)/0.05);
    border: 1px solid hsl(var(--black)/0.05);
    border-radius: 15px;
    padding: 15px;
    transition: 0.3s;
}

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

@media screen and (max-width: 767px) {
    .contributor__card {
        border-radius: 10px;
    }
}

.contributor__card__img__cover {
    height: 120px;
    border: 1px solid hsl(var(--black)/0.05);
    border-radius: 10px;
    overflow: hidden;
}

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

@media screen and (max-width: 767px) {
    .contributor__card__img__cover {
        height: 80px;
        border-radius: 5px;
    }
}

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

.contributor__card__img__profile {
    width: 80px;
    height: 80px;
    box-shadow: 0px 20px 20px -10px hsl(var(--base)/0.4);
    border: 3px solid hsl(var(--base-l-200));
    border-radius: 50%;
    overflow: hidden;
    margin: -40px auto 0;
    position: relative;
}

@media screen and (max-width: 991px) {
    .contributor__card__img__profile {
        width: 70px;
        height: 70px;
        margin-top: -35px;
    }
}

@media screen and (max-width: 767px) {
    .contributor__card__img__profile {
        width: 65px;
        height: 65px;
        margin-top: -32.5px;
    }
}

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

.contributor__card__txt {
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: center;
}

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

.contributor__card__name {
    font-family: var(--body-font);
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
    .contributor__card__name {
        font-size: 1.125rem;
    }
}

.contributor__card__info {
    display: block;
    line-height: 1;
}

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

/* Top Contributor Section End */
/* Call To Action Section Start */
.call-to-action__bg {
    padding: 120px 50px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .call-to-action__bg {
        padding: 80px 20px;
    }
}

@media screen and (max-width: 767px) {
    .call-to-action__bg {
        padding: 60px 20px;
    }
}

.call-to-action__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, hsl(var(--base-two-d-800)/0), hsl(var(--base-d-800)) 60%);
    opacity: 0.93;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .call-to-action__bg::after {
        background: linear-gradient(45deg, hsl(var(--base-two-d-800)), hsl(var(--base-d-800)) 60%);
    }
}

@media screen and (max-width: 767px) {
    .call-to-action__txt {
        text-align: center;
    }
}

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

.call-to-action__txt p {
    color: hsl(var(--white));
    margin-bottom: 31px;
}

@media screen and (max-width: 767px) {
    .call-to-sell {
        text-align: center;
    }
}

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

.call-to-sell__desc {
    margin-bottom: 31px;
}

/* Call To Action Section End */
/* ============ Home Page Sections End ============ */
/* ============ Inner Pages Design Start ============ */
/* Search Result Page Start */
.header-search {
    position: sticky;
    top: 71px;
    width: 100%;
    padding: 10px 0;
    background: hsl(var(--base-l-900));
    border-bottom: 1px solid hsl(var(--base-l-800));
    z-index: 11;
}

@media screen and (max-width: 1399px) {
    .header-search {
        top: 60px;
    }
}

.header-search .banner-content__form {
    border-radius: 5px;
}

.header-search .banner-content__form button {
    padding: 10px 15px;
}

@media screen and (max-width: 1399px) {
    .header-search .banner-content__form button {
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .header-search .banner-content__form button {
        padding: 7px 10px;
    }
}

.header-search .banner-content__form button.search-btn {
    border-radius: 0 4px 4px 0;
}

.header-search .banner-content__form input {
    padding: 10px 5px !important;
}

@media screen and (max-width: 1399px) {
    .header-search .banner-content__form input {
        padding: 10px 5px 10px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .header-search .banner-content__form input {
        padding: 7px 5px 7px 0 !important;
    }
}

.search-result {
    display: flex;
    flex-wrap: wrap;
}

.search-result__sidebar-toggler {
    background-color: hsl(var(--white)) !important;
}

@media screen and (max-width: 767px) {
    .search-result__sidebar-toggler .btn-txt {
        display: none;
    }
}

.search-result__sidebar {
    position: sticky;
    top: 169px;
    width: 285px;
    height: calc(100vh - 184px);
    margin: 15px 0 15px 15px;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--dark-l-900));
    border-radius: 10px;
}

@media screen and (max-width: 1399px) {
    .search-result__sidebar {
        top: 139px;
        height: calc(100vh - 139px);
    }
}

@media screen and (max-width: 991px) {
    .search-result__sidebar {
        position: fixed;
        top: 135px;
        left: -300px;
        height: calc(100vh - 165px);
        box-shadow: 0px 0px 40px 0px hsl(var(--black) / .1);
        border-color: hsl(var(--dark-l-800));
        transition: all 0.3s ease-in;
        z-index: 11;
    }
}

@media screen and (max-width: 767px) {
    .search-result__sidebar {
        top: 55px;
        left: -295px;
        height: calc(100vh - 79px);
        margin-left: 10px;
    }
}

.search-result__sidebar.expanded {
    left: 0;
}

.search-result__sidebar.expanded .search-result__sidebar__close::after {
    content: "\ea60";
}

.search-result__sidebar.collapsed {
    margin-left: -284px;
}

.search-result__sidebar.collapsed .search-result__sidebar__close::after {
    content: "\ea61";
}

.search-result__sidebar__close {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 17px;
    height: 50px;
    background: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 0 5px 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-result__sidebar__close::after {
    content: "\ea60";
    font-family: "tabler-icons";
}

@media screen and (max-width: 991px) {
    .search-result__sidebar__close::after {
        content: "\ea61";
    }
}

.search-result__sidebar__inner {
    height: 100%;
    padding: 15px;
    overflow: auto;
    background: hsl(var(--dark) / .03);
    border-radius: 10px;
}

.search-result__sidebar__inner::-webkit-scrollbar {
    width: 5px;
}

.search-result__sidebar__inner::-webkit-scrollbar-track {
    background: hsl(var(--secondary-l-900));
}

.search-result__sidebar__inner::-webkit-scrollbar-thumb {
    background: hsl(var(--secondary-l-800));
}

.search-result__sidebar__inner::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--secondary-l-600));
}

.search-result__sidebar__header {
    border-bottom: 1px solid hsl(var(--dark-l-900)/0.7);
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.search-result__sidebar__header .clear-filter {
    height: 25px;
    line-height: 25px;
    padding: 0 7px;
    border-radius: 3px;
    background: hsl(var(--secondary));
    color: hsl(var(--white));
    font-size: 0.875rem;
    font-weight: 500;
}

.search-result__sidebar__header .clear-filter i {
    transform: translateY(8%);
}

.search-result__sidebar__title {
    font-family: var(--body-font);
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 0;
}

.search-result__card {
    margin-bottom: 10px;
}

.search-result__card__header {
    display: block;
    user-select: none;
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 700;
    color: hsl(var(--body-color));
    padding: 12px 0;
    padding-right: 15px;
    margin-bottom: 0;
    position: relative;
}

.search-result__card__header.opened::after {
    content: "\ea62";
}

.search-result__card__header::after {
    content: "\ea5f";
    font-family: "tabler-icons";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.search-result__card__header .ti {
    transform: translateY(5%);
}

.search-result__card__body {
    padding-top: 5px;
}

.search-result__filter-btn {
    user-select: none;
    padding: 0 10px;
    height: 35px;
    line-height: 33px;
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--black)/0.8);
    border: 1px solid hsl(var(--dark-l-800));
    border-radius: 5px;
}

.search-result__filter-btn .ti {
    transform: translateY(8%);
}


.search-result__filter-btn.active,
.search-result__filter-btn:hover {
    background: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.search-result__color-filter-btn {
    width: 25px;
    height: 25px;
    border: 1px solid hsl(var(--dark-l-800));
    border-radius: 50%;
    position: relative;
}

.search-result__color-filter-btn.active::after {
    opacity: 1;
}

.search-result__color-filter-btn::after {
    content: "\ea5e";
    font-family: "tabler-icons";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1rem;
    font-weight: 700;
    color: hsl(var(--white));
    mix-blend-mode: difference;
    transform: translate(-55%, -45%);
    opacity: 0;
}

.search-result__color-filter-btn.deselect-color::after {
    content: "\eb55";
    color: hsl(var(--body-color));
    mix-blend-mode: darken;
    transform: translate(-50%, -45%);
    opacity: 1;
}

.search-result__guide {
    background: hsl(var(--white));
    padding: 10px;
    margin: 20px 20px -10px;
    position: sticky;
    top: 154px;
    z-index: 3;
}

@media screen and (max-width: 1399px) {
    .search-result__guide {
        top: 139px;
    }
}

@media screen and (max-width: 991px) {
    .search-result__guide {
        top: 135px;
        margin: 10px 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .search-result__guide {
        top: 128px;
        margin: 10px 0 0;
    }
}

.search-result__guide__nav {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    visibility: hidden;
    z-index: 2;
}

.search-result__guide__nav__btn {
    visibility: visible;
    width: 35px;
    height: 40px;
    background: hsl(var(--base));
    border-radius: 5px;
    color: hsl(var(--white));
    font-size: 1.375rem;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .search-result__guide__nav__btn {
        width: 30px;
        height: 30px;
        font-size: 1.125rem;
    }
}

.search-result__guide__nav__btn:disabled {
    background: hsl(var(--base-l-400));
}

.search-result__guide__nav__btn i {
    transform: translateY(10%);
}

.search-result__guide__list {
    overflow: auto;
    padding: 0 45px;
}

@media screen and (max-width: 991px) {
    .search-result__guide__list {
        padding: 0 35px;
    }
}

.search-result__guide__list::-webkit-scrollbar {
    height: 0;
}

.search-result__guide__list ul {
    width: max-content;
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 991px) {
    .search-result__guide__list ul {
        gap: 5px;
    }
}

.search-result__guide__list ul a {
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    background: hsl(var(--dark-l-900)/0.5);
    border: 1px solid hsl(var(--dark-l-900));
    border-radius: 5px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: hsl(var(--body-color));
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 991px) {
    .search-result__guide__list ul a {
        height: 30px;
        line-height: 28px;
        padding: 0 7px;
        font-size: 0.875rem;
        gap: 5px;
    }
}

.search-result__guide__list ul a.search-result__guide__type {
    font-weight: 700;
}

.search-result__guide__list ul a i {
    transform: translateY(3%);
}

@media screen and (max-width: 767px) {
    .search-result__guide__list ul a i {
        transform: translateY(10%);
    }
}

.search-result__guide__list ul a:hover {
    background: hsl(var(--dark-l-900));
    border-color: hsl(var(--dark-l-800));
}

.search-result__items {
    width: calc(100% - 300px);
}

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

.search-result__items.expanded {
    width: calc(100% - 1px);
}

.search-result__items.expanded .product__card {
    width: calc(16.6666666667% - 15px);
}

.search-result__items .product {
    padding: 30px;
}

@media screen and (max-width: 991px) {
    .search-result__items .product {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .search-result__items .product {
        padding: 10px;
    }
}

.search-result__pagination {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
    .search-result__pagination {
        justify-content: space-around;
    }
}

.search-result__pagination__page-1 {
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    color: hsl(var(--body-color));
}

.search-result__pagination__page-1 i {
    font-size: 1.45em;
    line-height: 1;
}

.search-result__pagination__page-1:hover {
    color: hsl(var(--base-d-200));
}

.search-result__pagination__input {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 700;
}

.search-result__pagination__input input {
    width: 70px;
    padding-top: 0;
    padding-bottom: 0;
}

.product__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid hsl(var(--dark-l-900));
    margin-bottom: 20px;
}

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

.product__nav__link {
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--body-color));
    padding: 0 10px 10px;
    position: relative;
}

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

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

.product__nav__link.active {
    color: hsl(var(--base));
}

.product__nav__link.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: hsl(var(--base));
}

.product__nav__link i {
    transform: translateY(10%);
}

.product .no-data-found {
    width: 100%;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .product .no-data-found {
        width: 280px;
        height: 280px;
        padding: 50px 0;
        margin: 0 auto 10px;
    }
}

.product .no-data-found::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    aspect-ratio: 1/1;
    background: hsl(var(--dark-l-900)/0.5);
    border-radius: 50%;
    z-index: -1;
}

.product .no-data-found img {
    max-width: 250px;
}

@media screen and (max-width: 1399px) {
    .product .no-data-found img {
        max-width: 150px;
    }
}

@media screen and (max-width: 991px) {
    .product .no-data-found img {
        max-width: 120px;
    }
}

.product .no-data-found span {
    font-size: 2.5rem;
    font-weight: 500;
    color: hsl(var(--dark-l-500));
}

@media screen and (max-width: 1399px) {
    .product .no-data-found span {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 991px) {
    .product .no-data-found span {
        font-size: 1.25rem;
    }
}
/* Search Result Page End */
/* Product Details Page Start */
.product-details__thumb {
    aspect-ratio: 1920/1280;
    background: hsl(var(--dark-l-900));
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-details__thumb canvas {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product-details__thumb video,
.product-details__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-details__inner__caption {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
}

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

.product-details__info {
    border-top: 1px solid hsl(var(--dark-l-900));
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

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

.product-details__author__img {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .product-details__author__img {
        width: 40px;
        height: 40px;
    }
}

.product-details__author__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details__author__name {
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    color: hsl(var(--base));
    margin-bottom: 7px;
}

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

.product-details__author__follow {
    display: block;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--dark-l-200));
}

@media screen and (max-width: 767px) {
    .product-details__author__follow {
        font-size: 0.8125rem;
    }
}

.product-details__action {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .product-details__action {
        gap: 5px;
    }
}

.product-details__action button {
    height: 35px;
    padding: 0 15px;
    background: hsl(var(--dark-l-900));
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .product-details__action button {
        height: 30px;
        padding: 0 10px;
        font-size: 0.8125rem;
    }
}

.product-details__action button i {
    transform: translateY(7%);
}

.product-details__action button:hover {
    background: hsl(var(--secondary-l-800));
}

.product-details__action button.active {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.product-details .tag-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 0.875rem;
    color: hsl(var(--body-color));
    background: hsl(var(--dark-l-900));
    border-radius: 3px;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .product-details .tag-btn {
        font-size: 0.8125rem;
        font-weight: 600;
        padding: 0 5px;
        height: 25px;
        line-height: 25px;
    }
}

.product-details .tag-btn i {
    transform: translateY(10%);
}

.product-details .tag-btn:hover {
    background: hsl(var(--secondary-l-800));
}

.product-details__sidebar {
    padding-left: 46px;
    @media (max-width:1399px) {
        padding-left: 26px;
    }
    @media (max-width:1199px) {
        padding-left: 16px;
    }
    @media (max-width:991px) {
        padding-left: 0;
    }
}

.product-details__sidebar .table tbody tr td {
    background-color: hsl(var(--base-l-900) / .5);
    padding: 15px;
}

.collection-modal {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.collection-modal__thumb {
    flex-shrink: 0;
    width: 300px;
}

.collection-modal__thumb video,
.collection-modal__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-modal__content {
    width: 100%;
}

.collection-modal__list {
    height: 200px;
    overflow: auto;
    scrollbar-width: thin;
}

.collection-modal__list ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.collection-modal__list li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: hsl(var(--secondary-l-300));
    cursor: pointer;
    transition: .3s;
}

.collection-modal__list li:hover {
    color: hsl(var(--dark));
}

.buy-coffee-calculator {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.25rem;
}

.buy-coffee-calculator i {
    transform: translateY(8%);
}

.buy-coffee-calculator .form--control {
    width: 80px;
    padding: 3px 10px;
    font-size: 1rem;
    
    @media (max-width:479px) {
        width: 50px;
        padding: 3px 4px;
        font-size: 0.875rem;
    }
}

.buy-coffee-calculator .form--select {
    width: max-content;
    padding-right: 35px;
    background-size: 14px;
    
    @media (max-width:479px) {
        padding-right: 25px;
        background-size: 12px;
        background-position-x: calc(100% - 7px);
    }
}

.buy-coffee-calculator .custom-buy-coffee-amount {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.buy-coffee-calculator .custom-buy-coffee-amount.active {
    display: flex;
}

.payment-method-select {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border: 1px solid hsl(var(--secondary-l-800));
    border-radius: 10px;
    padding: 15px;
    justify-content: center;
    max-height: 200px;
    overflow: auto;
}

@media screen and (max-width: 767px) {
    .payment-method-select {
        gap: 10px;
        padding: 10px;
    }
}

.payment-method-select::-webkit-scrollbar {
    width: 5px;
}

.payment-method-select::-webkit-scrollbar-track {
    background: hsl(var(--secondary-l-800));
}

.payment-method-select::-webkit-scrollbar-thumb {
    background: hsl(var(--secondary-l-600));
}

.payment-method-select::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--secondary-l-500));
}

.payment-method-select__item {
    width: calc(16.6666666667% - 12.5px);
    height: 65px;
    position: relative;
}

@media screen and (max-width: 1499px) {
    .payment-method-select__item {
        width: calc(20% - 12.5px);
        height: 60px;
    }
}

@media screen and (max-width: 1399px) {
    .payment-method-select__item {
        width: calc(25% - 12.5px);
    }
}

@media screen and (max-width: 1199px) {
    .payment-method-select__item {
        width: calc(33.3333333333% - 12.5px);
    }
}

@media screen and (max-width: 991px) {
    .payment-method-select__item {
        width: calc(25% - 12.5px);
    }
}

@media screen and (max-width: 767px) {
    .payment-method-select__item {
        width: calc(33.3333333333% - 7.5px);
    }
}

@media screen and (max-width: 479px) {
    .payment-method-select__item {
        width: calc(50% - 5px);
        height: 50px;
    }
}

.payment-method-select__item input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.payment-method-select__item input:checked + label {
    border-color: hsl(var(--base));
    background: hsl(var(--base-l-900));
}

.payment-method-select__item input:checked + label::after {
    opacity: 1;
}

.payment-method-select__item label {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid hsl(var(--dark-l-800));
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.payment-method-select__item label::after {
    content: "\ea5e";
    font-family: "tabler-icons";
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: hsl(var(--success));
    font-size: 0.75rem;
    color: hsl(var(--white));
    border-radius: 50%;
    transition: 0.2s;
    opacity: 0;
}

.payment-method-select__item label img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.payment-method-select__item label .badge {
    position: absolute;
    top: 5px;
    right: 5px;
}

.related-product {
    padding: 40px 0;
    border-bottom: 1px solid hsl(var(--secondary-l-800));
}

@media screen and (max-width: 767px) {
    .related-product {
        padding: 30px 0;
    }
}

.related-product__title {
    font-family: var(--body-font);
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 600;
    margin-top: -3px;
    margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
    .related-product__title {
        font-size: 1.25rem;
        margin-top: -2px;
        margin-bottom: 12px;
    }
}

.related-product-wrap {
    position: relative;
}

.related-product__slider {
    position: relative;
    overflow: auto;
    scrollbar-width: none;
}

.related-product__nav button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-50%);
    border: none;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 50%;
    color: hsl(var(--body-color));
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    font-size: 1.375rem;
    z-index: 2;
}

.related-product__nav button[disabled] {
    cursor: auto;
    color: hsl(var(--black) / .3);
}

@media screen and (max-width: 991px) {
    .related-product__nav button {
        width: 35px;
        height: 35px;
        line-height: 33px;
        border-width: 1px;
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .related-product__nav button {
        left: 10px;
        transform: translateY(-50%);
    }
}

.related-product__nav button.next {
    left: auto;
    right: 0;
    transform: translateY(-50%) translateX(50%);
}

@media screen and (max-width: 767px) {
    .related-product__nav button.next {
        right: 10px;
        transform: translateY(-50%);
    }
}

.related-product__nav button .ti {
    transform: translateY(5%);
}

@media screen and (max-width: 991px) {
    .related-product__nav button .ti {
        transform: translateY(0%);
    }
}

.related-product__nav button:hover {
    border-color: hsl(var(--base));
}

.related-product__slider ul {
    width: max-content;
    display: flex;
    gap: 20px;
}

.related-product__slider .product__card {
    width: 100%;
    max-width: 380px;
    height: 250px;
}

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

@media screen and (max-width: 991px) {
    .related-product__slider .product__card {
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .related-product__slider .product__card {
        height: 170px;
    }
}
/* Product Details Page End */
/* Collection Page Start */
.product-collection__banner {
    text-align: center;
    color: hsl(var(--secondary-l-700));
}

.product-collection__banner__title {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 700;
    color: hsl(var(--white));
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .product-collection__banner__title {
        font-size: 1.5625rem;
        margin-bottom: 15px;
    }
}

.product-collection__banner__count {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .product-collection__banner__count {
        font-size: 1.125rem;
        margin-bottom: 15px;
    }
}

.product-collection__banner__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .product-collection__banner__info {
        column-gap: 20px;
        row-gap: 5px;
        font-size: 0.875rem;
    }
}

.product-collection__banner__info a {
    color: hsl(var(--white));
    text-decoration: underline;
}

/* Collection Page End */
/* User Profile Page Start */
.user-profile__banner {
    width: auto;
    margin: 30px;
    margin-bottom: 0;
    border-radius: 10px;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .user-profile__banner {
        padding: 40px 0;
    }
}

.user-profile__banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--black));
    border-radius: 10px;
    opacity: 0.6;
    z-index: -1;
}

.user-profile__banner .update-cover-image {
    position: absolute;
    top: 15px;
    right: 15px;
}

@media screen and (max-width: 1199px) {
    .user-profile__banner .update-cover-image {
        top: 10px;
        right: 10px;
    }
}

.user-profile__banner .update-cover-image input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.user-profile__banner .update-cover-image label {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 1.1875rem;
    border-radius: 50%;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .user-profile__banner .update-cover-image label {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 0.9375rem;
    }
}

.user-profile__banner__profile {
    display: flex;
    gap: 20px;
}

.user-profile__banner__profile__img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .user-profile__banner__profile__img {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 991px) {
    .user-profile__banner__profile__img {
        width: 70px;
        height: 70px;
    }
}

.user-profile__banner__profile__img img {
    width: 100%;
    height: 100%;
    border: 3px solid hsl(var(--base));
    border-radius: 50%;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .user-profile__banner__profile__img img {
        border-width: 2px;
    }
}

.user-profile__banner__profile__img input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.user-profile__banner__profile__img label {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    background: hsl(var(--white));
    color: hsl(var(--base));
    border: 2px solid hsl(var(--base-l-300));
    font-size: 1.0625rem;
    border-radius: 50%;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .user-profile__banner__profile__img label {
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 0.9375rem;
        border-width: 1px;
    }
}

.user-profile__banner__profile__txt {
    color: hsl(var(--secondary-l-900));
}

.user-profile__banner__profile__title {
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 700;
    color: hsl(var(--white));
    margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    .user-profile__banner__profile__title {
        font-size: 1.5625rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .user-profile__banner__profile__title {
        font-size: 1.25rem;
    }
}

.user-profile__banner__profile__info {
    display: block;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .user-profile__banner__profile__info {
        font-size: 1rem;
        margin-bottom: 15px;
    }
}

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

.user-profile__banner__profile .social-list__link {
    background: hsl(var(--white));
    color: hsl(var(--base));
}

.user-profile__banner__profile .social-list__link:hover {
    background: hsl(var(--base));
}

.user-profile__banner__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 50px;
}

@media screen and (max-width: 1199px) {
    .user-profile__banner__info {
        gap: 40px;
    }
}

@media screen and (max-width: 991px) {
    .user-profile__banner__info {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .user-profile__banner__info {
        gap: 20px;
    }
}

.user-profile__banner__info__number {
    display: block;
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--white));
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .user-profile__banner__info__number {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .user-profile__banner__info__number {
        font-size: 1.125rem;
        margin-bottom: 5px;
    }
}

.user-profile__banner__info__name {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: hsl(var(--dark-l-900));
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .user-profile__banner__info__name {
        column-gap: 15px;
        row-gap: 10px;
        font-size: 0.875rem;
    }
}

.user-profile__banner__info__name i {
    transform: translateY(5%);
}

/* User Profile Page End */
/* Pricing Plan Page Start */
.pricing-plan .custom--tab {
    margin-bottom: 30px;
}

.pricing-plan__card {
    background-color: hsl(var(--white));
    background-image: linear-gradient(45deg, hsl(var(--base-l-900)/0.3), hsl(var(--base-two-l-900)/0.3), hsl(var(--base-l-900)/0.3), hsl(var(--base-two-l-900)/0.3));
    border: 1px solid hsl(var(--black)/0.05);
    border-radius: 15px;
    padding: 30px;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}

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

@media screen and (max-width: 767px) {
    .pricing-plan__card {
        padding: 15px;
    }
}

@media screen and (max-width: 575px) {
    .pricing-plan__card {
        max-width: 300px;
        margin: auto;
    }
}

.pricing-plan__card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pricing-plan__card__top {
    background-color: hsl(var(--white)/0.7);
    background-image: linear-gradient(45deg, hsl(var(--base-l-900)), hsl(var(--base-two-l-900)));
    border: 1px solid hsl(var(--base)/0.05);
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px 64px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .pricing-plan__card__top {
        padding: 20px 20px 44px;
    }
}

.pricing-plan__card__top::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .pricing-plan__card__top::before {
        bottom: 20px;
    }
}

.pricing-plan__card__top::after {
    content: "";
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: hsl(var(--base-two));
}

@media screen and (max-width: 767px) {
    .pricing-plan__card__top::after {
        bottom: 28px;
    }
}

.pricing-plan__card__top__shape {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    aspect-ratio: 1/1;
    background: linear-gradient(hsl(var(--white)/0.5), hsl(var(--white)/0.1), hsl(var(--white)/0.5));
    border-radius: 80px;
    transform: translateX(-50%) rotate(25deg) scale(1.1);
    z-index: -1;
}

.pricing-plan__card__icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 1199px) {
    .pricing-plan__card__icon {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .pricing-plan__card__icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
}

.pricing-plan__card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pricing-plan__card__name {
    font-family: var(--heading-font);
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}

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

@media screen and (max-width: 767px) {
    .pricing-plan__card__name {
        font-size: 1rem;
        margin-bottom: 15px;
    }
}

.pricing-plan__card__number {
    font-family: var(--body-font);
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .pricing-plan__card__number {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    .pricing-plan__card__number {
        font-size: 1.5625rem;
    }
}

.pricing-plan__card__number span {
    font-size: 1rem;
}

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

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

.pricing-plan__card__list__item {
    width: max-content;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
    padding-left: 30px;
    margin: 0 auto 21px;
    position: relative;
}

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

.pricing-plan__card__list__item::after {
    content: "\ea67";
    font-family: "tabler-icons";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 1.375rem;
    color: hsl(var(--base-d-200));
}

.pricing-plan__card__bottom {
    display: flex;
    justify-content: center;
}

/* Pricing Plan Page End */
/* Blog Details Page Start */
/* Blog Details Page End */
/* Authentication Page Start */
/* ====================== Account Css Start ==================== */
.account {
    display: flex;
    min-height: 100vh;
    position: relative;
    overflow: auto;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .account {
        align-items: center;
        justify-content: center;
    }
}

.account__img {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

@media screen and (max-width: 991px) {
    .account__img {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .account__img {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        z-index: -1;
    }
}

.account__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--dark-d-500)/.5);
    border: 1px solid hsl(var(--black)/0.03);
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .account__img::after {
        border-radius: 0;
    }
}

.account__form {
    width: 40%;
    display: flex;
    align-items: center;
    background: hsl(var(--white));
    padding: 30px;
    position: relative;
    z-index: 2;
}

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

@media screen and (max-width: 991px) {
    .account__form {
        width: 55%;
    }
}

@media screen and (max-width: 767px) {
    .account__form {
        width: max-content;
        height: max-content;
        display: block;
        padding: 20px;
        margin: 20px 0;
    }
}

@media screen and (max-width: 479px) {
    .account__form {
        max-width: 95vw;
    }
}

.account__form__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.04;
    z-index: -1;
}

.account__form__container {
    max-width: 600px;
    margin: auto;
}

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

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

.account__form__content {
    text-align: center;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 21px;
}

.account__form__title {
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 700;
    color: hsl(var(--base-d-200));
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .account__form__title {
        font-size: 1.5625rem;
    }
}

.account__form form {
    max-width: 500px;
    padding-top: 38px;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .account__form form {
        padding: 38px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .account__form form {
        padding: 18px 0 0;
    }
}

.account__top {
    margin-bottom: 25px;
}

.account__top .logo {
    max-width: 180px;
}

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

.back-to-home {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid hsl(var(--base)/0.3);
    background: hsl(var(--white));
    border-radius: 50%;
    color: hsl(var(--base));
    font-size: 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .back-to-home {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}

.back-to-home .ti {
    transform: translateY(0);
}

.back-to-home:hover {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

/* ====================== Account Css End ==================== */
/* Authentication Page End */
/* Dashboard Page Start */
/* ====================== Dashboard Css Start ==================== */
.dashboard__banner {
    width: auto;
    margin: 30px;
    margin-bottom: 0;
    padding-bottom: 75px;
    border-radius: 10px;
}

@media screen and (max-width: 1399px) {
    .dashboard__banner {
        margin: 15px 15px 0;
    }
}

@media screen and (max-width: 991px) {
    .dashboard__banner {
        margin: 10px 10px 0;
        padding-bottom: 55px;
    }
}

.dashboard .navbar {
    background: hsl(var(--base-d-200));
    margin-top: -15px;
    border-radius: 5px;
    padding: 0 20px !important;
    z-index: 11;
}

@media screen and (max-width: 991px) {
    .dashboard .navbar {
        padding: 0 10px !important;
    }
}

.dashboard .navbar-nav {
    flex-direction: row;
    gap: 25px;
}

@media screen and (max-width: 991px) {
    .dashboard .navbar-nav {
        gap: 20px;
        position: relative;
    }
}

.dashboard .navbar-nav .nav-item .nav-link {
    height: 46px;
    line-height: 46px;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--base-l-700));
}

@media screen and (max-width: 991px) {
    .dashboard .navbar-nav .nav-item .nav-link {
        height: 40px;
        line-height: 40px;
    }
}

.dashboard .navbar-nav .nav-item .nav-link:hover {
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .dashboard .navbar-nav .nav-item .nav-link::after {
        display: none;
    }
}

.dashboard .navbar-nav .nav-item .nav-link.active {
    color: hsl(var(--base-d-100));
    color: hsl(var(--white));
    position: relative;
}

.dashboard .navbar-nav .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 7px solid hsl(var(--base-d-200));
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.dashboard .navbar-nav .nav-item .nav-link .ti {
    transform: translateY(5%);
}

@media screen and (max-width: 1199px) {
    .dashboard .navbar-nav .nav-item .nav-link__icon {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .navbar-nav .nav-item .nav-link__icon {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .navbar-nav .nav-item .nav-link__txt {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .navbar-nav .nav-item.custom--dropdown {
        position: static;
    }
}

.dashboard .navbar-nav .nav-item.custom--dropdown .dropdown-menu {
    transform: scale(1);
    top: 100%;
    z-index: 10;
    position: absolute;
    max-height: 300px;
    overflow: auto;
}

@media screen and (max-width: 991px) {
    .dashboard .navbar-nav .nav-item.custom--dropdown .dropdown-menu {
        width: 100%;
    }
}

.dashboard .navbar-nav .nav-item.custom--dropdown .dropdown-menu::-webkit-scrollbar {
    width: 5px;
}

.dashboard .navbar-nav .nav-item.custom--dropdown .dropdown-menu::-webkit-scrollbar-track {
    background: hsl(var(--secondary-l-700));
}

.dashboard .navbar-nav .nav-item.custom--dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: hsl(var(--secondary-l-500));
}

.dashboard .navbar-nav .nav-item.custom--dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--secondary-l-300));
}

.dashboard-card {
    background: linear-gradient(45deg, hsl(var(--base-two-l-900)), hsl(var(--base-l-900)), hsl(var(--base-two-l-900)));
    box-shadow: 0px 10px 50px -10px hsl(var(--black)/0.05);
    border: 1px solid hsl(var(--black)/0.03);
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .dashboard-card {
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard-card {
        padding: 15px;
        gap: 10px;
    }
}

@media screen and (max-width: 479px) {
    .dashboard-card {
        max-width: 320px;
        margin: auto;
    }
}

.dashboard-card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(15deg) scale(1.1);
    height: 100%;
    aspect-ratio: 1/1.7;
    background: linear-gradient(45deg, hsl(var(--white)/0.5), transparent, hsl(var(--white)/0.5));
    border-radius: 30px;
    z-index: -1;
}

.dashboard-card__icon {
    width: 80px;
    height: 80px;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .dashboard-card__icon {
        width: 60px;
        height: 60px;
    }
}

.dashboard-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dashboard-card__txt {
    text-align: center;
}

.dashboard-card__title {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    color: hsl(var(--base-d-300));
    margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
    .dashboard-card__title {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }
}

.dashboard-card__number {
    display: block;
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 600;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: hsl(var(--black)/0.5);
    color: hsl(var(--black)/0.5);
    margin-bottom: -3px;
}

@media screen and (max-width: 1399px) {
    .dashboard-card__number {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard-card__number {
        font-size: 1.125rem;
        margin-bottom: -3px;
    }
}

.dashboard-card:hover .dashboard-card__icon {
    transform: translateY(-5px);
    filter: drop-shadow(0px 10px 10px hsl(var(--base)/0.3));
}

.account-setup-key__badge,
.refer-link__badge {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    transition: 0.3s;
    opacity: 0;
}

.account-setup-key__badge.show,
.refer-link__badge.show {
    opacity: 1;
}

.account-setup-key__copy,
.refer-link__copy {
    padding: 0;
    width: 50px;
    font-size: 1.25rem;
}

.profile-settings__list {
    flex-wrap: wrap;
    align-items: center;
}

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

@media screen and (max-width: 575px) {
    .profile-settings__list {
        gap: 30px;
    }
}

.profile-settings__list li {
    width: 25%;
    flex-grow: 1;
    display: flex;
    gap: 15px;
    padding: 0 25px;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .profile-settings__list li {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1199px) {
    .profile-settings__list li {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .profile-settings__list li {
        display: flex;
        width: 50%;
        padding: 5px 15px;
    }
}

@media screen and (max-width: 575px) {
    .profile-settings__list li {
        width: 100%;
        padding: 0;
        align-items: center;
    }
}

.profile-settings__list li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: hsl(var(--black)/0.15);
}

@media screen and (max-width: 575px) {
    .profile-settings__list li::after {
        top: calc(100% + 15px);
        bottom: auto;
        width: 100%;
        height: 1px;
    }
}

@media screen and (max-width: 991px) {
    .profile-settings__list li:nth-child(2n+1) {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .profile-settings__list li:nth-child(2n+2) {
        padding-right: 0;
    }

    .profile-settings__list li:nth-child(2n+2)::after {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .profile-settings__list li:nth-child(2n+2)::after {
        display: block;
    }
}

.profile-settings__list li:first-child {
    padding-left: 0;
}

@media screen and (max-width: 575px) {
    .profile-settings__list li:first-child {
        padding-left: 0;
    }
}

.profile-settings__list li:last-child {
    padding-right: 0;
}

@media screen and (max-width: 575px) {
    .profile-settings__list li:last-child {
        padding-right: 0;
    }
}

.profile-settings__list li:last-child::after {
    display: none;
}

@media screen and (max-width: 575px) {
    .profile-settings__list li:last-child::after {
        display: none;
    }
}

.profile-settings__list__icon {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 48px;
    background: hsl(var(--base-l-900));
    border: 1px solid hsl(var(--base)/0.1);
    border-radius: 5px;
    font-size: 1.875rem;
    line-height: 1;
    color: hsl(var(--base));
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .profile-settings__list__icon {
        width: 40px;
        height: 40px;
        line-height: 33px;
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .profile-settings__list__icon {
        margin-bottom: 0;
    }
}

.profile-settings__list__title {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--base));
    margin-bottom: 5px;
}

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

.profile-settings__list__content {
    display: block;
    line-height: 1.5;
}

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

.withdraw__thumb,
.change-password__thumb,
.profile-settings__thumb {
    text-align: center;
}

.withdraw__thumb img,
.change-password__thumb img,
.profile-settings__thumb img {
    max-height: 500px;
}

.guideline-txt p {
    margin-bottom: 14px;
}

.guideline-txt .btn {
    margin-top: 7px;
}

.dropzone {
    display: block;
    width: 100%;
    background: hsl(var(--base)/0.02);
    border: 2px dashed hsl(var(--black)/0.2);
    border-radius: 10px;
    padding: 30px;
    aspect-ratio: 16/9;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}

.dropzone.dragging {
    border-color: hsl(var(--base));
    z-index: 2;
}

.dropzone.dragging::after {
    opacity: 1;
}

.dropzone.dragging .dropzone__icon,
.dropzone.dragging .dropzone__txt,
.dropzone.dragging .dropzone__preview * {
    opacity: 0.3;
}

.dropzone::after {
    content: attr(data-drag-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--base-d-300)/0.4);
    color: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 700;
    opacity: 0;
    transition: 0.3s;
}

.dropzone__icon {
    display: block;
    height: 50px;
    font-size: 3.125rem;
    line-height: 1;
    color: hsl(var(--dark)/0.5);
    margin-bottom: 20px;
    transition: 0.3s;
}

.dropzone__icon .ti {
    transform: translateY(-10%);
}

.dropzone__txt {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    color: hsl(var(--dark)/0.5);
    transition: 0.3s;
}

.dropzone__preview {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 8px;
    transition: 0.3s;
    overflow: hidden;
}

.dropzone__preview.active {
    background-color: hsl(var(--white));
    background-image: linear-gradient(hsl(var(--base)/0.05), hsl(var(--base)/0.2));
}

.dropzone__preview img,
.dropzone__preview video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
}

.dropzone:hover, .dropzone:focus {
    border-color: hsl(var(--base));
}

.pricing-set-card .card-body {
    border-bottom: 1px solid hsl(var(--secondary-l-800));
}

.pricing-set-card .card-body:only-child .card-subtitle .remove-pricing-set {
    display: none;
}

.qr-code-img {
    max-width: 150px;
    margin: 15px auto;
}

.withdraw__card {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.03);
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .withdraw__card {
        padding: 15px;
        gap: 15px;
    }
}

.withdraw__card__icon {
    text-align: center;
    width: 80px;
    height: 80px;
    background: hsl(var(--base));
    border-radius: 10px;
    color: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
}

@media screen and (max-width: 991px) {
    .withdraw__card__icon {
        width: 60px;
        height: 60px;
        font-size: 1.875rem;
    }
}

.withdraw__card__content {
    width: calc(100% - 100px);
}

@media screen and (max-width: 991px) {
    .withdraw__card__content {
        width: calc(100% - 75px);
    }
}

.withdraw__card__title {
    display: block;
    font-size: 1.125rem;
    font-family: var(--heading-font);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 13px;
}

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

.withdraw__card__number {
    display: block;
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--black)/0.6);
}

@media screen and (max-width: 991px) {
    .withdraw__card__number {
        font-size: 1.25rem;
    }
}

.asset-card {
    background: linear-gradient(45deg, hsl(var(--base-two-l-900)/0.5), hsl(var(--base-l-900)/0.5), hsl(var(--base-two-l-900)/0.5));
    border: 1px solid hsl(var(--black)/0.03);
    border-radius: 10px;
    padding: 15px;
    padding-bottom: calc(15px - 0.5rem);
    height: 100%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .asset-card {
        padding: 10px;
        padding-bottom: 2px;
    }
}

.asset-card__btn {
    position: absolute;
    top: 25px;
    right: 25px;
    text-align: center;
    width: 35px;
    height: 35px;
    background: hsl(var(--base));
    border-radius: 50%;
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .asset-card__btn {
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
    }
}

.asset-card__btn:hover {
    background: hsl(var(--base-d-200));
    color: hsl(var(--white));
}

.asset-card__thumb {
    aspect-ratio: 16/9;
    border: 1px solid hsl(var(--black)/0.05);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.asset-card__thumb a {
    width: 100%;
    height: 100%;
}

.asset-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.asset-card__title {
    display: block;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
    padding-bottom: 14px;
    margin-bottom: 6px;
    border-bottom: 1px solid hsl(var(--black)/0.15);
}

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

@media screen and (max-width: 767px) {
    .asset-card .table tbody td {
        font-size: 0.875rem;
        padding: 8px 0 !important;
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%);
        opacity: 0;
    }
}
/* ====================== Dashboard Css End ==================== */
/* Dashboard Page End */
/* Escrow Details Page Start */
/* Escrow Details Page End */
/* Contact Page Start */
/* ====================== Contact Css Start ==================== */
.contact__thumb {
    height: 100%;
    border-radius: 15px;
    margin-right: -150px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .contact__thumb {
        margin-right: -100px;
    }
}

@media screen and (max-width: 991px) {
    .contact__thumb {
        margin-right: -70px;
    }
}

@media screen and (max-width: 767px) {
    .contact__thumb {
        height: 250px;
        border-radius: 10px;
        margin-right: 0;
        margin-bottom: -50px;
    }
}

.contact__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, hsl(var(--black)/0.7), hsl(var(--black)/0.05));
}

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

.contact__card {
    display: flex;
    align-items: center;
}

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

.contact__card__sidebar {
    width: 400px;
    height: max-content;
    flex-shrink: 0;
    border: 1px solid hsl(var(--white) / .3);
    border-radius: 15px;
    background: linear-gradient(45deg, hsl(var(--base-d-300)), hsl(var(--base-d-100)));
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

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

@media screen and (max-width: 991px) {
    .contact__card__sidebar {
        width: 260px;
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .contact__card__sidebar {
        width: 90%;
        border-radius: 10px;
    }
}

.contact__card__sidebar__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.06;
    z-index: -1;
}

.contact__card__list li {
    margin-bottom: 40px;
}

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

.contact__card__list li:last-child {
    margin-bottom: 0;
}

.contact__card__list__title {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--white) / 0.3);
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
    .contact__card__list__title {
        font-size: 1.25rem;
        gap: 10px;
        padding-bottom: 10px;
        margin-bottom: 8px;
    }
}

.contact__card__list__title i {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.375rem;
    background: hsl(var(--base-l-900));
    color: hsl(var(--base-d-200));
    border-radius: 3px;
    transform: translate(0);
}

@media screen and (max-width: 991px) {
    .contact__card__list__title i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1.125rem;
    }
}

.contact__card__list__content {
    font-weight: 500;
    color: hsl(var(--white) / .9);
    margin-bottom: -9px;
}

.contact__card__form {
    background: hsl(var(--base-two-l-900) / .3);
    background-image: linear-gradient(45deg, hsl(var(--base-two-l-900) / .8) 50%, hsl(var(--base-l-900) / .8) 50%);
    background-size: 5px 5px;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 15px;
    padding: 50px;
    padding-left: 200px;
    margin-left: -150px;
}

@media screen and (max-width: 1399px) {
    .contact__card__form {
        padding: 35px;
        padding-left: 185px;
    }
}

@media screen and (max-width: 1199px) {
    .contact__card__form {
        padding: 30px;
        padding-left: 130px;
        margin-left: -100px;
    }
}

@media screen and (max-width: 991px) {
    .contact__card__form {
        padding: 25px;
        padding-left: 90px;
        margin-left: -65px;
    }
}

@media screen and (max-width: 767px) {
    .contact__card__form {
        border-radius: 10px;
        padding: 20px;
        padding-top: 70px;
        margin-left: 0;
        margin-top: -50px;
    }
}

.contact__card__form .form--control {
    background: linear-gradient(45deg, hsl(var(--base-two-l-900)/0.7), hsl(var(--base-l-900)/0.7), hsl(var(--base-two-l-900)/0.7)) !important;
    background: hsl(var(--base-two-l-900)/0.5) !important;
}

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

/* ====================== Contact Css End ==================== */
/* Contact Page End */
/* Two Factor Page Start */
/* ====================== Two Factor Css Start ==================== */
.two-fa-setting__title {
    font-size: 2.1875rem;
    line-height: 1.3;
    font-weight: 700;
    color: hsl(var(--black)/0.7);
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .two-fa-setting__title {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 767px) {
    .two-fa-setting__title {
        font-size: 1.25rem;
    }
}

.two-fa-setting > * {
    margin-bottom: 15px;
}

.two-fa-setting > *:last-child {
    margin-bottom: 0;
}

.download-app {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.download-app a:hover {
    transform: translateY(-2px);
    box-shadow: 0px 10px 30px 0px hsl(var(--black)/0.1);
}

/* ====================== Two Factor Css End ==================== */

/* ====================== Cookies CSS Start ==================== */
.cookies-card {
    width: 100%;
    max-width: 350px;
    padding: 25px;
    padding-top: 0 !important;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: hsl(var(--white));
    border: 1px solid rgba(0, 0, 0, .07);
    box-shadow: 0 0 30px 0 hsl(var(--base) / .1);
    border-radius: 10px;
}

.cookies-card.hide {
    bottom: -1000px !important;
}

.cookies-card__icon {
    width: 130px;
    height: 130px;
    border-top: 1px solid rgba(0, 0, 0, .07);
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
    background-color: #fff;
    font-size: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: -65px;
}

.cookies-card__icon > * {
    transform: rotate(45deg);
}

.cookies-card__content {
    margin-bottom: 0;
}

.cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
}

.cookies-btn:hover {
    color: #363636;
}

@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}

/* ====================== Cookies CSS End ==================== */
/* Two Factor Page End */

/* ====================== Error Css Start ==================== */
.error-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    position: relative;
    z-index: 2;
}

.error-page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--white));
    opacity: 0.99;
    z-index: -1;
}

.error-page__content {
    padding: 50px 30px;
}

.error-page__thumb {
    text-align: center;
    margin-bottom: 30px;
    background-size: contain !important;
    background-position-y: top !important;
    position: relative;
}

.error-page__thumb__number {
    font-family: var(--body-font);
    font-size: 18.75rem;
    line-height: 1;
    font-weight: 800;
    color: transparent;
    background: repeating-linear-gradient(-45deg, hsl(var(--base)), hsl(var(--base-d-200)) 15px);
    background-clip: text;
    background-size: 15px;
    padding-bottom: 50px;
    margin-top: -36px;
    margin-bottom: 0;
}

.error-page__thumb img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
}

.error-page__txt {
    text-align: center;
}

.error-page__txt__title {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 479px) {
    .error-page__txt__title {
        font-size: 1.5625rem;
    }
}

.error-page__txt__desc {
    margin-bottom: 20px;
}

/* ====================== Error Css End ==================== */

/* ============ Inner Pages Design End ============ */
/*# sourceMappingURL=main.css.map */
