@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=swap");

/*================ Css Variables Start ===============*/
:root {
    --heading-font: "Poppins", sans-serif;
    --body-font: "Poppins", sans-serif;
    --heading-one: clamp(1.5rem, 2.8vw + 1rem, 3.75rem);
    --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
    --heading-three: clamp(2rem, .8vw + 1rem, 1.875rem);
    --heading-four: clamp(1.125rem, .5vw + 1rem, 1.5rem);
    --heading-five: clamp(1.0625rem, .3vw + 1rem, 1.25rem);
    --heading-six: 1rem;
    --white: 0 0% 100%;
    --light-h: 0;
    --light-s: 0%;
    --light-l: 78%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --heading-color: var(--black);
    --body-color: 0 0% 97%;
    --border-color: 0 0% 88%;
    --body-background: 0 0% 100%;
    --section-bg: 208 100% 97%;
    --dash-body: 255 100% 98%;
    --body-text: 0 0% 13%;
    --purplee: 281 100% 50%;
    --bluee: 207 100% 50%;
    --pinkk: 298 70% 66%;
    --yelloww: 18 100% 66%;
    --yelloww1: 43 100% 50%;
    --greenn: 133 85% 45%;
    --envato: 89 46% 48%;
    --configbg: 200 100% 98%;
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) /.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) /.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) /.05);
    --base-h: 195;
    --base-s: 100%;
    --base-l: 45%;
    --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-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-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-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --background-gradient: linear-gradient(45deg, hsl(var(--base)), hsl(var(--base-two)));
    --base-two-h: 247;
    --base-two-s: 64%;
    --base-two-l: 25%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.05);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --dark-h: 0;
    --dark-s: 0%;
    --dark-l: 3%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-l);
    --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
    --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
    --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
    --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
    --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
    --dark-d-600: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.6);
    --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
    --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
    --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
    --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
    --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
    --dark-l-600: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.6);
    --primary-h: 195;
    --primary-s: 100%;
    --primary-l: 45%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
    --secondary-h: 210;
    --secondary-s: 11%;
    --secondary-l: 71%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
    --success-h: 129;
    --success-s: 93%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
    --warning-h: 29;
    --warning-s: 88%;
    --warning-l: 59%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    --info-l-600: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
    --violet-h: 251;
    --violet-s: 96%;
    --violet-l: 63%;
    --violet: var(--violet-h) var(--violet-s) var(--violet-l);
    --violet-d-100: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.1);
    --violet-d-200: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.2);
    --violet-d-300: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.3);
    --violet-d-400: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.4);
    --violet-d-500: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.5);
    --violet-l-100: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.1);
    --violet-l-200: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.2);
    --violet-l-300: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.3);
    --violet-l-400: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.4);
    --violet-l-500: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.5);
    --violet-l-600: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.6);
    --yellow-h: 50;
    --yellow-s: 100%;
    --yellow-l: 50%;
    --yellow: var(--yellow-h) var(--yellow-s) var(--yellow-l);
    --yellow-d-100: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.1);
    --yellow-d-200: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.2);
    --yellow-d-300: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.3);
    --yellow-d-400: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.4);
    --yellow-d-500: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.5);
    --yellow-l-100: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.1);
    --yellow-l-200: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.2);
    --yellow-l-300: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.3);
    --yellow-l-400: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.4);
    --yellow-l-500: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.5);
    --yellow-l-600: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.6);
}

/*====================== Section Heading ====================*/
.section-heading {
    margin-bottom: 0px;
}

.section-heading__title {
    position: relative;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.section-heading__title .hr-line {
    height: 6px;
    width: 100px;
    margin-top: 10px;
    margin-left: 6px;
    border-radius: 30px;
    background-color: hsl(var(--base));
}

.section-heading__desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading.style-two {
    position: relative;
    z-index: 3;
    text-align: center;
    display: flex;
    justify-content: center;
}

.section-heading.style-two .section-heading__title h2 {
    color: hsl(var(--white));
}

.section-heading.style-two .section-heading__title .hr-line {
    background: hsl(var(--white));
}

.section-heading.style-three {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .section-heading.style-three {
        display: block;
    }
}

.section-heading.style-three .section-heading__title {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 50px;
    padding-right: 50px;
    flex-shrink: 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .section-heading.style-three .section-heading__title {
        margin-bottom: 10px;
        margin-right: 0px;
        padding-right: 0px;
    }
}

.section-heading.style-three .section-heading__title::before {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 35px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .section-heading.style-three .section-heading__title::before {
        display: none;
    }
}

.section-heading.style-three .section-heading__desc {
    max-width: 100%;
    margin-left: 0;
}

.slick-initialized.slick-slider {
    margin: 0;
}

.slick-initialized.slick-slider .slick-track {
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0px 12px 0px 0px;
}

.slick-next {
    right: -125px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: -5px;
    }
}

.slick-prev {
    left: -125px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: -5px;
    }
}

.slick-slide img {
    display: inline-block;
}

.slick-arrow {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: 0.4s;
    border: 1px solid hsl(var(--black)/0.07);
    color: hsl(var(--white));
    background: hsl(var(--base));
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        top: auto;
        bottom: 180px;

    }
}

.slick-disabled {
    background: none;
    color: hsl(var(--black));
}

.slick-disabled:hover {
    color: hsl(var(--black)) !important;
    background: hsl(var(--black)/0.02);
}

.slick-arrow:hover {
    color: hsl(var(--white));
}

.slick-dots {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    transition: 0.6s;
}

.slick-dots li {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.4;
    display: inline-block;
}

.slick-dots li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--white)/0.5);
    color: hsl(var(--white));
    margin: 0 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-indent: -9999px;
    transform: rotate(45deg);
}

.slick-dots li.slick-active {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid hsl(var(--black));
    overflow: hidden;
    opacity: 1;
}

/*================= Text Underline Hover ================*/
.text-hover a {
    background-image: linear-gradient(to right, hsl(var(--base)) 0%, hsl(var(--base)) 100%);
    background-position: 0 calc(100% - 0.02em);
    background-size: 0 2px;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0;
    display: inline;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.text-hover a:hover {
    background-size: 100% 2px;
}

.section-bg {
    background-color: hsl(var(--base)/0.8);
}

.full-display {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*====================== Bg Variable ====================*/
.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--violet {
    background-color: hsl(var(--violet)) !important;
}

.section-bg {
    background-color: hsl(var(--base)/0.03);
}

/*====================== Color Variable ====================*/
.text--base {
    color: hsl(var(--base)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

.text--violet {
    color: hsl(var(--violet)) !important;
}

.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 120px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .my-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.mt-80 {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .mt-80 {
        margin-top: 80px;
    }
}

.mb-80 {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .mb-80 {
        margin-bottom: 80px;
    }
}

.my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .my-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.mt-40 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .mt-40 {
        margin-top: 40px;
    }
}

.mb-40 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .mb-40 {
        margin-bottom: 40px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.pt-120 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

.pb-120 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 576px) {
    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 576px) {
    .pb-80 {
        padding-bottom: 40px;
    }
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 576px) {
    .py-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 576px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 576px) {
    .pt-100 {
        padding-top: 50px;
    }
}

.py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.pt-60 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

.pt-40 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-40 {
        padding-top: 35px;
    }
}

@media (min-width: 992px) {
    .pt-40 {
        padding-top: 40px;
    }
}

.pb-60 {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

.pb-30 {
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .pb-30 {
        padding-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .pb-30 {
        padding-bottom: 30px;
    }
}

.pt-md-60 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-md-60 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-md-60 {
        padding-top: 60px;
    }
}

.pb-md-60 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-md-60 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-md-60 {
        padding-bottom: 60px;
    }
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: var(--heading-font);
    color: hsl(var(--dark)/0.7);
    word-break: break-word;
    background-color: hsl(var(--body-background));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
}

p {
    font-family: var(--body-font);
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    word-break: break-word;
    color: hsl(var(--dark)/0.8);
    line-height: 24px;
}

.bg-soft-primary {
    background-color: rgba(13, 110, 253, 0.1);
}

.bg-soft-success {
    background-color: rgba(25, 135, 84, 0.1);
}

.bg-soft-danger {
    background-color: rgba(220, 53, 69, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color)/.7);
    line-height: 1.3;
    word-break: break-word;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: var(--heading-one);
    font-weight: 700;
}

h2 {
    font-size: var(--heading-two);
    font-weight: 600;
}

h3 {
    font-size: var(--heading-three);
    font-weight: 500;
    text-transform: capitalize;
}

h4 {
    font-size: var(--heading-four);
    font-weight: 500;
}

h5 {
    font-size: var(--heading-five);
    font-weight: 600;
}

h6 {
    font-size: var(--heading-six);
    font-weight: 500;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: 600;
    transition: 0.2s linear;
    line-height: 1.4;
    word-break: break-word;
    color: hsl(var(--heading-color));
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--black)/0.7);
}

a:hover {
    color: hsl(var(--base));
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

*:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
}

button:focus {
    outline: none;
}

.form-select {
    padding: 17px 15px !important;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
}

/*====================== Border Color ====================*/
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

.border--violet {
    border-color: hsl(var(--violet)) !important;
}

/*=========================== Accodion style start =============================*/
.accordion-area {
    position: relative;
    z-index: 1;
}

.custom--accordion .accordion-item {
    background-color: hsl(var(--white)/0.02) !important;
    overflow: hidden;
    border: 1px solid hsl(var(--black)/0.2) !important;
    border-radius: 8px;
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom--accordion .accordion-body {
    background-color: hsl(var(--white)/0.02);
    color: hsl(var(--black)/0.7);
    padding: 15px 29px;
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
    border-radius: 0px;
    font-weight: 500;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 0px;
    color: hsl(var(--body-color));
    background: hsl(var(--white)/0.02);
}

.custom--accordion .accordion-button {
    background-color: hsl(var(--white));
    color: hsl(var(--black)) !important;
    font-size: 20px;
    padding: 16px 28px;
    border-radius: 8px;
}

.custom--accordion .accordion-button .number {
    margin: 0px !important;
    margin-right: 12px !important;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.29;
    -webkit-text-fill-color: hsl(var(--white));
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsl(var(--black));
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        font-size: 18px;
        padding: 13px;
        padding-right: 30px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.02) !important;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    color: hsl(var(--black));
}

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    content: "\f068";
    display: inline-block;
    position: relative;
    margin-left: auto;
    width: 0 !important;
    right: 10px;
    color: hsl(var(--black)/0.7) !important;
    top: -4px;
}

@media screen and (max-width: 575px) {

    .custom--accordion .accordion-button[aria-expanded=true]::after,
    .custom--accordion .accordion-button[aria-expanded=false]::after {
        right: -13px;
        font-size: 14px;
    }
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "+";
    color: hsl(var(--black)/0.7);
    font-family: "Font Awesome 6 Free";
}

/*====================== Button Style ====================*/
button {
    border: none;
    transition: 0.3s linear;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    font-weight: 500;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.add-btn {
    padding: 2px 5px 0px 4px !important;
    border-radius: 6px !important;
}

i.fa-solid.fa-circle-xmark.text-danger {
    position: absolute;
    left: 52px;
    top: -9px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
}

.product.operator-reply {
    margin-bottom: 25px;
    background: #fffdf3;
    padding: 16px;
    border-radius: 9px;
    border: 1px solid #e5e5e5;
}

.product.guest-reply {
    margin-bottom: 25px;
    background: #f9f9f9;
    padding: 16px;
    border-radius: 9px;
    border: 1px solid #e5e5e5;
}

span.tkt-user-name {
    font-size: 14px;
}

span.tkt-date {
    font-size: 14px;
    flex-shrink: 0;
}

.tkt-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 13px;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 11px 25px;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 11px 20px;
    }
}

.btn--lg {
    padding: 15px 35px;
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 13px 30px;
    }
}

@media screen and (max-width: 575px) {
    .btn--lg {
        padding: 11px 25px;
    }
}

.btn--sm {
    padding: 6px 15px;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 5px 8px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0;
}

.btn--base {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    box-shadow: 0px 5px 5px -4px hsl(var(--base)/0.7);
    transition: 0.6s;
}

.btn--base:hover {
    color: hsl(var(--dark));
    border: 1px solid hsl(var(--base));
}

.btn--simple__icon {
    font-size: 13px;
    margin-left: 5px;
}

.btn--primary {
    background-color: hsl(var(--primary));
}

.btn--primary:hover,
.btn--primary:focus {
    background-color: hsl(var(--primary-d-100));
}

.btn--primary.pill {
    border-radius: 35px;
}

.btn--primary.outline {
    border: 1px solid hsl(var(--primary));
    background-color: transparent;
    color: hsl(var(--primary));
}

.btn--primary.outline:hover,
.btn--primary.outline:focus {
    background-color: hsl(var(--primary));
    color: hsl(var(--white));
}

.btn--secondary {
    background-color: hsl(var(--secondary));
}

.btn--secondary:hover,
.btn--secondary:focus {
    background-color: hsl(var(--secondary-d-100));
}

.btn--secondary.pill {
    border-radius: 35px;
}

.btn--secondary.outline {
    border: 1px solid hsl(var(--secondary));
    background-color: transparent;
    color: hsl(var(--secondary));
}

.btn--secondary.outline:hover,
.btn--secondary.outline:focus {
    background-color: hsl(var(--secondary));
    color: hsl(var(--white));
}

.btn--success {
    background-color: hsl(var(--success));
}

.btn--success:hover,
.btn--success:focus {
    background-color: hsl(var(--success-d-100));
}

.btn--success.pill {
    border-radius: 35px;
}

.btn--success.outline {
    border: 1px solid hsl(var(--success));
    background-color: transparent;
    color: hsl(var(--success));
}

.btn--success.outline:hover,
.btn--success.outline:focus {
    background-color: hsl(var(--success));
    color: hsl(var(--white));
}

.btn--danger {
    background-color: hsl(var(--danger));
    border: 1px solid hsl(0deg 100% 49%);
    box-shadow: 0px 5px 5px -4px hsl(0deg 100% 49% / 70%);
}


.btn--danger:hover,
.btn--danger:focus {
    background-color: hsl(var(--danger-d-100));
    border: 1px solid hsl(0deg 100% 49%);
    color: hsl(var(--white));
}

.btn--danger.pill {
    border-radius: 35px;
}

.btn--danger.outline {
    border: 1px solid hsl(var(--danger));
    background-color: transparent;
    color: hsl(var(--danger));
}

.btn--danger.outline:hover,
.btn--danger.outline:focus {
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
}

.btn--warning {
    background-color: hsl(var(--warning));
}

.btn--warning:hover,
.btn--warning:focus {
    background-color: hsl(var(--warning-d-100));
}

.btn--warning.pill {
    border-radius: 35px;
}

.btn--warning.outline {
    border: 1px solid hsl(var(--warning));
    background-color: transparent;
    color: hsl(var(--warning));
}

.btn--warning.outline:hover,
.btn--warning.outline:focus {
    background-color: hsl(var(--warning));
    color: hsl(var(--white));
}

.btn--info {
    background-color: hsl(var(--info));
}

.btn--info:hover,
.btn--info:focus {
    background-color: hsl(var(--info-d-100));
}

.btn--info.pill {
    border-radius: 35px;
}

.btn--info.outline {
    border: 1px solid hsl(var(--info));
    background-color: transparent;
    color: hsl(var(--info));
}

.btn--info.outline:hover,
.btn--info.outline:focus {
    background-color: hsl(var(--info));
    color: hsl(var(--white));
}

.btn--violet {
    background-color: hsl(var(--violet));
}

.btn--violet:hover,
.btn--violet:focus {
    background-color: hsl(var(--violet-d-100));
}

.btn--violet.pill {
    border-radius: 35px;
}

.btn--violet.outline {
    border: 1px solid hsl(var(--violet));
    background-color: transparent;
    color: hsl(var(--violet));
}

.btn--violet.outline:hover,
.btn--violet.outline:focus {
    background-color: hsl(var(--violet));
    color: hsl(var(--white));
}

.btn2 {
    background-color: transparent;
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base)/0.9);
    box-shadow: none;
}

.btn2:hover,
.btn2:focus {
    color: hsl(var(--base));
}

.custom--card {
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    overflow: hidden;
}

.custom--card .card-body {
    background-color: hsl(var(--white));
    padding: 30px;
    border-radius: 5px;
}

.custom--card .card-body__icon {
    font-size: 26px;
    color: hsl(var(--white));
}

.custom--card .card-title {
    font-size: 25px;
}

/*====================== Form Style ====================*/
.search-box .input--group .form--control {
    color: hsl(var(--white));
}

.form--label {
    margin-bottom: 6px;
    font-size: 15px;
    color: hsl(var(--dark)/0.7);
    font-weight: 500;
}

