@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

/* ========================= CSS Variables Start ========================= */
:root {
  /* Font Family */
  --heading-font: "Rubik", sans-serif;
  --body-font: "Inter", sans-serif;
  /* Base Color */
  --base-h: 147;
  --base-s: 46%;
  --base-l: 49%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
  --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
  --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
  --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
  --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
  --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
  --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
  --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
  --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
  --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
  --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
  --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
  /* Primary Color */
  --primary-h: 253;
  --primary-s: 100%;
  --primary-l: 61%;
  --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
  --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
  --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
  --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
  --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
  --primary-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-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: 229;
  --secondary-s: 7%;
  --secondary-l: 53%;
  --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
  --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
  --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
  --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
  --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
  --secondary-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-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: 135;
  --success-s: 58%;
  --success-l: 49%;
  --success: var(--success-h) var(--success-s) var(--success-l);
  --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
  --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
  --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
  --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
  --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
  --success-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-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-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: 6;
  --danger-s: 81%;
  --danger-l: 58%;
  --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
  --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
  --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
  --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
  --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
  --danger-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-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: 48;
  --warning-s: 100%;
  --warning-l: 50%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
  --warning-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-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: 217;
  --info-s: 91%;
  --info-l: 60%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
  --info-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);
  /* Color Variables */
  --white: 0 0% 100%;
  --black: 0 0% 0%;
  /*#7c7c7c*/
  --gray: 0 0% 49%;
  /* #656565 */
  --gray-d-100: 0 0% 40%;
  /* #525252 */
  --gray-d-200: 0 0% 32%;
  /* #464646 */
  --gray-d-300: 0 0% 27%;
  /* #3d3d3d */
  --gray-d-400: 0 0% 24%;
  /* #292929 */
  --gray-d-500: 0 0% 16%;
  /*#989898*/
  --gray-l-100: 0 0% 60%;
  /*#bdbdbd*/
  --gray-l-200: 0 0% 74%;
  /*#dcdcdc*/
  --gray-l-300: 0 0% 86%;
  /*#efefef*/
  --gray-l-400: 0 0% 94%;
  /*#fafafa*/
  --gray-l-500: 0 0% 98%;
  --body-bg: var(--white);
  --section-bg: var(--gray-l-500);
  --body-color: var(--gray);
  --heading-color: var(--gray-d-500);
  --border-color: 0 0% 93%;
  /* Shadow Variables */
  --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
}

/* ========================= CSS Variables End ========================= */

/* ========================= Typography CSS Start ======================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  background-color: hsl(var(--body-bg));
  word-break: break-word;
}

p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  color: hsl(var(--body-color));
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  line-height: 120%;
  margin-bottom: 16px;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: clamp(2.5rem, 1.8745rem + 3.1274vw, 5rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(2rem, 1.7615rem + 1.1923vw, 2.5rem);
}

h3 {
  font-size: clamp(1.5rem, 1.2615rem + 1.1923vw, 2rem);
}

h4 {
  font-size: clamp(1.25rem, 1.1308rem + 0.5961vw, 1.5rem);
}

h5 {
  font-size: clamp(1.125rem, 1.0654rem + 0.2981vw, 1.25rem);
}

h6 {
  font-size: clamp(1rem, 0.9404rem + 0.2981vw, 1.125rem);
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: inherit;
}

a {
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--info));
}

a:hover {
  color: hsl(var(--base));
}

img {
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: 0;
  background-color: transparent;
}

input,
select,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ========================= Typography CSS End ========================== */
/* ========================= Classes CSS Start =========================== */
.page-wrapper {
  flex-grow: 1;
}

@media screen and (min-width: 425px) and (max-width: 575px) {
  .col-xsm-6 {
    width: 50%;
  }
}

.text-muted {
  color: hsl(var(--black) / 0.6) !important;
}

.rounded-full {
  border-radius: 999px !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.mask-img {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.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);
}

.body-overlay,
.sidebar-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  background-color: hsl(var(--black) / 0.5);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 991px) {

  .body-overlay.show,
  .sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
  }
}

.body-overlay {
  z-index: 999;
}

.sidebar-overlay {
  z-index: 1049;
}

.modal-backdrop,
.offcanvas-backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: hsl(var(--black) / 0.15);
}

.modal-backdrop.show,
.offcanvas-backdrop.show {
  opacity: 1;
}

.underline-word {
  position: relative;
  color: hsl(var(--base));
}

.underline-word svg {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0;
  bottom: -12px;
}

.underline-word path {
  stroke-width: 3px;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  fill: transparent;
  stroke: hsl(var(--base));
}

.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.esim-qr-img {
  width: 180px;
  height: 180px;
  display: block;
  object-fit: cover;
  margin-inline: auto;
  border: 1px solid hsl(var(--border-color));
  padding: 16px;
  border-radius: 8px;
  margin-top: 16px;
}

.pending-img {
  width: 90px;
  height: 90px;
  display: block;
  object-fit: cover;
  margin-inline: auto;
  border-radius: 8px;
  margin-top: 16px;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align,
.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center,
.choose-plan-switch .form--switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

@media screen and (max-width: 1199px) {
  .fs-16 {
    font-size: 0.9375rem;
  }
}

.fs-17 {
  font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
  .fs-17 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-17 {
    font-size: 0.9375rem;
  }
}

.fs-18 {
  font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
  .fs-18 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-18 {
    font-size: 1rem;
  }
}

.fs-20 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
  .fs-20 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-20 {
    font-size: 1.0625rem;
  }
}

/* ========================= Classes CSS End ============================= */

/* ========================= Global CSS Start ========================= */
.section-heading {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  position: relative;
}

.section-heading__title {
  line-height: 140%;
  color: hsl(var(--black));
}

.section-heading__desc {
  max-width: 700px;
  font-size: 1.125rem;
  font-weight: 400;
  color: hsl(var(--body-color));
  margin-inline: auto;
}

.section-heading.style-left .section-heading__title,
.section-heading.style-left .section-heading__desc {
  text-align: left;
}

.section-heading.style-left .section-heading__desc {
  margin-inline: 0;
}

@media screen and (max-width: 1199px) {
  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading__title {
    font-size: clamp(1.5rem, 1.2615rem + 1.1923vw, 2rem);
  }

  .section-heading__desc {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 575px) {
  .section-heading__desc {
    font-size: 0.875rem;
  }
}

.search-box {
  position: relative;
}

.search-box-field {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid hsl(var(--border-color) / 0.8);
  background-color: hsl(var(--white));
  gap: 12px;
  transition: 0.2s ease;
  padding-right: 16px;
}

@media screen and (max-width: 575px) {
  .search-box-field {
    padding: 12px;
  }
}

.search-box-field:focus-within {
  border-color: hsl(var(--base));
}

.search-box-field:focus-within .search-box-field__icon {
  color: hsl(var(--base));
}

.search-box-field__icon {
  font-size: 32px;
  flex-shrink: 0;
  color: hsl(var(--black) / 0.5);
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-box-field__input {
  width: 100%;
  border: none;
  font-size: 1rem;
  padding: 16px;
  font-weight: 400;
  color: hsl(var(--black));
  background-color: transparent;
}

@media screen and (max-width: 575px) {
  .search-box-field__input {
    padding: 0px;
  }

}

.search-box-field__input::placeholder {
  color: hsl(var(--black) / 0.5);
}

.search-box-field__input:focus,
.search-box-field__input:focus-visible {
  outline: none;
  box-shadow: none;
}

.search-box-result {
  visibility: hidden;
  opacity: 0;
  max-height: 300px;
  border-radius: 10px;
  border: 1px solid hsl(var(--border-color) / 0.8);
  background-color: hsl(var(--white));
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--black) / 0.05) hsl(var(--black) / 0.05);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 16px 24px;
  transition: 0.5s ease;
}

@media screen and (max-width: 575px) {
  .search-box-result {
    padding: 12px 20px;
  }
}

.search-box.show .search-box-result {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 12px);
}

.search-box-list__item:has(.label) {
  margin-inline: -8px;
  margin-block: 8px;
}

.search-box-list__item:has(.label):is(:first-child) {
  margin-block-start: 0px;
}

.search-box-list__item:not(:has(.label)) {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  margin-inline: -24px;
}

@media screen and (max-width: 575px) {
  .search-box-list__item:not(:has(.label)) {
    padding: 8px 12px;
    margin-inline: -20px;
  }
}

.search-box-list__item:not(:has(.label))::after {
  content: "\f061";
  flex-shrink: 0;
  font-family: "Line Awesome Free";
  font-size: 18px;
  font-weight: 900;
  color: hsl(var(--base));
  margin-left: auto;
  transition: 0.2s linear;
}

.search-box-list__item:not(:has(.label)):hover,
.search-box-list__item:not(:has(.label)):focus {
  outline: none;
  box-shadow: none;
  background-color: hsl(var(--base) / 0.1);
}

.search-box-list__item:not(:has(.label)):hover .title,
.search-box-list__item:not(:has(.label)):focus .title {
  color: hsl(var(--base));
}

.search-box-list__item .flag {
  --size: 24px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.search-box-list__item .title {
  color: hsl(var(--black));
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.search-box-list__item .label {
  font-size: 16px;
  color: hsl(var(--base));
  margin-bottom: 0px;
}

@media screen and (max-width: 575px) {
  .search-box-list__item .flag {
    --size: 20px;
  }

  .search-box-list__item .title {
    font-size: 14px;
  }

  .search-box-list__item .label {
    font-size: 14px;
  }
}

.esim-plan-tab {
  max-width: 800px;
  display: flex;
  align-items: center;
  border: 1px solid hsl(var(--border-color));
  padding: 8px;
  border-radius: 10px;
  margin-bottom: 24px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .esim-plan-tab {
    padding: 6px;
  }
}

@media screen and (max-width: 575px) {
  .esim-plan-tab {
    padding: 4px;
    border-radius: 8px;
  }
}

.esim-plan-tab__btn {
  font-size: 18px;
  font-weight: 500;
  flex: 1 1 auto;
  padding: 16px;
  border-radius: 8px;
}

.esim-plan-tab__btn:hover,
.esim-plan-tab__btn:focus {
  color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .esim-plan-tab__btn {
    font-size: 16px;
    padding: 12px;
  }
}

@media screen and (max-width: 575px) {
  .esim-plan-tab__btn {
    font-size: 14px;
    padding: 8px;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.esim-plan-tab__btn.active {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.esim-plan-tab-content>.tab-pane {
  position: relative;
  z-index: 1;
}

.esim-plan-tab-content>.tab-pane:not(:empty)::after {
  content: "";
  width: 95.0617284%;
  height: 95.0617284%;
  display: inline-block;
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("../images/thumbs/globe.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.esim-plan-card {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid hsl(var(--border-color) / 0.5);
  padding: 24px 16px;
  border-radius: 12px;
  background-color: hsl(var(--black) / 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 16px;
  backdrop-filter: blur(5px);
  position: relative;
}

.esim-plan-card::after {
  content: "\f061";
  flex-shrink: 0;
  font-family: "Line Awesome Free";
  font-size: 32px;
  font-weight: 900;
  color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .esim-plan-card {
    gap: 8px;
    padding: 16px 12px;
  }

  .esim-plan-card::after {
    --size: 28px;
  }
}

.esim-plan-card:hover,
.esim-plan-card:focus {
  outline: none;
  border-color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.1);
}

.esim-plan-card__img {
  --size: 52px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .esim-plan-card__img {
    --size: 48px;
  }
}

@media screen and (max-width: 1199px) {
  .esim-plan-card__img {
    --size: 40px;
  }
}

.esim-plan-card__content {
  flex-grow: 1;
}

.esim-plan-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: hsl(var(--black));
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .esim-plan-card__title {
    margin-bottom: 6px;
    font-size: clamp(1rem, 0.9404rem + 0.2981vw, 1.125rem);
  }
}

.esim-plan-card__price {
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--body-color));
}

@media screen and (max-width: 767px) {
  .esim-plan-card__price {
    font-size: 14px;
  }
}

.esim-plan-card2 {
  height: 100%;
  display: block;
  border: 1px solid hsl(var(--border-color) / 0.5);
  padding: 24px 16px;
  border-radius: 12px;
  background-color: hsl(var(--black) / 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 16px;
  backdrop-filter: blur(5px);
  position: relative;
}

.esim-plan-card2:hover,
.esim-plan-card2:focus {
  outline: none;
  border-color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.1);
}

.esim-plan-card2__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.esim-plan-card2__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: hsl(var(--black));
  line-height: 100%;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .esim-plan-card2__title {
    margin-bottom: 6px;
    font-size: clamp(1rem, 0.9404rem + 0.2981vw, 1.125rem);
  }
}

.esim-plan-card2__plan {
  font-size: 14px;
  font-weight: 500;
  color: hsl(var(--base));
}

.esim-plan-card2__icon {
  color: hsl(var(--base));
  font-size: 32px;
}

.esim-plan-card2__map {
  width: 100%;
  max-width: 200px;
  object-fit: cover;
  display: block;
  margin-inline: auto;
  margin-top: 16px;
}

.icon-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.icon-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid hsl(var(--border-color));
  padding: 12px;
}

.icon-list-item__icon {
  --size: 32px;
  width: var(--size);
  height: var(--size);
  display: block;
  object-fit: cover;
  flex-shrink: 0;
}

.icon-list-item__title {
  font-weight: 500;
  margin-bottom: 0px;
}

@media screen and (max-width: 1199px) {
  .icon-list {
    gap: 16px;
  }

  .icon-list-item__title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .icon-list {
    gap: 12px;
  }

  .icon-list-item {
    padding: 12px 8px;
    gap: 8px;
  }

  .icon-list-item__title {
    font-size: 0.875rem;
  }

  .icon-list-item__icon {
    --size: 24px;
  }
}

.info-list__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.info-list__item:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.info-list__label,
.info-list__value {
  font-size: 0.875rem;
}

.info-list__label {
  width: 150px;
  font-weight: 400;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: hsl(var(--gray-d-200));
}

.info-list__label::after {
  content: ":";
  display: inline-block;
}

.info-list__value {
  flex-grow: 1;
  font-weight: 500;
  color: hsl(var(--gray-d-500));
}

.user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.user-profile__avatar {
  --size: 48px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsl(var(--gray-d-500));
  background-color: hsl(var(--gray-l-400));
  font-size: calc(var(--size) * 0.5);
  font-weight: 600;
  line-height: 120%;
  flex-shrink: 0;
}

.user-profile__content {
  flex-grow: 1;
}

.user-profile__name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  color: hsl(var(--gray-d-500));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.user-profile__username {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--gray-d-100));
  line-height: 100%;
}

