/* 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=Merienda:wght@300..900&display=swap");
/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
    --heading-font: "Merienda", cursive;
    --body-font: "Lato", 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(--dark-l-200);
    --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: 36;
    --base-s: 100%;
    --base-l: 58%;
    --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: 212;
    --base-two-s: 30%;
    --base-two-l: 17%;
    --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);
  /* ============================== 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;
}

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;
    font-size: 1.125rem;
    overflow-x: clip;
    line-height: 1.5;
}

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

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

select {
    cursor: pointer;
}

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

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

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

textarea {
    vertical-align: middle;
}

i {
    display: inline-block;
}

.small, small {
    font-size: 0.95em;
}

.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 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

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

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

/* Hide text after 5th line */
.text-overflow-5 {
    display: -webkit-box !important;
    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);
}

.shadow {
    box-shadow: 0px 10px 35px 0px hsl(var(--black)/0.05) !important;
}

.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 {
    font-size: 0.8125rem;
}

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

.fs-15, .badge, .form--switch .form-check-label, .btn--icon {
    font-size: 0.9375rem;
}

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

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

.fs-17, .table tbody tr td, .form--radio .form-check-label, .form--check .form-check-label, .col-form--label, .form--label {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17, .table tbody tr td, .form--radio .form-check-label, .form--check .form-check-label, .col-form--label, .form--label {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17, .table tbody tr td, .form--radio .form-check-label, .form--check .form-check-label, .col-form--label, .form--label {
        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, .table thead tr th {
    font-size: 1.25rem;
}

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

@media screen and (max-width: 767px) {
    .fs-20, .table thead tr th {
        font-size: 1.0625rem;
    }
}
/* ===================== Font Size For responsive devices End =================== */
/* ====================== Section Heading Start ==================== */
.section-heading {
    position: relative;
    margin-bottom: 70px;
    z-index: 2;
}

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

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

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

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

.section-heading-light .section-heading__title {
    color: hsl(var(--secondary-l-900));
}

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

.section-heading-light .section-heading__desc {
    color: hsl(var(--secondary-l-900)/0.8);
}

.section-heading__subtitle {
    font-size: 1.25rem;
    line-height: 1;
    color: hsl(var(--base-d-100));
    margin-bottom: 21px;
}

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

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

@media screen and (max-width: 767px) {
    .section-heading__subtitle {
        font-size: 1rem;
        margin-bottom: 15px;
    }
}

.section-heading__title {
    font-family: var(--body-font);
    font-size: 3.4375rem;
    font-weight: 500;
    position: relative;
    color: hsl(var(--body-color));
    margin-bottom: 11px;
    position: relative;
}

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

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

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

.section-heading__title span {
    display: inline;
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 0.9em;
    color: hsl(var(--base-two));
}

.section-heading__desc {
    font-size: 1.25rem;
    margin-bottom: -7px;
}

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

@media screen and (max-width: 767px) {
    .section-heading__desc {
        font-size: 1rem;
        margin-bottom: -6px;
    }
}
/* ====================== Section Heading End ==================== */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    mix-blend-mode: exclusion;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    font-weight: 600;
    pointer-events: none;
    transition: transform 0.15s ease, width 0.3s ease, height 0.3s ease, background 0.6s ease, color 0.6s ease, font-size 0.6s ease, mix-blend-mode 0.6s ease;
    z-index: 1000;
}

.custom-cursor.show-txt {
    width: 80px;
    height: 80px;
    background: white;
    border-color: black;
    color: black;
    font-size: 1.125rem;
    mix-blend-mode: normal;
}

.custom-cursor-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    mix-blend-mode: exclusion;
    background-color: white;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.15s ease, width 0.3s ease, height 0.3s ease;
    z-index: 1001;
}

/* ====================== Container for xxxl screen Start ==================== */
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}

.container.container-striped {
    border-left: 1px solid hsl(var(--secondary-l-900));
    border-right: 1px solid hsl(var(--secondary-l-900));
    position: relative;
    z-index: 2;
}

.container.container-striped::after {
    content: "";
    position: absolute;
    top: 0;
    left: 33.3333333333%;
    width: 33.3333333333%;
    height: 100%;
    border-left: 1px solid hsl(var(--secondary-l-900));
    border-right: 1px solid hsl(var(--secondary-l-900));
    z-index: -1;
}

/* ====================== Container for xxxl screen 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(--dark-l-500));
}

@media screen and (max-width: 991px) {
    .no-data-found span {
        font-size: 1rem;
    }
}
/* ====================== No Data Found In Table 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 ====================== */
/* ====================== noUiSlider Start ====================== */
.noUi-horizontal {
    height: 6px;
    border: 0;
    box-shadow: 0 0;
    border-radius: 5px;
    background: hsl(var(--secondary-l-800));
    padding: 0 8px;
    margin-top: 33px;
    cursor: pointer;
}

.noUi-horizontal .noUi-connects {
    border-radius: 0;
}

.noUi-horizontal .noUi-connect {
    background: hsl(var(--base));
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    top: -5px;
    right: -8px;
    border: 3px solid hsl(var(--white));
    border-radius: 50%;
    box-shadow: 0 0 10px 2px hsl(var(--black)/0.2);
    background: hsl(var(--base));
    cursor: all-scroll !important;
}

.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
    display: none;
}

.noUi-horizontal .noUi-tooltip {
    font-size: 0.875rem;
    line-height: 1;
    border: 0;
    border-radius: 3px;
    background: hsl(var(--base-d-200));
    color: hsl(var(--white));
    margin-bottom: 5px;
    z-index: 2;
}

.noUi-horizontal .noUi-tooltip::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: hsl(var(--base-d-200));
    border-radius: 0 0 3px 0;
    z-index: -1;
}

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

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

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

.ti.transform-0 {
    transform: translate(0);
}

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

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

/* ====================== Zoom Box Start ====================== */
.zoom-box .viewer-box {
    left: calc(100% + 15px) !important;
    aspect-ratio: 1/1;
    height: 100%;
    border: 1px solid hsl(var(--secondary-l-800));
    border-radius: 10px;
    z-index: 9;
}

.zoom-box .viewer-box img {
    width: auto !important;
    max-width: none;
    height: auto !important;
    object-fit: initial !important;
}

.zoom-box .zoom-selector {
    background-image: none;
    background: hsl(var(--black)/0.5);
    border: 1px solid hsl(var(--secondary-l-900)/0.5);
    border-radius: 9px;
}

/* ====================== Zoom Box End ====================== */
@media screen and (max-width: 767px) {
    .rounded-5 {
        border-radius: 1.5rem !important;
    }
}
/* ================================= 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: 100px;
    }
}

@media (min-width: 1200px) {
    .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: 100px;
    }
}

@media (min-width: 1200px) {
    .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;
    font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-body {
        padding-top: 10px;
        font-size: 1rem;
    }
}

.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-family: var(--body-font);
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: 600;
    background: transparent;
    color: hsl(var(--body-color));
    border-bottom: 2px dashed hsl(var(--secondary-l-800));
    padding: 0;
    padding-top: 6.5px;
    padding-right: 50px;
    padding-bottom: 15px;
    overflow: hidden;
}

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

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

@media screen and (max-width: 1199px) {
    .custom--accordion .accordion-button::after {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-button::after {
        width: 30px;
        height: 30px;
        line-height: 30px;
        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-two));
    box-shadow: none;
}

.custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "tabler-icons";
    content: "\eb55";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
}

@media screen and (max-width: 1199px) {
    .custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion .accordion-button[aria-expanded=false]::after {
        top: 4px;
    }
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion .accordion-button[aria-expanded=false]::after {
        top: 0;
    }
}

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

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

/* ================================= 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: 8px 35px 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    font-size: 1.25rem;
    line-height: 1.9;
}

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

.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 20px;
    font-size: 0.9375rem;
}

@media screen and (max-width: 991px) {
    .btn--sm {
        font-size: 0.875rem;
        padding: 5.71px 20px;
    }
}

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

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

@media screen and (max-width: 991px) {
    .btn--icon {
        width: 50px;
        height: 50px;
    }
}

.btn--icon.btn--sm {
    width: 44.5px;
    height: 44.5px;
}

@media screen and (max-width: 991px) {
    .btn--icon.btn--sm {
        width: 40px;
        height: 40px;
    }
}

.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;
    border-color: hsl(var(--black)/0.1);
}

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

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

.custom--card.card-shadow {
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    border-color: hsl(var(--base-two));
}

.custom--card .card-header {
    padding: 15px 24px;
    background: hsl(var(--base-two));
    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.5625rem;
    line-height: 1.2;
    font-weight: 500;
    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-header .title a {
    font-weight: 400;
}

.custom--card .card-header .title a:hover {
    text-decoration: underline;
    color: inherit;
}

.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 li {
    border-bottom: 1px solid hsl(var(--black)/0.03);
}

.custom--dropdown .dropdown-menu li:last-child {
    border-bottom: 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-radius: 5px;
    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 .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(--dark-l-300));
    font-weight: 600;
}

.form--label.required::after {
    content: "*";
    color: hsl(var(--danger));
    padding-left: 3px;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
    position: relative;
    top: 2px;
}

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

.col-form--label {
    width: max-content;
    max-width: 100%;
    display: block;
    line-height: 1.1;
    color: hsl(var(--dark-l-300));
    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: 8.21px 10px;
        font-size: 1rem;
    }
}

.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(--dark-l-900)/0.7) !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: 7.96px 10px;
}

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

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

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

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

@media screen and (max-width: 767px) {
    .form--control.form--select {
        background-size: 12px;
    }
}

.form--control.form--select.form--control--sm {
    padding-right: 25px;
}

/* Form Control End */
textarea.form--control {
    min-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: transparent;
    border-radius: 0;
    font-size: 1.25rem;
    color: hsl(var(--dark-l-500));
    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 .input-group-text .ti {
    transform: translateY(0);
}

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

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

.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-width: 0;
    border-radius: 2px;
}

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

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

.input--group .btn--icon {
    width: 54.19px;
    height: 54.19px;
}

@media screen and (max-width: 991px) {
    .input--group .btn--icon {
        width: 48px;
        height: 48px;
    }
}

.input--group .btn--icon.btn--sm {
    width: 42.5px;
    height: 42.5px;
}

@media screen and (max-width: 991px) {
    .input--group .btn--icon.btn--sm {
        width: 38px;
        height: 38px;
    }
}

.input--group .btn--icon {
    padding: 0;
}

.input--group .btn--icon .ti {
    transform: translateY(0);
}

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

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

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

