@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Albert Sans", sans-serif;
    --body-font: "Albert Sans", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 256;
    --base-s: 100%;
    --base-l: 65%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
    /* Base Two Color */
    --base-two-h: 76;
    --base-two-s: 100%;
    --base-two-l: 65%;
    --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.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */

    --white: 0 0% 100%;
    --body-color: 215 19% 35%;
    --body-color-two: 216 6% 83%;
    --heading-color: 217 33% 17%;
    --black: 0 0% 0%;
    --border-color: 214 32% 91%;
    --section-bg: 210 40% 98%;
    --background-color: var(--black);
    --text-color-two: 210 20% 98%;
    --sidebar-link-color: 215 28% 27%;
    --section-bg-two: 240 10% 96%;

    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --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);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --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);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    /* Danger Color */
    --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);
    /* Warning Color */
    --warning-h: 40;
    --warning-s: 100%;
    --warning-l: 46%;
    --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);
    /* Info Color */
    --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);
    /* Dark Color */
    --dark-h: 215;
    --dark-s: 28%;
    --dark-l: 17%;
    --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-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);
    /* Purple Color */
    --purple-h: 284;
    --purple-s: 88%;
    --purple-l: 73%;
    --purple: var(--purple-h) var(--purple-s) var(--purple-l);
    --purple-d-100: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.1);
    --purple-d-200: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.2);
    --purple-d-300: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.3);
    --purple-d-400: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.4);
    --purple-d-500: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.5);
    --purple-l-100: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.1);
    --purple-l-200: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.2);
    --purple-l-300: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.3);
    --purple-l-400: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.4);
    --purple-l-500: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.5);
    /* Orange Color */
    --orange-h: 13;
    --orange-s: 99%;
    --orange-l: 67%;
    --orange: var(--orange-h) var(--orange-s) var(--orange-l);
    --orange-d-100: var(--orange-h) var(--orange-s) calc(var(--orange-l) - var(--orange-l) * 0.1);
    --orange-d-200: var(--orange-h) var(--orange-s) calc(var(--orange-l) - var(--orange-l) * 0.2);
    --orange-d-300: var(--orange-h) var(--orange-s) calc(var(--orange-l) - var(--orange-l) * 0.3);
    --orange-d-400: var(--orange-h) var(--orange-s) calc(var(--orange-l) - var(--orange-l) * 0.4);
    --orange-d-500: var(--orange-h) var(--orange-s) calc(var(--orange-l) - var(--orange-l) * 0.5);
    --orange-l-100: var(--orange-h) calc(var(--orange-s)) calc(var(--orange-l) + (100% - var(--orange-l)) * 0.1);
    --orange-l-200: var(--orange-h) calc(var(--orange-s)) calc(var(--orange-l) + (100% - var(--orange-l)) * 0.2);
    --orange-l-300: var(--orange-h) calc(var(--orange-s)) calc(var(--orange-l) + (100% - var(--orange-l)) * 0.3);
    --orange-l-400: var(--orange-h) calc(var(--orange-s)) calc(var(--orange-l) + (100% - var(--orange-l)) * 0.4);
    --orange-l-500: var(--orange-h) calc(var(--orange-s)) calc(var(--orange-l) + (100% - var(--orange-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
    /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme="dark"] {
    --white: 200 9% 7%;
    --black: 210 40% 98%;
}

/* ========================= Css Variables End =========================== */
/* ============================= Fully Fit Image Css Start ============================= */
.fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ============================= Fully Fit Image Css End ============================= */
/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.blog-item__date,
.working-process-item,
.feature-item,
.counter-item,
.store-buttons,
.form--switch,
.form--radio,
.form--check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align,
.faq-contact__left,
.app-content__buttons,
.vehicles-item__content,
.feature-thumb,
.counter-item__inner,
.custom--dropdown .dropdown-list__item,
.custom--dropdown__selected,
.action-buttons,
.custom--accordion .accordion-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center,
.banner-content__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between,
.faq-contact,
.counter-wrapper,
.list-group.two .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.dashboard .sidebar-submenu-list__link::before {
    position: absolute;
    content: "";
}

.top-center-extend,
.dashboard .sidebar-submenu-list__link::before,
.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-left-center-extend {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For Responsive Devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15 {
    font-size: 0.9375rem;
}

.fs-16 {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .fs-16 {
        font-size: 0.9375rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .fs-18 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-18 {
        font-size: 1rem;
    }
}

.fs-20 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .fs-20 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-20 {
        font-size: 1.0625rem;
    }
}

.fw-700 {
    font-weight: 700;
}

/* ===================== Font Size For Responsive Devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: var(--background-color);
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

p {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 1399px) {
    p {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1199px) {
    p {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 991px) {
    p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 0.9375rem;
    }
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.2;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 10px 0;
    }
}

h1 {
    font-size: 7.5rem;
    font-weight: 800;
    line-height: 1;
}

@media screen and (max-width: 1399px) {
    h1 {
        font-size: 6.5625rem;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 5.625rem;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 4.375rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 3.25rem;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 2.625rem;
    }
}

@media screen and (max-width: 424px) {
    h1 {
        font-size: 2.375rem;
    }
}

h2 {
    font-size: 5rem;
    line-height: 1;
}

@media screen and (max-width: 1399px) {
    h2 {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 4.0625rem;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 3.4375rem;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 575px) {
    h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 424px) {
    h2 {
        font-size: 2.125rem;
    }
}

h3 {
    font-size: 2.5rem;
}

@media screen and (max-width: 1399px) {
    h3 {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 1.8125rem;
    }
}

@media screen and (max-width: 575px) {
    h3 {
        font-size: 1.6875rem;
    }
}

@media screen and (max-width: 424px) {
    h3 {
        font-size: 1.5rem;
    }
}

h4 {
    font-size: 2rem;
}

@media screen and (max-width: 1399px) {
    h4 {
        font-size: 1.9375rem;
    }
}

@media screen and (max-width: 1199px) {
    h4 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 991px) {
    h4 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 575px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
    h5 {
        font-size: 1.4375rem;
    }
}

@media screen and (max-width: 1199px) {
    h5 {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    h5 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    h5 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 575px) {
    h5 {
        font-size: 1.125rem;
    }
}

h6 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    h6 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 1199px) {
    h6 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    h6 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    h6 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    h6 {
        font-size: 0.9375rem;
    }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: inherit;
}

a {
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--base));
}

a:hover {
    color: hsl(var(--base));
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-select {
    height: 49px;
}

@media screen and (max-width: 991px) {
    .form-select {
        height: 44px !important;
    }
}

.form-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
    font-family: var(--body-font);
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

.section-bg {
    background-color: hsl(var(--section-bg));
}

.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black) / 0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show {
    visibility: visible;
    opacity: 1;
}

.gradient-text {
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(hsl(var(--base-d-200))),
            to(hsl(var(--base))));
    background-image: linear-gradient(180deg,
            hsl(var(--base-d-200)) 0%,
            hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.gradient-text::-moz-selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.gradient-text::selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading Css Start ==================== */
.section-heading {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 48px;
}

@media screen and (max-width: 1399px) {
    .section-heading {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 38px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 575px) {
    .section-heading {
        margin-bottom: 35px;
    }
}

.section-heading__title {
    margin-bottom: 0;
    letter-spacing: -2px;
}

/* ====================== Section Heading Css End ==================== */
/* ================================= Background Color 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--purple {
    background-color: hsl(var(--purple)) !important;
}

.bg--orange {
    background-color: hsl(var(--orange)) !important;
}

.bg--dark {
    background-color: hsl(var(--dark)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
    color: hsl(var(--base)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

.text--purple {
    color: hsl(var(--purple)) !important;
}

.text--orange {
    color: hsl(var(--orange)) !important;
}

.text--dark {
    color: hsl(var(--dark)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--base-two {
    border-color: hsl(var(--base-two)) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

.border--purple {
    border-color: hsl(var(--purple)) !important;
}

.border--orange {
    border-color: hsl(var(--orange)) !important;
}

.border--dark {
    border-color: hsl(var(--dark)) !important;
}

/* ================================= Border Color Css End =========================== */
/* ================================= Margin Css Start =========================== */
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .my-120 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 576px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

/* ================================= Margin Css End =========================== */
/* ================================= Padding Css Start =========================== */
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 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;
    }
}

.pb-100 {
    padding-bottom: 50px;
}

@media (min-width: 576px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .pb-100 {
        padding-bottom: 100px;
    }
}

.pb-80 {
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .pb-80 {
        padding-bottom: 80px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}

.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;
    }
}

.h-63 {
    height: 63px;
}

.h-49 {
    height: 49px !important;
}

/* ================================= Padding Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    border: 1px solid hsl(var(--border-color)) !important;
    background-color: hsl(var(--white)) !important;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-item {
        margin-bottom: 15px;
    }
}

.custom--accordion .accordion-item:nth-child(3),
.custom--accordion .accordion-item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-item:nth-child(3) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-item:nth-child(3) {
        margin-bottom: 15px;
    }
}

.custom--accordion .accordion-header {
    line-height: 1.4;
}

.custom--accordion .accordion-body {
    color: hsl(var(--body-color));
    background-color: hsl(var(--white));
    padding: 0 12px 15px;
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .custom--accordion .accordion-body {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 1199px) {
    .custom--accordion .accordion-body {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-body {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-body {
        font-size: 0.875rem;
    }
}

.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: transparent;
    color: var(--heading-color);
    font-size: inherit;
    font-weight: 500;
    padding: 12px;
    padding-right: 40px;
}

@media screen and (max-width: 1199px) {
    .custom--accordion .accordion-button {
        padding: 10px;
        padding-right: 35px;
    }
}

.custom--accordion .accordion-button .svg-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: hsl(var(--base) / 0.15);
    border-radius: 6px;
    color: hsl(var(--base));
}

.custom--accordion .accordion-button[aria-expanded="true"] .svg-icon::after,
.custom--accordion .accordion-button[aria-expanded="false"] .svg-icon::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f056";
    display: inline-block;
    line-height: 1;
    color: hsl(var(--base));
}

.custom--accordion .accordion-button[aria-expanded="false"] .svg-icon::after {
    content: "\f055";
    color: inherit;
}

@media screen and (max-width: 1199px) {
    .custom--accordion .accordion-button .svg-icon {
        width: 44px;
        height: 44px;
    }
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-button .svg-icon {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-button .svg-icon {
        width: 38px;
        height: 38px;
    }
}

@media screen and (max-width: 424px) {
    .custom--accordion .accordion-button .svg-icon {
        width: 35px;
        height: 35px;
    }
}

.custom--accordion .accordion-button .svg-icon svg {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 1199px) {
    .custom--accordion .accordion-button .svg-icon svg {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 424px) {
    .custom--accordion .accordion-button .svg-icon svg {
        width: 18px;
        height: 18px;
    }
}

.custom--accordion .accordion-button .text {
    width: calc(100% - 48px);
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding-left: 12px;
}

@media screen and (max-width: 1199px) {
    .custom--accordion .accordion-button .text {
        width: calc(100% - 44px);
        padding-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-button .text {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-button .text {
        width: calc(100% - 38px);
    }
}

@media screen and (max-width: 424px) {
    .custom--accordion .accordion-button .text {
        width: calc(100% - 35px);
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--heading-color));
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    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: "Line Awesome Free";
    font-weight: 900;
    content: "\f056";
    display: inline-block;
    position: absolute;
    right: 12px;
    height: unset;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 1199px) {

    .custom--accordion .accordion-button[aria-expanded="true"]::after,
    .custom--accordion .accordion-button[aria-expanded="false"]::after {
        right: 10px;
    }
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
    content: "\f055";
    color: inherit;
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn {
    position: relative;
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: hsl(var(--white)) !important;
    padding: 15px 24px;
    border: 1px solid transparent;
    border-radius: 10px;
    z-index: 1;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

@media screen and (max-width: 1399px) {
    .btn {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 1199px) {
    .btn {
        padding: 14px 27px;
    }
}

@media screen and (max-width: 991px) {
    .btn {
        padding: 13px 25px;
    }
}

@media screen and (max-width: 767px) {
    .btn {
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        padding: 12px 22px;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
        padding: 11px 16px;
        font-size: 0.875rem;
    }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--lg {
    font-size: 1.125rem;
    padding: 13px 23px;
}

@media screen and (max-width: 1399px) {
    .btn--lg {
        padding: 13px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .btn--lg {
        font-size: 1.0625rem;
        padding: 12px 20px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        font-size: 1rem;
        padding: 12px 18px;
    }
}

@media screen and (max-width: 575px) {
    .btn--lg {
        padding: 11px 16px;
    }
}

.btn--sm {
    padding: 7px 12px;
    font-size: 0.8125rem;
}

@media screen and (max-width: 1199px) {
    .btn--sm {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 575px) {
    .btn--sm {
        padding: 5px 8px;
    }
}

.btn--xsm {
    padding: 4px 7px;
    font-size: 0.75rem;
}

@media screen and (max-width: 575px) {
    .btn--xsm {
        padding: 3px 6px;
    }
}

.btn .svg-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 20px;
    max-height: 20px;
}

@media screen and (max-width: 991px) {
    .btn .svg-icon {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .btn .svg-icon {
        width: 17px;
        height: 17px;
    }
}

.btn--base-two {
    color: hsl(var(--heading-color)) !important;
}

.btn--base-two .svg-icon {
    color: inherit;
}

.btn--base {
    background-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.btn--base-two {
    background-color: hsl(var(--base-two)) !important;
}

.btn--base-two:hover,
.btn--base-two:focus .btn--base-two:focus-visible {
    background-color: hsl(var(--base-two-d-200)) !important;
    border: 1px solid hsl(var(--base-two-d-200)) !important;
}

.btn-outline--base-two {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base-two)) !important;
    color: hsl(var(--base-two)) !important;
}

.btn-outline--base-two:hover,
.btn-outline--base-two:focus .btn-outline--base-two:focus-visible {
    background-color: hsl(var(--base-two)) !important;
    color: hsl(var(--white)) !important;
}

.btn--primary {
    background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary: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: hsl(var(--secondary-d-200)) !important;
    border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary: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: hsl(var(--success-d-200)) !important;
    border: 1px solid hsl(var(--success-d-200)) !important;
}

.btn-outline--success {
    background-color: transparent !important;
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
}

.btn-outline--success:hover,
.btn-outline--success:focus .btn-outline--success: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: hsl(var(--danger-d-200)) !important;
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: transparent !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger: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: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning: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: hsl(var(--info-d-200)) !important;
    border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: transparent !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
}

.btn--purple {
    background-color: hsl(var(--purple)) !important;
}

.btn--purple:hover,
.btn--purple:focus .btn--purple:focus-visible {
    background-color: hsl(var(--purple-d-200)) !important;
    border: 1px solid hsl(var(--purple-d-200)) !important;
}

.btn-outline--purple {
    background-color: transparent !important;
    border: 1px solid hsl(var(--purple)) !important;
    color: hsl(var(--purple)) !important;
}

.btn-outline--purple:hover,
.btn-outline--purple:focus .btn-outline--purple:focus-visible {
    background-color: hsl(var(--purple)) !important;
    color: hsl(var(--white)) !important;
}

.btn--orange {
    background-color: hsl(var(--orange)) !important;
}

.btn--orange:hover,
.btn--orange:focus .btn--orange:focus-visible {
    background-color: hsl(var(--orange-d-200)) !important;
    border: 1px solid hsl(var(--orange-d-200)) !important;
}

.btn-outline--orange {
    background-color: transparent !important;
    border: 1px solid hsl(var(--orange)) !important;
    color: hsl(var(--orange)) !important;
}

.btn-outline--orange:hover,
.btn-outline--orange:focus .btn-outline--orange:focus-visible {
    background-color: hsl(var(--orange)) !important;
    color: hsl(var(--white)) !important;
}

.btn--dark {
    background-color: hsl(var(--dark)) !important;
}

.btn--dark:hover,
.btn--dark:focus .btn--dark:focus-visible {
    background-color: hsl(var(--dark-d-200)) !important;
    border: 1px solid hsl(var(--dark-d-200)) !important;
}

.btn-outline--dark {
    background-color: transparent !important;
    border: 1px solid hsl(var(--dark)) !important;
    color: hsl(var(--dark)) !important;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus .btn-outline--dark:focus-visible {
    background-color: hsl(var(--dark)) !important;
    color: hsl(var(--white)) !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: hsl(var(--base)) !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.btn-outline--white {
    background-color: transparent !important;
    border: 1px solid hsl(var(--white)) !important;
    color: hsl(var(--white)) !important;
}

.btn-outline--white:hover,
.btn-outline--white:focus .btn-outline--white:focus-visible {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--white)) !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

.pill {
    border-radius: 40px !important;
}

.custom--tooltip {
    --bs-tooltip-color: hsl(var(--white));
    --bs-tooltip-bg: hsl(var(--info));
}

.toggle.btn label {
    position: absolute;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 !important;
    line-height: 1;
}

.toggle.btn label:hover,
.toggle.btn label:focus {
    border: 0 !important;
}

.toggle .toggle-group .toggle-handle {
    background-color: hsl(var(--white));
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.card {
    background-color: hsl(var(--white));
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border: 1px solid transparent;
    border-radius: 5px;
}

.card .card-header {
    padding: 16px 24px;
    border: 0;
}

@media screen and (max-width: 424px) {
    .card .card-header {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.card .card-header .title {
    margin-bottom: 0;
}

.card .card-body {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 24px;
}

@media screen and (max-width: 424px) {
    .card .card-body {
        padding: 16px;
    }
}

.card .card-footer {
    padding: 0 24px 24px;
    background-color: transparent;
    border: 0;
}

@media screen and (max-width: 424px) {
    .card .card-footer {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
.form-group {
    margin-bottom: 1rem;
}

.form--label {
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--heading-color));
    margin-bottom: 6px;
}

.form--label .required {
    color: hsl(var(--danger));
}

.form--control {
    width: 100%;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    outline: none;
    padding: 14px 15px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 1199px) {
    .form--control {
        padding: 12.5px 15px;
    }
}

@media screen and (max-width: 991px) {
    .form--control {
        padding: 11.5px 13px;
    }
}

@media screen and (max-width: 767px) {
    .form--control {
        padding: 10px 13px;
    }
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--body-color));
    font-size: 1rem;
}

.form--control::-moz-placeholder {
    color: hsl(var(--body-color));
    font-size: 1rem;
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--body-color));
    font-size: 1rem;
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--body-color));
    font-size: 1rem;
}

.form--control::placeholder {
    color: hsl(var(--body-color));
    font-size: 1rem;
}

.form--control:focus {
    border-color: hsl(var(--base));
}

.form--control:disabled,
.form--control[readonly] {
    padding: 13px 18px;
    background-color: hsl(var(--heading-color) / 0.05);
    color: hsl(var(--body-color)) !important;
    opacity: 1;
    border: 0;
}

@media screen and (max-width: 575px) {

    .form--control:disabled,
    .form--control[readonly] {
        padding: 12px 13px;
    }
}

.form--control[type="password"] {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.form--control[type="password"]::-webkit-input-placeholder {
    font-weight: 400;
}

.form--control[type="password"]::-moz-placeholder {
    font-weight: 400;
}

.form--control[type="password"]:-ms-input-placeholder {
    font-weight: 400;
}

.form--control[type="password"]::-ms-input-placeholder {
    font-weight: 400;
}

.form--control[type="password"]::placeholder {
    font-weight: 400;
}

.form--control[type="password"]:focus {
    color: hsl(var(--heading-color));
}

.form--control[type="file"] {
    line-height: 45px;
    padding: 0;
    position: relative;
}

@media screen and (max-width: 575px) {
    .form--control[type="file"] {
        line-height: 40px;
    }
}

.form--control[type="file"]::-webkit-file-upload-button {
    border: 0;
    padding: 3px 12px;
    border-radius: 3px;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 12px;
    color: hsl(var(--white)) !important;
    cursor: pointer;
}

.form--control[type="file"]::file-selector-button {
    border: 0;
    padding: 3px 12px;
    border-radius: 3px;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 12px;
    color: hsl(var(--white)) !important;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .form--control[type="file"]::-webkit-file-upload-button {
        font-size: 0.8125rem;
        padding: 2px 8px;
        margin-left: 8px;
    }

    .form--control[type="file"]::file-selector-button {
        font-size: 0.8125rem;
        padding: 2px 8px;
        margin-left: 8px;
    }
}

.form--control[type="file"]::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.form--control[type="file"]::file-selector-button:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

textarea.form--control {
    height: 200px;
}

@media screen and (max-width: 1399px) {
    textarea.form--control {
        height: 130px;
    }
}

@media screen and (max-width: 1199px) {
    textarea.form--control {
        height: 120px;
    }
}

.select {
    position: relative;
    color: hsl(var(--input-color)) !important;
}

.select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--heading-color)) !important;
}

.select option {
    background-color: hsl(var(--dark));
    color: hsl(var(--white));
}

.select.form--control {
    padding: 11px 14px;
}

@media screen and (max-width: 575px) {
    .select.form--control {
        padding: 10px 10px;
    }
}

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(--heading-color)) !important;
    caret-color: hsl(var(--heading-color));
}

.footer-area {

    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        -webkit-text-fill-color: hsl(var(--white)) !important;
        caret-color: hsl(var(--white));
    }
}

/* input group */
.input--group {
    position: relative;
}

.password-show-hide {
    height: 100%;
    background: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 10px;
    border-left: 1px solid hsl(var(--border-color));
    border-radius: 0 5px 5px 0;
    font-size: 1.125rem;
    cursor: pointer;
    color: hsl(var(--body-color));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

.password-show-hide:hover {
    color: hsl(var(--heading-color));
}

input#your-password,
input#confirm-password {
    padding-right: 50px;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.form--check a {
    display: inline;
}

.form--check .form-check-input {
    position: relative;
    box-shadow: none;
    background-color: hsl(var(--white));
    box-shadow: none !important;
    border-radius: 6px;
    width: 16px;
    height: 16px;
    border: 2px solid hsl(var(--border-color));
    cursor: pointer;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

.form--check .form-check-input:hover {
    border-color: hsl(var(--base));
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base) / 0.12) !important;
    border-color: hsl(var(--base)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--check .form-check-input:checked[type="checkbox"] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--base));
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    color: hsl(var(--body-color));
    font-weight: 500;
    width: calc(100% - 16px);
    padding-left: 8px;
    cursor: pointer;
    font-size: 0.875rem;
}