.form--control {
    border-radius: 3px;
    font-weight: 500;
    outline: none;
    width: 100%;
    padding: 13px 15px;
    border-radius: 7px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--dark)/0.1);
    color: hsl(var(--dark));
    line-height: 1;
}

.form--control::placeholder {
    color: hsl(var(--dark)/0.3) !important;
    font-size: 16px;
}

.form--control:focus {
    border-radius: 7px;
    color: hsl(var(--dark));
    box-shadow: none;
    border-color: hsl(var(--base));
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--dark)/0.05);
    opacity: 1;
    border: 0;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.form--control[type=password] {
    color: hsl(var(--dark)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--dark));
}

img.icon-thumb {
    width: 62px;
    height: 62px;
    border-radius: 7px;
}

.form--control[type=file] {
    line-height: 60px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)/0.2);
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--dark));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

textarea.form--control {
    height: 150px;
    padding: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
}

.input--group {
    position: relative;
}

.input--icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--base));
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--dark)/0.5);
}

#send-amount input[type=file] {
    color: hsl(var(--base));
    cursor: pointer;
}

input #send-amount::file-selector-button {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.select {
    color: hsl(var(--dark)/0.6);
    padding: 17px 15px;
    background-color: hsl(var(--white)/0.03);
    height: 53px;
    font-size: 13px;
}

.select:focus {
    border-color: hsl(var(--base));
}

.select option {
    background-color: hsl(var(--white));
    color: hsl(var(--dark));
}

/*=========== Custom Checkbox Design ===========*/
.form--check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form--check a {
    display: inline;
}

.form--check .form-check-input {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--black)/0.1);
    margin: 0px;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)/0.3) !important;
    border-color: hsl(var(--base)) !important;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--base));
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    width: calc(100% - 16px);
    padding-left: 12px;
    color: hsl(var(--black));
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

.form--check label {
    color: hsl(var(--black));
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 15px;
    }
}

/*==========  Custom Radion Design ============*/
.form--radio {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form--radio .form-check-input {
    box-shadow: none;
    border: 2px solid hsl(var(--base));
    position: relative;
    margin: 0px;
    height: 20px;
    width: 20px;
}

.form--radio .form-check-input:active {
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type=radio] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    width: unset;
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--base-two)/0.5) !important;
    padding: 12px 30px !important;
    margin-left: 0;
    margin-bottom: 5px;
}

.form--switch .form-check-input:focus {
    width: unset;
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background-color: hsl(var(--base-two));
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base));
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 25px);
}

.form-check.form--switch {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.form-check.form--switch .form-check-label {
    margin-right: 10px;
    color: hsl(var(--white));
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

/*  Custom Switch End Design */
::-webkit-calendar-picker-indicator {
    filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

/*====================== Modal Style ====================*/
.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--black)/0.08);
    margin-bottom: 25px;
    padding: 25px 25px 15px 25px;
}

.custom--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger));
    font-size: 25px;
    line-height: 1;
    border-radius: 4px;
    transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
    background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
    box-shadow: none;
}

.custom--modal .modal-content {
    text-align: center;
    background-color: hsl(var(--base-two));
    border-radius: 10px !important;
}

.custom--modal .modal-body {
    padding: 0 25px 25px;
}

.custom--modal .modal-icon i {
    font-size: 32px;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 10px 25px 15px;
    border-top: 1px solid hsl(var(--black)/0.08);
    justify-content: flex-end;
}

/*====================== Pagination Style ====================*/
.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--base)/0.08);
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--black));
    cursor: pointer;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

/*====================== Table Style ====================*/
.custom-table {
    width: 100%;
    border-spacing: 0 15px;
    border-collapse: collapse;
}

.custom-table .action-btn {
    color: hsl(var(--black)/0.7);
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 2px;
}

@media only screen and (max-width: 1356px) {
    .custom-table thead {
        display: none;
    }
}

.custom-table thead tr {
    background: hsl(var(--base)/0.1);
}

.custom-table thead tr th {
    border: none;
    font-weight: 600;
    text-align: center;
    color: hsl(var(--black)/0.7);
    font-size: 15px;
    padding: 12px 30px;
}

.custom-table thead tr th:first-child {
    text-align: left;
}

.custom-table thead tr th:last-child {
    text-align: right;
}

.custom-table tbody tr {
    border-bottom: 1px solid hsl(var(--black)/0.05);
    border-radius: 10px;
    transition: all 0.5s;
}

.custom-table tbody tr:nth-child(even) {
    background-color: hsl(var(--base) / .04) !important;
}


.custom-table tbody tr:last-child {
    border-bottom: none;
}

.custom-table tbody tr td {
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 20px 30px;
    text-align: center;
}

.custom-table tfoot th {
    padding: 20px 30px;
}

@media only screen and (max-width: 991px) {
    .custom-table tbody tr td {
        padding: 15px 15px;
        font-size: 14px;
    }
}

.custom-table tbody tr td:first-child {
    text-align: left;
}

@media only screen and (max-width: 1356px) {
    .custom-table tbody tr td:first-child {
        text-align: right;
    }
}

.custom-table tbody tr td:last-child {
    text-align: right;
}

.custom-table tbody tr td a {
    color: hsl(var(--white));
    padding: 4px 11px;
    border-radius: 7px !important;
    font-size: 13px;

    & :hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base)) !important;
    }
}

.custom-table tbody tr td:first-child {
    border-radius: 5px 0 0 5px;
}

.custom-table tbody tr td:last-child {
    border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 1356px) {
    .custom-table tbody tr td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid hsl(var(--black)/0.09);
        text-align: right;
    }

    .custom-table tbody tr td:last-child {
        border: none;
    }

    .custom-table tbody tr td::before {
        content: attr(data-label);
        margin-right: auto;
        color: hsl(var(--black));
        width: 50%;
        text-align: left;
    }

    .no-data--tr {
        &::before {
            content: none !important;
        }

        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }
}

.custom-table tbody .table-dropdown i {
    cursor: pointer;
    padding: 0 15px;
}

.custom-table tbody .table-dropdown .dropdown-menu.show {
    padding: 0;
}

.custom-table tbody .table-dropdown .dropdown-item {
    color: hsl(var(--black));
    padding: 8px;
}

.custom-table tbody .table-dropdown .dropdown-item:hover {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.custom-table .info img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.custom-table .icon {
    font-size: 16px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-radius: 5px;
}

.custom-table .trash {
    background-color: #ee5858;
}

/*================== Tab Content =============*/
.custom--tab {
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 40px;
}

.custom--tab .nav-item {
    border-bottom: 0;
    padding: 5px;
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--white));
    padding: 8px 25px;
    background-color: transparent !important;
    border-radius: 5px;
    transition: 0.4s;
    border: 1px solid hsl(var(--black)/0.08) !important;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 12px 15px;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid transparent !important;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

/*====================== Bage Color ====================*/
.badge {
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 500 !important;
}

.badge--base {
    background-color: hsl(var(--base)/0.1) !important;
    color: hsl(var(--base)) !important;
}

.badge--primary {
    background-color: hsl(var(--primary)/0.1) !important;
    color: hsl(var(--primary)/0.9) !important;
}

.badge--secondary {
    background-color: hsl(var(--secondary)/0.1) !important;
    color: hsl(var(--dark)/0.5) !important;
}

.badge--success {
    background-color: hsl(var(--success)/0.2) !important;
    color: hsl(115deg 98.13% 25.04% / 90%) !important;
}

.badge--danger {
    background-color: hsl(var(--danger)/0.1) !important;
    color: hsl(var(--danger)/0.9) !important;
}

.badge--warning {
    background-color: hsl(var(--warning)/0.1) !important;
    color: hsl(var(--warning)/0.9) !important;
}

.badge--info {
    background-color: hsl(var(--info)/0.1) !important;
    color: hsl(var(--info)/0.9) !important;
}

.min-height-500 {
    min-height: 500px;
}

.badge--violet {
    background-color: hsl(var(--violet)/0.1) !important;
    color: hsl(var(--violet)) !important;
}

.status {
    font-size: 14px;
    font-weight: normal;
    color: hsl(var(--dark)/.7);
    margin-bottom: 24px;
}

.status1 {
    font-size: 14px;
    font-weight: normal;
    color: hsl(var(--dark)/.7);
}

/* ================= Floting Input Start ================= */
.input--floating {
    position: relative;
}

.input--floating a {
    font-size: 15px;
    font-weight: 500;
}

.input--floating a:hover {
    color: hsl(var(--base));
}

.input--floating .form--control {
    height: 40px;
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base-two));
    font-size: 14px;
    padding-left: 15px;
    width: 100%;
}

.input--floating .form--control:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    outline: none;
    border: 1px solid hsl(var(--base));
}

.input--floating .form--control:focus~.form--label {
    top: 0;
    left: 15px;
    z-index: 5;
    font-size: 12px;
    font-weight: 500;
    color: hsl(var(--base-two));
    transition: all 0.2s ease-in-out;
}

.input--floating .form--control::placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
    opacity: 0;
    visibility: hidden;
    color: transparent;
    font-size: 13px;
}

.input--floating .form--control:not(:placeholder-shown).form--control:not(:focus)~.form--label {
    top: 0;
    left: 15px;
    z-index: 9;
    transition: all 0.2s ease-in-out;
}

.input--floating .form--label {
    position: absolute;
    top: 20px;
    left: 15px;
    cursor: text;
    transform: translateY(-50%);
    color: hsl(var(--base-two));
    padding: 4px 4px;
    font-size: 12px;
    border-radius: 5px;
    transition: 0.2s ease;
    line-height: 0.8;
    pointer-events: none;
    z-index: 1;
    background-color: transparent;
}

.input--floating .form--label::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 53%;
    background-color: hsl(var(--base-two));
    transform: translateY(-50%);
    z-index: -1;
}

select.form-control.form--control:has(option)~.form--label {
    top: 0% !important;
}

/* ================= Floting Input End ================= */
/*============ Header Start Here =======================*/
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo {
        order: -1;
    }
}

.navbar-brand.logo img {
    height: 100%;
    max-width: 100%;
    max-height: 60px;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand.logo img {
        max-width: 120px;
    }
}

.header {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    padding-top: 0;
}

@media screen and (max-width: 991px) {
    .header {
        padding: 15px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header .head-icon i:first-child {
    border-right: 1px solid hsl(var(--black));
    padding-right: 10px;
    margin-right: 10px;
}

.header .head-icon i:last-child {
    font-size: 20px;
}

.header .head-icon:hover i {
    color: hsl(var(--black));
}

.header .nav-menu .nav-item .nav-link {
    color: hsl(var(--black)) !important;
}

.header .btn {
    font-size: 16px;
}

@media screen and (max-width: 424px) {
    .header .btn {
        font-size: 14px;
        padding: 10px 14px;
    }
}

.header.fixed-header {
    background-color: hsl(var(--white));
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
}

.header .nav-end i {
    font-size: 16px;
}

.header .navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--black));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0.15s ease-in-out;
    width: auto;
}

.header .navbar-toggler.header-button:focus {
    box-shadow: none !important;
}

.header .navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

.header .navbar-toggler.header-button i {
    font-size: 25px;
}

.header .service-card {
    padding: 18px;
    border-radius: 8px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.radio-select {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    border: 1px solid hsl(var(--black)/.1);
    min-width: 184px;
    position: relative;
    background: hsl(var(--white));
    min-height: 110px;
    transition: 0.2s linear;

    &::after {
        content: "";
        top: -10px;
        position: absolute;
        background: hsl(var(--base)/.8);
        width: 93%;
        height: 116%;
        border-radius: 14px;
        z-index: -1;
        transition: 0.2s linear;
        opacity: 0;
    }

}

.radio-select.active {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--base)/.5);
    min-height: 100px;
    position: relative;
}

.radio-select.active::before {
    content: "\f058";
    font-family: 'Font Awesome 6 Free';
    color: hsl(var(--base));
    top: 6px;
    left: 8px;
    position: absolute;
    transition: 0.2s linear;
}

.radio-select.active::after {
    content: "";
    top: -10px;
    position: absolute;
    background: hsl(var(--base)/.8);
    border: 1px solid hsl(var(--black)/.5);
    width: 93%;
    height: 116%;
    border-radius: 14px;
    z-index: -1;
    transition: 0.2s linear;
    opacity: 1
}

.z-1 {
    z-index: 1 !important
}

.radio-select:hover {
    border: 1px solid hsl(var(--base) / .5);
    min-height: 100px;
    transition: 0.2s linear;
}

.radio-select:hover::before {
    content: "\f058";
    font-family: 'Font Awesome 6 Free';
    color: hsl(var(--base));
    top: 6px;
    left: 8px;
    position: absolute;
    transition: 0.2s linear;
}

.radio-select:hover::after {
    border: 1px solid hsl(var(--black) / .5);
    opacity: 1;
}

.radio-select h6 {
    font-size: 18px;
    color: hsl(var(--black)/.7);
}

.header .service-card .icon i {
    font-size: 44px;
}

.header .service-card .content .title {
    font-size: 16px;
    line-height: 1.56;
    font-weight: 600;
    margin-bottom: 0px !important;
    font-family: var(--body-font);
}

.header .service-card .content .sub-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    font-family: var(--body-font);
}

.header .purple:hover {
    background: hsl(var(--purplee)/0.06);
}

.header .purple i {
    color: hsl(var(--purplee));
}

.header .blue:hover {
    background: hsl(var(--bluee)/0.07);
}

.header .blue i {
    color: hsl(var(--bluee));
}

.header .pink:hover {
    background: hsl(var(--pinkk)/0.06);
}

.header .pink i {
    color: hsl(var(--pinkk));
}

.header .purple-1 {
    background: hsl(var(--purplee)/0.1);
}

.header .yellow:hover {
    background: hsl(var(--yelloww)/0.07);
}

.header .yellow i {
    color: hsl(var(--yelloww));
}

.header .yellow-1:hover {
    background: hsl(var(--yelloww1)/0.07);
}

.header .green:hover {
    background: hsl(var(--greenn)/0.08);
}

.header .green i {
    color: hsl(var(--greenn));
}

.toggle-search-box i {
    color: hsl(var(--dark));
    font-weight: 900;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 !important;
}

/*========================= Desktop Device Start =========================*/
@media (max-width: 2560px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 -15px;
    }

    .nav-menu .nav-item {
        padding: 0 15px;
        transition: 0.6s;
    }

    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(180deg);
        transition: 0.2s;
    }

    .nav-menu .nav-item .nav-link {
        font-weight: 600;
        font-size: 16px;
        color: hsl(var(--dark)) !important;
        padding: 30px 0;
        position: relative;
        letter-spacing: 1px;
        cursor: pointer;
        transition: 0.6s;
    }

    .nav-menu .nav-item .nav-link.active {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item .nav-link.active::before {
        width: 100%;
    }

    .nav-menu .nav-item .nav-link .nav-item__icon {
        transition: 0.3s;
        font-size: 13px;
        margin-left: 2px;
    }
}

@media screen and (max-width: 2560px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (max-width: 2560px) {

    .navbar-nav .dropdown-menu__link:focus,
    .navbar-nav .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }
}

@media (max-width: 2560px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        left: 50% !important;
        position: absolute;
        transform: translateY(10px);
        margin-top: 15px !important;
    }
}

@media (max-width: 1200px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 -15px;
    }

    .nav-menu .nav-item {
        padding: 0 10px;
        transition: 0.6s;
    }

    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(180deg);
        transition: 0.2s;
    }

    .nav-menu .nav-item .nav-link {
        font-weight: 600;
        font-size: 16px;
        color: hsl(var(--dark)) !important;
        padding: 30px 0;
        position: relative;
        letter-spacing: 1px;
        cursor: pointer;
        transition: 0.6s;
    }

    .nav-menu .nav-item .nav-link.active {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item .nav-link.active::before {
        width: 100%;
    }

    .nav-menu .nav-item .nav-link .nav-item__icon {
        transition: 0.3s;
        font-size: 13px;
        margin-left: 2px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (max-width: 1200px) {

    .navbar-nav .dropdown-menu__link:focus,
    .navbar-nav .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }
}

@media (max-width: 1200px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
    }
}

@media (max-width: 992px) {
    .header {
        background-color: hsl(var(--white));
    }

    .nav-menu {
        margin: 0 -15px;
        padding: 0px 13px 13px 13px;
    }

    .nav-menu .nav-item {
        padding: 0 10px;
        transition: 0.6s;
    }

    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(180deg);
        transition: 0.2s;
    }

    .nav-menu .nav-item .nav-link {
        font-weight: 400;
        font-size: 16px;
        color: hsl(var(--dark)) !important;
        padding: 33px 0;
        position: relative;
        letter-spacing: 1px;
        cursor: pointer;
    }

    .nav-menu .nav-item .nav-link.active {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item .nav-link.active::before {
        width: 100%;
    }

    .navbar-nav .dropdown-menu__link:focus,
    .navbar-nav .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }

    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
    }
}

