/* ============================ Media Breakpoint for Each Device Start ============================ */
/* ================================== Font Size For responsive devices End =============================== */
/* Font Family*/
/* @import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Commissioner:wght@100..900&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Inter", serif;
    --body-font: "Inter",
        serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --heading-h: 79px;
    --base-h: 225;
    --base-s: 85%;
    --base-l: 55%;
    --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-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);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --light: 222 47% 11%;
    --text-color: 226 10% 42%;
    --body-color: 240 33% 99%;
    --black: 0 0% 0%;
    --border-color: 226 18% 86%;
    --section-bg: 220 17% 93%;
    --heading-color: var(--light);
    /* ================================ 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: 211;
    --primary-s: 100%;
    --primary-l: 50%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-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);
    /* Secondary Color */
    --secondary-h: 225;
    --secondary-s: 18%;
    --secondary-l: 65%;
    --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-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);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 36%;
    --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-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);
    /* Danger Color */
    --danger-h: 354;
    --danger-s: 70%;
    --danger-l: 54%;
    --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-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);
    /* Warning Color */
    --warning-h: 45;
    --warning-s: 100%;
    --warning-l: 51%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-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);
    /* Dark Color */
    --dark-h: 220;
    --dark-s: 10%;
    --dark-l: 10%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-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-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);
    /* Warning Color */
    --warning-h: 45;
    --warning-s: 100%;
    --warning-l: 51%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-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);
    /* Info Color */
    --info-h: 190;
    --info-s: 90%;
    --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-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);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
}

:root [data-theme=dark] {
    --white: 200 9% 7%;
    --black: 210 40% 98%;
    /* ============================== Dark Mood Color Modify End ============================== */
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align,
.dashboard .user-info__right,
.action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.dashboard .sidebar-submenu-list__link::before,
.alert__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,
.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15,
.dashboard .user-info .user-info-dropdown__link,
.dashboard .sidebar-submenu-list__link .icon,
.dashboard .sidebar-submenu-list__link {
    font-size: 0.9375rem;
}

.fs-16,
.dashboard .user-info__button::before,
.dashboard .dashboard-header .bd-btn,
.dashboard .sidebar-menu-list__link {
    font-size: 1rem;
}

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

    .fs-16,
    .dashboard .user-info__button::before,
    .dashboard .dashboard-header .bd-btn,
    .dashboard .sidebar-menu-list__link {
        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,
.user-profile-info__icon {
    font-size: 1.125rem;
}

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

    .fs-18,
    .user-profile-info__icon {
        font-size: 1.0625rem;
    }
}

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

    .fs-18,
    .user-profile-info__icon {
        font-size: 1rem;
    }
}

.fs-20,
.dashboard .sidebar-menu-list__link .icon {
    font-size: 1.25rem;
}

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

    .fs-20,
    .dashboard .sidebar-menu-list__link .icon {
        font-size: 1.125rem;
    }
}

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

    .fs-20,
    .dashboard .sidebar-menu-list__link .icon {
        font-size: 1.0625rem;
    }
}

/* ===================== 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(--text-color));
    word-break: break-word;
    background-color: hsl(var(--body-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: 1rem;
    font-weight: 400;
    margin: 0;
    color: hsl(var(--text-color));
    letter-spacing: -0.2px;
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.5;
    font-weight: 700;
}

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: 5rem;
}

@media screen and (max-width: 1399px) {
    h1 {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 2.25rem;
    }
}

h2 {
    font-size: 2.5rem;
}

@media screen and (max-width: 1399px) {
    h2 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 575px) {
    h2 {
        font-size: 1.5625rem;
    }
}

h3 {
    font-size: 1.875rem;
}

@media screen and (max-width: 1399px) {
    h3 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 1.4375rem;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 575px) {
    h3 {
        font-size: 1.25rem;
    }
}

h4 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
    h4 {
        font-size: 1.3125rem;
    }
}

@media screen and (max-width: 1199px) {
    h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    h4 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {
    h4 {
        font-size: 1.0625rem;
    }
}

h5 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    h5 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 1199px) {
    h5 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    h5 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    h5 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    h5 {
        font-size: 1rem;
    }
}

h6 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    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: 1.3;
}

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-d-200));
}

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:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg));
}

/* Bg Image Css */
.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

/* Hide Scroll bar Css For Custom Modal */
.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);
}

/* Overlay Start */
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    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;
}

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

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

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

/* Overlay End */
@media (max-width: 1920px) and (min-width: 1400px) {
    .p-left {
        padding-left: clamp(3.75rem, -37.476rem + 47.1154vw, 19.0625rem);
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .p-left {
        padding-left: clamp(2.5rem, -37.0729rem + 52.7638vw, 9.0625rem);
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .p-left {
        padding-left: clamp(1.5rem, -30.2488rem + 51.2077vw, 8.125rem);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .p-md-right {
        padding-right: clamp(2rem, -21.2466rem + 48.4305vw, 8.75rem);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .p-left {
        padding-left: clamp(2rem, -21.2466rem + 48.4305vw, 8.75rem);
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .p-md-right {
        padding-right: clamp(1.25rem, -17.4674rem + 52.0833vw, 7.5rem);
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .p-left {
        padding-left: clamp(1.25rem, -17.4674rem + 52.0833vw, 7.5rem);
    }
}

@media (max-width: 575px) {
    .p-left {
        padding: 0 10px;
    }
}

/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 20px;
    }
}

.section-heading__title {
    margin-bottom: 16px;
}

.section-heading__desc {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    font-size: 1rem;
}

@media (max-width: 575px) {
    .section-heading__desc {
        font-size: 0.875rem;
    }
}

.section-heading.style-left {
    text-align: left;
}

.section-heading.style-left .section-heading__desc {
    margin-left: 0;
}

@-webkit-keyframes section-name-blink {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.3;
    }
}

@keyframes section-name-blink {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.3;
    }
}

/* ====================== Section Heading En d==================== */
/* ================================= 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;
}

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

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

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

/* ================================= padding Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    border: 0;
    background-color: transparent !important;
    border-radius: 5px;
    overflow: hidden;
}

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

.custom--accordion .accordion-header {
    line-height: 1;
}

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

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

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

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

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

.custom--accordion .accordion-button {
    background-color: hsl(var(--section-bg));
    color: var(--heading-color);
    font-size: 1rem;
    padding: 15px;
    font-weight: 500;
}

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

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

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

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--black));
    background-color: hsl(var(--section-bg)) !important;
    -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: "\f068";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: unset;
}

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

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.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;
}

.btn {
    color: hsl(var(--white)) !important;
    padding: 13px 25px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:active {
    top: 1px;
}

.btn--lg {
    padding: 15px 29px;
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 12px 20px;
        font-size: 16px;
    }
}

.btn--sm {
    padding: 11px 18px !important;
    font-size: 16px;
}

.btn--xsm {
    padding: 7px 30px;
    font-size: 14px;
    line-height: unset;
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9375rem;
    padding: 0;
}

.btn--base {
    background-color: hsl(var(--base)) !important;
}

.btn--dark {
    background-color: hsl(var(--dark)) !important;
}

.btn--success {
    background-color: hsl(var(--success)) !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--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 {
    --secondary: 225, 18%, 65%;
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
    background-color: hsl(var(--secondary)) !important;
    border: 1px solid hsl(var(--secondary)) !important;
    opacity: 0.8;
}

.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--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--light {
    background-color: hsl(var(--light)) !important;
}

.btn--light:hover,
.btn--light:focus .btn--light:focus-visible {
    background-color: hsl(var(--light)) !important;
    border: 1px solid hsl(var(--light)) !important;
    opacity: 0.9;
}

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

.btn--white:hover,
.btn--white:focus .btn--light:focus-visible {
    background-color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--white)) !important;
    opacity: 0.9;
    color: hsl(var(--heading-color)) !important;
}

.btn-outline--light {
    background-color: transparent !important;
    border: 1px solid hsl(var(--light) / .1) !important;
    color: hsl(var(--light) / .75) !important;
}

.btn-outline--light:hover,
.btn-outline--light:focus .btn-outline--info:focus-visible {
    background-color: hsl(var(--light)) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--light)) !important;
}

.cmn-outline-btn {
    border-color: hsl(var(--heading-color)) !important;
    color: hsl(var(--heading-color)) !important;
    background-color: hsl(var(--white)) !important;
    font-weight: 400;
    position: relative;
    z-index: 1;
    transition: .3s linear;
}

.cmn-outline-btn:hover {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

.cmn-btn {
    background-color: hsl(var(--white)) !important;
    border: 1px solid transparent !important;
    color: hsl(var(--light)) !important;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 12px 20px;
    border-radius: 40px;

}

.cmn-btn.active,
.cmn-btn:hover {
    color: hsl(var(--base)) !important;
}

.back-btn {
    width: 32px;
    height: 32px;
    background-color: hsl(var(--white));
    border-radius: 50%;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--text-color));
    font-size: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F7F9), to(#EAECF0)) !important;
    background: linear-gradient(180deg, #F6F7F9 0%, #EAECF0 100%) !important;
    font-size: 14px;
    color: hsl(var(--text-color)) !important;
    padding: 7px 35px;
    border: 1px solid hsl(var(--border-color));
    -webkit-transition: 2s linear;
    transition: 2s linear;
    line-height: unset;
}

.dashboard-btn:active,
.dashboard-btn:focus,
.dashboard-btn:hover {
    border: 1px solid transparent !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F7F9), to(#EAECF0));
    background: linear-gradient(180deg, #F6F7F9 0%, #EAECF0 100%);
}

.btn--base {
    border: 1px solid hsl(var(--base));
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    border-radius: 5px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    background-color: hsl(var(--white));
    border: transparent;
}

.custom--card .card-header {
    padding: 12px 24px;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.custom--card .card-header .title {
    margin-bottom: 0;
}

.custom--card .card-body {
    background-color: hsl(var(--white));
    padding: 24px;
    border-radius: 5px;
}

.custom--card .card-footer {
    padding: 12px 24px;
    background-color: transparent;
    border-top: 1px solid hsl(var(--black)/0.1);
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    margin-bottom: 6px;
    font-size: 1rem;
    color: hsl(var(--heading-color));
    font-weight: 400;
}

.form-group {
    margin-bottom: 1.5rem;
}

/* Form Select */
.select {
    color: hsl(var(--black)/0.6) !important;
}

.select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--black)) !important;
}

.select option {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

/* Form Select End */
/* Form Control Start */
.form--control {
    border-radius: 8px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 9px 24px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--black));
    line-height: 1.5;
}

select.form--control.form-control {
    appearance: auto;
    padding-block: 10px;
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--text-color));
    font-size: 1rem;
}

.form--control::-moz-placeholder {
    color: hsl(var(--text-color));
    font-size: 1rem;
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--text-color));
    font-size: 1rem;
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--text-color));
    font-size: 1rem;
}

.form--control::placeholder {
    color: hsl(var(--text-color));
    font-size: 1rem;
}

.form--control:focus {
    border-color: hsl(var(--base));
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--black)/0.2);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--black)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--black));
}

.form--control[type=file] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::-webkit-file-upload-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--text-color)) !important;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--text-color)) !important;
}

.form--control[type=file]::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.form--control.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Form Control End */
textarea.form--control {
    height: 170px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
    caret-color: hsl(var(--black));
}

/* Autofill Css End */
/* input group */
.input--group {
    position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
    padding-right: 50px;
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Custom Checkbox Design */
.form--check a {
    display: inline;
}

.form--check .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--black)/0.2);
    cursor: pointer;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !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(--white));
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    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;
    }
}

/* Custom Radio Design */
.form--radio .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid hsl(var(--black)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form--radio .form-check-input:active {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type=radio] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--black)/0.2) !important;
    padding: 10px !important;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 40px;
    width: 36px;
    height: 20px;
    cursor: pointer;
}

.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::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-color: hsl(var(--white));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 20px);
    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% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