/* ========================= Global CSS End =========================== */
/* ========================= BG Utilities CSS Start ========================= */
.bg--base {
  background-color: hsl(var(--base)) !important;
}

.bg--primary {
  background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
  background-color: hsl(var(--secondary)) !important;
}

.bg--success {
  background-color: hsl(var(--success)) !important;
}

.bg--danger {
  background-color: hsl(var(--danger)) !important;
}

.bg--warning {
  background-color: hsl(var(--warning)) !important;
}

.bg--info {
  background-color: hsl(var(--info)) !important;
}

/* ========================= BG Utilities CSS End ========================= */
/* ========================= Color Utilities CSS Start ========================= */
.text--base {
  color: hsl(var(--base)) !important;
}

.text--base-two {
  color: hsl(var(--base-two)) !important;
}

.text--primary {
  color: hsl(var(--primary)) !important;
}

.text--secondary {
  color: hsl(var(--secondary)) !important;
}

.text--success {
  color: hsl(var(--success)) !important;
}

.text--danger {
  color: hsl(var(--danger)) !important;
}

.text--warning {
  color: hsl(var(--warning)) !important;
}

.text--info {
  color: hsl(var(--info)) !important;
}

/* ========================= Color Utilities CSS End ========================= */
/* ========================= Spacing Utilities CSS Start ========================= */
.py-120 {
  padding-block: 120px;
}

@media screen and (max-width: 991px) {
  .py-120 {
    padding-block: 80px;
  }
}

@media screen and (max-width: 575px) {
  .py-120 {
    padding-block: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.py-80 {
  padding-block: 80px;
}

@media screen and (max-width: 991px) {
  .py-80 {
    padding-block: 60px;
  }
}

@media screen and (max-width: 575px) {
  .py-80 {
    padding-block: 40px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .pt-80 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-60 {
  padding-block: 60px;
}

@media screen and (max-width: 991px) {
  .py-60 {
    padding-block: 40px;
  }
}

@media screen and (max-width: 575px) {
  .py-60 {
    padding-block: 30px;
  }
}

.pt-60 {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.py-40 {
  padding-block: 40px;
}

@media screen and (max-width: 991px) {
  .py-40 {
    padding-block: 30px;
  }
}

@media screen and (max-width: 575px) {
  .py-40 {
    padding-block: 20px;
  }
}

.pt-40 {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .pt-40 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.my-120 {
  margin-block: 120px;
}

@media screen and (max-width: 991px) {
  .my-120 {
    margin-block: 80px;
  }
}

@media screen and (max-width: 575px) {
  .my-120 {
    margin-block: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 575px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

.my-80 {
  margin-block: 80px;
}

@media screen and (max-width: 991px) {
  .my-80 {
    margin-block: 60px;
  }
}

@media screen and (max-width: 575px) {
  .my-80 {
    margin-block: 40px;
  }
}

.mt-80 {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .mt-80 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.my-60 {
  margin-block: 60px;
}

@media screen and (max-width: 991px) {
  .my-60 {
    margin-block: 40px;
  }
}

@media screen and (max-width: 575px) {
  .my-60 {
    margin-block: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.my-40 {
  margin-block: 40px;
}

@media screen and (max-width: 991px) {
  .my-40 {
    margin-block: 30px;
  }
}

@media screen and (max-width: 575px) {
  .my-40 {
    margin-block: 20px;
  }
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .mt-40 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

/* ========================= Spacing Utilities CSS End ========================= */
/* ========================= Border Utilities CSS Start ========================= */
.border--base {
  border-color: hsl(var(--base)) !important;
}

.border--base-two {
  border-color: hsl(var(--base-two)) !important;
}

.border--primary {
  border-color: hsl(var(--primary)) !important;
}

.border--secondary {
  border-color: hsl(var(--secondary)) !important;
}

.border--success {
  border-color: hsl(var(--success)) !important;
}

.border--danger {
  border-color: hsl(var(--danger)) !important;
}

.border--warning {
  border-color: hsl(var(--warning)) !important;
}

.border--info {
  border-color: hsl(var(--info)) !important;
}

/* ========================= Border Utilities CSS End =========================== */
/* ========================= Accordion CSS Start ============================= */
.custom--accordion .accordion-item {
  border-radius: 8px !important;
  border: 1px solid hsl(var(--border-color));
  background-color: transparent;
}

.custom--accordion .accordion-item:not(:has(.collapsed)) {
  border-color: hsl(var(--base));
}

.custom--accordion .accordion-item:first-of-type,
.custom--accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 8px !important;
}

.custom--accordion .accordion-item:last-of-type,
.custom--accordion .accordion-item:last-of-type .accordion-button {
  border-radius: 8px !important;
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 16px;
}

.custom--accordion .accordion-body {
  padding: 0px 24px 20px 24px;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-body {
    padding: 0px 20px 16px 20px;
  }
}

.custom--accordion .accordion-button {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  color: hsl(var(--heading-color));
  padding: 20px 24px;
  background-color: transparent;
  gap: 8px;
  border-radius: 20px !important;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    font-size: 1rem;
    padding: 16px 20px;
  }
}

.custom--accordion .accordion-button::after {
  content: "\f067";
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "Line Awesome Free";
  font-weight: 900;
  background-image: none;
  color: hsl(var(--heading-color));
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button::after {
    font-size: 1.375rem;
  }
}

.custom--accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: hsl(var(--base));
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-image: none;
  -webkit-transform: none;
  transform: none;
  color: hsl(var(--base));
}

.custom--accordion .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: hsl(var(--body-color));
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-text {
    font-size: 0.875rem;
  }
}

/* ========================= Accordion CSS End =============================== */
/* ========================= Alert CSS Start ======================= */
.alert {
  --color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid hsl(var(--color) / 0.5);
  background-color: hsl(var(--white));
  border-radius: 8px;
  margin-bottom: 0;
}

.alert:not(:last-child) {
  margin-bottom: 1rem;
}

.alert__icon {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  padding: 0px !important;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(var(--size) * 0.5);
  color: hsl(var(--color));
  background-color: hsl(var(--color) / 0.15);
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .alert__icon {
    --size: 32px;
  }
}

.alert__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.alert__title {
  font-weight: 600;
  margin-bottom: 6px;
  color: hsl(var(--gray-d-500));
  font-size: 1rem;
}

.alert__desc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--gray-d-300));
}

.alert__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--color));
}

.alert__link:hover,
.alert__link:focus {
  outline: none;
  box-shadow: none;
  color: hsl(var(--color));
}

.alert .btn--close {
  position: absolute;
  top: 0;
  right: 0;
  color: hsl(var(--color));
}

@media screen and (max-width: 575px) {
  .alert .btn--close {
    --size: 40px;
  }
}

.alert--base {
  --color: var(--base);
}

.alert--primary {
  --color: var(--primary);
}

.alert--secondary {
  --color: var(--secondary);
}

.alert--success {
  --color: var(--success);
}

.alert--danger {
  --color: var(--danger);
}

.alert--warning {
  --color: var(--warning);
}

.alert--info {
  --color: var(--info);
}

/* ========================= Alert CSS End ======================= */
/* ========================= Badge CSS Start ========================= */
.badge {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  padding: 6px 12px;
  border-radius: 999px;
  text-align: center;
}

.badge--base {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.1);
}

.badge-outline--base {
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base) / 0.5);
  background-color: hsl(var(--base) / 0.15);
}

.badge--primary {
  background-color: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

.badge-outline--primary {
  color: hsl(var(--primary));
  border: 1px solid hsl(var(--primary) / 0.5);
  background-color: hsl(var(--primary) / 0.15);
}

.badge--secondary {
  background-color: hsl(var(--secondary) / 0.1);
  color: hsl(var(--secondary));
}

.badge-outline--secondary {
  color: hsl(var(--secondary));
  border: 1px solid hsl(var(--secondary) / 0.5);
  background-color: hsl(var(--secondary) / 0.15);
}

.badge--success {
  color: hsl(var(--success));
  background-color: hsl(var(--success) / 0.1);
}

.badge-outline--success {
  color: hsl(var(--success));
  border: 1px solid hsl(var(--success) / 0.5);
  background-color: hsl(var(--success) / 0.15);
}

.badge--danger {
  background-color: hsl(var(--danger) / 0.1);
  color: hsl(var(--danger));
}

.badge-outline--danger {
  color: hsl(var(--danger));
  border: 1px solid hsl(var(--danger) / 0.5);
  background-color: hsl(var(--danger) / 0.15);
}

.badge--warning {
  background-color: hsl(var(--warning) / 0.1);
  color: hsl(var(--warning));
}

.badge-outline--warning {
  color: hsl(var(--warning));
  border: 1px solid hsl(var(--warning) / 0.5);
  background-color: hsl(var(--warning) / 0.15);
}

.badge--info {
  background-color: hsl(var(--info) / 0.1);
  color: hsl(var(--info));
}

.badge-outline--info {
  color: hsl(var(--info));
  border: 1px solid hsl(var(--info) / 0.5);
  background-color: hsl(var(--info) / 0.15);
}

.badge--dark {
  background-color: hsl(var(--black) / 0.1);
  color: hsl(var(--black));
}

.badge-outline--dark {
  color: hsl(var(--black));
  border: 1px solid hsl(var(--black) / 0.5);
  background-color: hsl(var(--black) / 0.15);
}

/* ========================= Badge CSS End ========================= */
/* ========================= Button CSS Start ========================= */
.btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  padding: 15px 24px;
  border-radius: 8px;
  border-color: transparent;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-visible {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn--lg {
  padding: 18px 28px;
  font-size: 1.125rem;
}

@media screen and (max-width: 575px) {
  .btn--lg {
    padding: 15px 24px;
  }
}

.btn--sm {
  font-size: 0.875rem;
  padding: 12px 18px;
}

.btn--xsm {
  font-size: 0.875rem;
  padding: 8px 14px;
}

.btn--close {
  --size: 48px;
  width: var(--size);
  height: var(--size);
  padding: 0px !important;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn--close::after {
  content: "\f00d";
  font-size: calc(var(--size) * 0.5);
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.btn--close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--close.btn--xsm {
  --size: 32px;
}

.btn--close.btn--sm {
  --size: 40px;
}

.btn--close.btn--lg {
  --size: 56px;
}

@media screen and (max-width: 575px) {
  .btn--close.btn--lg {
    --size: 50px;
  }
}

.btn--close.btn--xl {
  --size: 64px;
}

@media screen and (max-width: 575px) {
  .btn--close.btn--xl {
    --size: 58px;
  }
}

.btn--icon {
  --size: 48px;
  width: var(--size);
  height: var(--size);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid transparent;
  line-height: 1;
  padding: 0;
  font-size: calc(var(--size) * 0.5);
}

.btn--icon:not(:has(.las)) {
  font-size: calc(var(--size) * 0.5 - 4px);
}

.btn--icon>svg,
.btn--icon>img {
  width: calc(var(--size) * 0.5);
  height: calc(var(--size) * 0.5);
}

.btn--icon.btn--xsm {
  --size: 32px;
}

.btn--icon.btn--sm {
  --size: 40px;
}

.btn--icon.btn--lg {
  --size: 56px;
}

@media screen and (max-width: 575px) {
  .btn--icon.btn--lg {
    --size: 50px;
  }
}

.btn--icon.btn--xl {
  --size: 64px;
}

@media screen and (max-width: 575px) {
  .btn--icon.btn--xl {
    --size: 58px;
  }
}

.btn--base,
.btn--base:disabled,
.btn--base.disabled {
  color: hsl(var(--white));
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

.btn--base:hover,
.btn--base:active,
.btn--base:focus,
.btn--base:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base-d-200)) !important;
  background-color: hsl(var(--base-d-200)) !important;
}

.btn-outline--base,
.btn-outline--base:disabled,
.btn-outline--base.disabled {
  color: hsl(var(--base));
  border-color: hsl(var(--base));
  background-color: transparent;
}

.btn-outline--base:hover,
.btn-outline--base:active,
.btn-outline--base:focus,
.btn-outline--base:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
  background-color: hsl(var(--base)) !important;
}

.btn--primary,
.btn--primary:disabled,
.btn--primary.disabled {
  color: hsl(var(--white));
  border-color: hsl(var(--primary));
  background-color: hsl(var(--primary));
}

.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus,
.btn--primary:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--primary-d-200)) !important;
  background-color: hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary,
.btn-outline--primary:disabled,
.btn-outline--primary.disabled {
  color: hsl(var(--primary));
  border-color: hsl(var(--primary));
  background-color: transparent;
}

.btn-outline--primary:hover,
.btn-outline--primary:active,
.btn-outline--primary:focus,
.btn-outline--primary:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--primary)) !important;
  background-color: hsl(var(--primary)) !important;
}

.btn--secondary,
.btn--secondary:disabled,
.btn--secondary.disabled {
  color: hsl(var(--white));
  border-color: hsl(var(--secondary));
  background-color: hsl(var(--secondary));
}

.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--secondary-d-200)) !important;
  background-color: hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary,
.btn-outline--secondary:disabled,
.btn-outline--secondary.disabled {
  color: hsl(var(--secondary));
  border-color: hsl(var(--secondary));
  background-color: transparent;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:active,
.btn-outline--secondary:focus,
.btn-outline--secondary:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--secondary)) !important;
  background-color: hsl(var(--secondary)) !important;
}

.btn--success,
.btn--success:disabled,
.btn--success.disabled {
  color: hsl(var(--white));
  border-color: hsl(var(--success));
  background-color: hsl(var(--success));
}