/*============================== Small Device =======================*/
@media screen and (max-width: 991px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu {
        margin-top: 20px;
    }

    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(0deg) !important;
    }

    .nav-item:first-child {
        border-bottom: none;
    }

    .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--black)/0.05);
        color: hsl(var(--dark));
        font-weight: 500;
    }

    .nav-item .nav-link::before {
        display: none;
    }

    .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
        border: 0;
    }

    .nav-item .nav-link.show .fa-angle-down {
        rotate: 180deg !important;
    }

    .nav-item .nav-link .fa-angle-down {
        rotate: 0deg !important;
    }

}


.dropdown-menu.show {
    display: flex;
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--dark));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0.15s ease-in-out;
    width: auto;
}

.navbar-toggler.header-button:focus {
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

.navbar-toggler.header-button i {
    font-size: 25px;
}

.header .product-card {
    display: flex;
    padding: 16px;
    gap: 20px;
    transition: all 0.3s ease-out;
    background-color: transparent;
    border-radius: 12px;
}

.header .product-card:hover {
    background-color: hsl(var(--primary)/0.03);
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.1),
        0 0 0 1px hsl(var(--primary)/0.2);
    transform: translateY(-2px);
}

@media only screen and (max-width: 991px) {
    .header .product-card .thumb {
        width: 148px !important;
    }
}

@media only screen and (max-width: 375px) {
    .header .product-card .thumb {
        width: 100% !important;
        height: 148px !important;
    }

    .header .product-card {
        flex-wrap: wrap;
    }
}

.header .product-card .thumb {
    width: 182px;
    height: 96px;
    border-radius: 8px;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.header .product-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .product-card .content .tag {
    display: flex;
    gap: 3px;
    align-items: center;
    color: hsl(var(--danger));
    margin-bottom: 5px;
}

.header .product-card .content .tag p {
    color: hsl(var(--danger));
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.header .product-card .content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.56;
    margin-bottom: 0px;
}

.header .product-card .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28;
    font-family: var(--body-font);
    margin-bottom: 8px;
}

.header .product-card .content .price {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0px;
}

/*======================================== Mega Menu Css Start ==================================*/

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        transition: 0.3s;
    }
}



.mega-menu {
    background-color: hsl(var(--white));
    padding: 10px !important;
    min-width: 930px;
    max-width: 930px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 80%;
    border-radius: 10px;
    z-index: 999;
    overflow: unset;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 24px;
}


.mega-menu .more {
    color: hsl(var(--base));
    font-weight: 600;
    text-decoration: none;
    transition: 0.6s;
}

.mega-menu .more i {
    margin: 0 5px;
    rotate: -40deg;
    transition: all 0.3s ease;
}

.mega-menu .more:hover i {
    transform: translateX(2px);
}




@media screen and (max-width: 991px) {
    .mega-menu {
        min-width: unset;
        box-shadow: none;
        overflow: unset;
        margin-top: 0px !important;
        border: 1px solid hsl(var(--base-two) / 0.05);
        left: 0 !important;
        transform: translateX(0) !important;
        margin-bottom: 15px !important;
        padding: 15px !important;
    }

    .navbar-nav .dropdown-menu {
        position: static !important;
    }
}

@media screen and (max-width: 1399px) {
    .mega-menu {
        min-width: 872px;
    }
}

@media screen and (max-width: 1199px) {
    .mega-menu {
        min-width: 872px;
    }
}

@media screen and (max-width: 991px) {
    .mega-menu {
        min-width: unset;
        box-shadow: none;
        overflow: unset;
        margin-top: 0px !important;
        border: 1px solid hsl(var(--base)/0.05);
        left: 0 !important;
        transform: translateX(0) !important;
        margin-bottom: 15px !important;
        padding: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .mega-menu {
        padding: 10px !important;
    }
}

.mega-menu__inner {
    position: relative;
}

/* Mega Menu List Css*/
.mega-menu-list__item {
    border-radius: 10px;
    width: 50%;
    gap: 20px;
    transition: 0.2s;
}

.mega-menu-list {
    width: fit-content;
}

@media screen and (max-width: 1199px) {
    .mega-menu-list__item {
        width: 50%;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    li.mega-menu-list__item.w-lg-50 {
        width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    .mega-menu-list__item {
        padding: 0;
    }
}

@media screen and (max-width: 575px) {
    .mega-menu-list__item {
        width: 100%;
    }
}

/*================ Top Header Start Here ================*/
.header-top {
    background-color: #212121;
    padding: 0;
    position: relative;
}

.header-top .login {
    color: hsl(var(--white));
    font-size: 16px;
}

.header-top .login i {
    font-size: 14px;
    margin-right: 5px;
}

.header-top .item {
    align-items: center;
}

.header-top .item a,
.header-top .item p {
    margin-right: 15px;
    padding-left: 20px;
    color: hsl(var(--white)/0.7);
    font-size: 16px;
}

.header-top .item a:last-child:hover,
.header-top .item p:last-child:hover {
    color: hsl(var(--base));
}

.header-top .btn {
    border-radius: 0;
}

@media only screen and (max-width: 991px) {
    .header-top {
        display: none;
    }
}

.top-header-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .top-header-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    .latest-top.latest-slider {
        text-align: center;
    }
}

.latest-top.latest-slider p {
    color: hsl(var(--white));
    line-height: 1.4;
}

.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -20px;
}

@media screen and (max-width: 991px) {
    .contact-list {
        justify-content: center;
    }
}

.contact-list__item {
    padding: 2px 20px 0px;
    position: relative;
    color: hsl(var(--white));
}

.contact-list__item:last-child::before {
    display: none;
}

.contact-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.4);
}

.contact-list__item-icon {
    font-size: 16px;
    text-align: center;
    color: hsl(var(--white));
    display: inline-block;
}

.contact-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
}

.contact-list__link:hover .contact-list__link-icon {
    color: hsl(var(--white));
}

.login-registration-list {
    margin: 0 -10px;
    padding-right: 20px;
}

@media screen and (max-width: 991px) {
    .login-registration-list {
        padding-right: 0;
    }
}

.login-registration-list__item {
    color: hsl(var(--white));
    padding: 0 10px;
    position: relative;
}

.login-registration-list__item:last-child::before {
    display: none;
}

.login-registration-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.5);
}

.login-registration-list__icon {
    color: hsl(var(--base));
    margin-right: 10px;
    font-size: 16px;
}

.login-registration-list__icon i {
    color: hsl(var(--white));
}

.login-registration-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
    .login-registration-list__link {
        font-size: 15px;
    }
}

.login-registration-list__link:hover {
    color: hsl(var(--base));
}

.login-registration-list__link:hover .login-registration-list__icon {
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .login-registration-list__link:hover {
        color: hsl(var(--base));
    }
}

.language-box {
    display: flex;
    align-items: center;
    position: relative;
}

.language-box i {
    color: hsl(var(--white));
}

.language-box .select {
    color: hsl(var(--white));
    background-color: transparent;
    border: none;
    padding: 3px 8px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
}

.language-box .select option {
    background-color: hsl(var(--dark));
}

/*====================== Breadcumb Css Start ====================*/
.breadcumb {
    position: relative;
    padding: 170px 0 32px;
    background: linear-gradient(180.95deg, #e1f6ff 0%, #ebf9ff 0.0099999997%, white 100%);
}

@media screen and (max-width: 1024px) {
    .breadcumb {
        padding: 100px 0px 20px 0px;
    }
}

@media screen and (max-width: 767px) {
    .breadcumb {
        padding: 85px 0px 0px 0px;
    }
}

/*============= Footer Start Here =======================*/
.footer-area {
    position: relative;
    overflow: hidden;
    background: hsl(var(--base)/.05);
}

.footer-area.bg-img {
    background-size: contain;
    background-position: top center;
}

.footer-area .form--control {
    background-color: transparent;
    border: 1px solid hsl(var(--dark)/0.2);
    border-radius: 6px;
    color: hsl(var(--dark));
}

.footer-area ::placeholder {
    color: hsl(var(--dark)/0.7);
}

.footer-area .mail {
    color: hsl(var(--black)/0.7);
}

.footer-area .mail i {
    color: hsl(var(--base));
}

.footer-area .form-group {
    position: relative;
}

.footer-area .form-group i {
    position: absolute;
    top: 17px;
    right: 18px;
    font-size: 16px;
    color: hsl(var(--dark));
}

.footer-area .footer-item__desc {
    color: hsl(var(--dark)/0.7);
}

.footer-area .footer-item__logo {
    margin-bottom: 20px;
}

.footer-area .footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 64px;
}

.footer-area .footer-item__title {
    color: hsl(var(--dark)/0.7);
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.footer-area .footer-item h5 {
    color: hsl(var(--dark));
}

@media screen and (max-width: 991px) {
    .footer-area .footer-item .social-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-area .footer-item .social-list {
        margin-top: 15px;
    }
}

.footer-area .footer-menu {
    display: flex;
    flex-direction: column;
    margin: -5px 0;
}

.footer-area .footer-menu__item {
    display: block;
    padding: 5px 0;
}

.footer-area .footer-menu__link {
    position: relative;
    color: hsl(var(--dark)/0.7);


    i {
        font-size: 14px;
        color: hsl(var(--base));
        rotate: -45deg;
        transition: 0.3s linear;
    }
}

.footer-area .footer-menu__link:hover i {
    rotate: 00deg;

}



.footer-area .footer-menu__link:hover {
    color: hsl(var(--base));
}

.footer-area .footer-contact-menu {
    margin: -6px 0;
}

.footer-area .footer-contact-menu__item {
    display: flex;
    padding: 6px 0;
}

.footer-area .footer-contact-menu__item p {
    color: hsl(var(--dark)/0.7);
}

.footer-area .footer-contact-menu__item-icon {
    width: 15px;
    color: hsl(var(--base));
    font-size: 20px;
}

.footer-area .footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
}

.footer-area .copyright {
    padding: 18px 0;
    margin-top: 60px;
    background: rgba(255, 255, 255, 0.07);
}

.footer-area .copyright p {
    color: hsl(var(--dark));
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.06);
}

.social-list__link.active {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.social-list__link:hover,
.social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

/*====================== Preloader Style ====================*/
#loading {
    background-color: #022235;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.unloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--white));
    z-index: 999999;
}

.unloader {
    width: 50px;
    position: absolute;
    top: 43%;
    left: 47%;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: hsl(var(--base) / .2) #0000;
    animation: l16 1s infinite linear;
}

.unloader::before,
.unloader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
}

.unloader::before {
    border-color: hsl(var(--base)) #0000;
    animation: inherit;
    animation-duration: .5s;
    animation-direction: reverse;
}

.unloader::after {
    margin: 8px;
}

@keyframes l16 {
    100% {
        transform: rotate(1turn)
    }
}

/* Badge styling */
.title.coming-soon::after {
    content: "Coming Soon";
    display: inline-block;
    margin-left: 8px;
    background: linear-gradient(135deg, #d98100, #e93800);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    animation: pulse 1.5s infinite;
    vertical-align: middle;
    margin-top: -5px;
}

/* Pulse effect */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.85;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* From Uiverse.io by Nawsome */
.containerr {
    .thumb {
        width: 60px;
        height: 60px;
        position: relative;
        z-index: 99;
        transition: 0.2s linear;
        animation: dotThumb_ 2.5s cubic-bezier(0.55, 0.3, 0.24, 0.99) infinite;
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 160px;
    height: 100px;
    margin-left: -80px;
    margin-top: -50px;
    border-radius: 5px;
    background: #1e3f57;
    animation: dot1_ 2.5s cubic-bezier(0.55, 0.3, 0.24, 0.99) infinite;
}

.loader:nth-child(2) {
    z-index: 11;
    width: 150px;
    height: 90px;
    margin-top: -45px;
    margin-left: -75px;
    border-radius: 3px;
    background: #3c517d;
    animation-name: dot2_;
}

.loader:nth-child(3) {
    z-index: 12;
    width: 40px;
    height: 20px;
    margin-top: 50px;
    margin-left: -20px;
    border-radius: 0 0 5px 5px;
    background: #00ace6;
    animation-name: dot3_;
}


@keyframes dotThumb_ {

    0%,
    3%,
    100% {
        width: 70px;
        height: 70px;
    }

    30%,
    36% {
        width: 55px;
        height: 55px;
    }

    63%,
    69% {
        width: 30px;
        height: 30px;
    }
}

@keyframes dot1_ {

    3%,
    97% {
        width: 160px;
        height: 100px;
        margin-top: -50px;
        margin-left: -80px;
    }

    30%,
    36% {
        width: 80px;
        height: 120px;
        margin-top: -60px;
        margin-left: -40px;
    }

    63%,
    69% {
        width: 40px;
        height: 80px;
        margin-top: -40px;
        margin-left: -20px;
    }
}

@keyframes dot2_ {

    3%,
    97% {
        height: 90px;
        width: 150px;
        margin-left: -75px;
        margin-top: -45px;
    }

    30%,
    36% {
        width: 70px;
        height: 96px;
        margin-left: -35px;
        margin-top: -48px;
    }

    63%,
    69% {
        width: 32px;
        height: 73px;
        margin-left: -16px;
        margin-top: -37px;
    }
}

@keyframes dot3_ {

    3%,
    97% {
        height: 20px;
        width: 40px;
        margin-left: -20px;
        margin-top: 50px;
    }

    30%,
    36% {
        width: 8px;
        height: 8px;
        margin-left: -5px;
        margin-top: 49px;
        border-radius: 8px;
    }

    63%,
    69% {
        width: 10px;
        height: 3px;
        margin-left: -5px;
        margin-top: -34px;
        border-radius: 10px;
    }
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    position: relative;
    isolation: isolate;
}

.bg-overlay::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--dark)/0.2);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-overlay-two {
    position: relative;
    isolation: isolate;
}

.bg-overlay-two::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: hsl(var(--dark)/0.5);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
}

.bg-fixed {
    background-attachment: fixed;
}

/*==================== Scroll to Top Start ======================*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 16px;
    z-index: 5;
    transition: 0.5s;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    bottom: -50px;
    animation: scroll_top 5s linear infinite;
}

@media screen and (max-width: 767px) {
    .scroll-top {
        right: 20px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--dark));
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}

@keyframes scroll_top {

    0%,
    to {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }
}

/*=================== Overlay Search Box Start =======================*/
.overlay-search-box .modal-header {
    border-bottom: 0;
    padding: 0;
}

.overlay-search-box .modal-content {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    pointer-events: auto;
    background-color: hsl(var(--dark));
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.search-box {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .search-box {
        width: 100%;
    }
}

.search-btn {
    background-color: transparent;
    color: hsl(var(--white));
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s linear;
    transform: translateY(-50%) rotate(-90deg);
}

.search-btn:hover {
    color: hsl(var(--base));
}

.toggle-search-box {
    margin-left: 15px;
    order: 1;
}

@media screen and (max-width: 991px) {
    .toggle-search-box {
        order: -1;
        margin-left: auto;
        margin-right: 16px;
    }
}

.toggle-search-box button {
    background-color: transparent;
    color: hsl(var(--white));
    transform: scaleX(-1);
}

.search-overlay-close {
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    transition: 0.2s linear;
}

.search-overlay-close:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

/*====================== Selection Style ====================*/
::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base-d-100));
    border: 0px solid transparent;
    border-radius: 2px;
}

/*====================== List Style ====================*/
.text-list {
    margin: -8px 0px;
}

.text-list.inline {
    display: flex;
    align-items: center;
    margin: 0px -8px;
}

.text-list.inline .text-list__item {
    padding: 0px 8px;
}

.text-list__item {
    padding: 8px 0px;
    color: hsl(var(--body-color));
}

.text-list__item-icon {
    color: hsl(var(--base));
    font-size: 12px;
    margin-right: 5px;
}

/*====================== Comment Style ====================*/
.comment-list__item:last-child .comment-list__content {
    border-bottom: none;
}

.comment-list__thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .comment-list__thumb {
        width: 60px;
        height: 60px;
    }
}