.form-two {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.form-two .form--control {
    background-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F7F9), to(#EAECF0));
    background: linear-gradient(180deg, #F6F7F9 0%, #EAECF0 100%);
    border: 0;
    padding: 10px 20px;
}

.form-two select.form--control {
    padding-block: 14px !important;
}

.form-two::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: hsl(var(--heading-color));
}

.form--control.select-style {
    background-color: hsl(var(--section-bg)) !important;
    border: 0 !important;
    -webkit-box-shadow: 0px 1px 2px 0px #0D10170F;
    box-shadow: 0px 1px 2px 0px #0D10170F;
    border-radius: 0 !important;
    border-bottom: 1px solid #CDD1D6 !important;
    padding: 8px 15px !important;
    color: hsl(var(--heading-color)) !important;
}

select.select-style option {
    color: hsl(var(--white)) !important;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal.gateway-modal .modal-header {
    border-bottom: 0 !important;
    padding: 24px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 4px 0px #0000000F;
    box-shadow: 0px 2px 4px 0px #0000000F;
    display: block;
}

@media screen and (max-width: 575px) {
    .custom--modal .modal-header {
        padding: 15px 10px;
    }
}

.custom--modal .modal-header .modal-title {
    font-size: 14px;
    margin-bottom: 4px;
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.custom--modal .modal-header__icon svg {
    stroke: hsl(var(--success));
}

.custom--modal .modal-header__text {
    color: hsl(var(--success));
    font-size: 12px;
}

.custom--modal.gateway-modal .modal-header .btn-close {
    background: transparent;
    padding: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.custom--modal .modal-header .btn-close i {
    color: hsl(var(--text-color));
    font-size: 1.5625rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    position: absolute;
    top: 20px;
    right: 20px;
}

@media screen and (max-width: 575px) {
    .custom--modal .modal-header .btn-close i {
        top: 12px;
        right: 12px;
        font-size: 18px;
    }
}

.custom--modal .modal-header .btn-close i:hover {
    color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--modal .modal-content {
    border-radius: 12px !important;
    background-color: hsl(var(--white));
}

.custom--modal .modal-body {
    padding: 20px 30px;
}

@media screen and (max-width: 575px) {
    .custom--modal .modal-body {
        padding: 15px 10px;
    }
}

.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: 20px 30px;
    border-top: 1px solid hsl(var(--black)/0.12);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.custom--modal .modal-footer-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
    gap: 10px 20px;
    padding-top: 0;
}

.custom--modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fade-in-scale {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fade.show.fade-in-scale {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.select2-container>span {
    width: 100%;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination .page-item.active .page-link {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.pagination .page-item.active .page-link::after {
    height: 2px;
}

.pagination .page-item .page-link {
    border: 0;
    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;
    padding: 0 3px;
    margin: 0 5px;
    background-color: transparent;
    font-weight: 400;
    color: hsl(var(--heading-color));
    position: relative;
    font-size: 14px;
}

.pagination .page-item .page-link::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: hsl(var(--base));
}

.pagination .page-item .page-link:hover {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.pagination .page-item .page-link:hover::after {
    height: 2px;
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__content {
    width: calc(100% - 35px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    font-size: 0.8125rem;
    color: hsl(var(--black)/0.7);
}

.action-buttons {
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.edit-btn {
    color: hsl(var(--base));
    font-size: 12px;
    font-weight: 500;
}

.delete-btn {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.08);
}

.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    text-align: center;
    padding: 15px 16px;
    color: hsl(var(--heading-color));
    font-family: var(--body-font);
    font-weight: 500;
    max-width: 170px;
    font-size: 1rem;
    border: 1px solid hsl(var(--black) / 0.05);
    background-color: #edeef1;
}

.table thead tr th:not(:last-child) {
    border-right: 0;
}

@media screen and (max-width: 1599px) {
    .table thead tr th {
        padding: 10px 20px;
    }
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 6px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 6px 0 0;
    text-align: right;
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody tr {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 6px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 35px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    font-weight: 500;
    max-width: 170px;
    font-size: 0.875rem;
    border-bottom: 1px solid hsl(var(--black) / 0.05);
}

.table tbody tr td:has(.empty-data)::before {
    display: none;
}

.table tbody tr td:has(.empty-data) {
    background-color: hsl(var(--white)) !important;
    border-radius: 0 0 12px 12px !important;
}

.table tbody tr td .empty-data {
    width: 100%;
}

@media screen and (max-width: 1599px) {
    .table tbody tr td {
        padding: 10px 20px;
    }
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 0.9375rem;
    color: hsl(var(--black));
    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(--black) / 0.05);
    font-size: 0.875rem;
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid hsl(var(--black) / 0.05);
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody {
        background-color: transparent;
    }

    .table--responsive--md tbody tr {
        display: block;
        border-bottom: 0 !important;
    }

    .table--responsive--md tbody tr:nth-child(odd) {
        background-color: hsl(var(--section-bg)) !important;
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom: 0 !important;
    }

    .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 15px;
        border: none;
        max-width: unset;
        background-color: transparent !important;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr td:has(.empty-data) {
        border-radius: 12px !important;
    }

    .table--responsive--md tbody tr:has(.empty-data) {
        border-radius: 12px !important;
    }

    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody {
        background-color: transparent;
    }

    .table--responsive--lg tbody tr {
        display: block;
        border-bottom: 0 !important;
    }

    .table--responsive--lg tbody tr:nth-child(odd) {
        background-color: hsl(var(--section-bg)) !important;
    }

    .table--responsive--lg tbody tr:last-child td {
        border-bottom: 0 !important;
    }

    .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 15px;
        border: none;
        max-width: unset;
        background-color: transparent !important;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg tbody tr td:has(.empty-data) {
        border-radius: 12px !important;
    }

    .table--responsive--lg tbody tr:has(.empty-data) {
        border-radius: 12px !important;
    }

    .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td:has(.empty-data) {
        border-radius: 12px !important;
    }

    .table--responsive--xl tbody tr:has(.empty-data) {
        border-radius: 12px !important;
    }

    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody {
        background-color: transparent;
    }

    .table--responsive--xl tbody tr {
        display: block;
        border-bottom: 0 !important;
    }

    .table--responsive--xl tbody tr:nth-child(odd) {
        background-color: hsl(var(--section-bg)) !important;
    }

    .table--responsive--xl tbody tr:last-child td {
        border-bottom: 0 !important;
    }

    .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 15px;
        border: none;
        max-width: unset;
        background-color: transparent !important;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl tbody tr td:has(.empty-data) {
        border-radius: 12px !important;
    }

    .table--responsive--xxl tbody tr:has(.empty-data) {
        border-radius: 12px !important;
    }

    .table--responsive--xxl thead {
        display: none;
    }

    .table--responsive--xxl tbody {
        background-color: transparent;
    }

    .table--responsive--xxl tbody tr {
        display: block;
        border-bottom: 0 !important;
    }

    .table--responsive--xxl tbody tr:nth-child(odd) {
        background-color: hsl(var(--section-bg)) !important;
    }

    .table--responsive--xxl tbody tr:last-child td {
        border-bottom: 0 !important;
    }

    .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 15px;
        border: none;
        max-width: unset;
        background-color: transparent !important;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    margin-bottom: 0px;
    background-color: hsl(var(--white));
    gap: 10px 24px;
}

@media screen and (max-width: 424px) {
    .custom--tab {
        gap: 10px 7px;
    }
}

.custom--tab .nav-item {
    border-bottom: 0;
    padding: 0px;
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--text-color));
    padding: 0px !important;
    background-color: transparent !important;
    border-radius: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0 !important;
    position: relative;
    font-weight: 400;
}

.custom--tab .nav-item .nav-link::after {
    position: absolute;
    content: "";
    bottom: -17px;
    width: 100%;
    height: 2px;
    background-color: hsl(var(--base));
    left: 0;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 424px) {
    .custom--tab .nav-item .nav-link::after {
        bottom: -12px;
    }
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 12px 15px;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--base));
    border: 0 !important;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--base));
}

.custom--tab .nav-item .nav-link.active::after {
    visibility: visible;
    opacity: 1;
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

.custom--tab.tab-two {
    margin-bottom: 30px;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--black)/0.05);
    padding-bottom: 16px;
}

@media screen and (max-width: 424px) {
    .custom--tab.tab-two {
        padding-bottom: 10px;
    }
}

.custom--tab.tab-two .nav-item .nav-link {
    color: hsl(var(--text-color));
}

@media screen and (max-width: 424px) {
    .custom--tab.tab-two .nav-item .nav-link {
        font-size: 14px;
    }
}

.custom--tab.tab-two .nav-item .nav-link.active {
    color: hsl(var(--base));
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    font-size: 0.75rem;
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.badge--base {
    background-color: hsl(var(--base)/0.15) !important;
    color: hsl(var(--base)) !important;
}

.badge--primary {
    background-color: hsl(var(--primary)/0.15) !important;
    color: hsl(var(--primary)) !important;
}

.badge--secondary {
    background-color: hsl(var(--secondary)/0.15) !important;
    color: hsl(var(--secondary)) !important;
}

.badge--success {
    background-color: hsl(var(--success)/0.15) !important;
    color: hsl(var(--success)) !important;
}

.badge--danger {
    background-color: hsl(var(--danger)/0.15) !important;
    color: hsl(var(--danger)) !important;
}

.badge--dark {
    background-color: hsl(var(--dark)) !important;
    color: hsl(var(--white)) !important;
}

.badge--warning {
    background-color: hsl(var(--warning)/0.15) !important;
    color: hsl(var(--warning)) !important;
}

.badge--info {
    background-color: hsl(var(--info)/0.15) !important;
    color: hsl(var(--info)) !important;
}

.badge-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid transparent;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.badge-icon.base-icon {
    border: 2px solid hsl(var(--base));
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.2);
}

.badge-icon.success-icon {
    border: 2px solid hsl(var(--success));
    color: hsl(var(--success));
    background-color: hsl(var(--success)/0.2);
}

.badge-icon.secondary-icon {
    border: 2px solid hsl(var(--secondary));
    color: hsl(var(--secondary));
    background-color: hsl(var(--secondary)/0.2);
}

.badge-icon.info-icon {
    border: 2px solid hsl(var(--info));
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.2);
}

.badge-icon.danger-icon {
    border: 2px solid hsl(var(--danger));
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.2);
}

.badge-icon.primary-icon {
    border: 2px solid hsl(var(--primary));
    color: hsl(var(--primary));
    background-color: hsl(var(--primary)/0.2);
}

.badge-icon.warning-icon {
    border: 2px solid hsl(var(--warning));
    color: hsl(var(--warning));
    background-color: hsl(var(--warning)/0.2);
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--white)) !important;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

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

.alert__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.alert__content {
    width: calc(100% - 24px);
    padding-left: 32px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    font-size: 1rem;
    color: hsl(var(--base-two)/0.8);
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--base-two)/0.5);
    display: block;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.8125rem;
    }
}

.alert__link {
    position: relative;
}

.alert__link:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.alert__link::before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.alert--base {
    border-color: hsl(var(--base)/0.6);
}

.alert--base .alert__icon {
    color: hsl(var(--base));
}

.alert--primary {
    border-color: hsl(var(--primary)/0.6);
}

.alert--primary .alert__icon {
    color: hsl(var(--primary));
}

.alert--success {
    border-color: hsl(var(--success)/0.6);
}

.alert--success .alert__icon {
    color: hsl(var(--success));
}

.alert--info {
    border-color: hsl(var(--info)/0.6);
}

.alert--info .alert__icon {
    color: hsl(var(--info));
}

.alert--danger {
    border-color: hsl(var(--danger)/0.6);
}

.alert--danger .alert__icon {
    color: hsl(var(--danger));
}

.alert--warning {
    border-color: hsl(var(--warning)/0.6);
}

.alert--warning .alert__icon {
    color: hsl(var(--warning));
}

.alert--secondary {
    border-color: hsl(var(--secondary)/0.6);
}

.alert--secondary .alert__icon {
    color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--white));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.preloader svg path {
    transition: all 0.3s ease;
}

.preloader svg path:nth-child(1) {
    animation: pathZoom 1s ease-in-out infinite;
}

.preloader svg path:nth-child(2) {
    animation: pathZoom 1.25s ease-in-out infinite;
}

.preloader svg path:nth-child(3) {
    animation: pathZoom 1.5s ease-in-out infinite;
}

@keyframes pathZoom {
    0% {
        transform: scale(0.92);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.92);
    }
}

.loader {
    width: fit-content;
    font-size: 32px;
    color: transparent;
    font-weight: 400;
    -webkit-text-stroke: 1px hsl(var(--base) / .4);
    background: radial-gradient(1.13em at 50% 1.6em, hsl(var(--base)) 99%, transparent 101%) calc(50% - 1.6em) 0/3.2em 100% text,
        radial-gradient(1.13em at 50% -0.8em, transparent 99%, hsl(var(--base)) 101%) 50% .8em/3.2em 100% repeat-x text;
    animation: textanimate 2s linear infinite;
    margin-top: -36px;
    margin-left: -32px;
}