.btn--success:hover,
.btn--success:active,
.btn--success:focus,
.btn--success:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--success-d-200)) !important;
  background-color: hsl(var(--success-d-200)) !important;
}

.btn-outline--success,
.btn-outline--success:disabled,
.btn-outline--success.disabled {
  color: hsl(var(--success));
  border-color: hsl(var(--success));
  background-color: transparent;
}

.btn-outline--success:hover,
.btn-outline--success:active,
.btn-outline--success:focus,
.btn-outline--success:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--success)) !important;
  background-color: hsl(var(--success)) !important;
}

.btn--danger,
.btn--danger:disabled,
.btn--danger.disabled {
  color: hsl(var(--white));
  border-color: hsl(var(--danger));
  background-color: hsl(var(--danger));
}

.btn--danger:hover,
.btn--danger:active,
.btn--danger:focus,
.btn--danger:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--danger-d-200)) !important;
  background-color: hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger,
.btn-outline--danger:disabled,
.btn-outline--danger.disabled {
  color: hsl(var(--danger));
  border-color: hsl(var(--danger));
  background-color: transparent;
}

.btn-outline--danger:hover,
.btn-outline--danger:active,
.btn-outline--danger:focus,
.btn-outline--danger:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--danger)) !important;
  background-color: hsl(var(--danger)) !important;
}

.btn--warning,
.btn--warning:disabled,
.btn--warning.disabled {
  color: hsl(var(--black));
  border-color: hsl(var(--warning));
  background-color: hsl(var(--warning));
}

.btn--warning:hover,
.btn--warning:active,
.btn--warning:focus,
.btn--warning:focus-visible {
  color: hsl(var(--black)) !important;
  border-color: hsl(var(--warning-d-200)) !important;
  background-color: hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning,
.btn-outline--warning:disabled,
.btn-outline--warning.disabled {
  color: hsl(var(--warning));
  border-color: hsl(var(--warning));
  background-color: transparent;
}

.btn-outline--warning:hover,
.btn-outline--warning:active,
.btn-outline--warning:focus,
.btn-outline--warning:focus-visible {
  color: hsl(var(--black)) !important;
  border-color: hsl(var(--warning)) !important;
  background-color: hsl(var(--warning)) !important;
}

.btn--info,
.btn--info:disabled,
.btn--info.disabled {
  color: hsl(var(--white));
  border-color: hsl(var(--info));
  background-color: hsl(var(--info));
}

.btn--info:hover,
.btn--info:active,
.btn--info:focus,
.btn--info:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--info-d-200)) !important;
  background-color: hsl(var(--info-d-200)) !important;
}

.btn-outline--info,
.btn-outline--info:disabled,
.btn-outline--info.disabled {
  color: hsl(var(--info));
  border-color: hsl(var(--info));
  background-color: transparent;
}

.btn-outline--info:hover,
.btn-outline--info:active,
.btn-outline--info:focus,
.btn-outline--info:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--info)) !important;
  background-color: hsl(var(--info)) !important;
}

.btn--dark,
.btn--dark:disabled,
.btn--dark.disabled {
  color: hsl(var(--white));
  border-color: hsl(var(--gray-d-500));
  background-color: hsl(var(--gray-d-500));
}

.btn--dark:hover,
.btn--dark:active,
.btn--dark:focus,
.btn--dark:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--black)) !important;
  background-color: hsl(var(--black)) !important;
}

.btn-outline--dark,
.btn-outline--dark:disabled,
.btn-outline--dark.disabled {
  color: hsl(var(--gray-d-400));
  border-color: hsl(var(--gray-d-400));
  background-color: transparent;
}

.btn-outline--dark:hover,
.btn-outline--dark:active,
.btn-outline--dark:focus,
.btn-outline--dark:focus-visible {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--black)) !important;
  background-color: hsl(var(--black)) !important;
}

/* ========================= Button CSS End =========================== */
/* ========================= Card CSS Start =========================== */
.custom--card {
  border-radius: 8px;
  border: 1px solid hsl(var(--border-color));
}

.custom--card .card-header,
.custom--card .card-body,
.custom--card .card-footer {
  padding: 12px 16px;
  background-color: transparent;
}

.custom--card .card-header {
  border-bottom-color: hsl(var(--border-color));
}

.custom--card .card-body {
  color: hsl(var(--body-color));
}

.custom--card .card-footer {
  border-top-color: hsl(var(--border-color));
}

.custom--card .card-title {
  color: hsl(var(--heading-color));
  margin-bottom: 0;
}

/* ========================= Card CSS End ========================= */
/* ========================= Dropdown CSS Start ========================= */
.dropdown--lang .dropdown-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: hsl(var(--black));
}

.dropdown--lang .dropdown-toggle::after {
  content: "\f107";
  font-size: 0.875rem;
  font-family: "Line Awesome Free";
  font-weight: 900;
  margin-left: 0px;
  border: none;
}

@media screen and (max-width: 991px) {
  .dropdown--lang .dropdown-toggle::after {
    margin-left: auto;
  }
}

.dropdown--lang .dropdown-toggle[aria-expanded="true"]::after {
  content: "\f106";
}

.dropdown--lang .dropdown-menu {
  min-width: 130px;
  padding: 0px;
  background-color: hsl(var(--white));
  border-color: hsl(var(--border-color));
}

@media screen and (max-width: 991px) {
  .dropdown--lang .dropdown-menu {
    position: absolute;
    top: 32px !important;
    left: 0;
    max-width: 150px;
  }
}

.dropdown--lang .dropdown-item {
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: hsl(var(--base-d-900));
}

.dropdown--lang .dropdown-item:hover,
.dropdown--lang .dropdown-item:focus {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.1);
}

.dropdown--lang .dropdown-flag {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 50%;
}

.dropdown--lang.style-two .dropdown-toggle {
  color: hsl(var(--gray-five));
}

.dropdown--lang.style-two .dropdown-toggle:hover,
.dropdown--lang.style-two .dropdown-toggle:focus {
  color: hsl(var(--white));
}

.dropdown--lang.style-two .dropdown-menu {
  position: absolute;
  top: 32px !important;
}

.dropdown--user .dropdown-toggle {
  background-color: transparent;
  border-radius: 250px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.dropdown--user .dropdown-toggle__username {
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  max-width: 100px;
}

@media screen and (max-width: 991px) {
  .dropdown--user .dropdown-toggle__username {
    display: none;
  }
}

.dropdown--user .dropdown-toggle__avatar {
  --size: 24px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  flex-shrink: 0;
  font-size: calc(var(--size) * 0.5);
}

@media screen and (max-width: 991px) {
  .dropdown--user .dropdown-toggle__avatar {
    --size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .dropdown--user .dropdown-toggle__avatar {
    --size: 28px;
  }
}

.dropdown--user .dropdown-toggle::after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  margin-left: 0;
  vertical-align: baseline;
  border: none;
  color: hsl(var(--gray-d-400));
}

.dropdown--user .dropdown-toggle[aria-expanded="true"]::after {
  content: "\f106";
}

.dropdown--user .dropdown-menu {
  min-width: 240px;
  border-radius: 8px;
  border-color: hsl(var(--gray-l-400));
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04),
    0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04),
    0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  left: auto;
  right: 0;
  padding: 12px 8px 0px 8px;
}

.dropdown--user .dropdown-menu-wrapper {
  padding: 5px 0;
}

.dropdown--user .dropdown-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 0px 0px 12px 0px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.dropdown--user .dropdown-user__avatar {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsl(var(--gray-d-400));
  background-color: hsl(var(--gray-l-400));
  font-size: calc(var(--size) * 0.5);
  font-weight: 600;
  line-height: 120%;
  flex-shrink: 0;
}

.dropdown--user .dropdown-user__name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  color: hsl(var(--gray-d-500));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.dropdown--user .dropdown-user__username {
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(var(--gray-d-100));
  line-height: 100%;
}

.dropdown--user .dropdown-item {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 157%;
  padding: 8px 12px;
  color: hsl(var(--gray-d-200));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
}

.dropdown--user .dropdown-item.logout {
  color: hsl(var(--danger));
}

.dropdown--user .dropdown-item:not(.logout):hover,
.dropdown--user .dropdown-item:not(.logout):focus {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.05);
}

.dropdown--user .dropdown-item.logout:hover,
.dropdown--user .dropdown-item.logout:focus {
  background-color: hsl(var(--danger) / 0.05);
}

/* ========================= Dropdown CSS Start ========================= */
/* ========================= Form CSS Start =========================  */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--gray-d-300)) !important;
  caret-color: hsl(var(--gray-d-300));
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.form--label {
  font-size: 14px;
  font-weight: 500;
  color: hsl(var(--gray-d-500));
  margin-bottom: 8px;
  line-height: 150%;
}

.form--label.required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 4px;
}

.form--label.required::after {
  content: "*";
  display: inline-block;
  color: hsl(var(--danger));
}

.form-group {
  margin-bottom: 16px;
}

.form--group:not(:last-child) {
  margin-bottom: 16px;
}

.form--control,
.form--select {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  border-radius: 8px;
  border: 1px solid hsl(var(--border-color));
  background-color: hsl(var(--white));
}

.form--control:focus,
.form--select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: hsl(var(--white) / 0.02);
}

.form--control:focus:not(:disabled),
.form--select:focus:not(:disabled) {
  border-color: hsl(var(--base)) !important;
}

.form--control:disabled,
.form--control[readonly],
.form--select:disabled,
.form--select[readonly] {
  border-color: hsl(var(--gray-l-400));
  background-color: hsl(var(--gray-l-400));
}

.form--control:disabled,
.form--select:disabled {
  opacity: 0.65;
  pointer-events: none;
}

.form--control {
  padding: 13px 20px;
  color: hsl(var(--gray-d-300)) !important;
}

.form--control::-webkit-input-placeholder {
  font-weight: 400;
  color: hsl(var(--gray-l-100));
}

.form--control::-moz-placeholder {
  font-weight: 400;
  color: hsl(var(--gray-l-100));
}

.form--control:-ms-input-placeholder {
  font-weight: 400;
  color: hsl(var(--gray-l-100));
}

.form--control::-ms-input-placeholder {
  font-weight: 400;
  color: hsl(var(--gray-l-100));
}

.form--control::placeholder {
  font-weight: 400;
  color: hsl(var(--gray-l-100));
}

.form--control:focus:not(:disabled):not([readonly])::-webkit-input-placeholder {
  color: hsl(var(--gray-d-300)) !important;
}

.form--control:focus:not(:disabled):not([readonly])::-moz-placeholder {
  color: hsl(var(--gray-d-300)) !important;
}

.form--control:focus:not(:disabled):not([readonly]):-ms-input-placeholder {
  color: hsl(var(--gray-d-300)) !important;
}

.form--control:focus:not(:disabled):not([readonly])::-ms-input-placeholder {
  color: hsl(var(--gray-d-300)) !important;
}

.form--control:focus:not(:disabled):not([readonly])::placeholder {
  color: hsl(var(--gray-d-300)) !important;
}

@media screen and (min-width: 576px) {
  .form--control.form-control--lg {
    padding: 16.5px 24px;
    font-size: 1.125rem;
  }
}

.form--control.form-control--sm {
  font-size: 0.875rem;
  padding: 10.5px 18px;
}