.comment-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-list__content {
    width: calc(100% - 80px);
    padding-left: 15px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .comment-list__content {
        width: calc(100% - 60px);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .comment-list__content {
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.comment-list__name {
    font-size: 20px;
    margin-bottom: 5px;
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .comment-list__name {
        font-size: 17px;
    }
}

.comment-list__time {
    margin-bottom: 15px;
}

.comment-list__time-icon {
    color: hsl(var(--base));
    font-size: 15px;
    margin-right: 5px;
}

.comment-list__reply {
    margin-top: 10px;
}

.comment-list__reply-text {
    color: hsl(var(--white));
    font-weight: 400;
}

.comment-list__reply:hover .comment-list__reply-icon {
    color: hsl(var(--base));
}

.comment-list__reply-icon {
    font-size: 14px;
    transform: scaleX(-1);
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .comment-list__reply-icon {
        font-size: 12px;
    }
}

.comment-list .comment-list {
    margin-left: 70px;
}

.comment-list .comment-list.style-right .comment-list__item:last-child .comment-list__content {
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

@media screen and (max-width: 575px) {
    .comment-list .comment-list {
        margin-left: 40px;
    }
}

/*==============** Dashboard Profile **==============*/
.my-posts-wrap {
    padding: 25px;
    border-radius: 16px;
}

.dashboard_profile {
    padding: 20px;
    border-right: 1px solid hsl(var(--base)/0.1);
}

@media screen and (max-width: 991px) {
    .dashboard_profile {
        padding-left: 0;
        margin-bottom: 20px;
    }
}

.dashboard_profile_wrap {
    position: relative;
}

.dashboard_profile_wrap h3 {
    font-size: 18px;
}

.dashboard_profile_wrap .photo_upload {
    display: inline-block;
    padding: 0px 0px 0px;
    position: absolute;
    top: 5px;
    left: 75px;
    color: hsl(var(--base));
}

.dashboard_profile_wrap .photo_upload i {
    cursor: pointer;
}

.dashboard_profile_wrap .photo_upload .upload_file {
    opacity: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
    display: none;
}

.dashboard_profile_wrap .profile_photo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.dashboard_profile_wrap .profile_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard_profile_wrap h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 3px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.dashboard_profile_wrap p {
    margin-bottom: 10px;
}

.dashboard_profile__details ul li a {
    border-bottom: 1px solid hsl(var(--base)/0.1);
    padding: 12px 20px 12px 0px;
    display: block;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.dashboard_profile__details ul li a i {
    margin-right: 10px;
}

.dashboard_profile__details ul li a:hover {
    color: hsl(var(--base));
}

.dashboard_profile__details ul li a.active {
    color: hsl(var(--base));
}

.dashboard-body {
    position: relative;
}

.dashboard-body__bar-icon {
    color: hsl(var(--white));
    font-size: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 40px;
    line-height: 40px;
    background-color: hsl(var(--base));
    text-align: center;
    border-radius: 5px;
}

/*======= Dashboard My Posts =======*/
.my-posts {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--base)/0.1);
}

@media screen and (max-width: 374px) {
    .my-posts {
        padding-left: 0;
        margin-bottom: 20px;
        flex-direction: column;
    }
}

.my-posts__thumb {
    width: 100px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

@media screen and (max-width: 424px) {
    .my-posts__thumb {
        padding-left: 0;
        width: 70%;
        height: 100px;
    }
}

.my-posts__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-posts__content {
    width: calc(100% - 100px);
    padding-left: 20px;
    margin-top: 0px;
}

@media screen and (max-width: 424px) {
    .my-posts__content {
        padding-left: 0;
        width: 100%;
    }
}

.my-posts__content .meta-wrap {
    justify-content: inherit;
}

.my-posts__content .author-wrap {
    display: flex;
    justify-content: inherit;
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
}

.my-posts__content .author-wrap::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 57%;
    background: hsl(var(--base));
}

.my-posts__content h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .my-posts__content h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.my-posts__content h4 a:hover {
    color: inherit;
}

/*================================ Body Overlay Start ===========================*/
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

/*============== Search Form Start ==================*/
.search-form {
    margin-top: 50px;
    border: 12px solid hsl(var(--white)/0.15);
    border-radius: 40px;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .search-form {
        border-width: 7px;
    }
}

.search-form .form--control {
    background-color: hsl(var(--white));
    color: hsl(var(--base-two));
    border-radius: 0;
    font-weight: 500;
    border-radius: 40px;
    padding: 15px;
    padding-right: 150px;
}

.search-form .form--control::placeholder {
    color: hsl(var(--black)/0.4) !important;
    font-weight: 500;
}

.search-form .btn--base {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    height: auto;
    align-items: center;
    border-radius: 40px !important;
    padding: 10px 20px;
    font-size: 15px;
}

.search-form .btn--base:hover,
.search-form .btn--base:focus {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

/*====================== Hexagon Design Css Start ====================*/
.hex {
    position: relative;
    margin: 20px auto;
    width: 185px;
    height: 300px;
    border-radius: 15px;
    background-color: hsl(var(--base));
    transform: rotate(30deg);
}

.hex:before,
.hex:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
}

.hex:before {
    transform: rotate(-60deg);
}

.hex:after {
    transform: rotate(60deg);
}

.shape {
    position: absolute;
}

.shape.one {
    left: 40%;
    bottom: 20%;
    max-width: 3%;
    animation: banner_shape_one 8s linear infinite;
}

.shape.two {
    right: 6%;
    top: 15%;
    max-width: 6%;
    animation: banner_shape_two 15s linear infinite;
}

.shape.three {
    top: 15%;
    left: 6%;
    max-width: 4%;
    animation: banner_shape_three 8s linear infinite;
}

.shape.four {
    bottom: 13%;
    left: 11%;
    max-width: 5%;
    animation: banner_shape_four 8s linear infinite;
}

.shape.five {
    right: 6%;
    bottom: 16%;
    transform: rotate(108deg);
    max-width: 4%;
    animation: banner_shape_five 8s linear infinite;
}

.shape.six {
    right: 6%;
    top: 15%;
    max-width: 6%;
    animation: banner_shape_six 5s linear infinite;
}

.shape.seven {
    top: 15%;
    left: 6%;
    max-width: 4%;
    animation: banner_shape_seven 8s linear infinite;
}

.shape.eight {
    bottom: 13%;
    left: 4%;
    max-width: 5%;
    animation: banner_shape_eight 3s linear infinite;
}

.shape.nine {
    right: 6%;
    bottom: 30%;
    max-width: 4%;
    transform: rotate(60deg);
    animation: banner_shape_nine 8s linear infinite;
}

.shape.ten {
    right: 6%;
    top: 15%;
    max-width: 6%;
    animation: banner_shape_ten 10s linear infinite;
    transform: rotate(-60deg);
}

.shape.eleven {
    top: 15%;
    left: 6%;
    max-width: 4%;
    animation: banner_shape_eleven 20s linear infinite;
}

.shape.thirteen {
    right: 0;
    bottom: 30%;
    max-width: 4%;
    animation: banner_shape_thirteen 30s linear infinite;
}

.shape.fourteen {
    right: 6%;
    bottom: 30%;
    max-width: 4%;
    transform: rotate(60deg);
    animation: banner_shape_fourteen 8s linear infinite;
}

.shape.sixteen {
    right: 6%;
    bottom: 30%;
    max-width: 4%;
    transform: rotate(60deg);
    animation: banner_shape_fourteen 8s linear infinite;
}

@keyframes banner_shape_one {
    0% {
        transform: translate(0px);
    }

    50% {
        transform: translate(20px);
    }

    100% {
        transform: translate(0px);
    }
}

@keyframes banner_shape_two {
    0% {
        transform: translateX(0px) translateY(40px);
    }

    25% {
        transform: translateX(40px) translateY(0px);
    }

    50% {
        transform: translateX(0px) translateY(-40px);
    }

    75% {
        transform: translateX(-40px) translateY(0px);
    }

    100% {
        transform: translateX(0px) translateY(40px);
    }
}

@keyframes banner_shape_three {
    0% {
        transform: translateX(0px) rotate(0deg);
    }

    50% {
        transform: translateX(50px) rotate(180deg);
    }

    100% {
        transform: translateX(0px) rotate(360deg);
    }
}

@keyframes banner_shape_four {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes banner_shape_five {
    0% {
        transform: translateX(0px) rotate(108deg);
    }

    50% {
        transform: translateX(50px) rotate(130deg);
    }

    100% {
        transform: translateX(0px) rotate(108deg);
    }
}

@keyframes banner_shape_six {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes banner_shape_seven {
    0% {
        transform: scaleY(0);
    }

    50% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(0);
    }
}

@keyframes banner_shape_eight {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes banner_shape_nine {
    0% {
        transform: translateY(100px) rotate(0deg);
    }

    50% {
        transform: translateY(0px) rotate(180deg);
    }

    100% {
        transform: translateY(100px) rotate(360deg);
    }
}

@keyframes banner_shape_ten {
    0% {
        transform: translateY(100px) rotate(0deg);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(100px) rotate(360deg);
    }
}

@keyframes banner_shape_thirteen {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    100% {
        bottom: 0;
    }
}

@keyframes banner_shape_fourteen {
    0% {
        left: 10px;
        transform: rotate(0deg);
    }

    50% {
        left: 100px;
        transform: rotate(1000deg);
    }

    100% {
        left: 10px;
        transform: rotate(360deg);
    }
}

@keyframes banner_shape_eleven {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes banner_shape_sixteen {
    0% {
        left: 0;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 100%;
    }
}

/*====================== Star Rating Style ====================*/
.rating-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--warning));
}

.rating-list__text {
    color: hsl(var(--body-color));
}

/*====================== Range Style ====================*/
.custom--range__content {
    display: flex;
    flex-wrap: wrap;
    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-two)/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(--white)) !important;
    border: 2px solid hsl(var(--base)) !important;
    border-radius: 50%;
}

/*======== Sidebar Menu Start =======*/
.sidebar-menu {
    padding-bottom: 10px;
    height: 100vh;
    min-height: 100%;
    background-color: hsl(var(--white));
    overflow-y: auto;
    z-index: 999;
    border-radius: 5px;
    padding-top: 30px;
    transition: 0.2s linear;
    /*============== Sidebar Show hide Css Start ===========*/
    /*============== Sidebar Show hide Css end ===========*/
}

.sidebar-menu.show-sidebar {
    transform: translateX(0);
}

@media screen and (max-width: 991px) {
    .sidebar-menu {
        position: fixed;
        left: 0;
        top: 0;
        min-width: 320px;
        padding-top: 60px;
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
    }
}

.sidebar-menu__close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
}

.sidebar-menu__close:hover,
.sidebar-menu__close:focus {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.sidebar-menu-list__item.has-dropdown.active>a {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 17px;
    color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
    transition: 0.1s linear;
}

.sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 8px 20px 8px 20px;
    width: 100%;
    color: hsl(var(--black));
}

.sidebar-menu-list__link .icon {
    margin-right: 5px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    animation: swing ease-in-out 0.5s 1 alternate;
}

/*=============== Sidebar Submenu Start ===============*/
.sidebar-submenu {
    display: none;
}

.sidebar-submenu.open-submenu {
    display: block;
}

.sidebar-submenu-list {
    padding: 5px 0;
}

.sidebar-submenu-list__item.active>a {
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base));
}

.sidebar-submenu-list__link {
    padding: 8px 20px 8px 50px;
    display: block;
    color: hsl(var(--black));
}

.sidebar-submenu-list__link:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
    font-size: 8px;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*==================== Category Start Here ==================== */
.category-wrap {
    padding-right: 40px;
}

@media screen and (max-width: 1199px) {
    .category-wrap {
        padding-right: 0;
    }
}

.category-item {
    border-bottom: 1px solid hsl(var(--base)/0.1);
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: flex;
}

@media screen and (max-width: 767px) {
    .category-item {
        flex-direction: column;
        margin-bottom: 37px;
    }
}

.category-item__thumb {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    min-width: 100%;
    height: 200px;
}

.category-item__thumb img {
    min-width: 280px;
    height: 200px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s linear;
    border-radius: 10px;
}

.category-item__content {
    padding-left: 20px;
    margin-top: -7px;
}

@media screen and (max-width: 767px) {
    .category-item__content {
        padding-left: 0px;
    }
}

.category-item__content h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.category-item__content h3 a {
    background-image: linear-gradient(to right, hsl(var(--base)) 0%, hsl(var(--base)) 100%);
    background-position: 0 calc(100% - 0.02em);
    background-size: 0 2px;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0;
    display: inline;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.category-item__content h3 a:hover {
    background-size: 100% 2px;
    color: inherit;
}

.category-item__content p {
    margin-bottom: 10px;
}

.meta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.meta-wrap .view-commetn-wrap li a {
    font-size: 14px;
}

.meta-wrap .view-commetn-wrap li a.right-dot {
    position: relative;
    margin-left: 20px;
}

.meta-wrap .view-commetn-wrap li a.right-dot::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 8px;
    width: 7px;
    height: 7px;
    background: hsl(var(--black));
    border-radius: 50%;
}

.category {
    margin-top: -64px;
    z-index: 2;
    overflow: hidden;
}