@keyframes textanimate {
    to {
        background-position: calc(50% + 1.6em) 0, calc(50% + 3.2em) .8em
    }
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo {
    margin-right: 50px;
}

@media screen and (max-width: 1199px) {
    .navbar-brand.logo {
        margin-right: 20px;
    }
}

.navbar-brand.logo img {
    max-width: 170px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

.header {
    position: relative;
    background-color: hsl(var(--white));
    z-index: 5;
    left: 0;
    right: 0;
    padding: 16px 0;
    box-shadow: 0 100px 115px rgba(132, 148, 190, .11), 0 41.7776px 48.0443px rgba(132, 148, 190, .079074), 0 22.3363px 25.6868px rgba(132, 148, 190, .0655718), 0 12.5216px 14.3998px rgba(132, 148, 190, .055), 0 6.6501px 7.64762px rgba(132, 148, 190, .0444282), 0 2.76726px 3.18234px rgba(132, 148, 190, .030926);
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        background-color: hsl(var(--section-bg));
        padding: 10px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 101vh;
        border-bottom: 1px solid hsl(var(--border-color));
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    background-color: hsl(var(--white));
    position: sticky;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    top: 0px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    width: 100%;
    border-bottom: 1px solid hsl(var(--black) / .05);
}

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

.navbar {
    padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu .nav-item {
        position: relative;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-menu .nav-item {
        padding-right: 16px;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:last-child {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--heading-color)) !important;
    }

    .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link {
        font-weight: 600;
        font-size: 0.9125rem;
        color: hsl(var(--heading-color) / .7) !important;
        position: relative;
        cursor: pointer;
        padding: 0;
        /* ======================== Style two ================ */
    }


    .nav-menu .nav-item .nav-link:hover {
        color: hsl(var(--heading-color)) !important;
    }
}

@media (min-width: 1199px) {
    .nav-menu .nav-item .nav-link {
        padding: 6px;
    }
}


@media (min-width: 1200px) {
    .nav-menu .nav-item .nav-link {
        font-size: 1rem !important;
    }

    .nav-menu .nav-item {
        padding-right: 20px !important;
    }
}

.language-dropdown-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.language-dropdown-btn .thumb {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    border: 1px solid hsl(var(--black) / .1);
}

.language-dropdown-btn .thumb .img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.language-dropdown-btn .text {
    font-size: 1rem;
    font-weight: 700;
    color: hsl(var(--heading-color) / .7);
}

.dropdown-menu {
    box-shadow: none;
    background-color: hsl(var(--white));
    right: auto;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.95);
    left: 0px !important;
    display: unset !important;
    top: calc(100% + 12px) !important;
    position: absolute !important;
    padding: 16px;
    border-radius: 4px;
    transition: 0.15s linear;
    border: 1px solid hsl(var(--black)/0.1);
}

@media (max-width: 991px) {
    .dropdown-menu {
        left: auto !important;
        right: 0;
    }
}

.lang-box-link {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.875rem;
    color: hsl(var(--black));
    font-weight: 600;
    gap: 12px;
    padding: 6px 10px;
    transition: 0.15s linear;
}

.lang-box-link .thumb {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.lang-box-link .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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));
    padding-left: 24px;
}

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

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
    main {
        padding-top: 60px;
    }

    .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-item:first-child {
        border-bottom: none;
    }

    .nav-item:last-child>a {
        border-bottom: 0;
    }

    .nav-item .nav-link {
        margin-bottom: 8px;
        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(--black)/0.1);
        color: hsl(var(--heading-color));
    }

    .nav-item .nav-link::before {
        display: none;
    }

    .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .nav-item .nav-link.show[aria-expanded=true] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .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(--white));
        border-bottom: 1px solid hsl(var(--white)/0.2);
        margin-left: 20px;
        color: hsl(var(--white));
    }

    .dropdown-menu li .dropdown-item:hover,
    .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--black));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.5rem;
}

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

select {
    color: hsl(var(--text-color)) !important;
    background-color: transparent;
    border: 1px solid hsl(var(--white)/0.4);
    padding: 5px 8px;
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: 5px;
}


/* Login Registration */
.login-registration-list {
    gap: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 991px) {
    .login-registration-list {
        padding-left: 0;
        gap: 12px;
    }

    .login-registration-list .btn--sm {
        font-size: 13px;
        padding: 9px 14px;
    }
}


.login-registration-list .login {
    color: hsl(var(--heading-color) / .7);
    padding: 11px 0;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: 0.3s linear;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

/*=========== Custom Dropdown Css Start=========== */
.custom--dropdown {
    margin-left: 20px;
}

@media screen and (max-width: 1199px) {
    .custom--dropdown {
        margin-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .custom--dropdown {
        width: 90px;
    }
}

.custom--dropdown.open>.custom--dropdown__selected::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom--dropdown>.custom--dropdown__selected {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    padding-right: 30px;
}

.custom--dropdown>.custom--dropdown__selected::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f0d7";
    display: inline-block;
    position: absolute;
    margin-left: auto;
    width: unset !important;
    right: 10px;
    color: hsl(var(--heading-color));
    font-size: 12px;
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected::before {
        right: 2px;
    }
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected {
        padding-right: 15px;
    }
}

.custom--dropdown>.dropdown-list {
    position: absolute;
    background-color: hsl(var(--black));
    width: 100%;
    border-radius: 3px;
    -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: 5px;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    width: 85px;
    overflow-y: auto !important;
}

@media screen and (max-width: 991px) {
    .custom--dropdown>.dropdown-list {
        left: auto;
        right: 0;
        width: 80px;
    }
}

.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.open>.dropdown-list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
    background-color: hsl(var(--white)) !important;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.dropdown-list>.dropdown-list__item {
    padding: 10px 8px !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
}

.dropdown-list>.dropdown-list__item:hover {
    background-color: hsl(var(--base)) !important;
}

.dropdown-list>.dropdown-list__item:hover .text {
    color: hsl(var(--white)) !important;
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 24;
    height: 24;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    max-width: 24px !important;
    max-height: 24px !important;
    overflow: hidden;
    margin-right: 5px;
}

.custom--dropdown>.custom--dropdown__selected .text {
    width: calc(100% - 24px);
    padding-left: 4px;
    color: hsl(var(--heading-color)) !important;
}

.dropdown-list>.dropdown-list__item .text {
    width: calc(100% - 24px);
    padding-left: 4px;
    color: hsl(var(--black)) !important;
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
    background-color: hsl(var(--light));
    margin-top: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-area-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.15;
}

.footer-area__bottom-inner {
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    border-top: 1px solid hsl(var(--white) / .1);
    padding: 20px 0;
}

.footer-area__bottom-inner img {
    max-width: 170px;
    width: 100%;
}

.footer-area__bottom-text {
    color: hsl(var(--white) / .5);
    font-size: 14px;
    font-weight: 400;
}

.footer-area__bottom .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 24px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 575px) {
    .footer-area__bottom .footer-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .footer-area__bottom .footer-menu {
        gap: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-area__bottom .footer-menu__item {
    padding-bottom: 0;
}

.footer-area__bottom .footer-menu__link {
    color: hsl(var(--text-color));
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: underline;
}

.footer-area__bottom .footer-menu__link:hover,
.footer-area__bottom .footer-menu__link:focus {
    color: hsl(var(--base));
    text-decoration: underline;
}

.footer-item__logo {
    margin-bottom: 30px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 64px;
}

.footer-item__btn {
    text-align: center;
    border-bottom: 1px solid hsl(var(--white) / .1);
    margin-bottom: 32px;
    padding-bottom: 32px;
}

.footer-item__btn .title {
    margin-bottom: 12px;
    font-weight: 500;
    font-family: var(--body-font);
    color: hsl(var(--white));
}

.footer-item__btn .text {
    font-size: 0.9125rem;
    max-width: 720px;
    width: 100%;
    margin: 0 auto 32px;
    color: hsl(var(--white) / .75);
}

@media (max-width: 575px) {
    .footer-item__btn .text {
        font-size: 0.857rem;
    }
}

.footer-item__title {
    color: hsl(var(--white));
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
}

.social-list-wrapper {
    margin-top: 45px;
}

.social-list-wrapper__title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .social-list-wrapper {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .social-list-wrapper {
        margin-top: 15px;
    }
}

/* Footer List Item */
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    padding-bottom: 16px;
}

.footer-menu__item:last-child {
    padding-bottom: 0;
}

.footer-menu__link {
    color: hsl(var(--white) / .5);
    font-size: 0.875rem;
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

.form-wrapper {
    position: relative;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}

.form-wrapper .form--control {
    padding: 12px 24px;
    padding-right: 125px;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .form-wrapper .form--control {
        padding: 12px 15px;
        padding-right: 120px;
    }
}

.form-wrapper .btn {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    border-radius: 6px;
}

/* ============= Footer End Here ======================= */
/* ===================== 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-d-100));
}

.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.social-list__link {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--light));
    background-color: hsl(var(--white));
}

.social-list__link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
}

.breadcrumb__shape-thumb {
    position: absolute;
    top: 50px;
    right: 8%;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .breadcrumb__shape-thumb {
        right: 0%;
        max-width: 46%;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb__shape-thumb {
        max-width: 100%;
    }
}

.breadcrumb__shape-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background-color: hsl(var(--white));
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -2;
}

@media screen and (max-width: 575px) {
    .breadcrumb__shape-thumb::before {
        width: 200px;
        height: 200px;
        -webkit-filter: blur(50px);
        filter: blur(50px);
    }
}

.breadcrumb__shape-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 424px) {
    .breadcrumb .bg-shape {
        display: none;
    }
}

.breadcrumb .shape {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(38, 38, 38, 0.1)), to(rgba(255, 255, 255, 0))) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(38, 38, 38, 0.1) 50%, rgba(255, 255, 255, 0) 100%) !important;
    opacity: 0.3 !important;
}

.breadcrumb .shape::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3 !important;
    background: radial-gradient(133.41% 54.88% at -7.27% 50.1%, rgba(150, 150, 150, 0.14) 10%, rgba(150, 150, 150, 0) 79.07%) !important;
}

.breadcrumb__wrapper {
    padding: 75px 50px;
    background-color: hsl(var(--section-bg));
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .breadcrumb__wrapper {
        padding: 50px;
    }
}

@media screen and (max-width: 424px) {
    .breadcrumb__wrapper {
        padding: 30px;
    }
}

.breadcrumb__title {
    margin-bottom: 16px;
}

.breadcrumb__text {
    color: hsl(var(--heading-color));
}

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */

.dashboard .sidebar-logo {
    padding-left: 20px;
    border-bottom: 1px solid hsl(var(--black) / 0.07);
    height: var(--header-height);
    display: flex;
    align-items: center;
}

.dashboard .sidebar-logo img {
    max-height: 36px;
}

.dashboard .sidebar-menu {
    height: 100vh;
    background-color: hsl(var(--white));
    overflow-y: auto;
    transition: 0.2s linear;
    width: 300px;
    border-radius: 0;
    position: sticky;
    top: 0;
    z-index: 9;
    border-right: 1px solid hsl(var(--black) / .07);
}

@media (max-width: 991px) {
    .dashboard .sidebar-menu {
        z-index: 999;
        width: 300px;
        position: fixed;
        left: 0;
        top: 0;
        border: 0;
    }

}

.dashboard .sidebar-menu::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
    background: var(--base-gradient);
}

.dashboard .sidebar-menu__inner {
    width: 100%;
}

.dashboard .sidebar-menu.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@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__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--text-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-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: hsl(var(--base));
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
    color: hsl(var(--white));
}

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

.dashboard .sidebar-menu-list__link {
    text-decoration: none;
    position: relative;
    padding: 13px 20px;
    width: 100%;
    color: hsl(var(--text-color));
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
    font-family: var(--heading-font);
}

.dashboard .sidebar-menu-list__link:hover {
    background: hsl(var(--black) / 0.05);
    color: hsl(var(--black));
}

.dashboard .sidebar-menu-list__link.active {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
    margin-right: 8px;
    line-height: 1;
    text-align: center;
    border-radius: 4px;
    display: flex;
}

.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(--white));
    background: var(--base);
}

.dashboard .sidebar-submenu-list__link {
    padding: 12px 24px;
    display: block;
    color: hsl(var(--body-color));
    color: hsl(var(--white));
    font-weight: 500;
    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(--white)/0.8);
    border-radius: 50%;
}

.dashboard .sidebar-submenu-list__link:hover {
    background: var(--base);
}

.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    text-align: center;
    border-radius: 4px;
}

/* ============ User Profile Css Start ============ */
/* Sidebar User Info Css */
.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)/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;
    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;
    color: hsl(var(--heading-color));
}

.user-profile-info__desc {
    color: hsl(var(--body-color));
    font-size: 15px;
}

/* ========= User Profile Css End ============== */
/* ====== profile account css start here =======*/
.profile-account {
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
    margin: 0 24px;
}