.form--control[type="file"]::-webkit-file-upload-button {
  margin: -14px 14px -14px -20px;
  padding: 15px 15px 15px 20px;
  color: hsl(var(--gray-d-100));
  background: hsl(var(--gray-l-400));
  border-color: hsl(var(--gray-l-400));
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.form--control[type="file"]::file-selector-button {
  margin: -14px 14px -14px -20px;
  padding: 15px 15px 15px 20px;
  color: hsl(var(--gray-d-100));
  background: hsl(var(--gray-l-400));
  border-color: hsl(var(--gray-l-400));
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

@media screen and (min-width: 576px) {
  .form--control[type="file"].form-control--lg::-webkit-file-upload-button {
    margin: -17px 17px -17px -24px;
    padding: 18px 18px 18px 24px;
  }

  .form--control[type="file"].form-control--lg::file-selector-button {
    margin: -17px 17px -17px -24px;
    padding: 18px 18px 18px 24px;
  }
}

@media screen and (min-width: 576px) {
  .form--control[type="file"].form-control--sm::-webkit-file-upload-button {
    margin: -11px 11px -11px -18px;
    padding: 12px 12px 12px 18px;
  }

  .form--control[type="file"].form-control--sm::file-selector-button {
    margin: -11px 11px -11px -18px;
    padding: 12px 12px 12px 18px;
  }
}

.form--control[type="file"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: hsl(var(--gray-l-400)) !important;
}

.form--control[type="file"]:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: hsl(var(--gray-l-400)) !important;
}

textarea.form--control {
  resize: none;
  min-height: 160px;
}

.form--select {
  padding: 15px 20px;
  color: hsl(var(--gray-l-100));
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form--select option {
  color: hsl(var(--gray-l-100));
  background-color: hsl(var(--white));
}

@media screen and (min-width: 576px) {
  .form--select.form-select--xl {
    padding: 21px 24px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 576px) {
  .form--select.form-select--lg {
    padding: 18px 24px;
    font-size: 1.125rem;
  }
}

.form--select.form-select--sm {
  font-size: 0.875rem;
  padding: 12px 18px;
}

.form--select.selected,
.form--select:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231d283a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: hsl(var(--gray-d-300));
  font-weight: 500;
}

.form--check {
  min-height: auto;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.form--check .form-check-input {
  --size: 16px;
  width: var(--size);
  height: var(--size);
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  position: relative;
  border: 1px solid hsl(var(--border-color));
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-shrink: 0;
}

.form--check .form-check-input:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}

.form--check .form-check-input[type="radio"]:checked {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.form--check .form-check-input[type="radio"]:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(var(--size) * 0.5);
  height: calc(var(--size) * 0.5);
  background-color: hsl(var(--white));
  border-radius: 50%;
  z-index: 999;
}

.form--check .form-check-input[type="checkbox"] {
  border-radius: 4px;
}

.form--check .form-check-input[type="checkbox"]:checked {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.form--check .form-check-input[type="checkbox"]:checked::before {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-size: calc(var(--size) * 0.65);
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: hsl(var(--white));
}

.form--check .form-check-label {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--gray-d-300));
  cursor: pointer;
}

@media screen and (max-width: 374px) {
  .form--check .form-check-label {
    font-size: 0.9375rem;
  }
}

.form--check .form-check-label a {
  color: hsl(var(--gray-d-300));
  font-weight: 500;
  display: inline;
}

@media screen and (max-width: 374px) {
  .form--check .form-check-label a {
    font-size: 0.9375rem;
  }
}

.input--group {
  position: relative;
  border-radius: 8px;
  border: 1px solid hsl(var(--border-color));
}

.input--group .form--control {
  border: none;
}

.input--group:focus-within {
  border-color: hsl(var(--base));
}

.input--group .input-group-text {
  border: none;
  color: hsl(var(--gray-d-300));
  background-color: transparent;
}

.input--group-text {
  margin-left: 5px;
}

.input--group .form--control[readonly] {
  background: hsl(var(--black) / 0.3) !important;
}

.input--group .form--control[readonly]:focus {
  border-color: hsl(var(--black) / 0.3);
}

.input--group:has(.form--control[readonly]) {
  background: hsl(var(--black) / 0.3) !important;
}

.input--group:has(.form--control[readonly]):focus-within {
  border-color: hsl(var(--black) / 0.4) !important;
}

/* ========================= Form CSS End ===========================  */
/* ========================= Modal CSS Start ========================= */
.custom--modal .modal-content {
  border-color: hsl(var(--border-color));
  background-color: hsl(var(--white));
}

.custom--modal .modal-header {
  padding: 12px;
  border-bottom-color: hsl(var(--border-color));
}

.custom--modal .modal-body {
  padding: 12px;
}

.custom--modal .modal-footer {
  padding: 12px;
  border-top-color: hsl(var(--border-color));
}

@media screen and (max-width: 575px) {
  .custom--modal.qr--modal .modal-dialog.modal-sm {
    max-width: 300px !important;
    margin-inline: auto;
  }
}

.custom--modal.qr--modal .modal-body {
  padding: 32px 16px;
}

.custom--modal.qr--modal .modal-heading {
  text-align: center;
}

.custom--modal.qr--modal .modal-heading__title {
  margin-bottom: 4px;
}

.custom--modal.qr--modal .modal-heading__desc {
  max-width: 200px;
  font-size: 0.875rem;
  font-weight: 400;
  color: hsl(var(--gray-d-200));
  margin-inline: auto;
}

.custom--modal.qr--modal .btn--close {
  position: absolute;
  top: 8px;
  right: 8px;
}

/* ========================= Modal CSS End ========================= */
/* ========================= Pagination CSS Start ======================= */
.pagination {
  gap: 12px;
}

@media screen and (max-width: 575px) {
  .pagination {
    margin: 0 auto;
  }
}

.pagination .page-item .page-link {
  --size: 36px;
  width: var(--size);
  height: var(--size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  color: hsl(var(--gray-d-200));
  border: 1px solid hsl(var(--border-color));
  background-color: hsl(var(--white));
  white-space: nowrap;
  border-radius: 999px;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  color: hsl(var(--gray-d-500));
  border-color: hsl(var(--gray-d-100));
}

.pagination .page-item .page-link:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  color: hsl(var(--white));
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

.pagination .page-item.disabled .page-link {
  color: hsl(var(--gray-d-400));
  background-color: hsl(var(--gray-l-400));
  pointer-events: none;
}

.pagination-wrapper {
  margin-top: 24px;
}

@media screen and (max-width: 575px) {
  .pagination-wrapper {
    margin-top: 16px;
  }
}

.pagination-wrapper nav>* {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.pagination-wrapper p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 100%;
  color: hsl(var(--gray-d-200)) !important;
}

.pagination-wrapper p span {
  color: hsl(var(--gray-d-500)) !important;
  font-weight: 500;
}

/* ========================= Pagination CSS End ========================= */
/* ========================= Table CSS Start ========================= */
.table {
  margin-bottom: 0;
}

.table--custom {
  overflow: hidden;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid hsl(var(--border-color));
  background-color: hsl(var(--white));
}

.table--custom thead tr th {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 120%;
  padding: 16px 12px;
  text-align: center;
  vertical-align: middle;
  border: none;
  color: hsl(var(--gray-d-500));
  background-color: hsl(var(--gray-l-500));
}

.table--custom thead tr th:first-child {
  text-align: left;
}

.table--custom thead tr th:last-child {
  text-align: right;
}

.table--custom tbody tr td {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%;
  color: hsl(var(--gray-d-200));
  padding: 16px 12px;
  border: none;
  text-align: center;
  vertical-align: middle;
}

.table--custom tbody tr td[colspan="100%"] {
  justify-content: center !important;
}

.table--custom tbody tr:not(:last-child) td {
  border-bottom: 1px solid hsl(var(--border-color));
}

.table--custom tbody tr td:first-child {
  text-align: left;
}

.table--custom tbody tr td:last-child {
  text-align: right;
}

@media screen and (max-width: 575px) {
  .table--custom tbody tr td {
    font-size: 0.875rem;
  }
}

.table--custom:has([colspan="100%"]) tbody tr td[colspan="100%"] {
  border-top: none;
  text-align: center;
  color: hsl(var(--gray-d-100));
}

@media screen and (max-width: 767px) {
  .table--custom.table--responsive-sm {
    min-width: unset;
  }

  .table--custom.table--responsive-sm thead {
    display: none;
  }

  .table--custom.table--responsive-sm tbody tr {
    display: block;
  }

  .table--custom.table--responsive-sm tbody tr td {
    text-align: right;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border: none;
  }

  .table--custom.table--responsive-sm tbody tr td:last-child {
    border-bottom: 1px solid hsl(var(--border-color));
  }

  .table--custom.table--responsive-sm tbody tr:last-child td:last-child {
    border-bottom: none;
  }

  .table--custom.table--responsive-sm tbody tr td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 100%;
    color: hsl(var(--gray-d-100));
    text-align: left;
    white-space: nowrap;
  }
}

@media screen and (max-width: 991px) {
  .table--custom.table--responsive-md {
    min-width: unset;
  }

  .table--custom.table--responsive-md thead {
    display: none;
  }

  .table--custom.table--responsive-md tbody tr {
    display: block;
  }

  .table--custom.table--responsive-md tbody tr td {
    text-align: right;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border: none;
  }

  .table--custom.table--responsive-md tbody tr td:last-child {
    border-bottom: 1px solid hsl(var(--border-color));
  }

  .table--custom.table--responsive-md tbody tr:last-child td:last-child {
    border-bottom: none;
  }

  .table--custom.table--responsive-md tbody tr td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 100%;
    color: hsl(var(--gray-d-100));
    text-align: left;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1199px) {
  .table--custom.table--responsive-lg {
    min-width: unset;
  }

  .table--custom.table--responsive-lg thead {
    display: none;
  }

  .table--custom.table--responsive-lg tbody tr {
    display: block;
  }

  .table--custom.table--responsive-lg tbody tr td {
    text-align: right;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border: none;
  }

  .table--custom.table--responsive-lg tbody tr td:last-child {
    border-bottom: 1px solid hsl(var(--border-color));
  }

  .table--custom.table--responsive-lg tbody tr:last-child td:last-child {
    border-bottom: none;
  }

  .table--custom.table--responsive-lg tbody tr td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 100%;
    color: hsl(var(--gray-d-100));
    text-align: left;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1399px) {
  .table--custom.table--responsive-xl {
    min-width: unset;
  }

  .table--custom.table--responsive-xl thead {
    display: none;
  }

  .table--custom.table--responsive-xl tbody tr {
    display: block;
  }

  .table--custom.table--responsive-xl tbody tr td {
    text-align: right;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border: none;
  }

  .table--custom.table--responsive-xl tbody tr td:last-child {
    border-bottom: 1px solid hsl(var(--border-color));
  }

  .table--custom.table--responsive-xl tbody tr:last-child td:last-child {
    border-bottom: none;
  }

  .table--custom.table--responsive-xl tbody tr td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 100%;
    color: hsl(var(--gray-d-100));
    text-align: left;
    white-space: nowrap;
  }
}

.table--responsive {
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--black) / 0.05) hsl(var(--black) / 0.025);
}

.table--responsive:has(.table--responsive-empty) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  .table--responsive:has(.table--responsive-sm) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 992px) {
  .table--responsive:has(.table--responsive-md) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 1200px) {
  .table--responsive:has(.table--responsive-lg) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 1400px) {
  .table--responsive:has(.table--responsive-xl) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ========================= Table CSS End =========================== */
/* ========================= Offcanvas Sidebar CSS Start ======================== */
.offcanvas-sidebar {
  width: 250px;
  flex-shrink: 0;
  border-radius: 8px;
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid hsl(var(--border-color));
  background-color: hsl(var(--white));
  padding: 16px;
}

@media screen and (max-width: 991px) {
  .offcanvas-sidebar {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1050;
    border-radius: 0px !important;
    border-color: transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }

  .offcanvas-sidebar.show {
    -webkit-transform: none;
    transform: none;
  }
}

.offcanvas-sidebar> :not(:last-child) {
  margin-bottom: 8px;
}

.offcanvas-sidebar__header {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
}

.offcanvas-sidebar__header:has(+ .scrolling) {
  border-bottom-color: hsl(var(--border-color));
}

.offcanvas-sidebar__body {
  min-height: 100%;
  max-height: 600px;
  overflow: hidden auto;
  border-top: 1px solid transparent;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--black) / 0.05) hsl(var(--black) / 0.025);
  margin-inline: -16px;
  padding-inline: 16px;
}

.offcanvas-sidebar-menu__item:not(:last-child):not( :has(.offcanvas-sidebar-menu__label)) {
  margin-bottom: 16px;
}

.offcanvas-sidebar-menu__item:has(.offcanvas-sidebar-menu__label) {
  margin-bottom: 12px;
}

.offcanvas-sidebar-menu__label {
  font-size: 0.875rem;
  font-weight: 400;
  color: hsl(var(--gray-l-100));
  padding: 0px 8px;
}

.offcanvas-sidebar-menu__link {
  width: 100%;
  padding: 0px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: hsl(var(--gray-d-200));
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 8px;
}

.offcanvas-sidebar-menu__link span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.offcanvas-sidebar-menu__link svg {
  flex-shrink: 0;
}

.offcanvas-sidebar .offcanvas-sidebar-menu__link:hover,
.offcanvas-sidebar .offcanvas-sidebar-menu__link:focus {
  color: hsl(var(--gray-d-500));
}

.offcanvas-sidebar-menu__item.active .offcanvas-sidebar-menu__link {
  color: hsl(var(--base));
}

.offcanvas-sidebar .btn--close {
  --size: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  color: hsl(var(--gray-d-500));
  background-color: hsl(var(--gray-l-400));
  opacity: 1;
  z-index: 1;
}

/* ========================= Offcanvas Sidebar CSS End ========================== */
/* ========================= Preload CSS Start ========================= */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--black));
  width: 100%;
  height: 100%;
}

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
  content: "";
  border: 1em solid hsl(var(--base));
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader-p:before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* ========================= Preload CSS End =========================== */
/* ========================= Header CSS Start =========================== */
.header {
  width: 100%;
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 991px) {
  .header {
    position: absolute;
  }

  main {
    margin-top: 65px;
  }

}

.header.fixed-header {
  top: 0px;
  position: sticky;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  -webkit-animation: slide-down 0.8s;
  animation: slide-down 0.8s;
  background-color: hsl(var(--white));
  box-shadow: var(--box-shadow);
  width: 100%;
}

.header.add-bg {
  background-color: hsl(var(--white));
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.header .navbar {
  padding: 16px 0px;
  justify-content: flex-start;
  gap: 24px;
}

@media screen and (max-width: 1199px) {
  .header .navbar {
    gap: 32px 16px;
  }
}

@media screen and (max-width: 374px) {
  .header .navbar {
    gap: 24px 12px;
  }
}

.header .navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
}

.header .navbar-brand img {
  max-width: 180px;
  max-height: 35px;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .header .navbar-brand img {
    max-width: 150px;
    max-height: 28px;
    object-fit: contain;
  }
}

.header .navbar-toggler {
  border-color: transparent;
  color: hsl(var(--black));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: auto;
  font-size: 2rem;
  line-height: 100%;
}

.header .navbar-toggler:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header .navbar-toggler[aria-expanded="true"] i::before {
  content: "\f00d";
}

.header .nav-menu {
  gap: 24px;
}

.header .nav-menu .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--gray-d-400));
  padding: 0px 0;
  position: relative;
}

.header .nav-menu .nav-item .nav-link::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  background-color: hsl(var(--base));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .nav-menu .nav-item.active .nav-link,
.header .nav-menu .nav-item:hover .nav-link {
  color: hsl(var(--base));
}

.header .nav-menu .nav-item.active .nav-link::before,
.header .nav-menu .nav-item:hover .nav-link::before {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .header .nav-menu {
    gap: 16px;
  }
}

@media screen and (max-width: 991px) {
  .header .nav-menu {
    gap: 0px;
  }

  .header .nav-menu .nav-item:has(.dropdown--lang) {
    order: 0;
  }

  .header .nav-menu .nav-item {
    order: 1;
  }

  .header .nav-menu .nav-item .nav-link {
    padding: 8px 0;
  }

  .header .nav-menu .nav-item .nav-link::before {
    display: none;
  }

  .header .nav-menu .nav-item:not(:nth-last-child(-n + 2)) .nav-link {
    border-bottom: 1px solid hsl(var(--border-color));
  }
}