.input--group:focus-within * {
    border-color: hsl(var(--black)/0.1);
}

/* 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;
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid hsl(var(--body-color)/0.5);
    cursor: pointer;
    margin-top: 0.24em;
    transition: 0.3s;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base-two)) !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%);
    transition: 0.3s;
}

.form--check .form-check-label {
    user-select: none;
    font-weight: 500;
    width: calc(100% - 17px);
    padding-left: 8px;
    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(--body-color)/0.5);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-top: 0.2em;
    transition: 0.3s;
}

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

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

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

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

.form--radio .form-check-input:checked::before {
    opacity: 1;
}

.form--radio .form-check-label {
    user-select: none;
    font-weight: 500;
    width: calc(100% - 18px);
    padding-left: 8px;
    cursor: pointer;
}

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

@media screen and (max-width: 479px) {
    .form--radio a {
        font-size: 0.9375rem;
    }
}
/*  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--disabled .form--control {
    background-color: hsl(var(--dark-l-900)/0.7) !important;
    opacity: 1;
}

.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-dropdown {
    z-index: 100;
}

.modal-open .select2-dropdown {
    z-index: 1055;
}

.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));
    border-radius: 20px;
    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;
    }
}

.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;
    transform: translateY(-2px);
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        transform: translateY(-1px);
    }
}

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

/******* Nice Select Start *******/
.nice-select {
    height: auto;
    float: none;
}

.nice-select:not(.form--control) {
    min-width: 70px;
    height: 35px;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 30px;
}

.nice-select:not(.form--control)::after {
    right: 10px;
}

.nice-select:not(.form--control):active, .nice-select:not(.form--control).open, .nice-select:not(.form--control):focus {
    border-color: hsl(var(--base));
}

.nice-select:not(.form--control) .option {
    padding-left: 10px;
    padding-right: 30px;
    min-height: 35px;
    line-height: 35px;
}

.nice-select.form--select {
    background-image: none;
}

.nice-select.form--control--sm::after {
    right: 10px;
}

.nice-select.form--control--sm .option {
    min-height: 35px;
    line-height: 35px;
    font-size: 0.875rem;
}

.nice-select::after {
    width: 0.65em;
    height: 0.65em;
    right: 19px;
    margin-top: -7px;
}

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

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

.input--group > *:nth-child(2).nice-select {
    border-radius: 4px 0 0 4px;
    border-left-width: 0 !important;
}

/******* Nice Select End *******/
/* ================================= Form Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header, .custom--modal .modal-footer {
    background: hsl(var(--base-two-l-900)/0.1);
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 10px 25px;
}

@media screen and (max-width: 767px) {
    .custom--modal .modal-header, .custom--modal .modal-footer {
        padding: 10px 20px;
    }
}

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

.custom--modal .modal-title {
    font-family: var(--body-font);
    font-size: 1.5625rem;
    font-weight: 700;
    color: hsl(var(--heading-color));
}

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

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

.custom--modal .modal-content {
    background-color: hsl(var(--white));
    border: 0;
    border-radius: 7px;
    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 25px;
    background-size: 10px;
}

@media screen and (max-width: 767px) {
    .custom--modal .modal-body {
        padding: 15px 20px;
    }
}

@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 =========================== */
/* ================================= Offcanvas Css Start =========================== */
.custom--offcanvas {
    background-color: hsl(var(--white));
    border: 0 !important;
    color: hsl(var(--body-color));
}

.custom--offcanvas .offcanvas-header {
    border-bottom: 1px solid hsl(var(--secondary-l-900));
    padding: 15px;
}

.custom--offcanvas .offcanvas-title {
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 600;
}

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

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

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

.custom--offcanvas .offcanvas-body {
    padding: 20px 16px;
}