.category .card {
    display: grid;
    justify-items: center;
    border: none;
    padding: 15px;
    border: 1px solid hsl(var(--dark)/0.1);
    background-color: hsl(var(--white));
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

.category .card h3 {
    font-size: 20px;
    margin: 0;
}

.category .card .thumb {
    background-color: hsl(var(--base)/0.1);
    padding: 10px;
    border-radius: 555px;
    margin-bottom: 10px;
}

.category .card .thumb img {
    width: 42px;
    height: auto;
}

.category .card:hover {
    box-shadow: 0px 3px 45px 0px rgba(0, 0, 0, 0.04);
}

.category .card::after {
    content: "";
    position: absolute;
    top: -55px;
    left: -185px;
    width: 65px;
    height: 106px;
    background: hsl(var(--base)/0.04);
    transform: rotate(168deg);
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.category .card:hover::after {
    left: -15px;
}

/*============= Banner area start  =============*/
.banner-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (max-width: 586px) {
    .banner-section {
        margin: 0;
    }
}

.banner-section .shape1 {
    position: absolute;
    left: 7%;
    top: 30%;
    z-index: -1;
    background: hsl(var(--white));
    border-radius: 50%;
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 40.6px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: banner_shape_four 8s linear infinite;
}

.banner-section .shape2 {
    position: absolute;
    right: 50%;
    top: 20%;
    z-index: -1;
    background: hsl(var(--white));
    border-radius: 50%;
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 40.6px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: banner_shape_one 8s linear infinite;
}

.banner-section .shape3 {
    position: absolute;
    right: 10%;
    top: 40%;
    z-index: -1;
    background: hsl(var(--white));
    border-radius: 50%;
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 40.6px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: banner_shape_one 8s linear infinite;
}

.banner-section .shape4 {
    position: absolute;
    left: 12%;
    bottom: 10%;
    z-index: -1;
    background: hsl(var(--white));
    border-radius: 50%;
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 40.6px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: banner_shape_four 8s linear infinite;
}

.banner-section .shape5 {
    position: absolute;
    right: 50%;
    bottom: 10%;
    z-index: -1;
    background: hsl(var(--white));
    border-radius: 50%;
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 40.6px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: banner_shape_eight 15s linear infinite;
}

.banner-section .shape6 {
    position: absolute;
    right: 100px;
    bottom: 10%;
    z-index: -1;
    background: hsl(var(--white));
    border-radius: 50%;
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 40.6px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: banner_shape_two 15s linear infinite;
}

.banner-section .banner-thumb {
    padding-top: 5rem;
    padding-bottom: 0;
    background-color: hsl(var(--base)/0.02);
}

@media screen and (min-width: 769px) {
    .margin-content {
        margin-top: 7rem !important;
        margin-bottom: 5rem !important;
    }
}

@media only screen and (max-width: 571px) {
    .banner-section .banner-thumb {
        padding-top: 8.5rem;
        padding-bottom: 0;
    }

    .banner-section .banner-thumb .content h1 {
        font-size: 48px !important;
    }

    .solar-system {
        margin-top: -200px;
    }

    .banner-section .banner-thumb .action {
        margin-top: 30px !important;
    }

    .banner-section .banner-thumb .content h1 .two {
        padding: 10px 16px !important;
        font-size: 20px !important;
        top: -6px !important;
    }

    .mars-orbit,
    .mars-spin {
        display: none;
    }


    .solar-system {
        position: relative;
        width: 100%;
        height: 551px !important;
        margin: auto;
        margin-top: -9px !important;
        overflow: hidden !important;
    }
}


@media only screen and (max-width: 375px) {
    .banner-section .banner-thumb .content h1 {
        font-size: 40px !important;
    }
}

.banner-section .banner-thumb .action {
    z-index: 99;
    position: relative;
}

.banner-section .banner-thumb .content h1 {
    font-size: 73px;
    font-weight: 700;
    line-height: 60px;
    color: hsl(var(--black));
    position: relative;
    z-index: 9;
}

.banner-section .banner-thumb .content h1 .two {
    padding: 12px 18px;
    border-radius: 39.5px;
    border: 2px solid hsl(var(--base));
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    top: -15px;
    right: 0px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.banner-section .banner-thumb .content h1 .two i {
    rotate: -40deg;
}

.banner-section .banner-thumb .content h1 .two:before {
    content: "";
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: white;
    box-shadow: 0 0 15px 3px white;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.banner-section .banner-thumb .content h1 .two:hover {
    color: white;
    background-color: hsl(var(--base));
    box-shadow: 0px 5px 5px -4px hsl(var(--base) / 0.7);
    transition: all 0.2s ease-out;
}

.banner-section .banner-thumb .content h1 .two:hover:before {
    animation: shine 0.5s 0s linear;
}

.banner-section .banner-thumb .content h1 .three {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsl(var(--black));
    -webkit-text-fill-color: hsl(var(--white));
}

.banner-section .banner-thumb .content h1 .four {
    font-weight: 400;
    letter-spacing: -3px;
}

.banner-section .banner-thumb .action {
    margin-top: 34px;
    gap: 20px;
}

.banner-section .banner-thumb .action h6 {
    margin-bottom: 0;
    margin-left: 8px;
}

.banner-section .banner-thumb .action .video-icon {
    margin-top: 9px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.banner-section .banner-thumb .action .btn {
    font-size: 16px;
}

.btn.outline {
    background: transparent;
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    box-shadow: none;
}

.btn.outline.blur {
    backdrop-filter: blur(5px);
}

.btn.outline:hover {
    box-shadow: 0px 5px 5px -4px hsl(var(--base)/0.7);
}

i.link {
    rotate: -40deg;
    margin-left: 3px;
    margin-top: 3px;
    transform: translateX(-2px);
    transition: transform 0.3s ease;
}

.btn.outline:hover i.link {
    transform: translateX(1px);
}

.banner-section .banner-thumb .thumb img {
    width: 100%;
    height: auto;
}

.title {
    margin-bottom: 0px;
}

.title h2 {
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 48px;
}

@media only screen and (max-width: 586px) {
    .title h2 {
        font-size: 35px;
    }
}

/*====================== About Section====================*/
.about {
    overflow: hidden;
    position: relative;
}

.about .shape1 {
    position: absolute;
    top: 5rem;
    right: 0;
    z-index: -1;
}

.about .shape1 img {
    width: 250px;
    opacity: 0.1;
}

.about .check {
    display: flex;
    margin-bottom: 35px;
}

.about .check .number {
    margin-right: 15px;
}

.about .check .number h5 {
    color: hsl(var(--white));
    display: flex;
    justify-content: center;
    background-color: hsl(var(--base));
    width: 50px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
}

.about .check .content h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.about .check .content p {
    width: 80%;
}

@media screen and (max-width: 991px) {
    .about .check .content p {
        width: 100%;
    }
}

.video-wrapper .video-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transform: translate(-10%, -15%);
    transform: translate(-10%, -15%);
    color: hsl(var(--base));
    font-size: 20px;
    z-index: 1;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.video-wrapper .video-icon i {
    color: hsl(var(--base));
}

@media only screen and (max-width: 575px) {
    .video-wrapper .video-icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
}

.video-wrapper .video-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    background-color: hsl(var(--base));
}

@-webkit-keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}

/*========== Privacy page Style ==========*/
.policy {
    position: relative;
    overflow: hidden;
}

.policy .body {
    border: 1px solid hsl(var(--dark)/0.1);
    padding: 30px 20px;
    border-radius: 5px;
}

.policy .body p {
    color: hsl(var(--dark));
    letter-spacing: 0.8px;
    line-height: 30px;
}

.policy .body span {
    color: hsl(var(--dark));
}

.policy .body h4 {
    font-weight: 600;
}

.policy .thumb {
    position: absolute;
    left: 20px;
    top: 30px;
}

.policy .thumb img {
    width: 150px;
}

.policy .thumb2 {
    position: absolute;
    bottom: 40%;
    right: -140px;
}

.policy .thumb2 img {
    width: 250px;
}

.policy .shape {
    position: absolute;
    right: 0;
    bottom: 13%;
    z-index: -1;
}

.policy .shape img {
    width: 100%;
    height: auto;
}

.policy .info-wrap li i {
    margin-right: 15px;
    font-size: 8px;
    color: hsl(var(--black)/0.5);
    margin-top: 7px;
}

.policy .left-side {
    border: 1px solid hsl(var(--dark)/0.1);
    padding: 16px;
    position: sticky;
    top: 220px;
}

.policy .left-side a {
    color: hsl(var(--dark));
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.policy .left-side a:hover {
    color: hsl(var(--base));
    font-size: 17px;
}

.policy .left-side a:last-child {
    margin-bottom: 0;
}

.policy .info {
    margin-bottom: 30px;
}

.policy .info h4 {
    margin-bottom: 12px;
}

.faq {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.faq .faq-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.faq .faq-right .thumb-wrap {
    position: absolute;
    bottom: -72px;
    left: 34px;
}

.faq .faq-right .faq-bg {
    width: 500px;
    height: 500px;
    background: hsl(var(--base)/0.1);
    border-radius: 50%;
}

.faq .faq-right .blob {
    position: absolute;
    margin: auto;
    top: 180px;
    left: 140px;
}

.faq .faq-right .blob svg {
    animation: move 24s ease-in-out infinite;
    height: 70px;
    width: 70px;
}

.faq .faq-right .block {
    position: absolute;
    top: 124px;
    left: 152px;
}

.faq .faq-right .block .element-1 {
    width: 70px;
    height: 24px;
    display: block;
    border: 1px solid hsl(var(--base)/0.1);
}

.faq .faq-right .block .element-2 {
    width: 70px;
    height: 24px;
    display: block;
    border: 1px solid hsl(var(--base)/0.1);
    margin-left: 20px;
}

.faq .faq-right .main-thumb {
    position: absolute;
    width: 176px;
    height: 300px;
}

.faq .faq-right .main-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes move {
    0% {
        transform: scale(1) translate(0, 0) rotate(0);
        fill: hsl(var(--base)/0.7);
        filter: drop-shadow(20px 14px 10px rgba(0, 0, 0, 0.1));
    }

    25% {
        transform: scale(0.8) translate(20px, 30px) rotate(55deg);
        fill: hsl(var(--base)/0.9);
        filter: drop-shadow(14px 14px 6px rgba(0, 0, 0, 0.1));
    }

    50% {
        transform: scale(0.6) translate(40px, 45px) rotate(180deg);
        fill: hsl(var(--base-two)/0.4);
        filter: drop-shadow(-16px -16px 16px rgba(0, 0, 0, 0.1));
    }

    75% {
        transform: scale(0.8) translate(70px, 80px) rotate(55deg);
        fill: hsl(var(--base-two));
        filter: drop-shadow(14px 14px 6px rgba(0, 0, 0, 0.1));
    }

    100% {
        transform: scale(1) translate(0, 0) rotate(0);
        fill: hsl(var(--base));
        filter: drop-shadow(20px 14px 10px rgba(0, 0, 0, 0.1));
    }
}

@media (max-width: 1199px) {
    .faq .faq-right .faq-bg {
        width: 420px;
        height: 420px;
    }
}

@media (max-width: 991px) {
    .faq .faq-right {
        display: none;
    }
}

.testimonial-wrap {
    position: relative;
}

.testimonial-wrap .bg-elemet1 {
    position: absolute;
    top: 100px;
    left: 0px;
}

.testimonial-wrap .bg-elemet2 {
    position: absolute;
    bottom: 60px;
    left: 300px;
}

.testimonial-wrap .bg-elemet3 {
    position: absolute;
    right: 420px;
    bottom: 100px;
}

.testimonial-card {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.testimonial-card .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-card .content h6 {
    font-size: 36px;
    font-weight: 400;
    line-height: 68px;
    text-align: center;
    margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
    .testimonial-card .content h6 {
        line-height: 45px;
        font-size: 28px;
    }
}

.testimonial-card .author {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 38px;
}

.testimonial-card .author .dash {
    display: block;
    width: 31px;
    height: 2px;
    background: hsl(var(--black));
}

.testimonial-card .author h6 {
    font-family: var(--body-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
}

.error {
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.error h3 {
    font-size: 16rem;
    margin-bottom: 0;
    color: transparent;
    -webkit-text-stroke: 3px hsl(var(--dark));
}

.error p {
    width: 50%;
    margin: auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .error p {
        width: 100%;
    }
}

.intro {
    overflow: hidden;
}

.intro .card {
    border-radius: 0 0 32px 32px;
    border: 1px solid hsl(var(--black)/0.1);
    padding: 64px 56px;
    position: relative;
    height: 100%;
    border-top: 0;
}

.intro .card:first-child {
    border-right: 0;
}

.intro .card .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    flex-shrink: 0;
}

.intro .card .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro .card .content h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: hsl(var(--black)) !important;
}

.intro .card .content p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: hsl(var(--dark)/.7);
}

.services {
    overflow: hidden;
}

.services .card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 32px;
    border: 1px solid hsl(var(--black)/0.1);
    background: hsl(var(--white));
    gap: 24px;
    padding: 64px 56px;
    position: relative;
    width: 100%;
}

.services .card.active::after {
    opacity: 1;
    border: 1px solid hsl(var(--black));
}

.services .card.active {
    border: 1px solid hsl(var(--black));
    padding: 56px 56px;
}

.services .card::after {
    content: "";
    top: -15px;
    position: absolute;
    background: hsl(var(--base));
    width: 90%;
    height: 107%;
    border-radius: 32px;
    border: 1px solid hsl(var(--black));
    z-index: -1;
    opacity: 0;
    transition: 0.5s linear;
}

.services .card:hover {
    border: 1px solid hsl(var(--black));
    padding: 56px 56px;
}

.services .card:hover::after {
    opacity: 1;
}

.services .card .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.services .card .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services .card .content h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: hsl(var(--black)) !important;
}

.services .card .content p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: hsl(var(--dark)/.7);
}

.products {
    overflow: hidden;
    position: relative;
    border-top: 1px solid hsl(var(--black)/0.1);
}

.products .shape1 {
    position: absolute;
    right: 26rem;
    top: 8rem;
    animation: banner_shape_four 3s linear infinite;
}

.products .shape2 {
    position: absolute;
    top: 50%;
    left: 10rem;
    animation: banner_shape_nine 12s linear infinite;
}

.products .shape3 {
    position: absolute;
    right: 20rem;
    bottom: 8rem;
    animation: banner_shape_four 3s linear infinite;
}

.products .product-card {
    display: flex;
    gap: 50px;
    margin-bottom: 100px;
}



.products .product-card .content .top {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.products .product-card .content .top i {
    color: hsl(var(--danger));
}

.products .product-card .content .top h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
    color: hsl(var(--danger));
}

.products .product-card .content h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 8px;
}

.products .product-card .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 30px;
}

.products .product-card .preview {
    position: relative;
    border: 1px dashed hsl(var(--black));
    padding: 16px;
    border-radius: 16px;
    flex-shrink: 0;
    height: 226px;
    width: 429px;
}

.products .product-card .preview .thumb {
    border-radius: 9px;
    overflow: hidden;
    position: relative;
    top: -26px;
    left: -33px;
    width: 108%;
    transition: 0.3s linear;
    height: 210px !important;
}

.products .product-card .preview .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.products .product-card:hover .preview {
    height: 226px;
}

.products .product-card:hover .preview .thumb {
    transition: 0.3s linear;
    top: -9px;
    left: -8px;
    bottom: 0px;
    height: 210px;
    width: 104%;
}

.products .product-card:hover .preview .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products .lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 100%;
    z-index: -1;
}

.products .line {
    height: 100%;
    width: 0.5px;
    position: absolute;
    content: "";
    background-color: hsl(var(--black)/0.03);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: -1;
}

.products .line:nth-child(1) {
    margin-left: -33.34%;
}

.products .line:nth-child(2) {
    margin-left: -16.67%;
}

.products .line:nth-child(3) {
    margin-left: 0;
}

.products .line:nth-child(4) {
    margin-left: 16.67%;
}

.products .line:nth-child(5) {
    margin-left: 33.34%;
}

.why-choose {
    padding-bottom: 273px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 860px) {
    .why-choose {
        padding-bottom: 40px;
    }
}

