@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&family=Ubuntu:wght@300;400;500;700;900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Ubuntu", sans-serif;
    --body-font: "Geologica", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 216;
    --base-s: 86%;
    --base-l: 51%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
    /* Base Two Color */
    --base-two-h: 263;
    --base-two-s: 55%;
    --base-two-l: 9%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --body-color: 0 0% 25%;
    --heading-color: 263 55% 9%;
    --black: 0 0% 0%;
    --border-color: 0 0% 64%;
    --section-bg: 208 100% 97%;
    --background-color: var(--black);
    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    /* Warning Color */
    --warning-h: 40;
    --warning-s: 100%;
    --warning-l: 46%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
    /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme=dark] {
    --white: 200 9% 7%;
    --black: 210 40% 98%;
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.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 {
    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 ============================= */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

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

.fs-15 {
    font-size: 0.9375rem;
}

.fs-16 {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .fs-16 {
        font-size: 0.9375rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .fs-18 {
        font-size: 1.0625rem;
    }
}

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

.fs-20 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .fs-20 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-20 {
        font-size: 1.0625rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: var(--background-color);
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
}

body main {
    overflow-x: hidden;
}

p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    color: hsl(var(--body-color));
}

span {
    display: inline-block;
}

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

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

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

h1 {
    font-size: 3.75rem;
}

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

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

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

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

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

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

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: 1rem;
}

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

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

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

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

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

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: inherit;
}

a {
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--info));
}

a:hover {
    color: hsl(var(--base));
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
    font-family: var(--body-font);
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* 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));
}

.text-muted {
    color: hsl(var(--white)/0.6) !important;
}

/* Bg Image Css */
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

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

.body-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 999;
    background-color: hsl(var(--black)/0.5);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }
}

.gradient-text {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-d-200))), to(hsl(var(--base))));
    background-image: linear-gradient(180deg, hsl(var(--base-d-200)) 0%, hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.gradient-text::-moz-selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.gradient-text::selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 1049;
    background-color: hsl(var(--black)/0.5);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .sidebar-overlay.show {
        visibility: visible;
        opacity: 1;
    }
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
    position: relative;
    z-index: 1;
}

.section-heading.text-center .section-heading__subTitle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-heading.text-center .section-heading__desc {
    margin-left: auto;
    margin-right: auto;
}

.section-heading__subTitle {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.section-heading__subTitle .custom--badge {
    display: inline-block;
}

.section-heading__title {
    margin-bottom: 0px;
    margin-top: 20px;
}

.section-heading__desc {
    max-width: 600px;
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.8181rem + 0.2427vw, 1rem);
    margin-top: 20px;
}

/* ====================== Section Heading End ==================== */
/* ================================= Background Color Css Start =========================== */
.bg--base {
    background-color: hsl(var(--base)) !important;
}

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

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

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

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

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

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

/* ================================= 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 =========================== */
.py-120 {
    padding-block: 120px;
}

@media screen and (max-width: 991px) {
    .py-120 {
        padding-block: 80px;
    }
}

@media screen and (max-width: 424px) {
    .py-120 {
        padding-block: 60px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 424px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.py-60 {
    padding-block: 60px;
}

@media screen and (max-width: 991px) {
    .py-60 {
        padding-block: 40px;
    }
}

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

.pt-60 {
    padding-top: 60px;
}

@media screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}

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

.pb-60 {
    padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

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

.my-120 {
    margin-block: 120px;
}

@media screen and (max-width: 991px) {
    .my-120 {
        margin-block: 80px;
    }
}

@media screen and (max-width: 424px) {
    .my-120 {
        margin-block: 60px;
    }
}

.mt-120 {
    margin-top: 120px;
}

@media screen and (max-width: 991px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .mt-120 {
        margin-top: 60px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 424px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

.my-60 {
    margin-block: 60px;
}

@media screen and (max-width: 991px) {
    .my-60 {
        margin-block: 40px;
    }
}

@media screen and (max-width: 424px) {
    .my-60 {
        margin-block: 30px;
    }
}

.mt-60 {
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 424px) {
    .mt-60 {
        margin-top: 30px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

/* ================================= 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: 1px solid hsl(var(--white)/0.08);
    background-color: transparent !important;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-item {
        border-radius: 8px;
    }
}

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

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

.custom--accordion .accordion-body {
    padding: 24px;
    background-color: hsl(var(--white));
    color: hsl(var(--black)/0.7);
    font-weight: 300;
}

@media screen and (max-width: 1199px) {
    .custom--accordion .accordion-body {
        font-size: 0.9rem;
    }
}


.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(--white));
    color: var(--white);
    font-size: 1.25rem;
    padding: 24px;
    padding-right: 50px;
}

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

.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(--base-l-700)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--black));
}

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "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(--body-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;
    font-weight: 500;
    padding: 17px 29px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    display: inline-block !important;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 14px 25px;
        font-size: 0.875rem;
    }
}

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

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

.btn:active {
    top: 1px;
}

.btn--lg {
    padding: 20px 35px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 18px 30px;
    }
}

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

.btn--md {
    padding: 14px 30px;
    font-weight: 600;
    font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
    .btn--md {
        padding: 10px 20px;
    }
}

.btn--sm {
    padding: 12px 22px;
    font-weight: 600;
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 10px 20px;
    }
}

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

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

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid hsl(var(--base-d-200)) !important;
}

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

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--black:hover,
.btn--black:focus .btn--black:focus-visible {
    background-color: hsl(var(--black-d-200)) !important;
    border: 1px solid hsl(var(--black-d-200)) !important;
}

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

.btn-outline--black:hover,
.btn-outline--black:focus .btn-outline--black:focus-visible {
    background-color: hsl(var(--black)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
}

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

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
}

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

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

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

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
}

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

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.card-col:nth-child(6n+1) .custom--card {
    border-color: hsl(var(--base)/0.2) !important;
}

.card-col:nth-child(6n+1) .custom--card .card-header img {
    background-color: hsl(var(--base)/0.2);
    color: hsl(var(--base));
}

.card-col:nth-child(6n+2) .custom--card {
    border-color: hsl(var(--danger)/0.2) !important;
}

.card-col:nth-child(6n+2) .custom--card .card-header img {
    background-color: hsl(var(--danger)/0.2);
    color: hsl(var(--danger));
}

.card-col:nth-child(6n+3) .custom--card {
    border-color: hsl(var(--warning)/0.2) !important;
}

.card-col:nth-child(6n+3) .custom--card .card-header img {
    background-color: hsl(var(--warning)/0.2);
    color: hsl(var(--warning));
}

.card-col:nth-child(6n+4) .custom--card {
    border-color: hsl(var(--info)/0.2) !important;
}

.card-col:nth-child(6n+4) .custom--card .card-header img {
    background-color: hsl(var(--info)/0.2);
    color: hsl(var(--info));
}

.card-col:nth-child(6n+5) .custom--card {
    border-color: hsl(var(--base-d-300)/0.2) !important;
}

.card-col:nth-child(6n+5) .custom--card .card-header img {
    background-color: hsl(var(--base-d-300)/0.2);
    color: hsl(var(--base-d-300));
}

.card-col:nth-child(6n+6) .custom--card {
    border-color: hsl(var(--primary-l-300)/0.2) !important;
}

.card-col:nth-child(6n+6) .custom--card .card-header img {
    background-color: hsl(var(--primary-l-300)/0.2);
    color: hsl(var(--primary-l-300));
}

.custom--card {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid hsl(var(--base)/0.2) !important;
    background-color: hsl(var(--white));
    border: transparent;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.custom--card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background-size: 32px 32px, 32px 32px, 100% 100%;
    z-index: -1;
}

.custom--card .card-header {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    background-color: unset;
    padding: 0;
    padding-bottom: 10px;
    border-color: hsl(var(--base)/.15);
}

.custom--card .card-header img {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    color: hsl(var(--base));
}

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

.custom--card .card-footer {
    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: 0.9375rem;
    color: hsl(var(--black)/0.6);
    font-weight: 500;
}

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

/* 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: 300;
    outline: none;
    width: 100%;
    padding: 15px 24px;
    background-color: transparent;
    border: 1px solid hsl(var(--base)/0.15);
    color: hsl(var(--black));
    line-height: 1;
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--black)/0.6);
    font-weight: 300;
}

.form--control::-moz-placeholder {
    color: hsl(var(--black)/0.6);
    font-weight: 300;
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--black)/0.6);
    font-weight: 300;
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--black)/0.6);
    font-weight: 300;
}

.form--control::placeholder {
    color: hsl(var(--black)/0.6);
    font-weight: 300;
}

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

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--black)/0.08);
    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(--body-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(--white)) !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 End */
textarea.form--control {
    height: 130px;
    padding: 24px;
}

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

.password-type-toggler {
    position: absolute;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 25px;
}

.password-type-toggler:before {
    content: "\f070";
}

.password-type-toggler.show:before {
    content: "\f06e";
}

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

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    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;
    margin-top: 1px;
    border-radius: 3px;
}

.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: 400;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

.form--check .form-check-label a {
    font-weight: 600;
}

@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: 70px;
    height: 38px;
    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: 28px;
    height: 28px;
    background-color: hsl(var(--white));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    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% - 33px);
    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;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input--group {
    border-radius: 5px;
    border: 1px solid hsl(var(--base)/.15);
}

.input--group .form--control {
    border-width: 0px !important;
    padding-right: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.input--group .form--control[type="number"] {
    padding-left: 0;
}

.input--group .input-group-text+.form--control {
    padding-right: 20px;
    padding-left: 10px;
}

.input--group:focus-within {
    border: 1px solid hsl(var(--base));
}

.input--group .input-group-text {
    border-width: 0px;
    margin: 5px;
    border-radius: 5px;
    background-color: unset;
    color: hsl(var(--body-color));
}

.input--group-text {
    margin-left: 5px;
}

.input--group .form--control[readonly] {
    background: hsl(var(--black)/0.3) !important;
}

.input--group .form--control[readonly]:focus {
    border-color: hsl(var(--black)/0.3);
}

.input--group:has(.form--control[readonly]) {
    background: hsl(var(--black)/0.3) !important;
}

.input--group:has(.form--control[readonly]):focus-within {
    border-color: hsl(var(--black)/0.4) !important;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal {
    z-index: 1;
    background-color: hsl(var(--black)/0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --bs-modal-width: 600px;
}

.custom--modal .btn-close {
    -webkit-filter: none;
    filter: none;
}

@media screen and (max-width: 575px) {
    .custom--modal .btn-close {
        right: 0;
    }
}

.custom--modal .modal-header {
    padding: 20px 30px;
    border: 0;
}

.custom--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger));
    font-size: 1.5625rem;
    line-height: 1;
    border-radius: 4px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

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

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

.custom--modal .modal-title {
    font-weight: 500;
}

.custom--modal .modal-content {
    border-radius: 20px !important;
}

.custom--modal .modal-body {
    padding: 30px;
    border-top: 1px solid hsl(var(--black) / 0.05)
}

.custom--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    padding-top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 0;
}

.modal-backdrop.fade {
    display: none;
}

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

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 48px;
    }
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 32px;
    }
}

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--black)/0.15);
    margin: 0 5px;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    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;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--body-color));
}

