@import url("https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700;800;900&family=Nunito+Sans:wght@300;400;600;700;800;900&family=Public+Sans:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    --heading-font: "Exo", sans-serif;
    --body-font: "Nunito Sans", sans-serif;
    --roboto-font: "Roboto", sans-serif;
    --heading-one: clamp(1.5625rem, 2.8vw + 1rem, 3.75rem);
    --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2rem);
    --heading-three: clamp(1.25rem, .8vw + 1rem, 1.875rem);
    --heading-four: clamp(1.125rem, .5vw + 1rem, 1.5rem);
    --heading-five: clamp(1rem, .3vw + 1rem, 1.25rem);
    --heading-six: clamp(0.875rem, .12vw + .875rem, 1rem);
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --light-h: 0;
    --light-s: 0%;
    --light-l: 33%;
    --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(--base-two);
    --body-color: var(--light);
    --body-color-light: hsl(var(--light)/.40);
    --card-bg: 0 0 98%;
    --border-color: hsl(var(--black)/.10);
    --body-background: hsl(var(--white));
    --section-bg: 214 100% 99%;
    --account-text: 210 10% 23%;
    --gray: hsl(var(--black)/.4);
    --border-gray: hsl(var(--black)/.1);
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) /.08);
    --box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    --box-shadow-two: 0px 0px 80px rgba(0, 102, 255, 0.1);
    --box-shadow-three: 0px 0px 80px rgba(38, 50, 56, 0.05);
    --base-h: 208;
    --base-s: 100%;
    --base-l: 50%;
    --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: 239;
    --base-two-s: 91%;
    --base-two-l: 14%;
    --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: 226;
    --dark-s: 28%;
    --dark-l: 15%;
    --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: 211;
    --primary-s: 100%;
    --primary-l: 50%;
    --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: 115;
    --success-s: 99%;
    --success-l: 41%;
    --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: 41;
    --warning-s: 90%;
    --warning-l: 51%;
    --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: 38;
    --yellow-s: 98%;
    --yellow-l: 61%;
    --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);
    /* ============================== Bootstrap Modifier End ==============================*/
}

/* ========================= Css Variables End =========================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--heading-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--body-background));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: var(--body-font);
    counter-reset: number-counter;
}

p {
    font-family: var(--body-font);
    margin: 0;
    font-weight: 400;
    word-break: break-word;
    line-height: 1.65;
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.3;
    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: 700;
}

h3 {
    font-size: var(--heading-three);
    font-weight: 700;
}

h4 {
    font-size: var(--heading-four);
    font-weight: 600;
}

h5 {
    font-size: var(--heading-five);
    font-weight: 700;
}

h6 {
    font-size: var(--heading-six);
    font-weight: 700;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: 600;
    transition: 0.2s linear;
    line-height: 1.2;
    word-break: break-word;
    color: hsl(var(--heading-color));
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--body-color));
    font-weight: 400;
    font-family: var(--body-font);
}

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(--body-color));
}

button:focus {
    outline: none;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

@media screen and (min-width: 480px) and (max-width: 575px) {
    .col-msm-6 {
        width: 50%;
    }
}

/* Gutter For Mobile Screen */
@media screen and (max-width: 424px) {
    .gy-xsm-4 {
        --bs-gutter-y: 1.5rem;
    }
}

/* Width by custom Class */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .w--md-75 {
        width: 75%;
    }
}

/* Custom Container */
.custom--container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Font Weight */
.fw-500 {
    font-weight: 500 !important;
}

/* Font Weight */
/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg)) !important;
}

/* Full Screen Height Css */
.full-display {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Bg Image Css */
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

/* Background Ovelray Css Start */
.bg-overlay {
    position: relative;
    isolation: isolate;
}

.bg-overlay::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--base-two));
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Hide Scroll bar Css For Custom Modal */
body.scroll-hidden {
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: hidden;
    width: calc(100% - 8px);
}

/* For Small Device */
@media screen and (max-width: 991px) {
    body.scroll-hidden-sm {
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: hidden;
        width: calc(100% - 0px);
    }
}

/* ================================= Custom Classes Css End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-align {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-center,
.how-to-deal::before {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* Span Tag Font weight & Font family */
.for-span,
.bottom-footer__copyright {
    font-family: var(--body-font);
    font-weight: 300;
}

/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11,
.form--check .form-check-input:checked::before {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14,
.btn {
    font-size: 0.875rem;
}

.fs-15 {
    font-size: 0.9375rem;
}

.fs-16,
.form--label,
p {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .fs-16 {
        font-size: 0.9375rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 991px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1199px) {
    .fs-18 {
        font-size: 1rem;
    }
}

.fs-20,
.feature-two-item__icon,
.feature-item-box__desc {
    font-size: 1.25rem;
}

@media screen and (max-width: 1199px) {

    .fs-20,
    .feature-two-item__icon,
    .feature-item-box__desc {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {

    .fs-20,
    .feature-two-item__icon,
    .feature-item-box__desc {
        font-size: 1rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ============================ Positioning Css Class Start ===================== */
.pa,
.other-option::before,
.sidebar__title::before,
.sidebar__title::after,
.how-to-deal::before,
.how-to-deal-wrapper::before,
.how-to-work__border::before,
.feature-item-box__shape,
.category-list__link::before,
.category-list__item::before,
.banner__inner::after,
.banner::before,
.banner::after,
.notification__button .icon::before,
.full-screen__button .icon::before,
.text-list.dotted .text-list__item::before,
.bottom-footer-list__link::after,
.footer-menu__link::after,
.footer-item__title::before,
.footer-item__title::after,
.footer-shape,
.has-mega-menu>a::after,
.header::before,
.section-heading__title .shape::before,
.contact-form__title .shape::before {
    position: absolute;
    content: "";
}

.pa-wh-100-tl-0,
.account-left::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.left-center,
.category-list__link::before {
    left: 50%;
    transform: translateX(-50%);
}

.top-center,
.other-option::before,
.category-list__item::before {
    top: 50%;
    transform: translateY(-50%);
}

.top-left-center,
.achievement-thumbs__img.one {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* Transition Class */
.transition,
.how-to-deal::before,
.footer-menu__item::before {
    transition: 0.2s ease-in;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ====================== Section Heading ==================== */
.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 991px) {

    .section-heading__title,
    .contact-form__title {
        margin-bottom: 10px;
    }
}

.section-heading__title .shape,
.contact-form__title .shape {
    position: relative;
    z-index: 1;
}

.section-heading__title .shape::before,
.contact-form__title .shape::before {
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 12px;
    background-color: hsl(var(--base)/0.15);
    border-radius: 40px;
    z-index: -1;
}

.section-heading__desc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .section-heading__desc {
        margin-bottom: 10px;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__desc {
        font-size: 0.875rem;
    }
}

.section-heading__desc:last-child {
    margin-bottom: 0;
}

.section-heading__desc.text--bold {
    font-size: 1.25rem;
    color: rgba(0, 40, 78, 0.7);
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .section-heading__desc.text--bold {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__desc.text--bold {
        font-size: 1.0625rem;
    }
}

.section-heading.style-left {
    text-align: left;
}

.section-heading.style-left .section-heading__desc {
    margin-left: 0;
}


/* ================= Slick Arrow & Dots css Start ================ */
/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--base)/0.2);
    color: hsl(var(--white));
    margin: 0 3px;
    width: 12px;
    height: 12px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
.bg--base {
    background-color: hsl(var(--base)) !important;
}

.bg--primary {
    background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

.bg--violet {
    background-color: hsl(var(--violet)) !important;
}

.text--base,
.testimonial-item__name {
    color: hsl(var(--base)) !important;
}

.text--base-two {
    color: hsl(var(--base-two)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

.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;
    }
}

.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-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.pt-60 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

.pb-60 {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

.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;
    }
}

.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;
}
/* =========================== Accordion Css start ============================= */
/* ========================= Accordion CSS Start ============================= */
.custom--accordion .accordion-item {
    border-radius: 20px !important;
    border: 1px solid hsl(var(--base-two)/0.07);
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 16px;
}

.custom--accordion .accordion-body {
    padding: 16px;
    background-color: #fff !important;
}

.custom--accordion .accordion-button {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
    padding: 8px 20px;
    color: hsl(var(--heading-color));
    background-color: transparent;
    border-radius: 4px 4px 0px 0px !important;
    gap: 8px;
    background-color: #fff !important;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        font-size: 1rem;
    }
}

.vlab-blog-details p:empty {
    display: none;
    margin: 0;
    height: 0;
    width: 0;
}

.custom--accordion .accordion-button::after {
    --size: 40px;
    content: "\2b";
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--body-color));
    border: 2px solid #F1F5F9;
    background-image: none;
    font-family: "Font Awesome 6 Pro";
    font-size: calc(var(--size) * 0.6);
    font-weight: 900;
    font-size: 1.125rem;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button::after {
        --size: 30px;
    }
}

.custom--accordion .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-227deg);
}

.custom--accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--gray));
    padding-top: 16px;
    border-top: 1px solid hsl(var(--white)/0.15);
}

.accordion.custom--accordion br {
    display: none;
    width: 0;
    height: 0;
    visibility: hidden;
}


@media screen and (max-width: 575px) {
    .custom--accordion .accordion-text {
        font-size: 0.875rem;
    }
}
/* ========================= Accordion CSS End =============================== */
/* ================================= Accordion Css End =========================== */
/* ================================= Accodion Css End =========================== */
/* ================================= Button Css Start =========================== */
button {
    border: none;
    transition: 0.2s linear;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

.btn {
    color: hsl(var(--white)) !important;
    font-weight: 700;
    padding: 17px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid transparent;
    font-family: var(--font-two);
    transition: 0.5s;
    line-height: 1;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 991px) {
    .btn {
        border-radius: 3px;
        padding: 14px 20px;
        font-size: 0.75rem;
    }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    color: hsl(var(--white));
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn:active {
    top: 2px;
}

.btn--lg {
    padding: 21px 30px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 18px 30px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 15px 20px;
    }
}

.btn--md {
    padding: 14px 20px;
    font-size: 0.875rem;
    font-weight: 800 !important;
}

@media screen and (max-width: 767px) {
    .btn--md {
        padding: 12px 15px;
        font-weight: 600 !important;
        font-size: 0.8125rem;
    }
}

.btn--sm {
    padding: 10px;
    font-size: 0.75rem;
    font-weight: 700 !important;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 8px;
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 575px) {
    .btn--sm {
        padding: 7px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
}

.btn .icon {
    margin-right: 3px;
}

.pill {
    border-radius: 40px;
}

.btn--base {
    background-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

.btn--base.outline {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

.btn--base.outline:hover,
.btn--base.outline:focus .btn--base.outline:focus-visible {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.btn--base-light {
    background-color: hsl(var(--base)/0.1) !important;
    color: hsl(var(--base)) !important;
    padding: 14px 15px;
}

.btn--base-light:hover,
.btn--base-light:focus .btn--base-light:focus-visible {
    background-color: hsl(var(--base)/0.2) !important;
}

.btn--gray {
    background-color: var(--gray) !important;
    border-color: var(--border-gray) !important;
}

.btn--gray:hover,
.btn--gray:focus .btn--gray:focus-visible {
    background-color: hsl(var(--base)) !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.btn--gray.outline {
    background-color: transparent !important;
    border-color: var(--border-gray) !important;
    color: var(--gray) !important;
}

.btn--gray.outline:hover,
.btn--gray.outline:focus .btn--gray.outline:focus-visible {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

.btn--light {
    background-color: #c6c7c8 !important;
}

.btn--light:hover,
.btn--light:focus .btn--light:focus-visible {
    background-color: transparent !important;
    border: 1px solid #c6c7c8 !important;
    color: #c6c7c8 !important;
}

.btn--light.outline {
    background-color: transparent !important;
    border: 1px solid #c6c7c8 !important;
    color: #c6c7c8 !important;
}

.btn--light.outline:hover,
.btn--light.outline:focus .btn--light.outline:focus-visible {
    background-color: #c6c7c8 !important;
    color: hsl(var(--white)) !important;
}

.btn--custom {
    background-color: #F7F7F7 !important;
    border-color: #F7F7F7 !important;
    color: hsl(var(--black)/0.4) !important;
}

.btn--custom:hover,
.btn--custom:focus .btn--custom:focus-visible {
    background-color: hsl(var(--black)/0.4) !important;
    border: 1px solid hsl(var(--base-two)/0) !important;
    color: hsl(var(--white)) !important;
}

.btn--custom.outline {
    background-color: transparent !important;
    border-color: #F7F7F7 !important;
    color: hsl(var(--black)/0.4) !important;
}

.btn--custom.outline:hover,
.btn--custom.outline:focus .btn--custom.outline:focus-visible {
    background-color: hsl(var(--black)/0.4) !important;
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

.btn--account {
    background-color: #F2F2F2 !important;
    color: hsl(var(--account-text)) !important;
    padding: 12px 23px !important;
}

.btn--account:hover {
    background-color: hsl(var(--black)/0.15) !important;
}

.btn--google {
    border: 2px solid #ADB5BD;
    padding: 14px 30px;
    font-weight: 400;
    color: hsl(var(--account-text)) !important;
    border-radius: 8px !important;
}

@media screen and (max-width: 991px) {
    .btn--google {
        font-size: 1rem;
        padding: 10px 30px;
        border-radius: 5px !important;
    }
}

.btn--google .icon {
    max-width: 24px;
    margin-right: 5px;
}

.btn--google:hover,
.btn--google:focus {
    background-color: #adb5bd47 !important;
    border-color: #adb5bd47 !important;
}

.btn--white {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--base)) !important;
}

.btn--white:hover,
.btn--white:focus .btn--white:focus-visible {
    background-color: transparent !important;
    border: 1px solid hsl(var(--white)) !important;
    color: hsl(var(--white)) !important;
}

.btn--white.outline {
    border: 1px solid hsl(var(--white)) !important;
    background-color: transparent !important;
    color: hsl(var(--white)) !important;
}

.btn--white.outline:hover,
.btn--white.outline:focus .btn--white.outline:focus-visible {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--base)) !important;
}

.btn--primary {
    background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: transparent !important;
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.btn--primary.outline {
    border: 1px solid hsl(var(--primary)) !important;
    background-color: transparent !important;
    color: hsl(var(--primary)) !important;
}

.btn--primary.outline:hover,
.btn--primary.outline:focus .btn--primary.outline:focus-visible {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
    background-color: transparent !important;
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.btn--secondary.outline {
    border: 1px solid hsl(var(--secondary)) !important;
    background-color: transparent !important;
    color: hsl(var(--secondary)) !important;
}

.btn--secondary.outline:hover,
.btn--secondary.outline:focus .btn--secondary.outline:focus-visible {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--success {
    background-color: hsl(var(--success)) !important;
}

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
    background-color: transparent !important;
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
}

.btn--success.outline {
    border: 1px solid hsl(var(--success)) !important;
    background-color: transparent !important;
    color: hsl(var(--success)) !important;
}

.btn--success.outline:hover,
.btn--success.outline:focus .btn--success.outline:focus-visible {
    background-color: hsl(var(--success)) !important;
    color: hsl(var(--white)) !important;
}

.btn--danger {
    background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
    background-color: transparent !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.btn--danger.outline {
    border: 1px solid hsl(var(--danger)) !important;
    background-color: transparent !important;
    color: hsl(var(--danger)) !important;
}

.btn--danger.outline:hover,
.btn--danger.outline:focus .btn--danger.outline:focus-visible {
    background-color: hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
}

.btn--warning {
    background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
    background-color: transparent !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.btn--warning.outline {
    border: 1px solid hsl(var(--warning)) !important;
    background-color: transparent !important;
    color: hsl(var(--warning)) !important;
}

.btn--warning.outline:hover,
.btn--warning.outline:focus .btn--warning.outline:focus-visible {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--white)) !important;
}

.btn--info {
    background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
    background-color: transparent !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.btn--info.outline {
    border: 1px solid hsl(var(--info)) !important;
    background-color: transparent !important;
    color: hsl(var(--info)) !important;
}

.btn--info.outline:hover,
.btn--info.outline:focus .btn--info.outline:focus-visible {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
}

/* ================================= Button Css End =========================== */
/*  ================================= Card Css Start =========================== */
.custom--card {
    border-radius: 5px;
    background-color: hsl(var(--white));
    border: transparent;
}

.custom--card .card-header {
    padding: 13px 20px;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--dark)/0.1);
}

.custom--card .card-body {
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 5px;
}

.custom--card .card-body__icon {
    font-size: 26px;
    color: hsl(var(--white));
}

.custom--card .card-footer {
    padding: 13px 20px;
    background-color: transparent;
    border-top: 1px solid hsl(var(--dark)/0.1);
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    margin-bottom: 10px;
    color: hsl(var(--heading-color));
    font-weight: 400;
}

.required {
    color: red;
    font-size: 15px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

/* Form Select  */
.select {
    color: hsl(var(--body-color)) !important;
}

.select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--body-color)) !important;
}

.select option {
    background-color: hsl(var(--white));
    color: hsl(var(--body-color));
}

/* Form Select End */
/* Form Control Start */
.form--control {
    border-radius: 5px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 12px 15px;
    background-color: transparent;
    border: 1px solid hsl(var(--base-two)/0.15);
    color: hsl(var(--black));
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .form--control {
        padding: 8px 20px;
    }
}

.form--control::placeholder {
    color: hsl(var(--black)/0.4);
}

.form--control:focus {
    border-radius: 5px;
    color: hsl(var(--black));
    box-shadow: none;
    border-color: hsl(var(--base-two)/0.3);
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--dark-d-100)/ 0.1);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--black)/0.4);
}