@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;
    }
}

.form--radio .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid hsl(var(--border-color));
    border-radius: 2px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

.form--radio .form-check-input:active {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: hsl(var(--base) / 0.12);
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type="radio"] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 2px;
    z-index: 999;
}

.form--radio .form-check-input:hover {
    border-color: hsl(var(--base));
}

.form--radio .form-check-label {
    font-weight: 400;
    width: calc(100% - 16px);
    padding-left: 8px;
    cursor: pointer;
    font-size: 0.875rem;
}

.form--switch:focus-visible {
    outline: 0;
}

.form--switch .form-check-input {
    width: 40px;
    height: 18px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: hsl(var(--heading-color) / 0.09);
    border: 0;
    border-radius: 18px;
    padding: 10px !important;
    cursor: pointer;
    margin: 0 0 6px;
    -webkit-transition: 0.15s li;
    transition: 0.15s li;
}

.form--switch .form-check-input:focus {
    border-radius: 40px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input:hover {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: hsl(var(--white));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    left: 4px;
    border-radius: 50%;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 16px);
    background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type="checkbox"] {
    background-image: none;
}

.form--switch .form-check-label {
    width: calc(100% - 40px);
    padding-left: 8px;
    cursor: pointer;
}

.input-group {
    border-radius: 12px;
    border: 0;
}

.input-group:focus-within {
    border: 0;
}

.input-group .input-group-text {
    border-width: 0;
    height: 100%;
    border-radius: 12px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 0.875rem;
    line-height: 1;
    padding: 15px 14px;
}

@media screen and (max-width: 575px) {
    .input-group .input-group-text {
        padding: 13px;
    }
}

@media screen and (max-width: 575px) {
    .input-group .form--control {
        padding: 10px;
    }

    .form--control[type="file"] {
        line-height: 26px;
    }
}

.input-group .form--control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group .form--control[readonly] {
    background: hsl(var(--black) / 0.1) !important;
}

.input-group .form--control[readonly]:focus {
    border-color: hsl(var(--black) / 0.1);
}

.input-group:has(.form--control[readonly]) {
    background: hsl(var(--black) / 0.1) !important;
}

.input-group:has(.form--control[readonly]):focus-within {
    border-color: hsl(var(--black) / 0.1) !important;
}

.upload-item-wrapper {
    position: relative;
}

.upload-item {
    position: relative;
    border: 1px solid hsl(var(--border-color));
    border-radius: 8px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

.upload-item:hover {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.upload-item__edit {
    height: 250px;
}

@media screen and (max-width: 1399px) {
    .upload-item__edit {
        height: 220px;
    }
}

@media screen and (max-width: 1199px) {
    .upload-item__edit {
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .upload-item__edit {
        height: 180px;
    }
}

.upload-item__edit .uploadItemInput {
    font-size: 0;
    opacity: 0;
    width: 0;
}

.upload-item__edit .uploadItemLabel {
    width: 35px;
    height: 35px;
    border-radius: 8px 0 8px 0;
    background: hsl(var(--base));
    color: hsl(var(--white) / 0.8);
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.upload-item__edit .uploadItemLabel:hover {
    color: hsl(var(--white));
}

/* ================================= Form Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 24px;
}

@media screen and (max-width: 575px) {
    .custom--modal .modal-header {
        padding: 16px;
    }
}

.custom--modal .modal-header .btn-close {
    width: 23px;
    height: 23px;
    background: hsl(var(--danger));
    opacity: 1;
    font-size: 0.875rem;
    line-height: 1;
    color: hsl(var(--white));
    padding: 0;
    border: 0;
    border-radius: 3px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.custom--modal .modal-header .btn-close:hover {
    background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header .btn-close :focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.custom--modal .modal-content {
    border-radius: 20px !important;
}

.custom--modal .modal-body {
    color: hsl(var(--body-color));
    padding: 24px;
}

@media screen and (max-width: 575px) {
    .custom--modal .modal-body {
        padding: 16px;
    }
}

.custom--modal .modal-body small {
    font-weight: 600;
    color: #afafaf;
    font-size: 0.75rem;
}

.custom--modal .modal-body p {
    margin-bottom: 10px;
}

.custom--modal .modal-body p:last-of-type {
    margin-bottom: 0;
}

.custom--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid hsl(var(--border-color));
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.custom--modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.custom--modal .modal-dialog-scrollable .modal-body:hover::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 3px;
}

.custom--modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: hsl(var(--base));
}

.custom--modal .modal-alert-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: hsl(var(--white));
    font-size: 1.125rem;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination-wrapper {
    margin-top: 20px;
}

.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--border-color));
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--heading-color));
    font-size: 0.875rem;
}

.pagination .page-item .page-link:hover {
    background-color: transparent;
    color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination.two .page-link {
    border-radius: 5px;
}

.pagination.three .page-link {
    border-color: hsl(var(--base));
}

.pagination.three .page-link:hover {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.pagination.four .page-link {
    border-radius: 5px;
    border-color: hsl(var(--base));
}

.pagination.four .page-link:hover {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    background-color: hsl(var(--black) / 0.05);
    font-family: var(--heading-font);
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    color: hsl(var(--heading-color));
    padding: 15px 13px;
    border-bottom: 0;
    max-width: 170px;
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 5px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 5px 0 0;
    text-align: right;
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 5px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 5px 0;
}

.empty-message-row {
    border-radius: 0 0px 5px 5px !important;
}

.table tbody tr td {
    text-align: center;
    max-width: 170px;
    vertical-align: middle;
    padding: 10px 13px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--body-color));
    font-weight: 400;
    font-size: 0.875rem;
    border-bottom: 1px solid hsl(var(--border-color) / 0.5);
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
    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(--border-color) / 0.5);
    font-size: 0.875rem;
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid hsl(var(--border-color) / 0.5);
}

.table.style-two {
    position: relative;
}

.table.style-two thead tr th {
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color)) !important;
}

.table.style-two tbody tr:last-child td {
    border-bottom: 0;
}

.table.style-two tbody tr td:first-child {
    border-left: 0;
}

.table.style-two tbody tr td:last-child {
    border-right: 0;
}

@media screen and (max-width: 575px) {
    .table--responsive--sm thead {
        display: none;
    }

    .table--responsive--sm tbody tr {
        display: block;
    }

    .table--responsive--sm tbody tr:last-child td:last-child {
        border-bottom: 0;
    }

    .table--responsive--sm tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 13px;
        border: 0;
        max-width: unset;
        white-space: initial;
    }

    .table--responsive--sm tbody tr td:last-child {
        border-bottom: 1px solid hsl(var(--border-color) / 0.5);
    }

    .table--responsive--sm tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--sm tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .table--responsive--sm tbody tr td {
        border: 0;
    }
}

@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:last-child {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 13px;
        border: 0;
        max-width: unset;
        white-space: initial;
    }

    .table--responsive--md tbody tr td:last-child {
        border-bottom: 1px solid hsl(var(--border-color) / 0.5);
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
    }
}

@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:last-child td:last-child {
        border-bottom: 0;
    }

    .table--responsive--lg tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 13px;
        border: none;
        max-width: unset;
        white-space: initial;
    }

    .table--responsive--lg tbody tr td:last-child {
        border-bottom: 1px solid hsl(var(--border-color) / 0.5);
        border-right: 0px;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
    }
}

@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:last-child td:last-child {
        border-bottom: 0;
    }

    .table--responsive--xl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 13px;
        border: none;
        max-width: unset;
        white-space: initial;
    }

    .table--responsive--xl tbody tr td:last-child {
        border-bottom: 1px solid hsl(var(--border-color) / 0.5);
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@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:last-child {
        border-bottom: 0;
    }

    .table--responsive--xxl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 13px;
        border: none;
        max-width: unset;
        white-space: initial;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border-bottom: 1px solid hsl(var(--border-color) / 0.5);
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 424px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__content {
    width: calc(100% - 30px);
    padding-left: 10px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 424px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        margin-top: 5px;
        text-align: end;
    }
}

.customer__name {
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--heading-color));
    margin-bottom: 0;
}

.customer__desc {
    font-size: 0.8125rem;
}

.action-buttons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 7px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.action-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0.875rem;
    color: hsl(var(--white));
    white-space: nowrap;
}

.edit-btn {
    background-color: hsl(var(--info));
}

.delete-btn {
    background-color: hsl(var(--danger));
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    background: hsl(var(--border-color) / 0.35);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
}

.custom--tab .nav-item {
    border-bottom: 0;
}

.custom--tab .nav-item .nav-link {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1;
    padding: 11px 16px;
    color: hsl(var(--heading-color));
    background-color: transparent !important;
    border-radius: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        font-size: 0.875rem;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 575px) {
    .custom--tab .nav-item .nav-link {
        padding: 9px 10px;
    }
}

@media screen and (max-width: 424px) {
    .custom--tab .nav-item .nav-link {
        font-size: 0.8125rem;
        padding: 9px;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-200)) !important;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

.custom--tab.two {
    background: transparent;
    border-bottom: 1px solid hsl(var(--border-color));
}

.custom--tab.two .nav-item .nav-link {
    position: relative;
}

.custom--tab.two .nav-item .nav-link::after {
    position: absolute;
    content: "";
    background: hsl(var(--base));
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

.custom--tab.two .nav-item .nav-link.active {
    color: hsl(var(--base));
    background: transparent !important;
}

.custom--tab.two .nav-item .nav-link.active::after {
    visibility: visible;
    opacity: 1;
}

.custom--tab.two .nav-item .nav-link.active:hover::after {
    background: hsl(var(--base));
}

.custom--tab.two .nav-item .nav-link:hover::after {
    visibility: visible;
    opacity: 1;
    background: hsl(var(--base) / 0.15);
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 100%;
    padding: 6px 12px;
    border-radius: 6px;
    text-align: center;
}

.badge--base {
    color: hsl(var(--base));
    background-color: hsl(var(--base) / 0.15);
}

.badge-outline--base {
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base) / 0.5);
    background-color: hsl(var(--base) / 0.15);
}

.badge--base-two {
    background-color: hsl(var(--base-two)) !important;
    color: hsl(var(--white));
}

.badge-outline--base-two {
    color: hsl(var(--base-two));
    border: 1px solid hsl(var(--base-two) / 0.5);
    background-color: hsl(var(--base-two) / 0.15);
}

.badge--primary {
    background-color: hsl(var(--primary) / 0.15);
    color: hsl(var(--primary));
}

.badge-outline--primary {
    color: hsl(var(--primary));
    border: 1px solid hsl(var(--primary) / 0.5);
    background-color: hsl(var(--primary) / 0.15);
}

.badge--secondary {
    background-color: hsl(var(--secondary) / 0.15);
    color: hsl(var(--secondary));
}

.badge-outline--secondary {
    color: hsl(var(--secondary));
    border: 1px solid hsl(var(--secondary) / 0.5);
    background-color: hsl(var(--secondary) / 0.15);
}

.badge--success {
    color: hsl(var(--success));
    background-color: hsl(var(--success) / 0.15);
}

.badge-outline--success {
    color: hsl(var(--success));
    border: 1px solid hsl(var(--success) / 0.5);
    background-color: hsl(var(--success) / 0.15);
}

.badge--danger {
    background-color: hsl(var(--danger) / 0.15);
    color: hsl(var(--danger));
}

.badge-outline--danger {
    color: hsl(var(--danger));
    border: 1px solid hsl(var(--danger) / 0.5);
    background-color: hsl(var(--danger) / 0.15);
}

.badge--warning {
    background-color: hsl(var(--warning) / 0.15);
    color: hsl(var(--warning));
}

.badge-outline--warning {
    color: hsl(var(--warning));
    border: 1px solid hsl(var(--warning) / 0.5);
    background-color: hsl(var(--warning) / 0.15);
}

.badge--info {
    background-color: hsl(var(--info) / 0.15);
    color: hsl(var(--info));
}

.badge-outline--info {
    color: hsl(var(--info));
    border: 1px solid hsl(var(--info) / 0.5);
    background-color: hsl(var(--info) / 0.15);
}

.badge--gray {
    background-color: hsl(var(--gray-l-400));
    border: 1px solid hsl(var(--gray-l-300));
    color: hsl(var(--heading-color-two));
}

.badge--dark {
    background-color: hsl(var(--black));
    border: 1px solid hsl(var(--black));
}

.badge-outline--dark {
    background-color: hsl(var(--black)) !important;
    color: hsl(var(--black)) !important;
    border: 1px solid hsl(var(--black)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    position: relative;
    font-weight: 400;
    padding: 12px 16px;
    border-radius: 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .alert {
        padding: 12px;
    }
}

.alert__title {
    font-size: 0.875rem;
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--body-color));
    display: block;
    font-size: 0.8125rem;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.8125rem;
    }
}

.alert__link {
    position: relative;
    text-decoration: underline;
}

.alert--base {
    border-color: hsl(var(--base) / 0.12);
    background: hsl(var(--base) / 0.06);
}

.alert--base .alert__link {
    color: hsl(var(--base));
}

.alert--primary {
    border-color: hsl(var(--primary) / 0.12);
    background: hsl(var(--primary) / 0.06);
}

.alert--primary .alert__link {
    color: hsl(var(--primary));
}

.alert--success {
    border-color: hsl(var(--success) / 0.12);
    background: hsl(var(--success) / 0.09);
}

.alert--success .alert__link {
    color: hsl(var(--success));
}

.alert--info {
    border-color: hsl(var(--info) / 0.12);
    background: hsl(var(--info) / 0.06);
}

.alert--info .alert__link {
    color: hsl(var(--info));
}

.alert--danger {
    border-color: hsl(var(--danger) / 0.12);
    background: hsl(var(--danger) / 0.06);
}

.alert--danger .alert__link {
    color: hsl(var(--danger));
}

.alert--warning {
    border-color: hsl(var(--warning) / 0.12);
    background: hsl(var(--warning) / 0.06);
}

.alert--warning .alert__link {
    color: hsl(var(--warning));
}

.alert--secondary {
    border-color: hsl(var(--secondary) / 0.12);
    background: hsl(var(--secondary) / 0.06);
}

.alert--secondary .alert__link {
    color: hsl(var(--secondary));
}

.alert--purple {
    border-color: hsl(var(--purple) / 0.12);
    background: hsl(var(--purple) / 0.06);
}

.alert--purple .alert__link {
    color: hsl(var(--purple));
}

.alert--orange {
    border-color: hsl(var(--orange) / 0.12);
    background: hsl(var(--orange) / 0.06);
}

.alert--orange .alert__link {
    color: hsl(var(--orange));
}

.alert--dark {
    border-color: hsl(var(--dark) / 0.12);
    background: hsl(var(--dark) / 0.06);
}

.alert--dark .alert__link {
    color: hsl(var(--dark));
}

.alert.two {
    position: relative;
}

.alert.two.alert--base {
    border-color: hsl(var(--base) / 0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--primary {
    border-color: hsl(var(--primary) / 0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--success {
    border-color: hsl(var(--success) / 0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--info {
    border-color: hsl(var(--info) / 0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--danger {
    border-color: hsl(var(--danger) / 0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--warning {
    border-color: hsl(var(--warning) / 0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--secondary {
    border-color: hsl(var(--secondary) / 0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--purple {
    border-color: hsl(var(--purple) / 0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--orange {
    border-color: hsl(var(--orange) / 0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--dark {
    border-color: hsl(var(--dark) / 0.35) !important;
    background: hsl(var(--white)) !important;
}

/* ====================================== Alert Css End =============================== */
/* ====================================== List Group Css Start =============================== */
.list-group .list-group-item {
    gap: 15px;
    border-color: hsl(var(--border-color)) !important;
    font-size: 0.875rem;
}

.list-group .list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list-group .list-group-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.list-group .list-group-item .title {
    font-weight: 600;
    color: hsl(var(--heading-color));
}

.list-group .list-group-item .desc {
    display: block;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.list-group.two .list-group-item {
    gap: 15px;
    border-color: hsl(var(--border-color)) !important;
    border-left: 0;
    border-right: 0;
    font-size: 0.875rem;
}

.list-group.two .list-group-item:first-child {
    border-top: 0;
}

.list-group.two .list-group-item:last-child {
    border-bottom: 0;
}

.list-group.two .list-group-item .title {
    font-weight: 600;
    color: hsl(var(--heading-color));
}

.list-group.two .list-group-item .desc {
    color: hsl(var(--body-color));
    font-weight: 500;
}

/* ====================================== List Group Css End =============================== */
/* ============= Header CSS Start ======================= */
.header {
    background: hsl(var(--dark));
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.home-header {
    background: rgba(237, 237, 237, 0.15);
    backdrop-filter: blur(7.5px);
}

@media screen and (min-width: 992px) {
    .home-header .nav-menu .nav-item .nav-link {
        color: hsl(var(--white)) !important;
    }
}

@media screen and (max-width: 991px) {
    .header {
        top: 0;
        background-color: hsl(var(--dark));
        padding: 10px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: hsl(var(--dark));
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.header.fixed-header .navbar-toggler.header-button {
    color: hsl(var(--white));
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 1199px) {
    .header-right {
        gap: 12px;
    }
}

@media screen and (max-width: 991px) {
    .header-right {
        margin-top: 15px;
    }

    .header-right .btn--white {
        border: 1px solid hsl(var(--base)) !important;
    }
}

.navbar {
    padding: 0 !important;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo img {
    max-width: 165px;
    max-height: 40px;
}

@media screen and (max-width: 767px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand.logo img {
        max-width: 140px;
    }
}

@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 50px;
    }

    .nav-menu .nav-item {
        position: relative;
        margin-right: 23px;
    }

    .nav-menu .nav-item:last-child,
    .nav-menu .nav-item:nth-last-child(2) {
        margin-right: 0;
    }

    .nav-menu .nav-item:last-child {
        margin-left: 40px;
    }

    .nav-menu .nav-item.active .nav-link {
        font-weight: 700;
        color: hsl(var(--white)) !important;
    }

    .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item.active .active {
        background-color: hsl(var(--base-l-300)) !important;
    }

    .nav-menu .nav-item.active .active::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--white)) !important;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    .nav-menu .nav-item .nav-link {
        font-weight: 500;
        font-size: 1.25rem;
        color: hsl(var(--text-color-two)) !important;
        padding: 35px 8px;
        position: relative;
        cursor: pointer;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .nav-menu .nav-item .nav-link {
        padding: 32px 8px;
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-menu .nav-item .nav-link {
        padding: 30px 6px;
        font-size: 1.0625rem;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 25px;
        width: 0;
        height: 2px;
        background-color: hsl(var(--white));
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        color: hsl(var(--black));
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
    }
}

@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;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
    }

    .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black) / 0.08);
    }

    .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base));
    }

    .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        font-size: 1rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@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 {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .nav-item:first-child {
        border-bottom: none;
    }

    .nav-item .nav-link {
        padding: 10px 10px 10px 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--border-color) / 0.3);
        color: hsl(var(--white));
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
    .nav-item .nav-link {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .nav-item .nav-link::before {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .nav-item .nav-link.show[aria-expanded="true"] {
        color: hsl(var(--base)) !important;
    }

    .nav-item .nav-link.show[aria-expanded="true"] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 991px) {
    .dropdown-menu {
        -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: 500;
        font-size: 1rem;
        color: hsl(var(--black));
        border-bottom: 1px solid hsl(var(--black) / 0.2);
        margin-left: 20px;
    }

    .dropdown-menu li .dropdown-item:hover,
    .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }

    .header.fixed-header .nav-item .nav-link {
        color: hsl(var(--white));
    }

    .header.fixed-header .custom--dropdown__selected .text {
        color: hsl(var(--white));
    }

    .header.fixed-header .nav-item .nav-link {
        border-bottom: 1px solid hsl(var(--border-color) / 0.2);
    }
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--white));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.5rem;
}