.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

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

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.table> :not(caption)>*>* {
    border-bottom: 0;
}

.dashboard__table__wrap {
    padding: 1.5rem;
}

.dashboard__table .table__participant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard__table .table__participant img {
    border-radius: 100px;
    width: 35px;
    height: 35px;
    margin: 0 -6px;
}

@media screen and (max-width: 575px) {
    .dashboard__table .table__participant img {
        width: 30px;
        height: 30px;
    }
}

.dashboard__table .table__participant span {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    border: 1px solid hsl(var(--border-color));
    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;
    background-color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
    .dashboard__table .table__participant span {
        width: 30px;
        height: 30px;
    }
}

.table__action .dropdown-toggle {
    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;
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: hsl(var(--black)/0.1);
    border-radius: 0.3125rem;
    color: hsl(var(--black));
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 575px) {
    .table__action .dropdown-toggle {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.75rem;
        border-radius: 0.1875rem;
    }
}

.table__action .dropdown-toggle:hover,
.table__action .dropdown-toggle.show {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.table__action .dropdown-toggle::after {
    display: none;
}

.table__action .dropdown-menu {
    padding: 0.625rem;
    margin: 0;
    margin-top: 0.3125rem !important;
    font-size: 0.875rem;
    color: hsl(var(--black));
    text-align: left;
    list-style: none;
    background-color: hsl(var(--white)/0.5);
    border: 0.0625rem solid hsl(var(--border-color)/0.2);
    border-radius: 0.5rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    min-width: 7.5rem;
}

@media screen and (max-width: 575px) {
    .table__action .dropdown-menu {
        padding: 0.375rem;
        border-radius: 0.25rem;
        min-width: 6.25rem;
    }
}

.table__action .dropdown-menu li {
    margin-bottom: 0.3125rem;
}

.table__action .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.table__action .dropdown-menu .dropdown-item {
    color: hsl(var(--black));
    background-color: hsl(var(--base)/0.1);
    border: 1px solid hsl(var(--white)/0.04);
    border-radius: 0.25rem;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0.5rem 1rem;
}

@media screen and (max-width: 575px) {
    .table__action .dropdown-menu .dropdown-item {
        font-size: 0.75rem;
        padding: 0.25rem 0.75rem;
    }
}

.table__action .dropdown-menu .dropdown-item:focus,
.table__action .dropdown-menu .dropdown-item:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

/* Table Css Start */
.table> :not(caption)>*>* {
    background-color: transparent;
}

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

.table thead tr th {
    text-align: center;
    padding: 0.9375rem 1.25rem;
    color: hsl(var(--base-two));
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 0;
    max-width: 170px;
    background-color: hsl(var(--base)/0.12);
}

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

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

.table tbody {
    border: 0 !important;
    background-color: transparent;
}

.table tbody tr {
    background-color: hsl(var(--black)/0.025);
    border-radius: 5px;
}

.table tbody tr:last-child td:first-child {
    text-align: left;
    border-radius: 8px 0 0 8px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 8px 8px 0;
    text-align: right;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 15px 20px;
    border-width: 1px;
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 400;
    max-width: 170px;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-size: 0.9375rem;
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 40% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
    font-size: 0.875rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.table tbody tr td:last-child {
    text-align: right;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

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

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--white)/0.06);
    }

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

    .table--responsive--lg tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--white)/0.08);
        max-width: unset;
    }

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

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

    .table--responsive--lg tbody tr td:nth-child(2) {
        max-width: unset;
    }

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

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

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

    .table--responsive--lg tbody tr td {
        font-size: 0.75rem;
    }

    .footer__area .footer__copyright.footer__area .footer__copyright
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.tab--nav {
    border-bottom: 0;
    padding: 5px;
    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;
    gap: 20px;
    row-gap: 10px;
    row-gap: 10px;
}

@media screen and (max-width: 575px) {
    .tab--nav {
        row-gap: 5px;
    }
}

.tab--nav .nav-item {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.tab--nav .nav-link {
    color: hsl(var(--base-two));
    padding: 8px 2px;
    background-color: transparent !important;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0;
    position: relative;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
}

@media screen and (max-width: 575px) {
    .tab--nav .nav-link {
        font-size: 0.875rem;
    }
}

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

.tab--nav .nav-link.active {
    border: 1px solid transparent !important;
    border-bottom: 1px solid hsl(var(--base));
}

.tab--nav .nav-link.active::after {
    opacity: 1;
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.custom--badge {
    font-size: 1rem;
    border-radius: 4px;
    padding: 3px 6px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.custom--badge::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 40%, 40% 40%, 40% 0, 100% 0, 100% 100%, 0 100%);
}

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    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 {
    position: absolute;
    content: "";
    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 =============================== */
/* ======================  Dropdown Section Start  ======================*/
.dropdown--filter button.btn {
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--black)) !important;
    padding: 13px 20px;
}

.dropdown--filter .dropdown-menu {
    min-width: 300px;
    padding: 25px;
}

.dropdown--filter .form--label {
    color: hsl(var(--black)/0.8);
}

.dropdown--filter .form--control,
.dropdown--filter .form--select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 52px;
    border-radius: 7px;
    padding: 10px 15px;
    border: 1px solid hsl(var(--black)/0.2);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875rem;
    font-weight: 400;
}

.dropdown--filter .meeting-type {
    border: 1px solid hsl(var(--black)/0.2);
    border-radius: 7px;
    padding: 15px;
    display: grid;
    gap: 5px;
}

.dropdown--filter .form-check-label {
    padding-left: 0;
}

.dropdown--filter button.btn--base {
    color: hsl(var(--white)) !important;
}

/* ======================  Dropdown Section End  ======================*/
/* ======================  Video Section Start  ======================*/
.video-container {
    position: relative;
    cursor: none;
    max-width: 100%;
    width: 100%;
}

.video-container img {
    border-radius: 15px;
}

.video-container .play-button {
    position: absolute;
    border: 3px solid hsl(var(--base));
    border-radius: 100px;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    cursor: none;
    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;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .video-container .play-button {
        width: 65px;
        height: 65px;
    }
}

.video-container .video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-container .play-icon {
    font-size: 1.875rem;
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .video-container .play-icon {
        font-size: 1.5625rem;
    }
}

/* ======================  Video Section End  ======================*/
/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
}