.why-choose .wh-circle {
    width: 650px;
    height: 650px;
    border-radius: 50%;
    border: 1px solid hsl(var(--black)/0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(var(--white));
    position: relative;
    flex-direction: column;
}

@media only screen and (max-width: 860px) {
    .why-choose .wh-circle {
        width: 100%;
        height: 100%;
        border: none;
    }
}

.why-choose .wh-circle .thumb-wrap {
    margin-bottom: -104px;
}

@media only screen and (max-width: 860px) {
    .why-choose .wh-circle .thumb-wrap {
        margin-bottom: 0;
    }
}

.why-choose .wh-circle .thumb-wrap .thumb .path1 {
    fill: hsl(var(--base)) !important;
}

.why-choose .wh-circle .thumb-wrap .thumb .path2 {
    fill: hsl(var(--base)/0.3) !important;
}

.why-choose .wh-circle .thumb-wrap .thumb .code-line {
    animation: fadeInAnimation 1s infinite;
}

.why-choose .wh-circle .thumb-wrap .thumb .code-line1 {
    animation: fadeInAnimation 1.5s infinite;
}

@keyframes fadeInAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.why-choose .why-choose-card {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 263px;
    text-align: center;
}

@media only screen and (max-width: 860px) {
    .why-choose .why-choose-card {
        position: relative;
        margin-bottom: 20px;
    }

    .why-choose .why-choose-card:last-child {
        margin-bottom: 0;
    }
}

.why-choose .why-choose-card.wc1 {
    left: -138px;
    bottom: 125px;
}

@media only screen and (max-width: 860px) {
    .why-choose .why-choose-card.wc1 {
        left: 0;
        bottom: 0;
    }
}

.why-choose .why-choose-card.wc2 {
    top: -51px;
    left: 29%;
}

@media only screen and (max-width: 860px) {
    .why-choose .why-choose-card.wc2 {
        top: 0;
        left: 0;
    }
}

.why-choose .why-choose-card.wc3 {
    top: 31%;
    right: -123px;
    bottom: 66px;
}

@media only screen and (max-width: 860px) {
    .why-choose .why-choose-card.wc3 {
        top: 0;
        right: 0;
        bottom: 0;
    }
}

.why-choose .why-choose-card.wc4 {
    bottom: -171px;
    left: 198px;
}

@media only screen and (max-width: 860px) {
    .why-choose .why-choose-card.wc4 {
        bottom: 0 !important;
        left: 0 !important;
    }
}

.why-choose .why-choose-card .icon-wraper {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.why-choose .why-choose-card .icon-wrap {
    width: 68.6px;
    height: 68.6px;
    border-radius: 50%;
    background: hsl(var(--base)/0.07);
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose .why-choose-card .icon-wrap .icon .path1 {
    fill: hsl(var(--base));
}

.why-choose .why-choose-card .icon-wrap .icon .path2 {
    fill: hsl(var(--base)/0.3);
}

.why-choose .why-choose-card h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.why-choose .why-choose-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.how-work {
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.how-work .how-work-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.how-work .how-work-box .step {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
}

.how-work .how-work-box .line-bar {
    display: block;
    height: 1px;
    width: 100%;
    background: hsl(var(--black)/0.1);
    margin-bottom: 48px;
    position: relative;
}

.how-work .how-work-box .line-bar::after {
    position: absolute;
    left: 50%;
    top: -9px;
    content: "";
    width: 20px;
    height: 20px;
    background: hsl(var(--base));
    border-radius: 50%;
    border: 3px solid hsl(var(--white));
    transform: translateX(-50%);
}

.how-work .how-work-box .content h6 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.how-work .how-work-box .content p {
    text-align: center;
}

.price-section {
    overflow: hidden;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.price-section .price-card-wrap {
    padding: 5px;
    border-radius: 16px;
    position: relative;
    height: 96%;
}

.price-section .price-card {
    position: relative;
    top: -12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid hsl(var(--black)/0.1);
    padding: 45px 0px;
    transition: 0.6s;
    border-radius: 28px;
    background-color: hsl(var(--white));
}

.price-section .price-card:hover {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black));
}

.price-section .price-card:hover::after {
    opacity: 1;
    transition: 0.2s linear;
    z-index: -1;
}

.price-section .price-card:hover .price-card-top .bar1 {
    background: hsl(var(--black));
}

.price-section .price-card:hover .price-card-top .bar2 {
    background: hsl(var(--black));
}

.price-section .price-card.active .price-card-top .bar1 {
    background: hsl(var(--black));
}

.price-section .price-card.active .price-card-top .bar2 {
    background: hsl(var(--black));
}

.price-section .price-card.active {
    opacity: 1;
    border: 1px solid hsl(var(--black));
}

.price-section .price-card.active::after {
    opacity: 1;
}

.price-section .price-card::after {
    content: "";
    top: -15px;
    position: absolute;
    background: hsl(var(--base));
    width: 390px;
    height: 103%;
    border-radius: 32px;
    border: 1px solid hsl(var(--black));
    z-index: -2;
    opacity: 0;
    transition: 0.5s linear;
}

@media only screen and (max-width: 1399px) {
    .price-section .price-card::after {
        width: 340px;
    }
}

@media only screen and (max-width: 1199px) {
    .price-section .price-card::after {
        width: 390px;
    }
}

@media only screen and (max-width: 991px) {
    .price-section .price-card::after {
        width: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .price-section .price-card::after {
        width: 390px;
    }
}

@media only screen and (max-width: 430px) {
    .price-section .price-card::after {
        width: 334px;
        height: 800px;
    }
}

.price-section .price-card .price-card-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.price-section .price-card .price-card-top .bar1 {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 1px;
    background: hsl(var(--black)/0.1);
    transition: 0.6s;
}

.price-section .price-card .price-card-top .bar2 {
    position: absolute;
    bottom: 6px;
    display: block;
    width: 100%;
    height: 1px;
    background: hsl(var(--black)/0.1);
    transition: 0.6s;
}

.price-section .price-card .price-card-top .price-tag {
    padding: 6px 36px;
    border: 1px solid hsl(var(--black));
    border-radius: 114px;
    margin-bottom: 20px;
}

.price-section .price-card .price-card-top .price-tag .price {
    font-weight: 500;
    font-size: 16px;
    color: hsl(var(--black));
}

.price-section .price-card .price-card-top .price-content .title {
    font-size: 64px;
    font-weight: 600;
    line-height: 87px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
}

.price-section .price-card .price-card-top .price-content .title span {
    font-size: 28px;
    font-weight: 600;
    line-height: 87px;
    letter-spacing: 0px;
    text-align: center;
}

.price-section .price-card .price-card-top .price-content .subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 43px;
}

.price-section .price-card .price-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 28px 0px 36px 0px;
}

.price-section .price-card .price-item li {
    padding: 16px 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.price-section .price-card .price-item li:nth-child(odd) {
    background: hsl(var(--black)/0.02);
}

.product-page {
    overflow: hidden;
}

.product-page .card {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid hsl(var(--black)/0.1);
    transition: 0.2s ease-in-out;
}

.product-page .card:hover {
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease-in-out;
}

.product-page .card .thumb {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 18px;
}

.product-page .card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-page .card .content {
    margin-bottom: 20px;
}

.product-page .card .content .top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    gap: 4px;
    margin-bottom: 10px;
    color: hsl(var(--danger));
}

.product-page .card .content .top h6 {
    margin-bottom: 0px;
    font-size: 14px;
    color: hsl(var(--danger));
}

.product-page .card .price {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
}

.services-page {
    position: relative;
    margin-top: 20px;
}

.services-page .main-thumb {
    position: relative;
    border: 1px dashed hsl(var(--black));
    padding: 16px;
    border-radius: 16px;
    flex-shrink: 0;
    height: 335.92px;
    transition: 0.1s linear;
    width: 92%;
}

.services-page .main-thumb .thumb {
    width: 100%;
    height: 362.13px;
    border-radius: 16px;
    position: absolute;
    top: -50px;
    right: -20px;
    overflow: hidden;
}

.services-page .main-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-page p {
    padding-bottom: 10px;
}

.technology {
    overflow: hidden;
}

.technology .card {
    border: 1px solid hsl(var(--black)/0.03);
    padding: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 0;
}

.technology .card .content {
    text-align: center;
}

.technology .card .icon {
    width: 68.6px;
    height: 68.6px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.technology .card .content h6 {
    font-size: 20px;
    font-weight: 600;
}

.sec-title {
    font-size: 38px;
    margin-bottom: 15px;
}

.product-details {
    padding-bottom: 120px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.product-details .key .preview-wrap {
    width: 100%;
    margin-bottom: 40px;
}

.product-details .key .preview-wrap img {
    width: 100%;
}

.product-details .key .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px;
}

.product-details .key .title i {
    color: hsl(var(--yellow));
}

.product-details .key .discription {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 32px;
}

.product-details .key .key-points-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-details .key .key-points-wrap li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-details .key .key-points-wrap li i {
    color: hsl(var(--base));
}

.product-details .key .curriculam-list {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid hsl(var(--black)/0.05);
}

.product-details .key .curriculam-list .curriculum-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product-details .key .curriculam-list .curriculum-item li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid hsl(var(--black)/0.05);
    padding: 18px 0;
}

.product-details .key .curriculam-list .curriculum-item li:last-child {
    border-bottom: 1px solid transparent;
}

.product-details .key .curriculam-list .curriculum-item li .content-name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-details .key .curriculam-list .curriculum-item li .content-name .course-title {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.21;
}

.product-details .key .curriculam-list .curriculum-item li .content-name .pre {
    color: hsl(var(--base));
    text-decoration: underline;
    cursor: pointer;
}

.product-details .key .curriculam-list .curriculum-item li .content-name .pre-i {
    color: hsl(var(--base));
    cursor: pointer;
}

.product-details .key .curriculam-list .curriculum-item li .content-duration p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.21;
}

.product-details .key .curriculam-list .more-list {
    display: none;
}

.product-details .key .curriculam-list .more-list.show {
    display: block !important;
}

.product-details .key .curriculam-list .show-more {
    color: hsl(var(--base));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.product-details .product-details-wrap {
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 12px;
    padding: 26px;
    margin-bottom: 26px;
}

.product-details .card {
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 12px;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
}

.product-details .card .title {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 12px !important;
}

.product-details .card .btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-details .card .btn-wrap .price {
    font-size: 30px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 0px;
}

.product-details .card .envato svg {
    fill: hsl(var(--base));
}

.product-details .card .key-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.product-details .card .key-wrap li {
    display: flex;
    gap: 12px;
    border-bottom: 1px dashed hsl(var(--black)/0.1);
    width: 100%;
    padding-bottom: 8px;
}

.product-details .card .key-wrap li:last-child {
    border-bottom: none;
}

.product-details .card .key-wrap li .icon-wrap {
    width: 33.26px;
    height: 32.38px;
    border-radius: 7px;
    background: hsl(var(--base)/0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-details .card .key-wrap li .content-wrap .title {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: hsl(var(--black)/.6);
    text-align: left;
}

.product-details .card .key-wrap li .content-wrap .date {
    font-size: 16px;
    color: hsl(var(--black)/.8);
    font-weight: 500;
    line-height: 25px;
    text-align: left;
}

.product-details .card .tags-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.product-details .card .tags-wrap li {
    border: 1px solid hsl(var(--black)/0.2);
    border-radius: 6px;
    padding: 2px 6px;
}

.product-details .card .tags-wrap li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.product-details .description .description-key {
    margin-top: 48px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 24px;
}

.product-details .description .description-key:last-child {
    border-bottom: none;
}

.product-details .description .description-key .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.21;
}

.product-details .description .description-key ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-details .description .description-key ul li i {
    font-size: 6px;
}

.product-details .social {
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 12px;
    padding: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-details .social .title {
    margin-bottom: 0px;
}

.product-details .social .social-list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-details .social .social-list li {
    width: 39.55px;
    height: 39.55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: hsl(var(--base)/0.05);
}

.product-details .social .social-list li:hover {
    background: hsl(var(--base));
}

.product-details .social .social-list li:hover i {
    color: hsl(var(--white));
}

.product-details .main-thumb {
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 12px;
    padding: 26px;
    margin-bottom: 26px;
}

.product-details .main-thumb .thumb {
    border-radius: 5px;
    width: 100%;
    height: 408px;
    overflow: hidden;
}

.laravel {
    margin-bottom: 0px;
    font-size: 14px;
    color: hsl(var(--danger));
}

.description h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 35px 0 9px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 8px;
}

.description p {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 15px;
}

.description a {
    color: hsl(var(--base)/.8);
    text-decoration: underline;
}

.description pre {
    background: hsl(var(--base)/0.05);
    padding: 8px;
    margin: 10px 0 23px;
    overflow-x: auto;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    border-left: 4px solid hsl(var(--base));
}

@media only screen and (max-width: 586px) {
    .product-details .main-thumb .thumb {
        height: 208px;
    }
}

.product-details .main-thumb .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details .main-thumb .content-wrap {
    margin-top: 42px;
}

.product-details .main-thumb .content-wrap .script-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.product-details .main-thumb .content-wrap .script-wrap i {
    color: hsl(var(--danger));
}

.product-details .main-thumb .content-wrap .script-wrap .script-name {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: hsl(var(--danger));
}

.product-details .main-thumb .content-wrap .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-details .main-thumb .content-wrap .title-wrap .titlee {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
}

.product-details .product-info {
    padding: 114px 0 40px 0;
    margin-top: 92px;
    background: hsl(var(--base)/0.1);
}

.product-details .product-info .info-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.product-details .product-info .info-wrap .product-tag {
    background: hsl(var(--black)/0.8);
    display: block;
    color: hsl(var(--white));
    border-radius: 4px;
    padding: 3px 7px 3px 7px;
    position: absolute;
    top: -44px;
    left: 0px;
}

.product-details .product-info .info-wrap .product-tag .tag-name {
    color: hsl(var(--white));
}

.product-details .product-info .info-wrap .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: hsl(var(--black));
    margin: 0px;
    width: 85%;
}

.product-details .product-info .info-wrap .rating-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.product-details .product-info .info-wrap .rating-wrap li i {
    color: hsl(var(--yellow));
}

.product-details .product-info .info-wrap .rating-wrap li:last-child {
    margin-left: 12px;
}

.product-details .product-info .info-wrap .key-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.product-details .product-info .info-wrap .key-wrap li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-details .product-info .info-wrap .key-wrap li i {
    color: hsl(var(--base));
}

.packeg-build {
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.packeg-build .item {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 20px;
    margin-bottom: 28px;
    position: relative;
}

.packeg-build .item .line {
    position: absolute;
    top: -5px;
    left: 7px;
    height: 100%;
    width: 1px;
    background: hsl(var(--black)/0.1);
}

.packeg-build .item:last-child {
    border-bottom: none;
}

.search-area {
    position: relative;
}

.search-input {
    padding-right: 40px;
    height: 43px;
}

.search-icon {
    position: absolute;
    right: 12px;
    top: 52%;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
}

.packeg-build .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 24px;
}

.packeg-build .content .dot-base {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: hsl(var(--base));
    position: relative;
    top: -1px;
}

.packeg-build .content h6 {
    margin-bottom: 0;
}

.packeg-build .card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 11px;
    border: 1px solid hsl(var(--black)/0.1);
    background: hsl(var(--white));
    gap: 24px;
    padding: 12px 24px;
    position: relative;
    transition: 0.1s linear;
    width: 100%;
}

.packeg-build .card.input-active {
    position: relative;
    border: 1px solid hsl(var(--black));
    background: #F3FBFF;
}

.packeg-build .card.input-active::after {
    content: "";
    top: -6px;
    position: absolute;
    width: 100%;
    height: 133px;
    border-radius: 11px;
    border: 2px solid hsl(var(--black));
    z-index: -1;
    opacity: 1;
}

.packeg-build .card::after {
    content: "";
    top: -6px;
    position: absolute;
    width: 100%;
    height: 133px;
    border-radius: 11px;
    border: 2px solid hsl(var(--black));
    background-color: hsl(var(--base));
    z-index: -1;
    opacity: 0;
}

.packeg-build .card:hover {
    border: 1px solid hsl(var(--black));
}

.packeg-build .card:hover::after {
    opacity: 1;
}

.packeg-build .card .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.packeg-build .card .details h5 {
    font-weight: 500;
}

.packeg-build .build-card {
    background: hsl(var(--base)/0.03);
    border-radius: 12px;
    padding: 36px;
}

.packeg-build .btn {
    padding: 10px 30px;
}

.soltion-info {
    overflow: hidden;
}

.soltion-info .content p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
}

/*=================== Contact top Start =========*/
.contact-item {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.contact-item__icon {
    width: 80px;
    display: flex;
    background-color: hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--white));
    font-size: 25px;
}

@media screen and (max-width: 767px) {
    .contact-item__icon {
        width: 70px;
        font-size: 18px;
    }
}

.contact-item__content {
    width: calc(100% - 80px);
    padding: 15px 20px;
}

@media screen and (max-width: 767px) {
    .contact-item__content {
        width: calc(100% - 70px);
        padding: 15px;
    }
}

.contact-item__title {
    margin-bottom: 7px;
    color: hsl(var(--black));
}

.contact-item__desc {
    color: hsl(var(--black)/0.6);
}