@media screen and (max-width: 575px) {
  .navbar-auth-area .btn {
    font-size: 0.875rem;
    padding: 12px 18px;
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ========================= Header CSS End ============================= */
/* ========================= Footer CSS Start =========================== */
.footer-area {
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  color: hsl(var(--white));
  margin-top: auto;
}

.footer-area__shape-left {
  position: absolute;
  height: 200px;
  width: 655px;
  border-radius: 0px 100px 0px 0px;
  background-color: hsl(var(--base));
  top: 17px;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  left: -6px;
  z-index: -1;
}

@media screen and (max-width: 1399px) {
  .footer-area__shape-left {
    width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .footer-area__shape-left {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .footer-area__shape-left {
    width: 250px;
    -webkit-transform: unset;
    transform: unset;
    top: 18px;
  }
}

@media screen and (max-width: 575px) {
  .footer-area__shape-left {
    display: none;
  }
}

.footer-area__shape-right {
  position: absolute;
  height: 200px;
  width: 655px;
  background-color: hsl(var(--base));
  border-radius: 100px 0px 0px 0px;
  right: 0;
  top: 30px;
  z-index: -1;
}

@media screen and (max-width: 1399px) {
  .footer-area__shape-right {
    width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .footer-area__shape-right {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .footer-area__shape-right {
    width: 250px;
    -webkit-transform: unset;
    transform: unset;
    top: 18px;
  }
}

@media screen and (max-width: 575px) {
  .footer-area__shape-right {
    display: none;
  }
}

.footer-area__image-left {
  position: absolute;
  bottom: 20px;
  left: 80px;
}

@media screen and (max-width: 1399px) {
  .footer-area__image-left {
    left: 20px;
  }
}

@media screen and (max-width: 575px) {
  .footer-area__image-left {
    display: none;
  }
}

.footer-area__image-right {
  position: absolute;
  bottom: -5px;
  right: 80px;
}

@media screen and (max-width: 1399px) {
  .footer-area__image-right {
    right: 40px;
  }
}

@media screen and (max-width: 575px) {
  .footer-area__image-right {
    display: none;
  }
}

.footer-area__footer-top {
  padding-top: 100px;
  padding-bottom: 85px;
  background-color: hsl(var(--base-d-800));
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .footer-area__footer-top {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer-area__footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
    clip-path: none;
  }
}

.footer-area.bg-img {
  background-size: contain;
  background-position: top center;
}

.footer-item__logo {
  margin-bottom: 34px;
}

.footer-item__logo img {
  max-width: 180px;
}

@media screen and (max-width: 991px) {
  .footer-item__logo img {
    max-width: 150px;
  }
}

.footer-item__title {
  color: hsl(var(--white));
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  position: relative;
  font-weight: 500;
}

.footer-item__desc {
  color: hsl(var(--white));
  margin-bottom: 32px;
  max-width: 350px;
}

.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-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-menu__item {
  display: block;
  padding-bottom: 16px;
}

@media screen and (max-width: 575px) {
  .footer-menu__item {
    padding-bottom: 8px;
  }
}

.footer-menu__item:last-child {
  padding-bottom: 0;
}

.footer-menu__link {
  color: hsl(var(--white));
  font-size: 18px;
}

.footer-menu__link:hover,
.footer-menu__link:focus {
  color: hsl(var(--base));
  outline: none;
  box-shadow: none;
}

.footer-contact-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
}

.footer-contact-menu__item:last-child {
  padding-bottom: 0;
}

.footer-contact-menu__item-icon {
  color: hsl(var(--white));
  font-size: 20px;
  background: hsl(var(--base));
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: grid;
  place-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-contact-menu__item-content {
  width: calc(100% - 15px);
  padding-left: 15px;
}

.footer-contact__desc {
  color: hsl(var(--white));
  font-size: 18px;
}

.bottom-footer {
  background-color: hsl(var(--base-d-700));
}

.bottom-footer-text a {
  color: hsl(var(--base));
}

.bottom-footer-text a:hover,
.bottom-footer-text a:focus {
  color: hsl(var(--base-d-200));
}

/* ========================= Footer CSS End ============================= */

/* ======================== Scroll To Top Start =========================== */
.scroll-top {
  --size: 48px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-block;
  position: fixed;
  right: clamp(1.5rem, 1.196rem + 1.5199vw, 3rem);
  bottom: clamp(1.5rem, 1.196rem + 1.5199vw, 3rem);
  z-index: 998;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: inset 0 0 0 2px hsl(var(--base) / 0.5);
  box-shadow: inset 0 0 0 2px hsl(var(--base) / 0.5);
  border: none;
  background-color: hsl(var(--white) / 0.02);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 575px) {
  .scroll-top {
    --size: 40px;
  }
}

.scroll-top::after {
  content: "\f062";
  position: absolute;
  inset: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.125rem;
  color: hsl(var(--base));
}

.scroll-top-progress path {
  fill: none;
  stroke: hsl(var(--base));
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: stroke-dashoffset 10ms linear;
  transition: stroke-dashoffset 10ms linear;
  stroke-dasharray: 307.919px, 307.919px;
  stroke-dashoffset: 133.505px;
}

.scroll-top.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

/* ======================== Scroll To Top End ============================= */
/* ======================== Selection CSS Start =========================== */
::-moz-selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ======================== Selection CSS End ============================= */
/* ======================== Social List Start =========================== */
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-list__item {
  margin-right: 10px;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--white));
  background-color: hsl(var(--white) / 0.15);
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
  .social-list__link {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
}

/* ======================== Social List End ============================= */
/* ======================== Social Auth CSS Start =================== */
.social-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.social-auth__btn {
  flex-grow: 1;
  padding: 12px 16px;
  border-radius: 8px;
  text-align: center;
  background-color: transparent;
  color: hsl(var(--gray-d-400));
  border: 1px solid hsl(var(--border-color));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.social-auth__btn img {
  width: 1em;
  height: 1em;
  display: block;
  object-fit: cover;
}

.social-auth__btn:hover,
.social-auth__btn:focus {
  outline: none;
  box-shadow: none;
  color: hsl(var(--black));
  border-color: hsl(var(--black));
}

/* ======================== Social Auth CSS End ===================== */
/* ======================== Breadcrumb CSS Start ======================== */
.breadcrumb {
  --this-pt: 48px;
  padding-block-start: var(--this-pt);
  padding-block-end: var(--this-pt);
  background-color: hsl(var(--section-bg));
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    --this-pt: 30px;
  }
}

.breadcrumb__title {
  text-align: center;
  margin-bottom: 6px;
}

.breadcrumb-list {
  --gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
}

.breadcrumb-list__item {
  display: flex;
  align-items: center;
}

.breadcrumb-list__item:not(:last-child)::after {
  content: "\f061";
  font-size: 1.25rem;
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  margin-left: var(--gap);
  line-height: 100%;
}

.breadcrumb-list__link,
.breadcrumb-list__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}

.breadcrumb-list__link {
  font-weight: 500;
  color: hsl(var(--base));
}

.breadcrumb-list__text {
  color: hsl(var(--body-color));
}

/* ======================== Breadcrumb CSS End ========================== */
/* ======================== Banner Section CSS Start ======================== */
.banner-section {
  --this-pt: 60px;
  --this-pb: calc(var(--this-pt) * 0.5);
  padding: var(--this-pt) 0px var(--this-pb);
  background-color: hsl(var(--section-bg));
}

@media screen and (max-width: 991px) {
  .banner-section {
    --this-pt: 60px;
  }
}

.banner-section .search-box {
  max-width: 500px;
  margin-top: 32px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .banner-section .search-box {
    max-width: 100%;
    margin-top: 24px;
  }
}

@media screen and (max-width: 575px) {
  .banner-section .search-box {
    margin-top: 16px;
  }
}

.banner-content__title {
  font-size: clamp(2rem, 1.6247rem + 1.8765vw, 3.5rem);
}

@media screen and (max-width: 991px) {
  .banner-content__title {
    text-align: center;
  }
}

.banner-content__desc {
  max-width: 520px;
  color: hsl(var(--black));
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .banner-content__desc {
    font-size: 16px;
    text-align: center;
  }
}

.banner-image {
  width: 100%;
  max-width: 430px;
  display: block;
  object-fit: cover;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .banner-image {
    margin-right: auto;
    max-width: 250px;
  }
}

@media screen and (max-width: 575px) {
  .banner-image {
    display: none;
  }
}

/* ======================== Banner Section CSS End ========================== */
/* ======================== Work Process Section CSS Start ========================== */
.wotk-process_item {
  background-color: hsl(var(--base-l-900));
  border-radius: 30px;
}

.wotk-process_item__image {
  text-align: center;
  padding-top: 36px;
}

.wotk-process_item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  padding: 24px 30px;
  border-radius: inherit;
}

@media screen and (max-width: 1399px) {
  .wotk-process_item__content {
    padding: 13px;
    border-radius: inherit;
  }
}

@media screen and (max-width: 575px) {
  .wotk-process_item__content {
    gap: 8px;
    border-radius: inherit;
  }
}

.wotk-process_item__counts {
  color: hsl(var(--white));
  font-size: 36px;
  font-weight: 800;
  height: 53px;
  width: 53px;
  background-color: hsl(var(--base));
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  .wotk-process_item__counts {
    height: 50px;
    width: 50px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .wotk-process_item__counts {
    height: 40px;
    width: 40px;
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .wotk-process_item__counts {
    height: 32px;
    width: 32px;
    font-size: 18px;
  }
}

.wotk-process_item__desc {
  font-size: 18px;
  font-weight: 700;
  color: hsl(var(--heading-color));
}

@media screen and (max-width: 1399px) {
  .wotk-process_item__desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .wotk-process_item__desc {
    font-size: 14px;
  }
}

/* ======================== Work Process Section CSS End ========================== */
/* ======================== Client Section CSS Start ======================== */
.client-section .section-heading__title {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 17px;
}

/* ======================== Client Section CSS End ========================== */
/* ======================== About Us Section CSS Start ====================== */
@media screen and (max-width: 991px) {
  .about-us .underline-word svg {
    bottom: -10px;
  }
}

@media screen and (max-width: 575px) {
  .about-us .underline-word svg {
    bottom: -8px;
  }
}

.about-us-statistics {
  --gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
}

.about-us-statistics-item {
  position: relative;
  flex: 1 1 calc(33.3333333333% - var(--gap));
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-us-statistics-item__icon {
  --size: 48px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--gray-l-400) / 0.5);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.about-us-statistics-item__icon img {
  width: 50%;
  height: 50%;
  display: block;
  object-fit: cover;
}

.about-us-statistics-item__content {
  flex-grow: 1;
}

.about-us-statistics-item__title {
  color: hsl(var(--gray-d-400));
  line-height: 100%;
  margin-bottom: 0px;
}

.about-us-statistics-item__desc {
  font-size: 14px;
  font-weight: 400;
  color: hsl(var(--gray-d-300));
}

@media screen and (max-width: 1199px) {
  .about-us-statistics-item {
    gap: 8px;
  }

  .about-us-statistics-item__icon {
    --size: 40px;
  }

  .about-us-statistics-item__desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .about-us-statistics {
    gap: 8px;
    margin-top: 16px;
  }

  .about-us-statistics-item__icon {
    --size: 32px;
  }

  .about-us-statistics-item__title {
    font-size: clamp(1rem, 0.9404rem + 0.2981vw, 1.125rem);
  }

  .about-us-statistics-item__desc {
    font-size: 12px;
  }
}

@media screen and (max-width: 424px) {
  .about-us-statistics-item {
    flex-direction: column;
  }

  .about-us-statistics-item__content {
    text-align: center;
  }
}

.about-us__thumb {
  width: 100%;
  max-width: 660px;
  object-fit: cover;
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .about-us__thumb {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ======================== About Us Section CSS End ======================== */

/* ======================== Destination Section CSS Start ======================== */
.destination-top {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.destination-top:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
  .destination-top:not(:last-child) {
    margin-bottom: 24px;
  }
}

.destination-top .esim-plan-tab {
  flex-grow: 1;
  padding: 6px;
  min-width: fit-content;
  max-width: 600px;
  margin-inline: unset;
  margin-bottom: 0px;
}

.destination-top .esim-plan-tab__btn {
  padding: 12px;
}

@media screen and (max-width: 1199px) {
  .destination-top .esim-plan-tab {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .destination-top .search-box {
    flex-grow: 1;
    max-width: 100%;
  }

  .destination-top .esim-plan-tab {
    max-width: 100%;
    min-width: unset;
  }
}

/* ======================== Destination Section CSS End ========================== */
/* ======================== How It Works Section CSS Start ======================= */
.how-it-works .section-heading__desc {
  max-width: 60%;
}

@media screen and (max-width: 1399px) {
  .how-it-works .section-heading__desc {
    max-width: 70%;
  }
}

@media screen and (max-width: 1199px) {
  .how-it-works .section-heading__desc {
    max-width: 100%;
  }
}

.how-it-works .underline-word svg {
  bottom: -6px;
}

.how-it-works-tab {
  max-width: 90%;
}

@media screen and (max-width: 1399px) {
  .how-it-works-tab {
    max-width: 100%;
  }
}

.how-it-works-tab-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 10px;
  transition: 0.2s ease;
}

.how-it-works-tab-item:hover {
  background-color: hsl(var(--black) / 0.05);
}

.how-it-works-tab-item:not(:last-child) {
  margin-bottom: 16px;
}

.how-it-works-tab-item__icon {
  --size: 56px;
  width: var(--size);
  height: var(--size);
  border-radius: 10px;
  color: hsl(var(--base));
  font-size: calc(var(--size) * 0.6);
  font-weight: 600;
  border: 1px solid hsl(var(--border-color) / 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.2s ease;
}

@media screen and (max-width: 1199px) {
  .how-it-works-tab-item__icon {
    --size: 40px;
  }
}

.how-it-works-tab-item__content {
  flex-grow: 1;
}

.how-it-works-tab-item__title {
  color: hsl(var(--black));
  margin-bottom: 8px;
  line-height: 150%;
}

.how-it-works-tab-item__desc {
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .how-it-works-tab-item__desc {
    font-size: 0.875rem;
  }
}

.how-it-works-tab-item.active {
  background-color: hsl(var(--base));
}

.how-it-works-tab-item.active .how-it-works-tab-item__title {
  color: hsl(var(--white));
}

.how-it-works-tab-item.active .how-it-works-tab-item__icon {
  border-color: hsl(var(--white));
  background-color: hsl(var(--white));
}

.how-it-works-tab-item.active .how-it-works-tab-item__desc {
  color: hsl(var(--white) / 0.8);
}

.how-it-works__thumb {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  margin-inline: auto;
  border-radius: clamp(0.75rem, 0.4685rem + 1.4073vw, 1.875rem);
}

.how-it-works-tab-content,
.how-it-works-tab-content>.tab-pane {
  height: 100%;
}

/* ======================== How It Works Section CSS End ========================= */

/* ====================== Refer Section Start  ====================== */

.refer-section .section-heading__title {
  max-width: 470px;
}

.refer-section__inner {
  position: relative;
  padding: 100px 32px 32px 32px;
  border-radius: 32px;
  overflow: hidden;
  background-color: hsl(var(--section-bg));
}

@media screen and (max-width: 767px) {
  .refer-section__inner {
    padding: 50px 20px 20px 20px;
  }
}

.refer-section__inner::before {
  --size: 140px;
  content: "";
  height: var(--size);
  width: var(--size);
  border: 24px solid hsl(var(--base));
  position: absolute;
  top: calc((var(--size) * 0.2285714286) * -1);
  right: calc((var(--size) * 0.2285714286) * -1);
  border-radius: 50%;
}

@media screen and (max-width: 575px) {
  .refer-section__inner::before {
    --size: 120px;
  }
}

.refer-thumb {
  position: relative;
  width: 100%;
  margin-top: -68px;
}

@media screen and (max-width: 991px) {
  .refer-thumb {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .refer-thumb {
    margin-top: -40px;
  }
}

/* ====================== Refer Section End  ====================== */
/* ====================== Refer Process Section Start ==================== */
.refer-process-item {
  position: relative;
}

.refer-process-item__image {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: clamp(0.9375rem, 0.7029rem + 1.1728vw, 1.875rem);
}

.refer-process-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 24px 32px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  border-radius: clamp(0.9375rem, 0.7029rem + 1.1728vw, 1.875rem);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1399px) {
  .refer-process-item__content {
    padding: 16px 24px;
  }
}

.refer-process-item__count {
  --size: 56px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: calc(var(--size) * 0.5);
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  text-align: center;
  flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
  .refer-process-item__count {
    --size: 48px;
  }
}

.refer-process-item__title {
  margin-bottom: 0;
}

/* ====================== Refer Process Section End ====================== */

/* ====================== Refer Program Section Start ==================== */
.refer-program .section-heading {
  margin-bottom: 16px;
}

.refer-program .section-heading__title {
  margin-bottom: 24px;
}

.refer-program .section-heading__desc {
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.refer-program-thumb {
  width: 100%;
  max-width: 560px;
  display: block;
  object-fit: cover;
  margin-top: -24px;
}

@media screen and (max-width: 991px) {
  .refer-program-thumb {
    max-width: 100%;
    margin-top: 0;
  }
}

.refer-program-content {
  max-width: 490px;
}

@media screen and (max-width: 991px) {
  .refer-program-content {
    max-width: 100%;
  }
}

/* ====================== Refer Program Section End ====================== */
/* ====================== Service Section Start ========================== */
.service-section {
  background-color: hsl(var(--section-bg));
}

.service-card {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  display: block;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .service-card {
    padding: 24px 16px;
  }
}

@media screen and (max-width: 575px) {
  .service-card {
    padding: 16px 12px;
  }
}

.service-card__icon {
  --size: 72px;
  width: var(--size);
  height: calc(var(--size) * 1.1111111111);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-mask-image: url("../images/icon/service-shape.png");
  mask-image: url("../images/icon/service-shape.png");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: hsl(var(--base));
  position: relative;
  z-index: 1;
}

.service-card__icon img {
  width: calc(var(--size) * 0.5);
  height: calc(var(--size) * 0.5);
  object-fit: contain;
  -webkit-filter: invert(100%) brightness(1000%) contrast(100%);
  filter: invert(100%) brightness(1000%) contrast(100%);
  mix-blend-mode: lighten;
}

@media screen and (max-width: 767px) {
  .service-card__icon {
    --size: 56px;
  }
}

@media screen and (max-width: 575px) {
  .service-card__icon {
    --size: 48px;
  }
}

.service-card__content {
  margin-top: 24px;
}

@media screen and (max-width: 575px) {
  .service-card__content {
    margin-top: 16px;
  }
}

.service-card__title {
  color: hsl(var(--black));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 575px) {
  .service-card__title {
    margin-bottom: 8px;
  }
}

.service-card__desc {
  font-size: 16px;
  color: hsl(var(--body-color));
}

@media screen and (max-width: 575px) {
  .service-card__desc {
    font-size: 14px;
  }
}

.service-card__desc:hover {
  color: hsl(var(--white));
}

.service-card:hover {
  background-color: hsl(var(--base));
}

.service-card:hover .service-card__icon {
  background-color: hsl(var(--white));
}

.service-card:hover .service-card__icon img {
  -webkit-filter: unset;
  filter: unset;
  mix-blend-mode: unset;
}

.service-card:hover .service-card__title {
  color: hsl(var(--white));
}

.service-card:hover .service-card__desc {
  color: hsl(var(--white));
}

/* ====================== Service Section End ============================ */
/* ====================== Easier Section Start =========================== */
@media screen and (max-width: 991px) {
  .section-content {
    margin-left: 0px !important;
  }
}

.easier-section-content {
  max-width: 560px;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .easier-section-content {
    max-width: 100%;
    margin-left: 0px;
  }
}

.easier-section__item {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .easier-section__item {
    margin-bottom: 24px;
  }
}

.easier-section__shape {
  height: 100%;
  max-width: 558px;
  width: 100%;
  background: hsl(var(--base-l-900));
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin-right: 24px;
}

@media screen and (max-width: 1199px) {
  .easier-section__shape {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .easier-section__shape {
    margin-right: unset;
  }
}

.easier-section__shape::after {
  content: "";
  height: 300px;
  width: 300px;
  border-radius: 50%;
  border: 43px solid hsl(var(--base));
  position: absolute;
  bottom: -110px;
  left: -80px;
}

@media screen and (max-width: 374px) {
  .easier-section__shape::after {
    height: 200px;
    width: 200px;
    border: 35px solid hsl(var(--base));
  }
}

.easier-section__image {
  width: 100%;
  max-width: 660px;
  object-fit: cover;
  display: block;
}

.easier-section__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 69px;
}

@media screen and (max-width: 991px) {
  .easier-section__point {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 424px) {
  .easier-section__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.easier-section__alart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  max-width: 212px;
  padding: 16px;
  position: absolute;
  top: 41px;
  right: 50%;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}

@media screen and (max-width: 1199px) {
  .easier-section__alart {
    max-width: 185px;
    top: 34px;
  }
}

@media screen and (max-width: 991px) {
  .easier-section__alart {
    max-width: 212px;
    top: 34px;
  }
}

@media screen and (max-width: 767px) {
  .easier-section__alart {
    max-width: 192px;
  }
}

@media screen and (max-width: 575px) {
  .easier-section__alart {
    max-width: 142px;
    padding: 8px;
  }
}

@media screen and (max-width: 374px) {
  .easier-section__alart {
    max-width: 120px;
  }
}

.easier-section__list {
  font-size: 18px;
  color: hsl(var(--body-color));
  font-weight: 500;
  margin-bottom: 18px;
}

@media screen and (max-width: 575px) {
  .easier-section__list {
    font-size: 14px !important;
  }
}

.easier-section__text {
  font-size: 20px;
  font-weight: 500;
  color: hsl(var(--black));
  text-align: left;
}

@media screen and (max-width: 767px) {
  .easier-section__text {
    font-size: 16px;
    width: 90px;
  }
}

@media screen and (max-width: 575px) {
  .easier-section__text {
    font-size: 14px;
    width: 90px;
  }
}

.easier-section__icon-shape {
  background-color: hsl(var(--base-l-900));
  padding: 10px 9px;
  border-radius: 50%;
}

@media screen and (max-width: 374px) {
  .easier-section__icon-shape {
    height: 29px;
    width: 35px;
  }
}

@media screen and (max-width: 374px) {
  .easier-section__icons {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 15px;
    left: 13px;
  }
}

/* ====================== Easier Section End  ============================ */
/* ====================== Best Pricing Section Start ===================== */
.best-pricing-section__thumb {
  width: 100%;
  max-width: 600px;
  display: block;
  object-fit: cover;
}

/* ====================== Best Pricing Section End ======================= */
/* ====================== Our Guarantee Section Start ===================== */
.our-guarantee__thumb {
  width: 100%;
  max-width: 600px;
  object-fit: cover;
  display: block;
}

/* ====================== Our Guarantee Section End ======================= */

/* ====================== Choose Plan Section Start ======================= */
.choose-plan-item-container {
  overflow-y: auto;
  max-height: 500px;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--black)/0.1) hsl(var(--black)/0.05);
}

.choose-plan-item-container.scrolling {
  padding-right: 10px;
}

.choose-plan-item {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 24px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  display: flex;
  align-items: center;
  gap: 16px;
}

.choose-plan-item:not(:last-child) {
  margin-bottom: 12px;
}

.choose-plan-item__input {
  --size: 24px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  border: 2px solid hsl(var(--border-color));
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
}

.choose-plan-item__input::before {
  content: "\f00c";
  width: var(--size);
  height: var(--size);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: all 0.1s;
  transform: scale(0);
  transform-origin: center;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--white));
  font-size: calc(var(--size) * 0.6);
}

.choose-plan-item__content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 6px 0px;
}

.choose-plan-item__content-wrapper {
  flex-grow: 1;
}

.choose-plan-item__capacity {
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--gray-d-500));
  display: block;
  margin-bottom: 4px;
  line-height: 100%;
}

.choose-plan-item__validity {
  font-size: 0.875rem;
  font-weight: 400;
  color: hsl(var(--gray-d-200));
  display: block;
}

.choose-plan-item__validity:has(svg) {
  display: flex;
  align-items: center;
  gap: 4px;
}

.choose-plan-item__validity svg {
  width: 1em;
  height: 1em;
}

.choose-plan-item__price {
  font-size: 1.125rem;
  font-weight: 700;
  color: hsl(var(--gray-d-500));
  display: block;
  border-right: 1px solid hsl(var(--gray-l-300));
  padding-right: 16px;
}

.choose-plan-item__price:has(.currency) {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.choose-plan-item__price .currency {
  font-size: 0.7em;
  font-weight: 500;
  margin-bottom: 2px;
  color: hsl(var(--gray-d-500));
}

.choose-plan-item:hover,
.choose-plan-item:focus-within {
  background-color: hsl(var(--gray-l-500));
}

.choose-plan-item:has(input:checked) {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.025);
}

.choose-plan-item:has(input:checked) .choose-plan-item__input::before {
  background-color: hsl(var(--base));
  transform: scale(1);
}

@media screen and (max-width: 575px) {
  .choose-plan-item {
    padding: 16px;
    gap: 8px;
  }

  .choose-plan-item__capacity {
    font-size: 0.875rem;
  }

  .choose-plan-item__validity {
    font-size: 0.75rem;
  }

  .choose-plan-item__input {
    --size: 20px;
  }

  .choose-plan-item__price {
    font-size: 1rem;
    padding-right: 8px;
  }
}

@media screen and (max-width: 374px) {
  .choose-plan-item__content {
    flex-wrap: wrap;
  }

  .choose-plan-item__price {
    width: 100%;
    border-right: none;
    padding-right: 0px;
  }
}

.choose-plan-info {
  display: flex;
  gap: 16px;
}

.choose-plan-info__flag {
  --size: 56px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--gray-l-500));
  flex-shrink: 0;
}

.choose-plan-info__flag img {
  width: 60%;
  height: 60%;
  border-radius: inherit;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.choose-plan-info__content {
  flex-grow: 1;
}

.choose-plan-info__title {
  margin-bottom: 4px;
}

.choose-plan-info__desc {
  font-size: 0.875rem;
  font-weight: 400;
  color: hsl(var(--gray-d-100));
}

.choose-plan-feat {
  padding: 12px;
  background-color: hsl(var(--base-l-900) / 0.5);
  border-radius: 8px;
}

.choose-plan-feat__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.choose-plan-feat__item:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.choose-plan-feat__item .label,
.choose-plan-feat__item .value {
  font-size: 0.875rem;
  font-weight: 400;
}

.choose-plan-feat__item .label {
  color: hsl(var(--gray-d-200));
}

.choose-plan-feat__item .value {
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--gray-d-400));
}