@media screen and (max-width: 575px) {
    .navbar-toggler.header-button {
        font-size: 2.2rem;
    }
}

.navbar-toggler.header-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
    content: "\f00d";
}

.custom--dropdown {
    position: relative;
    width: auto;
    min-width: 85px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .custom--dropdown {
        max-width: 90px;
        margin-left: auto;
        border-radius: 10px;
        -webkit-box-shadow: 0px 1px 5px hsl(var(--dark) / 0.15);
        box-shadow: 0px 1px 5px hsl(var(--dark) / 0.15);
        padding-right: 10px;
    }
}

.custom--dropdown.open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.custom--dropdown.open .dropdown-list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
}

.custom--dropdown::after {
    content: "\f107";
    font-size: 0.875rem;
    color: hsl(var(--white));
    position: absolute;
    font-weight: 900;
    font-family: "Line Awesome Free";
    top: 50%;
    right: 0;
    -webkit-transition: auto;
    transition: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
    .custom--dropdown::after {
        right: 5px;
        font-size: 0.8125rem;
    }
}

.custom--dropdown__selected {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    padding-right: 20px;
}

@media screen and (max-width: 991px) {
    .custom--dropdown__selected {
        padding: 8px 0 8px 10px;
    }
}

.custom--dropdown__selected .thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.custom--dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
}

.custom--dropdown__selected .text {
    color: hsl(var(--heading-color));
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
}

@media screen and (min-width: 992px) {
    .custom--dropdown__selected .text {
        color: hsl(var(--white));
    }
}

@media screen and (max-width: 1399px) {
    .custom--dropdown__selected .text {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .custom--dropdown__selected .text {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .custom--dropdown__selected .text {
        font-size: 1rem;
        color: hsl(var(--white));
    }
}

.custom--dropdown .dropdown-list {
    position: absolute;
    background-color: hsl(var(--white));
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: 100%;
    margin-top: 8px;
    padding: 5px 0;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    overflow-y: auto !important;
}

@media screen and (max-width: 991px) {
    .custom--dropdown .dropdown-list {
        margin-top: 2px;
    }
}

.custom--dropdown .dropdown-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom--dropdown .dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black) / 0.15);
}

.custom--dropdown .dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black) / 0.3);
}

.custom--dropdown .dropdown-list__item {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .custom--dropdown .dropdown-list__item {
        padding: 8px;
    }
}

.custom--dropdown .dropdown-list__item .thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.custom--dropdown .dropdown-list__item .thumb img {
    width: 100%;
    height: 100%;
}

.custom--dropdown .dropdown-list__item .text {
    color: hsl(var(--heading-color));
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 1399px) {
    .custom--dropdown .dropdown-list__item .text {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .custom--dropdown .dropdown-list__item .text {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .custom--dropdown .dropdown-list__item .text {
        font-size: 0.875rem;
    }
}

.custom--dropdown .dropdown-list__item:hover {
    background-color: hsl(var(--base) / 0.08);
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start ======================= */
.footer-area {
    background-color: hsl(var(--dark));
    margin-top: auto;
    padding-top: 80px;
}

@media screen and (max-width: 1399px) {
    .footer-area {
        padding-top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .footer-area {
        padding-top: 40px;
    }
}

.newslatter {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 100px;
}

@media screen and (max-width: 1399px) {
    .newslatter {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .newslatter {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .newslatter {
        padding-bottom: 25px;
    }
}

.newslatter__heading {
    color: hsl(var(--white));
    letter-spacing: -2px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .newslatter__heading {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 767px) {
    .newslatter__heading {
        font-size: 2.3125rem;
    }
}

.newslatter__form {
    padding-bottom: 12px;
}

.newslatter__form .form-group {
    position: relative;
    padding-right: 55px;
    margin-bottom: 0;
}

.newslatter__form .form--control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid hsl(var(--body-color));
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    color: hsl(var(--white));
}

.newslatter__form .form--control::-webkit-input-placeholder {
    color: hsl(var(--body-color-two));
}

.newslatter__form .form--control::-moz-placeholder {
    color: hsl(var(--body-color-two));
}

.newslatter__form .form--control:-ms-input-placeholder {
    color: hsl(var(--body-color-two));
}

.newslatter__form .form--control::-ms-input-placeholder {
    color: hsl(var(--body-color-two));
}

.newslatter__form .form--control::placeholder {
    color: hsl(var(--body-color-two));
}

.newslatter__form .form--control:focus {
    border-color: hsl(var(--white));
}

.newslatter__form-btn {
    width: 40px;
    height: 40px;
    background: hsl(var(--base-two));
    border-radius: 8px;
    color: hsl(var(--black));
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .newslatter__form-btn {
        width: 35px;
        height: 35px;
    }
}

.newslatter__form-btn svg {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 767px) {
    .newslatter__form-btn svg {
        width: 20px;
        height: 20px;
    }
}

.footer-item__logo {
    margin-bottom: 18px;
}

@media screen and (max-width: 575px) {
    .footer-item__logo {
        margin-bottom: 12px;
    }
}

.footer-item__logo a img {
    max-width: 230px;
    max-height: 56px;
}

@media screen and (max-width: 1399px) {
    .footer-item__logo a img {
        max-width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .footer-item__logo a img {
        max-width: 170px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item__logo a img {
        max-width: 150px;
    }
}

.footer-item__title {
    color: hsl(var(--white));
    margin-bottom: 20px;
    position: relative;
}

.footer-item__title::after {
    position: absolute;
    content: "";
    background-color: hsl(var(--base-two));
    border-radius: 4px;
    width: 72px;
    height: 4px;
    left: 0;
    bottom: -5px;
}

@media screen and (max-width: 767px) {
    .footer-item__title::after {
        width: 50px;
        height: 2px;
    }
}

.footer-item__desc {
    color: hsl(var(--body-color-two));
    font-size: 1rem;
    max-width: 350px;
}

@media screen and (max-width: 767px) {
    .footer-item__desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .footer-item__desc {
        font-size: 0.875rem;
    }
}

.footer-item.with-menu {
    padding-left: 75px;
}

@media screen and (max-width: 1399px) {
    .footer-item.with-menu {
        padding-left: 0;
    }
}

.footer-item.with-menu-two {
    padding-left: 60px;
}

@media screen and (max-width: 1399px) {
    .footer-item.with-menu-two {
        padding-left: 0;
    }
}

.store-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 15px;
}

@media screen and (max-width: 991px) {
    .store-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}

.store-buttons__item {
    width: 165px;
    height: 48px;
    border-radius: 12px;
}

@media screen and (max-width: 767px) {
    .store-buttons__item {
        width: 115px;
        height: 45px;
        border-radius: 8px;
    }
}

.store-buttons__item img {
    width: 100%;
    height: 100%;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .footer-menu__item {
        margin-bottom: 10px;
    }
}

.footer-menu__item:last-child {
    margin-bottom: 0;
}

.footer-menu__link {
    color: hsl(var(--body-color-two));
    font-weight: 500;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .footer-menu__link {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .footer-menu__link {
        font-size: 0.875rem;
    }
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

.bottom-footer {
    background-color: hsl(var(--dark));
    border-top: 1px solid hsl(var(--body-color));
}

.bottom-footer .bottom-footer-text {
    color: hsl(var(--body-color-two));
}

.bottom-footer .bottom-footer-text a {
    color: hsl(var(--base-two));
}

@media screen and (max-width: 767px) {
    .bottom-footer .bottom-footer-text {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .bottom-footer .bottom-footer-text {
        text-align: center;
        font-size: 0.875rem;
    }
}

.bottom-footer .social-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px;
}

@media screen and (max-width: 575px) {
    .bottom-footer .social-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.bottom-footer .social-list__link {
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: hsl(var(--white));
}

.bottom-footer .social-list__link:hover {
    background: transparent;
    color: hsl(var(--base)) !important;
}

/* ============= Footer End ======================= */
/* ============ Blog Sidebar CSS Start ============= */
.blog-sidebar-wrapper {
    position: sticky;
    top: 100px;
}

.search-box {
    position: relative;
}

.search-box__button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--base));
}

.blog-sidebar {
    padding-left: 20px;
}

@media screen and (max-width: 575px) {
    .blog-sidebar {
        padding: 20px 15px;
    }
}

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
    color: hsl(var(--black));
}

.blog-sidebar__title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: hsl(var(--base));
    left: 0;
    bottom: 0px;
}

.text-list {
    /* Category */
    /* Style Tag */
}

.text-list.style-category .text-list__item {
    border-bottom: 1px dashed hsl(var(--black) / 0.2);
}

.text-list.style-category .text-list__item:last-child {
    border-bottom: 0;
}

.text-list.style-category .text-list__link {
    color: hsl(var(--black));
}

.text-list.style-category .text-list__link:hover {
    color: hsl(var(--base));
}

.text-list.style-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
}

.text-list.style-tag .text-list__item {
    padding: 7px;
}

.text-list.style-tag .text-list__link {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--black) / 0.08);
    padding: 6px 20px;
    border-radius: 3px;
}

.text-list.style-tag .text-list__link.active {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.text-list.style-tag .text-list__link:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.latest-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog__thumb {
    width: 80px;
    max-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .latest-blog__thumb {
        width: 60px;
    }
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-blog__content {
        width: calc(100% - 60px);
    }
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-blog__title a:hover {
    color: hsl(var(--base));
}

/* ============ Blog Sidebar CSS End ============= */
/* ================================= Comment Css Start =========================== */
.comment-list__item:last-child .comment-list__content {
    border-bottom: none;
}

.comment-list__thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .comment-list__thumb {
        width: 60px;
        height: 60px;
    }
}

.comment-list__content {
    width: calc(100% - 80px);
    padding-left: 15px;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .comment-list__content {
        width: calc(100% - 60px);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .comment-list__content {
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.comment-list__name {
    margin-bottom: 5px;
    color: hsl(var(--black));
}

.comment-list__time {
    margin-bottom: 15px;
}

.comment-list__time-icon {
    color: hsl(var(--base));
    font-size: 0.9375rem;
    margin-right: 5px;
}

.comment-list__reply {
    margin-top: 10px;
    display: inline-block;
}

.comment-list__reply-text {
    color: hsl(var(--black));
    font-weight: 400;
}

.comment-list__reply:hover .comment-list__reply-icon {
    color: hsl(var(--base));
}

.comment-list__reply-icon {
    font-size: 0.875rem;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .comment-list__reply-icon {
        font-size: 0.75rem;
    }
}

.comment-list .comment-list {
    margin-left: 70px;
}

.comment-list .comment-list.style-right .comment-list__item:last-child .comment-list__content {
    border-bottom: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 575px) {
    .comment-list .comment-list {
        margin-left: 40px;
    }
}

/* ================================= Comment Css End =========================== */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
    text-align: center;
    margin: 24px 0;
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-logo {
        margin-top: 32px;
    }
}

.dashboard .sidebar-logo img {
    max-width: 170px;
    max-height: 60px;
}

.dashboard .sidebar-menu {
    height: 100vh;
    background-color: hsl(var(--white));
    overflow-y: auto;
    z-index: 999;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 300px;
    border-right: 1px solid hsl(var(--base-two) / 0.15);
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.dashboard .sidebar-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black) / 0.15);
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-menu {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
    }
}

.dashboard .sidebar-menu__inner {
    padding: 0 24px;
    width: 100%;
}

.dashboard .sidebar-menu.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.dashboard .sidebar-menu__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--body-color));
    font-size: 1.25rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
}

.dashboard .sidebar-menu__close:active {
    top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
    background-color: hsl(var(--white));
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.dashboard .sidebar-menu .menu-title {
    letter-spacing: 0.9px;
    padding: 12px 15px;
    color: #9da9b5;
    font-weight: 600;
    font-size: 0.8125rem;
}

.dashboard .sidebar-menu hr {
    opacity: 0.15;
}

.dashboard .sidebar-menu-list {
    margin-top: 40px;
}

.dashboard .sidebar-menu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active>a {
    background-color: hsl(var(--base) / 0.1);
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    right: 16px;
    top: 14px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    color: hsl(var(--text-color) / 0.6);
    font-size: 0.8125rem;
}

.dashboard .sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 12px 15px;
    width: 100%;
    color: #6b717e;
    font-weight: 500;
    font-size: 0.9375rem;
    border-radius: 5px;
}

.dashboard .sidebar-menu-list__link:hover {
    background-color: hsl(var(--base) / 0.06);
}

.dashboard .sidebar-menu-list__link.active {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

.dashboard .sidebar-submenu {
    display: none;
}

.dashboard .sidebar-submenu.open-submenu {
    display: block;
}

.dashboard .sidebar-submenu-list {
    padding: 5px 0;
}

.dashboard .sidebar-submenu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active>a {
    color: hsl(var(--base));
    background-color: hsl(var(--base) / 0.06);
}

.dashboard .sidebar-submenu-list__link {
    padding: 12px 15px;
    display: block;
    color: hsl(var(--body-color));
    color: #6b717e;
    font-weight: 500;
    font-size: 0.9375rem;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid hsl(var(--black) / 0.4);
    border-radius: 50%;
}

.dashboard .sidebar-submenu-list__link:hover {
    background-color: hsl(var(--base) / 0.04);
}

.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

.user-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid hsl(var(--base-two) / 0.15);
    width: 100%;
    padding: 20px 24px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 299px;
    background-color: hsl(var(--white));
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.user-profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-profile-info__icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f3f9fe;
    font-size: 1.125rem;
    border: 1px solid hsl(var(--black) / 0.1);
}

.user-profile-info__content {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.user-profile-info__name {
    margin-bottom: 0px;
}

.user-profile-info__desc {
    color: hsl(var(--body-color));
    font-size: 15px;
}

/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ================================= Dashboard Css Start =========================== */
.dashboard {
    position: relative;
}

.dashboard__right {
    width: 100%;
    margin-left: 300px;
    background-color: #f5f6fa;
}

@media screen and (max-width: 991px) {
    .dashboard__right {
        width: 100%;
        margin-left: 0;
    }
}

.dashboard .dropdown {
    display: inline-block !important;
}

.dashboard .dashboard-header {
    padding: 0 56px;
    background-color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--base-two) / 0.15);
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-header {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-header {
        padding: 0 32px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header {
        padding: 0 24px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header {
        padding: 0 16px;
    }
}

.dashboard .dashboard-header__inner {
    padding: 15px 0;
    gap: 10px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header__inner {
        display: block;
    }
}

.dashboard .dashboard-header__right {
    gap: 15px;
}

.dashboard .dashboard-header .bd-btn {
    padding: 10px 25px;
    background-color: hsl(var(--base) / 0.1);
    color: hsl(var(--base));
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
}

.dashboard .dashboard-header .bd-btn:hover {
    background-color: hsl(var(--base) / 0.2);
}

.dashboard .dashboard-header .bd-btn:active {
    position: relative;
    top: 2px;
}

.dashboard .dashboard-header .bd-btn .icon {
    margin-right: 5px;
}

.dashboard .dashboard-header .bd-btn.support {
    background-color: hsl(var(--primary) / 0.1);
    color: hsl(var(--primary));
}

.dashboard .dashboard-header .bd-btn.support:hover {
    background-color: hsl(var(--primary) / 0.2);
}

.dashboard .dashboard-header .bd-btn.logout {
    background-color: hsl(var(--danger) / 0.1);
    color: hsl(var(--danger));
}

.dashboard .dashboard-header .bd-btn.logout:hover {
    background-color: hsl(var(--danger) / 0.2);
}

.user-info {
    position: relative;
    text-align: center;
}

.user-info__button {
    position: relative;
    padding-right: 20px;
}

.user-info__button::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--black) / 0.4);
    font-size: 0.875rem;
    pointer-events: none;
}

.user-info .user-info-dropdown {
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0px 5px 25px hsl(var(--black) / 0.1);
    box-shadow: 0px 5px 25px hsl(var(--black) / 0.1);
    width: 200px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    padding: 15px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

.user-info .user-info-dropdown.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 991px) {
    .user-info .user-info-dropdown {
        -webkit-transform: unset !important;
        transform: unset !important;
        top: 43px !important;
    }
}