.form--control[type=password]:focus {
    color: hsl(var(--black));
}

.form--control[type=file] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--base-two)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color)) !important;
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

/* Form Control End */
textarea.form--control {
    height: 150px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--dark)) !important;
}

/* Autofill Css End */
/* Show Hide Password */
.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
    z-index: 9;
}

@media screen and (max-width: 991px) {
    .password-show-hide {
        font-size: 1rem;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Custom Checkbox Design */
.form--check {
    display: flex;
    flex-wrap: wrap;
}

.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: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--base));
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: hsl(var(--white));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    width: calc(100% - 16px);
    padding-left: 8px;
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 0.9375rem;
    }
}

/* Custom Radio Design */
.form--radio .form-check-input {
    box-shadow: none;
    border: 1px solid hsl(var(--body-color)/0.4);
    position: relative;
    width: 14px;
    height: 14px;
    margin-top: 4px;
    cursor: pointer;
}

.form--radio .form-check-input:active {
    filter: brightness(100%);
}

.form--radio .form-check-input::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: hsl(var(--body-color)/0.4);
    border-radius: 50%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}

.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 {
    background-color: hsl(var(--base));
    visibility: visible;
    opacity: 1;
}

.form--radio .form-check-label {
    width: calc(100% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--dark)/0.12);
    padding: 15px;
}

.custom--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger));
    font-size: 1.5625rem;
    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 {
    background-color: hsl(var(--white));
    border-radius: 10px !important;
}

.custom--modal .modal-body {
    padding: 15px;
}

.custom--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: 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: 15px;
    border-top: 1px solid hsl(var(--dark)/0.12);
    justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Common Modal Css Start =========================== */
.common--modal .modal-header {
    border-bottom: 0;
    padding: 0;
    padding-bottom: 10px;
}

.common--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger));
    font-size: 1.5625rem;
    line-height: 1;
    border-radius: 4px;
    transition: 0.2s linear;
}

.common--modal .modal-header.close:hover {
    background-color: hsl(var(--danger-l-100));
}

.common--modal .modal-header.close :focus {
    box-shadow: none;
}

.common--modal .modal-dialog {
    max-width: 600px;
}

.common--modal .modal-content {
    background-color: hsl(var(--white));
    padding: 30px 40px;
    border-radius: 10px !important;
}

@media screen and (max-width: 991px) {
    .common--modal .modal-content {
        padding: 25px;
    }
}

@media screen and (max-width: 767px) {
    .common--modal .modal-content {
        padding: 20px;
        border-radius: 5px !important;
    }
}

@media screen and (max-width: 575px) {
    .common--modal .modal-content {
        padding: 15px;
    }
}

.common--modal .modal-body {
    padding: 0;
}

.common--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.common--modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-top: 0;
    justify-content: flex-end;
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.7;
}

.domain-field .form-control {
    padding: 13px 25px;
}

@media screen and (max-width: 575px) {
    .domain-field .form-control {
        padding: 13px 15px;
    }
}

@media screen and (max-width: 424px) {
    .domain-field .form-control {
        padding: 13px 10px;
    }
}

.domain-field .input-group-text {
    color: hsl(var(--body-color));
}

.domain-field .input-group-text.first {
    background-color: #F8FBFF;
    border-right: 0;
    border-color: hsl(var(--black)/0.1);
    padding: 0 25px;
}

@media screen and (max-width: 575px) {
    .domain-field .input-group-text.first {
        padding: 0 15px;
    }
}

@media screen and (max-width: 424px) {
    .domain-field .input-group-text.first {
        padding: 0 10px;
    }
}

.domain-field .input-group-text.second {
    background-color: hsl(var(--body-color)/0.04);
    border-color: hsl(var(--black)/0.1);
    padding: 0;
    border-left: 0;
}

.domain-field .input-group-text.second .select.form--control {
    border: 0;
    padding: 0px 40px;
    padding-right: 30px;
    background-color: transparent;
    color: hsl(var(--body-color)) !important;
}

@media screen and (max-width: 575px) {
    .domain-field .input-group-text.second .select.form--control {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 424px) {
    .domain-field .input-group-text.second .select.form--control {
        padding: 0px 10px;
    }
}

/* ================================= Common Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 45px;
    }
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 35px;
    }
}

.pagination .page-item {
    margin-right: 15px;
}

.pagination .page-item:last-child {
    margin-right: 0;
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--base-two)/0.1);
    border-radius: 3px;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 700;
    padding: 0;
    color: hsl(var(--black)/0.4);
}

.pagination .page-item.active,
.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.pagination .page-item.active {
    border-radius: 3px;
    border: 1px solid hsl(var(--base-two)/0.1);
}

.pagination .page-item.active .page-link {
    color: #fff;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

@media(max-width:991px) {
    .pagination .page-item {
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .pagination .page-item .page-link {
        font-size: 0.85rem;
        line-height: 0.85rem;
        height: 30px;
        width: 30px;
    }
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__content {
    width: calc(100% - 35px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    color: hsl(var(--dark)/0.7);
}

.action-buttons {
    gap: 10px;
    justify-content: flex-end;
}

.delete-icon,
.edit-icon {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.08);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.edit-icon {
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.08);
}

.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    background-color: hsl(var(--white));
    text-align: center;
    padding: 15px 20px;
    color: hsl(var(--dark)/0.7);
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    border: 1px solid hsl(var(--dark)/0.08);
    background-color: hsl(var(--base)/0.03);
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 6px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 6px 0 0;
    text-align: right;
}

.table thead tr th:nth-child(2) {
    text-align: left;
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody tr {
    border-bottom: 1px solid hsl(var(--dark)/0.08);
}

.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid hsl(var(--dark)/0.08);
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 6px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--dark)/0.7);
    font-weight: 500;
    max-width: 170px;
    border-bottom: 1px solid hsl(var(--dark)/0.08);
    border-right: 1px solid hsl(var(--dark)/0.08);
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    color: hsl(var(--dark));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
    border-left: 1px solid hsl(var(--dark)/0.08);
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid hsl(var(--dark)/0.08);
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--base-two)/0.8);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--dark)/0.7);
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--dark)/0.02);
    }

    .table--responsive--lg tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--base-two)/0.08);
        max-width: unset;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--dark)/0.7);
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr:nth-child(even) {
        background-color: hsl(var(--dark)/0.02);
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--base-two)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--dark)/0.7);
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl thead {
        display: none;
    }

    .table--responsive--xxl tbody tr {
        display: block;
    }

    .table--responsive--xxl tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--xxl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--base-two)/0.08);
        max-width: unset;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--dark)/0.7);
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.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(--base-two)/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));
}

/* ================================= Tab Css End =========================== */
/* ================================= Bandge Css Start =========================== */
.badge {
    border-radius: 30px;
    padding: 4px 15px;
    font-size: 0.6875rem;
    font-weight: 500;
}

.badge--base {
    background-color: hsl(var(--base)/0.1) !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

.badge--primary {
    background-color: hsl(var(--primary)/0.1) !important;
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.badge--secondary {
    background-color: hsl(var(--secondary)/0.1) !important;
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.badge--success {
    background-color: hsl(var(--success)/0.1) !important;
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
}

.badge--danger {
    background-color: hsl(var(--danger)/0.1) !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.badge--warning {
    background-color: hsl(var(--warning)/0.1) !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.badge--info {
    background-color: hsl(var(--info)/0.1) !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.badge--violet {
    background-color: hsl(var(--violet)/0.1) !important;
    border: 1px solid hsl(var(--violet)) !important;
    color: hsl(var(--violet)) !important;
}

/* ================================= Bandge Css 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 {
    max-width: 220px;
    max-height: 60px;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 180px;
    }
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    z-index: 5;
    background-color: #ffffff;
    border-bottom: 1px solid hsl(var(--base-two)/0.07);
    transition: 0.3s linear;
}

.header.add-bg {
    background-color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        background-color: transparent;
        padding: 15px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 92vh;
        overflow-y: auto;
        transition: 0.3s linear;
    }


    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }

    .header+.site-main {
        margin-top: var(--header-height);
    }
}

.header.fixed-header {
    background-color: hsl(var(--white));
    position: fixed;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
    box-shadow: var(--header-box-shadow);
}

.header.fixed-header .nav-menu .nav-link {
    padding: 25px 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu .nav-item {
        margin-right: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .nav-menu .nav-item {
        margin-right: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-menu .nav-item {
        margin-right: 13px;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .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;
        color: hsl(var(--base));
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link {
        font-weight: 700;
        font-size: 1rem;
        color: hsl(var(--heading-color)) !important;
        padding: 33px 0;
        position: relative;
        cursor: pointer;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-menu .nav-item .nav-link {
        font-weight: 700;
        font-size: 0.875rem;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link:hover::before {
        transition: 0.3s;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 20px;
        width: 0;
        height: 2px;
        background-color: hsl(var(--base));
        transform: translateX(-50%);
        transition: 0.3s;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
        color: hsl(var(--body-color)/0.6);
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        top: 100%;
        left: 0;
        transform: translateY(20px);
        padding: 12px !important;
        transition: 0.3s;
        border-radius: 10px;
        overflow: hidden;
        min-width: 190px;
        border-color: hsl(var(--black)/0.05);
        box-shadow: var(--box-shadow-two);
        margin-top: -1px;
    }

    .dropdown-menu__link {
        padding: 8px 20px;
        font-weight: 700;
        font-size: 0.9375rem;
        transition: 0.3s;
        border-radius: 5px;
    }

    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover {
        background-color: hsl(var(--base)/0.1);
        color: hsl(var(--heading-color));
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item.dropdown {
        position: relative;
    }

    .nav-menu .nav-item.dropdown::before {
        position: absolute;
        content: "";
        bottom: -25px;
        left: 20px;
        width: 13px;
        height: 13px;
        background-color: hsl(var(--white));
        z-index: 9991;
        transform: rotate(45deg);
        border-radius: 2px;
        border-style: solid;
        border-width: 1px;
        border-color: hsl(var(--black)/0.05) #00000000 transparent hsl(var(--black)/0.05);
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .nav-menu .nav-item.dropdown::before {
        display: none;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:hover::before {
        bottom: -7px;
        visibility: visible;
        opacity: 1;
    }

    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 99% !important;
        transform: translateY(0px);
    }
}

/* ========================== Desktop Device End ========================= */
/* ============================== 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:last-child>a {
        border-bottom: 0;
    }

    .nav-item__icon {
        color: hsl(var(--heading-color)/0.6);
    }

    .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px !important;
        padding-left: 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
        font-weight: 600;
        font-size: 0.9375rem;
        border-bottom: 1px solid hsl(var(--base-two)/0.08);
        color: hsl(var(--heading-color));
    }

    .nav-item .nav-link::before {
        display: none;
    }

    .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .nav-item .nav-link.show[aria-expanded=true] i {
        transform: rotate(180deg);
        color: hsl(var(--base)) !important;
    }

    .dropdown-menu {
        border-radius: 3px;
        -webkit-box-shadow: none;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 600;
        font-size: 0.9375rem;
        color: hsl(var(--heading-color));
        border-bottom: 1px solid hsl(var(--base-two)/0.08);
        margin-left: 20px;
        position: relative;
        padding-left: 15px;
    }

    .dropdown-menu li .dropdown-item::before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        border: 1px solid hsl(var(--base-two)/0.5);
        border-radius: 50%;
    }

    .dropdown-menu li .dropdown-item:hover,
    .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--body-color));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2rem;
}

.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: 1.5rem;
}

.account-button {
    margin-left: 20px;
}

@media screen and (max-width: 1199px) {
    .account-button {
        margin-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .account-button {
        margin-top: 15px;
        margin-left: 0;
    }
}

@media screen and (max-width: 1399px) {
    .account-button .btn {
        padding: 17px;
    }
}

@media screen and (max-width: 1199px) {
    .account-button .btn {
        padding: 17px 15px;
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 991px) {
    .account-button .btn {
        border-radius: 3px;
        padding: 12px 20px;
        font-size: 0.75rem;
    }
}

/* ================================= Header Css End ===========================  */
/* Header For Internal Page Css Start */
.internal-page-header {
    position: relative;
    border-bottom: 1px solid hsl(var(--base-two)/0.07);
}

.internal-page-header.fixed-header {
    position: sticky;
}

/* Header For Internal Page Css End*/
/*======================================== Mega Menu Css Start ==================================*/
@media screen and (max-width: 991px) {
    .has-mega-menu {
        border-bottom: 1px solid hsl(var(--base-two)/0.08);
    }
}

.has-mega-menu>a {
    position: relative;
}

@media screen and (max-width: 991px) {
    .has-mega-menu>a {
        border-bottom: 0 !important;
    }
}

.has-mega-menu>a::after {
    bottom: -20px;
    left: 50%;
    width: 13px;
    height: 13px;
    background-color: hsl(var(--white));
    z-index: 2;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 2px;
    border-color: hsl(var(--black)/0.05);
    border-style: solid;
    border-width: 1px;
    border-color: hsl(var(--black)/0.05) transparent transparent hsl(var(--black)/0.05);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .has-mega-menu>a::after {
        display: none;
    }
}

.has-mega-menu:hover>a::after {
    bottom: -8px;
    visibility: visible;
    opacity: 1;
}

.has-mega-menu:hover .mega-menu {
    margin-top: 0;
}

.mega-menu {
    background-color: hsl(var(--white));
    padding: 20px !important;
    min-width: 930px;
    max-width: 930px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100%;
    border-radius: 10px;
    z-index: 999;
    box-shadow: var(--box-shadow-two);
    overflow: unset;
    margin-top: 15px;
}

@media screen and (max-width: 1399px) {
    .mega-menu {
        min-width: 840px;
    }
}

@media screen and (max-width: 1199px) {
    .mega-menu {
        min-width: 650px;
    }
}

@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;
    }
}

@media screen and (max-width: 767px) {
    .mega-menu {
        padding: 10px !important;
    }
}

.mega-menu__inner {
    position: relative;
}

/* Mega Menu List Css*/
.mega-menu-list__item {
    padding: 20px;
    border-radius: 10px;
    width: 33.333%;
    transition: 0.2s;
}

@media screen and (max-width: 1199px) {
    .mega-menu-list__item {
        width: 50%;
        padding: 15px;
    }
}

@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: 10px;
    }
}

@media screen and (max-width: 575px) {
    .mega-menu-list__item {
        width: 100%;
    }
}

.mega-menu-list__item:hover {
    background-color: hsl(var(--base)/0.05);
}

.mega-menu-list__icon {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
    border-radius: 50%;
    border-radius: 5px;
    font-size: 18px;
}

.mega-menu-list__content {
    width: calc(100% - 35px);
    padding-left: 15px;
}

.mega-menu-list__title {
    font-size: var(--heading-six);
    font-weight: 600;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.3;
    margin-bottom: 5px;
    transition: 0.2s;
}

.mega-menu-list__desc {
    color: hsl(var(--body-color));
}

.mega-menu-list__desc:hover {
    color: hsl(var(--body-color));
}

/* Item Background & Color Css Start */
.success-item .mega-menu-list__icon {
    color: hsl(var(--success));
    background-color: hsl(var(--success)/0.1);
}

.success-item:hover {
    background-color: hsl(var(--success)/0.045);
}

.success-item:hover .mega-menu-list__icon {
    background-color: hsl(var(--success)/0.15);
}

.success-item:hover .mega-menu-list__title {
    color: hsl(var(--success));
}

.base-item .mega-menu-list__icon {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
}

.base-item:hover {
    background-color: hsl(var(--base)/0.045);
}

.base-item:hover .mega-menu-list__icon {
    background-color: hsl(var(--base)/0.15);
}

.base-item:hover .mega-menu-list__title {
    color: hsl(var(--base));
}

.warning-item .mega-menu-list__icon {
    color: hsl(var(--warning));
    background-color: hsl(var(--warning)/0.1);
}

.warning-item:hover {
    background-color: hsl(var(--warning)/0.045);
}

.warning-item:hover .mega-menu-list__icon {
    background-color: hsl(var(--warning)/0.15);
}

.warning-item:hover .mega-menu-list__title {
    color: hsl(var(--warning));
}

.info-item .mega-menu-list__icon {
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.1);
}

.info-item:hover {
    background-color: hsl(var(--info)/0.045);
}

.info-item:hover .mega-menu-list__icon {
    background-color: hsl(var(--info)/0.15);
}

.info-item:hover .mega-menu-list__title {
    color: hsl(var(--info));
}

.danger-item .mega-menu-list__icon {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.1);
}

.danger-item:hover {
    background-color: hsl(var(--danger)/0.045);
}

.danger-item:hover .mega-menu-list__icon {
    background-color: hsl(var(--danger)/0.15);
}

.danger-item:hover .mega-menu-list__title {
    color: hsl(var(--danger));
}

.violet-item .mega-menu-list__icon {
    color: hsl(var(--violet));
    background-color: hsl(var(--violet)/0.1);
}

.violet-item:hover {
    background-color: hsl(var(--violet)/0.045);
}

.violet-item:hover .mega-menu-list__icon {
    background-color: hsl(var(--violet)/0.15);
}

.violet-item:hover .mega-menu-list__title {
    color: hsl(var(--violet));
}

/* Item Background & Color Css End*/
/* Mega Menu List Css End */
/*======================================== Mega Menu Css End ==================================*/
/* ============= Footer Start Here ======================= */
.footer {
    background-color: hsl(var(--base-two));
    margin-top: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer-shape {
    left: 0;
    bottom: 0;
    z-index: -1;
}

.footer-shape.one,
.footer-shape.two {
    animation: 30s downup linear infinite;
}

.footer-shape.one {
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    animation: 30s updown linear infinite;
}

@keyframes updown {
    0% {
        top: 5%;
    }

    50% {
        top: 95%;
    }

    100% {
        top: 5%;
    }
}

@keyframes downup {
    0% {
        bottom: 0%;
    }

    50% {
        bottom: 90%;
    }

    100% {
        bottom: 0%;
    }
}

/* Shapes Css End */
/* Footer Items */
.footer-item__logo {
    margin-bottom: 20px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 290px;
    max-height: 70px;
}

@media screen and (max-width: 1199px) {
    .footer-item__logo a img {
        max-width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .footer-item__logo a img {
        max-width: 200px;
    }
}

.footer-item__desc {
    color: hsl(var(--white)/0.7);
    margin-top: 40px;
    font-weight: 300;
    max-width: 400px;
}

@media screen and (max-width: 1199px) {
    .footer-item__desc {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .footer-item__desc {
        margin-top: 20px;
    }
}

.footer-item__title {
    color: hsl(var(--white));
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}

.footer-item__title::before,
.footer-item__title::after {
    width: 65px;
    height: 3px;
    left: 0;
    bottom: -2px;
    background-color: hsl(var(--base));
    border-radius: 40px;
    overflow: hidden;
}

.footer-item__title::after {
    width: 10px;
    background-color: #0a0b38;
    animation: bar_dot 5s linear infinite;
    border-radius: 0 !important;
}

@keyframes bar_dot {
    from {
        transform: translateX(-10px);
    }

    to {
        transform: translateX(65px);
    }
}

/* Footer List Item */
.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    margin-bottom: 15px;
    padding-left: 24px;
    position: relative;
    display: inline-block;
}

.footer-menu__item:hover::before {
    background-color: hsl(var(--base));
}

.footer-menu__item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--base)/0.7);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.footer-menu__item:last-of-type {
    margin-bottom: 0;
}

.footer-menu__link {
    position: relative;
    color: hsl(var(--white)/0.7);
    font-weight: 300;
}

@media screen and (max-width: 575px) {
    .footer-menu__link {
        font-size: 0.9375rem;
    }
}

.footer-menu__link::after {
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--white)/0.7);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-out;
}