.loader-p {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
    content: "";
    border: 1em solid hsl(var(--base));
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader-p:before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* ================================= preload Css End ===========================  */
/* ======================  Header Start  ======================*/
.navbar-main {
    width: 100%;
    height: auto;
    z-index: 111;
    padding: 10px 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-brand {
    max-width: 220px;
}

@media (max-width: 575px) {
    .navbar-brand {
        max-width: 170px;
    }
}

.navbar-main .logo-black {
    display: block;
}

.navbar-main .logo-white {
    display: none;
}

.navbar-main.navbar-shrink {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: hsl(var(--white));
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    padding: 0;
}

@media screen and (max-width: 991px) {
    .navbar-main.navbar-shrink {
        padding: 10px 0;
    }
}

.navbar-main .right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.navbar-main .right-nav .btn {
    padding: 13px 24px;
}

@media screen and (max-width: 424px) {
    .navbar-main .right-nav .btn {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .navbar-main .right-nav .btn {
        padding: 13px 17px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-main .right-nav {
        gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-main .right-nav {
        gap: 5px;
    }
}

.navbar-toggler {
    opacity: 1;
    padding: 4px 8px;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid hsl(var(--black)/.5);
    color: hsl(var(--body-color));
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.navbar-toggler:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--black));
}

@media screen and (max-width: 767px) {
    .navbar-toggler {
        padding: 1px 8px;
    }
}

.navbar-toggler svg {
    width: 35px;
    height: 35px;
}

.navbar-nav {
    gap: 1.5rem;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .navbar-nav {
        gap: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        gap: 0rem;
    }
}

.navbar-nav .nav-item .nav-link {
    color: hsl(var(--black)/0.7);
    font-size: 1rem;
    font-weight: 500;
    padding: 1.5625rem 0.3125rem;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 0.9375rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .nav-item .nav-link {
        padding: 0.625rem;
        color: hsl(var(--white)/0.8);
        font-size: 0.9375rem;
    }
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    color: hsl(var(--base));
    position: relative;
}

.navbar-nav .nav-item .nav-link.active span::before,
.navbar-nav .nav-item .nav-link:hover span::before {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-nav .nav-item .dropdown-toggle::after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    border: 0;
}

@media screen and (max-width: 991px) {
    .navbar-nav .nav-item .dropdown-toggle::after {
        margin-left: auto;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-item.dropdown .nav-link {
        position: relative;
        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;
    }

    .navbar-nav .nav-item.dropdown .nav-link::after {
        content: "\f107";
        font-weight: 900;
        font-family: "Font Awesome 6 free";
        margin-left: auto;
    }
}

.navbar-nav .nav-item .dropdown-menu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 0;
    padding: 5px 10px;
    min-width: 220px;
    border-radius: 5px;
    gap: 5px;
}

@media screen and (max-width: 991px) {
    .navbar-nav .nav-item .dropdown-menu {
        background-color: hsl(var(--black-two));
        border: 0;
    }
}

@media all and (min-width: 991.98px) {
    .navbar-nav .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .navbar-nav .nav-item .dropdown-menu.fade-down {
        top: 80%;
        -webkit-transform: rotateX(-75deg);
        transform: rotateX(-75deg);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    .navbar-nav .nav-item .dropdown-menu.fade-up {
        top: 100%;
    }
}

.navbar-nav .nav-item .dropdown-menu a {
    margin: 5px 0;
    background: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    font-weight: 500;
    font-size: 0.875rem;
    border: 0;
    color: hsl(var(--body-color));
    padding: 8px 15px;
    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;
    font-weight: 600;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .navbar-nav .nav-item .dropdown-menu a {
        color: hsl(var(--white)/0.8);
    }
}

.navbar-nav .nav-item .dropdown-menu a::after {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.navbar-nav .nav-item .dropdown-menu a.active,
.navbar-nav .nav-item .dropdown-menu a:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.navbar-nav .nav-item .dropdown-menu a.active::before,
.navbar-nav .nav-item .dropdown-menu a:hover::before {
    opacity: 1;
    width: 10px;
}

.navbar-nav .nav-item .dropdown-menu a.active::after,
.navbar-nav .nav-item .dropdown-menu a:hover::after {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

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

.navbar-nav .nav-item:hover .dropdown-menu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

@media all and (min-width: 991.98px) {
    .navbar-nav .nav-item:hover .dropdown-menu {
        visibility: visible;
        top: 100%;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

#offcanvasNavbar {
    background-color: hsl(var(--black));
}

@media screen and (max-width: 991px) {
    #offcanvasNavbar {
        min-height: 100vh;
    }
}

@media screen and (max-width: 767px) {
    #offcanvasNavbar .btn {
        padding: 15px 20px;
    }
}

#offcanvasNavbar .dropdown-lang .language-text {
    color: hsl(var(--white));
}

.btn-close {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(42deg) brightness(102%) contrast(87%);
    filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(42deg) brightness(102%) contrast(87%);
    opacity: 1;
}

/* language  */
.language-btn {
    @media (max-width: 991.98px) {
        margin-block: 16px;
        background: hsl(var(--white));
        padding: 12px;
        border-radius: 7px;

        .language-text {
            color: hsl(var(--black)) !important;
        }
    }
}

.dropdown-lang .language-btn {
    color: hsl(var(--black));
}

.dropdown-lang .language-btn::after {
    display: inline-block !important;
}

.dropdown-lang .flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.dropdown-lang .language-text {
    color: hsl(var(--text-color));
    font-size: 16px;
}

.dropdown-lang .dropdown-menu {
    width: 112px !important;
    border: 1px solid hsl(var(--border));
    border-radius: 8px;
    max-height: 370px;
    overflow-y: auto;
    background-color: hsl(var(--white));
    z-index: 999;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-transform: inherit;
    transform: inherit;
    min-width: 130px !important;
    margin-top: 20px;
    position: absolute !important;
    top: 17px !important;
    padding: 1.125rem 0;
}

.dropdown-lang .dropdown-menu.show {
    opacity: 1 !important;
    visibility: visible !important;

    @media (max-width: 991.98px) {
        margin-top: 50px;
    }
}

.dropdown-lang .dropdown-menu a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: hsl(var(--black));
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-bottom: 6px;
    border-bottom: 1px solid hsl(var(--border-color-two));
    padding: 0 1.125rem;
}

.dropdown-lang .dropdown-menu a:hover {
    color: hsl(var(--base));
}

.dropdown-lang .dropdown-menu a .flag {
    width: 20px;
    margin-right: 10px;
    height: 20px;
    border-radius: 50%;
}

.dropdown-lang .dropdown-menu :last-child a {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.dropdown-lang .a {
    color: hsl(var(--white)) !important;
}

@media (max-width: 1199px) {
    .dropdown-lang {
        margin-block: 16px;
    }
}

.dropdown-lang .dropdown-menu .dropdown-lang .dropdown-menu a .dropdown-lang .dropdown-menu .dropdown-lang .dropdown-menu a .dropdown-lang .dropdown-menu li:last-child a {
    margin-bottom: 0px;
}

.dropdown-lang .dropdown-lang .dropdown-menu {
    position: absolute !important;
    z-index: 1;
    padding: 3.125rem 1.25rem;
    background-image: -webkit-gradient(linear, right top, left top, from(hsl(var(--section-bg))), to(hsl(var(--base-two))));
    background-image: linear-gradient(to left, hsl(var(--section-bg)), hsl(var(--base-two)));
    border: 0.0625rem solid hsl(var(--border-color));
    top: 17px !important;
}

/* ======================  Header End  ======================*/
/* ================ Top Header Start Here ================ */
.header-top {
    background-color: hsl(var(--black));
    border-bottom: 1px solid hsl(var(--white)/0.2);
    padding: 10px 0px;
    position: relative;
}

.header-top .social-list.style-two .social-list__link flex-center {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
}

.top-header-wrapper {
    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;
}

@media screen and (max-width: 991px) {
    .top-header-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.contact-list {
    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;
}

.contact-list__item {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.contact-list__item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.contact-list__item:last-child::before {
    display: none;
}

.contact-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.4);
}

.contact-list__item-icon {
    font-size: 0.75rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.contact-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
}

.contact-list__link:hover .contact-list__link-icon {
    color: hsl(var(--white));
}

/* Login Registration */
.login-registration-list {
    margin: 0 -10px;
    padding-right: 20px;
}

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

.login-registration-list__item {
    color: hsl(var(--white));
    padding: 0 10px;
    position: relative;
}

.login-registration-list__item:last-child::before {
    display: none;
}

.login-registration-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.5);
}

.login-registration-list__icon {
    color: hsl(var(--base));
    margin-right: 10px;
    font-size: 1rem;
}

.login-registration-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
    .login-registration-list__link {
        font-size: 0.9375rem;
    }
}

.login-registration-list__link:hover {
    color: hsl(var(--base));
}

.login-registration-list__link:hover .login-registration-list__icon {
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .login-registration-list__link:hover {
        color: hsl(var(--base));
    }
}

/* Language Box */
.language-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

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

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

/* ================ Top Header End Here ================ */
/* ============= Footer Start Here ======================= */
.footer__area {
    position: relative;
    z-index: 1;
    margin-top: auto;
    background-color: hsl(var(--base-two));
}

.footer__area .footer__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: -2;
    opacity: 0.5;
}

.footer__area .footer__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer__area .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
}

@media screen and (max-width: 991px) {
    .footer__area .footer__main {
        gap: 2.5rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .footer__area .footer__main {
        grid-template-columns: 1fr;
    }
}

.footer__area .footer__main__about {
    max-width: 15.625rem;
}

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

    .footer__area .footer__main__about .social__icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__area .footer__main__about>a {
    margin-bottom: 1.25rem;
}

.footer__area .footer__main__about>a img {
    max-width: 220px;
}

.footer__area .footer__main__about p {
    color: hsl(var(--white));
    margin-bottom: 1.25rem;
}


.footer__area .footer__main__menu h4 {
    font-size: 1.25rem;
    text-transform: capitalize;
    color: hsl(var(--white));
}

.footer__area .footer__main__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (max-width: 1199px) {
    .footer__area .footer__main__menu ul {
        gap: 0.75rem;
    }
}

.footer__area .footer__main__menu ul li a {
    color: hsl(var(--white));
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1199px) {
    .footer__area .footer__main__menu ul li a {
        font-size: 0.875rem;
    }
}

.footer__area .footer__main__menu ul li a:hover {
    color: hsl(var(--base));
}

.footer__area .footer__main__contact {
    max-width: 12.5rem;
}

@media screen and (max-width: 1199px) {
    .footer__area .footer__main__contact {
        max-width: 11.25rem;
    }
}

.footer__area .footer__main__contact h4 {
    font-size: 1.25rem;
    text-transform: capitalize;
    color: hsl(var(--white));
}


.footer__area .footer__main__contact p {
    color: hsl(var(--white));
    margin-bottom: 1.25rem;
}

.footer__area .footer__main__contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}


.footer__area .footer__main__contact ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    color: hsl(var(--white));
    font-size: 1rem;
    font-weight: 400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1199px) {
    .footer__area .footer__main__contact ul li a {
        font-size: 0.875rem;
    }
}

.footer__area .footer__main__contact ul li a i {
    color: hsl(var(--base));
}

.footer__area .footer__main__contact ul li a:hover {
    color: hsl(var(--base));
}

.footer__area .footer__main__newsletter {
    max-width: 15.625rem;
}

@media screen and (max-width: 1199px) {
    .footer__area .footer__main__newsletter {
        max-width: 12.5rem;
    }
}

@media screen and (max-width: 991px) {
    .footer__area .footer__main__newsletter {
        max-width: 18.75rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .footer__area .footer__main__newsletter {
        margin-left: 0;
        margin-right: 0;
    }
}

.footer__area .footer__main__newsletter h4 {
    font-size: 1.125rem;
    text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
    .footer__area .footer__main__newsletter h4 {
        font-size: 1rem;
    }
}

.footer__area .footer__main__newsletter__form {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 3.375rem;
}

.footer__area .footer__main__newsletter__form input {
    width: 100%;
    height: 100%;
    padding: 1rem;
    padding-right: 2.5rem !important;
}

.footer__area .footer__main__newsletter__form button {
    position: absolute;
    right: 1rem;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: hsl(var(--white));
    font-size: 1rem;
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__area .footer__main__newsletter__form button i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__area .footer__main__newsletter__form button:hover i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: hsl(var(--base));
}

.footer__area .footer__copyright {
    text-align: center;
    padding: 1.875rem 0;
    margin-top: 5rem;
    border-top: 1px solid hsl(var(--white)/0.15)
}

@media screen and (max-width: 767px) {
    .footer__area .footer__copyright {
        margin-top: 3.75rem;
    }
}

.footer__area .footer__copyright span {
    color: hsl(var(--white));
    font-size: 1rem;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .footer__area .footer__copyright span {
        font-size: 0.875rem;
    }
}

.footer__area .footer__copyright span a {
    color: hsl(var(--base));
    margin: 0rem 0.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__area .footer__copyright span a:hover {
    color: hsl(var(--base-l-300));
}

.widget-news-box {
    border-bottom: 1px solid hsl(var(--white)/0.15);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.widget-news-box h3 {
    margin-bottom: 10px;
    color: hsl(var(--white));
}

.widget-news-box p {
    max-width: 450px;
    color: hsl(var(--white)/0.8);
}

.widget-news-box .news-email-box {
    position: relative;
}

.widget-news-box .news-email-box input {
    width: 100%;
    height: 60px;
    padding-right: 70px;
    border: 1px solid hsl(var(--border-color)/0.5);
    color: hsl(var(--white));
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget-news-box .news-email-box input:focus {
    background: none !important;
}

.widget-news-box .news-email-box input::-webkit-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.widget-news-box .news-email-box input::-moz-placeholder {
    color: hsl(var(--white)/0.5);
}

.widget-news-box .news-email-box input:-ms-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.widget-news-box .news-email-box input::-ms-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.widget-news-box .news-email-box input::placeholder {
    color: hsl(var(--white)/0.5);
}

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

.widget-news-box .news-email-box .news-submit {
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 13px 23px;
    color: hsl(var(--white));
}

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

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: none;
}

@media screen and (max-width: 991px) {
    .progress-wrap {
        right: 10px;
        bottom: 20px;
        height: 35px;
        width: 35px;
    }
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap::before,
.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: hsl(var(--base));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    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;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: hsl(var(--base));
    stroke-width: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.15);
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

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

    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;

    }
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    background: linear-gradient(to right, rgba(229, 231, 235, 0.3) 1px, transparent 1px), linear-gradient(to bottom, rgba(229, 231, 235, 0.3) 1px, transparent 1px), radial-gradient(circle 500px at 50% 60%, hsl(var(--danger)/0.1), transparent), radial-gradient(120% 120% at 50% 50%, hsl(var(--white)) 40%, hsl(var(--base)) 100%);
    background-size: 48px 48px, 48px 48px, 100% 100%, 100% 100%;
    padding: 180px 0 120px;
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 150px 0 100px;
    }
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__subTitle {
    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;
    gap: 15px;
}

.breadcrumb__subTitle a {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.875rem;
}

.breadcrumb__title {
    font-size: 3.75rem;
}

@media screen and (max-width: 1199px) {
    .breadcrumb__title {
        font-size: 3.125rem;
    }
}

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

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

@media screen and (max-width: 374px) {
    .breadcrumb__title {
        font-size: 1.875rem;
    }
}

/* ====================== Breadcrumb Css End ==================== */
.blog-sidebar-wrapper {
    position: sticky;
    top: 100px;
}

/* ============ Sidebar search box ============= */
.sidebar-item {
    background: hsl(var(--base)/0.05);
    padding: 24px 24px 30px;
    border-radius: 10px;
}

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

.sidebar-item h4 {
    color: hsl(var(--black));
    padding-bottom: 15px;
    margin-bottom: 0;
}

.sidebar-item h5 {
    padding-bottom: 20px;
    margin-bottom: 0;
    color: hsl(var(--white));
}

.sidebar-item form {
    position: relative;
}

.sidebar-item form input {
    width: 100%;
    height: 62px;
    border-radius: 8px;
    border: 1px solid hsl(var(--black)/0.12);
    background: none;
    outline: none;
    -webkit-box-sizing: none;
    box-sizing: none;
    color: hsl(var(--black));
    font-size: 1rem;
    font-weight: 400;
    padding: 0 20px;
}

.sidebar-item form input::-webkit-input-placeholder {
    color: hsl(var(--black)/0.5);
}

.sidebar-item form input::-moz-placeholder {
    color: hsl(var(--black)/0.5);
}

.sidebar-item form input:-ms-input-placeholder {
    color: hsl(var(--black)/0.5);
}

.sidebar-item form input::-ms-input-placeholder {
    color: hsl(var(--black)/0.5);
}

.sidebar-item form input::placeholder {
    color: hsl(var(--black)/0.5);
}

.sidebar-item form button {
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    color: hsl(var(--gray));
    padding: 18px 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar-item form button:hover {
    color: hsl(var(--white));
}

.sidebar-item .category-file {
    display: grid;
    gap: 15px;
}

.sidebar-item .category-file a {
    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: 10px;
    color: hsl(var(--black)/0.8);
    border: 1px solid hsl(var(--black)/0.12);
    padding: 15px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar-item .category-file a:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.sidebar-item .category-file a:hover .category-title i {
    color: hsl(var(--base-two));
}

.sidebar-item .category-file .category-title i {
    color: hsl(var(--base));
    margin-right: 8px;
}

.sidebar-item .recent-post {
    display: grid;
    gap: 15px;
}

.sidebar-item .recent-post__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 15px;
    border: 1px solid hsl(var(--black)/0.12);
    padding: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-item .recent-post__item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.sidebar-item .recent-post__item .img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.sidebar-item .recent-post__item .img img {
    width: 100%;
}

.sidebar-item .recent-post__item .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: hsl(var(--black)/0.7);
}

@media screen and (max-width: 424px) {
    .sidebar-item .recent-post__item .date {
        font-size: 0.625rem;
    }
}

.sidebar-item .recent-post__item .date::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    color: hsl(var(--base));
}

.sidebar-item .recent-post__item h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 5px;
    color: hsl(var(--black)/0.9);
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .sidebar-item .recent-post__item h6 {
        font-size: 0.875rem;
    }
}