/* ================================= Offcanvas 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-two));
    color: hsl(var(--white));
    border-color: hsl(var(--base-two));
    box-shadow: 3px 3px 0px 0px hsl(var(--base));
}

.pagination .page-item .page-link {
    background: hsl(var(--white)/0.1);
    border-color: hsl(var(--base-two));
    margin: 0 5px;
    border-radius: 10px;
    line-height: 44px;
    height: 45px;
    min-width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding: 0;
    font-size: 1.25rem;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 767px) {
    .pagination .page-item .page-link {
        border-radius: 7px;
        line-height: 34px;
        height: 35px;
        min-width: 35px;
        font-size: 1.125rem;
    }
}

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

.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-responsive .table td {
    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(--dark)/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 * {
    border-radius: 0 !important;
}

.table.table-dashed th, .table.table-dashed td {
    border-style: dashed !important;
    border-color: hsl(var(--secondary-l-800)) !important;
}

.table.table-shadow {
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
}

.table.table-shadow tr:last-child td {
    border-bottom-color: hsl(var(--base-two));
}

.table.table-shadow tr td:first-child {
    border-left-color: hsl(var(--base-two));
}

.table.table-shadow tr td:last-child {
    border-right-color: hsl(var(--base-two));
}

.table thead tr th {
    text-align: center;
    padding: 9px 15px;
    color: hsl(var(--secondary-l-900));
    font-weight: 500;
    border-bottom: 0;
    border: 1px solid hsl(var(--black)/0.03);
    border-bottom-color: hsl(var(--base)/0.15);
    background-color: hsl(var(--base-two-l-200));
    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(--secondary-l-800)/0.7);
}

.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(--secondary-l-800)/0.7);
}

.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(--secondary-l-800)/0.7);
}

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

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

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

.table tbody tr td:only-child {
    text-align: left;
}

.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 {
        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 table tbody tr:only-child td:first-child {
        border-bottom-left-radius: 0 !important;
    }

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

    .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 {
        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 tbody tr:only-child td:first-child {
        border-bottom-left-radius: 0 !important;
    }

    .table--responsive--md tbody tr:only-child td:only-child {
        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 tbody tr:only-child td:first-child {
        border-bottom-left-radius: 0 !important;
    }

    .table--responsive--lg tbody tr:only-child td:only-child {
        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 tbody tr:only-child td:first-child {
        border-bottom-left-radius: 0 !important;
    }

    .table--responsive--xl tbody tr:only-child td:only-child {
        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 tbody tr:only-child td:first-child {
        border-bottom-left-radius: 0 !important;
    }

    .table--responsive--xxl tbody tr:only-child td:only-child {
        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: 1599px) {
    .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 tbody tr:only-child td:first-child {
        border-bottom-left-radius: 0 !important;
    }

    .table--responsive--xxxl tbody tr:only-child td:only-child {
        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));
}

.custom--tab-2 {
    border: 0;
    margin-bottom: 20px;
    column-gap: 20px;
    row-gap: 10px;
}

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

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

.custom--tab-2 .nav-link {
    color: hsl(var(--body-color));
    padding: 0;
    background-color: transparent !important;
    transition: 0.4s;
    padding-bottom: 2px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    position: relative;
}

.custom--tab-2 .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: hsl(var(--base));
    transition: 0.3s;
}

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

.custom--tab-2 .nav-link.active {
    color: hsl(var(--base-d-200));
}

.custom--tab-2 .nav-link.active::after {
    width: 100%;
}

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

.custom--tab-2 .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 transparent;
    border-radius: 20px;
    padding: 7px 15px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

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

.badge--base {
    background-color: hsl(var(--base-l-800)) !important;
    color: hsl(var(--base-two)) !important;
    border-color: hsl(var(--base)/0.5);
}

.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 {
    color: hsl(var(--base-two)/0.8);
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

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

@media screen and (max-width: 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: 10px;
    overflow: visible;
}

.custom--progress .progress-bar {
    background: repeating-linear-gradient(45deg, hsl(var(--base)), hsl(var(--base-d-300)) 15px);
    background-size: 20px 20px;
    animation: 0.7s linear infinite progressBar;
    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;
}

@keyframes progressBar {
    0% {
        background-position-x: 20px;
    }
}

.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-two));
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    height: 80px;
    background: hsl(var(--base-two-l-200));
    padding: 0 50px;
    border: 2px solid hsl(var(--base-two-l-300));
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 2.5rem;
    box-shadow: 5px 5px 0px 0px hsl(var(--base-d-100));
}

@media screen and (max-width: 767px) {
    .loader {
        height: 60px;
        padding: 0 30px;
        gap: 20px;
        font-size: 1.5625rem;
    }
}

.loader span {
    color: transparent;
    background-image: linear-gradient(45deg, hsl(var(--base-l-300)), hsl(var(--base)), hsl(var(--base-d-300)));
    background-clip: text;
    width: max-content;
    font-size: 1.3em;
    line-height: 1;
}

.loader span:nth-child(1) {
    animation: stars-pulse 2s ease-in-out infinite;
}

.loader span:nth-child(2) {
    animation: stars-pulse 2s 0.2s ease-in-out infinite;
}

.loader span:nth-child(3) {
    animation: stars-pulse 2s 0.4s ease-in-out infinite;
}

.loader span:nth-child(4) {
    animation: stars-pulse 2s 0.6s ease-in-out infinite;
}

.loader span:nth-child(5) {
    animation: stars-pulse 2s 0.8s ease-in-out infinite;
}

@keyframes stars-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    30% {
        transform: scale(0);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }
}
/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.header {
    position: absolute;
    border-bottom: 1px solid hsl(var(--base-two-l-900)/0.5);
    top: 0;
    width: 100%;
    z-index: 111;
}

@media screen and (max-width: 991px) {
    .header {
        background: hsl(var(--base-l-900));
        z-index: 999;
        max-height: 80vh;
        scrollbar-width: thin;
    }

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

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

.header.fixed-header {
    background: hsl(var(--white));
    box-shadow: 0px 5px 20px 0px hsl(var(--black)/0.1);
    border-color: hsl(var(--secondary-l-900));
    position: fixed;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.3s;
    width: 100%;
}

.header.fixed-header .container {
    border-color: hsl(var(--secondary-l-900));
}

.header.fixed-header .container::after {
    border-color: hsl(var(--secondary-l-900));
}

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

@media screen and (max-width: 991px) {
    .header.header-2 {
        background: hsl(var(--base-two-d-300));
    }
}

.header.header-2.fixed-header {
    background: hsl(var(--base-two-d-300));
}

.header.header-2 .container {
    border-color: hsl(var(--base-two-l-100));
}

.header.header-2 .container::after {
    border-color: hsl(var(--base-two-l-100));
}

.header .container {
    border-color: hsl(var(--base-two-l-900)/0.5);
}

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

.header .container::after {
    border-color: hsl(var(--base-two-l-900)/0.5);
}

.header__logo {
    max-width: 180px;
    max-height: 60px;
}

@media screen and (max-width: 1199px) {
    .header__logo {
        max-width: 150px;
        max-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .header__logo {
        margin: auto;
    }
}

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

.header__btn-group {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

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

.header__btn {
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 2px;
    border: 2px solid hsl(var(--base));
    border-radius: 50%;
    overflow: hidden;
    font-size: 1.5rem;
    color: hsl(var(--base));
    position: relative;
}

.header__btn .ti {
    width: 100%;
    height: 100%;
    line-height: 42px;
    background: hsl(var(--base-two-l-200));
    border-radius: 50%;
    transform: translateY(0px);
}

.header__btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

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

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

.navbar {
    padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
    .header.header-2 .nav-menu .nav-item .nav-link {
        color: hsl(var(--secondary-l-900));
    }

    .header .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .nav-menu .nav-item {
        padding: 15px 0;
        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(--base));
    }

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

    .header .nav-menu .nav-item:hover .nav-link::after {
        transform: rotate(225deg);
    }

    .header .nav-menu .nav-item .nav-link {
        font-weight: 600;
        font-size: 1.0625rem;
        line-height: 1;
        color: hsl(var(--body-color));
        padding: 20px 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 .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        top: 100%;
        left: auto;
        padding: 5px 15px;
        transform: scaleY(0);
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-color: hsl(var(--black)/0.08);
        border-radius: 5px;
        min-width: 220px;
        margin-top: 0 !important;
    }

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

    .header .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.03);
    }

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

    .header .dropdown-menu__link {
        padding: 10px 0;
        font-weight: 700;
        font-size: 1rem;
        color: hsl(var(--black)/0.7);
        border-radius: 5px;
        transition: 0.3s;
    }

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

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

    .header .nav-menu .custom--dropdown .nav-link,
.header .nav-menu .dropdown .nav-link {
        padding-right: 20px;
    }

    .header .nav-menu .custom--dropdown .nav-link::after,
.header .nav-menu .dropdown .nav-link::after {
        content: "\eb0b";
        font-family: "tabler-icons";
        position: absolute;
        top: 37%;
        right: 0;
        transition: 0.3s;
    }

    .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 {
        width: 45px;
        height: 45px;
        border: 2px solid hsl(var(--base));
        border-radius: 50%;
        overflow: hidden;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.375rem;
    }

    .header .user-dropdown__btn i {
        transform: translateY(0);
    }

    .header .user-dropdown .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        transform: scaleY(1) !important;
        box-shadow: 0 10px 30px 0px hsl(var(--black)/0.15);
        display: none;
    }

    .header .user-dropdown .dropdown-menu.show {
        display: block;
    }
}
/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
    .header.fixed-header .nav-menu {
        border-top-color: hsl(var(--secondary-l-800));
    }

    .header.header-2 .nav-menu {
        border-color: hsl(var(--base-two-l-100));
    }

    .header.header-2 .nav-item .nav-link {
        color: hsl(var(--secondary-l-700));
    }

    .header .navbar-collapse {
        max-height: 400px;
        margin-top: 10px;
        transition: 0.3s;
        overflow: auto;
    }

    .header .nav-menu {
        padding-top: 10px;
        border-top: 1px solid hsl(var(--base-two-l-900)/0.5);
    }

    .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: 1.125rem;
        font-weight: 700;
        margin-bottom: 8px;
        padding: 7px 10px 7px 0 !important;
        margin: 0 !important;
        color: hsl(var(--body-color));
    }

    .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(--base-d-300)) !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__list {
        border-bottom: 1px solid hsl(var(--black)/0.03);
    }

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

    .header .dropdown-menu__link {
        padding: 10px 5px;
        font-weight: 600;
        font-size: 1rem;
        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;
    }

    .header .nav-menu .custom--dropdown .nav-link,
.header .nav-menu .dropdown .nav-link {
        padding-right: 20px;
        overflow: hidden;
    }

    .header .nav-menu .custom--dropdown .nav-link::after,
.header .nav-menu .dropdown .nav-link::after {
        content: "\eb0b";
        font-family: "tabler-icons";
        font-size: 1.25rem;
        line-height: 1;
        padding-left: 2px;
        display: inline-block;
        transform: translateY(2px);
        transition: 0.3s;
    }

    .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 {
        width: 40px;
        height: 40px;
        border: 2px solid hsl(var(--base));
        border-radius: 50%;
        overflow: hidden;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.25rem;
    }

    .header .user-dropdown__btn i {
        transform: translateY(0);
    }

    .header .user-dropdown .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        transform: scaleY(1) !important;
        box-shadow: 0 10px 30px 0px hsl(var(--black)/0.15);
        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(--base));
    background: hsl(var(--base-two-l-100)) !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";
}

@media screen and (max-width: 991px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }
}

.language-box {
    font-family: var(--body-font);
}

@media screen and (max-width: 991px) {
    .language-box .nice-select .list {
        left: auto;
        right: 0;
    }
}

.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(--base-two-d-200));
    position: relative;
    z-index: 2;
}

.footer-area .container {
    border-color: hsl(var(--base-two-l-100));
}

.footer-area .container::after {
    border-color: hsl(var(--base-two-l-100));
}

.footer-area__subscribe {
    background: hsl(var(--base-two));
}

.footer-item {
    color: hsl(var(--secondary-l-700));
}

.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-family: var(--body-font);
    font-weight: 600;
    color: hsl(var(--secondary-l-800));
    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(--secondary-l-700));
}

.footer-menu__link:hover {
    color: hsl(var(--base-d-200));
    text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
    display: flex;
    padding-bottom: 12px;
    color: hsl(var(--secondary-l-700));
}

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

.footer-contact-menu__item-icon {
    width: 15px;
    color: hsl(var(--base-d-200));
    font-size: 1.25rem;
}

.footer-contact-menu__item-icon .ti {
    transform: translateY(0);
}

.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(--base-two-l-100));
    color: hsl(var(--secondary-l-700));
}

/* =============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: 991px) {
    .scroll-top {
        display: none;
    }
}

.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));
    font-size: 1.1875rem;
}

.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 {
    background: hsl(var(--base-two-d-300));
    margin-bottom: 0;
    position: relative;
    padding-top: 88px;
    z-index: 2;
}

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

.breadcrumb .container {
    border-color: hsl(var(--base-two-l-100));
}

.breadcrumb .container::after {
    border-color: hsl(var(--base-two-l-100));
}

.breadcrumb__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
}

.breadcrumb__wrapper {
    padding: 80px 0;
    text-align: center;
}

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

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

.breadcrumb__title {
    font-family: var(--body-font);
    font-size: 4.0625rem;
    font-weight: 400;
    color: hsl(var(--white));
    margin-top: -19px;
    margin-bottom: 14px;
}

@media screen and (max-width: 1399px) {
    .breadcrumb__title {
        font-size: 3.125rem;
        margin-top: -14px;
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb__title {
        font-size: 2.813rem;
        margin-top: -13px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__title {
        font-size: 2.1875rem;
        margin-top: -10px;
    }
}

.breadcrumb__desc {
    font-size: 1.25rem;
    color: hsl(var(--secondary-l-800));
    margin-bottom: -7px;
}

@media screen and (max-width: 767px) {
    .breadcrumb__desc {
        font-size: 1rem;
        margin-bottom: -6px;
    }
}

.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: 113px;
    padding-bottom: 1px;
    max-height: calc(100vh - 138px);
}

@media screen and (max-width: 767px) {
    .post-sidebar {
        max-height: none;
    }
}

@media screen and (max-width: 1399px) {
    .post-sidebar.post-sidebar-collapsable {
        position: fixed;
        top: 0;
        left: 0;
        width: 290px;
        height: 100%;
        max-height: none;
        background: hsl(var(--white));
        transform: translateX(-100%);
        padding: 10px;
        transition: all 0.3s ease-in;
        z-index: 999;
    }

    .post-sidebar.post-sidebar-collapsable.active {
        transform: translateX(0);
    }

    .post-sidebar.post-sidebar-collapsable .os-viewport {
        margin-bottom: 10px;
    }

    .post-sidebar.post-sidebar-collapsable .post-sidebar__card {
        width: 270px;
    }
}

.post-sidebar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid hsl(var(--secondary-l-900));
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.post-sidebar__header .title {
    font-family: var(--body-font);
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
}

.post-sidebar__header .btn--icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.post-sidebar__header .btn--icon i {
    transform: translateY(0%);
}

.post-sidebar__card {
    background: hsl(var(--base-l-900)/0.25);
    padding: 25px;
    border: 1px solid hsl(var(--base-two));
    border-radius: 10px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1399px) {
    .post-sidebar__card {
        padding: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .post-sidebar__card {
        padding: 15px;
        margin-bottom: 15px;
    }
}

.post-sidebar__card:last-child {
    margin-bottom: 0;
}

.post-sidebar__card__header {
    font-family: var(--body-font);
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--black)/0.6);
    border-bottom: 1px solid hsl(var(--secondary-l-700));
    padding-bottom: 15px;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .post-sidebar__card__header {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .post-sidebar__card__header {
        font-size: 1.25rem;
    }
}

.post-sidebar__card__body {
    padding-top: 20px;
}

.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__filter-item-list li {
    margin-bottom: 15px;
}

.post-sidebar__filter-item-list li:last-child {
    margin-bottom: 0;
}

.post-sidebar__filter-category-list li {
    margin-bottom: 25px;
}

.post-sidebar__filter-category-list li:last-child {
    margin-bottom: 0;
}

.post-sidebar__filter-category-list .post-sidebar__filter-category-list {
    padding-top: 20px;
    padding-left: 10px;
    margin-left: 10px;
    display: none;
    border-left: 1px solid hsl(var(--secondary-l-800));
}

.post-sidebar__filter-category-list__item {
    display: block;
    font-size: 1.0625rem;
    line-height: 1;
    color: hsl(var(--body-color));
    user-select: none;
}

.post-sidebar__filter-category-list__item.active {
    font-weight: 600;
    color: hsl(var(--base-d-100));
}

.post-sidebar__filter-category-list__item.has-sub {
    padding-right: 20px;
    position: relative;
}

.post-sidebar__filter-category-list__item.has-sub.active {
    font-weight: 400;
}

.post-sidebar__filter-category-list__item.has-sub.active::after {
    transform: translateY(-50%) rotate(90deg);
}

.post-sidebar__filter-category-list__item.has-sub::after {
    content: "\ea61";
    font-family: "tabler-icons";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 15px;
    font-size: 1.0625rem;
    transition: 0.3s;
}

.post-sidebar__filter-category-list__item .badge {
    font-size: 0.75rem;
    padding-top: 1px;
    padding-bottom: 1px;
}

.post-sidebar__filter-category-list__item:hover {
    color: hsl(var(--base-d-100));
}

.post-sidebar__recent-post {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media screen and (max-width: 991px) {
    .post-sidebar__recent-post {
        gap: 15px;
    }
}

.post-sidebar__recent-post__link {
    display: flex;
    align-items: center;
    gap: 20px;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 1199px) {
    .post-sidebar__recent-post__link {
        gap: 15px;
    }
}

.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 {
    flex-shrink: 0;
    width: 120px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    filter: brightness(0.9);
    transition: 0.3s;
}

@media screen and (max-width: 1399px) {
    .post-sidebar__recent-post__thumb {
        width: 100px;
        height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .post-sidebar__recent-post__thumb {
        width: 90px;
        height: 60px;
        border-radius: 7px;
    }
}

.post-sidebar__recent-post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-sidebar__recent-post__txt {
    font-size: 1.1875rem;
    font-weight: 600;
}

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

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

.post-sidebar__tag .badge {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .post-sidebar__tag .badge {
        font-size: 0.9375rem;
        padding: 5px 10px;
    }
}

@media screen and (max-width: 767px) {
    .post-sidebar__tag .badge {
        font-size: 0.875rem;
        padding: 5px 10px;
    }
}

.post-sidebar__contact__item {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .post-sidebar__contact__item {
        font-size: 1.125rem;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .post-sidebar__contact__item {
        gap: 5px;
        font-size: 1rem;
        margin-bottom: 15px;
    }
}

.post-sidebar__contact__item:last-child {
    margin-bottom: 0;
}

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

/* ================================= Start Rating Css Start =========================== */
.rating-list {
    width: 100%;
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    line-height: 1;
}