.footer-menu__link:hover {
    color: hsl(var(--white));
}

.footer-menu__link:hover::after {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer Start Here ======================= */
.bottom-footer {
    border-top: 1px solid hsl(var(--white)/0.1);
    padding: 30px 0;
    gap: 10px;
}

@media screen and (max-width: 991px) {
    .bottom-footer {
        justify-content: center;
        padding: 20px 0;
    }
}

.bottom-footer__copyright {
    color: hsl(var(--white)/0.65);
    font-weight: 300;
}

@media screen and (max-width: 991px) {
    .bottom-footer__copyright {
        text-align: center;
    }
}

.bottom-footer__copyright .link {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    color: hsl(var(--white)/0.85);
}

.bottom-footer__copyright .link:hover {
    color: hsl(var(--base));
}

/* Footer Menu List */
@media screen and (max-width: 991px) {
    .bottom-footer-list {
        justify-content: center;
    }
}

.bottom-footer-list__item {
    margin-right: 25px;
}

@media screen and (max-width: 991px) {
    .bottom-footer-list__item {
        margin-right: 15px;
    }
}

.bottom-footer-list__item:last-child {
    margin-right: 0;
}

.bottom-footer-list__link {
    color: hsl(var(--white)/0.65);
    opacity: 0.7;
    font-weight: 300;
    position: relative;
}

.bottom-footer-list__link:hover {
    color: hsl(var(--white));
    opacity: 0.9;
}

.bottom-footer-list__link:hover::after {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.bottom-footer-list__link::after {
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--white)/0.65);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-out;
}

/* =============Bottom Footer End Here ======================= */
/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--base-two));
    width: 100%;
    height: 100%;
}

.preloader__circle {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 6px solid hsl(var(--base));
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    animation: spin 1.3s linear infinite;
    -webkit-animation: spin 1.5s linear infinite;
}

.preloader__favicon {
    text-align: center;
    max-width: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaling 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes scaling {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

/* ================================= preload Css End ===========================  */

/* ================================= Template Selection Css Start ===========================  */
::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base-d-100));
    border: 0px solid transparent;
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    background-color: hsl(var(--black)/0.15);
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.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: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid hsl(var(--base-two)/0.1);
    transition: 0.3s;
    cursor: pointer;
    font-size: 0.875rem;
    color: hsl(var(--black)/0.4);
}

.social-list__link.active {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

.social-list__link:hover,
.social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

/* ================================= Social Icon Css End =========================== */
/* ================================= Text List Css Start =========================== */
.text-list {
    /* Big Font Start */
    /* Big Font End */
    /* Underlined */
    /* Dotted */
    /* More Margin For Blog Single */
    /* Tags */
}

.text-list__item {
    margin-bottom: 10px;
    color: hsl(var(--body-color));
    display: flex;
}

.text-list__item:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .text-list__item {
        font-size: 0.9375rem;
    }
}

.text-list__item .icon {
    color: hsl(var(--base));
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .text-list__item .icon {
        margin-right: 10px;
    }
}

@media screen and (max-width: 575px) {
    .text-list__item .icon {
        margin-right: 8px;
    }
}

.text-list.big-font .text-list__item .icon {
    color: hsl(var(--base));
}

.text-list.big-font .text-list__item .text {
    font-weight: 600;
}

.text-list.underlined .text-list__item {
    padding-bottom: 10px;
    border-bottom: 1px dashed hsl(var(--black)/0.2);
}