.profile-account::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-mask-image: url(../images/shapes/d-1.png);
    -webkit-mask-size: 100% 100%;
    background: var(--base-gradient-two);
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.profile-account__icon {
    width: 26px;
    height: 26px;
    background: var(--base-gradient);
    border-radius: 50%;
    color: hsl(var(--black));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-account__name {
    color: hsl(var(--white));
    font-size: 18px;
    margin: 10px 0;
}

.profile-account .deposit__item {
    font-size: 18px;
    color: hsl(var(--white));
    font-weight: 600;
    margin-bottom: 5px;
}

.profile-account .deposit__item:last-child {
    margin-bottom: 0;
}

.profile-account .deposit__item .wallet {
    font-size: 14px;
    font-weight: 400;
}

/* ====== profile account css start here  ======*/
/* ================================= Dashboard Fluid Sidebar Css End =========================== */
/* ================================= Dashboard Css Start =========================== */
.dashboard {
    position: relative;
}

.dashboard__right {
    width: calc(100% - 300px);
}

@media screen and (max-width: 991px) {
    .dashboard__right {
        width: 100%;
        margin-left: 0;
    }
}

.dashboard .dropdown {
    display: inline-block !important;
}

.dashboard .dashboard-header {
    padding: 0 30px;
    background-color: hsl(var(--white));
    position: sticky;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid hsl(var(--black) / 0.07);
    margin-left: -1px;
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header {
        padding: 0 16px;
    }
}

.dashboard .dashboard-header__inner {
    padding: 15px 0;
    gap: 10px;
}


.dashboard .dashboard-header__right {
    gap: 15px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header__right {
        margin-top: 20px;
    }
}

.dashboard .dashboard-header__left {
    flex: 1;
}

.dashboard .dashboard-header__left .title {
    margin-bottom: 0;
}

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

.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 .user-info {
    position: relative;
}

.dashboard .user-info__thumb {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
}

.dashboard .user-info__thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.dashboard .user-info__button {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.dashboard .user-info__button:focus-visible {
    outline: none !important;
}

.dashboard .user-info__button::before {
    position: absolute;
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--heading-color));
    pointer-events: none;
}

.dashboard .user-info .user-info-dropdown {
    border-radius: 4px;
    overflow: hidden;
    transition: 0.25s linear;
    background-color: hsl(var(--white));
    box-shadow: 0px 0px 15px hsl(var(--white)/0.2);
    width: 200px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    border: 1px solid hsl(var(--black) / 0.05);
}

.dashboard .user-info .user-info-dropdown.show {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .dashboard .user-info .user-info-dropdown {
        transform: unset !important;
        top: 43px !important;
    }
}

.dashboard .user-info .user-info-dropdown__item:last-child .user-info-dropdown__link {
    border-bottom: 0 !important;
}

.dashboard .user-info .user-info-dropdown__link {
    padding: 8px 16px !important;
    color: hsl(var(--light)) !important;
    margin-left: 0 !important;
    width: 100%;
    text-align: left;
    border-radius: 5px;
}