.rating-list.input-rating {
    font-size: 1.25rem;
    line-height: 1;
}

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

.rating-list.rating i {
    color: hsl(var(--dark-l-500));
}

.rating-list__item {
    color: hsl(var(--dark-l-500));
}

.rating-list__item .rating {
    color: hsl(var(--warning-d-200)) !important;
}

.rating-list__item .rating-half {
    color: transparent !important;
    background-image: linear-gradient(to left, hsl(var(--dark-l-500)) 50%, hsl(var(--warning-d-200)) 50%) !important;
    background-clip: text !important;
}

.rating-list__item .rated {
    color: hsl(var(--warning));
}

.rating-list__item .rated-half {
    color: transparent;
    background-image: linear-gradient(to left, hsl(var(--dark-l-500)) 50%, hsl(var(--warning)) 50%);
    background-clip: text;
}

.rating-list__item i {
    transform: translate(0);
}

.rating-list__text {
    display: block;
    font-weight: 600;
    line-height: 1;
    margin-left: 5px;
}

/* ================================= 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: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid hsl(var(--base));
    border-radius: 50%;
    color: hsl(var(--white));
    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: 45px;
        height: 45px;
        line-height: 45px;
    }
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
        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 {
    background: hsl(var(--base));
}

/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 30px;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.slick-dots li {
    display: inline-block;
    height: 10px;
}

.slick-dots li button {
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: -9999px;
    transition: 0.3s linear;
    position: relative;
}

.slick-dots li button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    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 ================ */
.scroll.os-host-overflow-y {
    padding-right: 6px;
}

.os-theme-dark > .os-scrollbar, .os-theme-light > .os-scrollbar {
    padding: 0;
}

.os-theme-dark > .os-scrollbar-vertical, .os-theme-light > .os-scrollbar-vertical {
    width: 6px;
    background: hsl(var(--secondary-l-800));
    border-radius: 3px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: hsl(var(--secondary-l-600));
    transition: background 0.3s !important;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: hsl(var(--secondary-l-400));
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
    background: hsl(var(--secondary-l-400));
}

/* ============ Home Page Sections Start ============ */
/* Banner Section Start */
/* ====================== Banner Css Start ==================== */
.banner-section {
    padding-top: 88px;
    background: hsl(var(--base-l-900));
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding-top: 71px;
    }
}

.banner-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

.banner-section .container {
    border-color: hsl(var(--base-two-l-900)/0.5);
}

.banner-section .container::after {
    border-color: hsl(var(--base-two-l-900)/0.5);
}

.banner-content {
    padding: 180px 0;
}

@media screen and (max-width: 1399px) {
    .banner-content {
        padding: 120px 0;
    }
}

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