.contact-map {
    width: 100%;
    min-height: 300px;
    height: 100%;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

.contact .card {
    border-radius: 32px;
    border: 1px solid hsl(var(--black)/0.1);
    background: hsl(var(--white));
    padding: 64px 56px;
    height: 100%;
}

.contact .card .thumb {
    width: 60px;
    display: flex;
    justify-content: center;
    height: auto;
    margin: auto;
}

.contact .card .thumb img {
    margin-bottom: 30px;
}

/*=================== Account =========*/

.account-form__title {
    font-size: 30px;
    font-weight: 600;
}

.have-account__text {
    font-size: 16px;
    margin-top: 20px;
}

.account-inner {
    position: relative;
}

.account-inner .thumb {
    width: 100%;
    height: auto;
}

.account-inner .content {
    display: grid;
    justify-content: center;
}

.account-inner .content h4 {
    text-align: center;
    margin-top: 20px;
}

.account-inner .title {
    text-align: center;
    color: hsl(var(--dark));
    margin-top: 25px;
}

.account-inner .btn:hover {
    color: hsl(var(--dark));
}

.account-form {
    padding: 50px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.account-form .form--label {
    color: hsl(var(--dark));
}

.account-form ::placeholder {
    color: hsl(var(--dark)/0.7);
}

.account-form .form--control {
    color: hsl(var(--dark)/0.7);
}

.account-form .text {
    color: hsl(var(--dark)/0.7) !important;
}

.account-form .form--control[type=password] {
    color: hsl(var(--dark)/0.7) !important;
}

.account-form .password-show-hide {
    color: hsl(var(--dark)/0.7);
}

@media screen and (max-width: 1199px) {
    .account-form {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 991px) {
    .account-form {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-form {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 424px) {
    .account-form {
        padding: 30px 15px;
    }
}

.account-form .social-login {
    margin: 10px 0;
}

.account-form .social-login .card {
    border: 1px solid hsl(var(--dark)/0.1);
    padding: 10px;
}

.account-form .social-login .card img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.account-form .social-login .card h6 {
    margin-bottom: 0;
    font-weight: 400;
}

.account-form .form--check .form-check-input {
    border: 1px solid hsl(var(--dark)/0.5);
}

.account-form .hr {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: hsl(var(--dark));
    text-align: center;
    height: 1.5em;
    opacity: 0.8;
}

.account-form .hr:before {
    content: "";
    background: hsl(var(--dark)/0.3);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.account-form .hr:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: hsl(var(--dark));
    padding: 0 0.5em;
    line-height: 1.5em;
    color: hsl(var(--dark));
    background-color: #fcfcfa;
}

.account-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.social__login img {
    border: 1px solid hsl(var(--black) /0.2);
    padding: 8px;
    border-radius: 12px;
    margin-right: 10px;
    transition: 0.2s;
}

.social__login h6 {
    transition: 0.2s;
}

.social__login:hover {
    transform: translateY(-2px);
}

.account-form__content {
    margin-bottom: 28px;
}

.social__login:hover img {
    border-color: hsl(var(--base));
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.social__login:hover h6 {
    color: hsl(var(--base));
}

@media (min-width: 1199px) {


    .account-thumb {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        width: 47%;
    }

    .account-thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

/*=================== Left Css =========*/
.policy-left {
    position: sticky;
    top: 100px;
}

.policy-left__wrapper {
    background-color: hsl(var(--white)/0.2);
    padding: 45px 20px !important;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .policy-left__wrapper {
        padding: 30px 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .policy-left__wrapper {
        padding: 35px 15px !important;
    }
}

.policy-left .nav-link {
    padding: 0px;
    margin: 5px 0;
}

.policy-left .nav-link:hover {
    color: hsl(var(--base));
}

.policy-left__list {
    color: hsl(var(--white));
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 10px !important;
}

.policy-left__list.active {
    background-color: transparent !important;
    color: hsl(var(--base)) !important;
}

.policy-left__list.active::before {
    background-color: hsl(var(--base));
}

.policy-left__list::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 70%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--white));
}

.policy-left__item {
    color: hsl(var(--body-color));
}

.policy-left__item span {
    font-size: 13px;
    margin-right: 10px;
}

.policy-left__item.active {
    color: hsl(var(--base)) !important;
    background-color: transparent !important;
}

.policy-right__list {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .policy-right__list {
        margin-top: 20px;
    }
}

.policy-card {
    background-color: hsl(var(--white)/0.2);
    padding: 25px;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .policy-card {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .policy-card {
        padding: 15px;
    }
}

.policy-card:not(:last-child) {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .policy-card:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .policy-card:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .policy-card:not(:last-child) {
        margin-bottom: 30px;
    }
}

.policy-card__title {
    margin-bottom: 10px;
}

.policy-card__desc {
    margin-bottom: 30px;
}

@media (max-width: 757px) {
    .policy-card__desc {
        margin-bottom: 20px;
    }
}

.policy-card__desc:last-of-type {
    margin-bottom: 0;
}

/*============** Term Of Service **============*/
.single-terms h3 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid hsl(var(--base));
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.single-terms p {
    margin-bottom: 15px;
}

.page-wrapper {
    min-height: 100vh;
}

.sidebar {
    width: 300px;
    background: hsl(var(--white));
    position: fixed;
    border-radius: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media only screen and (max-width: 1627px) {
    .sidebar {
        width: 250px;
    }
}

.sidebar.active {
    width: 80px;
}

.sidebar.active .sidebar__logo .sidebar__main-logo {
    display: none;
}

.sidebar.active .copyright-wrapper {
    margin-bottom: 25px;
}

.sidebar.active .copyright-area {
    display: none;
}

.sidebar.active .copyright-social li+li {
    margin-left: 0;
    margin-top: 8px;
}

.sidebar.active .sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a::before {
    display: none;
}

.sidebar.active .sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a .menu-title {
    display: none;
}

.sidebar.active .sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu {
    display: block;
    position: absolute;
    right: -210px;
    top: 0;
    background-color: hsl(var(--base));
    width: 230px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    transform: translateX(20px);
}

.sidebar.active .sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
    padding-left: 25px;
}

.sidebar.active .sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a .menu-title {
    display: block;
}

.sidebar.active .sidebar__menu-header {
    font-size: 0;
    margin: 8px 20px;
    padding: 0;
}

.sidebar.active .sidebar__menu-header::before {
    font-family: "Font Awesome 5 Free";
    content: "\f141";
    font-weight: 900;
    font-size: 1rem;
    color: hsl(var(--white));
}

.sidebar.active .sidebar__logo {
    padding: 20px 15px 20px 15px;
}

.sidebar .res-sidebar-close-btn {
    position: absolute;
    top: 0;
    right: -35px;
    width: 35px;
    height: 35px;
    background-color: hsl(var(--white));
    color: hsl(var(--white));
    display: none;
}

@media only screen and (max-width: 991px) {
    .sidebar .res-sidebar-close-btn {
        display: block;
    }
}

.sidebar .res-sidebar-close-btn i {
    font-size: 24px;
}

.sidebar__inner::-webkit-scrollbar {
    display: none;
}

.sidebar__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidebar__menu-wrapper .sidebar__menu {
    margin-bottom: 20px;
    margin-top: 10px;
    list-style-type: none;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item {
    position: relative;
    margin-top: 10px;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active.sidebar-dropdown a::before {
    top: 20px;
    color: hsl(var(--white));
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active a {
    background-color: hsl(var(--base));
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
    padding: 15px;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active a::before {
    transform: rotate(90deg);
    top: 15px;
    color: hsl(var(--dark));
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active a .menu-icon {
    color: hsl(var(--base));
    background-color: hsl(var(--white));
    font-size: 16px;
    border-radius: 4px;
    font: var(--fa-font-solid);
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active a .menu-title {
    color: hsl(var(--white));
    font-weight: 600;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0px 0px 0px 50px;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 15px;
    margin: 20px;
    transition: all 0.3s;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a:hover {
    color: hsl(var(--white));
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a .menu-icon {
    color: hsl(var(--black)/0.5);
    font-size: 17px;
    padding: 6px;
    border-radius: 5px;
    margin-right: 15px;
    transition: all 0.5s;
    font: var(--fa-font-solid);
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a .menu-title {
    color: hsl(var(--black)/0.7);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu {
    position: relative;
    display: none;
    z-index: 1;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu.open {
    display: block;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item .nav-link {
    padding: 10px 20px 10px 40px;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item .nav-link::before {
    display: none;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item .nav-link .menu-icon {
    font-size: 18px;
    background-color: transparent;
    color: hsl(var(--dark));
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item .nav-link .menu-title {
    color: hsl(var(--dark));
    font-weight: 400;
    transition: all 0.3s;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item .nav-link .menu-title:hover {
    color: hsl(var(--dark));
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.sidebar-dropdown a {
    position: relative;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.sidebar-dropdown a::before {
    position: absolute;
    top: 14px;
    right: 20px;
    color: hsl(var(--black)/0.5);
    font-family: "Line Awesome Free";
    font-weight: 700;
    content: "\f105";
    font-size: 16px;
    transition: all 0.3s;
    font: var(--fa-font-solid);
}

.sidebar__menu-header {
    color: hsl(var(--white));
    font-size: 13px;
    font-weight: 500;
    height: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
    opacity: 0.6;
    padding: 0 15px 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 25px;
}

.sidebar__logo {
    padding: 25px 15px 25px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .sidebar__logo {
        justify-content: space-between;
    }
}

.sidebar__logo .sidebar__main-logo {
    max-width: 185px;
}

.sidebar__logo .sidebar__main-logo img {
    max-width: 100%;
    height: auto;
}

.sidebar__logo-shape {
    display: none;
}

.navbar__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar__left button {
    background-color: transparent;
    position: relative;
    font-size: 30px;
    color: hsl(var(--dark));
    outline: none;
    box-shadow: none;
    border: none;
}

.navbar__left i {
    font-size: 18px;
    color: hsl(var(--dark));
}

.navbar__action-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.navbar__action-list li {
    margin-right: 15px;
}

.navbar__action-list li:last-child {
    margin-right: 0;
}

.navbar__right button {
    position: relative;
    background-color: transparent;
    font-size: 24px;
    border: none;
}

@media only screen and (max-width: 575px) {
    .navbar__right button {
        padding: 0;
    }
}

.navbar__right .upload {
    background-color: hsl(var(--white));
    display: flex;
    margin-right: 20px;
    border-radius: 12px;
    padding: 12px 15px;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.navbar__right .upload i {
    font-size: 15px;
    margin-right: 7px;
    color: hsl(var(--dark));
}

.navbar__right .upload p {
    color: hsl(var(--dark)) !important;
}

.navbar__right .user-profile a {
    font-weight: 500;
    white-space: nowrap;
}

.navbar__right .user-profile img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid hsl(var(--white));
    margin-right: 8px;
}

.navbar-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-user .icon {
    padding-left: 7px;
    font-size: 18px;
    color: hsl(var(--dark));
    position: relative;
    top: 3px;
}

@media only screen and (max-width: 575px) {
    .navbar-user .icon {
        display: none;
    }
}

.navbar-user__thumb {
    width: 40px;
}

.navbar-user__thumb img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.navbar-user__info {
    text-align: left;
    padding-left: 15px;
}

@media only screen and (max-width: 575px) {
    .navbar-user__info {
        display: none;
    }
}

.navbar-user__name {
    font-size: 18px;
    font-weight: 400;
    color: hsl(var(--dark));
}

.dropdown-menu.dropdown-menu--sm {
    min-width: 10rem;
    top: 40% !important;
    left: 0 !important;
    background: hsl(var(--white));
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 575px) {
    .dropdown-menu.dropdown-menu--sm {
        left: -120px !important;
    }
}

.dropdown-menu__item {
    border-bottom: 1px solid hsl(var(--base)/0.3);
    color: hsl(var(--dark));
    transition: all 0.3s;
}

.dropdown-menu__item:last-child {
    border: none;
}

.dropdown-menu__item .dropdown-menu__icon {
    font-size: 20px;
    color: hsl(var(--dark));
    transition: all 0.3s;
}

.dropdown-menu__item .dropdown-menu__caption {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
}

.dropdown-menu__item:hover {
    color: hsl(var(--white));
    background: hsl(var(--base));
}

.dropdown-menu__item:hover .dropdown-menu__icon {
    color: hsl(var(--white));
}

.chart-area {
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    border-radius: 5px;
    padding: 22px 0 18px;
}

.chart-area .chart-area-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px 7px 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.chart-area .chart-area-header .chart-btn {
    font-size: 12px;
    background-color: rgba(78, 194, 240, 0.2);
    color: #4ec2f0;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    bottom: 6px;
    transition: all 0.3s;
}

.chart-area .chart-area-header .chart-btn i {
    font-size: 13px;
    padding-right: 5px;
}

.chart-area .chart-area-header .chart-btn:hover {
    background-color: #4ec2f0;
    color: hsl(var(--white));
}

.chart-area .title {
    margin-bottom: 12px;
}

.sidebar-mobile-menu {
    display: none;
}

@media only screen and (max-width: 991px) {
    .sidebar-mobile-menu {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .navbar__expand {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar__menu {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar__inner {
        display: block;
        min-height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar {
        width: 100%;
        position: relative;
        min-height: 0px;
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .copyright-wrapper {
        display: none;
    }
}

.body-wrapper {
    padding-left: 325px;
    padding-right: 30px;
    transition: all 0.5s;
}

@media only screen and (max-width: 1627px) {
    .body-wrapper {
        padding-left: 280px;
    }
}

@media only screen and (max-width: 991px) {
    .body-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 784px) {
    .body-wrapper {
        padding-bottom: 80px;
    }
}

.body-wrapper.active {
    padding-left: 120px;
}

.body-wrapper .dashboard-title-part .title {
    font-weight: 600;
}

.body-wrapper .details {
    padding: 25px;
    border-radius: 10px;
}

.sidebar-box {
    background-color: hsl(var(--base)/0.05);
    border-radius: 10px;
    padding: 20px;
    height: 230px;
    width: auto;
    margin: 20px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1627px) {
    .sidebar-box {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar-box {
        display: none !important;
    }
}

.sidebar-box .shape1 img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sidebar-box .thumb {
    display: flex;
    justify-content: center;
}

.sidebar-box .thumb img {
    width: 65px;
    height: 65px;
    border-radius: 50px;
}

.sidebar-box .content {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    text-align: center;
}

.sidebar-box .content h5 {
    margin-bottom: 0;
}

.sidebar-box .content p {
    color: hsl(var(--black)/0.8) !important;
    font-size: 14px;
}

.sidebar-box .progress {
    margin-top: 10px;
}

.sidebar:hover .sidebar-box {
    display: block;
}

.sidebar.active .sidebar-box {
    display: none !important;
}


.dash-card .thumb {
    display: flex;
    align-items: end;
}

.dash-card .thumb img {
    width: 60px;
    height: auto;
}

.dash-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    border: 1px solid hsl(var(--black)/0.1);
    background: hsl(var(--white));
    gap: 24px;
    padding: 20px;
    position: relative;
    width: 100%;
    transition: 0.2s linear;
}

.dash-card::after {
    content: "";
    top: -8px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    background: hsl(var(--base)/0.1);
    width: 95%;
    height: 100%;
    border-radius: 16px;
    border: 0;
    z-index: -1;
    opacity: 1;
    transition: 0.2s linear;
}

.dash-card:hover {
    padding: 15px 20px;
}

.dash-card:hover::after {
    height: 115%;
}

/* Icon on right */
.dash-card .icon-container {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(var(--base)/0.1);
    margin-left: 15px;
}

.dash-card i {
    font-size: 22px;
    color: hsl(var(--base));
}

/* Content on left */
.dash-card .content {
    flex-grow: 1;
}

.dash-card .value {
    font-size: 28px;
    font-weight: 700;
    color: hsl(var(--dark));
    line-height: 1.2;
}

.dash-card .label {
    font-size: 14px;
    color: hsl(var(--dark)/0.7);
    font-weight: 500;
    margin-top: 4px;
}

.dc-height {
    min-height: 104px;
}

/* Color Variants */
.dash-card.two::after {
    background: hsl(var(--success)/0.1);
}

.dash-card.two .icon-container {
    background: hsl(var(--success)/0.1);
}

.dash-card.two .icon {
    color: hsl(var(--success));
}

.dash-card.three::after {
    background: hsl(var(--warning)/0.1);
}

.dash-card.three .icon-container {
    background: hsl(var(--warning)/0.1);
}

.dash-card.three .icon {
    color: hsl(var(--warning));
}

.dash-card.four::after {
    background: hsl(var(--violet)/0.1);
}

.dash-card.four .icon-container {
    background: hsl(var(--violet)/0.1);
}

.dash-card.four .icon {
    color: hsl(var(--violet));
}

@media only screen and (max-width: 575px) {
    .dashboard-title-part .title {
        font-size: 16px;
    }
}

.dashboard-title-part .title a {
    color: hsl(var(--dark));
}

.dashboard-title-part .title span {
    position: relative;
    padding-left: 30px;
}

@media only screen and (max-width: 575px) {
    .dashboard-title-part .title span {
        padding-left: 15px;
    }
}

.dashboard-title-part .title span::before {
    position: absolute;
    content: "\f105";
    top: 0;
    left: 5px;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
}

@media only screen and (max-width: 575px) {
    .dashboard-title-part .title span::before {
        left: 0;
    }
}

.main-wrapper {
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background: #F0F3F8;
}

.btn--sm {
    padding: 5px 8px;
    font-size: 14px;
}

.navbar-wrapper {
    margin-left: 320px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 1627px) {
    .navbar-wrapper {
        margin-left: 278px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-wrapper {
        margin-left: 0;
    }
}

.navbar-wrapper.active {
    margin-left: 92px;
}

.navbar-wrapper .navbar-wrapper-area {
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0px 32px 0px 5px;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .navbar-wrapper .navbar-wrapper-area {
        padding: 20px 0px 20px 20px;
    }
}

.copyright-wrapper {
    border-top: 1px solid hsl(var(--base)/0.5);
    padding-top: 25px;
}

.copyright-wrapper .copyright-area {
    text-align: center;
    border: none;
    padding: 15px;
}

.copyright-wrapper .copyright-area p {
    font-size: 14px;
    color: hsl(var(--dark));
}

.copyright-wrapper .copyright-area p a {
    color: hsl(var(--base));
}

.copyright-wrapper .copyright-social {
    text-align: center;
}

.copyright-wrapper .copyright-social li {
    display: inline-block;
}

.copyright-wrapper .copyright-social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border: 1px solid hsl(var(--base)/0.5);
    border-radius: 50%;
    color: hsl(var(--base));
    transition: all 0.5s;
}

.copyright-wrapper .copyright-social li a.active,
.copyright-wrapper .copyright-social li a:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.copyright-wrapper .copyright-social li+li {
    margin-left: 10px;
}

.summary .info {
    background-color: hsl(var(--base)/0.07);
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.summary .info:last-child {
    margin-bottom: 0;
}

.summary .info h6 {
    margin-bottom: 0;
    color: hsl(var(--dark)/0.7);
}

.search-dash {
    position: relative;
}

.search-dash i {
    position: absolute;
    top: 14px;
    right: 25px;
    font-size: 17px;
    font-weight: 700;
    color: hsl(var(--dark));
    transform: rotate(260deg);
}

.body-area {
    background-color: hsl(var(--white));
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.body-area-two {
    background-color: hsl(var(--white));
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 25px 0;
    overflow: hidden;
}

.dashboard-card-wrap {
    background: hsl(var(--white));
    margin-top: 24px;
    border-radius: 8px;
    padding: 20px;
}

.drop-file-wrap .dashboard_profile_wrap {
    border: 1px dotted hsl(var(--black)/0.1);
    padding: 22px;
    height: 300px;
    position: relative;
}

.drop-file-wrap .dashboard_profile_wrap .profile_photo {
    margin-bottom: 0px;
    border: 0;
}

.profile_photo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: auto;
    border: 3px solid hsl(var(--base));
    margin-bottom: 35px;
}

.profile_photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: hsl(var(--dark));
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
}

.profile_photo img {
    object-fit: cover;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.profile_photo .photo_upload {
    display: inline-block;
    padding: 0px 0px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: hsl(var(--white));
    transform: translate(-50%, -50%);
}

.profile_photo .photo_upload i {
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

.profile_photo .photo_upload .upload_file {
    opacity: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
    display: none;
}

.dashboard_profile__details .sidebar-menu-list {
    padding: 0 20px 20px;
    max-height: 80vh;
    overflow-x: auto;
}

.dashboard_profile_wrap .profile_photo:hover::before {
    visibility: visible;
    opacity: 0.7;
}

.dashboard_profile_wrap .profile_photo:hover .photo_upload i {
    visibility: visible;
    opacity: 1;
}

.profile-left__contact .action-category-item {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
    display: flex;
    padding: 20px;
}

.user-info p {
    margin-bottom: 0;
}

.user-info p span {
    font-weight: 700;
}

.two-fact-wrapper {
    margin: 5px;
    border-radius: 10px;
    background-color: hsl(var(--white));
    padding: 20px;
}

.two-fact-left {
    background-color: hsl(var(--white)/0.02);
    color: hsl(var(--dark));
}

.two-fact-left__thumb {
    margin: 50px auto;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    background: hsl(var(--black)/0.08);
    position: relative;
}

.two-fact-left__thumb img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.two-fact-left__content {
    text-align: center;
    margin-bottom: 50px;
}

.two-fact-left__bottom .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.two-fact-left__bottom .form-group.form-group.right {
    display: flex;
}

.two-fact-left__bottom .form-group.form-group.right .form--control {
    background: hsl(var(--black)/0.1);
    padding: 17px;
    border-radius: 5px 0 0 5px !important;
    overflow: hidden;
    border: 0;
}

.two-fact-left__bottom .form-group.form-group.right .input-group-text {
    right: 14px;
    font-size: 20px;
    top: 15px;
    cursor: pointer;
    border-radius: 0 5px 5px 0 !important;
}

.profile-right-wrap {
    margin: 5px;
    border-radius: 10px;
    background-color: hsl(var(--white));
    padding: 20px;
}

.welcome-details .content h4 {
    font-weight: 600;
}

.welcome-details img {
    width: 350px;
    height: auto;
    display: flex;
    margin-left: auto;
}

.dash-offer .card {
    border: none;
    padding: 20px;
    border-radius: 15px;
    border-left: 3px solid hsl(var(--base));
    position: relative;
    overflow: hidden;
}

.dash-offer .card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: hsl(var(--base)/0.06);
    border-radius: 10px;
}

.dash-offer .card h6 {
    margin-bottom: 0;
    font-weight: 600;
}

.dash-offer .two {
    border-left: 3px solid hsl(var(--warning));
}

.dash-offer .three {
    border-left: 3px solid hsl(var(--success));
}

.chart {
    background-color: hsl(var(--base)/0.04);
    padding: 15px;
    border-radius: 15px;
}

.dash-product-card {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid hsl(var(--black)/.1);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.dash-product-card h6,
p {
    font-size: 16px;
    color: hsl(var(--dark)/.7);
    line-height: 24px;
}

.dash-product-card-2 {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid hsl(var(--black)/.1);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
    .dash-product-card-2 {
        flex-wrap: wrap;

    }
}

@media screen and (max-width: 1499px) {
    .dash-product-card-2 {
        flex-wrap: wrap;

        .d-flex.align-items-center.gap-3 {
            align-items: start !important;
        }
    }
}

.dash-product-card-2 p {
    font-size: 14px;
    color: hsl(var(--dark)/.7);
}

.dash-product-card .price {
    display: flex;
    align-items: center;
    margin-top: 8px;
    gap: 15px;
}

.dash-product-card .price p {
    font-size: 22px;
    font-weight: 600;
    color: hsl(var(--base));
}

.dash-product-card:last-child {
    margin-bottom: 0;
}

.dash-product-card .thumb img {
    width: 120px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
}

.dash-product-card .content h6 {
    margin-bottom: 5px;
    font-weight: 500;
}

.dash-product-card .content a {
    color: hsl(var(--black)/0.5);
    font-weight: 600;
}

.dash-product-card .content a:hover {
    color: hsl(var(--black));
}

.recent-item h5 {
    margin-bottom: 0;
}

.recent-item a:hover {
    border: 1px solid hsl(var(--black)/0.5);
}

/* Modern Table Styling */
.dashboard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid hsl(var(--black)/0.1);
    margin-bottom: 1.5rem;
}

.dashboard-table thead {
    background: hsl(var(--base)/0.05);
    color: var(hsl(--dark)/.7);
}

.dashboard-table th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dashboard-table td {
    padding: 14px 20px;
    border-bottom: 1px solid hsl(var(--base)/0.08);
    font-size: 14px;
    vertical-align: middle;
}

.dashboard-table tr:last-child td {
    border-bottom: none;
}

.dashboard-table tbody tr:hover {
    background-color: hsl(var(--base)/0.03);
}

/* Status badges */
.table-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.badge-success {
    background: hsl(var(--success)/0.1);
    color: hsl(var(--success));
}

.badge-warning {
    background: hsl(var(--warning)/0.1);
    color: hsl(var(--warning));
}

.badge-danger {
    background: hsl(var(--danger)/0.1);
    color: hsl(var(--danger));
}

/* Table header */
.table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.table-title {
    font-size: 18px;
    font-weight: 600;
    color: hsl(var(--dark));
}

.table-link {
    font-size: 13px;
    color: hsl(var(--base));
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.table-link:hover {
    text-decoration: underline;
}

/* Responsive table */
@media (max-width: 768px) {
    .dashboard-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.avatar-circle {
    background-color: hsl(var(--base)/0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--base));
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.user-avatar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elite-badge-container {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
}

.elite-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(145deg, #ffe451 0%, #ffc613 100%);
    color: #2A2100;
    padding: 7px 16px 7px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 2;
    border: 1px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.2);
}

.crown-icon {
    display: flex;
    color: #2A2100;
}

.badge-text {
    position: relative;
    top: 1px;
}

/* For dark mode compatibility */
.dark .elite-badge {
    color: #FFF;
    background: linear-gradient(145deg, #FFD700 0%, #B8860B 100%);
}

.dark .crown-icon {
    color: #FFF;
}

/* Regular Member Badge Styles */
.regular-badge-container {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
}

.regular-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(145deg, #f5f5f5 0%, #e0e0e0 100%);
    color: #4a4a4a;
    padding: 8px 16px 8px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.user-icon {
    display: flex;
    color: #6b6b6b;
    font-size: 14px;
}


/* Dark Mode Compatibility */
.dark .regular-badge {
    background: linear-gradient(145deg, #3a3a3a 0%, #2a2a2a 100%);
    color: #e0e0e0;
    border-color: rgba(255, 255, 255, 0.05);
}

.dark .user-icon {
    color: #b0b0b0;
}

/* Pair them together */
.badge-group {
    display: flex;
    gap: 8px;
    align-items: center;
}


.user-info--wrap .dropdown-menu {
    padding: 0;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black) / 0.1);
    box-shadow: hsl(var(--black) / 0.1) 0px 6px 14px 0px;
    border-radius: 10px !important;
    overflow: hidden;
}

.user-info--wrap .dropdown-menu .dropdown-item {
    padding: 8px 12px;
    border-bottom: 1px solid hsl(var(--black) / 0.06);
    color: hsl(var(--black) / 0.6);
    font-size: 14px;
}


.dashboard-header .user-info--wrap .dropdown-menu .dropdown-item i {
    font-size: 14px;
    margin-right: 5px;
}


.avatar-circle--sm {
    background-color: hsl(var(--base) / 0.2);
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
}




.user-dropdown--menu {
    background-color: hsl(var(--white));
    right: 12px !important;
    transform: translateY(-10px);
    z-index: 999;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.user-info--wrap:hover .user-dropdown--menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(10px);
}

.user-info--wrap .fa-angle-down {
    transition: all 0.3s;
}

.user-info--wrap:hover .fa-angle-down {
    rotate: 180deg;
}

.nav-item .nav-link .fa-angle-down {
    transition: all 0.3s;
}

.nav-item:hover .nav-link .fa-angle-down {
    rotate: 180deg;
}

.user-info--wrap a {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 6px;
}


.container .title {
    margin-bottom: 70px !important;
}

.solutions-link:hover {
    color: hsl(var(--primary));
}

.solutions-link i {
    transition: transform 0.3s ease;
    font-size: 0.8em;
}

.solutions-link:hover i {
    transform: translateX(3px);
}


/* Modern tags styling */
.modern-tags {
    max-width: 520px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2rem;
    z-index: 999999999999;
}

.hero-tag {
    display: inline-block;
    color: hsl(var(--black)/.7);
    border: 1px solid hsl(var(--black)/0.1);
    padding: 4px 10px 3px;
    border-radius: 2rem;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-tag:hover {
    background-color: hsl(var(--primary)/0.07);
    transform: translateY(-2px);
    border: 1px solid transparent;
    border-color: hsl(var(--primary)/0.2);
}

/* hero orbit soalar animation */
.solar-system {
    position: relative;
    width: 100%;
    height: 700px;
    margin: auto;
    margin-top: -85px;
}

.orbit {
    border: 1px dashed hsl(var(--black)/0.2);
}

#sun,
.orbit,
.orbit+div,
.orbit+div>div {
    position: absolute;
}

#sun,
.orbit,
.orbit+div {
    top: 50%;
    left: 50%;
}

.orbit+div>div {
    top: 0;
    left: 50%;
}

.orbit,
.orbit+div div,
#earth {
    border-radius: 50%;
}

#sun {
    height: 120px;
    width: 120px;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 50%;
    background-color: hsl(var(--white));
    z-index: 5;
    box-shadow: rgba(255, 255, 255, 0.76) 0px 0px 40.6px 0px;
}

#earth {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 70px;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 40.6px 0px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(var(--white));
    border-radius: 50%;
}

#earthTwo {
    position: absolute;
    top: 97%;
    left: 50%;
    right: auto;
    margin-left: -25px;
    margin-top: -25px;
    width: 70px;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 40.6px 0px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(var(--white));
    border-radius: 50%;
}

.earth-orbit {
    background-color: hsl(var(--base) / .01);
}

.earth-orbit,
.earth-spin {
    width: 550px;
    height: 550px;
    margin-left: -275px;
    margin-top: -275px;
}

#venus {
    margin-top: -30px;
    margin-left: -20px;
    width: 70px;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 40.6px 0px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(var(--white));
    border-radius: 50%;
}

.venus-orbit {
    background-color: hsl(var(--base) / .05);
}


.venus-orbit,
.venus-spin {
    margin-top: -185px;
    margin-left: -185px;
    width: 370px;
    height: 370px;
}

#mercury {
    margin-top: -38px;
    margin-left: -38px;
    width: 70px;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 40.6px 0px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(var(--white));
    border-radius: 50%;
}

.mercury-orbit {
    background-color: hsl(var(--base) / .1);
}

.mercury-orbit,
.mercury-spin {
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    z-index: 4;
}

#mars {
    margin-top: -36px;
    margin-left: -16px;
    width: 70px;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 40.6px 0px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(var(--white));
    border-radius: 50%;
    z-index: -9999999999999999999;
}

#marsTwo {
    top: 100%;
    left: 50%;
    margin-top: -36px;
    margin-left: -16px;
    width: 70px;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 40.6px 0px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(var(--white));
    border-radius: 50%;
}

.mars-orbit,
.mars-spin {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
}

@keyframes spin-right {
    100% {
        transform: rotate(360deg);
    }
}


@keyframes spin-left {
    100% {
        transform: rotate(-360deg);
    }
}

.earth-spin {
    animation: spin-right 36.5s linear infinite;
}

.earth-spin-left {
    animation: spin-left 36.5s linear infinite;
}

.moon-spin {
    animation: spin-right 3s linear infinite;
}

.moon-spin-left {
    animation: spin-left 3s linear infinite;
}

.venus-spin {
    animation: spin-right 22s linear infinite;
}

.venus-spin-left {
    animation: spin-left 22s linear infinite;
}

.mercury-spin {
    animation: spin-right 8.8s linear infinite;
}

.mercury-spin-left {
    animation: spin-left 8.8s linear infinite;
}

.mars-spin {
    animation: spin-right 68.7s linear infinite;
}

.mars-spin-left {
    animation: spin-left 68.7s linear infinite;
}


@media only screen and (max-width: 991px) {
    .products .product-card {
        gap: 20px;
        margin-bottom: 50px;
    }

    .products .product-card .preview {
        padding: 12px;
        height: 180px;
        width: 330px;
    }


    .products .product-card .preview .thumb {
        top: 0px;
        left: 0px;
        width: 100%;
        transition: 0.3s linear;
        height: 154px !important;
    }

    .products .shape2 {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .products .product-card {
        flex-wrap: wrap;
        gap: 28px;
    }

    .products .product-card .preview .thumb {
        width: 100%;
        height: 100% !important;
    }

    .products .product-card .preview {
        height: 268px;
        width: 100%;
    }

    .testimonial-card .content h6 {
        margin-bottom: 0px;
    }

    .slick-arrow {
        width: 34px;
        height: 34px;
        border-radius: 50% !important;
        font-size: 12px;
    }

    .testimonial-card .author {
        margin-bottom: 0px;
    }

    .custom-table tbody tr td::before {
        width: 30%;
    }

    .slick-arrow {
        top: 70% !important;
    }


}


@media only screen and (max-width: 425px) {
    .products .product-card .preview {
        height: 210px;
        width: 100%;
    }
}


@media only screen and (max-width: 375px) {
    .products .product-card .preview {
        height: 188px;
        width: 100%;
    }
}

.announcement-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    margin-bottom: 22px;
    border: 1px solid #ffd79f;
    border-radius: 13px;
    background-color: #fffef6;
    color: #404040;
}

.wyg h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.wyg h2 {
    font-size: 22px;
    margin-bottom: 10px !important;
    font-weight: 500;
}

.wyg ul {
    margin: 10px 40px 30px;
}

.wyg ul li {
    list-style-type: disc;
    color: hsl(var(--black)/0.7);
    font-size: 16px;
}

.section-title {
    font-size: 30px;
    margin-bottom: 0;
}

.wyg p {
    color: hsl(var(--black)/0.7);
    margin-bottom: 30px;
    font-size: 16px;
}

.hosting-details .card {
    border-radius: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
    background: none;
}

.page-head {
    padding-left: 28px;
    padding-right: 26px;
}

@media only screen and (max-width: 991px) {
    .page-head {
        padding-left: 14px;
        padding-right: 13px;
    }
}


.more--btn {
    color: hsl(var(--base));
    font-weight: 600;
    text-decoration: none;
    transition: 0.6s;
    text-wrap: nowrap;
}

.more--btn i {
    margin: 0 5px;
    rotate: -40deg;
    transition: all 0.3s ease;
}

.more--btn:hover i {
    transform: translateX(2px);
}


@media screen and (max-width: 1199px) {
    .intro .card {
        padding: 34px 24px;
    }

    .services .card {
        padding: 36px 22px;
    }

    .services .card.active {
        padding: 36px 22px;
    }

    .services .card .content p {
        font-size: 14px;
        line-height: 24px;
    }

    .why-choose .why-choose-card.wc4 {
        bottom: -144px;
    }

    .testimonial-card .content h6 {
        font-size: 24px;
        line-height: 38px;
    }

    .slick-arrow {
        top: 60%;
    }

    .title h2 {
        font-size: 40px;
    }

    .product-details .main-thumb .content-wrap .title-wrap {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px;

        .btn {
            padding: 8px 10px;
            font-size: 13px;
            text-wrap: nowrap;
            margin: 0 !important;
        }
    }

    .product-details .main-thumb .content-wrap .title-wrap .titlee {
        margin-bottom: 0px !important;

    }

    .product-details .card .btn-wrap {
        .btn {
            padding: 8px 10px;
            font-size: 13px;
            text-wrap: nowrap;
        }
    }


}


@media screen and (max-width: 768px) {
    .intro {
        margin-top: 60px;
    }

    .intro .card {
        width: 60%;
        border: 0;
        display: flex;
        justify-content: center;
    }

    .intro .col {
        display: flex;
        justify-content: center;
    }

    .intro .col-xxl-3.col-lg-4 {
        display: flex;
        justify-content: center;
    }

    a.forgot-password.text--base {
        font-size: 14px;
    }

}

a.forgot-password.text--base {
    margin-top: 4px;
}

.intro .card.first {
    border-bottom-left-radius: 0;
}

.intro .card.last {
    border-bottom-right-radius: 0;
}

.addMoneyBtn {
    margin-top: 5px;
    margin-left: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.addMoneyBtn:hover::before {
    color: hsl(var(--base)/0.7);
}

.src-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 18px;
}