.dashboard .user-info .user-info-dropdown__link.active {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.dashboard .user-info .user-info-dropdown__link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.dashboard .user-info__name {
    color: hsl(var(--heading-color));
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 14px;
}

.dashboard .user-info__desc {
    font-size: 14px;
}

@media screen and (max-width: 374px) {
    .dashboard .user-info__desc {
        display: none;
    }
}

.dashboard .user-info__right {
    gap: 25px;
}

@media screen and (max-width: 575px) {
    .dashboard .user-info__right {
        gap: 10px;
    }
}

.dashboard .dashboard-card__top {
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__top {
        margin-bottom: 20px;
    }
}

.dashboard .dashboard-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-card__inner {
        gap: 30px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.dashboard .dashboard-card__right {
    width: 350px;
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-card__right {
        width: 280px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__right {
        width: 100%;
    }
}

.dashboard .dashboard-card__left {
    width: calc(100% - 350px);
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-card__left {
        width: calc(100% - 280px);
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__left {
        width: 100%;
    }
}

.dashboard .dashboard-card__bottom {
    margin-top: 40px;
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-card__bottom {
        margin-top: 25px;
    }
}

.dashboard .dashboard-card__bottom .title {
    font-weight: 300;
    margin-bottom: 24px;
}

.dashboard .order-card {
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 6px;
}

@media screen and (max-width: 424px) {
    .dashboard .order-card {
        padding: 10px;
    }
}

.dashboard .order-card__thumb {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.dashboard .order-card .balance {
    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-bottom: 20px;
    gap: 10px;
}

.dashboard .order-card .balance__title {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.dashboard .order-card .balance__number {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.dashboard .order-card .balance__text {
    font-size: 12px;
}

.dashboard .order-card .input-amount {
    position: relative;
    margin-bottom: 20px;
}

.dashboard .order-card .input-amount .form--control {
    padding-right: 65px;
}

.dashboard .order-card .input-amount__thumb {
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dashboard .order-card .input-amount__thumb img {
    max-width: 20px;
    max-height: 20px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.dashboard .order-card .input-amount__thumb .text {
    color: hsl(var(--heading-color));
    font-size: 14px;
}

.dashboard .information-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
    .dashboard .information-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 7px;
    }
}

.dashboard .information-item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .dashboard .information-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 7px;
    }
}

.dashboard .information-item__left {
    width: 250px;
}

@media screen and (max-width: 1499px) {
    .dashboard .information-item__left {
        width: 200px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .information-item__left {
        width: 100%;
    }
}

.dashboard .information-item__right {
    width: calc(100% - 250px);
}

@media screen and (max-width: 1499px) {
    .dashboard .information-item__right {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .information-item__right {
        width: 100%;
    }
}

.dashboard .information-item__right .inner-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 575px) {
    .dashboard .information-item__right .inner-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}

.dashboard .card-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media screen and (max-width: 1199px) {
    .dashboard .card-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}

.dashboard .card-details__wrapper {
    background-color: hsl(var(--section-bg));
    padding: 16px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 20px;
}

@media screen and (max-width: 1499px) {
    .dashboard .card-details__wrapper {
        grid-template-columns: repeat(auto-fit, minmax(160px, auto));
    }
}

.dashboard .card-details__thumb {
    max-width: 380px;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

@media screen and (max-width: 1499px) {
    .dashboard .card-details__thumb {
        max-width: 300px;
    }
}

.dashboard .card-details__content {
    width: calc(100% - 380px);
}

@media screen and (max-width: 1499px) {
    .dashboard .card-details__content {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .card-details__content {
        width: 100%;
    }
}

.dashboard .card-details__title {
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 20px;
}

.dashboard .card-details .text {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.dashboard .card-details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

@media screen and (max-width: 1499px) {
    .dashboard .card-details-item {
        gap: 20px;
    }
}

.dashboard .card-details-item__icon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    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;
    font-size: 20px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dashboard .card-btn-group {
    gap: 10px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .dashboard .card-btn-group {
        gap: 10px 15px;
    }
}

.dashboard .card-btn-group .card-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    color: hsl(var(--heading-color));
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .dashboard .card-btn-group .card-btn {
        gap: 8px;
    }
}

.dashboard .card-btn-group .card-btn__icon {
    width: 45px;
    height: 45px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    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;
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .dashboard .card-btn-group .card-btn__icon {
        width: 35px;
        height: 35px;
        font-size: 17px;
    }
}

.dashboard .dashboard-body {
    position: relative;
    padding: 30px;
    min-height: calc(100vh - var(--header-height) - 1px);
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body {
        padding: 24px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-body {
        padding: 16px 0;
    }
}

.dashboard .dashboard-body__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.dashboard .dashboard-body__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.dashboard .dashboard-body__header .dashboard-body__title {
    margin-bottom: 0;
}

.dashboard .dashboard-body__title {
    margin-bottom: 30px;
    font-family: var(--body-font);
}

.dashboard .transfer-history-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.dashboard .transfer-history-wrapper .transfer-system {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background-color: hsl(var(--white));
    padding: 30px;
    border-radius: 12px;
    border: 1px solid hsl(var(--black) / 0.05);
    background: transparent linear-gradient(100deg, hsl(var(--base) / 0.03) 0%, hsl(var(--white)) 100%) 0 0 no-repeat;
}

@media screen and (max-width: 575px) {
    .dashboard .transfer-history-wrapper .transfer-system {
        padding: 20px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .transfer-history-wrapper .transfer-system {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.dashboard .transfer-history-wrapper .transfer-system__thumb {
    max-width: 80px;
}

.dashboard .transfer-history-wrapper .transfer-system__title {
    margin-bottom: 4px;
}

.dashboard .transfer-history-wrapper .transfer-system__desc {
    margin-bottom: 12px;
    max-width: 650px;
}

.dashboard .transfer-history-wrapper .transfer-system__content {
    width: calc(100% - 80px);
}

@media screen and (max-width: 424px) {
    .dashboard .transfer-history-wrapper .transfer-system__content {
        width: 100%;
    }
}

.dashboard-widget {
    --wdget-bg1: #ddf4ed;
    --wdget-bg2: #faeddc;
    --wdget-bg3: #e3f3fe;
    --wdget-bg4: #efe9fb;
    --wdget-bg5: #c7ffa096;
    --wdget-bg6: #ffd6cc;
}

.dashboard-widget-wrapper div[class*="col"]:nth-child(1) .dashboard-widget {
    background-color: var(--wdget-bg1);
}

.dashboard-widget-wrapper div[class*="col"]:nth-child(2) .dashboard-widget {
    background-color: var(--wdget-bg2);
}

.dashboard-widget-wrapper div[class*="col"]:nth-child(3) .dashboard-widget {
    background-color: var(--wdget-bg3);
}

.dashboard-widget-wrapper div[class*="col"]:nth-child(4) .dashboard-widget {
    background-color: var(--wdget-bg4);
}

.dashboard-widget-wrapper div[class*="col"]:nth-child(5) .dashboard-widget {
    background-color: var(--wdget-bg5);
}

.dashboard-widget-wrapper div[class*="col"]:nth-child(6) .dashboard-widget {
    background-color: var(--wdget-bg6);
}

.dashboard .dashboard-widget {
    padding: 20px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s linear;
    height: 100%;
    background-color: var(--wdget-bg1);
    border: 1px solid hsl(var(--black) / .1);

    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.dashboard .dashboard-widget:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.dashboard-widget__description {
    font-weight: 600;
    color: hsl(var(--text-color));
    font-size: 15px;
}

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

.dashboard-widget__left {
    flex: 1;
}

.dashboard .dashboard-widget__icon {
    font-size: 3rem;
    color: hsl(var(--black) / .15);
    display: flex;
}

.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__number {
    margin-bottom: 0px;
}

.dashboard .dashboard-widget__title {
    margin-bottom: 16px;
    font-size: 1rem;
    color: hsl(var(--black));
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__title {
        font-size: 0.8125rem;
    }
}


.dashboard .dashboard-widget__count {
    text-decoration: underline;
    color: hsl(var(--text-color));
}

.dashboard .dashboard-widget__date {
    position: relative;
}

.dashboard .dashboard-widget__date .form--control {
    border: 0;
    background-color: transparent;
    padding: 0;
    color: hsl(var(--text-color)) !important;
}

.dashboard .dashboard-widget__date select {
    background-image: none !important;
}

.dashboard .dashboard-widget__date select option {
    color: hsl(var(--white)) !important;
}

.dashboard .dashboard-table {
    margin-top: 30px;
}

.dashboard .dashboard-table__title {
    margin-bottom: 16px;
}

/* page list css start here */
.transfer-process__wrapper .amount-entry {
    width: 100% !important;
    min-width: unset !important;
}

@media screen and (max-width: 1199px) {
    .transfer-process__wrapper .amount-entry {
        padding: 60px 50px !important;
    }
}

@media screen and (max-width: 424px) {
    .transfer-process__wrapper .amount-entry {
        padding: 30px !important;
    }
}

.transfer-process__wrapper .payment-details {
    width: 100% !important;
}

.transfer-process__wrapper .transfer-summary {
    position: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    top: unset !important;
    left: 50%;
    visibility: unset !important;
    opacity: unset !important;
    max-width: unset !important;
    width: unset !important;
    min-width: unset !important;
    padding: 20px;
}

.page-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: step;
}

.page-list::before {
    position: absolute;
    content: "";
    top: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95%;
    height: 2px;
    background-color: hsl(var(--border-color));
}

@media screen and (max-width: 767px) {
    .page-list::before {
        width: 89% !important;
    }
}

@media screen and (max-width: 424px) {
    .page-list::before {
        width: 87% !important;
    }
}

.page-list .nav-item {
    border-bottom: 0;
    padding: 3px;
    position: relative;
}

.page-list .nav-item::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    bottom: 8px;
    color: hsl(var(--text-color));
    font-size: 12px;
    top: -26px;
    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;
    counter-increment: step;
    content: counter(step);
}

.page-list .nav-item .nav-link {
    padding: 0 !important;
    background-color: transparent !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0 !important;
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--text-color));
}

.page-list .nav-item .nav-link::before {
    position: absolute;
    content: "";
    top: -34px;
    left: 50%;
    width: 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 32px;
    border-radius: 50%;
    border: 2px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .page-list .nav-item .nav-link::before {
        display: block !important;
    }
}

.page-list .nav-item .transfer-item__title {
    margin-top: 10px;
}

.page-list .nav-item.active.nav-item::after {
    color: hsl(var(--white));
    content: "\f00c" !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
}

.page-list .nav-item.active.nav-item .nav-link::before {
    background-color: hsl(var(--base));
    border: 0;
}

.page-list .nav-item.active .transfer-item__title {
    color: hsl(var(--base));
}

/*==================== credit card css start here ====================*/
.credit-card-wrapper {
    margin-top: 30px;
}

.credit-card-wrapper__title {
    margin-bottom: 15px;
}

.credit-card-wrapper .card-slider .slick-next {
    right: 0px !important;
}

.card-item {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border-radius: 20px;
}

.card-item:hover .card-item__thumb {
    -webkit-box-shadow: 9.73px 12.16px 19.46px 0px #0000000D;
    box-shadow: 9.73px 12.16px 19.46px 0px #0000000D;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.card-item__thumb {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.card-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-item__content {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-item__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.card-item__btn {
    color: hsl(var(--text-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

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

.card-item__btn:hover .icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.card-item__btn .icon {
    font-size: 20px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid hsl(var(--border-color));
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: hsl(var(--border-color));
}

.card-item__text .title {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.card-slider-two .slick-prev {
    left: -15px !important;
}

.card-slider-two .slick-next {
    right: -15px !important;
}

@media screen and (max-width: 425px) {
    .card-slider-two .slick-next {
        right: 10px !important;
    }

    .card-slider-two .slick-prev {
        left: 10px !important;
    }
}

.card-slider-two .slick-arrow {
    top: calc(50% - 16px);
}

.credit-card-wrapper .slick-list.draggable {
    padding-bottom: 25px;
    margin-bottom: -20px;
}

/*==================== credit card css end here ====================*/
.amount-wrapper {
    background-color: hsl(var(--white));
    border-radius: 12px;
    overflow: hidden;
    max-width: 480px;
    min-width: 310px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99;
    padding: 25px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.amount-wrapper.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    z-index: 99991;
}

.amount-wrapper__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.amount-wrapper__top .title {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.amount-wrapper__top .close-icon {
    width: 32px;
    height: 32px;
    background-color: hsl(var(--section-bg));
    border-radius: 50%;
    border: 1px solid hsl(var(--border-color));
    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;
    font-size: 20px;
    color: hsl(var(--text-color));
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.amount-wrapper__top .close-icon:hover,
.amount-wrapper__top .close-icon:focus {
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
    border-color: transparent;
}

.card-info-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    gap: 15px;
    margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .card-info-wrapper {
        margin-bottom: 25px;
        grid-template-columns: repeat(auto-fit, minmax(70px, auto));
        gap: 10px;
    }
}

.card-info-wrapper .card-info__title {
    font-size: 14px;
}

.card-info-wrapper .card-info .text {
    font-size: 14px;
    font-weight: 500;
    margin-top: 3px;
    color: hsl(var(--heading-color));
}

.amount-input .form--control {
    border: 0 !important;
    padding: 0 !important;
    font-size: 40px;
    font-weight: 300;
    max-width: 200px;
    line-height: 1;
}

.amount-input .form--control::-webkit-input-placeholder {
    color: hsl(var(--text-color));
    font-size: 40px;
}

.amount-input .form--control::-moz-placeholder {
    color: hsl(var(--text-color));
    font-size: 40px;
}

.amount-input .form--control:-ms-input-placeholder {
    color: hsl(var(--text-color));
    font-size: 40px;
}

.amount-input .form--control::-ms-input-placeholder {
    color: hsl(var(--text-color));
    font-size: 40px;
}

.amount-input .form--control::placeholder {
    color: hsl(var(--text-color));
    font-size: 40px;
}

.payment-card-wrapper .title {
    color: hsl(var(--heading-color));
    font-weight: 500;
    margin-bottom: 8px;
}

.deposit-card:has(.payment-card-wrapper) {
    background: transparent linear-gradient(100deg, hsl(var(--base) / 0.03) 0%, hsl(var(--white)) 100%) 0 0 no-repeat;
}

.payment-card-wrapper {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.payment-card-wrapper .text {
    font-size: 14px;
    margin-bottom: 20px;
}

.payment-card-wrapper .card-list__item {
    max-width: 45px;
}

.payment-card-wrapper .card-list__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.deposit-card-wrapper {
    margin-top: 30px;
}

.deposit-card-wrapper .deposit-card {
    padding: 20px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    border-radius: 12px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .deposit-card-wrapper .deposit-card {
        padding: 10px;

    }
}

.deposit-card-wrapper .deposit-card__title {
    color: hsl(var(--heading-color));
    font-weight: 500;
    margin-bottom: 16px;
}

.deposit-card-wrapper .deposit-card .amount-input {
    margin-top: 30px;
}

.deposit-card-wrapper .deposit-card .payment-card-wrapper {
    margin-top: 0;
}

/* transfer wrapper css start here */
.transfer-card {
    max-width: 920px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.transfer-card.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 99991;
}

@media (min-width: 992px) {
    .dashboard-body:has(.transfer-card-info) {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.transfer-card-info {
    border-radius: 12px;
    overflow: hidden;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.transfer-card-info__body {
    padding: 24px;
    border: 1px solid hsl(var(--black) / 0.1);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background-color: hsl(var(--white));
}

@media (max-width: 575px) {
    .transfer-card-info__body {
        padding: 16px;
    }
}

.transfer-card-info .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: hsl(var(--section-bg));
    padding: 9px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.transfer-card-info .top .title {
    margin-bottom: 0;
}

.transfer-card-info .top .icon {
    color: hsl(var(--white));
    font-size: 24px;
}

.card-button {
    margin-top: 35px;
}

/* transfer wrapper css end here */
.transfer-money-wrapper {
    max-width: 920px;
    min-width: 310px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99;
    padding: 25px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .transfer-money-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.transfer-money-wrapper.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    z-index: 99991;
}

.amount-entry {
    background-color: hsl(var(--white));
    border-radius: 12px;
    overflow: hidden;
    width: 520px;
    min-width: 310px;
    padding: 65px 100px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .amount-entry {
        width: 400px;
        padding: 60px;
    }
}

@media screen and (max-width: 575px) {
    .amount-entry {
        width: 300px;
        padding: 30px;
    }
}

.amount-entry .title {
    color: hsl(var(--heading-color));
    margin-bottom: 35px;
    font-weight: 500;
}

.amount-entry .card-button {
    margin-top: 50px;
}

.payment-details {
    width: 380px;
    border-radius: 12px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .payment-details {
        width: 300px;
    }
}

.payment-details__title {
    margin-bottom: 0;
    color: hsl(var(--white));
    line-height: 1;
}

.payment-details__top {
    background-color: hsl(var(--secondary));
    padding: 18px 20px;
}

.payment-details__body {
    background-color: hsl(var(--section-bg));
}

.payment-details__content {
    padding: 20px;
}

.payment-details .payment-media {
    padding: 10px 20px;
    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;
    gap: 10px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.payment-details .payment-media__text {
    font-size: 12px;
    font-weight: 500;
}

.payment-details .transfer-list {
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px dashed hsl(var(--border-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.payment-details .transfer-list__item {
    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;
    gap: 10px;
}

.payment-details .text {
    font-size: 14px;
}

.payment-details .amount {
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--heading-color));
}

.payment-details .amount-list__item {
    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;
    gap: 10px;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.payment-details .amount-list__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* transfer summary css start */
.transfer-summary {
    background-color: hsl(var(--white));
    border-radius: 12px;
    overflow: hidden;
    width: 920px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99;
    padding: 25px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    height: 90vh;
    overflow-y: auto;
}

@media screen and (max-width: 991px) {
    .transfer-summary {
        width: unset;
        max-width: 600px;
        min-width: 350px;
    }
}

@media screen and (max-width: 767px) {
    .transfer-summary {
        min-width: 310px;
    }
}

.transfer-summary__text {
    font-size: 14px;
}

.transfer-summary.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    z-index: 99991;
}

.transfer-summary__top {
    position: relative;
    margin-bottom: 20px;
}

.transfer-summary__top .title {
    margin-bottom: 12px;
    font-size: 1.25rem;
}

.transfer-summary__top .close-icon {
    width: 32px;
    height: 32px;
    background-color: hsl(var(--section-bg));
    border-radius: 50%;
    border: 1px solid hsl(var(--border-color));
    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;
    font-size: 20px;
    color: hsl(var(--text-color));
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    right: 0;
    top: 0;
}

.transfer-summary__top .close-icon:hover,
.transfer-summary__top .close-icon:focus {
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
    border-color: transparent;
}

.transfer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
}

.transfer-info .recipient-info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.transfer-info .recipient-info__top .title {
    font-weight: 500;
    margin-left: 5px;
}

.transfer-info .recipient-info__top .title-icon {
    font-size: 20px;
}

.transfer-info .contact-list {
    background-color: hsl(var(--section-bg));
    padding: 16px 20px;
}

@media screen and (max-width: 424px) {
    .transfer-info .contact-list {
        padding: 12px;
    }
}

.transfer-info .contact-list__item {
    border-bottom: 1px solid hsl(var(--border-color));
    margin-bottom: 12px;
    padding-bottom: 12px;
    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;
}

.transfer-info .contact-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.transfer-info .contact-list__item .text {
    font-size: 14px;
}

.transfer-info .contact-list__item .title {
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--heading-color));
    text-align: right;
}

/* transfer summary css start here */
/* ============== Dashboard Css End ============== */
/*========= payment method css start here =========*/
.payment-system-list {
    --thumb-width: 80px;
    --thumb-height: 32px;
    --border-color: hsl(var(--white) / .1);
    --hover-border-color: hsl(var(--base));
    padding-right: 10px;
    height: 100%;
}

.payment-system-list.border-style {
    border-left: 1px solid hsl(var(--black)/0.3);
    border-radius: 0;
}

@media (max-width: 991px) {
    .payment-system-list.border-style {
        border-left: 0;
        border-top: 1px solid hsl(var(--border-color));
    }
}

hr {
    border-top: 1px solid hsl(var(--black)/0.3);
    opacity: 1;
}

.payment-system-list.is-scrollable {
    max-height: min(600px, 70vh);
    overflow-x: auto;
}

.modal .payment-system-list.is-scrollable {
    max-height: min(520px, 70vh);
    overflow-x: auto;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.2);
    border-radius: 10px;
}

.payment-item {
    width: 100%;
    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;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    margin-bottom: 16px;
    padding: 16px 10px;
    border: 1px solid hsl(var(--black)/0.1) !important;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    line-height: 1;
}

.payment-item__radio {
    display: none;
}

.payment-item:has(.payment-item__radio:checked) {
    background-color: hsl(var(--section-bg));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.check-type-icon {
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--black)/0.3);
    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%;
    color: hsl(var(--white));
}

.check-circle {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.payment-item:has(.payment-item__radio:checked) .payment-item__name {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.payment-item:has(.payment-item__radio:checked) .check-type-icon {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.payment-item:has(.payment-item__radio:checked) .check-circle {
    color: hsl(var(--white));
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payment-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
    width: var(--radio-size);
    height: var(--radio-size);
    border: 1px solid hsl(var(--base));
    display: inline-block;
    border-radius: 100%;
}

.payment-item__name {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 14px;
}

.payment-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.payment-item__thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.payment-item__thumb img {
    max-width: var(--thumb-width);
    max-height: var(--thumb-height);
    -o-object-fit: cover;
    object-fit: cover;
}

.deposit-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.deposit-info__amount .form--control {
    border: 1px solid hsl(var(--black)/0.1) !important;
}

.deposit-info__title {
    max-width: 50%;
    margin-bottom: 0px;
    text-align: left;
}

.deposit-info__input {
    max-width: 50%;
    text-align: right;
    width: 100%;
}

.deposit-info__input-select {
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 5px;
    padding-block: 6px;
}

.deposit-info__input-group {
    border: 1px solid hsl(var(--border-color));
    border-radius: 5px;
}

.deposit-info__input-group-text {
    -ms-flex-item-align: center;
    align-self: center;
    padding-inline: 16px;
    border: 0;
    background: transparent;
}

.deposit-info__input-group:has(.form--control:-moz-read-only) {
    background: hsl(var(--white)/0.05);
}

.deposit-info__input-group:has(.form--control:disabled),
.deposit-info__input-group:has(.form--control:read-only) {
    background: hsl(var(--white)/0.05);
}

.deposit-info__input-group:has(.form--control:-moz-read-only) .form--control {
    background: transparent;
    border: 0 !important;
}

.deposit-info__input-group:has(.form--control:disabled) .form--control,
.deposit-info__input-group:has(.form--control:read-only) .form--control {
    background: transparent;
    border: 0 !important;
}

.deposit-info__input-group .form--control {
    padding: 5px;
    border: 0;
    height: 35px;
    text-align: right;
}

.deposit-info__input-group .form--control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
    font-size: 14px;
}

.deposit-info__title .text.has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.total-amount {
    border-top: 1px solid hsl(var(--border-color)) !important;
}

.total-amount .deposit-info__title {
    font-weight: 600;
}

.payment-item__btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: hsl(var(--base));
    text-decoration: underline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 500;
}

.payment-item__btn-text,
.payment-item__btn__icon {
    color: hsl(var(--success));
    font-size: 14px;
    font-weight: 600;
}

button .spinner-border {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}

.adjust-height .payment-system-list.is-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/*=========================== payment method css end here ===========================*/
/* ================= Slick Arrow & Dots 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%;
    transform: translateY(-50%);
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    color: hsl(var(--black));
    border: 0;
    background-color: hsl(var(--white));
    font-size: 20px;
    box-shadow: 0px 5px 30px hsl(var(--black) / .1);
}

.slick-next {
    right: 3%;
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 0;
    }
}

.slick-prev {
    left: -10px;
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 0;
    }
}

.slick-arrow.slick-disabled {
    visibility: hidden;
}

/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--black)/0.2);
    color: hsl(var(--white));
    margin: 0 3px;
    width: 5px;
    height: 5px;
    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: 15px;
    border-radius: 30px;
}

.card-slider .slick-prev {
    left: 0 !important;
}

/* Dots Css End */
/* ================= Slick Arrow & Dots 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;
    gap: 4px;
}

.rating-list__item {
    color: hsl(var(--white));
    width: 20px;
    height: 20px;
    background-color: hsl(var(--success));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rating-list__item.without-fill {
    background-color: hsl(var(--black)/0.05);
}

.rating-list__text {
    color: hsl(var(--text-color));
}

/* ================================= Start Rating Css End =========================== */
/* =========================== Banner Section Start Here ========================= */
.banner-section {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding-top: 70px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section {
        padding-top: 45px;
    }
}

.banner-content {
    text-align: center;
}

.banner-content__title {
    line-height: 1.2;
    font-size: 4.3rem;
    max-width: 920px;
    margin: 0 auto 30px;
}

@media (max-width: 1199px) {
    .banner-content__title {
        font-size: 3.75rem;
    }
}

@media (max-width: 991px) {
    .banner-content__title {
        font-size: 3.5rem;
    }
}

@media (max-width: 767px) {
    .banner-content__title {
        font-size: 2.8rem;
    }
}

@media (max-width: 575px) {
    .banner-content__title {
        font-size: 2.25rem;
    }
}

@media (max-width: 424px) {
    .banner-content__title {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }
}

.banner-content__desc {
    max-width: 600px;
    margin: 0 auto;
    font-size: 20px;
    color: hsl(var(--heading-color) / .8);
}

@media screen and (max-width: 767px) {
    .banner-content__desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__desc {
        font-size: 16px;
    }
}

.banner-content__button {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 424px) {
    .banner-content__button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__button .btn {
        width: 100%;
    }
}

.banner-content__bottom {
    margin-top: 120px;
}

@media screen and (max-width: 991px) {
    .banner-content__bottom {
        margin-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__bottom {
        margin-top: 60px;
    }
}

.banner-content__thumb {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: -120px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .banner-content__thumb {
        margin-bottom: -80px;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__thumb {
        margin-bottom: -40px;
    }
}

.banner-content__thumb::after {
    position: absolute;
    content: "";
    bottom: -164px;
    left: 50%;
    width: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    border-radius: 50%;
    z-index: -2;
    background: #2B5BEE;
    -webkit-filter: blur(203px);
    filter: blur(203px);
}

.banner-content__shape {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: #bfcefa38;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .banner-content__shape {
        width: 300px;
        height: 300px;
        top: 50%;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__shape {
        width: 200px;
        height: 200px;
        top: 50%;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__shape {
        display: none;
    }
}

.banner-content__shape::after {
    position: absolute;
    content: "";
    top: 0;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: rgba(191, 206, 250, 0.3);
    z-index: -1;
    -webkit-animation: animation 3s ease-in-out infinite;
    animation: animation 3s ease-in-out infinite;
    border: 1px solid rgba(191, 206, 250, 0.8);
}

.banner-content__shape::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: rgba(191, 206, 250, 0.16);
    z-index: -1;
    -webkit-animation: animation 3s ease-in-out infinite;
    animation: animation 3s ease-in-out infinite;
    border: 1px solid rgba(191, 206, 250, 0.8);
}

@-webkit-keyframes animation {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }
}

@keyframes animation {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }
}

/* =========================== Banner Section End Here ========================= */

/*===================== trust section start here =====================*/

.trust-section {
    --icon-wh: 70px;
}

.trusted-section-top {
    padding-bottom: calc(var(--icon-wh) / 2);
}

.trusted-section-bottom {
    position: relative;
    z-index: 1;


}

.trusted-section-bottom::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #ff4800 0, #d054bc 26.56%, #0092f4 54.69%, #0092f4 54.7%, #15c474 100%);
    z-index: -1;
}

.trust-section .trusted-wrapper {
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-section .trusted-item {
    text-align: center;
    margin-top: calc(-1 * var(--icon-wh) / 2);
    padding-inline: 12px;
}

.trusted-item .icon {
    border: 6px solid #f7f7f7;
    height: var(--icon-wh);
    width: var(--icon-wh);
    border-radius: 50%;
    display: grid;
    place-content: center;
    margin: 0 auto 12px;
    font-size: 32px;
    background-color: hsl(var(--white));
}

.trust-section .trusted-item__title {
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .trusted-item__text {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {

    .trust-section {
        --icon-wh: 60px;
    }


    .trusted-section-bottom::after {
        display: none;
    }

    .trust-section .trusted-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .trust-section .trusted-item {
        margin-top: 0;
        padding: 16px;
        background-color: hsl(var(--white));
        border-radius: 12px;
        border: 1px solid hsl(var(--black) / .05);
    }
}

@media (max-width: 424px) {
    .trust-section .trusted-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*===================== trust section end here =======================*/


/*=================== how work section start here =================== */

.how-work-item {
    text-align: left;
    position: relative;
    padding: 24px;
    height: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    background-color: hsl(var(--white));
}

.how-work-item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2px;
    width: 2px;
    height: 50px;
    background: linear-gradient(0, #0092f4 0, #da54d8 56%, #ff4800 100%) no-repeat padding-box rgba(0, 0, 0, 0);
}

.how-work-item__icon {
    max-width: 32px;
    margin-bottom: 24px;
}

.how-work-item__title {
    font-size: 1rem;
    font-weight: 500;
}

.how-work-item__text {
    font-size: 0.875rem;
}

.how-work-container__thumb {
    width: 100%;
}

.how-work-container__thumb img {
    width: 100%;
    border-radius: 12px;
}

.how-work-container__title {
    margin-bottom: 24px;
}

.how-work-container__text {
    margin-bottom: 24px;
}

.how-work-container__text:last-child {
    margin-bottom: 0;
}

.how-work-container__btn {
    margin-top: 40px;
}

@media screen and (max-width: 575px) {
    .how-work-container__btn {
        margin-top: 24px;
    }

    .how-work-container__text {
        font-size: 0.875rem;
    }
}

/*=================== how work section end here =================== */
/*=================== our mission section start here =================== */
.our-mission__container {
    border-radius: 12px;
    height: 100%;
}

.our-mission__thumb {
    width: 100%;
    position: relative;
    z-index: 1;
}

.our-mission__thumb img {
    border-radius: 12px;
}


@media screen and (max-width: 1199px) {
    .our-mission__thumb {
        height: 100%;
    }

    .our-mission-section {
        padding-bottom: 0px;
    }

    .our-mission__container {
        transform: translateY(0px);
    }
}

.our-mission__thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.our-mission__title {
    margin-bottom: 24px;
    line-height: 40px;
}

@media screen and (max-width: 1399px) {
    .our-mission__title {
        margin-bottom: 16px;
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 767px) {
    .our-mission__title {
        font-size: 1.75rem;
    }
}

.our-mission__text {
    margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
    .our-mission__text {
        margin-bottom: 16px;
    }
}

.our-mission__text:last-child {
    margin-bottom: 0;
}

.our-mission__btn {
    margin-top: 40px;
}

@media screen and (max-width: 1399px) {
    .our-mission__btn {
        margin-top: 20px;
    }
}

/*=================== our mission section end here =================== */
/*================ advantage section css start here ================*/

.advantage-item {
    text-align: left;
    position: relative;
    padding-left: 24px;
    border-left: 2px solid hsl(var(--heading-color) / .15);
    height: 100%;
}

.advantage-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 2px;
    height: 50px;
    background: linear-gradient(0, #0092f4 0, #da54d8 56%, #ff4800 100%) no-repeat padding-box rgba(0, 0, 0, 0);
}

.advantage-item__icon {
    font-size: 32px;
    color: hsl(var(--heading-color) / .75);
    margin-bottom: 12px;
}

.advantage-item__title {
    margin-bottom: 24px;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .advantage-item__title {
        margin-bottom: 10px;
    }
}

/*================= advantage section css end here ================*/
/*============== reception section start here ============== */
.reception-thumb {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .reception-thumb {
        height: 100%;
    }
}

.reception-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}


.reception-content__title {
    margin-bottom: 24px;
}

.reception-content__text {
    margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
    .reception-content__text {
        margin-bottom: 16px;
    }
}

.reception-content__text:last-child {
    margin-bottom: 0;
}

.reception-content__btn {
    margin-top: 40px;
}

@media screen and (max-width: 1399px) {
    .reception-content__btn {
        margin-top: 20px;
    }
}

/*============== reception section end here ============== */
/*================ why choose section start here ================*/



/*================ why choose section end here ==================*/
/*================= transfer section start here ==================*/
.transfer-wrapper {
    background-color: hsl(var(--section-bg));
    border-radius: 12px;
    overflow: hidden;
}

.transfer-wrapper__thumb {
    width: 100%;
    height: 100%;
    max-height: 450px;
}

.transfer-wrapper__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.transfer-wrapper .transfer-content {
    padding: 32px 32px 32px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

@media (max-width: 991px) {
    .transfer-wrapper .transfer-content {
        padding: 32px;
    }
}

@media (max-width: 767px) {
    .transfer-wrapper .transfer-content {
        padding: 24px;
    }

    .transfer-wrapper .transfer-content__btn {
        margin-top: 20px !important;
    }
}

@media (max-width: 575px) {
    .transfer-wrapper .transfer-content {
        padding: 16px;
    }
}

.transfer-wrapper .transfer-content__btn {
    margin-top: 40px;
}

/*================= transfer section end here ==================*/
/* ================================= Blog Section Css Start Here ============================= */

.blog-item {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-color: hsl(var(--white));
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.blog-item__top__date {
    font-size: 0.875rem;
    color: hsl(var(--text-color));
}

.blog-item:hover .blog-item__thumb-link .image1 {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-item:hover .blog-item__thumb-link .image2 {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item__thumb {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-size: cover;
    width: 100%;
}

.blog-item__thumb-link .image1 {
    -webkit-transform: translatex(50%) scalex(1);
    transform: translatex(50%) scalex(1);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item__thumb-link .image2 {
    -webkit-transform: translatex(0%) scalex(1);
    transform: translatex(0%) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item__content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-item__title {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .blog-item__title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px) {
    .blog-item__title {
        font-size: 1.2rem;
    }
}

.blog-item__title-link {
    color: hsl(var(--heading-color));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
}

.blog-item__title-link:hover {
    color: hsl(var(--base));
}

.blog-item__desc {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 20px;
    }
}

.blog-item__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    color: hsl(var(--text-color));
    letter-spacing: -0.2px;
    flex: 1;
    font-size: 0.9125rem;
}

.blog-item__btn-icon {
    font-size: 16px;
    transition: 0.2s linear;
    color: hsl(var(--light) / .75);
    display: flex;
    margin-bottom: 2px;
}

.blog-item__btn:hover .blog-item__btn-icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

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

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/*============ cta section start here ============*/
.cta-wrapper {
    background-color: hsl(var(--base));
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cta-wrapper .cta-content {
    padding: 70px 100px;
}

@media screen and (max-width: 1399px) {
    .cta-wrapper .cta-content {
        padding: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-wrapper .cta-content {
        max-width: 500px;
    }
}

@media screen and (max-width: 991px) {
    .cta-wrapper .cta-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cta-wrapper .cta-content {
        padding: 30px;
    }
}

@media screen and (max-width: 424px) {
    .cta-wrapper .cta-content {
        padding: 20px;
    }
}

.cta-wrapper .cta-content__title {
    color: hsl(var(--white));
    margin-bottom: 15px;
}

.cta-wrapper .cta-content__desc {
    color: hsl(var(--white));
    margin-bottom: 25px;
}

.cta-wrapper.finance-wrapper {
    background-color: hsl(var(--section-bg));
    position: relative;
    overflow: hidden;
}

.cta-wrapper.finance-wrapper .cta-content {
    padding: 40px 50px;
}

@media screen and (max-width: 1399px) {
    .cta-wrapper.finance-wrapper .cta-content {
        padding: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-wrapper.finance-wrapper .cta-content {
        max-width: 100%;
    }
}

.cta-wrapper.finance-wrapper .cta-content__title {
    color: hsl(var(--heading-color));
    margin-bottom: 30px;
}

@media screen and (max-width: 1499px) {
    .cta-wrapper.finance-wrapper .cta-content__title {
        font-size: clamp(1.4375rem, 0.9008rem + 2.2901vw, 2rem);
    }
}

@media screen and (max-width: 424px) {
    .cta-wrapper.finance-wrapper .bg-shape {
        display: none;
    }
}

.cta-wrapper.finance-wrapper .shape {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(38, 38, 38, 0.1)), to(rgba(255, 255, 255, 0))) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(38, 38, 38, 0.1) 50%, rgba(255, 255, 255, 0) 100%) !important;
    opacity: 0.3 !important;
}

.cta-wrapper.finance-wrapper .shape::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3 !important;
    background: radial-gradient(133.41% 54.88% at -7.27% 50.1%, rgba(150, 150, 150, 0.14) 10%, rgba(150, 150, 150, 0) 79.07%) !important;
}

.cta-wrapper .cta-thumb {
    position: relative;
    z-index: -1;
}

.cta-wrapper .cta-thumb::after {
    content: "";
    position: absolute;
    width: 78%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    background-color: hsl(var(--white) / .2);
    -webkit-filter: blur(70px);
    filter: blur(70px);
    border-radius: 50%;
    z-index: -1;
}

.cta-wrapper .cta-thumb img {
    width: 100%;
    max-width: 550px;
}

@media screen and (max-width: 1399px) {
    .cta-wrapper .cta-thumb img {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-wrapper .cta-thumb img {
        max-width: 450px;
    }
}

.cta-wrapper .cta-left {
    position: absolute;
    bottom: -100px;
    right: 60px;
}

@media screen and (max-width: 991px) {
    .cta-wrapper .cta-left {
        display: none;
    }
}

@media screen and (max-width: 1399px) {
    .cta-wrapper .cta-left {
        bottom: -70px;
        right: 19px;
    }
}

.bg-shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    position: absolute;
    left: 50px;
    bottom: -30px;
    z-index: -1;
    height: 100%;
}

.bg-shape .shape {
    position: relative;
    width: 170px;
    height: 270px;
    opacity: 0.6;
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 991px) {
    .bg-shape .shape {
        width: 100px;
        height: 150px;
    }
}

.bg-shape .shape::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(54.88% 133.41% at -7.27% 50.1%, rgba(255, 255, 255, 0.14) 10%, rgba(255, 255, 255, 0) 79.07%);
    height: 100%;
}

.finance-wrapper {
    overflow: hidden;
}

.finance-wrapper__shape-thumb {
    position: absolute;
    top: 50px;
    right: 8%;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .finance-wrapper__shape-thumb {
        right: 0%;
        max-width: 46%;
    }
}

@media screen and (max-width: 575px) {
    .finance-wrapper__shape-thumb {
        max-width: 100%;
    }
}

.finance-wrapper__shape-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background-color: hsl(var(--white));
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -2;
}

@media screen and (max-width: 575px) {
    .finance-wrapper__shape-thumb::before {
        width: 200px;
        height: 200px;
        -webkit-filter: blur(50px);
        filter: blur(50px);
    }
}

.finance-wrapper__shape-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.finance-wrapper .cta-left {
    bottom: -130px;
}

@media screen and (max-width: 1399px) {
    .finance-wrapper .cta-left {
        right: 30px;
        bottom: -60px;
    }
}

@media screen and (max-width: 1199px) {
    .finance-wrapper .cta-left {
        display: none;
    }
}

@media screen and (max-width: 1399px) {
    .finance-wrapper .cta-thumb img {
        max-width: 370px;
    }
}

.finance-wrapper .cta-thumb::after {
    background-color: hsl(var(--white)/0.3);
}

/*============ cta section end here ============*/
/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
    position: relative;
    --img-wh: 52px;
    position: relative;
    z-index: 1;
}

.testimonials::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
    top: 0;
    opacity: .1;
    filter: blur(142.5px);
    will-change: filter;
    width: 180px;
    height: 180px;
    background: linear-gradient(252.93deg, #d054ce 33.59%, #0092f4 59.88%, #20dc86 87.87%);
    filter: blur(142px);
    opacity: 0.79;
    z-index: -1;
}



.testimonials .slick-list {
    padding-top: calc(var(--img-wh) / 2) !important;
}

.testimonials .slick-next {
    right: 0;
}

.testimonails-card {
    padding: 0 10px;
    height: 100%;
}

.testimonial-item {
    background-color: hsl(var(--white));
    border-radius: 12px;
    position: relative;
    height: 100%;
    text-align: center;
}

.testimonial-item .rating-list {
    justify-content: center;
}

.testimonial-item__details {
    padding: 0 60px 60px;
}

@media (max-width: 767px) {
    .testimonial-item__details {
        padding: 0 40px 40px;
    }
}

@media (max-width: 575px) {
    .testimonial-item__details {
        padding: 0 32px 32px;
    }
}

.testimonial-item__thumb {
    width: var(--img-wh);
    height: var(--img-wh);
    margin: 0 auto;
}

.testimonial-item__thumb img {
    transform: translateY(calc(-1 * var(--img-wh) / 2));
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.testimonial-item__name {
    margin-bottom: 0;
    color: hsl(var(--text-color));
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 32px;
}

.testimonial-item__name .name-text {
    font-weight: 500;
    font-size: 1rem;
    color: hsl(var(--heading-color));
}

.testimonial-item__designation {
    color: hsl(var(--black)/0.8);
}

.testimonial-item__desc {
    margin-top: 20px;
}

@media screen and (max-width: 424px) {
    .testimonial-item__desc {
        margin-top: 10px;
    }
}

/* ================================ Testimonails Section Css End ============================= */
/*=============== faq section css start here ===============*/
.faq-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}

.faq-item__icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: hsl(var(--section-bg));
    color: hsl(var(--base));
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq-item__content {
    width: calc(100% - 50px);
}

.faq-item__title {
    margin-bottom: 7px;
}

.faq-item-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 60px 20px;
}

@media screen and (max-width: 991px) {
    .faq-item-list {
        grid-gap: 30px;
    }
}

@media screen and (max-width: 424px) {
    .faq-item-list {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

/*=============== faq section css end here ===============*/
/*========================= setting section start here =========================*/
.setting-wrapper {
    background-color: hsl(var(--white));
    padding: 20px 30px;
}

@media screen and (max-width: 575px) {
    .setting-wrapper {
        padding: 20px 15px;
    }
}

.setting-wrapper__title {
    margin-bottom: 5px;
}

.setting-wrapper__desc {
    font-size: 14px;
}

.setting-wrapper__top {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
}

.setting-wrapper__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.setting-wrapper__right .btn {
    padding: 11px 15px;
}

.cmn-btn-two {
    border: 1px solid hsl(var(--border-color)) !important;
}

.setting-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 767px) {
    .setting-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 7px;
    }
}

.setting-item__left {
    width: 280px;
}

@media screen and (max-width: 1499px) {
    .setting-item__left {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .setting-item__left {
        width: 100%;
    }
}

.setting-item__content {
    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;
    width: 100%;
    gap: 30px;
}

@media screen and (max-width: 424px) {
    .setting-item__content {
        gap: 5px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.setting-item__right {
    width: calc(100% - 280px);
}

@media screen and (max-width: 1499px) {
    .setting-item__right {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 767px) {
    .setting-item__right {
        width: 100%;
    }
}

.setting-item__right .inner-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 575px) {
    .setting-item__right .inner-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}

.setting-item__profile-thumb {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.setting-item__profile-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.setting-item__thumb-upload {
    width: calc(100% - 65px);
}

@media screen and (max-width: 575px) {
    .setting-item__thumb-upload {
        width: 100%;
    }
}

.setting-item__title {
    font-weight: 500;
}

.setting-item__desc {
    font-size: 14px;
}

/*=========================== setting section end here =========================*/
/*=============== pending wrapper css start here ===============*/
.pending-wrapper {
    background-color: hsl(var(--white));
    padding: 170px 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;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .pending-wrapper {
        padding: 100px 50px;
    }
}

@media screen and (max-width: 575px) {
    .pending-wrapper {
        padding: 70px 30px;
    }
}

.pending-wrapper__thumb {
    max-width: 340px;
    margin: 0 auto;
}

.pending-wrapper__content {
    text-align: center;
}

.pending-wrapper__content .title {
    margin-bottom: 16px;
    margin-top: 20px;
}

.pending-wrapper__content .text {
    margin-bottom: 40px;
}

/*=============== pending wrapper css end here =================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details-area {
    margin-top: 20px;
}

.blog-details {
    overflow: hidden;
}

.blog-details__thumb {
    max-height: 450px;
    max-height: 100%;
}

.blog-details__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 200px;
}

.blog-details__thumb.inner-thumb {
    margin-top: 50px;
}

@media screen and (max-width: 575px) {
    .blog-details__thumb.inner-thumb {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .blog-details__thumb {
        max-height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__thumb {
        max-height: 300px;
    }
}

.blog-details__content {
    padding-top: 30px;
}

.blog-details-top {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

@media screen and (max-width: 991px) {
    .blog-details-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}

.blog-details-top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.blog-details-top__title {
    margin-bottom: 0;
}

.blog-details__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.blog-details__desc {
    margin-bottom: 15px;
}

.blog-details .social-list__link {
    background-color: hsl(var(--section-bg));
    color: hsl(var(--text-color));
    border-radius: 50%;
}

.blog-details .social-list__link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.blog-details .inner-content {
    margin-top: 60px;
}

@media screen and (max-width: 575px) {
    .blog-details .inner-content {
        margin-top: 30px;
    }
}

.blog-details .inner-content__title {
    margin-bottom: 16px;
    font-family: var(--body-font);
    font-weight: 500;
}

.blog-details .inner-content__desc {
    margin-bottom: 16px;
}

.quote-text {
    border-left: 3px solid hsl(var(--base));
    margin: 45px 0;
    padding-left: 20px;
}

.quote-text .title {
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .quote-text {
        margin-top: 30px;
    }
}

/* ========================================== Blog Details Css End ======================================*/
.subscribe-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    padding: 50px;
    background-color: hsl(var(--section-bg));
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .subscribe-wrapper {
        margin-top: 30px;
        padding: 20px;
    }
}

.subscribe-wrapper__thumb {
    position: absolute;
    top: 50px;
    right: 8%;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .subscribe-wrapper__thumb {
        right: 0%;
        max-width: 46%;
    }
}

@media screen and (max-width: 575px) {
    .subscribe-wrapper__thumb {
        max-width: 100%;
    }
}

.subscribe-wrapper__thumb::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background-color: hsl(var(--white));
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -2;
}

@media screen and (max-width: 575px) {
    .subscribe-wrapper__thumb::before {
        width: 200px;
        height: 200px;
        -webkit-filter: blur(50px);
        filter: blur(50px);
    }
}

.subscribe-wrapper__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 424px) {
    .subscribe-wrapper .bg-shape {
        display: none;
    }
}

.subscribe-wrapper .shape {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(38, 38, 38, 0.1)), to(rgba(255, 255, 255, 0))) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(38, 38, 38, 0.1) 50%, rgba(255, 255, 255, 0) 100%) !important;
    opacity: 0.3 !important;
}

.subscribe-wrapper .shape::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3 !important;
    background: radial-gradient(133.41% 54.88% at -7.27% 50.1%, rgba(150, 150, 150, 0.14) 10%, rgba(150, 150, 150, 0) 79.07%) !important;
}

.subscribe-wrapper__title {
    margin-bottom: 16px;
}

/* =========================================== Account Css Start =========================*/

.account {
    padding-block: 60px;
}

.account .form--label {
    font-size: 14px;
}

.account .form--control {
    background: #f7f9fb;
    border: 1px solid #ecf0f5;
}

.account .input-group-text {
    border: 1px solid #ecf0f5;
}


.account-wrapper {
    border-radius: 12px;
    overflow: hidden;
    background-color: hsl(var(--white));
}

body:has(.account, .dashboard) {
    background-color: #f7f9fb;
}

.account-thumb {
    overflow: hidden;
    height: 100%;
    padding: 50px;
    display: flex;
    position: relative;
    z-index: 1;
    background-color: #ecf0f6;
    border-radius: 0px 20px 20px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.account-thumb img {
    max-width: 424px;
}

.account-thumb .banner-content__shape {
    opacity: 0.3;
    top: 80%;
}

.account-form {
    background-color: hsl(var(--white));
    padding: 64px 32px;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 424px) {
    .account-form {
        padding: 20px;
    }
}

.account-form__content {
    margin-bottom: 32px;
}

.account-form__title {
    margin-bottom: 5px;
}

.account-form__desc {
    font-size: 16px;
    color: hsl(var(--heading-color));
}

.account-form__desc a {
    font-weight: 500;
}

.account-form__option {
    margin-block: 20px !important;
    position: relative;
    z-index: 1;
}

.account-form__option::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--black) / .05);
    z-index: -1;
}

.account-form__option .text {
    font-size: 14px;
    padding-inline: 8px;
    background-color: hsl(var(--white));
}

.forget-password {
    color: hsl(var(--heading-color) / .75);
    margin-top: 16px;
    font-weight: 500;
    font-size: 14px;
}

.have-account__text {
    font-weight: 400;
}

.have-account__link {
    font-weight: 600;
}

.form-check-label .link {
    text-decoration: underline;
    font-weight: 600;
}

.form-check-label .remember {
    font-weight: 300;
}

.social-login-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

@media screen and (max-width: 424px) {
    .social-login-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.social-login-list__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.social-login-list__link {
    text-align: center;
    border: 1px solid #eaeced;
    border-radius: 6px;
    padding: 7px 30px;
    color: hsl(var(--black));
    font-weight: 400;
    line-height: 1;
    background: #f7f9fb;
}

.social-login-list__link:hover {
    background: hsl(var(--black)/.05);
}

.account-header {
    position: relative;
    padding: 18px 0;
    border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 991px) {
    .account-header {
        background-color: transparent;
    }
}

.account-header .navbar-brand {
    max-width: 200px;
}

.account-header.fixed-header .account-close-icon {
    background-color: hsl(var(--white));
}

.account-header__top-button {
    gap: 15px;
}

.account-header__top-button .custom--dropdown {
    max-width: 85px;
    min-width: 75px;
    margin-left: 0;
}

@media screen and (max-width: 991px) {
    .account-header__top-button .custom--dropdown {
        max-width: 70px;
        min-width: 65px;
    }
}

@media screen and (max-width: 991px) {
    .account-header__top-button .custom--dropdown .dropdown-list {
        left: auto;
        right: 40px;
        width: 80px;
    }
}

.account-header__top-button .custom--dropdown .custom--dropdown__selected {
    padding: 0;
}

.account-close-icon {
    width: 35px;
    height: 35px;
    background: hsl(var(--section-bg));
    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%;
    color: hsl(var(--black));
    font-size: 20px;
}

.border-top {
    border-top: 1px solid hsl(var(--border-color));
}

/* ============================================ Account Css End ====================================*/
/*==================== contact section css start here ====================*/
.contact-item {
    text-align: center;
}

.contact-item__icon {
    font-size: 30px;
    color: hsl(var(--base));
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: hsl(var(--section-bg));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 16px;
}

.contact-item__icon img {
    max-width: 55px;
}

@media screen and (max-width: 767px) {
    .contact-item__icon {
        width: 70px;
        height: 70px;
    }

    .contact-item__icon img {
        max-width: 40px;
    }
}

.contact-item__title {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.contact-item__desc a {
    display: block;
    color: hsl(var(--text-color));
}

.contact-item__desc a:hover {
    color: hsl(var(--base-d-200));
    text-decoration: underline;
}

.contact-form-wrapper {
    margin-top: 60px;
    background: hsl(var(--section-bg));
    padding: 60px 100px;
    border-radius: 12px;
}

@media screen and (max-width: 1199px) {
    .contact-form-wrapper {
        padding: 40px 60px;
    }
}

@media screen and (max-width: 575px) {
    .contact-form-wrapper {
        padding: 30px 20px;
    }
}

.thumb-wrapper {
    position: relative;
    z-index: 1;
}

.thumb-wrapper__shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #BFCEFA;
    z-index: -1;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

@media screen and (max-width: 424px) {
    .thumb-wrapper__shape {
        width: 100px;
        height: 100px;
    }
}

.thumb-wrapper__shape::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(191, 206, 250, 0.3);
    z-index: -1;
    -webkit-animation: play 1.5s ease-in-out infinite;
    animation: play 1.5s ease-in-out infinite;
}

@-webkit-keyframes play {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes play {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

.thumb-wrapper__shape::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(191, 206, 250, 0.16);
    z-index: -1;
    -webkit-animation: play-two 2s ease-in-out infinite;
    animation: play-two 2s ease-in-out infinite;
}

@-webkit-keyframes play-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0.5;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
}

@keyframes play-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0.5;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
}

.contact-form__thumb {
    text-align: center;
}

.dashboard-body__bar-icon {
    font-size: 24px;
}

.v-card-details {
    max-width: 500px;
    margin: 0 auto 32px;
}

.card-details-section {
    padding: 24px;
    border-radius: 6px;
    border: 1px solid hsl(var(--black) / .07);
    background-color: hsl(var(--white));
}

.card-details-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.card-details__item {
    width: calc(100% / 4 - 12px);
    padding: 12px;
    border: 1px solid hsl(var(--black) / .05);
    background: transparent linear-gradient(100deg, #90f10005 0%, hsl(var(--black) / 0.02) 100%) 0 0 no-repeat;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.card-details__item small {
    font-size: 12px;
    color: hsl(var(--text-color) / .7);
    display: block;
    line-height: 1;
    font-weight: 600;
}

.card-details__item h6 {
    margin-bottom: 0;
    font-size: 1rem;
}

.card-details__item .badge {
    font-size: 11px;
    padding: 4px 10px 5px;
}


@media (max-width: 1399px) {

    .card-details-section {
        padding: 16px;
    }

    .card-details-wrapper {
        gap: 12px;
    }

    .card-details__item {
        padding: 10px;
        gap: 8px;
        width: calc(100% / 4 - 9px);
    }

    .card-details__item small {
        font-size: 11px;
    }

    .card-details__item h6 {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .card-details__item {
        width: calc(100% / 3 - 8px);
    }
}

@media (max-width: 575px) {
    .card-details__item {
        width: calc(100% / 2 - 6px);
    }
}

.search-group {
    position: relative;
    max-width: 320px;
    width: 100%;
    border: 1px solid hsl(var(--black) / .1);
    border-radius: 6px;
    overflow: hidden;
}

.search-group:has(.form--control:focus) {
    border-color: hsl(var(--black) / .2);
}

.search-group .form--control {
    padding-inline: 14px 40px;
    padding-block: 7px !important;
    border: 0;
}

.search-group .form--control::placeholder {
    color: hsl(var(--text-color) / .5);
}

.search-group__btn {
    position: absolute;
    right: 0;
    height: 100%;
    width: 40px;
    background-color: #edeef1;
}


.self-card-select {
    padding: 7px 16px;
    border: 1px solid hsl(var(--black) / .05);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    user-select: none;
    font-size: 1rem;
    cursor: pointer;
    transition: all .3s linear;
}

.self-card-select input {
    display: none;
}

.self-card-select .path {
    fill: none;
    stroke: hsl(225deg 17.98% 65.1%);
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dasharray: 241 9999999;
    stroke-dashoffset: 0;
}

.self-card-select:has(input:checked) svg .path {
    stroke-dasharray: 70.5096664428711 9999999;
    stroke-dashoffset: -262.2723388671875;
}

.self-card-select:has(input:checked) {
    border-color: hsl(var(--black) / .1);
}


.transaction-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.search-filter {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn--cm {
    border-color: hsl(var(--border-color));
    color: hsl(var(--text-color) / .7) !important;
    padding: 13px 16px;
    background-color: hsl(var(--white));
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn--cm:hover,
.btn--cm:focus,
.btn--cm:active {
    border-color: hsl(var(--black) / .2) !important;
    color: hsl(var(--black)) !important;
    background-color: hsl(var(--white)) !important;
}


.flex-align .btn:has(.icon) {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    padding: 7px 16px !important;
}

/* new css */

.banner-ring {
    height: 1000px;
    width: 1000px;
    animation-name: bannerRing;
    transform-origin: 0;
    animation-duration: 10s;
    animation-direction: alternate-reverse;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    mask: radial-gradient(transparent 470px, #000 470px);
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -650px;
    background: conic-gradient(from 180deg at 50% 50%, #0092f4 0deg, #d054ce 78.75deg, #ff4800 166.87deg, #dfd902 243.75deg, #15c474 322.5deg, #0092f4 360deg);
    cursor: pointer;
    opacity: 0.1;
}

@keyframes bannerRing {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}

.banner-section:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    width: 750px;
    height: 400px;
    transform: translateX(-50%) matrix(1, 0, .08, 1, 0, 0);
    opacity: .1;
    filter: blur(142.5px);
    will-change: filter;
    background: linear-gradient(252.93deg, hsl(var(--light)) 33.59%, hsl(var(--base)) 59.88%, hsl(var(--success)) 87.87%);
}



.trusted-section-top {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}


.how-work-section {
    position: relative;
    z-index: 1;
}

.how-work-section:after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    width: 750px;
    height: 400px;
    transform: matrix(1, 0, .08, 1, 0, 0);
    opacity: .1;
    filter: blur(142.5px);
    will-change: filter;
    background: linear-gradient(252.93deg, #d054ce 33.59%, #0092f4 59.88%, #20dc86 87.87%);
    z-index: -1;
}

main {
    overflow-x: hidden;
}


.advantage-section {
    background: linear-gradient(85.91deg, #faf4fd -31.4%, #f0f9fd 57.96%, #f1fcfb 146.43%);
    position: relative;
    z-index: 1;
}

.advantage-section:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: -50%;
    width: 750px;
    height: 400px;
    transform: matrix(1, 0, .08, 1, 0, 0);
    opacity: .1;
    filter: blur(142.5px);
    will-change: filter;
    background: linear-gradient(252.93deg, #d054ce 33.59%, #0092f4 59.88%, #20dc86 87.87%);
    z-index: -1;
}


.why-choose-section {
    position: relative;
    z-index: 1;
}

.why-choose-section:after,
.why-choose-section::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 750px;
    height: 400px;
    transform: matrix(1, 0, .08, 1, 0, 0);
    opacity: .1;
    filter: blur(142.5px);
    will-change: filter;
    background: linear-gradient(252.93deg, #d054ce 33.59%, #0092f4 59.88%, #20dc86 87.87%);
    z-index: -1;
}

.why-choose-section::before {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.why-choose-main {
    background-color: hsl(var(--white));
    border-radius: 12px;
}

.why-choose-wrapper {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 32px;
}


.why-choose-wrapper .section-heading {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.choose-item {
    padding: 32px;
    border: 1px solid #eef4f8;
    background-color: hsl(var(--white));
    border-radius: 12px;
}

@media (max-width: 767px) {
    .why-choose-wrapper {
        padding: 16px;
    }

    .choose-item {
        padding: 16px;
    }
}

.why-choose__thumb img {
    border-radius: 12px;
}

.why-choose__content {
    margin-bottom: 32px;
}

.why-choose__title {
    font-weight: 600;
}

.why-choose__text {
    font-size: 0.9125rem;
}