.choose-plan-meta {}

.choose-plan-meta__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.choose-plan-meta__item .label,
.choose-plan-meta__item .value {
  font-size: 0.875rem;
}

.choose-plan-meta__item .label {
  color: hsl(var(--gray-d-200));
}

.choose-plan-meta__item .value {
  font-weight: 400;
  color: hsl(var(--gray-d-400));
}

.choose-plan-meta__item .value.highlighted {
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--gray-d-400));
}

.choose-plan-sidebar {
  padding: 24px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid hsl(var(--border-color));
  position: sticky;
  top: 100px;
}

.choose-plan-sidebar__body {
  flex: 1 1 auto;
}

@media screen and (max-width: 575px) {
  .choose-plan-sidebar {
    padding: 16px;
    gap: 16px;
  }

}

/* ====================== Choose Plan Section End ========================= */
.client-section {
  background-color: hsl(var(--black)/0.01);
}

.client-slider__slide {
  text-align: center;
}

.client-slider__logo {
  width: 100%;
  max-width: 150px;
  object-fit: cover;
  display: block;
  border: 1px solid hsl(var(--border-color));
  padding: 16px;
  border-radius: 8px;
  margin-inline: auto;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .client-slider__logo {
    max-width: 120px;
    padding: 12px;
  }
}

@media screen and (max-width: 424px) {
  .client-slider__logo {
    max-width: 100%;
    padding: 16px;
  }
}

/* ================================= Blog Section Css Start Here ============================= */
.blog-section__item {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .blog-section__item:last-child {
    padding-top: 24px;
  }
}

.blog-section__item:hover .blog-section__content {
  background-color: hsl(var(--base));
}