.sidebar-item .recent-post__item h6 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}

.sidebar-item .tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

.sidebar-item .tags-list a {
    padding: 8px 10px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid hsl(var(--black)/0.2);
    font-size: 0.8125rem;
    font-weight: 500;
    color: hsl(var(--black)/0.9);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sidebar-item .tags-list a:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

/* ========================= Latest Blog Css End ===================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
    position: relative;
    z-index: 1;
    padding: 190px 0 130px;
    min-height: 100vh;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding: 150px 0 90px;
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .banner-section {
        padding: 115px 0 60px;
    }
}

.banner-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: radial-gradient(125% 125% at 50% 25%, transparent 50%, hsl(var(--base-l-700)) 100%);
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .banner-content {
        text-align: center;
    }
}

.banner-content__subTitle {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
}

@media screen and (max-width: 424px) {
    .banner-content__subTitle {
        font-size: 0.8125rem;
        padding: 7px 15px;
    }
}

.banner-content__title {
    color: hsl(var(--black));
}

.banner-content__title span {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    padding: 0 15px;
    border-radius: 10px;
}

@media screen and (max-width: 991px) {
    .banner-content__title {
        max-width: 560px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.banner-content__desc {
    max-width: 560px;
    font-weight: 300;
    color: hsl(var(--black)/0.8);
    font-size: 1.125rem;
}

@media screen and (max-width: 991px) {
    .banner-content__desc {
        margin: 0 auto;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__desc {
        font-size: 1rem;
    }
}

.banner-content__button {
    margin-top: 40px;
}

.meet-box {
    border-radius: 20px;
    border: 2px solid hsl(var(--base));
    position: relative;
    z-index: 1;
}

.meet-box .meet-box-icon img {
    position: absolute;
    z-index: 11;
    -webkit-box-shadow: 0px 0px 33.8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 33.8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    --iconPad: -30px;
}

@media screen and (max-width: 575px) {
    .meet-box .meet-box-icon img {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin: 0 15px;
    }
}

.meet-box .meet-box-icon img:nth-child(1) {
    top: var(--iconPad);
    left: var(--iconPad);
}

.meet-box .meet-box-icon img:nth-child(2) {
    top: var(--iconPad);
    right: var(--iconPad);
}

.meet-box .meet-box-icon img:nth-child(3) {
    left: var(--iconPad);
    bottom: var(--iconPad);
}

.meet-box .meet-box-icon img:nth-child(4) {
    bottom: var(--iconPad);
    right: var(--iconPad);
}

.banner-shape {
    background-image: linear-gradient(to right, rgba(229, 231, 235, 0.3) 1px, transparent 1px), linear-gradient(to bottom, rgba(229, 231, 235, 0.3) 1px, transparent 1px), radial-gradient(circle 400px at 0% 5%, hsl(var(--base)/0.4), transparent), radial-gradient(circle 400px at 100% 0%, hsl(var(--success)/0.2), transparent);
    background-size: 48px 48px, 48px 48px, 100% 100%, 100% 100%;
    min-height: 100%;
    width: 100%;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    isolation: isolate;
}

/* =========================== Banner Section End Here ========================= */
/* ======================  Brand Section Start  ======================*/
.brand__area {
    position: relative;
    z-index: 1;
}

.brand__area .brand__title {
    text-align: center;
    margin-bottom: 2.5rem;
}

.brand__area .brand__title h5 {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .brand__area .brand__title h5 {
        font-size: 0.875rem;
    }
}

.brand__area .brand__slider {
    position: relative;
    z-index: 1;
}

.brand__area .brand__slider::after,
.brand__area .brand__slider::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 12.5rem;
    height: 100%;
    z-index: 2;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(hsl(var(--white))), to(transparent));
    background-image: linear-gradient(to right, hsl(var(--white)), transparent);
}

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

    .brand__area .brand__slider::after,
    .brand__area .brand__slider::before {
        width: 7.5rem;
    }
}