.banner-content__title {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 4.0625rem;
    margin-top: -10px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1399px) {
    .banner-content__title {
        font-size: 3.125rem;
        margin-top: -12px;
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__title {
        font-size: 2.813rem;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__title {
        font-size: 2.1875rem;
        margin-bottom: 18px;
    }
}

.banner-content__title span {
    display: inline;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 0.9em;
}

.banner-content__desc {
    font-size: 1.5625rem;
    margin-bottom: 41px;
}

@media screen and (max-width: 1399px) {
    .banner-content__desc {
        font-size: 1.375rem;
        margin-bottom: 27px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-content__desc {
        font-size: 1.25rem;
        margin-bottom: 28px;
    }
}

.banner-content__form {
    background: hsl(var(--white));
    padding: 20px;
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    border: 2px solid hsl(var(--base-two));
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .banner-content__form {
        padding: 15px;
        border-width: 1px;
    }
}

.banner-content__form__txt {
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-content__form .input--group {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .banner-content__form .input--group {
        margin-bottom: 15px;
    }
}

.banner-content__category {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .banner-content__category {
        gap: 5px;
    }
}

.banner-content__category__item {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 3px 7px;
    background: hsl(var(--base-l-900)/0.5);
    color: hsl(var(--body-color));
    border: 1px solid hsl(var(--base-l-700));
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .banner-content__category__item {
        font-size: 0.8125rem;
        padding: 2px 5px;
    }
}

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

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

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

.banner-thumb {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1599px) {
    .banner-stats {
        display: flex;
        gap: 25px;
    }
}

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

.banner-stats__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1599px) {
    .banner-stats__card {
        width: calc(33.3333333333% - 15px);
        margin-bottom: 0;
        flex-direction: row;
        gap: 15px;
    }
}

@media screen and (max-width: 991px) {
    .banner-stats__card {
        width: 100%;
        margin-bottom: 30px;
    }
}

.banner-stats__card:last-child {
    margin-bottom: 0;
}

.banner-stats__card__icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    padding: 10px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .banner-stats__card__icon {
        width: 60px;
        height: 60px;
    }
}

.banner-stats__card__icon::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    background: hsl(var(--base-two));
    border-radius: 7px;
    z-index: -1;
}

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

.banner-stats__card__title {
    display: block;
    font-family: var(--heading-font);
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .banner-stats__card__title {
        font-size: 1.25rem;
        margin-bottom: 6px;
    }
}

.banner-stats__card__title .odometer-inside {
    display: inline-flex;
    transform: translateY(-1px);
}

.banner-stats__card__desc {
    display: block;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
    .banner-stats__card__desc {
        font-size: 1rem;
    }
}
/* ====================== Banner Css End ==================== */
/* Banner Section End */
/* Comapnies Section Start */
.company {
    background: hsl(var(--base-two-d-300));
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.company-page .container {
    z-index: auto;
}

.company .container {
    border-color: hsl(var(--base-two-l-100));
}

.company .container::after {
    border-color: hsl(var(--base-two-l-100));
}

.company__slider.slick-slider .slick-list {
    margin: 0;
    overflow: visible;
}

.company__slider.slick-slider .slick-slide {
    padding: 0;
}

.company__card {
    display: block;
    height: 100%;
    padding: 50px 40px;
    background: hsl(var(--base-two-l-100)/0.7);
    border-right: 1px solid hsl(var(--base-two-d-300));
    position: relative;
    transition: 0.3s;
}

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

@media screen and (max-width: 767px) {
    .company__card {
        width: 275px !important;
        padding: 30px;
    }
}

.company__card.company__card-ad {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 7/8.97;
    padding: 0;
    background: hsl(var(--base-two-l-100)/0.1);
    border: 0;
    border-radius: 10px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .company__card.company__card-ad {
        width: 100% !important;
        max-width: 275px;
    }
}

.company__card.company__card-ad * {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.company__card.company__card-ad:hover {
    background: hsl(var(--base-two-l-100)/0.3);
}


.company__card.company__card-2 {
    background: transparent;
    border: 1px solid hsl(var(--base-two));
    border-radius: 10px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .company__card.company__card-2 {
        width: 100% !important;
        max-width: 275px;
    }
}

.company__card.company__card-2 .company__card__brand__img {
    background: hsl(var(--base-two-l-300));
    border-color: hsl(var(--base-two-l-300));
}

.company__card.company__card-2 .company__card__brand__title {
    color: hsl(var(--base-two));
}

.company__card.company__card-2 .company__card__brand__type {
    color: hsl(var(--body-color));
}

.company__card.company__card-2 .company__card__location {
    background: hsl(var(--base-two));
    color: hsl(var(--base));
}

.company__card.company__card-2 .company__card__rating {
    border-color: hsl(var(--base-two-l-900));
}

.company__card.company__card-2 .company__card__rating__txt {
    color: hsl(var(--body-color));
}

.company__card.company__card-2 .company__card__info__txt {
    color: hsl(var(--body-color));
}

.company__card.company__card-2:hover {
    background: transparent;
    border-color: hsl(var(--base));
    transform: translateY(-5px);
}

.company__card.company__card-2:hover .company__card__brand__img {
    border-color: hsl(var(--base));
    box-shadow: -4px -4px 0px 0px hsl(var(--base-two));
}

.company__card__brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

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

.company__card__brand__img {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border: 1px solid hsl(var(--base-two-l-900));
    box-shadow: 4px 4px 0px 0px hsl(var(--base));
    border-radius: 10px;
    padding: 15px;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .company__card__brand__img {
        width: 60px;
        height: 60px;
        box-shadow: 3px 3px 0px 0px hsl(var(--base));
        border-radius: 7px;
        padding: 10px;
    }
}

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

.company__card__brand__title {
    font-family: var(--body-font);
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.2;
    color: hsl(var(--secondary-l-900));
    margin-bottom: 9px;
    transition: 0.3s;
}

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

.company__card__brand__type {
    display: flex;
    gap: 5px;
    font-size: 1.25rem;
    line-height: 1;
    color: hsl(var(--secondary-l-800));
}

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

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

.company__card__brand__type .ti {
    color: hsl(var(--base));
    transform: translateY(-5%);
}

.company__card__location {
    position: absolute;
    top: 50px;
    right: 0;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: hsl(var(--base-two-l-900));
    color: hsl(var(--body-color));
    width: 25px;
    line-height: 23px;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 0;
}

.company__card__location .ti {
    transform: rotate(90deg) translateY(5%);
}

.company__card__rating {
    border-bottom: 1px solid hsl(var(--base-two-l-700));
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.company__card__rating .rating-list {
    justify-content: flex-start;
    margin-bottom: 10px;
}

.company__card__rating__txt {
    display: block;
    font-size: 1.125rem;
    line-height: 1;
    color: hsl(var(--secondary-l-800));
}

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

.company__card__info__txt {
    display: block;
    font-size: 1.125rem;
    line-height: 1;
    color: hsl(var(--secondary-l-800));
    margin-bottom: 10px;
}

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

.company__card__info__txt:last-child {
    margin-bottom: 0;
}

.company__card:hover {
    background: hsl(var(--base-two-l-200)/0.85);
}

.company__card:hover .company__card__brand__img {
    border-color: hsl(var(--base));
    box-shadow: -4px -4px 0px 0px hsl(var(--base-two-l-700));
}

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

.company-details__about {
    padding: 40px;
    background: hsl(var(--base-two));
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    border: 2px solid hsl(var(--base-two-l-900));
    border-radius: 15px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .company-details__about {
        padding: 30px;
        gap: 30px;
    }
}

@media screen and (max-width: 991px) {
    .company-details__about {
        padding: 30px 20px;
        gap: 20px;
        flex-direction: column;
    }
}

.company-details__about__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
}

.company-details__about__txt {
    width: calc(100% - 540px);
}

@media screen and (max-width: 1199px) {
    .company-details__about__txt {
        width: calc(100% - 330px);
    }
}

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

.company-details__about__txt__title {
    font-family: var(--body-font);
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 700;
    color: hsl(var(--white));
    margin-top: -3px;
    margin-bottom: 13px;
}

@media screen and (max-width: 991px) {
    .company-details__about__txt__title {
        font-size: 1.25rem;
        margin-top: -2px;
        margin-bottom: 11px;
    }
}

@media screen and (max-width: 767px) {
    .company-details__about__txt__title {
        font-size: 1.125rem;
        font-weight: 500;
        margin-top: -2px;
        margin-bottom: 12px;
    }
}

.company-details__about__txt__desc {
    font-size: 1.25rem;
    color: hsl(var(--secondary-l-800));
    margin-bottom: -7px;
}

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

@media screen and (max-width: 767px) {
    .company-details__about__txt__desc {
        font-size: 1rem;
        margin-bottom: -6px;
    }
}

.company-details__company {
    max-width: 500px;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 1199px) {
    .company-details__company {
        max-width: 300px;
        gap: 15px;
    }
}

@media screen and (max-width: 991px) {
    .company-details__company {
        width: 100%;
        max-width: none;
        padding-bottom: 20px;
        border-bottom: 1px solid hsl(var(--secondary-l-800)/0.1);
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }
}

@media screen and (max-width: 479px) {
    .company-details__company {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.company-details__company__img {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    padding: 20px;
    background: hsl(var(--base-two-l-300));
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
}

@media screen and (max-width: 1199px) {
    .company-details__company__img {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
}

@media screen and (max-width: 767px) {
    .company-details__company__img {
        width: 80px;
        height: 80px;
        padding: 10px;
    }
}

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

.company-details__company__name {
    font-family: var(--body-font);
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: hsl(var(--base));
    margin-top: -9px;
    margin-bottom: 14px;
}

@media screen and (max-width: 1199px) {
    .company-details__company__name {
        font-size: 1.875rem;
        margin-top: -7px;
    }
}

@media screen and (max-width: 767px) {
    .company-details__company__name {
        font-size: 1.5625rem;
        margin-top: -6px;
    }
}

.company-details__company__location {
    font-size: 1.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
    color: hsl(var(--secondary-l-800));
    margin-bottom: 14px;
}

@media screen and (max-width: 1199px) {
    .company-details__company__location {
        font-size: 1.125rem;
        margin-bottom: 9px;
    }
}

@media screen and (max-width: 767px) {
    .company-details__company__location {
        font-size: 1rem;
        margin-bottom: 9px;
    }
}

@media screen and (max-width: 479px) {
    .company-details__company__location {
        justify-content: center;
    }
}

.company-details__company__location .ti {
    transform: translateY(0);
    margin-right: 5px;
}

.company-details__company__site {
    width: max-content;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1;
    color: hsl(var(--secondary-l-800));
    margin-bottom: -3px;
}

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

@media screen and (max-width: 767px) {
    .company-details__company__site {
        width: 100%;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 479px) {
    .company-details__company__site {
        justify-content: center;
    }
}

.company-details__company__site:hover {
    color: hsl(var(--secondary-l-800));
}

.company-details__company__site .ti {
    color: hsl(var(--base));
    transform: translateY(5%);
    margin-right: 5px;
}

.company-details__rating-info {
    padding: 10px;
}

@media screen and (max-width: 991px) {
    .company-details__rating-info {
        padding: 5px;
    }
}

.company-details__rating-info__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}

.company-details__rating-info__header .rating-count {
    display: block;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 800;
    margin-top: -9px;
}

@media screen and (max-width: 1199px) {
    .company-details__rating-info__header .rating-count {
        font-size: 3.125rem;
        margin-top: -6px;
    }
}

@media screen and (max-width: 767px) {
    .company-details__rating-info__header .rating-count {
        font-size: 2.813rem;
        margin-top: -5px;
    }
}

.company-details__rating-info__header .rating-overview {
    text-align: right;
}

.company-details__rating-info__header .rating-overview .rating-list {
    justify-content: flex-end;
    line-height: 1;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .company-details__rating-info__header .rating-overview .rating-list {
        margin-bottom: 0;
    }
}

.company-details__rating-info__item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .company-details__rating-info__item {
        margin-bottom: 10px;
    }
}

.company-details__rating-info__item:last-child {
    margin-bottom: 0;
}

.company-details__rating-info__item span {
    flex-shrink: 0;
    display: block;
    line-height: 1;
    font-weight: 600;
}

.company-details__rating-info__item span .ti {
    font-size: 1em;
    transform: translateY(0%);
}

.company-details__rating-info__item .progress {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .company-details__rating-info__item .progress {
        height: 7px;
    }
}
/* Comapnies Section End */
/* Why Choose Us Section Start */
.why-choose-us {
    position: relative;
}

.why-choose-us__vector {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .why-choose-us__vector {
        top: 22%;
    }
}

.why-choose-us__vector .bx-wrapper {
    border: 0;
    margin-bottom: 0;
    box-shadow: 0 0;
}

.why-choose-us__vector .bx-viewport {
    padding-bottom: 15px;
}

.why-choose-us__vector__item {
    width: max-content !important;
    display: inline-block;
    white-space: nowrap;
    font-size: 12.5rem;
    line-height: 1;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-color: hsl(var(--base-two)/0.2);
    -webkit-text-stroke-width: 2px;
}

@media screen and (max-width: 1399px) {
    .why-choose-us__vector__item {
        font-size: 9.375rem;
    }
}

@media screen and (max-width: 991px) {
    .why-choose-us__vector__item {
        font-size: 7.5rem;
    }
}

@media screen and (max-width: 767px) {
    .why-choose-us__vector__item {
        font-size: 5rem;
    }
}

.why-choose-us__row > *:nth-child(3n+2) .why-choose-us__card {
    margin-top: 70px;
}

@media screen and (max-width: 991px) {
    .why-choose-us__row > *:nth-child(3n+2) .why-choose-us__card {
        margin-top: 0;
    }
}

.why-choose-us__card {
    text-align: center;
    padding: 70px 60px;
    margin: 0 30px;
    position: relative;
    perspective: 700px;
    transition: 0.3s;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .why-choose-us__card {
        padding: 60px 50px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 1199px) {
    .why-choose-us__card {
        padding: 60px 35px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 991px) {
    .why-choose-us__card {
        height: 100%;
        padding: 60px 50px;
    }
}

@media screen and (max-width: 767px) {
    .why-choose-us__card {
        padding: 50px;
        margin: 0 5px;
    }
}

.why-choose-us__card::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 1px solid hsl(var(--base-two)/0.5);
    border-radius: 300px;
    transition: 0.3s;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .why-choose-us__card::before {
        top: 15px;
        left: 15px;
    }
}

@media screen and (max-width: 991px) {
    .why-choose-us__card::before {
        top: 10px;
        left: 10px;
    }
}

.why-choose-us__card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--base-l-900));
    box-shadow: 5px 5px 0px 0px hsl(var(--base-two));
    border: 1px solid hsl(var(--dark-l-900));
    border-radius: 300px;
    transition: 0.3s;
    z-index: -1;
}

.why-choose-us__card__icon {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(1);
    margin: 0 auto 30px;
    transition: filter 0.3s, transform 0.6s;
    transform-style: preserve-3d;
}

@media screen and (max-width: 1399px) {
    .why-choose-us__card__icon {
        width: 120px;
        height: 120px;
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 1199px) {
    .why-choose-us__card__icon {
        width: 110px;
        height: 110px;
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 767px) {
    .why-choose-us__card__icon {
        width: 80px;
        height: 80px;
        margin-bottom: 16px;
    }
}

.why-choose-us__card__title {
    font-family: var(--body-font);
    font-size: 2.1875rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .why-choose-us__card__title {
        font-size: 1.875rem;
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 767px) {
    .why-choose-us__card__title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
}

.why-choose-us__card__title span {
    display: inline;
    background-image: linear-gradient(hsl(var(--base)/0.35), hsl(var(--base)/0.35));
    background-repeat: no-repeat;
    background-size: 100% 10px;
    background-position-y: 25px;
}

@media screen and (max-width: 1399px) {
    .why-choose-us__card__title span {
        background-position-y: 20px;
    }
}

@media screen and (max-width: 767px) {
    .why-choose-us__card__title span {
        background-position-y: 15px;
    }
}

.why-choose-us__card__desc {
    font-size: 1.25rem;
    margin-bottom: -7px;
}

@media screen and (max-width: 1199px) {
    .why-choose-us__card__desc {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .why-choose-us__card__desc {
        font-size: 1rem;
        margin-bottom: -6px;
    }
}

.why-choose-us__card:hover {
    transform: translateY(-5px);
}

.why-choose-us__card:hover::before {
    top: 0;
    left: 0;
}

.why-choose-us__card:hover::after {
    box-shadow: 0 0;
    border-color: hsl(var(--base-two));
}

.why-choose-us__card:hover .why-choose-us__card__icon {
    filter: grayscale(0);
    transform: rotateY(180deg);
}

/* Why Choose Us Section End */
/* Recent Review Start */
.recent-review {
    background: hsl(var(--base-two-d-300));
}

.recent-review .container {
    border-color: hsl(var(--base-two-l-100));
}

.recent-review .container::after {
    border-color: hsl(var(--base-two-l-100));
}

.review__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    border: 2px solid hsl(var(--base-two-l-900)/0.7);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

.review__card.review__card-2 {
    border-color: hsl(var(--base-two));
}

.review__card.review__card-2 .review__card__user {
    color: hsl(var(--body-color));
}

.review__card.review__card-2 .review__card__user a {
    color: hsl(var(--base-two));
}

.review__card.review__card-2 .review__card__user a:hover {
    color: hsl(var(--base));
}

.review__card.review__card-2 .review__card__star .rating-list__item {
    color: hsl(var(--dark-l-500));
}

.review__card.review__card-2 .review__card__desc {
    color: hsl(var(--body-color));
}

.review__card.review__card-ad {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 119/65;
    background: hsl(var(--base-two-l-100)/0.1);
    border-color: hsl(var(--base-two));
}

.review__card.review__card-ad * {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review__card__body {
    padding: 25px;
}

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

.review__card__user {
    display: block;
    font-size: 1.5625rem;
    line-height: 1.2;
    font-weight: 400;
    color: hsl(var(--white)/0.7);
    margin-bottom: 15px;
}

@media screen and (max-width: 1399px) {
    .review__card__user {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .review__card__user {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .review__card__user {
        font-size: 1.125rem;
        margin-bottom: 19px;
    }
}

.review__card__star {
    display: flex;
    margin-bottom: 15px;
}

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

.review__card__star .rating-list {
    width: auto;
    font-size: 0.9375rem;
}

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

.review__card__star .rating-list__item {
    color: hsl(var(--base-two-l-900));
}

.review__card__desc {
    font-size: 1.25rem;
    color: hsl(var(--white)/0.7);
    margin-bottom: -7px;
}

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

@media screen and (max-width: 767px) {
    .review__card__desc {
        font-size: 1rem;
        margin-bottom: -6px;
    }
}

.review__card__footer {
    background: hsl(var(--base-two-l-100));
    padding: 15px 25px;
    display: flex;
    gap: 15px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .review__card__footer {
        padding: 10px 20px;
        gap: 10px;
    }
}

.review__card__footer__img {
    width: 45px;
    height: 45px;
    background: hsl(var(--base-two-l-300));
    border-radius: 10px;
    padding: 5px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .review__card__footer__img {
        width: 35px;
        height: 35px;
    }
}

.review__card__footer__img a {
    width: 100%;
    height: 100%;
}

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

.review__card__footer__txt {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--white));
}

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

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

.review__card:hover {
    box-shadow: -5px -5px 0px 0px hsl(var(--base));
    transform: translateY(-5px);
}

.review__card-3 {
    padding: 30px;
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    border: 2px solid hsl(var(--base-two));
    border-radius: 10px;
    overflow: hidden;
}

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

@media screen and (max-width: 767px) {
    .review__card-3 {
        padding: 15px;
    }
}

.review__card-3-ad {
    background: hsl(var(--base-two-l-100)/0.1);
    padding: 0;
    aspect-ratio: 967/150;
}


.review__card-3-ad * {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review__card-3__top {
    padding: 20px;
    background: hsl(var(--base-two-l-900)/0.3);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px;
}

@media screen and (max-width: 991px) {
    .review__card-3__top {
        padding: 15px;
    }
}

@media screen and (max-width: 767px) {
    .review__card-3__top {
        margin-bottom: 14px;
    }
}

.review__card-3__top .rating-list {
    width: max-content;
}

.review__card-3__user {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .review__card-3__user {
        gap: 15px;
    }
}

@media screen and (max-width: 479px) {
    .review__card-3__user {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.review__card-3__user__img {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: hsl(var(--base-two-l-100));
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .review__card-3__user__img {
        width: 60px;
        height: 60px;
        border-radius: 7px;
    }
}

.review__card-3__user__img.img-contain img {
    object-fit: contain;
}

.review__card-3__user__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review__card-3__name {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .review__card-3__name {
        font-size: 1.125rem;
        margin-bottom: 6px;
    }
}

.review__card-3__location {
    display: block;
    font-size: 1.125rem;
    line-height: 1;
}

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

.review__card-3__txt {
    margin-bottom: -6px;
}

/* Recent Review End */
/* Call To Action Start */
.call-to-action {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.call-to-action::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: skewX(-15deg);
    background: hsl(var(--base-two-l-900)/0.3);
}

@media screen and (max-width: 767px) {
    .call-to-action::before {
        display: none;
    }
}

.call-to-action::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: skewX(-10deg);
    background: hsl(var(--base-l-900));
}

@media screen and (max-width: 767px) {
    .call-to-action::after {
        display: none;
    }
}

.call-to-action .container {
    border-right-color: hsl(var(--base-two-l-900)/0.5);
}

.call-to-action .container::after {
    border-right-color: hsl(var(--base-two-l-900)/0.5);
}

.call-to-action__card {
    position: relative;
}

@media screen and (max-width: 1199px) {
    .call-to-action__card {
        margin: 0 15px;
    }
}

@media screen and (max-width: 991px) {
    .call-to-action__card {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .call-to-action__card {
        text-align: center;
        margin-left: 20px;
    }
}

.call-to-action__card::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% + 15px);
    width: 25px;
    height: 25px;
    background: hsl(var(--base-two));
    background-clip: content-box;
    padding: 2px;
    border: 4px double hsl(var(--base));
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .call-to-action__card::after {
        width: 20px;
        height: 20px;
        right: calc(100% + 5px);
    }
}

.call-to-action__card::before {
    content: "";
    position: absolute;
    top: 35px;
    right: calc(100% + 15px + 12.5px);
    width: 1px;
    height: calc(100% - 35px);
    background: hsl(var(--base-two));
}

@media screen and (max-width: 991px) {
    .call-to-action__card::before {
        top: 30px;
        right: calc(100% + 5px + 10px);
        height: calc(100% - 30px);
    }
}

.call-to-action__card-2::before {
    background: hsl(var(--base));
}

.call-to-action__card-2::after {
    background: hsl(var(--base));
    background-clip: content-box;
    border-color: hsl(var(--base-two));
}

.call-to-action__card-2 .call-to-action__card__icon {
    border-color: hsl(var(--base-two));
}

.call-to-action__card-2 .call-to-action__card__icon::after {
    background: hsl(var(--base));
}

.call-to-action__card-2 .call-to-action__card__title span {
    background-image: linear-gradient(hsl(var(--base-two)/0.1), hsl(var(--base-two)/0.1));
}

.call-to-action__card__icon {
    width: 150px;
    height: 165px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsl(var(--base));
    position: relative;
    margin-bottom: 40px;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .call-to-action__card__icon {
        width: 120px;
        height: 135px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .call-to-action__card__icon {
        width: 90px;
        height: 100px;
        padding-bottom: 10px;
        margin: 0 auto 26px;
    }
}

.call-to-action__card__icon::after {
    content: "";
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    width: 75%;
    height: 1px;
    background: hsl(var(--base-two));
}

@media screen and (max-width: 991px) {
    .call-to-action__card__icon::after {
        top: calc(100% + 7px);
    }
}

@media screen and (max-width: 767px) {
    .call-to-action__card__icon::after {
        top: calc(100% + 5px);
        left: 50%;
        transform: translateX(-50%);
    }
}

.call-to-action__card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.call-to-action__card__title {
    font-family: var(--body-font);
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 22px;
}

@media screen and (max-width: 1399px) {
    .call-to-action__card__title {
        font-size: 1.875rem;
        margin-bottom: 21px;
    }
}

@media screen and (max-width: 1199px) {
    .call-to-action__card__title {
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 767px) {
    .call-to-action__card__title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
}

.call-to-action__card__title span {
    display: inline;
    background-image: linear-gradient(hsl(var(--base)/0.2), hsl(var(--base)/0.2));
    background-repeat: no-repeat;
    background-size: 100% 12px;
    background-position-y: 27px;
}

@media screen and (max-width: 1399px) {
    .call-to-action__card__title span {
        background-position-y: 18px;
    }
}

@media screen and (max-width: 767px) {
    .call-to-action__card__title span {
        background-size: 100% 8px;
        background-position-y: 16px;
    }
}

.call-to-action__card__desc {
    font-size: 1.25rem;
    margin-bottom: 33px;
}

@media screen and (max-width: 1399px) {
    .call-to-action__card__desc {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .call-to-action__card__desc {
        font-size: 1.125rem;
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 767px) {
    .call-to-action__card__desc {
        font-size: 1rem;
        margin-bottom: 19px;
    }
}
/* Call To Action End */
/* Testimonial Start */
.testimonial {
    background: hsl(var(--base-two-d-300));
}

.testimonial .container {
    border-color: hsl(var(--base-two-l-100));
}

.testimonial .container::after {
    border-color: hsl(var(--base-two-l-100));
}

.testimonial__slider {
    padding-bottom: 90px;
}

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

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

.testimonial__slider .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(15px);
}

@media screen and (max-width: 767px) {
    .testimonial__slider .slick-arrow {
        transform: translateX(10px);
    }
}

.testimonial__slider .slick-arrow.slick-prev {
    transform: translateX(calc(-100% - 15px));
}

@media screen and (max-width: 767px) {
    .testimonial__slider .slick-arrow.slick-prev {
        transform: translateX(calc(-100% - 10px));
    }
}

.testimonial__card {
    height: 100%;
}

.testimonial__card__body {
    height: calc(100% - 120px);
    padding: 40px;
    border: 2px solid hsl(var(--base-two-l-900));
    border-radius: 15px;
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .testimonial__card__body {
        height: calc(100% - 110px);
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial__card__body {
        height: calc(100% - 90px);
        padding: 25px;
    }
}

.testimonial__card__body::after {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    right: 30px;
    border: 30px solid transparent;
    border-top-color: hsl(var(--base-two-l-900));
    border-right-color: hsl(var(--base-two-l-900));
    box-shadow: 5px 0px 0px 0px hsl(var(--base));
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .testimonial__card__body::after {
        right: 20px;
        border-width: 20px;
    }
}

.testimonial__card__icon {
    width: 100px;
    margin-bottom: 31px;
}

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

@media screen and (max-width: 767px) {
    .testimonial__card__icon {
        width: 70px;
        margin-bottom: 25px;
    }
}

.testimonial__card__txt {
    font-size: 1.5625rem;
    color: hsl(var(--base-two-l-900));
}

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

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

.testimonial__card__footer {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
    padding-top: 30px;
    padding-right: 70px;
}

@media screen and (max-width: 767px) {
    .testimonial__card__footer {
        gap: 15px;
        padding-top: 20px;
        padding-right: 50px;
    }
}

.testimonial__card__footer__txt {
    text-align: right;
}

.testimonial__card__footer__name {
    display: block;
    font-size: 1.875rem;
    line-height: 1;
    color: hsl(var(--base));
    margin-bottom: 14px;
}

@media screen and (max-width: 1199px) {
    .testimonial__card__footer__name {
        font-size: 1.5625rem;
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial__card__footer__name {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
}

.testimonial__card__footer__info {
    display: block;
    font-size: 1.375rem;
    line-height: 1.2;
    color: hsl(var(--secondary-l-900)/0.8);
}

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

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

.testimonial__card__footer__img {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

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

@media screen and (max-width: 767px) {
    .testimonial__card__footer__img {
        width: 70px;
        height: 70px;
    }
}

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

/* Testimonial End */
/* Blog Start */
.blog__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

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

.blog__list-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

@media screen and (max-width: 1399px) {
    .blog__list-2 {
        gap: 40px;
    }
}

@media screen and (max-width: 767px) {
    .blog__list-2 {
        gap: 30px;
    }
}

.blog__card {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    border: 2px solid hsl(var(--base-two));
    border-radius: 15px;
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    transition: 0.3s;
}

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

@media screen and (max-width: 767px) {
    .blog__card {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }
}

.blog__card.blog__card-2 {
    width: calc(33.3333333333% - 33.4px);
    flex-direction: column;
    perspective: 700px;
}

@media screen and (max-width: 1399px) {
    .blog__card.blog__card-2 {
        width: calc(33.3333333333% - 26.7px);
        padding: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .blog__card.blog__card-2 {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .blog__card.blog__card-2 {
        width: 100%;
        padding: 15px;
    }
}

.blog__card.blog__card-2 .blog__card__img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    transform: rotateY(15deg);
    transform-origin: bottom right;
}

@media screen and (max-width: 767px) {
    .blog__card.blog__card-2 .blog__card__img {
        transform: translateX(-20px);
        transform-origin: center center;
    }
}

.blog__card.blog__card-2 .blog__card__title {
    font-size: 1.875rem;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: -9px;
}

@media screen and (max-width: 1399px) {
    .blog__card.blog__card-2 .blog__card__title {
        font-size: 1.5625rem;
        font-weight: 400;
        margin-top: -8px;
        margin-bottom: -7px;
    }
}

@media screen and (max-width: 767px) {
    .blog__card.blog__card-2 .blog__card__title {
        font-size: 1.25rem;
    }
}

.blog__card.blog__card-2 .blog__card__title a {
    background-position-y: 92%;
}

.blog__card.blog__card-2 .blog__card__info {
    font-size: 1.125rem;
}

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

.blog__card.blog__card-2 .blog__card__btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.blog__card.blog__card-2 .blog__card__btn .btn {
    font-size: 1.125rem;
}

.blog__card__img {
    flex-shrink: 0;
    width: 400px;
    height: 250px;
    border-radius: 10px;
    transform: rotate(-20deg);
    transform-origin: bottom;
    overflow: hidden;
    transition: all 0.3s ease-in;
}

@media screen and (max-width: 1399px) {
    .blog__card__img {
        width: 350px;
        height: 210px;
    }
}

@media screen and (max-width: 1199px) {
    .blog__card__img {
        width: 260px;
        height: 180px;
    }
}

@media screen and (max-width: 991px) {
    .blog__card__img {
        width: 200px;
        height: 200px;
        transform: rotate(-15deg);
    }
}

@media screen and (max-width: 767px) {
    .blog__card__img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        transform: translateX(-20px);
    }
}

.blog__card__img a {
    width: 100%;
    height: 100%;
}

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

.blog__card__title {
    font-family: var(--body-font);
    font-size: 2.813rem;
    font-weight: 400;
    margin-top: -13px;
    margin-bottom: 22px;
}

@media screen and (max-width: 1399px) {
    .blog__card__title {
        font-size: 2.1875rem;
        margin-top: -10px;
        margin-bottom: 21px;
    }
}

@media screen and (max-width: 1199px) {
    .blog__card__title {
        font-size: 1.875rem;
        margin-top: -9px;
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 991px) {
    .blog__card__title {
        font-size: 1.5625rem;
        margin-top: -7px;
        margin-bottom: 19px;
    }
}

@media screen and (max-width: 767px) {
    .blog__card__title {
        font-size: 1.375rem;
        margin-top: -6px;
        margin-bottom: -7px;
    }
}

.blog__card__title a {
    display: inline;
    background-image: linear-gradient(hsl(var(--base-two)), hsl(var(--base-two)));
    background-repeat: no-repeat;
    background-position-y: 90%;
    background-size: 0% 2px;
    transition: color 0.3s, background-size 0.6s ease-in;
}

@media screen and (max-width: 991px) {
    .blog__card__title a {
        background-position-y: 95%;
    }
}

@media screen and (max-width: 767px) {
    .blog__card__title a {
        background-position-y: 92%;
        background-size: 0% 1px;
    }
}

.blog__card__title a:hover {
    color: hsl(var(--base-d-100));
    background-size: 100% 2px;
}

@media screen and (max-width: 767px) {
    .blog__card__title a:hover {
        background-size: 100% 1px;
    }
}

.blog__card__info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: 600;
}

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

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

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

.blog__card__info .ti {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: hsl(var(--base));
    background: hsl(var(--base-two));
    border-radius: 50%;
    transform: translateY(0);
}

@media screen and (max-width: 1199px) {
    .blog__card__info .ti {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media screen and (max-width: 767px) {
    .blog__card__info .ti {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.blog__card__btn {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

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

.blog__card:hover {
    box-shadow: -5px -5px 0px 0px hsl(var(--base));
}

.blog__card:hover .blog__card__img {
    transform: rotate(0);
}

.blog-details__img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 28px;
}

@media screen and (max-width: 1199px) {
    .blog-details__img {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    .blog-details__img {
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__img {
        border-radius: 10px;
        margin-bottom: 23px;
    }
}

.blog-details__title {
    font-family: var(--body-font);
    font-size: 2.813rem;
    margin-bottom: 18px;
}

@media screen and (max-width: 1199px) {
    .blog-details__title {
        font-size: 2.1875rem;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 991px) {
    .blog-details__title {
        font-size: 1.875rem;
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__title {
        font-size: 1.5625rem;
        margin-bottom: 13px;
    }
}

.blog-details__date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 30px;
    border-bottom: 1px solid hsl(var(--base-two));
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .blog-details__date {
        font-size: 1.25rem;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__date {
        font-size: 1.125rem;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.blog-details__date .ti {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: hsl(var(--base));
    background: hsl(var(--base-two));
    border-radius: 50%;
    transform: translateY(0);
}

@media screen and (max-width: 767px) {
    .blog-details__date .ti {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.blog-details__txt {
    font-size: 1.1875rem;
}

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

.blog-details__txt ul, .blog-details__txt ol {
    list-style: auto;
    padding-left: 2rem;
}

@media screen and (max-width: 767px) {
    .blog-details__txt ul, .blog-details__txt ol {
        padding-left: 1.5rem;
    }
}

.blog-details__txt ul li, .blog-details__txt ol li {
    margin-bottom: 5px;
}

.blog-details__txt ul li:last-child, .blog-details__txt ol li:last-child {
    margin-bottom: 0;
}

.blog-details__txt .nbsp {
    line-height: 1;
}

/* Blog End */
/* Category Section Start */
.category__items {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
}

.category__item {
    width: 200px;
    background: hsl(var(--white));
    padding: 30px 0 30px 40px;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .category__item {
        width: 180px;
        padding: 25px 0 25px 35px;
    }
}

@media screen and (max-width: 767px) {
    .category__item {
        width: 150px;
        padding: 15px 0 15px 15px;
    }
}

.category__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: 100%;
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    border: 2px solid hsl(var(--base-two));
    border-radius: 15px;
    transition: 0.3s;
    z-index: -1;
}

.category__item__icon {
    height: 70px;
    padding-right: 60px;
    margin-left: -10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .category__item__icon {
        height: 60px;
        padding-right: 55px;
    }
}

@media screen and (max-width: 767px) {
    .category__item__icon {
        height: 50px;
        padding-right: 35px;
        margin-bottom: 15px;
    }
}

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

.category__item__txt {
    display: inline;
    font-size: 1.1875rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1.2;
    color: hsl(var(--base-two));
    background: hsl(var(--white));
    padding: 1px 0 2px 0;
}

@media screen and (max-width: 991px) {
    .category__item__txt {
        font-size: 1.0625rem;
        line-height: 1;
    }
}

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

.category__item .ti {
    font-size: 3.125rem;
    line-height: 1;
    color: hsl(var(--base));
    transform: translateY(0);
    margin-bottom: 10px;
}

.category__item:hover {
    transform: translateY(-5px);
}

.category__item:hover::after {
    box-shadow: -5px -5px 0px 0px hsl(var(--base));
}

/* Category Section End */
/* ============ Home Page Sections End ============ */
/* ============ Inner Pages Design Start ============ */
/* Authentication Page Start */
/* ====================== Account Css Start ==================== */
.account {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--base-two));
    overflow: auto;
    z-index: 2;
}

.account__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    overflow: hidden;
    z-index: -1;
}

.account .container {
    min-height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    border-color: hsl(var(--base-two-l-900)/0.1);
}

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

@media screen and (max-width: 767px) {
    .account .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.account .container::after {
    border-color: hsl(var(--base-two-l-900)/0.1);
}

.account__txt {
    margin-bottom: 50px;
}

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

    .account__txt-2 {
        text-align: center;
    }
}

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

.account__logo {
    width: 200px;
    margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
    .account__logo {
        width: 160px;
        margin-bottom: 27px;
    }

    .account__logo-2 {
        margin: 0 auto 27px;
    }
}

@media screen and (max-width: 767px) {
    .account__logo {
        margin: 0 auto 26px;
    }
}

.account__title {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--base));
    margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
    .account__title {
        font-size: 1.875rem;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 767px) {
    .account__title {
        font-size: 1.5625rem;
        margin-bottom: 10px;
    }
}

.account__desc {
    font-size: 1.25rem;
    color: hsl(var(--dark-l-800));
    margin-bottom: -7px;
}

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

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

.account__form {
    background: hsl(var(--base-two-l-100));
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    border: 2px solid hsl(var(--base-two-l-400));
    border-radius: 15px;
}

@media screen and (max-width: 767px) {
    .account__form {
        border-radius: 10px;
    }
}

.account__form .card-body {
    padding: 40px;
}

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

@media screen and (max-width: 767px) {
    .account__form .card-body {
        padding: 20px;
    }
}

.account__form .form--label {
    color: hsl(var(--dark-l-800));
}

.account__form .input--group,
.account__form .form--control {
    background-color: transparent !important;
    border-color: hsl(var(--base-two-l-400));
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white)) !important;
    caret-color: hsl(var(--white));
}

.account__form .input--group::-webkit-autofill,
.account__form .form--control::-webkit-autofill {
    -webkit-text-fill-color: hsl(var(--white)) !important;
}

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

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

.account__form .form--check .form-check-input {
    border-color: hsl(var(--dark-l-500));
}

.account__form .form--check .form-check-label {
    color: hsl(var(--dark-l-800));
}

.account__form .have-account__text {
    color: hsl(var(--dark-l-800));
}

@media screen and (max-width: 479px) {
    .account__thumb {
        display: none;
    }
}
/* ====================== Account Css End ==================== */
/* Authentication Page End */
/* Dashboard Page Start */
/* ====================== Dashboard Css Start ==================== */
.dashboard__profile {
    padding: 40px;
    background: hsl(var(--base-two));
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    border: 2px solid hsl(var(--base-two-l-900));
    border-radius: 15px;
}

@media screen and (max-width: 1399px) {
    .dashboard__profile {
        padding: 30px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard__profile {
        display: flex;
        align-items: center;
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard__profile {
        display: block;
        padding: 20px;
    }
}

.dashboard__profile__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
}

.dashboard__profile__user {
    padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .dashboard__profile__user {
        flex-shrink: 0;
        padding-bottom: 0;
    }
}

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

.dashboard__profile__user__name {
    font-family: var(--body-font);
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--base));
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .dashboard__profile__user__name {
        font-size: 1.875rem;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard__profile__user__name {
        font-size: 1.5625rem;
        margin-bottom: 8px;
    }
}

.dashboard__profile__user__location {
    font-size: 1.25rem;
    line-height: 1;
    color: hsl(var(--secondary-l-800));
}

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

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

.dashboard__profile__img {
    width: 150px;
    height: 150px;
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    border-radius: 10px;
    margin: 0 auto 30px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .dashboard__profile__img {
        width: 120px;
        height: 120px;
        margin-bottom: 21px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard__profile__img {
        width: 100px;
        height: 100px;
        margin: 0 0 21px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard__profile__img {
        margin: 0 auto 22px;
    }
}

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

.dashboard__profile__txt {
    text-align: center;
}

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

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

.dashboard__profile__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 30px;
    border-top: 1px solid hsl(var(--base-two-l-400));
}

@media screen and (max-width: 991px) {
    .dashboard__profile__list {
        gap: 20px;
        padding-top: 0;
        border-top-width: 0;
    }
}

@media screen and (max-width: 767px) {
    .dashboard__profile__list {
        gap: 15px;
        padding-top: 15px;
        border-top-width: 1px;
    }
}

.dashboard__profile__list__item {
    font-size: 1.25rem;
    line-height: 1;
    color: hsl(var(--secondary-l-800));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

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

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

.dashboard__profile__list__item strong {
    display: flex;
    align-items: center;
}

.dashboard__profile__list__item .ti {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: hsl(var(--base));
    border-radius: 50%;
    transform: translate(0);
    color: hsl(var(--base-two));
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .dashboard__profile__list__item .ti {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.dashboard__sidebar-ad {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    margin-top: 30px;
    overflow: hidden;
}

.dashboard__sidebar-ad * {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dashboard__title {
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 11px;
    border-bottom: 1px solid hsl(var(--base-two-l-400)/0.5);
    margin-bottom: 4px;
}

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

@media screen and (max-width: 767px) {
    .dashboard__title {
        font-size: 1.25rem;
    }
}

.share-link__badge,
.account-setup-key__badge,
.refer-link__badge {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    transition: 0.3s;
    opacity: 0;
}

.share-link__badge.show,
.account-setup-key__badge.show,
.refer-link__badge.show {
    opacity: 1;
}

.share-link__copy,
.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;
    }
}

.guideline-txt p {
    margin-bottom: 14px;
}

.guideline-txt .btn {
    margin-top: 7px;
}

.custom-dropzone {
    position: relative;
}

.custom-dropzone.dropzone-sm {
    max-width: 200px;
}

.custom-dropzone .dropzone {
    display: block;
    width: 100%;
    background: hsl(var(--base)/0.02);
    border: 2px dashed hsl(var(--black)/0.2);
    border-radius: 20px;
    padding: 30px;
    aspect-ratio: 1/1;
    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;
}

@media screen and (max-width: 767px) {
    .custom-dropzone .dropzone {
        padding: 15px;
    }
}

.custom-dropzone .dropzone.dragging {
    border-color: hsl(var(--base));
    z-index: 2;
}

.custom-dropzone .dropzone.dragging::after {
    opacity: 1;
}

.custom-dropzone .dropzone.dragging .dropzone__icon,
.custom-dropzone .dropzone.dragging .dropzone__txt,
.custom-dropzone .dropzone.dragging .dropzone__preview * {
    opacity: 0.3;
}

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

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

@media screen and (max-width: 767px) {
    .custom-dropzone .dropzone__icon {
        height: 30px;
        font-size: 1.875rem;
        margin-bottom: 10px;
    }
}

.custom-dropzone .dropzone__icon .ti {
    transform: translateY(-10%);
}

.custom-dropzone .dropzone__txt {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    color: hsl(var(--dark)/0.5);
    transition: 0.3s;
}

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

.custom-dropzone .dropzone__preview {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 10px;
    transition: 0.3s;
    overflow: hidden;
}

.custom-dropzone .dropzone__preview.active {
    background-color: hsl(var(--white));
}

.custom-dropzone .dropzone__preview img,
.custom-dropzone .dropzone__preview video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
}

.custom-dropzone .dropzone:hover, .custom-dropzone .dropzone:focus {
    border-color: hsl(var(--base));
}

.custom-dropzone input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    opacity: 0;
    z-index: -1;
}

.pricing-set-card .card-body {
    border-bottom: 1px solid hsl(var(--secondary-l-800));
}

.pricing-set-card .card-body:only-child .card-subtitle .btn {
    opacity: 0;
    visibility: hidden;
}

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

@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 */
/* Contact Page Start */
/* ====================== Contact Css Start ==================== */
.contact__card {
    height: 100%;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .contact__card {
        max-width: 320px;
        margin: auto;
    }
}

.contact__card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 50%;
    background: hsl(var(--base-l-900));
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    border: 2px solid hsl(var(--base-two));
    border-radius: 15px;
}

.contact__card__content {
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 30px;
    margin: auto;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .contact__card__content {
        width: 80%;
        padding: 50px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .contact__card__content {
        width: 80%;
        padding: 40px 15px;
    }
}

.contact__card__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--base-two));
    border-radius: 15px;
    transform: skewX(-10deg);
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .contact__card__content::after {
        transform: skewX(-7deg);
    }
}

.contact__card__icon {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 78px;
    background: hsl(var(--white)/0.1);
    border-radius: 7px;
    display: block;
    font-size: 2.813rem;
    color: hsl(var(--base));
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .contact__card__icon {
        width: 65px;
        height: 65px;
        line-height: 73px;
        font-size: 2.5rem;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    .contact__card__icon {
        width: 60px;
        height: 60px;
        line-height: 68px;
        font-size: 1.875rem;
        margin-bottom: 20px;
    }
}

.contact__card__icon .ti {
    transform: translateY(0);
}

.contact__card__title {
    font-family: var(--body-font);
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 400;
    color: hsl(var(--white));
    margin-bottom: 21px;
}

@media screen and (max-width: 1399px) {
    .contact__card__title {
        font-size: 2.1875rem;
        margin-bottom: 19px;
    }
}

@media screen and (max-width: 1199px) {
    .contact__card__title {
        font-size: 1.875rem;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .contact__card__title {
        font-size: 1.5625rem;
        margin-bottom: 11px;
    }
}

.contact__card__txt {
    font-size: 1.25rem;
    line-height: 1.5;
    color: hsl(var(--secondary-l-700));
    margin-bottom: -7px;
}

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

@media screen and (max-width: 767px) {
    .contact__card__txt {
        font-size: 1rem;
        margin-bottom: -6px;
    }
}

.contact__form {
    padding: 40px;
    box-shadow: 5px 5px 0px 0px hsl(var(--base));
    border: 2px solid hsl(var(--base-two));
    border-radius: 15px;
}

@media screen and (max-width: 1399px) {
    .contact__form {
        padding: 30px;
    }
}

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

.contact__form .input--group,
.contact__form .form--control {
    border-color: hsl(var(--base-two)/0.5);
}

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

.contact__form textarea {
    height: 250px;
}

@media screen and (max-width: 1399px) {
    .contact__form textarea {
        height: 180px;
    }
}

@media screen and (max-width: 1199px) {
    .contact__form textarea {
        height: 150px;
    }
}

.contact__map {
    filter: saturate(2) brightness(0.95) contrast(1.05);
}

.contact__map iframe {
    width: 100%;
    height: 500px;
    border-radius: 5px;
    vertical-align: middle;
}

@media screen and (max-width: 1199px) {
    .contact__map iframe {
        height: 400px;
    }
}

@media screen and (max-width: 991px) {
    .contact__map iframe {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .contact__map iframe {
        height: 250px;
    }
}
/* ====================== 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);
}

.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: 0px 0px 30px 0px hsl(var(--base) / .1);
    border-radius: 10px;
  }

  .cookies-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 90%;
    background: linear-gradient(-65deg, hsl(var(--base) / .1), transparent 50%);
    border-right: 1px solid hsl(var(--base) / .1);
    transform: skewX(-25deg);
    z-index: -1;
  }

  .cookies-card.hide{
	bottom: -500px !important;
  }
  .radius--10px {
	border-radius: 10px;
  }

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

.label-fixed-width {
    min-width: 10.5rem; /* Adjust as needed based on longest label */
    text-align: left;
}




/* ====================== Two Factor Css End ==================== */
/* Two Factor Page End */
/* ============ Inner Pages Design End ============ */
/*# sourceMappingURL=main.css.map */