.user-info .user-info-dropdown__item:last-child .user-info-dropdown__link {
    border-bottom: 0 !important;
}

.user-info .user-info-dropdown__link {
    padding: 8px 16px !important;
    color: #5d7387 !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 600;
    text-align: left;
    font-size: 0.9375rem;
    border-radius: 5px;
}

.user-info .user-info-dropdown__link.active {
    background-color: hsl(var(--base));
}

.user-info .user-info-dropdown__link:hover {
    background-color: hsl(var(--base) / 0.08);
    color: hsl(var(--base)) !important;
}

.user-info .user-info-dropdown__link .icon {
    margin-right: 8px;
}

.user-info__thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 5px;
}

.user-info__name {
    color: hsl(var(--white));
    margin-left: 10px;
    font-size: 0.9375rem;
}

.dashboard .dashboard-body {
    position: relative;
    padding: 56px;
    min-height: 100vh;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-body {
        padding: 56px 40px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-body {
        padding: 56px 32px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-body {
        padding: 40px 24px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-body {
        padding: 32px 16px;
    }
}

.dashboard .dashboard-body .sidebar-trigger {
    width: 40px;
    height: 35px;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 1.4375rem;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0;
}

.dashboard .dashboard-widget {
    padding: 24px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0px 0px 20px hsl(var(--black) / 0.1);
    box-shadow: 0px 0px 20px hsl(var(--black) / 0.1);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.dashboard .dashboard-widget:hover {
    -webkit-transform: translateY(-6px) scale(1.01);
    transform: translateY(-6px) scale(1.01);
    -webkit-box-shadow: 0px 0px 20px hsl(var(--black) / 0.1);
    box-shadow: 0px 0px 20px hsl(var(--black) / 0.1);
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-widget {
        padding: 16px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-widget {
        padding: 16px;
    }
}

.dashboard .dashboard-widget__icon {
    width: 50px;
    height: 50px;
    background-color: hsl(var(--base) / 0.08);
    color: hsl(var(--base));
    border-radius: 5px;
    font-size: 1.5rem;
}

.dashboard .dashboard-widget__icon img {
    width: 32px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

.dashboard .dashboard-widget__content {
    width: calc(100% - 50px);
    padding-left: 16px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 40px);
        padding-left: 10px;
    }
}

.dashboard .dashboard-widget__number {
    margin-bottom: 0px;
}

.dashboard .dashboard-widget__text {
    color: hsl(var(--text-color) / 0.7);
    font-size: 0.875rem;
    margin-bottom: 5px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__text {
        font-size: 0.8125rem;
    }
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-of-type(7n + 1) .dashboard-widget__icon {
    background-color: hsl(var(--base) / 0.1);
    color: hsl(var(--base));
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-of-type(7n + 2) .dashboard-widget__icon {
    background-color: hsl(var(--violet) / 0.1);
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-of-type(7n + 3) .dashboard-widget__icon {
    background-color: hsl(var(--info) / 0.1);
    color: hsl(var(--info));
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-of-type(7n + 4) .dashboard-widget__icon {
    background-color: hsl(var(--warning) / 0.1);
    color: hsl(var(--warning));
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-of-type(7n + 5) .dashboard-widget__icon {
    background-color: hsl(var(--success) / 0.1);
    color: hsl(var(--success));
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-of-type(7n + 6) .dashboard-widget__icon {
    background-color: hsl(var(--primary) / 0.1);
    color: hsl(var(--primary));
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-of-type(7n + 7) .dashboard-widget__icon {
    background-color: hsl(var(--danger) / 0.1);
    color: hsl(var(--danger));
}

/* ================================= Dashboard Css End =========================== */
/* ================================= Preload Css Start =========================== */

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--section-bg));
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader img {
    max-width: 220px;
}

.loader-p {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
    content: "";
    border: 1em solid hsl(var(--base));
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader-p:before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* ================================= Preload Css End ===========================  */
/* ===================== Scroll To Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: hsl(var(--base));
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base) / 0.5);
}

.scroll-top.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ===================== Scroll To Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--white));
    background-color: hsl(var(--white) / 0.15);
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
}

/* ================================= Social Icon Css End ===========================  */
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.custom--range__content label {
    width: 40%;
}

.custom--range__content input {
    width: 60%;
    text-align: right;
}

.custom--range input {
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.custom--range #slider-range {
    height: 5px;
    border: 0;
    background: hsl(var(--base) / 0.2);
}

.custom--range #slider-range .ui-widget-header {
    background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
    background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    background-color: hsl(var(--base)) !important;
    border: 2px solid hsl(var(--white)) !important;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ================================= Range Slider Css End =========================== */
/* ================= Slick Slider Css Start ================ */
.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base-two));
}

.slick-next {
    right: -20px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 10px;
    }
}

.slick-prev {
    left: -20px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}



.slick-arrow {
    position: absolute;
    z-index: 1;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
    width: 32px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    top: -67px;
}

@media screen and (max-width: 1199px) {
    .slick-arrow {
        top: -69px;
    }
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        top: auto;
        bottom: -50px;
        right: 50%;
    }
}

.slick-arrow:hover {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

.slick-next {
    right: 10px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .slick-next {
        top: auto;
        right: calc(50% - 37px);
    }
}

.slick-prev {
    right: 52px;
}

@media screen and (max-width: 767px) {
    .slick-prev {
        top: auto;
        right: calc(50% + 5px);
    }
}

.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 25px;
    border-radius: 5px;
    color: hsl(var(--base));
}

/* ================= Slick Slider Css Start ================ */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--warning));
}

.rating-list__text {
    color: hsl(var(--body-color));
}

/* ================================= Start Rating Css End =========================== */
/* =========================== Banner Css Start ========================= */
.banner-section {
    position: relative;
    padding-top: 175px;
}

.banner-gradient-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    mix-blend-mode: color-burn;
    z-index: 1;
}

.banner-section .banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.banner-section__search-form {
    padding: 23px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.49);
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(9px);
    display: flex;
    align-items: center;
    gap: 24px;
}