.brand__area .brand__slider::before {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.brand__area .brand__slider__single {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 10.625rem;
}

@media screen and (max-width: 1199px) {
    .brand__area .brand__slider__single {
        max-width: 8.75rem;
    }
}

@media screen and (max-width: 991px) {
    .brand__area .brand__slider__single {
        max-width: 7.5rem;
    }
}

@media screen and (max-width: 575px) {
    .brand__area .brand__slider__single {
        max-width: 6.25rem;
    }
}

.brand__area .brand__slider .slide-transition {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.brand__area .brand__slider .inner-slide-element {
    width: auto;
    display: inline-block;
    padding: 0rem 2.5rem;
}

@media screen and (max-width: 991px) {
    .brand__area .brand__slider .inner-slide-element {
        padding: 0rem 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    .brand__area .brand__slider .inner-slide-element {
        padding: 0rem 1.25rem;
    }
}

/* ======================  Brand Section End  ======================*/
/* ======================  Overview Section Start  ======================*/
.overview-section {
    background-image: linear-gradient(to right, hsl(var(--black)/0.02) 1px, transparent 1px), linear-gradient(to bottom, hsl(var(--black)/0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    background-color: hsl(var(--base-l-900));
}

.overview-content {
    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;
    gap: 50px;
    row-gap: 30px;
}

@media screen and (max-width: 767px) {
    .overview-content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.overview-content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.overview-content__item .icon {
    -webkit-box-shadow: 0px 0px 33.8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 33.8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.overview-content__item ul li {
    color: hsl(var(--warning));
    font-size: 1.25rem;
}

.overview-content__item h5 {
    margin-bottom: 0;
}

/* ======================  Overview Section End  ======================*/
/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.blog-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(hsl(var(--black))), color-stop(90%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, hsl(var(--black)) 0%, rgba(0, 0, 0, 0) 90%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.blog-item:hover::before {
    background: -webkit-gradient(linear, left bottom, left top, from(hsl(var(--black)/0.9)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, hsl(var(--black)/0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.blog-item:hover .blog-text {
    bottom: 0;
}

.blog-item:hover .read-blog .blog-line::before {
    width: 100%;
}

.blog-item:hover .read-blog .arrow-btn {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blog-item .blog-img {
    position: relative;
}

.blog-item .blog-img .blog-date {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 15px;
    font-size: 0.875rem;
}

.blog-item .blog-img .blog-date:before {
    opacity: 0.7;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.blog-item .blog-img img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.blog-item .blog-text {
    position: absolute;
    bottom: -76px;
    width: 100%;
    z-index: 1;
    padding: 30px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.blog-item .blog-text h4 {
    padding-bottom: 7px;
    color: hsl(var(--white));
}

.blog-item .blog-text h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.blog-item .blog-text h4 a:hover {
    color: hsl(var(--base));
}



.blog-item .read-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.blog-item .read-blog .blog-line {
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    position: relative;
    z-index: 1;
}

.blog-item .read-blog .blog-line::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background: hsl(var(--base));
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.blog-item .read-blog .arrow-btn {
    border: 2px solid hsl(var(--base)/0.7);
    min-width: 45px;
    height: 45px;
    border-radius: 100px;
    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;
    color: hsl(var(--white));
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 2s;
    transition: all 2s;
}

.blog-item .read-blog .arrow-btn:hover {
    background: hsl(var(--black)/0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}





/* ================================= Blog Section Css End Here ================================= */
/* ======================  Faq Section Start  ======================*/
.faq-section {
    background-color: hsl(var(--base)/0.05);
    position: relative;
    z-index: 1;
}

.faq-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, hsl(var(--black)/0.03) 1px, transparent 1px), linear-gradient(to bottom, hsl(var(--black)/0.03) 1px, transparent 1px), radial-gradient(circle 400px at 0% 50%, hsl(var(--info)/0.2), transparent), radial-gradient(circle 400px at 100% 50%, hsl(var(--danger)/0.2), transparent);
    background-size: 48px 48px, 48px 48px, 100% 100%, 100% 100%;
    z-index: -1;
}

.faq-section .faq-section-content {
    position: sticky;
    top: 100px;
    max-width: 415px;
}

/* ======================  Faq Section End  ======================*/
/* ======================  Process Section Start  ======================*/
.process-section {

    @media screen and (max-width: 100px) {
        overflow: hidden;
    }
}

.process-section .custom--card {
    border-color: hsl(var(--base)/0.2) !important;
}

.process-section .custom--card .card-header svg {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.process-section .custom--card .card-header .process-number {
    position: absolute;
    right: 10px;
    top: -5px;
    font-weight: 600;
    font-size: 2.5rem;
    font-family: var(--heading-font);
    opacity: 0.1;
    color: hsl(var(--base));
}

.process-icon-content {
    z-index: -1;
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    pointer-events: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1700px;
    height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process-icon .center-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 52px;
}

@media screen and (max-width: 767px) {
    .process-icon .center-icon {
        gap: 100px;
    }
}

@media screen and (max-width: 424px) {
    .process-icon .center-icon {
        gap: 80px;
    }
}

@media screen and (max-width: 374px) {
    .process-icon .center-icon {
        gap: 60px;
    }
}

.process-icon .center-icon img {
    -webkit-box-shadow: 0px 0px 33.8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 33.8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    width: 80px;
    height: 80px;
}

.process-icon .center-icon img:nth-child(2) {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.process-icon .side-icon img {
    position: absolute;
    -webkit-box-shadow: 0px 0px 33.8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 33.8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    width: 80px;
    height: 80px;
}

.process-icon .side-icon img:nth-child(1) {
    top: -120px;
    left: 30px;
}

.process-icon .side-icon img:nth-child(2) {
    top: -120px;
    right: 30px;
}

/* ======================  Process Section End  ======================*/
/* ======================  Workflow Section Start  ======================*/
.workflow-section {
    background-color: hsl(var(--base)/0.05);
    background-image: radial-gradient(circle at 30% 70%, hsl(var(--base)/0.1), transparent 60%), radial-gradient(circle at 70% 30%, hsl(var(--success)/0.1), transparent 60%);
}

.workflow-section .workflow-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.workflow-section .workflow-content h2 {
    font-size: 4.375rem;
}

@media screen and (max-width: 991px) {
    .workflow-section .workflow-content h2 {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 767px) {
    .workflow-section .workflow-content h2 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 424px) {
    .workflow-section .workflow-content h2 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 374px) {
    .workflow-section .workflow-content h2 {
        font-size: 1.75rem;
    }
}

.workflow-section .workflow-content p {
    font-size: 1.25rem;
    text-transform: capitalize;
    margin: 0px auto 40px;
    padding-top: 10px;
    max-width: 680px;
}

@media screen and (max-width: 767px) {
    .workflow-section .workflow-content p {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 424px) {
    .workflow-section .workflow-content p {
        font-size: 1rem;
    }
}

/* ======================  Workflow Section End  ======================*/
/* ======================  Feature Section Start  ======================*/
.feature-section__list {
    display: grid;
    gap: 15px;
    margin-top: 40px;
}

.feature-section__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .feature-section__list li {
        font-size: 0.875rem;
        font-weight: 300;
    }
}

.feature-section__list li:nth-child(even)::before {
    color: hsl(var(--warning));
    background-color: hsl(var(--warning)/0.2);
}

.feature-section__list li::before {
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    font-size: 0.9375rem;
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.2);
    min-width: 30px;
    height: 30px;
    border-radius: 100px;
    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;
    padding-top: 3px;
}

.feature-content .row {
    row-gap: 30px;
}

.feature-content .row:nth-child(even) .col-lg-6 {
    -ms-flex-item-align: center;
    align-self: center;
}

.feature-content .row:nth-child(even) .col-lg-6:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (max-width: 991px) {
    .feature-content .row:nth-child(even) .col-lg-6:nth-child(1) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.feature-content .row .col-lg-6 {
    -ms-flex-item-align: center;
    align-self: center;
}

/* ======================  Feature Section End  ======================*/
/* ======================  Testimonial Section Start  ======================*/
.testimonial-section {
    background-color: hsl(var(--info)/0.01);
    background-image: linear-gradient(to right, rgba(71, 85, 105, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(71, 85, 105, 0.05) 1px, transparent 1px), radial-gradient(circle at 50% 50%, hsl(var(--base)/0.1) 0%, hsl(var(--base-two)/0.1) 40%, transparent 80%);
    background-size: 40px 40px, 40px 40px, 100% 100%;
    overflow: hidden;
}

.testimonial-section .section-heading__desc {
    max-width: 500px;
}

.testimonial-slide {
    overflow: hidden;
    margin-right: -1000px;
}

@media screen and (max-width: 767px) {
    .testimonial-slide {
        margin-right: 0;
    }
}

.testimonial-item {
    background-color: hsl(var(--base)/0.1);
    border-radius: 20px;
    padding: 50px;
}

@media screen and (max-width: 767px) {
    .testimonial-item {
        padding: 30px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-item h3 {
        font-size: 1.125rem;
    }
}

.testimonial-item p {
    font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
    .testimonial-item p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-item p {
        font-size: 0.875rem;
    }
}

.testimonial-item .test-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.testimonial-item .test-user img {
    border-radius: 100px;
    width: 65px;
    min-width: 65px;
    height: 65px;
}

.testimonial-content {
    display: grid;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.testimonial-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
    max-width: 400px;
}

.testimonial-navigation .test-prev,
.testimonial-navigation .test-next {
    background-color: hsl(var(--base));
    min-width: 50px;
    height: 50px;
    border-radius: 10px;
    color: hsl(var(--white));
    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;
}

.testimonial-navigation .test-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonial-navigation .test-pagination .swiper-pagination-bullet {
    width: 100%;
    border-radius: 0;
}

/* ======================  Testimonial Section End  ======================*/
/* ======================  Languages Section Start  ======================*/
.languages-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.languages-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1183px;
    height: 659px;
    background-image: url("../images/language/global.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    z-index: -1;
}

.languages-flag {
    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-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

@media screen and (max-width: 767px) {
    .languages-flag {
        gap: 10px;
    }
}

.languages-flag img {
    -webkit-box-shadow: 0px 0px 33.8px 0px hsl(var(--black)/0.08);
    box-shadow: 0px 0px 33.8px 0px hsl(var(--black)/0.08);
    border-radius: 23px;
    background: hsl(var(--white));
    width: 90px;
    height: 90px;
    padding: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.languages-flag img:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

@media screen and (max-width: 767px) {
    .languages-flag img {
        border-radius: 5px;
        width: 50px;
        height: 50px;
        padding: 10px;
    }
}

/* ======================  Languages Section End  ======================*/
/* ======================  Benefits Section Start  ======================*/
@media screen and (max-width: 1199px) {
    .who-benefits-section .col-xl-3:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .who-benefits-section .col-xl-3:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.who-benefits-content {
    display: grid;
    gap: 30px;
}

.who-benefits-item {
    border: 1px solid hsl(var(--base)/0.2);
    padding: 30px;
    border-radius: 15px;
}

.who-benefits-item p {
    max-width: 350px;
}

.who-benefits-item ul {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.who-benefits-item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    font-weight: 400;
}

.who-benefits-item ul li::after,
.who-benefits-item ul li::before {
    content: "\f058";
    font-weight: 400;
    font-family: "Font Awesome 6 free";
    font-size: 1.125rem;
    color: hsl(var(--base));
}

.who-benefits-item ul li::after {
    display: none;
}

/* ======================  Benefits Section End  ======================*/
/* ======================  Integrations Start  ======================*/
.integrations-section .custom--card .icon img {
    -webkit-box-shadow: 0px 0px 33.8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 33.8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    width: 70px;
    height: 70px;
}

/* ======================  Integrations End  ======================*/
/* ======================  Pricing Section Start  ======================*/
.pricing-content {
    background-color: hsl(var(--white));
    padding: 30px;
    border-radius: 15px;
    display: grid;
    gap: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    position: relative;
    overflow: hidden;
}

span.pricing-card__ribbon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: hsl(var(--info)/0.15);
    color: hsl(var(--info));
    padding: 2px 10px;
    border-bottom-left-radius: 5px;

    @media screen and (max-width: 560px) {
        font-size: 14px;
        width: 100%;
        border-radius: 0;
        text-align: center;
    }
}

@media screen and (max-width: 1199px) {
    .pricing-content {
        padding: 30px 24px;
    }
}

.pricing-content h2 {
    font-size: 3.75rem;
    font-weight: 600;
}

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

.pricing-content .pricing-body {
    background-color: hsl(var(--base)/0.07);
    border-radius: 15px;
    padding: 24px;
}

@media screen and (max-width: 1199px) {
    .pricing-content .pricing-body {
        padding: 20px 10px;
        border-radius: 8px;
    }
}

.pricing-content .pricing-body ul {
    display: grid;
    gap: 10px;
}

.pricing-content .pricing-body li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .pricing-content .pricing-body li {
        font-size: 0.875rem;
    }
}

.pricing-content .pricing-body li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: hsl(var(--base));
}

.pricing-content .btn-pricing {
    width: 100%;
    border-radius: 15px;
    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;
    background-color: hsl(var(--base)/0.07);
    color: hsl(var(--black));
    height: 60px;
    font-weight: 600;
}

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

.pricing-btn {
    padding: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
}

#pricing-nav .nav-link {
    position: relative;
    border-radius: 6px;
    padding: 10px;
    width: 120px;
}

#pricing-nav .nav-link.active {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.pricing-tab {
    text-align: center;
    margin-bottom: 0px;
    position: relative;

    .form-switch {
        padding-left: 0;
    }
}

.pricing-tab__switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 1;

    label {
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
    }

    .form--switch .form-check-input {
        margin-left: 0;
        margin-bottom: 0px;
        border-radius: 40px;
        width: 65px;
        height: 32px;
        cursor: pointer;
    }

    .form--switch .form-check-input:checked::before {
        left: calc(100% - 31px);
    }

    .form--switch .form-check-input::before {
        left: 3px;
    }
}

/* ======================  Pricing Section End  ======================*/
/* ======================  Contact Start  ======================*/
.contact-section .custom--card {
    text-align: center;
}

.contact-section .custom--card .custom--badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.contact-section .custom--card .custom--badge::before {
    clip-path: none;
}

.contact-section .card-header {
    margin-bottom: 0;
}

.custom--card .card-body {
    padding-left: 0;
    padding-right: 0;
}

.contact-section .contact-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    background-color: hsl(var(--base)/0.03);
    border-radius: 10px;
    padding: 40px;
}

@media screen and (max-width: 1199px) {
    .contact-section .contact-content {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 424px) {
    .contact-section .contact-content {
        padding: 30px 20px;
    }
}

.contact-section .maps-iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 10px;
}

/* ======================  Contact End  ======================*/
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
    text-align: center;
    margin: 24px 0;
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-logo {
        margin-top: 32px;
    }
}

.dashboard .sidebar-logo img {
    max-width: 170px;
    max-height: 60px;
}

.dashboard .sidebar-menu {
    height: 100vh;
    background-color: hsl(var(--base-two));
    overflow-y: auto;
    z-index: 1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 300px;
    border-right: 1px solid hsl(var(--base-two)/0.15);
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* Menu Title Css */
    /* Hr Css */
}

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

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

.dashboard .sidebar-menu__inner {
    padding: 0 24px;
    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(--white));
    font-size: 1.25rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
    padding: 0 8px;
}

.dashboard .sidebar-menu__close:active {
    top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
    background-color: hsl(var(--white));
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.dashboard .sidebar-menu .menu-title {
    letter-spacing: 0.9px;
    padding: 12px 15px;
    color: #9da9b5;
    font-weight: 600;
    font-size: 0.8125rem;
}

.dashboard .sidebar-menu hr {
    opacity: 0.5;
}

.dashboard .sidebar-menu-list {
    margin-top: 40px;
}

.dashboard .sidebar-menu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active>a {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
}

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

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

.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    right: 16px;
    top: 14px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    color: hsl(var(--text-color)/0.6);
    font-size: 0.8125rem;
}

.dashboard .sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 12px 15px;
    width: 100%;
    color: hsl(var(--white)/0.7);
    font-weight: 500;
    font-size: 0.9375rem;
    border-radius: 5px;
}

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

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

.dashboard .sidebar-menu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

.dashboard .sidebar-submenu {
    display: none;
}

.dashboard .sidebar-submenu.open-submenu {
    display: block;
}

.dashboard .sidebar-submenu-list {
    padding: 5px 0;
}

.dashboard .sidebar-submenu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active>a {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.06);
}

.dashboard .sidebar-submenu-list__link {
    padding: 12px 15px;
    display: block;
    color: hsl(var(--body-color));
    color: #6b717e;
    font-weight: 500;
    font-size: 0.9375rem;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid hsl(var(--black)/0.4);
    border-radius: 50%;
}

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

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

/* ============ User Profile 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-two)/0.15);
    width: 100%;
    padding: 20px 24px;
    position: sticky;
    bottom: 10px;
    left: 0;
    width: 280px;
    background-color: hsl(var(--white)/0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-radius: 10px;
}

.user-profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-profile-info__icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f3f9fe;
    font-size: 1.125rem;
    border: 1px solid hsl(var(--black)/0.1);
}

.user-profile-info__content {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.user-profile-info__name {
    margin-bottom: 0px;
}

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

/* ========= User Profile Css End ============== */
/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ================================= Comment Css Start =========================== */
.comment-list__item:last-child .comment-list__content {
    border-bottom: none;
}

.comment-list__thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .comment-list__thumb {
        width: 60px;
        height: 60px;
    }
}

.comment-list__content {
    width: calc(100% - 80px);
    padding-left: 15px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .comment-list__content {
        width: calc(100% - 60px);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .comment-list__content {
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.comment-list__name {
    margin-bottom: 5px;
    color: hsl(var(--black));
}

.comment-list__time {
    margin-bottom: 15px;
}

.comment-list__time-icon {
    color: hsl(var(--base));
    font-size: 0.9375rem;
    margin-right: 5px;
}

.comment-list__reply {
    margin-top: 10px;
    display: inline-block;
}

.comment-list__reply-text {
    color: hsl(var(--black));
    font-weight: 400;
}

.comment-list__reply:hover .comment-list__reply-icon {
    color: hsl(var(--base));
}

.comment-list__reply-icon {
    font-size: 0.875rem;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .comment-list__reply-icon {
        font-size: 0.75rem;
    }
}

.comment-list .comment-list {
    margin-left: 70px;
}

.comment-list .comment-list.style-right .comment-list__item:last-child .comment-list__content {
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

@media screen and (max-width: 575px) {
    .comment-list .comment-list {
        margin-left: 40px;
    }
}

/* ================================= Comment Css End =========================== */
/* ======================  Files-recoding Start  ======================*/
/* ======================  Files-recoding End  ======================*/
/* ======================  Plugin Customization Start  ======================*/
/* ======================  Select2 Start  ======================*/
.select2-wrapper {
    --border-radius: 8px;
    --height: 50px;
    --select2-border: hsl(var(--border-color));
}

.select2 {
    width: 100% !important;
}

.select2+.select2-container {
    height: 50px;
}

.select2+.select2-container .select2-selection__rendered {
    line-height: var(--height);
    border-radius: 7px;
    border: 1px solid hsl(var(--base)/0.15);
    padding: 0 15px;
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--black));
}

.select2+.select2-container .select2-selection--single {
    height: var(--height);
}

.select2+.select2-container .select2-selection {
    border: 0;
    background-color: transparent;
    width: 100%;
}

span.select2-selection.select2-selection--single:focus-visible {
    outline: none;
}

span.select2-selection.select2-selection--single:focus-visible .select2-selection__rendered {
    border: 1px solid hsl(var(--base));
}

.select2+.select2-container .selection {
    width: 100%;
    outline: none;
}

.select2+.select2-container .select2-selection__arrow {
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: inherit;
}

.select2+.select2-container .select2-selection__arrow::after {
    position: absolute;
    content: "\f0d7";
    inset: 0;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    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;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.select2+.select2-container .select2-selection__arrow b {
    border: 0;
}

.select2-container--open:has(.select2-dropdown--above) {
    margin-top: -12px;
}

.select2-container--open:has(.select2-dropdown--below) {
    margin-top: 10px;
}

.select2-container--open .select2-dropdown {
    border: 1px solid var(--select2-border) !important;
    border-radius: var(--border-radius) !important;
    overflow: hidden;
    border-radius: 6px !important;
}

.select2-container--open .select2-dropdown--above {
    margin-bottom: 10px;
}

.select2-search__field {
    border-radius: var(--border-radius);
    border: 1px solid var(--select2-border) !important;
}

.select2-search__field:focus {
    outline: 0;
    border-color: hsl(var(--base)) !important;
}

.select2-results__option {
    font-size: 0.8125rem;
    font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: hsl(var(--base));
}

.select2-container--below.select2-container--open .select2-selection__arrow::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* ======================  Select2 End  ======================*/
/* ================= 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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base-two));
}

.slick-next {
    right: -20px;
}

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

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

.slick-prev {
    left: -20px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}

/* -------------- Slick Slider Arrow Style two ------------  */
.slick-arrow {
    position: absolute;
    z-index: 1;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
    width: 32px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    top: -67px;
}

@media screen and (max-width: 1199px) {
    .slick-arrow {
        top: -69px;
    }
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        top: auto;
        bottom: -50px;
        right: 50%;
    }
}

.slick-arrow:hover {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

.slick-next {
    right: 10px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .slick-next {
        top: auto;
        right: calc(50% - 37px);
    }
}

.slick-prev {
    right: 52px;
}

@media screen and (max-width: 767px) {
    .slick-prev {
        top: auto;
        right: calc(50% + 5px);
    }
}

/* 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));
    color: hsl(var(--white));
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 25px;
    border-radius: 5px;
    color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.custom--range__content label {
    width: 40%;
}

.custom--range__content input {
    width: 60%;
    text-align: right;
}

.custom--range input {
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.custom--range #slider-range {
    height: 5px;
    border: 0;
    background: hsl(var(--base)/0.2);
}

.custom--range #slider-range .ui-widget-header {
    background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
    background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    background-color: hsl(var(--base)) !important;
    border: 2px solid hsl(var(--white)) !important;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ================================= Range Slider Css End =========================== */
/* ======================  Plugin Customization End  ======================*/
/* ======================  Pages Design Start  ======================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    -webkit-box-shadow: 0px 2px 15px hsl(var(--white)/0.25);
    box-shadow: 0px 2px 15px hsl(var(--white)/0.25);
}

.blog-details__thumb {
    height: 450px;
    max-height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .blog-details__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__thumb {
        height: 300px;
    }
}

.blog-details__content {
    padding: 35px 0px;
}

@media screen and (max-width: 767px) {
    .blog-details__content {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 575px) {
    .blog-details__content {
        padding: 25px 15px;
    }
}

.blog-details__title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.blog-details__desc {
    margin-bottom: 15px;
}

.blog-details .social-list__link {
    border: 1px solid hsl(var(--black)/0.1);
    color: hsl(var(--body-color));
}

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

.quote-text {
    background-color: hsl(var(--base)/0.05);
    padding: 30px 20px;
    border-radius: 5px;
    border-left: 3px solid hsl(var(--base));
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .quote-text {
        padding: 25px 15px;
    }
}

/* ========================================== Blog Details Css End ======================================*/
/* =========================================== Account Css Start =========================*/
.account {
    background-image: linear-gradient(to right, rgba(229, 231, 235, 0.2) 1px, transparent 1px), linear-gradient(to bottom, rgba(229, 231, 235, 0.2) 1px, transparent 1px), radial-gradient(circle 400px at 0% 5%, hsl(var(--base)/0.4), transparent), radial-gradient(circle 400px at 100% 0%, hsl(var(--success)/0.2), transparent);
    background-size: 48px 48px, 48px 48px, 100% 100%, 100% 100%;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    @media (max-width: 991.98px) {
        min-height: 100%;
        padding: 30px 0;
    }

}

.account::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: radial-gradient(125% 125% at 50% 25%, transparent 50%, hsl(var(--base-l-700)) 100%);
    z-index: -1;
}

.account-inner {
    position: relative;
}

.account-form {
    -webkit-box-shadow: 0 6px 20px hsl(var(--black)/0.07);
    box-shadow: 0 6px 20px hsl(var(--black)/0.07);
    background-color: hsl(var(--white));
    padding: 50px;
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0;
}

@media screen and (max-width: 1366px) {
    .account-form {
        padding: 30px;
    }
}


@media screen and (max-width: 991px) {
    .account-form {
        padding: 25px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-form {
        padding: 20px 20px;
    }
}

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

.account-form__title a {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    padding: 3px 10px;
    border-radius: 7px;
    font-size: 1.25rem;
}

@media (min-width: 1199px) {
    .account-thumb {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        width: 47%;
    }

    .account-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.or-auth {
    text-align: center;
    position: relative;
    margin-top: 10px;
}

.or-auth::after,
.or-auth::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 44%;
    height: 1px;
    background-color: hsl(var(--base)/0.1);
}

.or-auth::after {
    right: 0;
    left: auto;
}

.or-auth span {
    background-color: hsl(var(--white));
}

.social-auth {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 20px;
}

.social-auth .social-auth-link {
    background-color: hsl(var(--base)/0.1);
    text-align: center;
    padding: 15px 10px;
    border-radius: 10px;
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.social-auth .social-auth-link:hover {
    background-color: hsl(var(--base)/0.3);
}

.forgot-password {
    font-size: 0.875rem;
}

/* ============================================ Account Css End ====================================*/
/* ================================= Dashboard Css Start =========================== */
.dashboard {
    position: relative;
    /* User Info Css Start */
    /* User Info Css End */
    /* ================================= Dashboard Css End =========================== */
}

.dashboard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: hsl(var(--base)/0.05);
    background-image: linear-gradient(to right, rgba(229, 231, 235, 0.4) 1px, transparent 1px), linear-gradient(to bottom, rgba(229, 231, 235, 0.4) 1px, transparent 1px), radial-gradient(circle 500px at 20% 80%, hsl(var(--danger)/0.3), transparent), radial-gradient(circle 500px at 80% 20%, hsl(var(--base)/0.3), transparent);
    background-size: 48px 48px, 48px 48px, 100% 100%, 100% 100%;
}

.dashboard__right {
    width: 100%;
    margin-left: 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)/0.7);
    border-bottom: 1px solid hsl(var(--base-two)/0.06);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

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


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

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header__right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.dashboard .dashboard-header__left {
    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: 20px;
}

.dashboard .dashboard-header__form {
    position: relative;
    z-index: 1;
}

.dashboard .dashboard-header__form input {
    width: 100%;
    height: 100%;
    background-color: hsl(var(--base)/0.1);
    border: none;
    outline: none;
    border-radius: 0.3125rem;
    padding: 15px 40px 15px 20px;
    color: hsl(var(--base-two));
    font-size: 0.875rem;
    font-weight: 400;
}

.dashboard .dashboard-header__form button {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color: hsl(var(--base));
    width: 2.5rem;
    height: 100%;
    border: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    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;
}

.dashboard .dashboard-header__back {
    color: hsl(var(--base-two));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard .dashboard-header__back:hover {
    color: hsl(var(--base));
}

.dashboard .dashboard-header__bell .notifaction-bell {
    background-color: hsl(var(--base)/0.1);
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    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;
    color: hsl(var(--base));
}

.dashboard .dashboard-header__bell .notifaction-bell .bell-text {
    position: absolute;
    top: 0px;
    right: 1px;
    color: hsl(var(--white));
    background-color: hsl(var(--danger));
    border-radius: 10px;
    font-size: 0.75rem;
    width: 15px;
    height: 15px;
    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;
}

.dashboard .dashboard-header__bell .dropdown-menu {
    min-width: 300px;
    margin: 0;
    padding: 0;
    background-color: hsl(var(--white)/0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    overflow: hidden;
    border: 0;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.dashboard .dashboard-header__bell .dropdown-menu__header {
    background-color: hsl(var(--base));
    padding: 20px;
    color: hsl(var(--white));
}

.dashboard .dashboard-header__bell .dropdown-menu__header .caption {
    font-size: 1.125rem;
}

.dashboard .dashboard-header__bell .dropdown-menu__header p {
    font-size: 0.875rem;
    color: hsl(var(--white));
}

.dashboard .dashboard-header__bell .dropdown-menu__body {
    display: grid;
    gap: 10px;
    padding: 15px;
    height: 300px;
    overflow-y: auto;
}

.dashboard .dashboard-header__bell .dropdown-menu__body .notification-item {
    background-color: hsl(var(--base)/0.1);
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.dashboard .dashboard-header__bell .dropdown-menu__body .notification-item:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.dashboard .dashboard-header__bell .dropdown-menu__body .notification-item h6 {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    font-weight: 500;
}

.dashboard .dashboard-header__bell .dropdown-menu__body .notification-item p {
    font-size: 0.8125rem;
}

.dashboard .dashboard-header__bell .dropdown-menu__footer .view-all-message {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    padding: 15px;
    text-align: center;
    width: 100%;
}

.dashboard .dashboard-header .bd-btn {
    padding: 10px 25px;
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
}

.dashboard .dashboard-header .bd-btn:hover {
    background-color: hsl(var(--base)/0.2);
}

.dashboard .dashboard-header .bd-btn:active {
    position: relative;
    top: 2px;
}

.dashboard .dashboard-header .bd-btn .icon {
    margin-right: 5px;
}

.dashboard .dashboard-header .bd-btn.support {
    background-color: hsl(var(--primary)/0.1);
    color: hsl(var(--primary));
}

.dashboard .dashboard-header .bd-btn.support:hover {
    background-color: hsl(var(--primary)/0.2);
}

.dashboard .dashboard-header .bd-btn.logout {
    background-color: hsl(var(--danger)/0.1);
    color: hsl(var(--danger));
}

.dashboard .dashboard-header .bd-btn.logout:hover {
    background-color: hsl(var(--danger)/0.2);
}

.dashboard .user-info {
    position: relative;
    text-align: center;
}

.dashboard .user-info__button {
    position: relative;
    padding-right: 20px;
}

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

.dashboard .user-info .user-info-dropdown {
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background-color: hsl(var(--white)/0.7);
    -webkit-box-shadow: 0px 5px 25px hsl(var(--black)/0.1);
    box-shadow: 0px 5px 25px hsl(var(--black)/0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 250px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    padding: 15px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

.dashboard .user-info .user-info-dropdown.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 991px) {
    .dashboard .user-info .user-info-dropdown {
        -webkit-transform: unset !important;
        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__item .text-start a {
    color: hsl(var(--black));
}

.dashboard .user-info .user-info-dropdown__link {
    padding: 8px 16px !important;
    color: #5d7387 !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 600;
    text-align: left;
    font-size: 0.9375rem;
    border-radius: 5px;
}

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

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

.dashboard .user-info .user-info-dropdown__link .icon {
    margin-right: 8px;
}

.dashboard .user-info__thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 5px;
}

.dashboard .user-info__name {
    color: hsl(var(--white));
    margin-left: 10px;
    font-size: 0.9375rem;
}

.dashboard .dashboard-body {
    position: relative;
    padding: 30px;
    min-height: 100vh;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-body {
        padding: 56px 40px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-body {
        padding: 56px 32px;
    }
}

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

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

.dashboard .dashboard-body__bar-icon {
    color: hsl(var(--body-color));
    font-size: 1.5625rem;
    margin-bottom: 10px;
    cursor: pointer;
}

.dashboard .dashboard-analytics {
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 10px;
}

.dashboard .dashboard-box {
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 10px;
}

.dashboard .dropdown-select__active {
    border: 1px solid hsl(var(--base-two));
    padding: 6px 18px;
    border-radius: 5px;
    color: hsl(var(--black));
    font-size: 1rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard .dropdown-select__active::after {
    content: "\f0dd";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    margin-left: 10px;
    margin-top: -6px;
}

.dashboard .dropdown-select .dropdown-menu {
    padding: 5px 10px 10px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white)/0.6);
    border: 0.0625rem solid hsl(var(--base));
    border-radius: 0.5rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: 0;
    text-align: center;
}

.dashboard .dropdown-select .dropdown-item {
    font-weight: 500;
    font-size: 0.875rem;
    color: hsl(var(--black));
    background-color: hsl(var(--base)/0.1);
    border: 1px solid hsl(var(--white)/0.04);
    border-radius: 0.25rem;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0.5rem 1rem;
    margin-top: 5px;
}

@media screen and (max-width: 575px) {
    .dashboard .dropdown-select .dropdown-item {
        font-size: 0.75rem;
        padding: 0.25rem 0.75rem;
    }
}

.dashboard .dropdown-select .dropdown-item:focus,
.dashboard .dropdown-select .dropdown-item:hover,
.dashboard .dropdown-select .dropdown-item:active,
.dashboard .dropdown-select .dropdown-item.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.dashboard .dashboard-widget {
    padding: 24px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0px 0px 20px hsl(var(--black)/0.1);
    box-shadow: 0px 0px 20px hsl(var(--black)/0.1);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.dashboard .dashboard-widget:hover {
    -webkit-transform: translateY(-6px) scale(1.01);
    transform: translateY(-6px) scale(1.01);
    -webkit-box-shadow: 0px 0px 20px hsl(var(--black)/0.1);
    box-shadow: 0px 0px 20px hsl(var(--black)/0.1);
}

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

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

.dashboard .dashboard-widget__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;

    @media (max-width: 575.98px) {
        gap: 10px;
    }
}

.dashboard .dashboard-widget__icons .custom--badge {
    width: 50px;
    height: 50px;
    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;
    font-size: 1.5rem;

    @media (max-width: 575.98px) {
        width: 40px;
        height: 40px;
    }
}

.dashboard .dashboard-widget__icons .custom--badge::before {
    clip-path: none;
}

.dashboard .dashboard-widget__icons img {
    width: 32px;
}

.dashboard .dashboard-widget__icons__number {
    margin-bottom: 0;
    font-size: 1.125rem;
}

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

.dashboard .dashboard-widget__content {
    margin-top: 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.dashboard .dashboard-widget__number {
    margin-bottom: 0px;
}

.dashboard .dashboard-widget__text {
    color: hsl(var(--text-color)/0.7);
    font-size: 0.875rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.dashboard .dashboard-widget__text:hover {
    color: hsl(var(--base));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 1) .dashboard-widget__icon {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 2) .dashboard-widget__icon {
    background-color: hsl(var(--violet)/0.1);
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 3) .dashboard-widget__icon {
    background-color: hsl(var(--info)/0.1);
    color: hsl(var(--info));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 4) .dashboard-widget__icon {
    background-color: hsl(var(--warning)/0.1);
    color: hsl(var(--warning));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 5) .dashboard-widget__icon {
    background-color: hsl(var(--success)/0.1);
    color: hsl(var(--success));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 6) .dashboard-widget__icon {
    background-color: hsl(var(--primary)/0.1);
    color: hsl(var(--primary));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 7) .dashboard-widget__icon {
    background-color: hsl(var(--danger)/0.1);
    color: hsl(var(--danger));
}

.dashboard .summary-head__left ul li {
    color: hsl(var(--black)/0.5);
}

.dashboard .summary-content .custom--badge {
    font-size: 0.875rem;
    width: 100px;
}

.dashboard .summary-content .custom--badge::before {
    clip-path: none;
}

.dashboard .summary-content__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 15px;
    padding: 15px;
    background-color: hsl(var(--white)/0.4);
    border-radius: 10px;
    margin-top: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dashboard .summary-content__box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: hsl(var(--white));
}

.dashboard .summary-content__box p {
    margin-top: -4px;
}

.dashboard .summary-content__list {
    margin-top: 30px;
}

.dashboard .summary-content__list:first-child {
    margin-top: 0;
}

.dashboard .summary-content__list h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.dashboard .summary-content__list h5 .custom--badge {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    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;
}

.dashboard .summary-content__list ul {
    margin-top: 13px;
    display: grid;
    gap: 5px;
    margin-left: 20px;
}

.dashboard .summary-content__list ul li {
    font-size: 0.875rem;
    list-style: disc;
}

.dashboard .recoding-box-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.dashboard .recoding-box {
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 10px;
}

.dashboard .recoding-box__img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.dashboard .recoding-box__img img {
    width: 100%;
}

.dashboard .recoding-box__category {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: hsl(var(--black)/0.5);
    color: hsl(var(--white));
    border-radius: 5px;
    padding: 4px 15px;
}

.dashboard .recoding-box__body {
    padding: 20px 0;
}

.dashboard .recoding-box__body h4 {
    margin-bottom: 10px;
    font-weight: 400;
}

.dashboard .recoding-box__body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.dashboard .recoding-box__body ul li {
    font-size: 0.875rem;
    font-weight: 400;
    color: hsl(var(--black)/0.5);
}

.dashboard .recoding-box__footer {
    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;
    border-top: 1px solid hsl(var(--border-color)/0.3);
    padding-top: 20px;
}

.dashboard .recoding-box__participant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --white-b: 40px;
}

.dashboard .recoding-box__participant img {
    width: var(--white-b);
    height: var(--white-b);
    border-radius: 100px;
    margin: 0 -7px;
}

.dashboard .recoding-box__participant span {
    width: var(--white-b);
    height: var(--white-b);
    border-radius: 100px;
    border: 1px solid hsl(var(--border-color));
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsl(var(--white));
}

.dashboard .integration-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
}

.dashboard .integration-content__item {
    background-color: hsl(var(--white));
    border-radius: 10px;
    padding: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.dashboard .integration-content__item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.dashboard .integration-content__item .icon {
    text-align: center;
    background-color: hsl(var(--black)/0.08);
    height: 180px;
    border-radius: 10px;
    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;
}

.dashboard .integration-content__item .title {
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

.dashboard .das-modal-btn {
    border: 1px solid hsl(var(--base-two)/0.15);
    color: hsl(var(--base-two));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 25px;
    border-radius: 8px;
    gap: 10px;
}

.dashboard .meeting-form {
    background-color: hsl(var(--white));
    padding: 30px;
    border-radius: 20px;
    max-width: 550px;
    margin: 0 auto;
}

.dashboard .meeting-form .form--label {
    color: hsl(var(--black));
}

.dashboard .meeting-form .form--radio img {
    height: 20px;
    margin-right: 1px;
}

.dashboard .meeting-form .meetingTime input {
    font-size: 0.875rem;
    font-weight: 400;
}

.dashboard .meeting-form .meetingTime__input {
    max-width: 150px;
}

@media screen and (max-width: 575px) {
    .dashboard .meeting-form .meetingTime__input {
        max-width: 100%;
    }
}

.dashboard .current-plan {
    background-color: hsl(var(--white));
    border-radius: 15px;
    padding: 30px;
}

@media screen and (max-width: 575px) {
    .dashboard .current-plan {
        padding: 20px;
    }
}

.dashboard .current-plan__box {
    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;
    gap: 50px;
    border: 1px solid hsl(var(--border-color)/0.3);
    border-radius: 12px;
    padding: 30px;
}

.dashboard .current-plan__box .badge {
    font-size: 0.75rem;
}

@media (max-width: 1145.98px) {
    .dashboard .current-plan__box {
        display: grid;
        gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .current-plan__box {
        padding: 20px;
    }
}

.dashboard .current-plan__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}

.dashboard .current-plan__info span {
    color: hsl(var(--black)/0.3);
}

@media screen and (max-width: 575px) {
    .dashboard .current-plan__info {
        gap: 20px;
    }
}

.dashboard .current-plan .plan-shape {
    position: relative;
    height: 80px;
}

@media (max-width: 1199.98px) {
    .dashboard .current-plan .plan-shape {
        width: 100%;
        height: 1px;
    }
}

.dashboard .current-plan .plan-shape::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: hsl(var(--black)/0.2);
}

@media (max-width: 1199.98px) {
    .dashboard .current-plan .plan-shape::before {
        width: 100%;
    }
}

/* ======================  Pages Design End  ======================*/
/*# sourceMappingURL=main.css.map */


label.required:after {
    content: '*';
    color: #DC3545 !important;
    margin-left: 2px;
}



/* ======================  Select2 Start  ======================*/
.select2-wrapper {
    --s-height: 50px;
    --select-border: hsl(var(--border-color));
    --select-bg: var(--white);
    --select-shadow: none;
    --border-radius: 8px;
    --font-size: 1rem;
    --font-weight: 400;
    --select-width: 100%;
    --select-color: hsl(var(--heading-color));
    --arrow-color: hsl(var(--border-color));
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: hsl(var(--white));
    font-weight: 600;
    font-size: 0.875rem;
}

.select2-search--inline {
    display: inline-block;
}

.select2-group {
    position: relative;
}

.select2-group .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.select2-group .select2-container--default :is(.select2-selection--multiple, .select2-selection--single) {
    padding-left: 36px;
}

.selection {
    display: block;
}

.select2 .dropdown-wrapper {
    display: none;
}

.select2-container--default :is(.select2-selection--multiple, .select2-selection--single) {
    border: 1px solid var(--select-border);
    background: var(--select-bg);
    border-radius: var(--border-radius);
    min-height: var(--s-height);
    padding-inline: 4px;
    -webkit-box-shadow: var(--select-shadow);
    box-shadow: var(--select-shadow);
}

.select2-container--default.select2-container--focus :is(.select2-selection--multiple, .select2-selection--single),
.select2-container--default.select2-container--open :is(.select2-selection--multiple, .select2-selection--single) {
    border-color: hsl(var(--base));
}

.select2-container--default .select2-results__option--selected {
    background-color: hsl(var(--white)/0.05);
}

.select2-dropdown {
    border: 1px solid hsl(var(--white)/0.2) !important;
    min-width: 140px;
    border-radius: var(--border-radius) !important;
    margin-top: 4px !important;
    background-color: hsl(var(--section-bg));
}

.select2-container--default .select2-results__option--selected {
    background-color: hsl(var(--white)/0.04) !important;
    color: hsl(var(--heading-color)) !important;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: hsl(var(--base)/0.2) !important;
    color: hsl(var(--black)) !important;
}

.select2-results__option {
    padding: 6px 10px;
    color: hsl(var(--black)/.7);
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: hsl(var(--white) / .1);
    border: 0;
    font-size: 0.75rem;
    font-weight: 500;
    color: hsl(var(--white));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: var(--s-height);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--arrow-color) transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--arrow-color) transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: var(--s-height);
    font-size: var(--font-size);
    color: var(--select-color);
    font-weight: var(--font-weight);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 6px;
    padding-right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--select-border);
    outline: 0;
    border-radius: var(--border-radius);
    padding: 6px 16px;
    font-size: var(--font-size);
    color: hsl(var(--black));
    background-color: hsl(var(--black)/.1);
    border-radius: 5px !important;
}

.select2-container:has(.select2-selection--multiple, .select2-selection--single) {
    width: var(--select-width) !important;
    outline: none;
}

.img-flag-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.img-flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.select2-results__options::-webkit-scrollbar-track {
    background-color: hsl(var(--select-border));
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: hsl(var(--white)/0.2);
}

/* ======================  Select2 End  ======================*/


.auth-user-pic {
    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: 12px 24px;
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .auth-user-pic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 16px;
    }
}

.auth-user-pic__thumb {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid hsl(var(--base)/.15)
}

.auth-user-pic__btns {
    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: 12px;
}





.gateway-card {
    padding: 15px;
}

.payment-card-title {
    padding: 13px 25px;
    text-align: center;
    background-color: hsl(var(--section-bg));
    border-radius: 5px;
    border: 0;
    margin-bottom: 0px;
    color: hsl(var(--white));
}

.payment-system-list {
    --thumb-width: 100px;
    --thumb-height: 40px;
    --radio-size: 12px;
    --border-color: hsl(var(--danger));
    --hover-border-color: hsl(var(--base));
    background-color: hsl(var(--white));
    border-radius: 8px;
    height: 100%;

}


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

.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(--base));
    border-radius: 10px;
}

.payment-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 18px;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-left: 3px solid transparent;
}

.payment-item:not(:last-child) {
    border-bottom: 1px solid hsl(var(--base)/0.1);
}

.payment-item:first-child {
    border-top-color: hsl(var(--base)/0.1);
    border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
    border-left: 3px solid var(--hover-border-color);
    border-radius: 0px;
}

.payment-item__check {
    border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
    border: 3px solid hsl(var(--base));
}

.payment-item__info {
    display: flex;
    align-items: center;
    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 {
    padding-left: 10px;
    width: calc(100% - var(--radio-size));
    transition: all 0.3s;
}

.payment-item__thumb {
    width: var(--thumb-width);
    height: var(--thumb-height);
    text-align: right;
    padding-left: 10px;

    &:has(.text) {
        width: fit-content;
    }
}

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


.deposit-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.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 hsl(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 {
        align-self: center;
        padding-left: 5px;
    }

}

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

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

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

}

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

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

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

.payment-item__btn {
    border: 0;
    border-block: 1px solid hsl(var(--border-color));
    border-bottom: 0;
    color: hsl(var(--base-l-800));
    background-color: hsl(var(--white));
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    font-weight: 700;
}

.payment-item:hover+.payment-item__btn {
    border-top-color: hsl(var(--base)/0.1);
}


/* end payment */

.error-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: fit-content;
    text-align: center;
}

.error-btn .icon svg {
    width: 20px;
    height: 20px;
    fill: hsl(var(--base));
    transition: all 0.3s;
}

.error-btn:hover .icon svg {
    fill: hsl(var(--white)) !important;
}


.error .title {
    margin-top: 45px;
    margin-bottom: 20px;
}

.list-group--custom {
    border-radius: 0px;
}

.list-group--custom .list-group-item {
    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;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

.list-group--custom .list-group-item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom-color: hsl(var(--white)/0.1);
}

.list-group--custom .list-group-item strong {
    font-weight: 600;
    color: hsl(var(--dark));
}

.avatar img {
    max-width: 55px;
}

.main-logo {
    max-width: 220px;
}

.pagination-wrapper {
    margin-top: 10px;

    .text-muted {
        color: hsl(var(--black)) !important;
    }

    .pagination {
        margin-top: 0;
    }
}


.success-area {
    text-align: center;
    padding-block: 16px;
}

.success-area-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.success-area-title {
    margin-bottom: 8px;
}

.success-area-text {
    margin-bottom: 20px;
}


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

.table tbody tr td:has(.empty-table-text) {
    justify-content: center;
}

.upload-fill {
    .custom-file-upload {
        cursor: pointer;
        background: #f8f9fa;
        transition: all 0.3s ease;
        padding: 30px;
        border: 2px dashed hsl(var(--base));
        border-radius: 10px;
        text-align: center;
        font-size: 1.2rem;
    }

    .custom-file-upload:hover {
        background: #e9ecef;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .file-text {
        font-weight: 500;
        color: #495057;
        font-size: 1.1rem;
    }

    .custom-file-upload i {
        transition: transform 0.3s ease;
        font-size: 40px;
        color: hsl(var(--base));
        margin-bottom: 10px;
    }

    .custom-file-upload:hover i {
        transform: scale(1.1);
        color: hsl(var(--base));
    }

    .file-selected {
        border-color: #28a745;
        background: #e7f1ff;
    }

    .file-selected i {
        color: #28a745;
    }

    /* Hide the default input */
    #file-upload {
        display: none;
    }

    /* Bigger button styling */
    button.btn {
        padding: 12px 30px;
        font-size: 1.2rem;
        border-radius: 8px;
    }
}

.spinner-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.why_choose_card,
.how_it_works_widget {
    height: 100%;
}


.btn--xsm {
    padding: 2px !important;
}