.blog-section__item:hover .blog-section__date {
  color: hsl(var(--white));
}

.blog-section__item:hover .blog-section__title {
  color: hsl(var(--white)) !important;
}

.blog-section__thumb a::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  z-index: 1;
}

.blog-section__image {
  border-radius: 16px;
  width: 100%;
  display: block;
}


.blog-section__content {
  padding: 32px 37px 32px 24px;
  background-color: hsl(var(--section-bg));
  border-radius: 16px;
  margin-top: calc(-1 * var(--blog-post-height) / 2);
  margin-left: 18px;
  margin-right: 18px;
  -webkit-transition: 0.3s;
  transition: all 0.3s linear;
  position: relative;
}

.blog-section__content:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

@media screen and (max-width: 1399px) {
  .blog-section__content {
    margin-right: 18px;
    padding: 20px;
  }
}

.blog-section__date {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 12px;
  transition: all 0.3s linear;
}

.blog-section__date:hover {
  color: hsl(var(--white));
}

.blog-section__title {
  font-size: 20px;
  color: hsl(var(--black)) !important;
  max-width: 299px;
  margin: 0px;
}


.blog-section__title:hover {
  color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
  .blog-section__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1399px) {
  .blog-section__title {
    font-size: 16px;
  }
}

/* ================================= Blog Section Css End Here ================================= */
/* ======================  Service-benifit Start  ======================*/
.benifit-section__item {
  position: relative;
  text-align: center;
  margin-left: 50px !important;
  margin-top: 31px;
}

@media screen and (max-width: 991px) {
  .benifit-section__item {
    margin-left: unset !important;
    margin-top: 50px;
  }
}

.benifit-section__shape {
  height: 100%;
  max-width: 558px;
  width: 100%;
  background: hsl(var(--base-l-900));
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .benifit-section__shape {
    max-width: 438px;
  }
}

@media screen and (max-width: 991px) {
  .benifit-section__shape {
    max-width: 100%;
    margin-right: unset;
  }
}

.benifit-section__shape::after {
  content: "";
  height: 300px;
  width: 300px;
  border-radius: 50%;
  border: 43px solid hsl(var(--base));
  position: absolute;
  bottom: -110px;
  left: -80px;
}

@media screen and (max-width: 374px) {
  .benifit-section__shape::after {
    height: 200px;
    width: 200px;
    border: 35px solid hsl(var(--base));
  }
}

.benifit-section__image {
  position: relative;
  margin-top: -25px !important;
}

@media screen and (max-width: 767px) {
  .benifit-section__image {
    width: 360px;
  }
}

@media screen and (max-width: 575px) {
  .benifit-section__image {
    width: 250px;
  }
}

.benifit-section__accordion {
  max-width: 524px;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 991px) {
  .benifit-section__accordion {
    max-width: 100%;
  }
}

.accordion-thumb {
  margin-bottom: 10px !important;
}

/* ======================  Service-benifit End  ======================*/
/* ======================  how-to-work Start  ======================*/
@media screen and (max-width: 767px) {
  .work-section__two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.work-section .text-list {
  max-width: 590px;
}

.work-section__shape {
  position: relative;
  width: 514px;
  height: 514px;
  border-radius: 50%;
  background: hsl(var(--base-l-900));
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .work-section__shape {
    width: 392px !important;
    height: 392px !important;
  }
}

@media screen and (max-width: 991px) {
  .work-section__shape {
    width: 300px !important;
    height: 300px !important;
  }
}

@media screen and (max-width: 424px) {
  .work-section__shape {
    width: 272px !important;
    height: 272px !important;
  }
}

.work-section__thumb {
  display: inline-block;
  position: relative;
}

.work-section__thumb.style-left {
  margin-left: 70px;
}

@media screen and (max-width: 991px) {
  .work-section__thumb.style-left {
    margin-left: 0px;
  }
}

.work-section__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1199px) {
  .work-section__image {
    max-width: 242px;
  }
}

@media screen and (max-width: 991px) {
  .work-section__image {
    max-width: 200px;
  }
}

@media screen and (max-width: 424px) {
  .work-section__image {
    height: 180px;
  }
}

.work-section__active {
  background-color: hsl(var(--base));
  display: inline;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  z-index: 2;
  top: 30px;
  border: 5px solid hsl(var(--white));
  height: 80px;
  width: 80px;
  display: grid;
  place-content: center;
}

@media screen and (max-width: 991px) {
  .work-section__active {
    height: 64px;
    width: 64px;
  }
}

.work-section__active.style-two {
  left: 20px;
}

.video-section {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .video-section {
    border-radius: 24px;
  }
}

@media screen and (max-width: 575px) {
  .video-section {
    border-radius: 16px;
  }
}

.video-section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: hsl(var(--black) / 0.8);
  z-index: 1;
}

.video-section__link {
  position: absolute;
  height: 90px;
  width: 90px;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .video-section__link {
    height: 70px;
    width: 70px;
  }
}

@media screen and (max-width: 991px) {
  .video-section__link {
    height: 50px;
    width: 50px;
  }
}

.lightcase-icon-spin:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f1ce";
}

.lightcase-icon-close:before {
  content: "\f00d";
  font-family: "Line Awesome Free";
  font-weight: 900;
}

/* ======================  how-to-work End  ======================*/
/* ======================  plan Start  ======================*/
.choose-thumb {
  margin-top: 50px;
}

.choose-plan-switch__search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choose-plan-switch__inner-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid hsl(var(--border-color));
  background-color: hsl(var(--heading-color));
  gap: 12px;
}

.form-check-label__title-text {
  color: hsl(var(--base)) !important;
}

.form-check-input__switch {
  border-radius: 3px;
  background-image: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  --bs-form-check-bg: transparent !important;
  padding: 10px !important;
  margin-left: 0;
  margin-bottom: 5px;
  border-radius: 40px;
  width: 50px;
  height: 29px;
  cursor: pointer;
}

.form-check-input__switch::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: hsl(var(--base)) !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  left: 8px;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.form-check-input__switch::after {
  content: "";
  background: transparent;
  border: 4px solid hsl(var(--base)) !important;
  width: 50px;
  height: 29px;
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 0;
}