@media screen and (max-width: 1199px) {
    .banner-section__search-form {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

.banner-search__main {
    gap: 16px;
    width: 100% !important;
}

@media screen and (max-width: 991px) {
    .banner-search__main {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.banner-search__icon-box {
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .banner-search__icon-box {
        transform: rotate(90deg);
    }

    .banner__button {
        width: 100%;
        margin-top: 3px;
    }

    .banner-search__main {
        gap: 10px;
    }

    .banner-search__icon-box svg {
        height: 25px !important;
        width: 25px !important;
    }

}

.banner__button {
    padding: 15px 47px !important;
}

.app-download-btn {
    height: 50px !important;
}

.banner-section__title {
    color: hsl(var(--white));
    font-size: 84px;
    margin-bottom: 36px;
}

@media screen and (max-width: 1399px) {
    .banner-section__title {
        font-size: 65px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section__title {
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section__title {
        font-size: 43px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section__title {
        font-size: 32px;
    }
}

.banner-section__title-highlight {
    position: relative;
}

.banner-section__title-highlight svg {
    position: absolute;
    width: 100%;
    bottom: -15px;
    z-index: -1;
    color: hsl(var(--base));
}

.banner-section__content {
    padding: 215px 0px 365px;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .banner-section__content {
        padding: 160px 0px 260px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section__content {
        padding: 100px 0px 210px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section__content {
        padding: 0px 0px 120px;
    }
}

.banner-section__search-form .input-group-custom__input {
    color: hsl(var(--white)) !important;
    font-weight: 400;
    backdrop-filter: blur(9px);
}

.banner-section__search-form .input-group-custom__input::placeholder {
    color: hsl(var(--white)) !important;
    opacity: 0.5;
}

.banner-section__search-form .input-group-custom__input:focus {
    color: hsl(var(--white)) !important;
    opacity: 1;
}

@media screen and (max-width: 575px) {
    .banner-section__search-form__wrapper {
        flex-direction: column !important;
        gap: 16px !important;
    }
}

.banner-section__search-form .input-group-custom {
    padding: 21px 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04) inset;
    color: hsl(var(--white)) !important;
    background-color: transparent;
    width: 100%;
    height: 64px;
    background: rgba(248, 250, 252, 0.2);
    overflow: unset !important;
}

.banner-section__search-form .input-group-custom__icon {
    color: hsl(var(--white)) !important;
    line-height: 139%;
}

.search-input-dropdown {
    position: relative;
}

.search-input-dropdown__wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #d4d3d6;
    border-radius: 8px;
    box-shadow:
        0 0 4px 0 rgba(0, 0, 0, 0.04),
        0 8px 16px 0 rgba(0, 0, 0, 0.08);
    text-align: left;
    padding: 16px 0px;
    margin-top: 15px;
    z-index: 2;
    display: none;
    max-height: 280px;
    overflow: auto;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
    scrollbar-width: thin;
}

.search-input-dropdown__wrapper::-webkit-scrollbar {
    width: 6px;
}

.search-input-dropdown__wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.search-input-dropdown__wrapper::-webkit-scrollbar-thumb {
    background-color: hsl(var(--border-color));
    border-radius: 3px;
}

.search-input-dropdown__wrapper-two {
    background: hsl(var(--white));
}

.search-input-dropdown__wrapper-two .search-input-dropdown__item {
    font-size: 1rem;
}

.search-input-dropdown__wrapper-two .search-input-dropdown__item .location-name {
    flex: 1;
    display: block;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
}

@media screen and (max-width: 991px) {
    .search-input-dropdown__wrapper {
        padding: 8px 0px;
    }
}

.search-input-dropdown__item {
    padding: 10px 24px;
    font-size: 20px;
    color: hsl(var(--body-color));
    display: flex;
    gap: 8px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .search-input-dropdown__item {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .search-input-dropdown__item {
        padding: 10px 16px;
    }
}

.search-input-dropdown__item .location-name {
    flex: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-input-dropdown__item:hover,
.search-input-dropdown__item:active {
    background-color: hsl(var(--base) / 0.1);
}

.banner-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: hsl(var(--black) / 0.06);
    z-index: 1;
}

/* =========================== Banner Css End ========================= */
/* =========================== Counter Css Start ========================= */
@media screen and (max-width: 991px) {
    .counter-wrapper {
        row-gap: 15px;
    }
}

@media screen and (max-width: 991px) {
    .counter-wrapper {
        column-gap: 10px;
    }
}

.counter-item {
    position: relative;
    width: 25%;
}

@media screen and (max-width: 991px) {
    .counter-item {
        width: calc(50% - 5px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.counter-item:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.counter-item:nth-child(3) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.counter-item:nth-child(3)::after {
    right: -50px;
}

@media screen and (max-width: 1399px) {
    .counter-item:nth-child(3)::after {
        right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .counter-item:nth-child(3)::after {
        right: -23px;
    }
}

.counter-item:nth-child(4) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.counter-item::after {
    position: absolute;
    content: "";
    background: hsl(var(--border-color));
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

@media screen and (max-width: 1399px) {
    .counter-item::after {
        right: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .counter-item::after {
        display: none;
    }
}

.counter-item:last-child::after {
    display: none;
}

.counter-item__inner {
    position: relative;
}

@media screen and (max-width: 1399px) {
    .counter-item__inner {
        width: 80%;
    }
}

@media screen and (max-width: 1199px) {
    .counter-item__inner {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .counter-item__inner {
        padding: 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .counter-item__inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 575px) {
    .counter-item__inner {
        padding: 0 10px 0 0;
    }
}

@media screen and (max-width: 424px) {
    .counter-item__inner {
        padding: 0;
    }
}

.counter-item__icon {
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: hsl(var(--base));
}

@media screen and (max-width: 1399px) {
    .counter-item__icon {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 991px) {
    .counter-item__icon {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .counter-item__icon {
        width: 37px;
        height: 37px;
    }
}

@media screen and (max-width: 575px) {
    .counter-item__icon {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 575px) {
    .counter-item__icon {
        width: 20px;
        height: 20px;
    }
}

.counter-item__content {
    width: calc(100% - 48px);
    padding-left: 15px;
}

@media screen and (max-width: 1399px) {
    .counter-item__content {
        width: calc(100% - 45px);
    }
}

@media screen and (max-width: 991px) {
    .counter-item__content {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 767px) {
    .counter-item__content {
        width: calc(100% - 37px);
    }
}

@media screen and (max-width: 575px) {
    .counter-item__content {
        width: calc(100% - 35px);
        padding-left: 12px;
    }
}

@media screen and (max-width: 575px) {
    .counter-item__content {
        width: calc(100% - 20px);
        padding-left: 10px;
    }
}

.counter-item__number {
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .counter-item__number {
        font-size: 2.125rem;
    }
}

@media (max-width: 424px) {
    .counter-item__number {
        font-size: 1.125rem;
    }

    .counter-item__desc {
        font-size: 0.813rem;
    }
}

.counter-item__number span {
    font-size: inherit;
}

/* =========================== Counter Css End ========================= */
/* =========================== Feature Css Start ========================= */
.feature-thumb {
    position: relative;
    gap: 24px;
}

@media screen and (max-width: 1199px) {
    .feature-thumb {
        gap: 16px;
    }
}

@media screen and (max-width: 767px) {
    .feature-thumb {
        gap: 12px;
    }
}

@media screen and (max-width: 575px) {
    .feature-thumb {
        gap: 12px;
    }
}

.feature-thumb__item {
    width: calc(50% - 12px);
    border-radius: 40px;
}

@media screen and (max-width: 1399px) {
    .feature-thumb__item {
        border-radius: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .feature-thumb__item {
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 767px) {
    .feature-thumb__item {
        width: calc(50% - 6px);
        border-radius: 24px;
    }
}

@media screen and (max-width: 575px) {
    .feature-thumb__item {
        border-radius: 16px;
    }
}

.feature-thumb__item:not(:nth-child(1)) {
    overflow: hidden;
}

.feature-thumb__item:nth-child(1) {
    width: 100%;
    position: relative;
}

.feature-thumb__item img {
    width: 100%;
}

.feature-thumb__icon {
    position: absolute;
    width: 120px;
    height: 120px;
    background: hsl(var(--white));
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--base));
    font-size: 3.125rem;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    -webkit-box-shadow:
        0px 0px 4px 0px rgba(0, 0, 0, 0.04),
        0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow:
        0px 0px 4px 0px rgba(0, 0, 0, 0.04),
        0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1199px) {
    .feature-thumb__icon {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
        bottom: -50px;
    }
}

@media screen and (max-width: 767px) {
    .feature-thumb__icon {
        width: 85px;
        height: 85px;
        font-size: 2.125rem;
        bottom: -42px;
    }
}

@media screen and (max-width: 575px) {
    .feature-thumb__icon {
        width: 75px;
        height: 75px;
        font-size: 1.875rem;
        bottom: -37px;
    }
}

@media screen and (max-width: 424px) {
    .feature-thumb__icon {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
        bottom: -35px;
    }
}

.feature-content {
    padding: 0 44px 0 70px;
}

@media screen and (max-width: 1399px) {
    .feature-content {
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 1199px) {
    .feature-content {
        padding: 0;
    }
}

.feature-item {
    margin-bottom: 40px;
}

@media screen and (max-width: 1399px) {
    .feature-item {
        margin-bottom: 30px;
    }
}

.feature-item:last-of-type {
    margin-bottom: 0;
}

.feature-item__icon {
    position: relative;
    top: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 32px;
    height: 32px;
    color: hsl(var(--base));
}

@media screen and (max-width: 1399px) {
    .feature-item__icon {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 991px) {
    .feature-item__icon {
        width: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .feature-item__icon {
        width: 26px;
        height: 26px;
    }
}

@media screen and (max-width: 575px) {
    .feature-item__icon {
        width: 24px;
        height: 24px;
    }
}

.feature-item__content {
    width: calc(100% - 32px);
    padding-left: 20px;
}

@media screen and (max-width: 1399px) {
    .feature-item__content {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 991px) {
    .feature-item__content {
        width: calc(100% - 28px);
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .feature-item__content {
        width: calc(100% - 26px);
    }
}

@media screen and (max-width: 575px) {
    .feature-item__content {
        width: calc(100% - 24px);
        padding-left: 12px;
    }
}

.feature-item__title {
    font-size: 1.875rem;
    margin-bottom: 2px;
}

@media screen and (max-width: 1399px) {
    .feature-item__title {
        font-size: 1.8125rem;
    }
}

@media screen and (max-width: 1199px) {
    .feature-item__title {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 991px) {
    .feature-item__title {
        font-size: 1.6875rem;
    }
}

@media screen and (max-width: 767px) {
    .feature-item__title {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 575px) {
    .feature-item__title {
        font-size: 1.4375rem;
    }
}

/* =========================== Feature Css End ========================= */
/* =========================== Feature Css Start ========================= */
.vehicles-item {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

.vehicles-item img {
    width: 100%;
}

@media screen and (max-width: 1399px) {
    .vehicles-item {
        border-radius: 30px;
    }
}

@media screen and (max-width: 767px) {
    .vehicles-item {
        border-radius: 24px;
    }
}

@media screen and (max-width: 575px) {
    .vehicles-item {
        border-radius: 16px;
    }
}

.vehicles-item__overlay {
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 0;
    background: hsl(var(--base-two));
    mix-blend-mode: multiply;
}

@media screen and (max-width: 1399px) {
    .vehicles-item__overlay {
        height: 120px;
    }
}

@media screen and (max-width: 1199px) {
    .vehicles-item__overlay {
        height: 105px;
    }
}

@media screen and (max-width: 991px) {
    .vehicles-item__overlay {
        height: 85px;
    }
}

@media screen and (max-width: 424px) {
    .vehicles-item__overlay {
        height: 65px;
    }
}

.vehicles-item__content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 15px 50px 30px;
    gap: 15px;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .vehicles-item__content {
        padding: 40px 15px 40px 30px;
    }
}

@media screen and (max-width: 1199px) {
    .vehicles-item__content {
        padding: 32px 15px 32px 25px;
        gap: 12px;
    }
}

@media screen and (max-width: 991px) {
    .vehicles-item__content {
        padding: 25px 10px 25px 20px;
    }
}

@media screen and (max-width: 575px) {
    .vehicles-item__content {
        padding: 15px 10px 15px 15px;
    }
}

.vehicles-item__title {
    color: hsl(var(--base-two));
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .vehicles-item__title {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 575px) {
    .vehicles-item__title {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 424px) {
    .vehicles-item__title {
        font-size: 1.4375rem;
    }
}

.vehicles-item__icon {
    width: 40px;
    height: 40px;
    color: hsl(var(--base-two));
}

@media screen and (max-width: 1199px) {
    .vehicles-item__icon {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 991px) {
    .vehicles-item__icon {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 575px) {
    .vehicles-item__icon {
        width: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 575px) {
    .vehicles-item__icon {
        width: 25px;
        height: 25px;
    }
}

/* =========================== Feature Css End ========================= */
/* =========================== Working Process Css Start ========================= */
.working-process-section {
    position: relative;
}

.working-process-section .section-heading {
    margin-bottom: 125px;
}

@media (max-width: 1799px) {
    .working-process-section .section-heading {
        margin-bottom: 100px;
    }
}

@media (max-width: 1699px) {
    .working-process-section .section-heading {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1599px) {
    .working-process-section .section-heading {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 1399px) {
    .working-process-section .section-heading {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 1199px) {
    .working-process-section .section-heading {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .working-process-section .section-heading {
        margin-bottom: 38px;
    }
}

@media screen and (max-width: 767px) {
    .working-process-section .section-heading {
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 575px) {
    .working-process-section .section-heading {
        margin-bottom: 35px;
    }
}

.working-process-thumb {
    position: absolute;
    left: 0;
    bottom: 35px;
    max-width: 855px;
}

@media (max-width: 1799px) {
    .working-process-thumb {
        position: absolute;
        left: 0;
        bottom: 45px;
        max-width: 815px;
    }
}

@media (max-width: 1699px) {
    .working-process-thumb {
        bottom: 65px;
        max-width: 770px;
    }
}

@media screen and (max-width: 1599px) {
    .working-process-thumb {
        bottom: 110px;
        max-width: 715px;
    }
}

@media screen and (max-width: 1499px) {
    .working-process-thumb {
        bottom: 150px;
        max-width: 675px;
    }
}

@media screen and (max-width: 1399px) {
    .working-process-thumb {
        bottom: 140px;
        max-width: 575px;
    }
}

@media screen and (max-width: 1199px) {
    .working-process-thumb {
        bottom: 170px;
        max-width: 490px;
    }
}

@media screen and (max-width: 991px) {
    .working-process-thumb {
        display: none;
    }
}

.working-process-item {
    position: relative;
    padding-bottom: 70px;
}

@media screen and (max-width: 1399px) {
    .working-process-item {
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 1199px) {
    .working-process-item {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .working-process-item {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .working-process-item {
        padding-bottom: 20px;
    }
}

.working-process-item::before {
    position: absolute;
    content: "";
    height: calc(100% - 10px);
    width: 1px;
    border-left: 2px dashed hsl(var(--base) / 0.15);
    left: 32px;
    top: 10px;
}

@media screen and (max-width: 1399px) {
    .working-process-item::before {
        left: 29px;
    }
}

@media screen and (max-width: 1199px) {
    .working-process-item::before {
        left: 26px;
    }
}

@media screen and (max-width: 991px) {
    .working-process-item::before {
        left: 24px;
    }
}

@media screen and (max-width: 767px) {
    .working-process-item::before {
        left: 22px;
    }
}

@media screen and (max-width: 575px) {
    .working-process-item::before {
        left: 21px;
    }
}

@media screen and (max-width: 424px) {
    .working-process-item::before {
        left: 20px;
    }
}

.working-process-item:last-of-type {
    padding-bottom: 0;
}

.working-process-item:last-of-type::before {
    display: none;
}

.working-process-item__number {
    width: 64px;
    height: 64px;
    color: hsl(var(--base));
    background: hsl(var(--white));
    border: 1px solid hsl(var(--base));
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    top: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 2rem;
}

.working-process-item__number::after {
    position: absolute;
    content: "";
    background: hsl(var(--base) / 0.15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1399px) {
    .working-process-item__number {
        font-size: 1.875rem;
        width: 58px;
        height: 58px;
    }
}

@media screen and (max-width: 1199px) {
    .working-process-item__number {
        font-size: 1.75rem;
        width: 52px;
        height: 52px;
    }
}

@media screen and (max-width: 991px) {
    .working-process-item__number {
        width: 48px;
        height: 48px;
        font-size: 1.6875rem;
    }
}

@media screen and (max-width: 767px) {
    .working-process-item__number {
        width: 44px;
        height: 44px;
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 575px) {
    .working-process-item__number {
        width: 42px;
        height: 42px;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 424px) {
    .working-process-item__number {
        width: 40px;
        height: 40px;
    }
}

.working-process-item__content {
    width: calc(100% - 64px);
    padding-left: 20px;
}

@media screen and (max-width: 1399px) {
    .working-process-item__content {
        width: calc(100% - 58px);
    }
}

@media screen and (max-width: 1199px) {
    .working-process-item__content {
        width: calc(100% - 52px);
    }
}

@media screen and (max-width: 991px) {
    .working-process-item__content {
        width: calc(100% - 48px);
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .working-process-item__content {
        width: calc(100% - 44px);
    }
}

@media screen and (max-width: 575px) {
    .working-process-item__content {
        width: calc(100% - 42px);
        padding-left: 12px;
    }
}

@media screen and (max-width: 424px) {
    .working-process-item__content {
        width: calc(100% - 40px);
    }
}

.working-process-item__title {
    margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
    .working-process-item__title {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 575px) {
    .working-process-item__title {
        margin-bottom: 3px;
    }
}

/* =========================== Working Process Css End ========================= */
/* =========================== App Css Start ========================= */
.app-section {
    padding: 90px 0;
}

@media screen and (max-width: 1399px) {
    .app-section {
        padding: 65px 0;
    }
}

@media screen and (max-width: 1199px) {
    .app-section {
        padding: 55px 0;
    }
}

@media screen and (max-width: 767px) {
    .app-section {
        padding: 45px 0;
    }
}

.app-content__title {
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .app-content__title {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .app-content__title {
        margin-bottom: 20px;
    }
}

.app-content__list-item {
    position: relative;
    padding-left: 32px;
    color: hsl(var(--white));
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.app-content__list-item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .app-content__list-item {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .app-content__list-item {
        padding-left: 30px;
        margin-bottom: 15px;
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .app-content__list-item {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .app-content__list-item {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .app-content__list-item {
        margin-bottom: 12px;
        padding-left: 27px;
    }
}

.app-content__list-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    color: hsl(var(--base-two));
}

@media screen and (max-width: 575px) {
    .app-content__list-item .icon {
        width: 18px;
        height: 18px;
    }
}

.app-content__buttons {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 10px;
    margin-top: 75px;
}

@media screen and (max-width: 1399px) {
    .app-content__buttons {
        margin-top: 45px;
    }
}

@media screen and (max-width: 1199px) {
    .app-content__buttons {
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .app-content__buttons {
        margin-top: 30px;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
}

@media screen and (max-width: 575px) {
    .app-content__buttons {
        margin-top: 25px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

/* =========================== App Css End ========================= */
/* =========================== FAQ Css Start ========================= */
.faq-contact {
    position: relative;
    background: hsl(var(--section-bg));
    border-radius: 12px;
    padding: 15px 15px;
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    .faq-contact {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .faq-contact {
        margin-top: 10px;
        padding: 20px 15px;
    }
}

@media screen and (max-width: 767px) {
    .faq-contact {
        margin-top: 0;
    }
}

@media screen and (max-width: 424px) {
    .faq-contact {
        padding: 15px 10px;
    }
}

@media screen and (max-width: 1199px) {
    .faq-contact__left {
        max-width: 540px;
    }
}

@media screen and (max-width: 991px) {
    .faq-contact__left {
        max-width: 385px;
    }
}

@media screen and (max-width: 767px) {
    .faq-contact__left {
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .faq-contact__left {
        margin-bottom: 10px;
    }
}

.faq-contact__left .thumb {
    width: 48px;
    height: 48px;
    padding: 5px;
    border: 1px solid hsl(var(--border-color));
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .faq-contact__left .thumb {
        width: 44px;
        height: 44px;
        margin: 0 auto 10px;
    }
}

.faq-contact__left .thumb img {
    width: 100%;
    height: 100%;
}

.faq-contact__left .content {
    width: calc(100% - 48px);
    padding-left: 15px;
}

@media screen and (max-width: 991px) {
    .faq-contact__left .content {
        padding-left: 12px;
    }
}

@media screen and (max-width: 767px) {
    .faq-contact__left .content {
        width: 100%;
        padding-left: 0;
    }
}

.faq-contact__left .title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.faq-contact__left .desc {
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .faq-contact__left .desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .faq-contact__left .desc {
        font-size: 0.875rem;
    }
}

.faq-contact__left .desc .link {
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: underline;
}

.faq-contact__left .desc .link:hover {
    color: hsl(var(--base));
}

.faq-contact .btn {
    padding: 15px 16px;
}

@media screen and (max-width: 1399px) {
    .faq-contact .btn {
        padding: 14px 15px;
    }
}

@media screen and (max-width: 991px) {
    .faq-contact .btn {
        padding: 13px 15px;
    }
}

@media screen and (max-width: 767px) {
    .faq-contact .btn {
        margin: 0 auto;
        padding: 12px 14px;
    }
}

@media screen and (max-width: 575px) {
    .faq-contact .btn {
        padding: 11px 12;
    }
}

/* =========================== FAQ Css End ========================= */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
    padding-top: 130px;
    background-color: transparent;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding-top: 95px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding-top: 85px;
    }
}

.breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 10px;
}

.breadcrumb-list.in-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 1199px) {
    .breadcrumb-list.in-section {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb-list.in-section {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb-list.in-section {
        padding-bottom: 20px;
    }
}

.breadcrumb-list__item {
    color: hsl(var(--body-color));
    font-weight: 600;
    line-height: 1;
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .breadcrumb-list__item {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb-list__item {
        font-size: 0.875rem;
    }
}

.breadcrumb-list__item-link {
    color: hsl(var(--body-color));
}

.breadcrumb-list__item-link:hover {
    color: hsl(var(--base));
}

.breadcrumb-list__item-text {
    color: hsl(var(--heading-color));
}

/* ====================== Breadcrumb Css End ==================== */
/* =============================== Contact Css Start ======================= */
.contact-section {
    padding: 145px 0 100px;
}

@media screen and (max-width: 1399px) {
    .contact-section {
        padding: 140px 0 90px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-section {
        padding: 130px 0 80px;
    }
}

@media screen and (max-width: 991px) {
    .contact-section {
        padding: 120px 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .contact-section {
        padding: 95px 0 40px;
    }
}

@media screen and (max-width: 575px) {
    .contact-section {
        padding: 85px 0 30px;
    }
}

.contact-content__title {
    position: relative;
    z-index: 2;
    text-shadow: 3px 2px 0 hsl(var(--base));
}

.contact-content__subtitle {
    color: hsl(var(--body-color));
    max-width: 380px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .contact-content__subtitle {
        font-size: 1.375rem;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    .contact-content__subtitle {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .contact-content__subtitle {
        font-size: 1.1875rem;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .contact-content__subtitle {
        font-size: 1.125rem;
        margin-bottom: 12px;
    }
}

.contact-content__map {
    font-size: 1rem;
    color: hsl(var(--body-color));
    font-weight: 500;
    margin-top: 5px;
}

.contact-content__map .icon {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 991px) {
    .contact-item-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 15px;
    }
}

@media (max-width: 470px) {
    .contact-item-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.contact-item {
    margin-bottom: 28px;
}

@media screen and (max-width: 1199px) {
    .contact-item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .contact-item {
        margin-bottom: 0;
    }
}

.contact-item:last-of-type {
    margin-bottom: 0;
}

.contact-item .title {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
    .contact-item .title {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .contact-item .title {
        font-size: 0.875rem;
    }
}

.contact-item .info {
    display: block;
    color: hsl(var(--heading-color));
    font-size: 1.125rem;
    font-weight: 700;
    max-width: 265px;
}

@media screen and (max-width: 1199px) {
    .contact-item .info {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .contact-item .info {
        font-size: 1rem;
    }
}

.contact-form {
    background: hsl(var(--white));
    padding: 40px 40px 35px;
    border-radius: 40px;
}

@media screen and (max-width: 1199px) {
    .contact-form {
        padding: 35px 20px 30px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 575px) {
    .contact-form {
        padding: 30px 15px 25px;
        border-radius: 15px;
    }
}

.contact-form__title {
    margin-bottom: 0;
}

.contact-form__desc {
    margin-bottom: 24px;
}

.contact-form__form-desc {
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .contact-form__form-desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .contact-form__form-desc {
        font-size: 0.875rem;
    }
}

.contact-form__form-desc .link {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

/* =============================== Contact Css End ======================= */
/* ================================ Testimonails Css Start ============================= */
/* ================================ Testimonails Css End ============================= */
/* ================================= Blog Css Start ============================= */
.blog-item {
    position: relative;
}

.blog-item__date {
    border-bottom: 1px solid hsl(var(--body-color));
    padding-bottom: 15px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .blog-item__date {
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .blog-item__date {
        margin-bottom: 10px;
    }
}

.blog-item__date-number {
    position: relative;
    color: hsl(var(--heading-color));
    font-weight: 700;
    line-height: 1;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 2.5rem;
}

@media screen and (max-width: 1399px) {
    .blog-item__date-number {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .blog-item__date-number {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 991px) {
    .blog-item__date-number {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    .blog-item__date-number {
        font-size: 1.8125rem;
    }
}

@media screen and (max-width: 575px) {
    .blog-item__date-number {
        font-size: 1.6875rem;
    }
}

@media screen and (max-width: 424px) {
    .blog-item__date-number {
        font-size: 1.5rem;
    }
}

.blog-item__date-number::after {
    position: absolute;
    content: "";
    background: hsl(var(--heading-color));
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

.blog-item__date-monthYear {
    color: hsl(var(--body-color));
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500;
}

@media screen and (max-width: 1399px) {
    .blog-item__date-monthYear {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .blog-item__date-monthYear {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .blog-item__date-monthYear {
        font-size: 1rem;
    }
}

.blog-item__date-monthYear span:not(:last-child) {
    margin-bottom: 2px;
}

.blog-item:hover .blog-item__thumb img {
    -webkit-transform: rotate(-1deg) scale(1.1);
    transform: rotate(-1deg) scale(1.1);
}

.blog-item__thumb {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.blog-item__thumb img {
    width: 100%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.blog-item__title {
    padding-right: 40px;
    margin-bottom: 12px;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    .blog-item__title {
        padding-right: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .blog-item__title {
        font-size: 1.75rem;
        padding-right: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .blog-item__title {
        font-size: 1.6875rem;
    }
}

@media screen and (max-width: 767px) {
    .blog-item__title {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 575px) {
    .blog-item__title {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
}

.blog-item__title-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__title-link:hover {
    color: hsl(var(--base));
}

.blog-item__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
    .blog-item__desc {
        margin-bottom: 12px;
    }
}

/* 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);
    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%;
}

/* ================================= Blog Css End ================================= */
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
    overflow: hidden;
    height: 100%;
    background: hsl(var(--white));
    border-radius: 8px;
}

.blog-details__thumb {
    border-radius: 12px;
    overflow: hidden;
}

.blog-details__thumb img {
    width: 100%;
}

.blog-details__content {
    padding: 30px 0;
}

@media screen and (max-width: 767px) {
    .blog-details__content {
        padding: 25px 0;
    }
}

@media screen and (max-width: 575px) {
    .blog-details__content {
        padding: 20px 0;
    }
}

.blog-details__title {
    margin-bottom: 15px;
}

.blog-details__title.sm {
    color: hsl(var(--body-color));
    margin-bottom: 10px;
}

.blog-details__desc {
    margin-bottom: 15px;
}

.blog-details__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-top: 40px;
    border-top: 1px solid hsl(var(--border-color));
    padding-top: 20px;
}

@media screen and (max-width: 1199px) {
    .blog-details__share {
        padding-top: 15px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__share {
        padding-top: 10px;
        margin-top: 20px;
    }
}

.blog-details__share .social-list__link {
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--body-color));
}

.blog-details__share .social-list__link:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.blog-details .quote-text {
    font-style: italic;
    background-color: hsl(var(--base) / 0.1);
    padding: 20px 15px;
    border-radius: 8px;
    border-left: 4px solid hsl(var(--base));
    margin-bottom: 15px;
}

.blog-details .quote-text__desc {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .blog-details .quote-text__desc {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .blog-details .quote-text__desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .blog-details .quote-text__desc {
        font-size: 0.875rem;
    }
}

/* ========================================== Blog Details Css End ======================================*/

/* ================================ Testimonials Css Start ============================= */
.testimonials {
    --icon-down: -95px;
    padding-bottom: 180px;
}

@media (max-width: 991px) {
    .testimonials {
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .testimonials {
        padding-bottom: 60px;
    }
}

.testimonials .section-heading__title {
    padding-bottom: 25px;
}

.testimonials .slick-dots {
    position: absolute;
    bottom: calc(var(--icon-down) + 20px);
    left: 0;
    width: 100%;
}

.testimonials .slick-arrow {
    --icon-round: 40px;
    top: auto;
    bottom: var(--icon-down);
    background-color: transparent;
    border-radius: 50%;
    color: hsl(var(--base));
    font-size: 18px;
    cursor: pointer;
    width: var(--icon-round);
    height: var(--icon-round);
    border: 2px solid hsl(var(--base));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
}

.testimonials .slick-arrow:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.testimonials .slick-arrow.icon-right {
    position: absolute;
    right: 40%;
    left: auto;
}

.testimonials .slick-arrow.icon-left {
    position: absolute;
    left: 40%;
    right: auto;
}

@media screen and (max-width: 1199px) {
    .slick-current .slider-slider-thumb {
        border: 2px solid hsl(var(--base));
    }
}

.slick-current .slider-slider-thumb img {
    opacity: 1;
    width: 100%;
    transition: all 200ms ease-out;
    transition-delay: 500ms;
}

.testimonials-content .testimonials-thumbs:has(.slick-dots) .slick-current .slider-slider-thumb img {
    opacity: 0;
}

@media screen and (max-width: 1199px) {
    .slick-current .slider-slider-thumb img {
        opacity: 1;
    }
}

.slider-content {
    background-color: hsl(var(--base-two));
    padding: 40px 55px;
    border-radius: 0 20px 20px 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    max-height: -moz-fit-content;
    max-height: fit-content;
}

@media screen and (max-width: 1199px) {
    .slider-content {
        border-radius: 20px;
    }
}

@media screen and (max-width: 1399px) {
    .slider-content {
        padding: 30px 35px;
    }
}

@media screen and (max-width: 991px) {
    .slider-content {
        padding: 20px 25px;
    }
}

.slider-content__title {
    font-size: 40px;
    margin-bottom: 12px;
}

@media screen and (max-width: 1399px) {
    .slider-content__title {
        font-size: 35px;
    }
}

@media screen and (max-width: 575px) {
    .slider-content__title {
        font-size: 30px;
    }
}

.slider-content__message {
    font-size: 20px;
    font-style: italic;
}

.slider-content__author {
    margin-top: 32px;
}

.slider-content__name {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 6px;
}

.slider-content__position {
    font-size: 20px;
    font-weight: 500;
}

.testimonials-content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr 250px;
    row-gap: 32px;
}

@media screen and (max-width: 1399px) {
    .testimonials-content {
        grid-template-rows: 1fr 180px;
    }

    .testimonials-content .reviews-text-slider,
    .testimonials-content .slick-list,
    .testimonials-content .slick-track,
    .testimonials-content .slick-slide>div,
    .testimonials-content .slider-content {
        height: 100%;
    }
}

.testimonials-content .testimonial-item__thumb {
    --lift-up: 40px;
    top: calc(-1 * var(--lift-up));
    grid-column: 1/5;
    position: absolute;
    height: calc(100% + var(--lift-up));
    z-index: 1;
    border-radius: 40px;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .testimonials-content .testimonial-item__thumb {
        display: none;
    }
}

.testimonials-content .testimonial-item__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--dark) / 0.5);
    z-index: 1;
    border-radius: inherit;
    opacity: 0;
    transition: all 500ms ease-in-out;
}

.testimonials-content .testimonial-item__thumb.show::after {
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.testimonials-content .testimonial-item__thumb img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials-content .testimonials-reviews {
    grid-column: 5/13;
    grid-row: 1/2;
}

@media screen and (max-width: 1199px) {
    .testimonials-content .testimonials-reviews {
        grid-column: 1/13;
    }
}

.testimonials-thumbs .slick-list.draggable {
    flex-grow: 1;
}

.testimonials-content .testimonials-thumbs {
    grid-column: 5/13;
    grid-row: 2/3;
    display: flex;
    gap: 16px;
}

.testimonials-content .testimonials-thumbs:has(.slick-dots) {
    grid-column: 3/ 13;
}

@media screen and (max-width: 1199px) {
    .testimonials-content .testimonials-thumbs {
        grid-column: 1/13;
    }
}

.testimonials-content .slider-slider-thumb {
    border-radius: 18px;
    overflow: hidden;
}

.testimonials-content .slider-slider-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials-thumbs {
    padding-left: 12px;
}

.testimonials-thumbs .slick-slide {
    padding-inline: 0px !important;
    margin-inline: 14px !important;
}

.testimonials-thumbs .slick-track {
    height: 100%;
}

.slick-slide:has(.slider-slider-thumb) div {
    height: 100%;
    width: 100%;
}

.section-padding {
    padding-top: 150px !important;
    padding-bottom: 60px;
}

/* ================================ Testimonials Css End ============================= */

.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

/* ========================= Account CSS Start ========================= */
.account {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.account-logo {
    width: max-content;
    display: block;
    margin-inline: auto;
    margin-bottom: 12px;
}

@media screen and (max-width: 575px) {
    .account-logo {
        margin-bottom: 16px;
    }
}

.account-logo img {
    max-width: 176px;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 1199px) {
    .account-logo img {
        max-width: 150px;
    }
}

@media screen and (max-width: 424px) {
    .account-logo img {
        max-width: 130px;
    }
}

.account-header__tab-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
    .account-header__tab-wrapper {
        margin-bottom: 10px;
    }
}

.account-header__tab {
    display: flex;
    padding: 4px;
    width: fit-content;
    border-radius: 4px;
    background-color: hsl(var(--section-bg));
}

.account-header__tab-link {
    flex-grow: 1;
    border-radius: 8px;
    padding: 8px 24px;
    color: hsl(var(--heading-color));
    font-size: 1rem;
    font-weight: 500;
    min-width: 150px;
    text-align: center;
}

.account-header__tab-link.active {
    box-shadow:
        0 0 6px 0 rgba(0, 0, 0, 0.02),
        0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.account-heading__title {
    color: hsl(var(--heading-color));
    margin-bottom: 8px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .account-heading__title {
        text-align: center;
    }
}

.account-heading__subtitle {
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: hsl(var(--text-color));
}

.account-divider {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-block: 20px;
}

.account-divider::before,
.account-divider::after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: hsl(var(--border-color));
}

.account-divider span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    color: hsl(var(--text-color));
    white-space: nowrap;
}

.account-form__extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
}

.form-check-icon {
    color: hsl(var(--success));
    cursor: pointer;
}

.account-form__forgot-link {
    text-align: right;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--danger));
}

.account-form__forgot-link:focus {
    outline: none;
    color: hsl(var(--danger-d-100));
}

.account-info {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--text-color));
}

.account-info a {
    color: hsl(var(--base));
    font-weight: 500;
}

.account-thumb,
.account-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.account-thumb {
    width: 50vw;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .account-thumb {
        width: 55vw;
    }
}

@media screen and (max-width: 1199px) {
    .account-thumb {
        width: 50vw;
    }
}

@media screen and (max-width: 991px) {
    .account-thumb {
        display: none;
    }
}

.account-thumb__bottom {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px 16px;
}

.account-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 72px;
    width: 50vw;
}

@media screen and (max-width: 1399px) {
    .account-content {
        padding: 32px 64px;
    }
}

@media screen and (max-width: 1199px) {
    .account-content {
        padding: 32px;
    }
}

@media screen and (max-width: 575px) {
    .account-content {
        padding: 24px;
    }
}

.account-header,
.account-body {
    max-width: 600px;
}

.account-header:not(:last-child) {
    margin-bottom: 20px;
}

.account-form {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================= Social Auth CSS Start =================== */
.social-auth {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .social-auth {
        gap: 24px;
    }
}

.social-auth__btn {
    --width-box: 64px;
    width: var(--width-box);
    height: var(--width-box);
    border-radius: 50%;
    color: hsl(var(--heading-color));
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 140%;
    white-space: nowrap;
    padding: 11.5px 12px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media screen and (max-width: 575px) {
    .social-auth__btn {
        --width-box: 48px;
    }
}

.social-auth__btn.google {
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--text-color-two));
}

.social-auth__btn.apple {
    background-color: hsl(var(--black));
    border-color: hsl(var(--black));
}

.social-auth__btn.facebook {
    background-color: #1877F2;
    border-color: #1877F2;
    color: #fff;
}

.social-auth__btn.linkedin {
    background-color: #0077B5;
    border-color: #0077B5;
    color: #fff;
}

.social-auth__btn.linkedin:hover {
    background-color: #056294;
    border-color: #056294;
}

.social-auth__btn.google:hover {
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--black) / 0.1);
}

.social-auth__btn.apple:hover {
    background-color: hsl(var(--black) / 0.8);
    border-color: hsl(var(--black) / 0.8);
}

.social-auth__btn.facebook:hover {
    background-color: #1877f2;
    border-color: #1877f2;
}

@media screen and (max-width: 1199px) {
    .social-auth__btn {
        font-size: 1.125rem;
    }
}

.social-auth__btn img {
    width: var(--size);
    object-fit: cover;
}

@media screen and (max-width: 575px) {
    .social-auth__btn img {
        --size: 20px;
    }
}

.social-auth__btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--black));
}

/* ========================= Social Auth CSS End ===================== */
.account-form .input-group-custom {
    height: 56px;
}

.input-group-custom {
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04) inset;
    background: hsl(var(--section-bg));
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 13px 16px;
    height: 48px;
    border: 1px solid transparent;
}

.input-group-custom:focus-within {
    border: 1px solid hsl(var(--base));
}

.input-group-custom:has(> a) {
    padding: 8px 8px 8px 16px;
}

.input-group-custom__icon {
    color: hsl(var(--body-color));
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 140%;
}

.input-group-custom__wrapper {
    width: 100%;
    flex-grow: 1;
}

.input-group-custom {
    position: relative;
}

.input-group-custom::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    width: 1px;
    height: 50%;
    background-color: hsl(var(--border-color));
    transform: translateY(-50%);
    opacity: 0.5;
}

.custom-form-label {
    color: hsl(var(--body-color));
    opacity: 0.5;
    font-weight: 500;
    font-size: 12px;
}

.input-group-custom__input {
    width: 100%;
    border: none !important;
    border-radius: 0px !important;
    background: transparent !important;
    -webkit-backdrop-filter: unset !important;
    backdrop-filter: unset !important;
    padding: 0px !important;
    color: hsl(var(--heading-color)) !important;
    font-weight: 500;
}

.input-group-custom__input::-webkit-input-placeholder {
    color: hsl(var(--heading-color) / 0.7);
}

.input-group-custom__input::-moz-placeholder {
    color: hsl(var(--body-color) / 0.7);
}

.input-group-custom__input:-ms-input-placeholder {
    color: hsl(var(--body-color) / 0.7);
}

.input-group-custom__input::-ms-input-placeholder {
    color: hsl(var(--body-color) / 0.7);
}

.input-group-custom__input::placeholder {
    color: hsl(var(--body-color) / 0.7);
}

.input-group-custom__input:focus {
    border: none !important;
    outline: none !important;
}

.input-group-custom__input:focus:not(:disabled):not([readonly])::-webkit-input-placeholder {
    color: hsl(var(--body-color)) !important;
}

.input-group-custom__input:focus:not(:disabled):not([readonly])::-moz-placeholder {
    color: hsl(var(--body-color)) !important;
}

.input-group-custom__input:focus:not(:disabled):not([readonly]):-ms-input-placeholder {
    color: hsl(var(--body-color)) !important;
}

.input-group-custom__input:focus:not(:disabled):not([readonly])::-ms-input-placeholder {
    color: hsl(var(--body-color)) !important;
}

.input-group-custom__input:focus:not(:disabled):not([readonly])::placeholder {
    color: hsl(var(--body-color)) !important;
}

.input-group-custom__link {
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    color: hsl(var(--body-color));
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    white-space: nowrap;
}

@media screen and (max-width: 575px) {
    .input-group-custom__link {
        font-size: 0.875rem;
        padding: 8px;
    }
}

.input-group-custom__link:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-custom__link:hover {
    color: hsl(var(--base-two)) !important;
}

/* Booking style start here  */
.booking-wrapper {
    display: flex;
    gap: 80px;
}

@media screen and (max-width: 1199px) {
    .booking-wrapper {
        gap: 24px;
    }
}

@media screen and (max-width: 991px) {
    .booking-wrapper {
        flex-direction: column;
    }
}

.booking-wrapper__left {
    width: 420px;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .booking-wrapper__left {
        width: 370px;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 991px) {
    .booking-wrapper__left {
        width: 100%;
        flex-shrink: 0;
    }
}

.booking-wrapper__right {
    flex-grow: 1;
    width: 100%;
}

.booking-location-box {
    width: 100%;
}

.booking-location-box__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.booking-location-box__inner:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 44%;
    top: 50%;
    transform: translateY(-50%);
    left: 28px;
    z-index: 1;
    border: 1px dashed hsl(var(--base));
}

.booking-wrapper__right iframe {
    max-height: 810px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: none;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .booking-wrapper__right iframe {
        max-height: 400px;
    }
}

.common-card {
    border-radius: 20px;
    padding: 24px;
    background-color: 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);
}

@media screen and (max-width: 575px) {
    .common-card {
        padding: 24px 20px;
    }
}

.booking-ride__list-item .form--radio {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    .booking-ride__list-item .form--radio {
        width: 100%;
        max-width: 100%;
    }
}

.booking-ride__list-item .form--radio .form-check-label {
    margin: 0;
    background-image: none !important;
    z-index: -1;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--heading-color)) !important;
    background-color: hsl(var(--section-bg));
    border-radius: 12px;
    padding: 4px;
    padding-right: 16px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.booking-ride__list-item .form--radio .form-check-label .icon {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
}

.booking-ride__list-item .form--radio .form-check-label .text {
    font-size: 16px;
    font-weight: 600;
}

.booking-ride__list-item .form--radio .form-check-input {
    border: 2px solid hsl(var(--text-color));
    position: absolute;
    top: 20px;
    left: 45px;
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 575px) {
    .booking-ride__list-item .form--radio .form-check-input {
        left: 35px;
    }
}

.ride-content {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.booking-ride__list {
    scrollbar-width: thin;
    max-height: 280px;
    overflow-y: auto;
    scrollbar-color: hsl(var(--black) / 0.2) #f2f2f2;
}

.ride-content__left {
    display: flex;
    gap: 8px;
}

.ride-content__left-thumb {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .ride-content__left-thumb {
        width: 40px;
        height: 40px;
    }
}

.ride-content__left-thumb img {
    width: 40px;
}

.ride-content .title {
    font-size: 1.125rem;
}

@media screen and (max-width: 575px) {
    .ride-content .title {
        font-size: 1rem;
    }
}

.ride-content__left-content span {
    color: #62748e;
    font-size: 0.875rem;
}

.ride-content__right .amount {
    color: hsl(var(--base));
    font-size: 1rem;
}

.booking-ride__list-item:not(:last-child) {
    margin-bottom: 8px;
}

.booking-ride__list-item .form--radio .form-check-input:checked {
    border-color: hsl(var(--base)) !important;
}

.booking-ride__list-item .form--radio .form-check-input:checked::before {
    width: 13px;
    height: 13px;
}

.form-check-label:has(.form-check-input:checked) {
    border-color: hsl(var(--base)) !important;
    background: hsl(var(--base) / 0.06);
}

/* Booking style end here  */

.payment-select-wrapper .selection {
    width: 100% !important;
}

.payment-select-wrapper .select2-container--default .select2-selection--single {
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
}

.select2-container--focus {
    width: 100% !important;
}

.selection {
    width: 100%;
}

.select2-container {
    position: relative;
    top: -15px;
    z-index: 1;
}

.payment-select-wrapper {
    position: relative;
    height: 50px !important;
    margin-bottom: 10px;
}

.payment-select-wrapper .select2-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 10;
}

.payment-select-wrapper .select2-container+.select2-container {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.payment-select-wrapper .select2-selection--single {
    height: 50px !important;
    display: flex !important;
    align-items: center;
}


.custom__label {
    padding-top: 25px;
}

.find-driver-wrapper .form--control {
    background-color: hsl(var(--section-bg)) !important;
    font-weight: 500;
}

.payment-select-wrapper img {
    width: 24px;
    height: auto;
}

.payment-select-wrapper span {
    color: hsl(var(--heading-color)) !important;
    font-weight: 500;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid hsl(var(--border-color)) !important;
    border-radius: 12px !important;
}

.input-group__inner {
    display: flex;
    gap: 8px;
}

.input-group__inner .note-btn {
    display: flex;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border: 1px solid hsl(var(--base));
}

.note-input {
    display: none;
    transition: all 0.4s ease;
    margin-top: 8px;
}

.note-input.show {
    display: block;
}

/* ================================================== */
.progress {
    width: 100%;
    height: 5px;
    margin-top: 10px;
    overflow: visible;
    border-radius: 13px;
    background-color: #cad5e2;
    position: relative;
}

.progress_bar {
    height: 5px;
    position: relative;
    border-radius: 13px;
    background-color: hsl(var(--base));
    width: 100%;
}

.progress_bar span {
    position: absolute;
    top: -14px;
    right: 0;
    z-index: 1;
}

.progress_bar .value_text {
    left: 0;
    right: auto;
    opacity: 0;
}

/* Container for the entire component */
.ride-booking__calculation-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 12px;
    padding: 12px;
    background-color: hsl(var(--section-bg));
    max-width: 600px;
    margin: 20px auto;
    margin-bottom: 0px;
}

.ride-booking__calculation-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 0 10px;
}

.ride-booking__calculation-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: hsl(var(--border-color));
}

.ride-booking__value {
    font-size: 1.125rem;
    font-weight: 700;
    color: hsl(var(--base));
    margin-bottom: 5px;
    line-height: 1.2;
}

@media screen and (max-width: 1199px) {
    .ride-booking__value {
        font-size: 1rem;
    }
}

.ride-booking__label {
    font-size: 0.85rem;
    font-weight: 400;
    color: #62748e;
    text-transform: capitalize;
}

@media (max-width: 550px) {
    .ride-booking__calculation-container {
        flex-direction: column;
        align-items: stretch;
        padding: 15px 15px;
    }

    .ride-booking__calculation-item {
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 0;
        align-items: center;
        border-bottom: 1px solid hsl(var(--border-color));
    }

    .ride-booking__calculation-item:not(:last-child)::after {
        content: none;
    }

    .ride-booking__calculation-item:last-child {
        border-bottom: none;
    }

    .ride-booking__value {
        font-size: 1rem;
        margin-bottom: 0;
        text-align: left;
    }

    .ride-booking__label {
        font-size: 0.875rem;
        text-align: right;
    }
}

/* --- Card Container Styling --- */
.ride-confirmation__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.ride-confirmation__driver-info {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.ride-confirmation__driver-info__thumb {
    position: relative;
}

.ride-confirmation__driver-info__thumb .star-rating {
    position: absolute;
    display: flex;
    border: 40px;
    width: 40px;
    padding: 0 4px 0 2px;
    align-items: center;
    gap: 2px;
    background-color: hsl(var(--white));
    font-size: 12px;
    bottom: 4px;
    border-radius: 40px;
    left: 3px;
    white-space: nowrap;
}

.driver-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
    border: 1px solid hsl(var(--border-color));
}

.driver-details {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.driver-name {
    font-size: 1.1rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.driver-car-rating {
    font-size: 0.9rem;
    color: #6c757d;
}

.driver-car-rating .star-rating {
    font-size: unset !important;
}

.star-rating {
    font-weight: 500;
}

.star-rating i {
    color: hsl(var(--warning));
}

.separator {
    margin: 0 4px;
}

.ride-confirmation__fare {
    font-size: 1.063rem;
    font-weight: 700;
    color: hsl(var(--base));
    flex-shrink: 0;
    margin-left: 10px;
    text-align: right;
}

.ride-confirmation__actions {
    display: flex;
    gap: 15px;
}

.btn--cancel {
    background-color: #f7f3ff;
    color: hsl(var(--base)) !important;
    box-shadow:
        0 1px 1px -0.5px rgba(0, 0, 0, 0.04),
        0 3px 3px -1.5px rgba(0, 0, 0, 0.04),
        0 2px 3px 0,
        rgba(255, 255, 255, 0.12) inset,
        0 -1px 3px -1px,
        rgba(0, 0, 0, 0.12) inset;
}

.btn--cancel:hover {
    background-color: #efe8ff;
}

@media (max-width: 380px) {
    .ride-confirmation__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .ride-confirmation__driver-info {
        margin-bottom: 10px;
    }

    .ride-confirmation__fare {
        width: 100%;
        text-align: left;
        margin-left: 0;
    }

    .ride-confirmation__actions {
        flex-direction: column;
        gap: 10px;
    }
}

.ride-request-banner {
    padding: 12px;
}

.ride-request__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.ride-request__title-group {
    display: flex;
    align-items: center;
}

.ride-request__icon {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: hsl(var(--base) / 0.3);
    margin-right: 8px;
    position: relative;
    font-size: 13px;
}

.ride-request__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary-purple);
}

.ride-request__title {
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--heading-color));
}

.ride-request__close-btn {
    background: none;
    border: none;
    color: hsl(var(--base));
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.ride-request__content {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.driver-info {
    display: flex;
    align-items: center;
    flex-grow: 1;
    min-width: 0;
}

.ride-request__actions-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.ride-request-banner .ride-fare {
    font-size: 1.2rem;
    font-weight: 700;
    color: hsl(var(--base));
    margin-right: 15px;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .ride-request-banner {
        padding: 10px 15px;
    }

    .ride-request__header {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .ride-request__content {
        flex-direction: column;
        align-items: flex-start;
    }
    .ride-request__actions-group {
        width: 100%;
        justify-content: space-between;
    }
    .ride-fare {
        margin-right: 10px;
    }
    .ride-request__actions-group>button {
        flex-grow: 1;
        margin-left: 5px;
    }
}

@media (max-width: 400px) {
    .ride-request__actions-group {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ride-fare {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Container for the entire component */
.security-code-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 20px auto;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
}

.security-code-label {
    font-size: 15px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    flex-shrink: 0;
}

.security-code-inputs {
    display: flex;
    gap: 8px;
}

@media (max-width: 450px) {
    .security-code-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .security-code-label {
        text-align: left;
    }

    .security-code-inputs {
        width: 100%;
        justify-content: space-between;
        gap: 5px;
    }
}

.security-code-inputs {
    display: flex;
    gap: 10px;
}

.code-digit {
    width: 40px;
    height: 45px;
    font-size: 24px;
    text-align: center;
    border: 1px solid hsl(var(--border-color));
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s ease;
}

@media screen and (max-width: 575px) {
    .code-digit {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

.code-digit:focus {
    border-color: hsl(var(--base));
}

.ride-pickup__inner__input input {
    background-color: hsl(var(--section-bg)) !important;
}

.ride-pickup__inner__input .btn {
    border-radius: 12px;
    background-color: hsl(var(--base) / 0.1) !important;
    border: 1px solid transparent !important;
}

.ride-pickup__inner__input .btn:hover {
    border-radius: 12px;
    background-color: hsl(var(--base)) !important;
    border: 1px solid transparent !important;
}

/* --- Base Variables for Easy Customization --- */

/* --- Container and Core --- */
.pulse-container-pro {
    --purple-dark: #7c4dff18;
    --purple-medium: #8a63ed9f;
    --purple-light: #b698f7;
    --pulse-base-size: 32px;
    --pulse-duration: 4s;
    position: relative;
    width: var(--pulse-base-size);
    height: var(--pulse-base-size);
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pulse-core-pro {
    width: var(--pulse-base-size);
    height: var(--pulse-base-size);
    background-color: var(--purple-dark);
    border-radius: 50%;
    position: absolute;
    z-index: 5;
}

/* --- Common Ring Styles --- */
.pulse-ring-pro {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-iteration-count: infinite;
    animation-duration: var(--pulse-duration);
    background-color: var(--purple-medium);
}

.pulse-ring-1 {
    width: var(--pulse-base-size);
    height: var(--pulse-base-size);
    background-color: var(--purple-medium);
    animation-name: pulse-pro-animate;
    animation-delay: 0s;
    z-index: 4;
}

.pulse-ring-2 {
    width: calc(var(--pulse-base-size) * 1.1);
    height: calc(var(--pulse-base-size) * 1.1);
    background-color: var(--purple-medium);
    animation-name: pulse-pro-animate;
    animation-delay: calc(var(--pulse-duration) / 4);
    z-index: 3;
}

.pulse-ring-3 {
    width: calc(var(--pulse-base-size) * 1.2);
    height: calc(var(--pulse-base-size) * 1.2);
    background-color: var(--purple-light);
    animation-name: pulse-pro-animate;
    animation-delay: calc(var(--pulse-duration) / 2);
    z-index: 2;
}

.pulse-ring-4 {
    width: calc(var(--pulse-base-size) * 1.3);
    height: calc(var(--pulse-base-size) * 1.3);
    background-color: var(--purple-light);
    animation-name: pulse-pro-animate;
    animation-delay: calc(var(--pulse-duration) * 3 / 4);
    z-index: 1;
}

@keyframes pulse-pro-animate {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    50% {
        transform: scale(2.5);
        opacity: 0.1;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

/* --- Location List Container --- */
.location-list {
    width: fit-content;
}

.location-item {
    display: flex;
    min-height: 40px;
    position: relative;
    padding-left: 45px;
    margin-bottom: 0px;
}

.icon-line-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location-name {
    color: hsl(var(--heading-color));
}

.location-list .connector-line {
    border-left: 2px dashed hsl(var(--base));
    width: 0;
    flex-grow: 1;
    margin-top: -10px;
    margin-bottom: -10px;
}

.end-location .connector-line {
    display: none;
}

.location-list .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: hsl(var(--white));
    position: relative;
    z-index: 10;
    line-height: 1;
}

.destination-info__btn {
    background-color: hsl(var(--base) / 0.1);
    color: hsl(var(--base));
    font-weight: 700;
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.destination-info__tip {
    border-bottom: 1px solid hsl(var(--border-color));
}

.ride-confirmation__review {
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(var(--border-color));
}

/* --- Rating Container and Star Look --- */

.ride-review {
    display: flex;
    justify-content: center;
}

.star-rating {
    display: flex;
    font-size: 40px;
    overflow: hidden;
    width: fit-content;
    justify-content: center;
}

.star-rating .star-rating__item i {
    color: #e2e8f0;
    cursor: pointer;
}

.star-rating .star-rating__item.active i {
    color: hsl(var(--warning));
    cursor: pointer;
}

.ride-review-wrapper textarea.form--control {
    height: 170px !important;
    background-color: hsl(var(--section-bg));
}

/* profile design start here  */
.driver-dashboard {
    padding-top: 96px !important;
}

@media screen and (max-width: 1399px) {
    .driver-dashboard {
        padding-top: 90px !important;
    }
}

@media screen and (max-width: 1199px) {
    .driver-dashboard {
        padding-top: 85px !important;
    }
}

@media screen and (max-width: 991px) {
    .driver-dashboard {
        padding-top: 60px !important;
    }
}

.driver-dashboard__header {
    padding: 30px 0px;
}

.driver-dashboard__header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.driver-profile {
    display: flex;
    gap: 16px;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .driver-profile {
        gap: 10px;
    }
}

.driver-profile__thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .driver-profile__thumb {
        width: 70px;
        height: 70px;
    }
}

.driver-profile__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.driver-profile__info .name {
    margin-bottom: 5px;
}

.driver-profile__info .number {
    font-size: 20px;
    font-weight: 700;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 575px) {
    .driver-profile__info .number {
        font-size: 1rem;
    }
}

.driver-dashboard__header-right .rating-rate {
    border-radius: 40px;
    padding: 3px 10px;
    background-color: hsl(var(--white));
    font-weight: 700;
    font-size: 20px;
}

@media screen and (max-width: 575px) {
    .driver-dashboard__header-right .rating-rate {
        font-size: 1rem;
    }
}

.driver-dashboard__header-right .rating-rate i {
    color: hsl(var(--warning));
}

/* driver sidebar design start */
.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;
}

.sidebar-menu.show {
    transform: translateX(0);
}

.driver-sidebar-menu-list {
    padding-right: 6px;
    overflow-y: auto;
}

@media screen and (max-width: 991px) {
    .driver-sidebar-menu-list {
        max-height: calc(100vh - 100px);
        border-top: 1px solid hsl(var(--base-two) / 0.1);
    }
}

.driver-sidebar__inner {
    padding: 32px 0px;
}

.driver-sidebar-menu {
    padding-bottom: 10px;
    height: auto;
    background-color: hsl(var(--white));
    overflow-y: auto;
    border-radius: 20px;
    transition: 0.2s linear;
    position: sticky;
    top: 93px;
    padding: 24px 12px;
    box-shadow:
        0 0 4px 0 rgba(0, 0, 0, 0.04),
        0 4px 8px 0 rgba(0, 0, 0, 0.06);
}

.driver-sidebar-menu__profile {
    margin-bottom: 45px;
}

.driver-sidebar-menu__profile .thumb {
    margin-bottom: 20px;
}

.driver-sidebar-menu__profile .thumb img {
    width: 83px;
    height: 83px;
    border-radius: 50%;
}

.driver-sidebar-menu__profile .title {
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .driver-sidebar-menu {
        position: fixed;
        left: 0;
        top: 0;
        min-width: 320px;
        padding-top: 60px;
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
        height: 100vh;
    }
}

.driver-sidebar-menu.show {
    transform: translateX(0);
}

.driver-sidebar-menu__close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
}

.driver-sidebar-menu__close:hover,
.driver-sidebar-menu__close:focus {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.driver-sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--base));
}

.driver-sidebar-menu-list__item.has-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 17px;
    color: hsl(var(--base));
}

.driver-sidebar-menu-list__item.has-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 19px;
    transition: 0.1s linear;
}

.driver-sidebar-menu-list__link {
    display: flex !important;
    align-items: center;
    gap: 5px;
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 12px 14px;
    border-radius: 12px;
    width: 100%;
    color: hsl(var(--sidebar-link-color));
}

.driver-sidebar-menu-list__link::before {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: #cad5e2;
}

.driver-sidebar-menu-list__item.active .driver-sidebar-menu-list__link {
    background-color: hsl(var(--section-bg));
}

.driver-sidebar-menu-list__item:hover .driver-sidebar-menu-list__link {
    background-color: hsl(var(--section-bg));
}

.driver-sidebar-menu-list__link .icon {
    margin-right: 4px;
    text-align: center;
    border-radius: 4px;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.driver-sidebar-submenu {
    display: none;
}

.driver-sidebar-submenu.open-submenu {
    display: block;
}

.driver-sidebar-submenu-list {
    margin-bottom: 6px;
}

.driver-sidebar-submenu-list__item.active>a {
    background-color: hsl(var(--base) / 0.08);
    color: hsl(var(--base));
}

.driver-sidebar-submenu-list__link {
    padding: 0px 20px 10px 20px;
    display: block;
    color: hsl(var(--heading-color) / 0.8);
}

.driver-sidebar-submenu-list__link:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
    font-size: 0.5rem;
}

.driver-dashboard__profile-form {
    max-width: 400px;
}

.driver-dashboard__profile-form .input-group-custom__wrapper::before {
    display: none;
}

.driver-dashboard__profile-form .input-group-custom {
    padding: 28px 16px;
}

.driver-dashboard__profile-form.style-two .input-group-custom {
    gap: 10px;
}

.driver-dashboard__profile-thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 24px;
    border: 1px solid #f2f2f2;
}

@media screen and (max-width: 575px) {
    .driver-dashboard__profile-thumb {
        width: 80px;
        height: 80px;
    }
}

.driver-dashboard-content {
    position: relative;
    padding: 32px;
    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);
}

@media screen and (max-width: 575px) {
    .driver-dashboard-content {
        padding: 30px 24px;
    }
}

.btn-edit {
    position: absolute;
    right: 24px;
    padding: 9px 14px !important;
    border-radius: 12px;
    color: hsl(var(--body-color)) !important;
    background-color: #ebecf0;
    box-shadow:
        0 1px 1px -0.5px,
        rgba(0, 0, 0, 0.04),
        0 3px 3px -1.5px,
        rgba(0, 0, 0, 0.04),
        0 2px 3px 0,
        rgba(255, 255, 255, 0.12) inset,
        0 -1px 3px -1px,
        rgba(0, 0, 0, 0.12) inset;
}

.btn-edit:hover,
.btn-edit:focus,
.btn-edit:active,
.btn-edit:focus-visible {
    background-color: #ebecf0 !important;
    border: 1px solid hsl(var(--base)) !important;
}

.driver__bar-icon {
    font-size: 30px;
    margin-bottom: 20px;
}

.driver-review__profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.driver-review__profile-left {
    display: flex;
    gap: 10px;
}

.driver-review__profile-thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

@media screen and (ma-width: 575px) {
    .driver-review__profile-thumb {
        width: 35px;
        height: 35px;
    }
}

.driver-review__profile-content .social-link {
    font-size: 0.875rem;
    color: hsl(var(--body-color));
}

.driver-review__profile-rating {
    display: flex;
    justify-content: end;
    font-size: 0.875rem;
}

.driver-review__profile-rating i {
    color: hsl(var(--warning));
}

.driver-review__profile-rating .star-count {
    font-weight: 600;
    padding-left: 5px;
}

.driver-review-wrapper {
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.driver-review-item__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.driver-review-item__author {
    display: flex;
    gap: 8px;
}

.driver-review-item {
    border-radius: 12px;
    padding: 12px;
    border: 1px solid hsl(var(--border-color));
}

.driver-review-item:not(:last-child) {
    margin-bottom: 16px;
}

.driver-review-item__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.driver-review-item__content .name {
    font-size: 1rem;
    font-weight: 500;
}

.driver-review-item__date {
    font-size: 15px;
    font-weight: 700;
    color: hsl(var(--body-color));
}

.driver-review-item__body {
    box-shadow:
        0 1px 3px 0,
        rgba(0, 0, 0, 0.04) inset;
    border-radius: 12px;
    background-color: hsl(var(--section-bg-two));
    padding: 12px;
}

.driver-review-item__body .desc {
    font-size: 0.813rem;
}

.driver-form-heading {
    margin-bottom: 24px;
}

.driver-form-heading .title {
    font-size: 1.25rem;
}

.driver-form-heading .subtitle {
    font-size: 0.938rem;
}

.payment-history__item {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 400px) {
    .payment-history__item {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
}

.payment-history__item:not(:last-child) {
    margin-bottom: 12px;
}

.payment-history__item-right {
    text-align: right;
}

@media screen and (max-width: 400px) {
    .payment-history__item-right {
        text-align: center;
    }
}

.payment-history__item-right .date {
    margin-top: 4px;
    font-size: 13px;
    color: #62748e;
}

.payment-history__item-amount {
    font-size: 1.375rem;
    font-weight: 700;
}

.payment-history__item-code {
    color: #62748e;
    font-size: 0.938rem;
}

.trip-card {
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    padding: 20px;
}

.trip-card:not(:last-child) {
    margin-bottom: 16px;
}

.trip-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.trip-card__price {
    font-weight: 700;
    font-size: 18px;
    color: hsl(var(--heading-color));
}

.trip-card__status.badge {
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 8px;
}

.trip-card__location-group {
    display: grid;
    grid-template-columns: 1fr 1fr 80px;
    gap: 16px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .trip-card__location-group {
        grid-template-columns: unset;
    }
}

.trip-card__location {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    padding: 16px 24px;
    transition: all 0.3s ease;
    height: 100%;
}

@media screen and (max-width: 375px) {
    .trip-card__location {
        gap: 5px;
    }
}

@media screen and (max-width: 1199px) {
    .trip-card__location {
        padding: 16px;
    }
}

.trip-card__location:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.trip-card__location-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.trip-card__location-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    color: hsl(var(--heading-color));
}

.trip-card__address {
    font-size: 14px;
    color: hsl(var(--body-color));

    margin-bottom: 4px;
}

.trip-card__datetime {
    font-size: 13px;
    color: hsl(var(--body-color));
}

.trip-card__receipt-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: hsl(var(--base));
    background-color: hsl(var(--base) / 0.1);
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    height: 100%;
    padding: 10px;
}

.trip-card__receipt-btn i {
    font-size: 22px;
    margin-bottom: 6px;
}

.trip-card__receipt-btn_cancel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: hsl(var(--danger));
    background-color: hsl(var(--danger) / 0.1);
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    height: 100%;
    padding: 10px;
}

.trip-card__receipt-btn_cancel i {
    font-size: 22px;
    margin-bottom: 6px;
}

.trip-card__receipt-btn_running {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: hsl(var(--primary));
    background-color: hsl(var(--primary) / 0.1);
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    height: 100%;
    padding: 10px;
}

.trip-card__receipt-btn_running i {
    font-size: 22px;
    margin-bottom: 6px;
}

.header-author-dropdown .user-info__button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid transparent;
}

@media screen and (max-width: 991px) {
    .header-author-dropdown .user-info__button {
        border: 1px solid hsl(var(--border-color));
    }
}

.header-author-dropdown .user-info__button::before {
    display: none !important;
}

.header-author-dropdown .user-info__button:hover {
    color: hsl(var(--white)) !important;
    background-color: hsl(var(--section-bg)) !important;
    border: 1px solid hsl(var(--white)) !important;
}

@media screen and (max-width: 991px) {
    .header-author-dropdown .user-info__button:hover {
        border: 1px solid hsl(var(--border-color)) !important;
    }
}

.user-info-dropdown__author {
    text-align: left;
}

.header-author-dropdown .user-info__button .thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.header-author-dropdown .user-info__button .content .name {
    color: hsl(var(--base));
    font-weight: 700;
}

.header-author-dropdown.user-info .user-info-dropdown {
    width: 350px !important;
    right: auto;
    left: 0;
    border-radius: 20px;
}

@media screen and (max-width: 1199px) {
    .header-author-dropdown.user-info .user-info-dropdown {
        width: 330px !important;
    }
}

@media screen and (max-width: 575px) {
    .header-author-dropdown.user-info .user-info-dropdown {
        width: 300px !important;
    }
}

@media screen and (max-width: 424px) {
    .header-author-dropdown.user-info .user-info-dropdown {
        width: 280px !important;
    }
}

.user-info-dropdown__header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.user-info-dropdown__author-thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.user-info-dropdown__author .title {
    margin-bottom: 5px;
}

.user-info-dropdown__author .phone-number {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    color: hsl(var(--body-color));
}

.user-info-dropdown__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.user-info-dropdown__menu-item {
    display: flex;
    gap: 2px;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: hsl(var(--section-bg));
    padding: 12px;
    border-radius: 12px;
    color: hsl(var(--body-color));
    font-weight: 500;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
    .user-info-dropdown__menu-item {
        padding: 8px;
    }
}

@media screen and (max-width: 575px) {
    .user-info-dropdown__menu-item {
        padding: 10px;
        font-size: 0.875rem;
    }
}

.user-info-dropdown__menu-item:hover {
    background-color: hsl(var(--base) / 0.1);
}

.logout-btn {
    background-color: hsl(var(--section-bg));
    color: hsl(var(--heading-color)) !important;
}

.logout-btn:hover {
    background-color: hsl(var(--base) / 0.1);
    color: hsl(var(--base)) !important;
}

.input-group-custom__icon span {
    color: hsl(var(--body-color) / 0.8) !important;
}

.section-common-padding {
    padding-top: 180px;
    padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
    .section-common-padding {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

.payment-history-card .accordion-button {
    padding-right: 12px !important;
    cursor: pointer;
}

.payment-history-card.custom--accordion .accordion-button::after {
    display: none !important;
}

/* empty design start here */

.empty-message-row img {
    max-width: 105px;
    margin-bottom: 10px;
}

.empty-message-row h6 {
    color: hsl(var(--heading-color) / 0.7);
    font-size: 1rem;
}

.empty-message-row:before {
    display: none !important;
}

.empty-message-row {
    justify-content: center !important;
}

/*===================================== apon start =====================================*/
.driver-one-section {
    padding-top: 140px;
    position: relative;
    overflow: hidden;
}

.driver-one__content {
    width: 554px;
}

.driver-one__title {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 20px;
}

.driver-one__desc {
    font-size: 20px;
    color: hsl(var(--body-color));
    margin-bottom: 36px;
}

.driver__btn {
    background-color: hsl(var(--base) / 0.1);
    color: hsl(var(--base)) !important;
    box-shadow:
        0 1px 1px -0.5px var(--elevation-shadow, rgba(0, 0, 0, 0.04)),
        0 3px 3px -1.5px var(--elevation-shadow, rgba(0, 0, 0, 0.04)),
        0 3px 6px -2px var(--color-white-64, rgba(255, 255, 255, 0.64)) inset,
        0 0 8px -2px var(--color-white-48, rgba(255, 255, 255, 0.48)) inset;
}

.driver__btn:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.radius--12 {
    border-radius: 12px;
}

.driver-one__button {
    display: flex;
    align-items: center;

    gap: 12px;
    margin-bottom: 108px;
}

.driver__base-btn {
    box-shadow:
        0 1px 1px -0.5px var(--elevation-shadow, rgba(0, 0, 0, 0.04)),
        0 3px 3px -1.5px var(--elevation-shadow, rgba(0, 0, 0, 0.04)),
        0 3px 6px -2px var(--color-white-64, rgba(255, 255, 255, 0.64)) inset,
        0 0 8px -2px var(--color-white-48, rgba(255, 255, 255, 0.48)) inset;
}

.driver-one__thumb {
    text-align: end;
    max-width: 556px;
    margin-left: auto;
}

.driver-one__odometer {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.driver-one__odometer__title {
    color: hsl(var(--base));
    margin-bottom: 0;
}

.driver-one__line {
    height: 70px;
    width: 1px;
    background-color: hsl(var(--border-color));
}

.driver-features__icon {
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(var(--white));
    border-radius: 16px;
    margin-bottom: 40px;

}

.driver-features__icon i {
    font-size: 1.5rem;
    color: hsl(var(--base));
}

.driver-features__title {
    font-size: 24px;
    color: hsl(var(--black));
    margin-bottom: 8px;
}

.driver-features__desc {
    font-size: 16px;
    color: hsl(var(--body-color));
}

.driver-features {
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--border-color));
    padding: 32px;
    border-radius: 24px;
    transition: 0.3s;
    height: 100%;
}

.driver-features:hover {
    background-color: hsl(var(--base-two));
    border-color: hsl(var(--base-two));
}

.driver-features:hover.active {
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--border-color));
}

.driver-features.active {
    background-color: hsl(var(--base-two));
}

/*===================================== apon end =======================================*/
.drive-cta__desc {
    margin-bottom: 32px;
}

/* Driver steps accordion */
.driver-steps {
    margin-top: 24px;
}

.driver-steps__item {
    border-bottom: 1px solid #e8eef5;
    padding: 30px 0;
    border-left: 1px solid hsl(var(--hsl(--white)));
}

.driver-steps__header {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
}

.driver-steps__header:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.2);
    outline-offset: 4px;
}

.driver-steps__index {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--base);
}

.driver-steps__title {
    font-size: 24px;
    font-weight: 600;
    color: #1c1f2a;
}

.driver-steps__icon {
    margin-left: auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    border: 1px solid #e6e9f2;
    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.driver-steps__icon svg {
    width: 18px;
    height: 18px;
}

.driver-steps__body {
    padding-left: 52px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        max-height 0.35s ease,
        opacity 0.25s ease;
    color: #5b6375;
}

.driver-steps__body p {
    margin: 8px 0 0;
}

.driver-steps__item.is-active .driver-steps__title,
.driver-steps__item.is-active .driver-steps__index,
.driver-steps__item:hover .driver-steps__title,
.driver-steps__item:hover .driver-steps__index {
    color: hsl(var(--base));
}

.driver-steps__item.is-active .driver-steps__icon {
    color: var(--base);
    border-color: rgba(0, 0, 0, 0.08);
    background-color: rgba(0, 0, 0, 0.03);
    transform: translateX(2px);
}

@media (max-width: 575px) {
    .driver-steps__title {
        font-size: 16px;
    }

    .driver-steps__body {
        padding-left: 44px;
    }
}

/* Active-only highlight (no hover highlight) */
.driver-steps__item:hover::before {
    background-color: transparent;
}

.driver-steps__item:hover .driver-steps__icon {
    color: #6b7280;
    background-color: transparent;
    border-color: #e6e9f2;
}

.driver-steps__item.is-active .driver-steps__body {
    opacity: 1;
}

.driver-steps__content {
    margin-left: 100px;
}

.driver-steps__item.is-active {
    border-left: 3px solid hsl(var(--base));
    padding-left: 20px;
}

.driver-steps__heading {
    max-width: 550px;
}

.driver-steps__body__desc {
    font-size: 16px;
}

.cta__button {
    padding: 19px 24px;
    box-shadow:
        0 1px 1px -0.5px var(--elevation-shadow, rgba(0, 0, 0, 0.04)),
        0 3px 3px -1.5px var(--elevation-shadow, rgba(0, 0, 0, 0.04)),
        0 3px 6px -2px var(--color-white-64, rgba(255, 255, 255, 0.64)) inset,
        0 0 8px -2px var(--color-white-48, rgba(255, 255, 255, 0.48)) inset;
}

.drive-cta .section-heading__desc {
    margin-bottom: 32px;
}

.drive-cta {
    position: relative;
}

.drive-cta__thumb {
    bottom: 0;
    z-index: 1;
    position: relative;
    margin-top: -77px;
    width: 714px;
}

.drive-cta__content {
    padding: 60px 0;
}

.glow__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.glow__bg svg {
    color: hsl(var(--base) / 0.5);
}

.easy-steps__item__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.easy-steps__item__icon {
    height: 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(var(--section-bg));
    border-radius: 18px;
}

.easy-steps__item__number {
    font-size: 80px;
    color: hsl(var(--base) / 0.15);
    transition: 0.3s;
}

.easy-steps__title {
    font-size: 24px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    margin-bottom: 8px;
}

.easy-steps__desc {
    font-size: 16px;
    color: hsl(var(--bordy-color));
    margin-bottom: 30px;
}

.easy-steps__thumb {
    text-align: center;
}

.easy-steps__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    box-shadow: 0 0 4px 0 hsl(var(--black) / 0.04), 0 4px 8px 0 hsl(var(--black) / 0.06);
    border-radius: 24px;
}

@media (max-width: 767px) {
    .easy-steps__wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.easy-steps__item {
    padding: 0 14px;
    height: 100%;
    transition: 0.3s;
}

.easy-steps__item:hover .easy-steps__item__number {
    color: hsl(var(--base));
}

.easy-steps__item {
    border-right: 1px solid hsl(var(--border-color));
}

.easy-steps__item:nth-child(2) {

    border-right: 1px solid hsl(var(--border-color));

    .easy-steps__desc {
        margin-bottom: 82px;
    }

}

@media screen and (max-width: 991px) {
    .easy-steps__wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .easy-steps__item {
        padding: 28px 20px;
    }

    .easy-steps__item:nth-child(2) {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid hsl(var(--border-color));
        border-bottom: 1px solid hsl(var(--border-color));
    }

    .easy-steps__thumb img {
        max-width: 320px;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .easy-steps__item__number {
        font-size: 56px;
    }

    .easy-steps__item__icon {
        height: 54px;
        width: 54px;
    }

    .easy-steps__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .easy-steps__wrap {
        border-radius: 18px;
    }

    .easy-steps__item {
        padding: 22px 16px;
    }

    .easy-steps__item__heading {
        margin-bottom: 16px;
    }

    .easy-steps__desc {
        margin-bottom: 20px;
    }

    .easy-steps__thumb img {
        max-width: 260px;
    }
}

.service-steps .section-heading__subtitle {
    color: hsl(var(--base-two));
}

.service-steps .section-heading__title {
    color: hsl(var(--white));
}

.service-steps {
    padding-top: 120px;
    background-color: hsl(var(--base)) !important;
    padding-bottom: 120px;
    overflow: hidden;
}

.service-steps__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.service-steps__item__number {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(var(--base-two));
    font-size: 24px;
    font-weight: 700;
    color: hsl(var(--black));
    border-radius: 12px;
    line-height: 1;
}

.service-steps__item__title {
    font-size: 24px;
    font-weight: 700;
    color: hsl(var(--white));
    margin-bottom: 0;
}

.service-steps__item__desc {
    color: hsl(var(--white));
    font-size: 16px;
    margin-bottom: 36px;
}

.service-steps__item__dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: hsl(var(--white));
    transition: 0.3s;
}

.service-steps__item__tag {
    color: hsl(var(--white));
    font-size: 16px;
    font-weight: 400;
    background-color: hsl(var(--white) / 0.1);
    padding: 8px 10px;
    border: 1px solid hsl(var(--white) / 0.1);
    backdrop-filter: blur(2px);
    border-radius: 12px;
    margin-bottom: 8px;
}

.service-steps__item__tag:hover {
    .service-steps__item__dot {
        background-color: hsl(var(--base-two));
    }
}

.service-steps__item {
    background-color: hsl(var(--white) / 0.1);
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid hsl(var(--white) / 0.1);
}

.service-steps__name {
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--white));
}

.service-steps__manu {
    background-color: hsl(var(--white) / 0.1);
    padding: 12px;
    text-align: center;
    border: 1px solid hsl(var(--white) / 0.1);
    border-radius: 12px;
}

.service-steps__thumb__main {
    width: 100%;
}

.service-steps__thumb__main img {
    width: 100%;
}

.mt-56 {
    margin-top: 56px !important;
}

.mt-auto {
    margin-top: auto !important;
}

.service-steps__menu-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    color: hsl(var(--white));
}

.service-steps {
    margin-bottom: 120px;
}

.track__item {
    max-width: 760px;
    margin-left: 100px;
}

@media screen and (max-width: 1199px) {
    .track__item {
        margin-left: 50px;
    }
}

@media screen and (max-width: 991px) {
    .track__item {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1199px) {
    .service-steps {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .service-steps__item {
        padding: 20px;
    }

    .service-steps__thumb__main {
        max-width: 520px;
        margin: 24px auto 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .service-steps__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .service-steps__grid>[class*="col-"] {
        width: 100%;
        max-width: 100%;
    }

    .service-steps__grid>.col-xl-4:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .service-steps__grid>.col-xl-4:nth-child(2) {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .service-steps__grid>.col-xl-4:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .service-steps__thumb__main {
        margin: 0 auto;
    }

    .service-steps__grid .mt-56 {
        margin-top: 0 !important;
    }

    .service-steps__grid .mt-auto {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .service-steps {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .service-steps__item {
        margin-bottom: 20px;
    }

    .service-steps__thumb__main {
        max-width: 420px;
        margin: 24px auto;
    }

    .service-steps__heading {
        gap: 10px;
    }

    .service-steps__item__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .service-steps {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .service-steps__item__number {
        height: 34px;
        width: 34px;
        font-size: 18px;
    }

    .service-steps__item__desc {
        font-size: 15px;
    }

    .service-steps__thumb__main {
        max-width: 320px;
    }
}

@media screen and (max-width: 575px) {
    .service-steps__item {
        padding: 18px;
        border-radius: 18px;
    }

    .service-steps__manu {
        padding: 10px;
        border-radius: 10px;
    }

    .service-steps__menu-title {
        font-size: 13px;
    }
}

.track__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 8px;
}

@media screen and (max-width: 374px) {
    .track__heading {
        justify-content: space-between;
        margin-bottom: 16px;
    }
}

.track__heading__title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    color: transparent;
    -webkit-text-stroke: 2px hsl(var(--base));
}

.track__heading__tag {
    font-size: 16px;
    font-weight: 700;
    color: hsl(var(--black));
    padding: 8px 16px;
    border-radius: 50px;
    background-color: hsl(var(--base-two));
}

@media screen and (max-width: 767px) {
    .track__heading__tag {
        font-size: 14px;
        padding: 6px 12px;
    }
}

@media screen and (max-width: 374px) {
    .track__heading__tag {
        font-size: 12px;
    }
}

.track__item__title {
    font-size: 40px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    margin-bottom: 12px;
}

.trake__wrap {
    border-bottom: 1px solid hsl(var(--border-color));
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .trake__wrap {
        margin-bottom: 32px;
        padding-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .trake__wrap {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 575px) {
    .trake__wrap {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
}

.track__thumb {
    text-align: end;
}

@media screen and (max-width: 991px) {
    .track__heading {
        gap: 16px;
    }

    .track__heading__title {
        font-size: 56px;
    }

    .track__item__title {
        font-size: 30px;
    }

    .track__thumb {
        text-align: center;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .track__heading__title {
        font-size: 44px;
    }

    .track__item__title {
        font-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    .track__heading {
        gap: 12px;
    }

    .track__heading__title {
        font-size: 36px;
    }

    .track__item__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 1700px) {
    .drive-cta__thumb {
        bottom: -13px;

        width: 580px;
    }

    @media screen and (max-width: 1264px) {
        .drive-cta__thumb {
            width: 480px;
            bottom: -6px;
        }
    }
}

@media screen and (max-width: 1399px) {
    .driver-one__title {
        font-size: 65px;
    }

    .driver-one__content {
        width: 486px;
    }

    .driver-one__odometer {
        gap: 24px;
    }

    .driver-one__thumb {
        max-width: 482px;
    }

    .driver-steps__content {
        margin-left: 34px;
    }

    .drive-cta__thumb {
        width: 480px;
        bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .driver-one__content {
        width: 100%;
    }

    .driver-one__button {
        margin-bottom: 40px;
    }

    .driver-one__thumb {
        margin: auto;
    }

    .driver-one__title {
        font-size: 45px;
    }

    .driver-one__desc {
        font-size: 18px;
    }

    .get-started__thumb {
        text-align: center;
    }

    .driver-steps__content {
        margin-left: 0;
    }

    .drive-cta__content {
        padding: 32px 0;
    }

    .drive-cta__thumb {
        width: 100%;
        max-width: 520px;
        margin: 20px auto 0;
        bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .driver-one-section {
        padding-top: 60px;
    }

    .driver-features {
        padding: 24px;
    }

    .driver-features__icon {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 575px) {
    .driver-one__desc {
        font-size: 16px;
    }

    .driver-one__odometer__title {
        font-size: 20px;
    }

    .get-started__thumb {
        max-width: 330px;
        margin: auto;
    }

    .driver-steps__item {
        padding: 18px 0;
    }

    .drive-cta__content {
        padding: 40px 0;
    }

    .drive-cta__title {
        font-size: 32px;
        line-height: 1.2;
    }

    .drive-cta__thumb {
        max-width: 360px;
    }
}

@media screen and (max-width: 424px) {
    .driver-one__odometer__title {
        font-size: 20px;
    }

    .driver-one__title {
        font-size: 32px;
    }

    .driver-one__odometer {
        gap: 10px;
    }

    .driver-one__desc {
        font-size: 14px;
    }

    .driver-features__title {
        font-size: 20px;
    }

    .driver-features {
        border-radius: 16px;
    }
}

@media screen and (max-width: 375px) {
    .driver-one__odometer__desc {
        font-size: 12px;
    }

    .driver-one__button {
        flex-wrap: wrap;
    }

    .driver-one__button a {
        width: 100%;
    }

    .driver-one__line {
        height: 40px;
    }
}




.banner-section__search-form .input-group-custom__input,
.banner-section__search-form .input-group-custom__input:focus,
.banner-section__search-form .input-group-custom__input:active {
    color: hsl(var(--white)) !important;
    -webkit-text-fill-color: hsl(var(--white)) !important;
    caret-color: hsl(var(--white));
    opacity: 1 !important;
}

.banner-section__search-form .input-group-custom__input::-webkit-input-placeholder,
.banner-section__search-form .input-group-custom__input::-moz-placeholder,
.banner-section__search-form .input-group-custom__input:-ms-input-placeholder,
.banner-section__search-form .input-group-custom__input::-ms-input-placeholder,
.banner-section__search-form .input-group-custom__input::placeholder,
.banner-section__search-form .input-group-custom__input:focus::-webkit-input-placeholder,
.banner-section__search-form .input-group-custom__input:focus::-moz-placeholder,
.banner-section__search-form .input-group-custom__input:focus:-ms-input-placeholder,
.banner-section__search-form .input-group-custom__input:focus::-ms-input-placeholder,
.banner-section__search-form .input-group-custom__input:focus::placeholder {
    color: hsl(var(--white) / 0.72) !important;
    -webkit-text-fill-color: hsl(var(--white) / 0.72) !important;
    opacity: 1 !important;
}

.search-input-dropdown__item.highlighted {
    background-color: hsl(var(--base) / 0.05) !important;
    color: white;
}

.typing-loader-wrapper {
    height: 70px;
    cursor: default;
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #6c757d;
}

.typing-loader {
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
}

.typing-loader span {
    width: 12px;
    height: 12px;
    background-color: #6c757d;
    border-radius: 50%;
    animation: typingDot 1.4s infinite ease-in-out both;
}

.typing-loader span:nth-child(1) {
    animation-delay: 0s;
}

.typing-loader span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-loader span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typingDot {
    0% {
        opacity: 0.3;
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(-4px);
    }

    40% {
        opacity: 0.3;
        transform: translateY(0);
    }

    100% {
        opacity: 0.3;
    }
}

.typing-loader--lg span {
    width: 14px;
    height: 14px;
}

.typing-loader--lg {
    gap: 10px;
}

.typing-text {
    font-size: 0.9rem;
    font-style: italic;
}

.fare-loader-wrapper {
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fare-loader-wrapper .typing-text {
    font-size: 1rem;
}

.typing-loader--button {
    display: flex;
    gap: 4px;
}

.typing-loader--button span {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    animation: typingDot 1.2s infinite ease-in-out both;
}

.typing-loader--button span:nth-child(1) {
    animation-delay: 0s;
}

.typing-loader--button span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-loader--button span:nth-child(3) {
    animation-delay: 0.4s;
}

.currentLocationBtn .spinner-border {
    color: white !important;
}

.search-input-dropdown__no-results {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    pointer-events: none;
    color: #888;
    padding: 0.5rem 0;
    font-style: normal;
    width: 100%;
}

.mx-420 {
    max-width: 420px;
}

.location__icon {
    color: hsl(var(--white));
}

.search-input-dropdown__wrapper.is-initial-menu {
    padding: 8px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 5px;
    list-style: none;
    overflow: hidden;
}

.is-initial-menu .search-input-dropdown__item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f8f9fa;
    background-color: #fff;
}

.is-initial-menu .search-input-dropdown__item:hover,
.is-initial-menu .search-input-dropdown__item.highlighted {
    background-color: #f1f3f5;
}

.is-initial-menu .search-input-dropdown__item:last-child {
    border-bottom: none;
}

.is-initial-menu .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 10px;
    background: #f8f9fa;
    color: #6c757d;
    flex-shrink: 0;
}

.is-initial-menu .menu-option-current .menu-icon {
    color: #27ae60;
    background: rgba(39, 174, 96, 0.1);
}

.is-initial-menu .location-name {
    font-size: 16px;
    font-weight: 700;
    color: #343a40;
    line-height: 1.2;
    display: block;
}

.is-initial-menu .location-subtitle {
    font-size: 12px;
    font-weight: 400;
    color: #6c757d;
    margin-top: 2px;
}

.is-initial-menu .d-flex.flex-column {
    display: flex;
    flex-direction: column;
}

.drive-cta__btn {
    height: 56px;
    box-shadow: 0 1px 1px -0.5px var(--elevation-shadow, rgba(0, 0, 0, 0.04)), 0 3px 3px -1.5px var(--elevation-shadow, rgba(0, 0, 0, 0.04)), 0 3px 6px -2px var(--color-white-64, rgba(255, 255, 255, 0.64)) inset, 0 0 8px -2px var(--color-white-48, rgba(255, 255, 255, 0.48)) inset;

}


.easy-steps__item {
    display: flex;
    flex-direction: column;
}

.easy-steps__content {
    min-height: 190px;
}

.easy-steps__thumb {
    margin-top: auto;
}

@media screen and (max-width: 991px) {
    .easy-steps__item {
        display: block;
    }

    .easy-steps__content {
        min-height: auto;
    }

    .easy-steps__thumb {
        margin-top: 0;
    }
}

@media screen and (max-width: 1699px) {

    .drive-cta__card-title {
        font-size: 65px;
    }

    .drive-cta__thumb {
        bottom: -13px;
        width: 545px;
    }
}

@media screen and (max-width: 1399px) {
    .drive-cta__card-title {
        font-size: 53px;
    }


    .drive-cta__thumb {
        bottom: -43px;
        width: 436px;
    }


}

@media screen and (max-width: 1199px) {
    .drive-cta__thumb {
        bottom: 0;
    }

    .drive-cta__card-title {
        font-size: 48px
    }

    .track__heading__title {
        font-size: 44px;
    }

    .track__heading {
        gap: 14px;
    }

    .track__item__title {
        font-size: 34px;
    }
}

@media screen and (max-width: 768px) {
    .drive-cta__thumb {
        bottom: 0;
    }

    .drive-cta__card-title {
        font-size: 48px
    }

    .drive-cta__card-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 575px) {
    .drive-cta__card-title {
        font-size: 25px;
    }

    .track__heading__title {
        font-size: 30px;
    }

    .track__item__title {
        font-size: 25px;
    }
}

@media screen and (max-width: 424px) {
    .drive-cta__thumb {
        bottom: 0;
        width: 300px;
    }
}


.driver-one__odometer__title {
    display: flex;
    align-items: center;
}

.driver-one-section {
    margin-top: 22px;
}

.driver-one__content {
    margin-top: 54px;
}