@media screen and (max-width: 767px) {
    .text-list.underlined .text-list__item {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .text-list.underlined .text-list__item {
        font-size: 0.875rem;
    }
}

.text-list.underlined .text-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.text-list.underlined .text-list__item .icon {
    color: hsl(var(--body-color));
}

.text-list.dotted .text-list__item {
    display: block;
    position: relative;
    padding-left: 17px;
    margin-bottom: 18px;
}

.text-list.dotted .text-list__item:last-child {
    margin-bottom: 0;
}

.text-list.dotted .text-list__item::before {
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
}

.text-list.more-margin .text-list__item {
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .text-list.more-margin .text-list__item {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .text-list.more-margin .text-list__item {
        margin-bottom: 12px;
        font-size: 0.9375rem;
    }
}

.text-list.more-margin .text-list__item:last-child {
    margin-bottom: 0;
}

.text-list.more-margin .text-list__item .icon {
    margin-right: 8px;
}

.text-list.style-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.text-list.style-tag .text-list__item {
    margin-bottom: 0;
}

.text-list.style-tag .text-list__link {
    color: hsl(var(--body-color));
    background-color: hsl(var(--black)/0.08);
    padding: 6px 15px;
    font-weight: 600;
    border-radius: 3px;
}

.text-list.style-tag .text-list__link:hover {
    background-color: hsl(var(--black)/0.2);
    border-color: hsl(var(--black)/0.2);
}

.text-list.style-tag .text-list__link:active {
    position: relative;
    top: 2px;
}

/* ================================= Text List Css End =========================== */

/* ================================= 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;
}

/* ================================= Body Overlay End =========================== */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rating-list__item {
    margin-right: 5px;
    color: hsl(var(--yellow));
}

.rating-list__item:last-child {
    margin-right: 0;
}

/* ================================= Start Rating Css End =========================== */
/* ============================== Banner Section Start Here ===================*/
.banner {
    position: relative;
    z-index: 1;
    background: linear-gradient(179.83deg, #EAF5FF 74.14%, rgba(255, 255, 255, 0) 99.41%);
    padding: 290px 0 190px;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .banner {
        padding: 240px 0 140px;
    }
}

@media screen and (max-width: 1199px) {
    .banner {
        padding: 210px 0 110px;
    }
}

@media screen and (max-width: 991px) {
    .banner {
        padding: 180px 0 120px;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        padding: 150px 0 90px;
    }
}

@media screen and (max-width: 575px) {
    .banner {
        padding: 150px 0 60px;
    }
}

.banner__shape {
    z-index: -1;
}

.banner::before,
.banner::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FC490B;
    left: 10%;
    top: 73%;
    animation: scale_more 2s ease infinite;
    z-index: -1;
}

@media screen and (max-width: 575px) {

    .banner::before,
    .banner::after {
        display: none;
    }
}

.banner::before {
    background-color: #FDB846;
    top: 35%;
    animation: scale_more 3s ease infinite;
}

.banner__inner::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #B659FF;
    right: 9%;
    top: 35%;
    animation: scale 3s ease infinite;
    z-index: -1;
}

@media screen and (max-width: 575px) {
    .banner__inner::after {
        display: none;
    }
}

.banner-content {
    text-align: center;
}

.banner-content__subtitle {
    font-weight: 700;
    color: hsl(var(--base));
    margin-bottom: 24px;
    font-family: var(--heading-font);
}

@media screen and (max-width: 991px) {
    .banner-content__subtitle {
        margin-bottom: 20px;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__subtitle {
        margin-bottom: 15px;
        font-size: 0.8125rem;
    }
}

.banner-content__title {
    margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
    .banner-content__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__title {
        margin-bottom: 15px;
    }
}

.banner-content__buttons {
    margin-top: 50px;
    gap: 15px;
}

@media screen and (max-width: 1199px) {
    .banner-content__buttons {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__buttons {
        margin-top: 30px;
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__buttons {
        margin-top: 20px;
    }
}

.category-list__item {
    margin-right: 8px;
    padding-right: 8px;
    position: relative;
}

.category-list__item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.category-list__item:last-child::before {
    display: none;
}

.category-list__item::before {
    right: 0;
    width: 1px;
    height: 13px;
    background-color: hsl(var(--body-color)/0.2);
}

.category-list__link {
    font-weight: 600;
    position: relative;
}

.category-list__link:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: 0px;
}

.category-list__link::before {
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-out;
}

@media screen and (max-width: 991px) {
    .category-list__link {
        font-size: 0.8125rem;
    }
}

.banner-technology {
    position: absolute;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .banner-technology {
        max-width: 130px;
    }
}

@media screen and (max-width: 767px) {
    .banner-technology {
        max-width: 100px;
    }
}

@media screen and (max-width: 575px) {
    .banner-technology {
        max-width: 60px !important;
    }
}

.banner-technology.wordpress {
    left: 21.5%;
    top: 20%;
    animation: scale 4s ease-in-out infinite;
}

@media (max-width: 1699px) {
    .banner-technology.wordpress {
        left: 15%;
    }
}

@media screen and (max-width: 1199px) {
    .banner-technology.wordpress {
        left: 10%;
    }
}

@media screen and (max-width: 991px) {
    .banner-technology.wordpress {
        left: 5%;
        top: 13%;
        max-width: 100px;
    }
}

.banner-technology.flutter {
    left: 16%;
    top: 44%;
    animation: updown 20s ease infinite;
}

@media (max-width: 1699px) {
    .banner-technology.flutter {
        left: 6%;
    }
}

@media screen and (max-width: 1199px) {
    .banner-technology.flutter {
        left: 1%;
    }
}

@media screen and (max-width: 991px) {
    .banner-technology.flutter {
        left: -3%;
        max-width: 80px;
    }
}

@media screen and (max-width: 575px) {
    .banner-technology.flutter {
        left: -5%;
    }
}

.banner-technology.php {
    left: 17%;
    bottom: 12%;
    animation: updown 10s ease infinite;
}

@media (max-width: 1699px) {
    .banner-technology.php {
        left: 9%;
        bottom: 6%;
    }
}

@media screen and (max-width: 1199px) {
    .banner-technology.php {
        left: 4%;
        bottom: 1%;
    }
}

@media screen and (max-width: 991px) {
    .banner-technology.php {
        left: 0%;
        bottom: 2%;
    }
}

.banner-technology.laravel {
    right: 18%;
    top: 22%;
    animation: updown 20s ease infinite;
}

@media (max-width: 1699px) {
    .banner-technology.laravel {
        right: 8%;
    }
}

@media screen and (max-width: 1199px) {
    .banner-technology.laravel {
        right: 3%;
        top: 15%;
    }
}

@media screen and (max-width: 991px) {
    .banner-technology.laravel {
        right: 2%;
        top: 10%;
    }
}

.banner-technology.figma {
    right: 14%;
    top: 49%;
    animation: updown 15s ease infinite;
}

@media (max-width: 1699px) {
    .banner-technology.figma {
        right: 4%;
    }
}

@media screen and (max-width: 1199px) {
    .banner-technology.figma {
        right: 1%;
    }
}

@media screen and (max-width: 991px) {
    .banner-technology.figma {
        top: 45%;
        right: -3%;
    }
}

.banner-technology.marketing {
    right: 20%;
    bottom: 12%;
    animation: scale 8s ease infinite;
}

@media (max-width: 1699px) {
    .banner-technology.marketing {
        right: 10%;
        bottom: 5%;
    }
}

@media screen and (max-width: 1199px) {
    .banner-technology.marketing {
        right: 5%;
        bottom: 0%;
    }
}

@media screen and (max-width: 991px) {
    .banner-technology.marketing {
        right: 1%;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scale_more {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes updown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) translateX(0);
    }

    50% {
        transform: rotate(180deg) translateX(20px);
    }

    100% {
        transform: rotate(0deg) translateX(0);
    }
}

.banner-element {
    position: absolute;
}

@media screen and (max-width: 991px) {
    .banner-element {
        display: none;
    }
}

.banner-element.one {
    left: 8%;
    bottom: 16%;
    animation: updown 10s ease infinite;
}

.banner-element.two {
    right: 27%;
    top: 30%;
    animation: rotate 15s ease infinite;
}

.banner-element.three {
    right: 7%;
    top: 40%;
    animation: updown 10s ease infinite;
}

/* ============================== Banner Section End Here ===================*/
/* ============================== About Section Css Start ===================*/
.about-section {
    overflow: hidden;
}

@media (max-width: 991px) {
    .about-content .section-heading {
        margin-bottom: 0;
    }
}

/*============================= About Section Css End ===================*/
/* ============================== Features Section Css Start ===================*/
.feature .product-card {
    box-shadow: var(--box-shadow-two);
}

.feature-item-box {
    background-color: hsl(var(--base));
    height: 100%;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .feature-item-box {
        padding: 30px 20px;
    }
}

.feature-item-box__content {
    max-width: 320px;
}

@media screen and (max-width: 1399px) {
    .feature-item-box__content {
        max-width: 420px;
    }
}

@media screen and (max-width: 1199px) {
    .feature-item-box__content {
        max-width: 390px;
    }
}

@media screen and (max-width: 991px) {
    .feature-item-box__content {
        max-width: 450px;
    }
}

.feature-item-box__title {
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .feature-item-box__title {
        margin-bottom: 10px;
    }
}

.feature-item-box__desc {
    color: hsl(var(--white));
}

.feature-item-box .btn {
    margin-top: 52px;
}

@media screen and (max-width: 991px) {
    .feature-item-box .btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .feature-item-box .btn {
        margin-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .feature-item-box .btn {
        margin-top: 20px;
    }
}

.feature-item-box__shape {
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .feature-item-box__shape {
        max-width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .feature-item-box__shape {
        max-width: 40%;
    }
}

.feature-item-box__shape.one {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
}

@media screen and (max-width: 1199px) {
    .feature-item-box__shape.two {
        max-width: 40%;
    }
}

@media screen and (max-width: 991px) {
    .feature-item-box__shape.two {
        max-width: 30%;
    }
}

/* ============================== Features Section Css End ===================*/
/* =================================== Service Price Work Css Start ============================= */
.service-price-work {
    position: relative;
    z-index: 1;
}

.service-price-work__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

/* =================================== Service Price Work Css End ============================= */
/* ============================== Service Section Css Start ===================*/
.service-item {
    text-align: center;
    border: 1px solid var(--border-color);
    border-left: 0;
    border-bottom: 0;
    height: 100%;
    padding: 60px 20px;
}

@media screen and (max-width: 1399px) {
    .service-item {
        padding: 35px 10px;
    }
}

@media screen and (max-width: 991px) {
    .service-item {
        padding: 25px 10px;
    }
}

@media screen and (max-width: 991px) {
    .service-item {
        padding: 15px 10px;
    }
}

@media screen and (max-width: 424px) {
    .service-item {
        border: 0 !important;
        padding: 30px 20px !important;
        background-color: hsl(var(--white));
        box-shadow: 0px 0px 30px rgba(0, 102, 255, 0.08);
        border-radius: 5px;
    }
}

.service-item__icon {
    max-width: 42px;
    max-height: 42px;
    margin-left: auto;
    margin-right: auto;
}

.service-item__title {
    margin-top: 20px;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .service-item__title {
        margin-top: 15px;
    }
}

.service-item__title .link {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}

.service-item__title .link:hover {
    color: hsl(var(--base));
}

.service-item__desc {
    margin-bottom: 30px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1399px) {
    .service-item__desc {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .service-item__desc {
        margin-bottom: 15px;
        font-size: 0.9375rem;
    }
}

.service-item.style-left {
    text-align: left;
    padding: 50px !important;
}

@media screen and (max-width: 1399px) {
    .service-item.style-left {
        padding: 40px !important;
    }
}

@media screen and (max-width: 1199px) {
    .service-item.style-left {
        padding: 30px !important;
    }
}

@media screen and (max-width: 991px) {
    .service-item.style-left {
        padding: 30px 20px !important;
    }
}

@media screen and (max-width: 991px) {
    .service-item.style-left {
        padding: 15px 20px !important;
    }
}

.service-item.style-left .service-item__icon {
    margin-left: 0;
}

.service-item.style-left .service-item__desc {
    margin-left: 0;
}

.service-item.style-left .service-item__icon {
    max-width: 55px;
    max-height: initial;
}

.arrow-btn {
    font-size: 25px;
    line-height: 0.6;
    color: hsl(var(--heading-color));
    opacity: 0.4;
}

.arrow-btn:hover {
    color: hsl(var(--base));
    opacity: 1;
}

.service-item-wrapper div[class*=col] {
    padding: 0;
}

@media screen and (max-width: 424px) {
    .service-item-wrapper div[class*=col] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 768px) {
    .service-item-wrapper div[class*=col]:nth-child(-n+3) .service-item {
        border-top: 0;
        padding-top: 0;
    }

    .service-item-wrapper div[class*=col]:nth-last-child(1) .service-item,
    .service-item-wrapper div[class*=col]:nth-last-child(2) .service-item,
    .service-item-wrapper div[class*=col]:nth-last-child(3) .service-item {
        border-bottom: 0;
        border-top: 1px solid var(--border-color);
        padding-bottom: 0;
    }

    .service-item-wrapper div[class*=col]:nth-child(3n+3) .service-item {
        border-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .service-item-wrapper div[class*=col]:nth-child(-n+2) .service-item {
        border-top: 0;
        padding-top: 0;
    }

    .service-item-wrapper div[class*=col]:nth-last-child(1) .service-item,
    .service-item-wrapper div[class*=col]:nth-last-child(2) .service-item {
        border-bottom: 0;
        border-top: 1px solid var(--border-color);
        padding-bottom: 0;
    }

    .service-item-wrapper div[class*=col]:nth-child(2n+2) .service-item {
        border-right: 0;
    }
}

@media screen and (max-width: 424px) {
    .service-item-wrapper div[class*=col]:nth-child(-n+2) .service-item {
        padding-top: 15px;
    }

    .service-item-wrapper div[class*=col]:nth-last-child(2) .service-item {
        padding-bottom: 15px;
    }

    .service-item-wrapper div[class*=col]:nth-child(2n+2) .service-item {
        border-right: 0;
    }
}

/* ============================== Service Section Css End ===================*/
/* ============================== Price section Css Start ===================*/
.price-item {
    background-color: hsl(var(--white));
    position: relative;
    overflow: hidden;
    padding: 40px;
    box-shadow: var(--box-shadow-three);
    border-radius: 10px;
    font-family: var(--heading-font);
    text-align: center;
    z-index: 1;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .price-item {
        padding: 30px 25px;
    }
}

@media screen and (max-width: 991px) {
    .price-item {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 575px) {
    .price-item {
        padding: 25px 15px;
    }
}

.price-item:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.price-item:hover .price-item__bg {
    visibility: hidden;
    opacity: 0;
}

.price-item:hover .price-item__shape {
    visibility: visible;
    opacity: 1;
}

.price-item:hover .price-item__name {
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.15);
}

.price-item:hover .price-item__subtitle {
    color: hsl(var(--white)/0.8);
}

.price-item:hover .price-item__price {
    color: hsl(var(--white));
}

.price-item:hover .price-item__price span {
    color: hsl(var(--white));
}

.price-item:hover .btn {
    background-color: hsl(var(--white)) !important;
    border-color: hsl(var(--white)) !important;
    color: hsl(var(--base)) !important;
}

.price-item__bg {
    z-index: -1;
}

.price-item__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.price-item__shape.one {
    bottom: auto;
    top: 0;
    left: auto;
    right: -50px;
    max-width: 130px;
}

.price-item__shape.two {
    max-width: 150px;
}

.price-item__name {
    padding: 7px 15px;
    background-color: hsl(var(--base)/0.1);
    border-radius: 40px;
    font-weight: 500;
    color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
    .price-item__name {
        font-size: 0.8125rem;
    }
}

.price-item__subtitle {
    display: block;
    color: hsl(var(--body-color)/0.45);
    margin-top: 40px;
}

@media screen and (max-width: 1399px) {
    .price-item__subtitle {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .price-item__subtitle {
        margin-top: 15px;
    }
}

.price-item__price {
    margin-top: 5px;
}

@media screen and (max-width: 991px) {
    .price-item__price {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .price-item__price {
        margin-bottom: 10px;
    }
}

.price-item__price .text-small {
    font-size: var(--heading-four);
    color: hsl(var(--body-color)/0.45);
}

.price-item__price .text-bold {
    font-size: var(--heading-four);
}

@media screen and (max-width: 991px) {
    .price-item .btn {
        padding: 13px 15px;
        font-size: 0.8125rem;
        font-weight: 600;
    }
}

/* ============================== Price section Css End ===================*/
/* ============================== How it Work Section Css Start ===================*/
.how-to-work-section {
    overflow: hidden;
}

.how-to-work-wrapper {
    position: relative;
    margin-bottom: 100px;
}

.how-to-work {
    width: 14.28%;
    text-align: center;
    padding: 10px 0;
}

@media screen and (max-width: 991px) {
    .how-to-work {
        width: 25%;
    }
}

@media screen and (max-width: 575px) {
    .how-to-work {
        width: 33%;
    }
}

@media screen and (max-width: 424px) {
    .how-to-work {
        width: 50%;
    }
}

.how-to-work:hover .how-to-work__info {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.how-to-work:hover .how-to-work__title {
    color: hsl(var(--base));
}

.how-to-work:hover .how-to-work__icon img {
    opacity: 1;
}

.how-to-work:nth-child(even) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 49px;
}

@media screen and (max-width: 991px) {
    .how-to-work:nth-child(even) {
        margin-top: 59px;
    }
}

.how-to-work:nth-child(even) .how-to-work__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 0;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .how-to-work:nth-child(even) .how-to-work__content {
        margin-top: 10px;
    }
}

.how-to-work:nth-child(even) .how-to-work__info::before {
    bottom: 100%;
    top: -10px;
    border-top: inherit;
    border-left: inherit;
    border-bottom: 0;
    border-right: 0;
}

.how-to-work:nth-child(odd) .how-to-work__info {
    top: unset;
    margin-bottom: 20px;
    margin-top: 0;
    bottom: 100%;
}

.how-to-work:first-child .how-to-work__info {
    left: 0;
    transform: translateX(0) scale(0.9);
}

.how-to-work:first-child .how-to-work__info::before {
    left: 90px;
}

@media screen and (max-width: 1399px) {
    .how-to-work:first-child .how-to-work__info::before {
        left: 78px;
    }
}

@media screen and (max-width: 1199px) {
    .how-to-work:first-child .how-to-work__info::before {
        left: 65px;
    }
}

.how-to-work:first-child:hover .how-to-work__info {
    transform: translateX(0) scale(1);
}

.how-to-work:last-child .how-to-work__info {
    left: auto;
    transform: translateX(0) scale(0.9);
    right: 0;
}

.how-to-work:last-child .how-to-work__info::before {
    right: 70px;
    left: auto;
}

@media screen and (max-width: 1399px) {
    .how-to-work:last-child .how-to-work__info::before {
        right: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .how-to-work:last-child .how-to-work__info::before {
        right: 45px;
    }
}

.how-to-work:last-child:hover .how-to-work__info {
    transform: translateX(0) scale(1);
}

.how-to-work__content {
    position: relative;
    margin-bottom: 20px;
}

.how-to-work__line,
.how-to-work__border {
    background-color: transparent;
    border-left: 1px dashed hsl(var(--base));
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    width: 1px;
}

.how-to-work__line {
    left: -0.5px;
    position: relative;
}

.how-to-work__border {
    height: 1px;
    width: 100%;
    border-top: 1px dashed hsl(var(--base));
    border-left: 0;
    position: relative;
}

.how-to-work__border::before {
    width: 6px;
    height: 6px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.how-to-work__icon {
    width: 50px;
    height: 50px;
    background-color: hsl(var(--base));
    color: hsl(var(--base));
    border-radius: 50%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    box-shadow: var(--box-shadow);
}

.how-to-work__icon img {
    width: 22px;
    height: auto;
}

.how-to-work__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    width: 280px;
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow-two);
    border: 1px solid hsl(var(--base-two)/0.07);
    padding: 25px 15px;
    top: 100%;
    margin-top: 20px;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
}

@media screen and (max-width: 991px) {
    .how-to-work__info {
        padding: 20px;
        margin-top: 10px;
        box-shadow: 0px 5px 25px rgba(90, 144, 225, 0.1);
    }
}

.how-to-work__info::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(44deg);
    bottom: -10px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--base-two)/0.07);
    border-top: 0;
    border-left: 0;
}

.how-to-work__title {
    margin-bottom: 0;
    font-size: 1.25rem;
}

/* Responsive CSs Start */
@media screen and (max-width: 991px) {
    .how-to-work-wrapper {
        margin-bottom: 0px;
        gap: 20px;
        justify-content: center;
        row-gap: 40px;
    }
}

@media screen and (max-width: 991px) and (max-width: 424px) {
    .how-to-work-wrapper {
        row-gap: 30px;
    }
}

@media screen and (max-width: 991px) {
    .how-to-work {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        padding-top: 70px;
        padding-bottom: 0;
        width: calc(33.5% - 15px);
        box-shadow: var(--box-shadow-two);
        border: 1px solid hsl(var(--base-two)/0.08);
        background-color: hsl(var(--white));
        border-radius: 10px;
    }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
    .how-to-work {
        padding-top: 60px;
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 991px) and (max-width: 424px) {
    .how-to-work {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .how-to-work:nth-child(even) {
        margin-top: 0;
    }

    .how-to-work:nth-child(even) .how-to-work__content {
        margin-top: 0px;
    }
}

@media screen and (max-width: 991px) {
    .how-to-work:nth-child(odd) .how-to-work__info {
        margin-bottom: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .how-to-work__title {
        margin-top: 25px;
    }
}

@media screen and (max-width: 991px) {
    .how-to-work__content {
        margin-bottom: 0px;
        position: unset;
    }
}

@media screen and (max-width: 991px) {
    .how-to-work__icon {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 991px) {
    .how-to-work__border {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .how-to-work__line {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .how-to-work__info {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: none !important;
        left: 0 !important;
        width: 100%;
        bottom: 0 !important;
        margin-top: 0px !important;
        top: 0 !important;
        box-shadow: none;
        border: 0;
        background-color: transparent;
        padding-top: 10px;
    }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
    .how-to-work__info {
        padding: 20px 15px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 991px) and (max-width: 424px) {
    .how-to-work__info {
        padding: 30px 20px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .how-to-work__info::before {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .how-to-work__desc {
        font-size: 0.9375rem;
    }
}

/* Responsive CSs End */
/* ============================== How it Work Section Css End ===================*/
/* ============================== How to Deal Section Css Start ===================*/
.how-to-deal-wrapper {
    max-width: 740px;
    margin: 0 auto;
    position: relative;
}

.how-to-deal-wrapper::before {
    left: 50%;
    top: 80px;
    height: calc(100% - 210px);
    width: 1px;
    border: 1.5px dashed hsl(var(--black)/0.2);
}

@media screen and (max-width: 575px) {
    .how-to-deal-wrapper::before {
        display: none;
    }
}

.how-to-deal {
    position: relative;
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .how-to-deal {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .how-to-deal {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .how-to-deal {
        margin-bottom: 30px;
    }
}

.how-to-deal:hover::before {
    box-shadow: 0px 0px 0px 10px hsl(var(--base)/0.35);
}

.how-to-deal::before {
    width: 55px;
    height: 55px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px hsl(var(--base)/0.3);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 17%;
    counter-increment: number-counter;
    content: "0" counter(number-counter);
    z-index: 1;
    font-family: var(--heading-font);
    font-size: var(--heading-four);
}

@media screen and (max-width: 575px) {
    .how-to-deal::before {
        display: none;
    }
}

.how-to-deal:last-child {
    margin-bottom: 0;
}

.how-to-deal:nth-child(even) {
    flex-direction: row-reverse;
}

.how-to-deal:nth-child(even) .how-to-deal__content {
    text-align: right;
}

@media screen and (max-width: 424px) {
    .how-to-deal:nth-child(even) .how-to-deal__content {
        text-align: center;
    }
}

.how-to-deal:nth-child(even) .how-to-deal__img {
    margin-right: auto;
}

@media screen and (max-width: 424px) {
    .how-to-deal:nth-child(even) .how-to-deal__img {
        margin-left: auto;
    }
}

.how-to-deal:nth-child(odd) .how-to-deal__img {
    margin-left: auto;
}

@media screen and (max-width: 424px) {
    .how-to-deal:nth-child(odd) .how-to-deal__img {
        margin-right: auto;
    }
}

.how-to-deal__number {
    width: 55px;
    height: 55px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px hsl(var(--base)/0.3);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 17%;
    display: none;
}

.how-to-deal__thumb {
    width: 40%;
}

@media screen and (max-width: 575px) {
    .how-to-deal__thumb {
        width: 48%;
    }
}

@media screen and (max-width: 424px) {
    .how-to-deal__thumb {
        width: 100%;
    }
}

.how-to-deal__img {
    width: 165px;
    height: 165px;
    background-color: hsl(var(--base)/0.07);
    border-radius: 50%;
}

@media screen and (max-width: 575px) {
    .how-to-deal__img {
        width: 125px;
        height: 125px;
    }
}

.how-to-deal__img img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 575px) {
    .how-to-deal__img img {
        max-width: 70px;
        max-height: 70px;
    }
}

.how-to-deal__content {
    width: 40%;
}

@media screen and (max-width: 575px) {
    .how-to-deal__content {
        width: 48%;
    }
}

@media screen and (max-width: 424px) {
    .how-to-deal__content {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

.how-to-deal__title {
    font-weight: 600;
    margin-bottom: 12px;
}

/* ============================== How to Deal Section Css End ===================*/
/* ============================== Our Achievement Section Css Start ===================*/
.our-achievement {
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .our-achievement {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 575px) {
    .our-achievement {
        padding-bottom: 80px;
    }
}

.our-achievement__bg {
    z-index: -1;
}

.our-achievement__wave {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: auto;
}

.our-achievement__wave img {
    width: 100%;
}

.achievement-thumbs {
    position: relative;
    padding-bottom: 100%;
}

.achievement-thumbs-wrapper {
    max-height: 530px;
    max-width: 530px;
    margin: 0 auto;
    padding: 25px;
}

.achievement-thumbs__inner {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.achievement-thumbs__inner::before,
.achievement-thumbs__inner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: hsl(var(--base-l-100));
    border-radius: 50%;
    z-index: -2;
}

.achievement-thumbs__inner::before {
    width: 80%;
    height: 80%;
    background-color: hsl(var(--base-l-200));
    z-index: -1;
}

.achievement-thumbs__thumb {
    background-color: hsl(var(--white));
    width: 60px;
    height: 60px;
}

.achievement-thumbs__img {
    position: absolute;
    background-color: hsl(var(--white));
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .achievement-thumbs__img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .achievement-thumbs__img {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 424px) {
    .achievement-thumbs__img {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 374px) {
    .achievement-thumbs__img {
        width: 40px;
        height: 40px;
    }
}

.achievement-thumbs__img .image {
    max-width: 35px;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .achievement-thumbs__img .image {
        max-width: 25px;
    }
}

@media (max-width: 480px) {
    .achievement-thumbs__img .image {
        max-width: 30px;
    }
}

@media screen and (max-width: 424px) {
    .achievement-thumbs__img .image {
        max-width: 25px;
    }
}

@media screen and (max-width: 374px) {
    .achievement-thumbs__img .image {
        max-width: 20px;
    }
}

.achievement-thumbs__img.one {
    animation: centered_scaled 4s linear infinite;
}

.achievement-thumbs__img.two {
    right: 23%;
    top: 24%;
    animation: scaled 4s linear infinite;
}

.achievement-thumbs__img.three {
    bottom: 22%;
    right: 25%;
    animation: scaled 4s linear infinite;
}

.achievement-thumbs__img.four {
    left: 25%;
    bottom: 23%;
    animation: scaled 4s linear infinite;
}

.achievement-thumbs__img.five {
    top: 22%;
    left: 26%;
    animation: scaled 4s linear infinite;
}

.achievement-thumbs__img.six {
    left: 48%;
    top: -7%;
    animation: mover 5s linear infinite;
}

.achievement-thumbs__img.seven {
    right: 7%;
    top: 8%;
    animation: mover 5s linear infinite;
}

.achievement-thumbs__img.eight {
    right: -7%;
    bottom: 43%;
    animation: scaled 4s linear infinite;
}

.achievement-thumbs__img.nine {
    bottom: 6%;
    right: 11%;
    animation: mover 5s linear infinite;
}

.achievement-thumbs__img.ten {
    bottom: -6%;
    right: 46%;
    animation: mover 5s linear infinite;
}

.achievement-thumbs__img.eleven {
    left: 7%;
    bottom: 10%;
    animation: mover 5s linear infinite;
}

.achievement-thumbs__img.twelve {
    left: -6%;
    top: 41%;
    animation: scaled 4s linear infinite;
}

.achievement-thumbs__img.thirteen {
    top: 3%;
    left: 14%;
    animation: mover 5s linear infinite;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes centered_scaled {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes scaled {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* ============================== Our Achievement Section Css End ===================*/
/* ============================== Testimonial Section Css Start ===================*/
.testimonial {
    background: linear-gradient(358.93deg, rgba(181, 228, 255, 0.02) 8.64%, #FFFFFF 76.85%);
    position: relative;
    z-index: 1;
}

.testimonial-thumb {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 15%;
}

@media (max-width: 610px) {
    .testimonial-thumb {
        display: none;
    }
}

.testimonial-thumb.one {
    top: 19%;
    left: 14%;
}

@media screen and (max-width: 991px) {
    .testimonial-thumb.one {
        left: 5%;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-thumb.one {
        left: 2%;
    }
}

.testimonial-thumb.two {
    left: 9%;
    top: 47%;
}

@media (max-width: 1599px) {
    .testimonial-thumb.two {
        left: 3%;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-thumb.two {
        left: 2%;
        max-width: 70px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-thumb.two {
        left: 0%;
    }
}

.testimonial-thumb.three {
    left: auto;
    top: 47%;
    right: 10%;
}

@media (max-width: 1599px) {
    .testimonial-thumb.three {
        right: 3%;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-thumb.three {
        right: 2%;
        max-width: 70px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-thumb.three {
        right: 0%;
    }
}

.testimonial-thumb.four {
    left: auto;
    top: auto;
    right: 14%;
    bottom: 11%;
}

@media screen and (max-width: 991px) {
    .testimonial-thumb.four {
        right: 5%;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-thumb.four {
        right: 2%;
    }
}

.testimonial-item__box {
    text-align: center;
    box-shadow: 0px 20px 50px rgba(90, 144, 225, 0.1);
    background-color: hsl(var(--white));
    border-radius: 30px;
    padding: 50px 60px;
    margin: 60px;
    margin-top: 30px;
    border: 1px solid hsl(var(--base-two)/0.05);
}

@media screen and (max-width: 1199px) {
    .testimonial-item__box {
        padding: 35px 30px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item__box {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-item__box {
        padding: 25px 14px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item__box {
        box-shadow: none;
        margin: 0;
        border: 1px solid hsl(var(--base-two)/0.08);
    }
}

.testimonial-item__quote img {
    display: inline-block;
}

.testimonial-item__desc {
    font-size: 1.75rem;
    opacity: 0.8;
    margin-top: 25px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1399px) {
    .testimonial-item__desc {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-item__desc {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item__desc {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item__desc {
        font-size: 1.0625rem;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-item__desc {
        font-size: 1rem;
    }
}

.testimonial-item__name {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .testimonial-item__designation {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item__designation {
        font-size: 0.875rem;
    }
}

/* ============================== Testimonial Section Css End ===================*/
/* ============================== Offter Section Css Start ===================*/
.offer {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 6.93%, hsl(var(--base)/0.06) 35.35%, hsl(var(--base)/0.08) 73.34%, rgba(255, 255, 255, 0.06) 100%);
}

.offer-item,
.choose-hosting-item {
    background-color: hsl(var(--white));
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
    padding: 40px 25px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
}

@media screen and (max-width: 1199px) {

    .offer-item,
    .choose-hosting-item {
        padding: 25px;
    }
}

@media screen and (max-width: 767px) {

    .offer-item,
    .choose-hosting-item {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 575px) {

    .offer-item,
    .choose-hosting-item {
        padding: 25px 15px;
    }
}

.offer-item__icon,
.choose-hosting-item__icon {
    max-width: 100%;
    max-height: 100%;
}

.offer-item__title,
.choose-hosting-item__title {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1199px) {

    .offer-item__title,
    .choose-hosting-item__title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {

    .offer-item__title,
    .choose-hosting-item__title {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

.offer-item__title .link,
.choose-hosting-item__title .link {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}

.offer-item__desc,
.choose-hosting-item__desc {
    margin-bottom: 25px;
}

@media screen and (max-width: 1199px) {

    .offer-item__desc,
    .choose-hosting-item__desc {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {

    .offer-item__desc,
    .choose-hosting-item__desc {
        margin-bottom: 15px;
    }
}

.offer-item-wrapper {
    margin-bottom: 125px;
}

@media screen and (max-width: 1199px) {
    .offer-item-wrapper {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 575px) {
    .offer-item-wrapper {
        margin-bottom: 50px;
    }
}

.offer-item-wrapper div[class*=col]:nth-child(4n+1) .offer-item,
.offer-item-wrapper div[class*=col]:nth-child(4n+1) .choose-hosting-item {
    transform: translateY(75px);
}

@media screen and (max-width: 1199px) {

    .offer-item-wrapper div[class*=col]:nth-child(4n+1) .offer-item,
    .offer-item-wrapper div[class*=col]:nth-child(4n+1) .choose-hosting-item {
        transform: translateY(0);
    }
}

.offer-item-wrapper div[class*=col]:nth-child(4n+3) .offer-item,
.offer-item-wrapper div[class*=col]:nth-child(4n+3) .choose-hosting-item {
    transform: translateY(125px);
}

@media screen and (max-width: 1199px) {

    .offer-item-wrapper div[class*=col]:nth-child(4n+3) .offer-item,
    .offer-item-wrapper div[class*=col]:nth-child(4n+3) .choose-hosting-item {
        transform: translateY(0);
    }
}

@media screen and (max-width: 1199px) {

    .offer-item-wrapper div[class*=col]:nth-child(3n+2) .offer-item,
    .offer-item-wrapper div[class*=col]:nth-child(3n+2) .choose-hosting-item {
        transform: translateY(70px);
    }
}

@media screen and (max-width: 991px) {

    .offer-item-wrapper div[class*=col]:nth-child(3n+2) .offer-item,
    .offer-item-wrapper div[class*=col]:nth-child(3n+2) .choose-hosting-item {
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {

    .offer-item-wrapper div[class*=col]:nth-child(2n+2) .offer-item,
    .offer-item-wrapper div[class*=col]:nth-child(2n+2) .choose-hosting-item {
        transform: translateY(70px);
    }
}

@media screen and (max-width: 575px) {

    .offer-item-wrapper div[class*=col]:nth-child(2n+2) .offer-item,
    .offer-item-wrapper div[class*=col]:nth-child(2n+2) .choose-hosting-item {
        transform: translateY(50px);
    }
}

@media (max-width: 479px) {

    .offer-item-wrapper div[class*=col]:nth-child(2n+2) .offer-item,
    .offer-item-wrapper div[class*=col]:nth-child(2n+2) .choose-hosting-item {
        transform: translateY(0);
    }
}

/* ============================== Offter Section Css End ===================*/
/* ============================== Product Card Css Start ===================*/
.product-card {
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
    height: 100%;
}

.product-card:hover .product-card__thumb img {
    transform: scale(1.1);
}

.product-card__thumb {
    overflow: hidden;
    max-height: 230px;
    overflow: hidden;
}

.product-card__thumb .link {
    display: block;
    width: 100%;
}

.product-card__thumb img {
    transition: 0.3s ease-in-out;
}

.product-card__content {
    background-color: hsl(var(--white));
    padding: 20px 15px;
}

@media screen and (max-width: 575px) {
    .product-card__content {
        padding: 15px 10px;
    }
}

.product-card__title {
    margin-bottom: 10px;
}

.product-card__title .link {
    font-weight: inherit;
    font-style: inherit;
    font-family: var(--heading-font);
    color: hsl(var(--gray));
    font-size: inherit;
}

.product-card__title .link:hover {
    color: hsl(var(--base));
}

.product-card__price {
    margin-bottom: 0;
}

.product-card__actions .btn {
    font-weight: normal;
    font-family: var(--roboto-font);
}

/* Text Border Bottom Animation Css Start */
.border-effect {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border-effect:hover {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
}

/* Text Border Bottom Animation Css Ends */
/* ============================== Product Card Css End ===================*/
/* ============================== Counter Section Css Start ===================*/
.counter-content {
    background-color: hsl(var(--base));
    padding: 85px 135px;
    border-radius: 20px;
}

@media screen and (max-width: 1499px) {
    .counter-content {
        padding: 65px 70px;
    }
}

@media screen and (max-width: 1399px) {
    .counter-content {
        padding: 45px 50px;
    }
}

@media screen and (max-width: 1199px) {
    .counter-content {
        padding: 45px 25px;
    }
}

@media screen and (max-width: 767px) {
    .counter-content {
        padding: 35px 15px;
    }
}

.counter-item__icon {
    width: 90px;
    height: 90px;
    background-color: hsl(var(--black)/0.12);
    border-radius: 50%;
}

@media screen and (max-width: 1199px) {
    .counter-item__icon {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 575px) {
    .counter-item__icon {
        width: 55px;
        height: 55px;
    }
}

.counter-item__icon img {
    max-width: 50px;
    max-height: 50px;
}

@media screen and (max-width: 1199px) {
    .counter-item__icon img {
        max-width: 30px;
        max-height: 30px;
    }
}

.counter-item__content {
    width: calc(100% - 90px);
    padding-left: 20px;
}

@media screen and (max-width: 1199px) {
    .counter-item__content {
        width: calc(100% - 60px);
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .counter-item__content {
        width: calc(100% - 60px);
        padding-left: 10px;
    }
}

@media screen and (max-width: 575px) {
    .counter-item__content {
        width: calc(100% - 55px);
    }
}

.counter-item__title {
    margin-bottom: 0;
    color: hsl(var(--white));
    line-height: 1;
}

.counter-item__desc {
    color: hsl(var(--white));
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .counter-item__desc {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .counter-item__desc {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .counter-item__desc {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .counter-item__desc {
        font-size: 0.9375rem;
    }
}

/* ============================== Counter Section Css End ===================*/
/* ============================== Most Achievement Css Start ===================*/
.most-achievement-card-wrapper {
    gap: 30px;
}

@media screen and (max-width: 1199px) {
    .most-achievement-card-wrapper {
        gap: 24px;
    }
}

@media screen and (max-width: 767px) {
    .most-achievement-card-wrapper {
        gap: 15px;
    }
}

.most-achievement-card {
    padding: 25px 30px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--base-two)/0.1);
    border-radius: 15px;
    max-width: calc(50% - 15px);
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .most-achievement-card {
        padding: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .most-achievement-card {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 767px) {
    .most-achievement-card {
        width: calc(50% - 10px);
        padding: 20px 15px;
    }
}

@media (max-width: 500px) {
    .most-achievement-card {
        width: 100%;
        max-width: 100%;
    }
}

.most-achievement-card__thumb {
    width: 55px;
    height: auto;
}

.most-achievement-card__thumb img {
    max-width: 100%;
    max-height: 100%;
}

.most-achievement-card__content {
    width: calc(100% - 55px);
    padding-left: 20px;
}

@media screen and (max-width: 1199px) {
    .most-achievement-card__content {
        padding-left: 10px;
    }
}

.most-achievement-card__title {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .most-achievement-card__title {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .most-achievement-card__title {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {
    .most-achievement-card__title {
        font-size: 1.0625rem;
    }
}

/* ============================== Most Achievement Css End ===================*/
/*========================= Pricing Plan Css Start ==================================*/
.pricing-plan-item {
    background-color: hsl(var(--white));
    padding: 30px;
    box-shadow: 0px 0px 80px rgba(90, 144, 225, 0.1);
    border: 1px solid hsl(var(--base-two)/0.05);
    border-radius: 14px;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .pricing-plan-item {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 991px) {
    .pricing-plan-item {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 767px) {
    .pricing-plan-item {
        padding: 25px 15px;
    }
}

.pricing-plan-item:hover {
    background-color: hsl(var(--base));
}

.pricing-plan-item:hover .pricing-plan-item__title {
    color: hsl(var(--white));
}

.pricing-plan-item:hover .pricing-plan-item__price {
    color: hsl(var(--white));
}

.pricing-plan-item:hover .pricing-plan-item__price .text {
    color: hsl(var(--white));
}

.pricing-plan-item:hover .text-list__item {
    color: hsl(var(--white));
    border-color: hsl(var(--white)/0.25);
}

.pricing-plan-item:hover .text-list__item .icon {
    color: hsl(var(--white));
}

.pricing-plan-item:hover .btn {
    background-color: hsl(var(--white)) !important;
    border-color: hsl(var(--white)) !important;
    color: hsl(var(--base)) !important;
}

.pricing-plan-item__title {
    margin-bottom: 15px;
    transition: 0.2s ease-in;
}

.pricing-plan-item__price {
    margin-bottom: 15px;
    transition: 0.2s ease-in;
}

.pricing-plan-item__price .text {
    font-weight: 600;
    color: hsl(var(--body-color)/0.55);
    font-family: var(--body-font);
    transition: 0.2s ease-in;
}

.pricing-plan-item__list {
    margin-top: 45px;
    transition: 0.2s ease-in;
}

@media screen and (max-width: 991px) {
    .pricing-plan-item__list {
        margin-top: 35px;
    }
}

@media screen and (max-width: 991px) {
    .pricing-plan-item__list {
        margin-top: 25px;
    }
}

.text-list.underlined .text-list__item,
.text-list.underlined .text-list__item .icon {
    transition: 0.2s ease-in;
}

.pricing-plan-item .btn {
    border-color: hsl(var(--black)/0.4) !important;
}

/*========================= Pricing Plan Css End ==================================*/
/* ==================================== Technology Css Start ==================================*/
.technology-thumbs {
    position: relative;
    max-width: 562px;
    height: auto;
}

.technology-thumbs__inner {
    padding-bottom: 100%;
}

.technology-thumbs__favicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.technology-thumbs__favicon img {
    max-width: 100px;
}

@media screen and (max-width: 991px) {
    .technology-thumbs__favicon img {
        max-width: 80px;
    }
}

@media screen and (max-width: 424px) {
    .technology-thumbs__favicon img {
        max-width: 70px;
    }
}

.technology-thumbs__img {
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: absolute;
    background-color: hsl(var(--white));
    padding: 20px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .technology-thumbs__img {
        padding: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .technology-thumbs__img img {
        max-width: 35px;
    }
}

@media screen and (max-width: 424px) {
    .technology-thumbs__img img {
        max-width: 30px;
    }
}

@media screen and (max-width: 424px) {
    .technology-thumbs__img img {
        max-width: 25px;
    }
}

.technology-thumbs__img.one {
    top: 9%;
    left: 28%;
    animation: scaled 4s linear infinite;
}

.technology-thumbs__img.two {
    top: 9%;
    right: 31%;
}

.technology-thumbs__img.three {
    top: 28%;
    right: 9%;
    animation: scaled 4s linear infinite;
}

.technology-thumbs__img.four {
    bottom: 30%;
    right: 10%;
}

.technology-thumbs__img.five {
    bottom: 8%;
    right: 28%;
    animation: scaled 4s linear infinite;
}

.technology-thumbs__img.six {
    bottom: 10%;
    left: 29%;
}

.technology-thumbs__img.seven {
    left: 8%;
    bottom: 28%;
    animation: scaled 4s linear infinite;
}

.technology-thumbs__img.eight {
    left: 10%;
    top: 30%;
}

/* ==================================== Technology Css End ==================================*/
/*============================ Choose Hosting Css Start =================================*/
.choose-hosting {
    clip-path: polygon(0 6%, 100% 0, 100% 94%, 0% 100%);
}

@media screen and (max-width: 991px) {
    .choose-hosting {
        clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
    }
}

@media screen and (max-width: 575px) {
    .choose-hosting {
        clip-path: polygon(0 2%, 100% 0, 100% 98%, 0% 100%);
    }
}

.choose-hosting__content .text-list__item .text {
    color: hsl(var(--heading-color));
}

.choose-hosting-item {
    box-shadow: 0px 30px 80px rgba(90, 144, 225, 0.1);
}

.choose-hosting-item__desc {
    margin-bottom: 0;
}

.choose-hosting-item-wrapper {
    margin-bottom: 50px;
}

.choose-hosting-item-wrapper div[class*=col]:nth-child(odd) .choose-hosting-item {
    transform: translateY(50px);
}

@media (max-width: 479px) {
    .choose-hosting-item-wrapper div[class*=col]:nth-child(odd) .choose-hosting-item {
        transform: translateY(0px);
    }
}

/*============================ Choose Hosting Css End =================================*/
/*============================= Budget Hosting Features Css Start ================================== */
.budget-hosting-feature {
    background: linear-gradient(176.61deg, rgba(255, 255, 255, 0.08) 21.42%, rgba(0, 135, 255, 0.08) 94.16%);
}

.budget-hosting-feature__inner {
    background-color: hsl(var(--white));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.19) 0%, #FFFFFF 100%);
    box-shadow: 0px 30px 80px rgba(90, 144, 225, 0.1);
    border-radius: 15px;
    margin: 0 16px;
}

@media screen and (max-width: 424px) {
    .budget-hosting-feature__inner {
        margin: 0;
    }
}

.budget-hosting-feature-wrapper {
    background-color: hsl(var(--white));
    border-radius: 15px;
}

.budget-hosting-feature-wrapper .service-item {
    border-color: hsl(var(--black)/0.06);
}

/*============================= Budget Hosting Features Css End ================================== */
/*================================ Choose Domain Css Start =================================*/
/*choose domain item*/
.choose-domain-item {
    background-color: #FAFAFA;
    padding: 15px;
    border-bottom: 1px solid hsl(var(--base-two)/0.1);
    gap: 15px;
}

.choose-domain-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.choose-domain-item__title {
    margin-bottom: 5px;
}

.choose-domain-item__desc {
    line-height: 1;
    color: hsl(var(--black)/0.4);
    font-weight: 700;
}

.choose-domain-item__domain {
    color: hsl(var(--base));
    font-weight: 700;
}

.choose-domain-item__content {
    margin-right: 100px;
}

@media screen and (max-width: 1199px) {
    .choose-domain-item__content {
        margin-right: 60px;
    }
}

@media screen and (max-width: 767px) {
    .choose-domain-item__content {
        margin-right: 30px;
    }
}

@media screen and (max-width: 575px) {
    .choose-domain-item__content {
        margin-right: 15px;
    }
}

.choose-domain-item__price {
    margin-bottom: 0px;
}

.choose-domain-item__time {
    color: hsl(var(--black)/0.4);
    font-weight: 600;
}

/* Delet Button */
.delete-button {
    width: 30px;
    height: 30px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--base-two)/0.1);
    color: hsl(var(--body-color)/0.4);
    border-radius: 50%;
}

.delete-button:hover {
    background-color: hsl(var(--danger)/0.2);
    border-color: hsl(var(--danger)/0.05);
    color: hsl(var(--danger));
}

.total-list__item {
    margin-bottom: 10px;
}

.total-list__item:last-child {
    margin-bottom: 0;
}

.choose-domain.sidebar {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
    padding: 30px;
}

@media screen and (max-width: 424px) {
    .choose-domain.sidebar {
        padding: 20px;
    }
}

.choose-domain.sidebar .sidebar__form {
    margin-top: 25px;
}

/*================================ Choose Domain Css End =================================*/
/*================================== Plan Css Start ==================================*/
.plan__wrapper {
    background: hls(var(--white));
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow-x: auto;
}

.plan__wrapper::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.3);
    border-radius: 0px;
}

.plan__wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.plan__wrapper::-webkit-scrollbar-track {
    background-color: hsl(var(--black)/0.1);
}

/* Vps Plan Item */
.plan-item {
    padding: 30px;
    border-bottom: 1px solid hsl(var(--black)/0.05);
    gap: 20px;
    min-width: 1200px;
}

.plan-item:last-child {
    border-bottom: 0;
}

@media screen and (max-width: 575px) {
    .plan-item {
        padding: 20px;
    }
}

.plan-item__content {
    gap: 60px;
}

.plan-item__content.decrese-gap {
    gap: 40px;
}

@media screen and (max-width: 1499px) {
    .plan-item__content.decrese-gap {
        gap: 30px;
    }
}

.plan-item__data {
    /* For Data Price */
    /* For Data Price End */
}

.plan-item__data.data-price {
    display: block;
}

.plan-item__data.data-price .plan-item__data-info {
    width: 100%;
    padding-left: 0;
}

.plan-item__data-icon {
    width: 25px;
}

.plan-item__data-icon img {
    max-width: 25px;
}

.plan-item__data-info {
    width: calc(100% - 25px);
    padding-left: 10px;
}

.plan-item__data-subtitle {
    font-weight: 700;
    font-family: var(--heading-font);
    color: hsl(var(--black)/0.4);
}

.plan-item__data-title {
    margin-top: 5px;
    margin-bottom: 0;
    color: hsl(var(--body-color));
}

.plan-item__data-title .duration {
    color: hsl(var(--black)/0.4);
    font-weight: 500;
}

/*================================== Plan Css End ==================================*/
/*===================================== Choose Hosting Two Css Start ====================================*/
.choose-hosting-two-item__icon {
    margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
    .choose-hosting-two-item__icon {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .choose-hosting-two-item__icon {
        margin-bottom: 15px;
    }
}

.choose-hosting-two-item__title {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .choose-hosting-two-item__title {
        margin-bottom: 10px;
    }
}

.choose-hosting-two-item__desc {
    max-width: 285px;
}

@media screen and (max-width: 424px) {
    .choose-hosting-two-item__desc {
        max-width: 350px;
    }
}

/*===================================== Choose Hosting Two Css End ====================================*/
/*================================ Configuration Section Css Start =================================*/
.configuration-form {
    box-shadow: 0px 20px 80px rgba(90, 144, 225, 0.1);
    border-radius: 10px;
    background-color: hsl(var(--white));
    padding: 70px;
    border: 1px solid hsl(var(--base-two)/0.06);
}

@media screen and (max-width: 991px) {
    .configuration-form {
        padding: 50px;
    }
}

@media screen and (max-width: 767px) {
    .configuration-form {
        padding: 30px;
    }
}

@media screen and (max-width: 424px) {
    .configuration-form {
        padding: 25px 20px;
    }
}

.configuration-form__title {
    margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
    .configuration-form__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .configuration-form__title {
        margin-bottom: 15px;
    }
}

/*================================ Configuration Section Css End =================================*/
/*============================================= Plan Section Start ===================================*/
/* Plan Card Css*/
.plan-card {
    background-color: hsl(var(--white));
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.plan-card:hover {
    background: hsl(var(--white));
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.plan-card__header {
    text-align: center;
    background-color: hsl(var(--heading-color));
    position: relative;
    z-index: 1;
    padding: 25px 30px;
    -webkit-mask-image: url("../../images/shapes/plan-header-shape.png");
    mask-image: url("../../images/shapes/plan-header-shape.png");
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    min-height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

@media screen and (max-width: 991px) {
    .plan-card__header {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 575px) {
    .plan-card__header {
        padding: 20px 15px;
    }
}

.plan-card__header-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.plan-card__title {
    color: hsl(var(--white));
    font-weight: 600;
    margin-bottom: 0;
}

.plan-card__body {
    padding: 35px 25px 20px;
}

@media screen and (max-width: 991px) {
    .plan-card__body {
        padding: 25px 20px 20px;
    }
}

@media screen and (max-width: 575px) {
    .plan-card__body {
        padding: 25px 15px 15px;
    }
}

.plan-card__footer {
    padding: 20px 25px 40px;
    margin-top: auto;
}

@media screen and (max-width: 991px) {
    .plan-card__footer {
        padding: 20px 20px 30px;
    }
}

@media screen and (max-width: 575px) {
    .plan-card__footer {
        padding: 15px 15px 20px;
    }
}

/*============================================= Plan Section End ===================================*/
/*===================================== Features Two Section Css Start ==============================*/
/* feature two Item */
.feature-two-item {
    background-color: hsl(var(--white));
    padding: 60px 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .feature-two-item {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 991px) {
    .feature-two-item {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 575px) {
    .feature-two-item {
        padding: 25px 15px;
    }
}

.feature-two-item__icon {
    color: hsl(var(--white));
    width: 40px;
    height: 40px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    margin-bottom: 25px;
}

.feature-two-item__title {
    margin-bottom: 15px;
}

/*===================================== Features Two Section Css End ==============================*/
/*============================== Business Plan Css Start ==================================*/
/* business plan item */
.business-plan-item {
    background-color: hsl(var(--white));
    padding: 45px 25px;
    border: 1px solid hsl(var(--base-two)/0.07);
    box-shadow: 0px 0px 20px rgba(0, 135, 255, 0.05);
    border-radius: 15px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1399px) {
    .business-plan-item {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 767px) {
    .business-plan-item {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 575px) {
    .business-plan-item {
        padding: 20px 15px;
    }
}

.business-plan-item__header {
    text-align: center;
    margin-bottom: 35px;
}

@media screen and (max-width: 1199px) {
    .business-plan-item__header {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .business-plan-item__header {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .business-plan-item__header {
        margin-bottom: 20px;
    }
}

.business-plan-item__package {
    color: hsl(var(--black)/0.4);
    margin-bottom: 5px;
}

.business-plan-item__price {
    margin-bottom: 0;
}

.business-plan-item__body {
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .business-plan-item__body {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .business-plan-item__body {
        margin-bottom: 25px;
    }
}

.business-plan-item__footer {
    margin-top: auto;
}

/*============================== Business Plan Css End ==================================*/
/*======================== Search & Filter Css Start ===============================*/
.search-filter {
    gap: 10px;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .search-filter {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .search-filter {
        margin-bottom: 25px;
    }
}

/* Search Form */
.search-box {
    position: relative;
}

@media screen and (max-width: 424px) {
    .search-box {
        width: 100%;
    }
}

.search-box__button {
    color: hsl(var(--black)/0.4);
    color: hsl(var(--black)/0.4);
    border: 1px solid hsl(var(--base-two)/0.15) !important;
    border-left: 0 !important;
    background-color: transparent;
    padding-left: 5px;
}

.search-box .form--control {
    border-right-color: transparent;
}

.search-box .form--control:focus {
    border-color: hsl(var(--base-two)/0.15) !important;
    border-right: 0;
}

/* Shorts */
@media screen and (max-width: 424px) {
    .shorts {
        width: 100%;
    }
}

.shorts .select {
    color: hsl(var(--black)/0.4) !important;
}

@media screen and (max-width: 767px) {
    .shorts .select {
        padding: 8px 10px;
    }

    .search-box .form--control {
        padding: 8px 10px;
    }
}

/*======================== Search & Filter Css End ===============================*/
/*========================================== Product Details Css Start ============================================*/
.product-details {
    background-color: #F8F8F8;
}

.product-details hr {
    border-color: hsl(var(--black)/0.2);
    margin: 50px 0 40px;
}

@media screen and (max-width: 1199px) {
    .product-details hr {
        margin: 40px 0 30px;
    }
}

@media screen and (max-width: 991px) {
    .product-details hr {
        margin: 30px 0 20px;
    }
}

.product-details__item {
    border-radius: 10px;
    overflow: hidden;
}

.product-details__title {
    margin-bottom: 18px;
    font-size: var(--heading-three);
}

.product-details__thumb {
    max-height: 420px;
    overflow: hidden;
}

.product-details__content {
    background-color: hsl(var(--white));
    padding: 30px;
}

@media screen and (max-width: 1199px) {
    .product-details__content {
        padding: 30px 25px;
    }
}

@media screen and (max-width: 991px) {
    .product-details__content {
        padding: 30px 20px;
    }
}

.product-details__add {
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    .product-details__add {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .product-details__add {
        margin-top: 20px;
    }
}

/* Product Information Css */
.product-info {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsl(var(--base-two)/0.05);
}

@media screen and (max-width: 1199px) {
    .product-info {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

.product-info__inner {
    gap: 20px;
}

@media screen and (max-width: 1199px) {
    .product-info__inner {
        gap: 15px;
    }
}

.product-info__category-thumb {
    width: 27px;
    height: 27px;
    background-color: #FFCFCC;
    border-radius: 3px;
}

.product-info__category-thumb img {
    max-width: 18px;
}

.product-info__category-text {
    font-weight: 600;
    width: calc(100% - 27px);
    padding-left: 5px;
}

.product-info__rating-text {
    margin-left: 5px;
}

.product-info__sales {
    margin-bottom: 0;
    margin-bottom: 0;
    color: hsl(var(--body-color));
    font-weight: 700;
}

.product-info__sales .sale,
.product-info__sales .icon {
    color: hsl(var(--body-color)/0.8);
    font-weight: 500;
}

/* Product Share & Live Preview css*/
.product-share-preview {
    margin-bottom: 40px;
    gap: 10px;
}

@media screen and (max-width: 1199px) {
    .product-share-preview {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .product-share-preview {
        margin-bottom: 20px;
    }
}

.product-share-preview .btn {
    font-weight: 700 !important;
}

.social-share__text {
    margin-bottom: 0;
    margin-right: 10px;
}

/* Product Feature */
.product-feature {
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    .product-feature {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .product-feature {
        margin-top: 20px;
    }
}

.product-feature__desc {
    margin-bottom: 15px;
}

.product-feature__desc:last-of-type {
    margin-bottom: 0;
}

/*========================================== Product Details Css End ============================================*/
/* ========================================= Sidebar Css Start ==========================================*/
.sidebar {
    background-color: hsl(var(--white));
    border-radius: 10px;
    border: 1px solid hsl(var(--base-two)/0.05);
    margin-bottom: 40px;
    padding: 30px 20px;
}

@media screen and (max-width: 991px) {
    .sidebar {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .sidebar {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 424px) {
    .sidebar {
        padding: 25px 20px;
    }
}

.sidebar:last-of-type {
    margin-bottom: 0;
}

.sidebar__title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.sidebar__title::before,
.sidebar__title::after {
    width: 65px;
    height: 3px;
    left: 0;
    bottom: -2px;
    background-color: hsl(var(--base));
    border-radius: 40px;
    overflow: hidden;
}

.sidebar__title::after {
    width: 10px;
    background-color: hsl(var(--white));
    animation: bar_dot 5s linear infinite;
    border-radius: 0 !important;
}

.sidebar__form {
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .sidebar__form {
        margin-top: 20px;
    }
}

.sidebar .btn {
    font-weight: 600;
}

.sidebar-product-info {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsl(var(--base-two)/0.05);
}

.sidebar-product-info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

@media screen and (max-width: 991px) {
    .sidebar-product-info {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .sidebar-product-info {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.sidebar-product-info__title {
    font-weight: 600;
    font-family: var(--heading-font);
    display: block;
    margin-bottom: 5px;
}

.sidebar-product-info__desc {
    font-weight: 700;
    color: hsl(var(--body-color)/0.5);
}

/* ========================================= Sidebar Css End ==========================================*/
/* ===================================== Support Section Css Start =================================== */
.support {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 6.93%, hsl(var(--base)/0.06) 35.35%, hsl(var(--base)/0.08) 73.34%, rgba(255, 255, 255, 0.06) 100%);
    background: radial-gradient(90.02% 76.09% at 50% 50%, rgba(0, 124, 235, 0.12) 5.44%, rgba(0, 124, 235, 0.1) 29.54%, rgba(255, 255, 255, 0) 71.53%);
    min-height: 100vh;
}

@media screen and (max-width: 1399px) {
    .support {
        background: radial-gradient(110.02% 76.09% at 50% 50%, rgba(0, 124, 235, 0.12) 5.44%, rgba(0, 124, 235, 0.1) 29.54%, rgba(255, 255, 255, 0) 71.53%);
    }
}

@media screen and (max-width: 991px) {
    .support {
        background: radial-gradient(150.02% 76.09% at 50% 50%, rgba(0, 124, 235, 0.12) 5.44%, rgba(0, 124, 235, 0.08) 29.54%, rgba(255, 255, 255, 0) 71.53%);
        min-height: auto;
    }
}

.support__top {
    gap: 5px;
}

.support .navbar-brand.logo img {
    max-width: 150px;
}

/* Support Content Css Start */
.support-content {
    max-width: 580px;
}

.support-content .section-heading {
    margin-bottom: 32px;
}

.support-time__icon {
    width: 60px;
    height: auto;
}

@media screen and (max-width: 575px) {
    .support-time__icon {
        width: 45px;
    }
}

.support-time__text {
    width: calc(100% - 85px);
    border-left: 1px solid hsl(var(--base-two)/0.18);
    margin-left: 25px;
    padding-left: 25px;
}

@media screen and (max-width: 575px) {
    .support-time__text {
        width: calc(100% - 70px);
        margin-left: 15px;
        padding-left: 15px;
    }
}

.support-time__title {
    border-bottom: 1px solid hsl(var(--base-two)/0.15);
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.support-counter {
    margin-top: 32px;
    gap: 8px;
}

.support-counter__item {
    background-color: hsl(var(--white));
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
    max-width: 150px;
}

@media screen and (max-width: 575px) {
    .support-counter__item {
        padding: 15px;
    }
}

.support-counter__number {
    margin-bottom: 4px;
    font-weight: 600;
}

/* Support Content Css End */
/* ===================================== Support Section Css End =================================== */
/* =============================== Contact Page Css Start Here ============================== */
.contact {
    background: radial-gradient(90.02% 80.09% at 65% 50%, rgba(0, 124, 235, 0.12) 5.44%, rgba(0, 124, 235, 0.1) 29.54%, rgba(255, 255, 255, 0) 71.53%);
    min-height: 100vh;
}

@media screen and (max-width: 991px) {
    .contact {
        background: radial-gradient(90.02% 80.09% at 65% 50%, rgba(0, 124, 235, 0.12) 5.44%, rgba(0, 124, 235, 0.1) 29.54%, rgba(255, 255, 255, 0) 90.53%);
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .contact {
        background: radial-gradient(90.02% 80.09% at 65% 50%, rgba(0, 124, 235, 0.12) 5.44%, rgba(0, 124, 235, 0.1) 29.54%, rgba(255, 255, 255, 0) 130.53%);
    }
}

.contact-form {
    background-color: hsl(var(--white));
    padding: 40px;
    border-radius: 8px;
}

@media screen and (max-width: 1199px) {
    .contact-form {
        padding: 32px;
    }
}

@media screen and (max-width: 424px) {
    .contact-form {
        padding: 32px 16px;
    }
}

.contact-form__title {
    margin-bottom: 8px;
}

.contact-form__desc {
    margin-bottom: 32px;
}

.contact-form label {
    font-weight: 700;
    margin-bottom: 8px;
}

/* =============================== Contact Page Css End Here ============================== */
/* ============================== Account Css Start ===================*/
.account {
    background-color: hsl(var(--white));
    font-family: var(--roboto-font);
    color: hsl(var(--account-text));
}

.account__inner {
    flex-wrap: wrap-reverse;
    min-height: 100vh;
}

.account label,
.verification label {
    font-weight: 700;
    margin-bottom: 8px;
}

@media screen and (max-width: 575px) {
    .account label {
        font-weight: 500;
    }
}

.account .form--control {
    border: 1px solid #ADB5BD;
    border-radius: 8px;
    padding: 17.5px;
}

.account .form--control:focus {
    border-color: #696d70;
}

@media screen and (max-width: 991px) {
    .account .form--control {
        border-radius: 5px;
        padding: 13.5px 15px;
    }
}

.account .form-group {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .account .form-group {
        margin-bottom: 16px;
    }
}

.account .btn--base {
    padding: 20px 30px;
    font-family: var(--body-font);
    font-weight: 500;
    border-radius: 8px;
}

@media screen and (max-width: 991px) {
    .account .btn--base {
        border-radius: 5px;
        padding: 15px 30px;
        font-size: 0.9375rem;
    }
}

.account .btn--base:hover {
    background-color: hsl(var(--base-d-100)) !important;
    border: 1px solid hsl(var(--base-d-100)) !important;
    color: hsl(var(--white)) !important;
}

/* Left Content Css */
.account-left {
    width: 48%;
    position: relative;
    z-index: 1;
    padding: 50px 100px 210px 150px;
}

@media screen and (max-width: 1499px) {
    .account-left {
        padding: 50px 100px 120px 100px;
    }
}

@media screen and (max-width: 1399px) {
    .account-left {
        padding: 50px 60px 120px 60px;
    }
}

@media screen and (max-width: 1199px) {
    .account-left {
        padding: 40px 40px 120px 40px;
    }
}

@media screen and (max-width: 991px) {
    .account-left {
        padding: 30px 25px 120px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-left {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .account-left {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 424px) {
    .account-left {
        padding: 30px 20px;
    }
}

.account-left::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.38%, #000000 98.19%), transparent;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .account-left::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.38%, #000000 98.19%), #3333338c;
    }
}

.account-left__thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.account-left__title {
    color: hsl(var(--white));
    /* Typed animation Css*/
    /* Typed animation Css*/
}

@media screen and (max-width: 991px) {
    .account-left__title {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 767px) {
    .account-left__title {
        font-size: 1.5rem;
    }
}

.account-left__title .typed-cursor {
    color: hsl(var(--base));
}

.account-left__title .typed-cursor.typed-cursor--blink {
    display: none;
}

.account-left__desc {
    color: hsl(var(--white));
    font-weight: 300;
    margin-bottom: 30px;
}

.account-left__content {
    align-self: end;
    max-width: 580px;
}

/* Left Content Css */
/* Technology Tag List Css */
.technology-tag-list {
    gap: 12px;
}

.technology-tag-list__link {
    border-radius: 8px;
    color: #F2F2F2;
    padding: 10px;
    font-weight: 300;
    line-height: 1;
    border: 1px solid hsl(var(--white)/0.6);
    color: hsl(var(--white)/0.72);
}

@media screen and (max-width: 1199px) {
    .technology-tag-list__link {
        border-radius: 5px;
        font-size: 0.875rem;
    }
}

.technology-tag-list__link:active {
    top: 2px;
    position: relative;
}

.technology-tag-list__link:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--white));
}

/* Technology Tag List Css */
/* Right Content Css */
.account-right {
    width: 52%;
    padding: 32px 150px;
}

@media screen and (max-width: 1499px) {
    .account-right {
        padding: 32px 100px;
    }
}

@media screen and (max-width: 1399px) {
    .account-right {
        padding: 32px 60px;
    }
}

@media screen and (max-width: 1199px) {
    .account-right {
        padding: 32px 40px;
    }
}

@media screen and (max-width: 991px) {
    .account-right {
        padding: 32px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-right {
        width: 100%;
        padding: 60px;
    }
}

@media screen and (max-width: 575px) {
    .account-right {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 424px) {
    .account-right {
        padding: 35px 20px;
    }
}

/* Right Content Css */
/* Continue Google Css */
.continue-google__text {
    color: #6D767E;
    margin-bottom: 12px;
}

/* Continue Google Css */
/* Account Content Css Start */
.account-content__top {
    margin-bottom: 80px;
    gap: 15px;
}

@media screen and (max-width: 1399px) {
    .account-content__top {
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 1199px) {
    .account-content__top {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .account-content__top {
        margin-bottom: 35px;
    }
}

.account-content__logo {
    max-width: 200px;
}

.account-content__member-text {
    margin-right: 14px;
    font-weight: 500;
}

/* Account Content Css End */
/* Account Form Css Start */
.account-form {
    max-width: 480px;
}

@media screen and (max-width: 767px) {
    .account-form {
        max-width: unset;
    }
}

.account-form__title {
    font-size: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
    /* Min: 22px - Max: 45px */
    font-weight: 500;
    color: hsl(var(--account-text));
    margin-bottom: 0px;
}

@media screen and (max-width: 575px) {
    .account-form__title {
        font-weight: 600;
    }
}

.account-form__desc {
    font-weight: 500;
    margin-bottom: 40px;
}

@media screen and (max-width: 1399px) {
    .account-form__desc {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .account-form__desc {
        margin-bottom: 20px;
    }
}

/* Account Form Css End */
/* Or Other Option Css Start */
.other-option {
    margin: 40px 0 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .other-option {
        margin: 30px 0 20px;
    }
}

@media screen and (max-width: 1199px) {
    .other-option {
        margin: 20px 0 15px;
    }
}

.other-option::before {
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #EAEDF0;
    z-index: -1;
}

.other-option__text {
    background-color: hsl(var(--white));
    display: inline-block;
    padding: 0 16px;
    font-family: var(--body-font);
}

/* Or Other Option Css End */
/* Policy Privacy Text Css */
.policy-privacy {
    color: #6D767E;
}

.policy-privacy .text {
    color: hsl(var(--account-text)/0.85);
    font-weight: 600;
}

.policy-privacy a.text {
    text-decoration: underline;
}

/* Policy Privacy Text Css */
/* ============================== Account Css End ===================*/

/* ============================== Error Page Css Start ===================*/
.error-page {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 6.93%, hsl(var(--base)/0.06) 35.35%, hsl(var(--base)/0.08) 73.34%, rgba(255, 255, 255, 0.06) 100%);
}

.error-page__inner {
    text-align: center;
}

.error-page__content {
    margin-top: 32px;
}

.error-page__title {
    margin-bottom: 16px;
}

.error-page__desc {
    margin-bottom: 32px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
}

@media (max-width: 767px) {
    .error-page__desc {
        margin-bottom: 24px;
        max-width: 400px;
    }
}

/* ============================== Error Page Css End ===================*/

/* ============================== Error Page Css End ===================*/
.verification {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 6.93%, hsl(var(--base)/0.06) 35.35%, hsl(var(--base)/0.08) 73.34%, rgba(255, 255, 255, 0.06) 100%);
    position: relative;
    overflow: hidden;
}

.verification label {
    font-weight: 700;
    margin-bottom: 8px;
}

.verification .custom--card {
    box-shadow: 0px 5px 18px rgba(0, 0, 0, .075);
    border-radius: 10px;
    padding: 48px;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .verification .custom--card {
        padding: 32px;
    }
}

@media (max-width: 575px) {
    .verification .custom--card {
        padding: 24px;
    }
}

.verification .custom--card .card-body {
    background-color: transparent;
    padding: 0;
}

.verification__desc {
    color: hsl(var(--body-color)/.8);
    font-size: 1.125rem;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .verification__desc {
        font-size: 1rem;
        margin-bottom: 32px;
    }
}

@media (max-width: 575px) {
    .verification__desc {
        margin-bottom: 24px;
    }
}

.verification__logo {
    text-align: center;
    margin-bottom: 32px;
}

.verification__logo img {
    max-width: 232px;
}

.verification__favicon {
    position: absolute;
    left: 56px;
    bottom: -100px;
    z-index: -1;
    opacity: .2;
}

.go-back:hover {
    text-decoration: underline;
}

.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(var(--white));
    border-radius: 50%;
    font-size: 16px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15) !important;
}

.close-btn:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .25) !important;
    color: hsl(var(--base));
}

@media (max-width: 575px) {
    .close-btn {
        top: -7px;
        right: -7px;
    }
}

/* ============================== Error Page Css End ===================*/







.how-to-make__content .section-heading__title {
    font-size: clamp(1.375rem, 1.7vw + 1rem, 2.625rem);
}

.how-to-make__points {
    border-bottom: 1px solid hsl(var(--base-two)/0.15);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .how-to-make__points {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .how-to-make__points {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 575px) {
    .how-to-make__points {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}

.how-to-make__thumb {
    text-align: center;
}

.how-to-make__thumb img {
    max-height: 510px;
}

/* ===================================== How It Work css Start ============================== */
.how-it-work-item {
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
    padding: 40px;
    border-radius: 8px;
    position: relative;
    margin-right: 32px;
    margin-top: 32px;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1399px) {
    .how-it-work-item {
        padding: 24px;
    }
}

@media screen and (max-width: 767px) {
    .how-it-work-item {
        margin-right: 25px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 575px) {
    .how-it-work-item {
        padding: 24px 12px;
    }
}

@media screen and (max-width: 424px) {
    .how-it-work-item {
        padding: 24px 20px;
    }
}

.how-it-work-item:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.how-it-work-item:hover .how-it-work-item__number {
    box-shadow: 0px 0px 0px 12px hsl(var(--base)/0.4);
}

.how-it-work-item__number {
    width: 56px;
    height: 56px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    color: hsl(var(--white));
    font-weight: 700;
    font-family: var(--heading-font);
    font-size: 1.375rem;
    line-height: 1;
    position: absolute;
    top: -24px;
    right: -24px;
    box-shadow: 0px 0px 0px 7px hsl(var(--base)/0.3);
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .how-it-work-item__number {
        width: 44px;
        height: 44px;
        top: -18px;
        right: -18px;
        font-size: 1.125rem;
    }
}

.how-it-work-item__title {
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .how-it-work-item__title {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 575px) {
    .how-it-work-item__desc {
        font-size: 0.9375rem;
    }
}

/* ===================================== How It Work css End ============================== */
/* ====================================== Why Choose Us Css Start ================================== */
.choose-us__content {
    max-width: 600px;
}

.choose-us-item {
    margin-bottom: 24px;
    align-items: start;
}

.choose-us-item:last-child {
    margin-bottom: 0;
}

.choose-us-item__counter {
    border-left: 3px solid hsl(var(--base));
    padding-left: 24px;
}

@media screen and (max-width: 424px) {
    .choose-us-item__counter {
        padding-left: 16px;
    }
}

.choose-us-item__text {
    width: 48px;
    height: 48px;
    border: 1px solid hsl(var(--black)/0.08);
    font-family: var(--heading-font);
    font-size: 1.125rem;
    font-weight: 600;
    color: hsl(var(--body-color)/0.7);
    border-radius: 50%;
}

.choose-us-item__content {
    width: calc(100% - 75px);
    padding-left: 24px;
}

@media screen and (max-width: 424px) {
    .choose-us-item__content {
        padding-left: 16px;
    }
}

.choose-us-item__title {
    margin-bottom: 4px;
}

.choose-us-item__desc {
    max-width: 350px;
    font-size: 0.9375rem;
}

/* ====================================== Why Choose Us Css End ================================== */



/* ================================== Hosting Section Css Start =============================== */
.hosting-item {
    box-shadow: var(--box-shadow);
    padding: 40px;
    text-align: center;
    background-color: hsl(var(--white));
    border-radius: 8px;
}

@media screen and (max-width: 1499px) {
    .hosting-item {
        padding: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .hosting-item {
        padding: 32px 24px;
    }
}

@media screen and (max-width: 575px) {
    .hosting-item {
        padding: 32px 16px;
    }
}

.hosting-item__title {
    margin-top: 24px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .hosting-item__title {
        margin-top: 16px;
    }
}

.hosting-item__button {
    margin-top: 24px;
}

/* ================================== Hosting Section Css End =============================== */

/* ================================ Domain Section Css Start =============================== */
.domain-row {
    padding: 10px 16px;
    background-color: hsl(var(--black)/0.03);
    border-radius: 6px;
}

.domain-unavailable {
    background-color: hsl(var(--danger)/0.08);
}

.btn:disabled {
    color: hsl(var(--black)/0.8) !important;
    border-color: hsl(var(--black)/0.4) !important;
    background-color: hsl(var(--black)/0.2) !important;
    opacity: 0.3;
}

/* ================================ Domain Section Css End =============================== */


.category-icon {
    width: 30px;
    height: 30px;
    color: hsl(var(--white));
    font-size: 1rem;
    border-radius: 3px;
}

.item-category-name {
    font-weight: 700;
    font-size: 0.875rem;
}

.product-card__meta {
    margin-top: 16px;
    border-top: 1px solid #ddd;
    padding-top: 16px;
}

@media (max-width: 1399px) {
    .license-price {
        font-size: 0.875rem;
    }
}


.license-item-wrapper {
    padding-top: 32px;
}

.input-group>.form-control:focus {
    z-index: 1
}


/* ====================================== item-description__custom Css START ================================== */

.item-description__custom a {
    color: hsl(var(--base));
}

.item-description__custom a:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

.item-description__custom h1,
.item-description__custom h2,
.item-description__custom h3,
.item-description__custom h4,
.item-description__custom h5,
.item-description__custom h6 {
    margin: 40px 0 15px 0;
}

.item-description__custom ul {
    list-style: disc;
    padding-left: 36px;
}

.item-description__custom h2 {
    font-size: 1.5rem;
}

.item-description__custom h3 {
    font-size: 1.2rem;
}

/* ====================================== item-description__custom Css END ================================== */


/* ====================================== temp-order-display Css START ================================== */
.temp-order-display {
    padding: 17px;
    position: relative;
}

.temp-order-display .temp-order-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: hsl(var(--base));
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
}

@media screen and (max-width: 991px) {
    .temp-order-display {
        padding: 12px !important;
    }
}

/* ====================================== temp-order-display Css END ================================== */


/* ==================================== Domain Registration Css Start =============================== */
.register-domain {
    background: radial-gradient(90.02% 76.09% at 50% 50%, rgba(0, 124, 235, 0.12) 5.44%, rgba(0, 124, 235, 0.06) 29.54%, rgba(48, 39, 39, 0) 58.53%);
    position: relative;
    overflow: hidden;
}

.register-domain__content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.register-domain__title {
    margin-bottom: 16px;
}

.register-domain__desc {
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 991px) {
    .register-domain__desc {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 575px) {
    .register-domain__desc {
        margin-bottom: 24px;
    }
}

.domain-form {
    box-shadow: var(--box-shadow);
    border-radius: 8px;
    position: relative;
}

.domain-form .form--control {
    border-color: hsl(var(--base-two)/0.2);
    padding: 13px 20px;
    padding-left: 48px;
    background-color: hsl(var(--white));
    transition: 0.2s;
}

.domain-form .form--control:focus {
    border-color: hsl(var(--base-two)/0.2);
}

.domain-form .form--control::placeholder {
    font-weight: 700;
    font-size: 0.9375rem;
}

.domain-form .domain-form__icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    color: hsl(var(--black)/0.7);
    transition: 0.2s;
}

.domain-form .form--control:focus+.domain-form__icon {
    visibility: hidden;
    opacity: 0;
}

.domain-form .form--control:focus {
    padding-left: 20px;
}

.domain-form .search-btn {
    border-radius: 0 5px 5px 0 !important;
    transition: 0.2s;
}

.domain-form .search-btn:hover {
    background-color: hsl(var(--base-d-100)) !important;
    border-color: hsl(var(--base-d-100)) !important;
    color: hsl(var(--white)) !important;
}

.domain-form .search-btn:active {
    top: 0;
}

/* ==================================== Domain Registration Css End =============================== */


/* ==================================== Datacenter Location Css start =============================== */

.dc-location {
    background-color: hsl(var(--base)/0.1);
    max-width: fit-content;
    margin-inline: auto;
    border: 2px solid hsl(var(--base)/0.7);
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.dc-location a {
    padding: 10px 18px;
    color: var(--body-color) !important;
    transition: all 0.2s;
    min-width: 120px;
    text-align: center;
    border-radius: 25px;
    font-family: var(--heading-font);
    font-weight: 500;
}

.dc-location a.active {
    background-color: hsl(var(--base)/0.7);
    color: hsl(var(--white)) !important;
}

.dc-location a.active:hover {
    background-color: hsl(var(--base)/0.7);
    color: hsl(var(--white)) !important;
}

.dc-location a:hover {
    padding: 10px 18px;
    background-color: hsl(var(--base)/0.1);
}

.dc-location a:not(:last-child) {
    margin-right: 5px;
}

/* ==================================== Datacenter Location Css End =============================== */

@media (min-width: 992px) and (max-width: 1199px) {
    .header .container {
        max-width: 100% !important;
    }
}

.form-select {
    padding: 15px;
}

@media(max-width:991px) {
    .how-to-make__content {
        margin-bottom: 60px;
    }

}

.btn-close:focus {
    box-shadow: none;
}

@media (min-width: 767px) {

    .search-box .input-group,
    .shorts .form--control {
        width: auto !important;
    }
}


/*================= transfer section end here ==================*/
/* ================================= Blog Section Css Start Here ============================= */

.blog-item {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-color: hsl(var(--white));
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.blog-item__top__date {
    font-size: 0.875rem;
    color: hsl(var(--text-color));
}

.blog-item:hover .blog-item__thumb-link .image1 {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-item:hover .blog-item__thumb-link .image2 {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item__thumb {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-size: cover;
    width: 100%;
}

.blog-item__thumb-link .image1 {
    -webkit-transform: translatex(50%) scalex(1);
    transform: translatex(50%) scalex(1);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item__thumb-link .image2 {
    -webkit-transform: translatex(0%) scalex(1);
    transform: translatex(0%) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item__content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-item__title {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .blog-item__title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px) {
    .blog-item__title {
        font-size: 1.2rem;
    }
}

.blog-item__title-link {
    color: hsl(var(--heading-color));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
}

.blog-item__title-link:hover {
    color: hsl(var(--base));
}

.blog-item__desc {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 20px;
    }
}

.blog-item__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    color: hsl(var(--text-color));
    letter-spacing: -0.2px;
    flex: 1;
    font-size: 0.9125rem;
}

.blog-item__btn-icon {
    font-size: 16px;
    transition: 0.2s linear;
    color: hsl(var(--light) / .75);
    display: flex;
    margin-bottom: 2px;
}

.blog-item__btn:hover .blog-item__btn-icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.sidebar-wrapper.sticky-top-top {
    position: sticky;
    top: 100px;
}

/* ======= WordPress Comment Form Styling ======= */
.comments-area {
    margin-top: 1.5rem;
}

.comments-area ol.children {
    margin-left: 3rem;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.comment-respond {
    margin-top: 1rem;
}
 
@media screen and (max-width: 1199px) {
    .comment-form {
        padding: 15px;
    }
}

.comment-reply-title {
    margin-bottom: 8px;
}

.comment-form p:not(:last-child) {
    margin-bottom: 16px;
}

.comment-form label {
    display: block;
    font-weight: 600;
    color: #333;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: border 0.2s;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    border-color: hsl(var(--base));
    outline: none;
}

.comment-form textarea {
    resize: vertical;
    min-height: 100px;
}

.comment-form .form-submit {
    text-align: right;
}

.comment-form input[type="submit"] {
    background-color: hsl(var(--base));
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.comment-form input[type="submit"]:hover {
    background-color: hsl(var(--base));
}

.comment-form .required {
    color: red;
    margin-left: 5px;
}

.comment-notes,
.comment-form-cookies-consent {
    font-size: 0.9rem;
    color: #555;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}

.comment-form-cookies-consent input {
    margin-right: 0.8rem;
}

/* single post right sidebar(recent posts) */
.recent-posts-sidebar {
    position: sticky;
    top: 100px;

}

.vlab-comment-list {}

.vlab-comment-list .avatar {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.vlab-comment-list .comment {
    display: flex;
}

.vlab-comment-list .comment:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid hsl(var(--base-two)/0.1);
}

.vlab-comment-list .comment-date {
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.5);
}

.vlab-comment-list .comment-content {
    flex-grow: 1;
}

.vlab-comment-list .comment-content__header {
    margin-bottom: 8px;
}

.vlab-comment-list .comment-content__body p {
    font-size: 1rem;
    line-height: 120%;
    color: hsl(var(--black) / 0.8);
}

.vlab-comment-list .comment-content__footer {
    margin-top: 8px;
}

.vlab-comment-list .comment-reply-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: hsl(var(--base));
}

.vlab-comment-list .comment-name {
    margin-bottom: 0px;
}

.vlab-blog-details {
    border-radius: 5px;
}

.vlab-blog-details .comments-title {
    font-size: var(--heading-four);
    margin-bottom: 16px;
}

.vlab-blog-details__thumb {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.vlab-post-sidebar {
    border: 1px solid hsl(var(--base-two)/0.2);
    border-radius: 5px;
    padding: 16px;
    position: sticky;
    top: calc(var(--header-height) + 10px);
}

.vlab-post-list {}

.vlab-post-list-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.vlab-post-list-item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid hsl(var(--base-two)/0.2);
}

.vlab-post-list-item__thumb {
    width: 90px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
}

.vlab-post-list-item__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.vlab-post-list-item__thumb a {}

.vlab-post-list-item__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
    transition: .3s ease;
}

.vlab-post-list-item__date {
    font-size: 0.875rem;
    font-weight: 500;
}

.vlab-post-list-item:hover .vlab-post-list-item__title,
.vlab-post-list-item:focus .vlab-post-list-item__title {
    color: hsl(var(--base));
}

.vlab-post-list-item:hover .vlab-post-list-item__date,
.vlab-post-list-item:focus .vlab-post-list-item__date {
    color: hsl(var(--body-color));
}

.vlab-blog-details__title {
    font-size: var(--heading-three);
}