.form-check-input__switch:checked {
  background-color: hsl(var(--white)) !important;
  border-color: hsl(var(--white)) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check-input__switch:checked[type="checkbox"] {
  background-image: none;
}

.form--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid hsl(var(--border-color));
  border-radius: 4px;
  padding: 5px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form--search__input {
  border: none;
  outline: none;
  font-size: 16px;
  padding: 5px;
  background: transparent;
  width: 100%;
}

@media screen and (max-width: 374px) {
  .form--search__input {
    max-width: 165px;
  }
}

.form--search__button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.filter {
  border: 1px solid hsl(var(--border-color));
  display: inline-block;
  padding: 10px 12px;
  border-radius: 4px;
  margin-left: 16px;
}

/* ======================  plan End  ======================*/
.search-box__main-box {
  background-color: hsl(var(--heading-color));
  padding: 24px;
  border-radius: 0px 0px 12px 12px;
}

@media screen and (max-width: 1199px) {
  .search-box__main-box {
    padding: 8px;
  }
}

@media screen and (max-width: 991px) {
  .search-box__main-box {
    padding: 20px;
  }
}

.news-categories__title {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  font-size: 20px;
  font-weight: 700;
  padding: 17px 164px 17px 29px;
  margin-bottom: 24px;
  border-radius: 12px 12px 0px 0px;
}

.news-categories__main-items {
  background-color: hsl(var(--heading-color));
  padding: 24px;
  border-radius: 0px 0px 12px 12px;
}

.news-categories__items {
  margin-top: 9px;
}

.news-categories__lists {
  font-size: 18px;
  font-weight: 500;
  color: hsl(var(--body-color));
  background-color: hsl(var(--body-color-two));
  padding: 10px;
  display: block;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-categories__lists:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .news-categories__lists {
    font-size: 16px;
  }
}

.recant-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.recant-news__item:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.recant-news__thumb {
  width: 100px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.recant-news__thumb img {
  display: block;
  object-fit: cover;
}

.recant-news__title {
  color: hsl(var(--black));
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}

.recant-news__title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 991px) {
  .recant-news__title {
    margin-bottom: 4px;
  }
}

.recant-news__date {
  font-size: 12px;
  font-weight: 400;
  color: hsl(var(--gray-d-100));
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.recant-news__admin {
  color: hsl(var(--body-color));
  font-size: 12px;
  font-weight: 600;
  margin-left: 12px;
}

.recant-news__icon {
  margin-right: 4px;
}

.tag-section__item {
  background-color: hsl(var(--heading-color));
  border-radius: 0px 0px 12px 12px;
  padding: 24px;
}

.tag-section__tag-text {
  color: hsl(var(--body-color));
  font-size: 16px;
  font-weight: 600;
  border: 1px solid hsl(var(--border-color));
  padding: 10px 12px;
  border-radius: 8px;
  margin-left: 12px;
  margin-bottom: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tag-section__tag-text:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.blog-section__thumb a {
  display: block;
}

/* ======================  Contact Start  ======================*/
.address-items {
  --box-w: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(var(--white));
  padding: 16px;
  padding-left: var(--box-w);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 1399px) {
  .address-items {
    --box-w: 30px;
  }
}

.address-items__icon {
  height: 80px;
  width: 80px;
  background-color: hsl(var(--black));
  border-radius: 50%;
  outline: 4px solid hsl(var(--base));
  display: grid;
  place-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1399px) {
  .address-items__icon {
    height: 70px;
    width: 70px;
  }
}

.address-items__shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

.address-items__shape .box {
  width: var(--box-w);
  background-color: hsl(var(--base));
}

.address-items__shape .image {
  -webkit-mask-image: url(../images/thumbs/contact-shape.png);
  mask-image: url(../images/thumbs/contact-shape.png);
  -webkit-mask-position: center right;
  mask-position: center right;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: hsl(var(--base));
  width: 60px;
}

.address-items__title {
  color: hsl(var(--black));
  margin-bottom: 8px;
}

.address-items__info {
  font-size: 1rem;
  font-family: var(--body-font);
  color: hsl(var(--gray-d-300));
}

.form-textarea {
  width: 100%;
}

.maps-iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
}

.contact-heading {
  margin-bottom: 24px;
}

.contact-heading__title {
  color: hsl(var(--black)) !important;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.contact-heading__desc {
  font-size: 18px;
  font-weight: 500;
}

.contact-section .underline-word svg {
  bottom: -6px;
}

/* ======================  Contact End  ======================*/
/* ======================  Filter Start  ======================*/
.filter {
  position: relative;
}

.filter-bar {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 2;
  -webkit-filter: drop-shadow(-4px 0px 24px hsl(var(--black) / 0.1));
  filter: drop-shadow(-4px 0px 24px hsl(var(--black) / 0.1));
  background-color: hsl(var(--white));
  width: 410px;
  border-radius: 12px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

@media screen and (max-width: 575px) {
  .filter-bar {
    width: 286px;
  }
}

.filter-bar.show {
  visibility: visible;
  opacity: 1;
}

.filter-wrapper {
  padding: 30px;
}

.filter-wrapper__top-title {
  color: hsl(var(--black)) !important;
}

.filter-wrapper__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: hsl(var(--black)) !important;
}

.filter-wrapper .form-check-label {
  color: hsl(var(--body-color));
  font-size: 16px !important;
  font-weight: 400;
}

.filter-wrapper__close {
  color: hsl(var(--black));
  background-color: hsl(var(--heading-color));
  color: hsl(var(--black));
  padding: 0px 4px;
  border-radius: 6px;
}

.filter-wrapper__close:hover {
  color: hsl(var(--black));
}

.filter-item {
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 20px;
  padding-top: 20px;
}

.filter-btn {
  background-color: hsl(var(--base));
  padding: 7px 20px;
  border-radius: 10px;
  margin-top: 40px;
  color: hsl(var(--white));
  font-size: 14px;
  font-weight: 800;
}

.resat-text {
  color: hsl(var(--base));
  border-bottom: 1px solid hsl(var(--base));
  margin-left: 35px;
  font-size: 14px;
}

/* ======================  Filter End  ======================*/
/* ======================  reaferral Start  ======================*/
.section-heading__top-desc {
  font-size: 18px;
  font-weight: 600;
  color: hsl(var(--black));
  margin-bottom: 18px;
}

/* ======================  reaferral End  ======================*/
/* ======================  service-details Start  ======================*/
.service-details__image {
  border-radius: 16px;
}

.service-details__title {
  font-weight: 700;
  color: hsl(var(--black));
  margin-top: 32px;
}

.service-details__desc {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 32px;
}

.service-details__desc-bottom {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 32px;
}

.service-details__left-image {
  border-radius: 16px;
  margin-right: 18px;
}

@media screen and (max-width: 1399px) {
  .service-details__left-image {
    width: 430px;
  }
}

@media screen and (max-width: 1199px) {
  .service-details__left-image {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .service-details__left-image {
    width: 228px;
  }
}

@media screen and (max-width: 374px) {
  .service-details__left-image {
    margin-bottom: 20px;
  }
}

.service-details__right-image {
  border-radius: 16px;
}

@media screen and (max-width: 1399px) {
  .service-details__right-image {
    width: 236px;
  }
}

@media screen and (max-width: 1199px) {
  .service-details__right-image {
    width: 186px;
  }
}

@media screen and (max-width: 767px) {
  .service-details__right-image {
    width: 125px;
  }
}

.service-details__desc-top {
  padding-top: 32px;
  font-size: 16px;
  font-weight: 400;
}

.sim-replacement {
  padding-top: 32px;
}

.sim-replacement__title {
  font-size: 24px;
  font-weight: 700;
  color: hsl(var(--black));
}

.sim-replacement__desc {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 24px;
}

.sim-replacement__list {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  color: hsl(var(--black));
}

@media screen and (max-width: 575px) {
  .sim-replacement__list {
    font-size: 16px;
  }
}

.main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1399px) {
  .main-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .processing-time {
    margin-bottom: 32px;
  }
}

.processing-time__title {
  font-size: 24px;
  font-weight: 700;
  color: hsl(var(--black));
}

.processing-time__table {
  overflow-x: auto;
}

.processing-time__table table {
  min-width: 650px;
}

/* ======================  service-details End  ======================*/
/* ======================  blog-details Start  ======================*/

.blog-sidebar {
  width: 100%;
  max-width: 360px;
  border-radius: 12px;
  overflow: hidden;
  margin-left: auto;
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 991px) {
  .blog-sidebar {
    max-width: 100%;
  }
}

.blog-sidebar__header {
  padding: 16px 24px;
  color: hsl(var(--black));
  background-color: hsl(var(--gray-l-300));
}

.blog-sidebar__body {
  padding: 24px;
  background-color: #fafafa;
}

.blog-page__search-title {
  color: hsl(var(--gray-d-400));
  font-size: 20px;
  font-weight: 600;
  padding: 0px;
  margin-bottom: 0px;
  border-radius: 12px 12px 0px 0px;
}

.blog-details__top-image {
  border-radius: 16px;
}

.blog-details__title {
  font-weight: 700;
  color: hsl(var(--black));
}

.blog-details__desc {
  font-size: 16px;
  font-weight: 400;
}

.blog-details__blog-img {
  border-radius: 16px;
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .blog-details__blog-img {
    margin-bottom: 24px;
    width: 220px;
  }
}

.blog-details__blog-img:last-child {
  margin-right: unset;
}

@media screen and (max-width: 1399px) {
  .blog-details__blog-img:last-child {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details__blog-img:last-child {
    margin-top: 0px;
  }
}

.blog-details__images {
  padding-top: 32px;
}

.blog-details .quote-text {
  background-color: hsl(var(--black) / 0.05);
  color: hsl(var(--body-color));
  padding: 20px 20px 20px 20px;
  border-left: 10px solid hsl(var(--base));
  border-radius: 10px;
}

.blog-details .quote-text__desc {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.blog-security {
  margin-top: 32px;
}

.blog-security__title {
  font-size: 24px;
  font-weight: 700;
  color: hsl(var(--black));
  margin-bottom: 8px;
}

.tag-share {
  margin-top: 32px;
  background-color: hsl(var(--base));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  border-radius: 16px;
}

@media screen and (max-width: 1199px) {
  .tag-share {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tag-share__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .tag-share__tag {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 424px) {
  .tag-share__tag {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tag-share__title {
  color: hsl(var(--white));
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 424px) {
  .tag-share__title {
    font-size: 18px;
  }
}

.tag-share__tag-option {
  font-size: 16px;
  font-weight: 600;
  border: 1px solid hsl(var(--white));
  display: inline;
  padding: 10px 12px;
  border-radius: 8px;
  color: hsl(var(--white));
}

.tag-share__tag-option:hover {
  color: hsl(var(--base));
  background-color: hsl(var(--black));
  border: 1px solid hsl(var(--black));
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.share-label {
  color: hsl(var(--white));
  font-weight: 600;
  font-size: 20px;
  font-family: var(--heading-font);
}

@media screen and (max-width: 424px) {
  .share-label {
    font-size: 18px;
  }
}

.share-icon-button {
  width: 40px;
  height: 40px;
  border: 1px solid hsl(var(--white));
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsl(var(--white));
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.share-icon-button:hover {
  background-color: hsl(var(--black));
  border: 1px solid hsl(var(--black));
}

.contact__title {
  color: hsl(var(--black));
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* ======================  blog-details End  ======================*/
/* ======================  Not-found Start  ======================*/
.not-found {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-block: 32px;
}

.not-found__image {
  max-width: 420px;
  width: 100%;
  margin: 0 auto 50px;
}

.not-found__content {
  max-width: 460px;
  margin: 0 auto;
}

/* ======================  Not-found End  ======================*/

/* ====================== Testimonails CSS Start =================== */
.testimonial-section .testimonial-slider {
  background-color: hsl(var(--section-bg));
  padding: 100px 60px;
}

@media screen and (max-width: 991px) {
  .testimonial-section .testimonial-slider {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-section .testimonial-slider {
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-section .testimonial-slider {
    padding: 16px;
  }
}

.testimonial-section__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 66px;
  border-radius: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .testimonial-section__item {
    gap: 42px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-section__item {
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-section__item {
    gap: 16px;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-section__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.testimonial-section__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-section__image {
  border-radius: 16px;
  width: 360px;
}

@media screen and (max-width: 1199px) {
  .testimonial-section__image {
    width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-section__image {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-section__image {
    width: 180px;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-section__image {
    height: 100%;
    width: 100%;
  }
}

.testimonial-section__name {
  font-size: 24px;
  font-weight: 700;
  color: hsl(var(--black));
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .testimonial-section__name {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

.testimonial-section__title {
  font-size: 16px;
  font-weight: 600;
  color: hsl(var(--black));
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .testimonial-section__title {
    margin-bottom: 8px;
  }
}

.testimonial-section__rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .testimonial-section__rank {
    margin-bottom: 12px;
  }
}

.testimonial-section__star {
  background-color: hsl(var(--base));
  display: inline;
  color: hsl(var(--white));
  border-radius: 4px;
  padding: 2px 4px;
}

.testimonial-section__desc {
  font-size: 32px;
  color: hsl(var(--black));
  max-width: 600px;
}

@media screen and (max-width: 1199px) {
  .testimonial-section__desc {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-section__desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-section__desc {
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--body-color));
  }
}

/* ====================== Testimonails CSS End ===================== */

/* ====================== FAQ Section CSS Start ==================== */
.faq-section .faq-content {
  max-width: 400px;
}

@media screen and (max-width: 1199px) {
  .faq-section .faq-content {
    max-width: 100%;
  }
}

/* ====================== FAQ Section CSS End ====================== */
/* ====================== Select2 CSS Start ======================== */
.select2-wrapper {
  --border-radius: 8px;
  --height: 50px;
  --select2-border: hsl(var(--border-color));
  position: relative;
}

.select2+.select2-container {
  border: 1px solid var(--select2-border) !important;
  border-radius: var(--border-radius);
  width: 100% !important;
  height: 50px;
}

.select2+.select2-container:has(.select2-dropdown) {
  border-color: transparent !important;
}

.select2+.select2-container .select2-selection__rendered {
  line-height: var(--height);
  padding-left: 0px !important;
}

.select2+.select2-container .select2-selection--single {
  height: var(--height);
}

.select2+.select2-container .select2-selection {
  border: 0;
  background-color: transparent;
  width: 100%;
}

.select2+.select2-container .selection {
  width: 100%;
}

.select2+.select2-container .select2-selection__arrow {
  top: 50% !important;
  right: 12px !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border-radius: inherit;
  height: calc(var(--height) - 10px);
  width: calc(var(--height) - 10px);
}

.select2+.select2-container .select2-selection__arrow::after {
  position: absolute;
  content: "\f078";
  inset: 0;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.select2+.select2-container .select2-selection__arrow b {
  border: 0;
}

.select2-container--open:has(.select2-dropdown--above) {
  margin-top: -12px;
}

.select2-container--open .select2-dropdown {
  border: 1px solid var(--select2-border) !important;
  border-radius: var(--border-radius) !important;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--above {
  margin-bottom: 10px;
}

.select2-search__field {
  border-radius: var(--border-radius);
  border: 1px solid var(--select2-border) !important;
}

.select2-search__field:focus {
  outline: 0;
  border-color: hsl(var(--base)) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: hsl(var(--base));
}

.select2-container--below.select2-container--open .select2-selection__arrow::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ====================== Select2 CSS End ========================== */
/* ====================== Slick CSS Start ====================== */
.slick-initialized.slick-slider {
  margin: 0 -12px;
}

.slick-initialized.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized.slick-slider .slick-slide {
  height: auto;
  padding: 0 12px;
}

.slick-initialized.slick-slider .slick-slide>div {
  height: 100%;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  color: hsl(var(--white));
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

.slick-arrow:hover {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base-l-900));
}

.slick-next {
  right: -20px;
}

@media screen and (max-width: 991px) {
  .slick-next {
    right: -10px;
  }
}

@media screen and (max-width: 575px) {
  .slick-next {
    right: 10px;
  }
}

.slick-prev {
  left: -20px;
}

@media screen and (max-width: 991px) {
  .slick-prev {
    left: -10px;
  }
}

@media screen and (max-width: 575px) {
  .slick-prev {
    left: 10px;
  }
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  border: none;
  background-color: transparent;
  color: hsl(var(--white));
  width: 32px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  top: -67px;
}

@media screen and (max-width: 1199px) {
  .slick-arrow {
    top: -69px;
  }
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    top: auto;
    bottom: -50px;
    right: 50%;
  }
}

.slick-arrow:hover {
  background-color: hsl(var(--black));
  color: hsl(var(--white));
}

.slick-next {
  right: 10px;
  background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .slick-next {
    top: auto;
    right: calc(50% - 37px);
  }
}

.slick-prev {
  right: 52px;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    top: auto;
    right: calc(50% + 5px);
  }
}

.slick-dots {
  text-align: center;
  padding-top: 20px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.slick-dots li.slick-active button {
  background-color: hsl(var(--base));
  width: 25px;
  border-radius: 5px;
  color: hsl(var(--base));
}

/* ====================== Slick CSS End ======================== */
/* ====================== Range Slider CSS Start ====================== */
.custom--range__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.custom--range__content label {
  width: 40%;
}

.custom--range__content input {
  width: 60%;
  text-align: right;
}

.custom--range input {
  border: 0;
  color: hsl(var(--body-color));
  font-weight: 500;
}

.custom--range #slider-range {
  height: 5px;
  border: 0;
  background: hsl(var(--base) / 0.2);
}

.custom--range #slider-range .ui-widget-header {
  background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
  background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  background-color: hsl(var(--base)) !important;
  border: 2px solid hsl(var(--white)) !important;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ====================== Range Slider CSS End ======================== */
/* ====================== Account CSS Start ====================== */
.account-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100vh;
}

.account-left {
  width: 55%;
  background-position: top center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .account-left {
    width: 60%;
    background-position: 45% center;
  }
}

@media screen and (max-width: 991px) {
  .account-left {
    display: none;
  }
}

.account-content {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  overflow-y: auto;
}

@media screen and (max-width: 1199px) {
  .account-content {
    width: 40%;
    padding: 32px;
  }
}

@media screen and (max-width: 991px) {
  .account-content {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .account-content {
    padding: 48px 24px;
  }
}

.account-logo {
  width: 100%;
  display: block;
}

.account-logo img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.account-left .account-logo {
  max-width: 240px;
  position: absolute;
  top: clamp(1.5rem, 0.2366rem + 3.5156vw, 3.75rem);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1199px) {
  .account-left .account-logo {
    max-width: 200px;
  }
}

.account-form .account-logo {
  max-width: 100px;
  margin-inline: auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
  .account-form .account-logo {
    max-width: 100px;
  }
}

.account-heading {
  text-align: center;
  margin-bottom: 32px;
}

.account-heading__title {
  color: hsl(var(--gray-d-400));
  margin-bottom: 8px;
  line-height: 100%;
}

.account-heading__desc {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 4px;
  color: hsl(var(--gray-d-300));
}

.account-form {
  width: 100%;
  max-width: 480px;
}

.account-form.lg-style {
  max-width: 590px;
}

.forgot-pass {
  font-size: 14px;
  font-weight: 500;
  color: hsl(var(--base));
}

.account-external {
  font-size: 0.875rem;
  font-weight: 500;
}

.sign-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-block: 24px;
}

.sign-in__or {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 100%;
}

.sign-in__or::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #d3d3d3;
  left: 0;
  bottom: 7px;
}

.or-text {
  background: #fff;
  z-index: 9;
  position: relative;
  padding: 0 10px;
}

/* ====================== Account CSS End ======================== */
/* ======================  Coverage-area Start  ======================*/
.coverage-area__scarch {
  width: 800px;
}

.coverage-area .banner-content__search {
  max-width: 800px;
  margin: 0 auto;
}

/* ======================  Coverage-area End  ======================*/

/* ========================= Dashboard CSS Start ================================ */
.dashboard-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 24px;
}

.dashboard-body {
  width: calc(100% - 250px);
}

@media screen and (max-width: 991px) {
  .dashboard-body {
    width: 100%;
  }
}

.dashboard-widget {
  --color: transparent;
  height: 100%;
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.dashboard-widget__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.dashboard-widget__content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.dashboard-widget__label {
  max-width: 150px;
  font-size: 1rem;
  font-weight: 500;
  color: hsl(var(--gray-d-400));
}

.dashboard-widget__title {
  margin-bottom: 0;
}

.dashboard-widget__arrow {
  --size: 24px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--color));
  background-color: transparent;
  border: 1px solid hsl(var(--color));
  font-size: calc(var(--size) * 0.65);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.dashboard-widget__dot {
  --size: 12px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-block;
  background-color: hsl(var(--color));
  z-index: 1;
  position: relative;
}

.dashboard-widget__dot::before {
  content: "";
  width: calc(var(--size) * 1.5);
  height: calc(var(--size) * 1.5);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: hsl(var(--color) / 0.5);
  filter: blur(5px);
}

@media screen and (max-width: 1199px) {
  .dashboard-widget {
    padding: 16px;
  }

  .dashboard-widget__label {
    font-size: 0.875rem;
  }

  .dashboard-widget__arrow {
    --size: 20px;
  }

  .dashboard-widget__dot {
    --size: 10px;
  }
}

.dashboard-widget.base {
  --color: var(--base);
}

.dashboard-widget.primary {
  --color: var(--primary);
}

.dashboard-widget.secondary {
  --color: var(--secondary);
}

.dashboard-widget.success {
  --color: var(--success);
}

.dashboard-widget.danger {
  --color: var(--danger);
}

.dashboard-widget.warning {
  --color: var(--warning);
}

.dashboard-widget.info {
  --color: var(--info);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
}

.country-code-avatar {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3d3d3d;
  border-radius: 50px;
  background: transparent;
  color: hsl(var(--black));
}

/* ========================= Dashboard CSS End ================================== */
@media screen and (min-width:992px) {
  .dropdown.dropdown--lang {
    display: flex;
    align-items: center;
  }
}