@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "DM Serif Text", serif;
    --body-font: "Open Sans", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 14;
    --base-s: 92%;
    --base-l: 52%;
    --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: 14;
    --base-two-s: 85%;
    --base-two-l: 42%;
    --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: 206 5% 25%;
    --text-color: 199 8% 60%;
    --heading-color: 240 9% 2%;
    --light-color: 210 10% 96%;
    --black: 0 0% 0%;
    --border-color: 204 8% 88%;
    --section-bg: 210 10% 96%;
    --section-bg-two: 0 0% 85%;
    --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: 216;
    --primary-s: 98%;
    --primary-l: 52%;
    --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: 146;
    --success-s: 64%;
    --success-l: 36%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-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: 214;
    --info-s: 89%;
    --info-l: 52%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* dark Color */
    --dark-h: 210;
    --dark-s: 6%;
    --dark-l: 14%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-l);
    --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
    --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
    --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
    --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
    --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
    --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
    --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
    --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
    --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
    --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
    /* ============================== 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,
.action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

/* ============================= Display Flex Css End ============================= */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
    width: 100%;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    color: hsl(var(--body-color));
    font-family: var(--body-font);
    background-color: hsl(var(--white));
    word-break: break-word;
}

p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 20px;
}

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

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

h1,
.h1 {
    /* 80 - 40 */
    font-size: clamp(2.5rem, 1.8745rem + 3.1274vw, 5rem);
}

h2,
.h2 {
    /* 64 - 32 */
    font-size: clamp(2rem, 1.4996rem + 2.502vw, 4rem);
}


h3,
.h3 {
    /* 40 - 24 */
    font-size: clamp(1.5rem, 1.2498rem + 1.251vw, 2.5rem);
}


h4,
.h4 {
    /* 32 - 20 */
    font-size: clamp(1.25rem, 1.0624rem + 0.9382vw, 2rem);
}


h5,
.h5 {
    /* 24 - 18 */
    font-size: clamp(1.125rem, 1.0312rem + 0.4691vw, 1.5rem);
}

h6,
.h6 {
    /* 20 - 16 */
    font-size: clamp(1rem, 0.9375rem + 0.3127vw, 1.25rem);
}

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

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

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

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

select {
    cursor: pointer;
}

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

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

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

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

.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 =========================== */
.page-wrapper {
    flex-grow: 1;
}

/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .col-xl-1\.5 {
        width: 12.5000000025%;
    }
}


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

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

.title-text {
    color: hsl(var(--base));
    font-style: italic;
    position: relative;
}

.title-text svg {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
}

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

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

.body-overlay.show {
    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 {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

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

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

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

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

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

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

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

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

.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(--border-color));
}

.list-group--custom .list-group-item .label {
    font-weight: 400;
    color: hsl(var(--black) / 0.6);
}

.list-group--custom .list-group-item .value {
    font-weight: 500;
    color: hsl(var(--black));
}

.list-group--custom .list-group-item a.value {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: hsl(var(--base));
}

.skeleton-box {
    animation: skeleton-pulse 1.5s infinite ease-in-out;
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
}

.skeleton-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg,
            transparent,
            hsl(var(--black) / 0.1),
            transparent);
    animation: skeleton-shimmer 2s infinite;
}

@keyframes skeleton-shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}


.item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.toggle-el__target {
    position: relative;
}

.toggle-el__target::after {
    content: "";
    width: 100%;
    height: 120px;
    display: inline-block;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(hsl(var(--white))));
    background: linear-gradient(180deg, transparent 0%, hsl(var(--white)) 100%);
    bottom: 0;
    left: 0;
    right: 0px;
}

.toggle-el__btn {
    font-size: 1rem;
    font-weight: 600;
    border: none;
    color: hsl(var(--dark));
    background-color: transparent;
    margin-top: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

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

.toggle-el__btn::after {
    content: "\f107";
    width: 0.8em;
    height: 0.8em;
    font-family: "Line Awesome Free";
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 4px;
}

.toggle-el__btn:hover,
.toggle-el__btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.toggle-el.show .toggle-el__target::after {
    display: none;
}

.toggle-el.show .toggle-el__btn::after {
    content: "\f106";
}

.toggle-text__target {
    position: relative;
}

.toggle-text__btn {
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    color: hsl(var(--base));
    background-color: transparent;
    margin-top: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

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

.toggle-text__btn::after {
    content: "\f107";
    width: 0.8em;
    height: 0.8em;
    font-family: "Line Awesome Free";
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 4px;
}

.toggle-text__btn:hover,
.toggle-text__btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.toggle-text.show .toggle-el__btn::after {
    content: "\f106";
}

/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 48px;
}

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

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

.section-heading__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.section-heading__subtitle {
    font-size: 1.125rem;
    font-weight: 500;
    color: hsl(var(--base));
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.section-heading__subtitle::before {
    content: '';
    width: 40px;
    height: 3px;
    border-radius: 999px;
    background-color: hsl(var(--base));
}

.section-heading__title {
    font-size: clamp(1.75rem, 1.4373rem + 1.5637vw, 3rem);
    margin-bottom: 16px;
}

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

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

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

.section-heading.style-left .section-heading__title::before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

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

.section-heading:has(.section-heading__inner) {
    max-width: 100%;
}

.section-heading__inner .left-content {
    max-width: 600px;
}

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

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

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

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

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

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

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

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

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

/* ================================= 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--danger {
    color: hsl(var(--white));
}

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

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

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

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

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

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

/* ================================= Border Color Css End =========================== */

/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid hsl(var(--border-color));
    background-color: transparent !important;
    border-radius: 0px;
    overflow: hidden;
    padding: 24px 0;
}

.custom--accordion .accordion-item:first-child {
    margin-top: 0 !important;
}

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

.custom--accordion .accordion-body {
    padding: 0;
    padding-top: 20px;
    margin-top: 20px;
    background-color: transparent;
    border-top: 1px dashed hsl(var(--border-color));
}

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

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

.custom--accordion .accordion-button {
    background-color: transparent;
    color: hsl(var(--heading-color));
    font-size: 24px;
    padding: 0px;
}

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

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

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

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

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

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f00d";
    font-size: 24px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f067";
}

/* ================================= 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 {
    padding: 17px 24px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--white)) !important;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    line-height: 1;
}

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

.btn--lg {
    font-size: 1.125rem;
    padding: 21px 28px;
}

.btn--sm {
    padding: 13px 20px;
}

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

.btn--light:hover,
.btn--light:focus,
.btn--light:focus-visible {
    background-color: hsl(var(--light-color-l-200)) !important;
}

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

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

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

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

.btn--base::before,
.btn--base::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, hsl(var(--base))), to(hsl(var(--base-two))));
    background: linear-gradient(90deg, hsl(var(--base)) 20%, hsl(var(--base-two)) 100%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn--base::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, hsl(var(--base-two))), to(hsl(var(--base))));
    background: linear-gradient(90deg, hsl(var(--base-two)) 20%, hsl(var(--base)) 100%);
    visibility: hidden;
    opacity: 0;
}

.btn--base:hover::after,
.btn--base:focus::after,
.btn--base:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn-outline--base {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn-outline--base::before,
.btn-outline--base::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, right top, from(hsl(var(--base-two))), to(hsl(var(--base))));
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

.btn-outline--base:hover::before,
.btn-outline--base:hover::after,
.btn-outline--base:focus::before,
.btn-outline--base:focus::after,
.btn-outline--base:focus-visible::before,
.btn-outline--base:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    overflow: hidden;
}

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

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

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

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

.custom--card .card-desc {
    font-size: 0.875rem;
    font-size: 500;
    font-style: italic;
    color: hsl(var(--black)/0.8)
}

/* ================================= Card Css End =========================== */
/* ================================ Dropdown CSS Start ========================= */
.dropdown--lang .dropdown-toggle {
    font-size: 1rem;
    font-weight: 500;
    line-height: 100%;
    border-radius: 999px;
    color: hsl(var(--white)/0.6);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 5px 10px 5px 5px;
    border: 1px solid hsl(var(--border-color)/0.1);
    background-color: hsl(var(--white)/0.05);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

@media screen and (max-width: 575px) {
    .dropdown--lang .dropdown-toggle {
        font-size: 0.875rem;
    }
}

.dropdown--lang .dropdown-toggle .icon {
    --size: 1.75em;
    width: var(--size);
    height: var(--size);
    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: 50%;
    background-color: hsl(var(--white)/0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dropdown--lang .dropdown-toggle .icon svg {
    width: 50%;
    height: 50%;
}

.dropdown--lang .dropdown-toggle::after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    margin-left: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 1rem;
}

.dropdown--lang .dropdown-toggle[aria-expanded=true]::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown--lang .dropdown-toggle:hover,
.dropdown--lang .dropdown-toggle:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--white));
    border-color: hsl(var(--border-color)/0.2);
}

.dropdown--lang .dropdown-menu {
    min-width: 12rem;
    overflow: hidden;
    padding: 0;
    border-radius: 8px;
    border: 1px solid hsl(var(--border-color)/0.1);
    background-color: hsl(var(--dark)/0.5);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);

    display: none !important;
    opacity: unset !important;
    visibility: unset !important;
}

.dropdown--lang .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dropdown--lang .dropdown-item {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 120%;
    color: hsl(var(--white)/0.6);
    padding: 12px 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media screen and (max-width: 575px) {
    .dropdown--lang .dropdown-item {
        font-size: 0.875rem;
    }
}

.dropdown--lang .dropdown-item .lang-flag {
    --size: 1.25em;
    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;
}

.dropdown--lang .dropdown-item:hover,
.dropdown--lang .dropdown-item:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--base));
    background-color: transparent;
}

.dropdown--lang .dropdown-item.active {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
}

.dropdown--lang .dropdown-item.active::after {
    content: "\f00c";
    font-family: "Line Awesome Free";
    font-weight: 900;
    margin-left: auto;
    color: transparent;
    background-color: hsl(var(--base));
    -webkit-background-clip: text;
    background-clip: text;
}

/* ================================ Dropdown CSS End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    margin-bottom: 8px;
    font-size: 1rem;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.form--label:has(.form--info) {
    margin-bottom: 16px;
}

.form--info {
    font-size: 0.875rem;
    font-weight: 500;
    font-style: italic;
    display: block;
    color: hsl(var(--info));
}

.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 {
    width: 100%;
    border-radius: 12px;
    font-weight: 500;
    padding: 10px 20px;
    color: hsl(var(--black));
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    line-height: 1;
}

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

.form--control::-webkit-input-placeholder {
    color: #A7B0B4;
}

.form--control::-moz-placeholder {
    color: #A7B0B4;
}

.form--control:-ms-input-placeholder {
    color: #A7B0B4;
}

.form--control::-ms-input-placeholder {
    color: #A7B0B4;
}

.form--control::placeholder {
    color: #A7B0B4;
}

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

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

.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: 42px;
    padding: 0 !important;
    position: relative;
}

.form--control[type=file]::-webkit-file-upload-button {
    padding: 4px 12px;
    border-radius: 6px;
    transition: 0.2s linear;
    line-height: 25px;
    margin-left: 5px;
    border: none;
    font-size: 0.875rem;
    color: hsl(var(--white)) !important;
    background-color: hsl(var(--base)) !important;
}

.form--control[type=file]::file-selector-button {
    padding: 4px 12px;
    border-radius: 6px;
    transition: 0.2s linear;
    line-height: 25px;
    margin-left: 10px;
    border: none;
    font-size: 0.875rem;
    color: hsl(var(--white)) !important;
    background-color: hsl(var(--base)) !important;
}

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

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

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

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

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

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

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

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

input[type=number] {
    -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: hsl(var(--white));
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 6px;
    width: 20px;
    height: 20px;
    border: 1px solid hsl(var(--border-color));
    cursor: pointer;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

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

input[type=date] {
    padding: 11px 24px !important;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input--group {
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

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

.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;
    color: hsl(var(--body-color));
    background-color: transparent;
}

.input--group .input-group-text:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.input--group .input-group-text:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

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

.input--group .form--control[readonly] {
    background: transparent !important;
}

.input--group .form--control[readonly]:focus {
    border-color: hsl(var(--base)) !important;
}

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

.input--group:has(.form--control[readonly]):focus-within {
    border-color: transparent;
}

.input-group-text:has(.form--control) {
    padding: 0;
    background: hsl(var(--black));
    border: 0;
    position: absolute;
}

.input-group-text:has(.form--control) .select2+.select2-container .select2-selection__arrow {
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border-radius: inherit;
    height: unset;
    width: unset;
}

.input--group:has(.form--control[readonly]) .input-group-text {
    background: transparent !important;
}

.input--group:has(.form--control[readonly]) .input-group-text .select2+.select2-container .select2-selection {
    background: transparent !important;
}

.input-group-text:has(.form--control) .select2+.select2-container {
    border: 0 !important;
}

.input-group-text .form--control {
    border: 0;
}

.input-group:has(.input-group-text .form--control) .form--control {
    border: 0;
}

.input-group-text .select2+.select2-container .select2-selection {
    border: 0 !important;
    height: 40px !important;
}

.input-group-text .select2-wrapper {
    min-width: unset;
}

.input-group-text .select2+.select2-container .select2-selection__rendered {
    line-height: 40px !important;
}

.input--group:has(.select2) .form--control {
    padding-left: 90px;
}

.input--group:has(.select2) .form--control {
    padding-left: 90px;
}

.input--group:has(.select2) {
    border-radius: 12px !important;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.input--group:has(.select2-wrapper) .select2-wrapper {
    border-radius: 12px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 16px;
    background: hsl(var(--white));
    position: relative;
}

.custom--modal .modal-header .btn-close {
    --size: 30px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    font-size: calc(var(--size) * 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--heading-color));
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--section-bg));
    background-image: none;
    transition: 0.2s linear;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    opacity: 1;
    padding: 0px;
    margin: 0px;
}

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

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

.custom--modal .modal-body {
    padding: 24px;
}

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

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

.custom--modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid hsl(var(--black)/0.12);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modal-body__bottom {
    margin-top: 40px;
}

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

.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: 50%;
    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;
}

.d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
    margin-top: 40px;
}

@media screen and (max-width: 575px) {
    .d-flex.justify-content-between.flex-fill.d-sm-none {
        margin-top: 24px;
        justify-content: center !important;
    }
}


/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@media screen and (max-width: 767px) {
    .table tbody .btn {
        padding: 6px 12px;
        font-size: 14px;
    }
}

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

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

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

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

.customer__name {
    margin-bottom: 0;
    font-size: 1.25rem;
    color: hsl(var(--heading-color));
}

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

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
    background: -webkit-gradient(linear, left bottom, left top, from(hsl(var(--section-bg))), to(hsl(var(--section-bg)))), -webkit-gradient(linear, left top, left bottom, from(hsl(var(--white))), to(hsl(var(--text-color))));
    background: linear-gradient(0deg, hsl(var(--section-bg)) 0%, hsl(var(--section-bg)) 100%), linear-gradient(180deg, hsl(var(--white)) 0%, hsl(var(--text-color)) 100%);
}

.edit-btn {
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.08);
}

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

/* Table Content Css end */
/* Table Css Start */
.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    background-color: hsl(var(--white));
    text-align: left;
    padding: 15px 10px 15px 0;
    color: hsl(var(--body-color));
    font-weight: 400;
    border: 0;
    max-width: 170px;
    font-size: 1rem;
    border-bottom: 1px solid hsl(var(--border-color));
}

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

.table thead tr th:first-child {
    text-align: left;
}

.table thead tr th:last-child {
    text-align: right;
}

.table tbody {
    border: 0 !important;
}

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

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

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 15px 15px 15px 0;
    border-width: 1px;
    border: 0;
    color: hsl(var(--heading-color));
    font-weight: 600;
    max-width: 170px;
    font-size: 1rem;
    border-bottom: 1px solid hsl(var(--border-color));
}

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

.table tbody tr td:first-child {
    text-align: left;
}

.table tbody tr td:last-child {
    text-align: right;
}

.table tbody tr td[colspan="100%"] {
    max-width: 100%;
    padding: 0px;
}

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

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

    .table--responsive--md tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 8px;
        border: none;
        background-color: transparent;
        border-bottom: 0;
        max-width: unset;
        font-size: 0.875rem;
    }

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

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

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

    .table--responsive--md .customer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .table--responsive--md .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
        text-align: right;
    }
}

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

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

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

    .table--responsive--lg tbody tr 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: 8px;
        border: none;
        background-color: transparent;
        border-bottom: 0;
        max-width: unset;
        font-size: 0.875rem;
    }

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

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

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

    .table--responsive--lg .customer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .table--responsive--lg .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
        text-align: right;
    }
}

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

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

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

    .table--responsive--xl tbody tr 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: 8px;
        border: none;
        background-color: transparent;
        border-bottom: 0;
        max-width: unset;
        font-size: 0.875rem;
    }

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

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

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

    .table--responsive--xl .customer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .table--responsive--xl .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
        text-align: right;
    }
}

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

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

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

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

    .table--responsive--xxl tbody tr td {
        display: -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: 8px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
        font-size: 0.875rem;
    }

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

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

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

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

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

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    border-radius: 0px;
    margin-bottom: 40px;
    gap: 8px;
}

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

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

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

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

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

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

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

.custom--tab.account-tab {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: 18px;
    padding: 6px;
    margin-bottom: 24px;
}

.company-register .custom--tab.account-tab {
    margin-bottom: 60px;
}

.company-login .custom--tab.account-tab {
    margin-bottom: 40px;
}

.custom--tab.account-tab .nav-item {
    border-bottom: 0;
    padding: 0px;
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.custom--tab.account-tab .nav-item .nav-link {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: hsl(var(--body-color));
    border-radius: 12px;
}

.custom--tab.account-tab .nav-item .nav-link.active {
    color: hsl(var(--heading-color)) !important;
    background-color: hsl(var(--section-bg)) !important;
    border: 1px solid hsl(var(--border-color)) !important;
}

.custom--tab.account-tab .nav-item .nav-link::after {
    display: none;
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    font-size: 0.875rem;
    border-radius: 30px;
    padding: 7px 12px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

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

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

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

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

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

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

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

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

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 16px;
    background-color: hsl(var(--white));
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 12px;
    border: 0;
    border-left: 3px solid transparent;
}

@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: 1.125rem;
    color: hsl(var(--white));
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--white)/0.8);
    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));
    background-color: hsl(var(--base)/0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert--dark {
    border-color: hsl(var(--dark));
    background-color: hsl(var(--dark)/0.1);
}

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

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

.loader {
    border: 0 solid transparent;
    position: absolute;
    top: calc(50vh - 40px);
    left: calc(50vw - 40px);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 hsl(var(--base));
    box-shadow: inset 0 0 0 hsl(var(--base));
    -webkit-animation: load 2s linear infinite alternate;
    animation: load 2s linear infinite alternate;
}

@-webkit-keyframes load {
    0% {
        -webkit-box-shadow: inset -20px 40px 0 hsl(var(--base));
        box-shadow: inset -20px 40px 0 hsl(var(--base));
    }

    100% {
        -webkit-box-shadow: inset 20px -40px 0 hsl(var(--base));
        box-shadow: inset 20px -40px 0 hsl(var(--base));
    }
}

@keyframes load {
    0% {
        -webkit-box-shadow: inset -20px 40px 0 hsl(var(--base));
        box-shadow: inset -20px 40px 0 hsl(var(--base));
    }

    100% {
        -webkit-box-shadow: inset 20px -40px 0 hsl(var(--base));
        box-shadow: inset 20px -40px 0 hsl(var(--base));
    }
}

.loader2 {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader2 .spinner-border {
    --bs-spinner-width: 3rem;
    --bs-spinner-height: 3rem;
    --bs-spinner-border-width: 0.35em;
}

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

.navbar-brand.logo img {
    max-width: 132px;
}

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

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: hsl(var(--white));
    padding: 13px 0;
    border-bottom: 1px solid hsl(var(--border-color));
}

.header .navbar {
    position: unset;
}

.header.fixed-header,
.account-header.fixed-header {
    position: sticky;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    top: 0px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    width: 100%;
    background-color: hsl(var(--white));
}

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

    .header.fixed-header,
    .account-header.fixed-header {
        position: fixed;
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

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

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

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

.navbar {
    padding: 0 !important;
}


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

    .header .nav-menu .nav-item:not(:last-child) {
        padding-right: 16px;
    }

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

    .header .nav-menu .nav-item:hover .header-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    .header .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
    }

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

    .header .nav-menu .nav-item .nav-link {
        color: hsl(var(--body-color)) !important;
        position: relative;
        cursor: pointer;
        font-size: 1rem;
        padding: 5px;
        font-weight: 500;
    }
}

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

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 1199px) {
    .header {
        padding-block: 16px;
        border-bottom: 1px solid hsl(var(--black)/0.05);
    }

    .header .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .header .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .header .nav-menu .header-dropdown {
        position: static !important;
        display: none !important;
    }

    .header .nav-menu .header-dropdown.show {
        display: block !important;
    }

    .header .nav-item:first-child {
        border-bottom: none;
    }

    .header .nav-item:not(:last-child) {
        margin-bottom: 16px !important;
    }

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

    .header .nav-item .nav-link {
        padding: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 !important;
        color: hsl(var(--heading-color));
        font-weight: 500;
        font-size: 1.125rem;
    }

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

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

.header .navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--black));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.125rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 10px;
}

@media screen and (max-width: 575px) {
    .header .navbar-toggler.header-button {
        font-size: 2rem;
    }
}

.header .navbar-toggler.header-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.header .navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
    padding-left: 20px;
}

@media screen and (max-width: 1399px) {
    .header-right {
        gap: 12px;
        padding-left: 10px;
    }
}

.header-right .btn {
    border-width: 2px !important;
}

.header-right .btn:has(.icon) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.header-right .btn:has(.icon) .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

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

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

/* ============ Sidebar search box ============= */
.search-box {
    position: relative;
}

.search-box__button {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3D4144;
    cursor: pointer;
}

.search-box .form--control {
    padding: 10px 24px 10px 40px;
}

/* ================== Sidebar Box & Title =================== */
/* ================== Footer CSS Starts =================== */
.footer {
    background-color: hsl(var(--dark));
}


.footer-main {
    position: relative;
    padding-block: 100px 200px;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .footer-main {
        padding-block: 70px 140px;
    }
}

@media screen and (max-width: 575px) {
    .footer-main {
        padding-block: 50px 100px;
    }
}

.footer-bottom {
    border-top: 1px solid hsl(var(--white)/0.1);
    padding-block: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

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

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.footer-logo {
    display: block;
    margin-bottom: 24px;
}

.footer-logo img {
    width: 100%;
    max-width: 200px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .footer-logo img {
        max-width: 180px;
    }
}

.footer-desc {
    max-width: 400px;
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--white)/0.8);
    line-height: 150%;
}

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

.footer-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}

@media screen and (max-width: 1199px) {
    .footer-item {
        width: 100%;
    }
}

.footer-item__title {
    color: hsl(var(--white));
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media screen and (max-width: 575px) {
    .footer-item__title {
        margin-bottom: 8px;
    }
}

.footer-item__title::before {
    content: "";
    width: 0.4em;
    height: 0.4em;
    display: inline-block;
    border-radius: 2px;
    background-color: hsl(var(--base));
}

.footer-item__desc {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--white)/0.8);
    line-height: 150%;
}

.footer-menu__item:not(:last-child) {
    margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
    .footer-menu__item:not(:last-child) {
        margin-bottom: 8px;
    }
}

.footer-menu__icon {
    --size: 24px;
}

.footer-menu__link {
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--white)/0.8);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.footer-menu__link:hover,
.footer-menu__link:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--base));
}

.footer-menu__link:hover::before,
.footer-menu__link:focus::before {
    background-color: hsl(var(--base));
}

.footer-contact-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .footer-contact-menu {
        margin-left: 0px;
    }
}

.footer-contact-menu__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
}

.footer-contact-menu__icon {
    --size: 32px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: calc(var(--size) * 0.5);
    color: hsl(var(--base));
    background-color: hsl(var(--white)/0.05);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.footer-contact-menu__link {
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--white)/0.8);
}

.footer-contact-menu__link:hover,
.footer-contact-menu__link:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--base));
}

.footer-copyright {
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--white)/0.8);

}

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

.footer-copyright a {
    font-size: 1.1em;
    color: hsl(var(--base));
}

.footer-copyright a:hover,
.footer-copyright a:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--base-d-100));
}

.footer-watermark {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-161.59%, hsl(var(--base-l-300))), color-stop(79.45%, transparent));
    background: linear-gradient(180deg, hsl(var(--white)/0.25) -161.59%, transparent 79.45%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: var(--heading-font);
    font-size: 288px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    line-height: 100%;
    white-space: nowrap;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .footer-watermark {
        font-size: 248px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-watermark {
        font-size: 204px;
    }
}

@media screen and (max-width: 991px) {
    .footer-watermark {
        font-size: 148px;
    }
}

@media screen and (max-width: 767px) {
    .footer-watermark {
        font-size: 108px;
    }
}

@media screen and (max-width: 575px) {
    .footer-watermark {
        font-size: clamp(4rem, 0.549rem + 17.2549vw, 6.75rem);
    }
}

/* ================== Footer CSS Ends ===================== */


/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: hsl(var(--base));
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

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

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

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

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

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

.social-list__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    font-size: 24px;
    color: hsl(var(--heading-color));
}

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

.social-list.style-two .social-list__link {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    color: hsl(var(--white)/0.8);
    border: 1px solid hsl(var(--border-color)/0.1);
    background-color: hsl(var(--white)/0.05);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(var(--size) * 0.5);
}

@media screen and (max-width: 575px) {
    .social-list.style-two .social-list__link {
        --size: 36px;
    }
}

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

/* ================================= Social Icon Css End ===========================  */
/* ========================= Nav Horizontal CSS Start =========================== */
.nav-horizontal {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-inline: auto;
    position: relative;
}

.nav-horizontal__btn {
    font-size: 1.25rem;
    color: hsl(var(--black));
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.nav-horizontal__btn.show {
    display: inline-block;
}

.nav-horizontal__btn.prev {
    left: 0;
    padding-right: 12px;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #fff 40%, rgba(255, 255, 255, 0));
}

.nav-horizontal__btn.next {
    right: 0;
    padding-left: 12px;
    background: -webkit-gradient(linear, right top, left top, color-stop(40%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff 40%, rgba(255, 255, 255, 0));
}

.nav-horizontal-menu {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    scroll-behavior: smooth;
}

.nav-horizontal-menu__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav-horizontal-menu__item:not(:last-child) {
    padding-right: 16px;
}

/* ========================= Nav Horizontal CSS End ============================= */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    background-color: hsl(var(--section-bg));
    border-bottom: 1px solid hsl(var(--border-color));
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    margin-bottom: 10px;
    color: hsl(var(--black));
}

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

.breadcrumb__item {
    color: hsl(var(--black));
    padding: 0 5px;
    font-weight: 400;
    font-size: 1rem;
}

.breadcrumb__item-text {
    color: hsl(var(--base));
}

.breadcrumb__link {
    color: hsl(var(--black));
    font-weight: 500;
}

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

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

.blog-sidebar {
    background-color: hsl(var(--black)/0.03);
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-sidebar:last-of-type {
    margin-bottom: 0;
}

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

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
    color: hsl(var(--black));
}

.blog-sidebar__title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: hsl(var(--base));
    left: 0;
    bottom: 0px;
}

/* ========================= Category & Tags List Style ========================= */
.text-list.style-category .text-list__item {
    border-bottom: 1px dashed hsl(var(--black)/0.2);
}

.text-list.style-category .text-list__item:last-child {
    border-bottom: 0;
}

.text-list.style-category .text-list__link {
    color: hsl(var(--black));
}

.text-list.style-category .text-list__link:hover {
    color: hsl(var(--base));
}

.text-list.style-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
}

.text-list.style-tag .text-list__item {
    padding: 7px;
}

.text-list.style-tag .text-list__link {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--black)/0.08);
    padding: 6px 20px;
    border-radius: 3px;
}

.text-list.style-tag .text-list__link.active {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.text-list.style-tag .text-list__link:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog__thumb {
    width: 80px;
    max-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .latest-blog__thumb {
        width: 60px;
    }
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-blog__content {
        width: calc(100% - 60px);
    }
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

/* ========================= Latest Blog 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 =========================== */
/* =============================== Brand Section Css Start ======================= */
.client-section {
    background: hsl(var(--dark));
    padding: 24px 0;
}

.client-logos {
    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;
    margin-bottom: 20px;
}

.client-logos:last-of-type {
    margin-bottom: 0;
}

.client-logos img {
    width: 100%;
    max-width: 180px;
}

.client-logos .slick-slide {
    margin: 0 10px;
}

.client-logo {
    background-color: hsl(var(--white));
    padding: 40px 20px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    text-align: center;
    border-radius: 5px;
    border: 1px solid hsl(var(--black)/0.08);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.client-logo:hover {
    background-color: hsl(var(--base-two));
}

/* =============================== Brand Section Css End ======================= */
/*=================== company section css start here ===================*/
.company-card {
    position: relative;
    border: 1px solid hsl(var(--border-color));
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
    background-color: hsl(var(--section-bg));
    width: 100%;
    min-height: 260px;
}

.company-card:hover .company-card__icon {
    background-color: hsl(var(--base));
    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;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
}

.company-card:hover .company-card__icon svg {
    opacity: 1;
    color: hsl(var(--white));
}

.company-card:hover .company-card__content {
    top: 0;
}

.company-card__icon {
    font-size: 10px;
    display: block;
    background-color: transparent;
    border: 6px solid hsl(var(--base));
    width: 24px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    top: 16px;
    right: 16px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    border-radius: 50%;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    line-height: 24px;
    text-align: center;
    color: hsl(var(--base));
    z-index: 90;
}

.company-card__icon svg {
    width: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0;
    stroke: hsl(var(--white));
}

.company-card__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.company-card__content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding: 24px;
    background-color: hsl(var(--dark));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 40px;
}

@media screen and (max-width: 1199px) {
    .company-card__content {
        padding: 20px;
    }
}

.company-card__content-bottom {
    margin-top: auto;
}

.company-card__title {
    color: hsl(var(--white));
    margin-bottom: 4px;
}

.company-card__desc {
    color: hsl(var(--white));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 575px) {
    .company-card__desc {
        font-size: 14px;
    }
}

.company-card__place {
    color: hsl(var(--white));
}

.company-stats-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 24px;
}

@media screen and (max-width: 1199px) {
    .company-stats-row {
        margin-top: 16px;
        gap: 15px;
    }
}

.company-stats-row .stat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.company-stats-row .stat-label {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #919CA1;
}

@media screen and (max-width: 575px) {
    .company-stats-row .stat-label {
        font-size: 14px;
    }
}

.company-stats-row .stat-value {
    font-size: 1rem;
    margin-top: 3px;
    color: hsl(var(--white));
    font-size: 1.25rem;
}

@media screen and (max-width: 575px) {
    .company-stats-row .stat-value {
        font-size: 16px;
    }
}

/*============= counter section css start here =============*/
.counter-section {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    overflow: hidden;
    background-color: hsl(var(--section-bg));
}

@media screen and (max-width: 991px) {
    .counter-section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .counter-section {
        padding: 40px 0;
    }
}

.counter-section__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.counter-section__shape-two {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    text-align: right;
}

.counter-section .section-heading__title {
    font-size: clamp(1.5rem, 1.2498rem + 1.251vw, 2.5rem);
}

.counter-thumb-wrapper {
    position: relative;
}

.counter-thumb-wrapper__shape {
    -webkit-mask-image: url(../images/shapes/counter-3.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #D9D9D9;
    z-index: -1;
    position: absolute;
    bottom: -26px;
    left: -60px;
    width: calc(100% + 90px);
    height: 90%;
}

@media screen and (max-width: 1499px) {
    .counter-thumb-wrapper__shape {
        left: -30px;
        width: calc(100% + 60px);
    }
}

@media screen and (max-width: 1199px) {
    .counter-thumb-wrapper__shape {
        left: -20px;
        width: calc(100% + 40px);
    }
}

@media screen and (max-width: 991px) {
    .counter-thumb-wrapper__shape {
        display: none;
    }
}

.counter-thumb-wrapper__thumb {
    width: 100%;
    height: 100%;
}

.counter-thumb-wrapper__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.counterup-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, auto));
    margin-top: 40px;
    gap: 24px;
}

@media screen and (max-width: 1399px) {
    .counterup-item {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 424px) {
    .counterup-item {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1199px) {
    .counterup-item {
        margin-top: 24px;
        gap: 16px;
    }
}

.counterup-item__content {
    position: relative;
}

.counterup-item__content::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: hsl(var(--border-color));
}

.counterup-item__content:last-child::after {
    display: none;
}

.counterup-item__title {
    color: hsl(var(--base));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

@media screen and (max-width: 1199px) {
    .counterup-item__title {
        font-size: 40px;
    }
}

.counterup-item__text {
    font-size: 16px;
}

.counterup-item .content {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .counterup-item .content {
        margin-top: 10px;
    }
}

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

/*============= counter section css end here =============*/
/*============== founder section css start here ==============*/
.founder-section .section-heading {
    margin-bottom: 32px;
}

.founder-section .section-heading__desc {
    max-width: 510px;
}

.founder-section .section-thumb-wrapper {
    margin-left: auto;
}

.section-thumb-wrapper {
    max-width: 90%;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .section-thumb-wrapper {
        max-width: 100%;
    }
}

.section-thumb-wrapper__shape {
    -webkit-mask-image: url(../images/shapes/shape-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--section-bg-two));
    z-index: -1;
    position: absolute;
    bottom: -30px;
    right: -60px;
    width: 100%;
    height: 90%;
}

@media screen and (max-width: 1499px) {
    .section-thumb-wrapper__shape {
        right: -30px;
    }
}

@media screen and (max-width: 1199px) {
    .section-thumb-wrapper__shape {
        right: -20px;
    }
}

@media screen and (max-width: 991px) {
    .section-thumb-wrapper__shape {
        display: none;
    }
}

.section-thumb-wrapper__thumb {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.section-thumb-wrapper__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.section-thumb-wrapper__thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.2);
}

.custom-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media screen and (max-width: 1199px) {
    .custom-info {
        gap: 16px;
    }
}

@media screen and (max-width: 575px) {
    .custom-info {
        grid-template-columns: repeat(1, 1fr);
    }
}

.custom-info-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color)/0.5);
    background-color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
    .custom-info-item {
        gap: 12px;
        padding: 12px;
    }
}

.custom-info-item__icon {
    --size: 32px;
    width: var(--size);
    height: var(--size);
    color: hsl(var(--base));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .custom-info-item__icon {
        --size: 24px;
    }
}


.custom-info-item__icon .mask-img {
    width: 100%;
    height: 100%;
    background-color: hsl(var(--base));
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
}

.custom-info-item__title {
    max-width: 90%;
    font-size: 1.125rem;
    line-height: 120%;
    margin-bottom: 0px;
}

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


.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.play-button__icon {
    color: hsl(var(--white));
    width: 90px;
    height: 90px;
    border-radius: 50%;
    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: 35px;
    position: relative;
    border: 3px solid hsl(var(--white));
    background-color: hsl(var(--white)/0.1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.play-button__icon:hover {
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .play-button__icon {
        width: 80px;
        height: 80px;
        font-size: 28px;
    }
}

@media screen and (max-width: 424px) {
    .play-button__icon {
        width: 70px;
        height: 70px;
        font-size: 25px;
    }
}

.investor-section .section-heading {
    margin-bottom: 32px;
}

.investor-section .section-thumb-wrapper__shape {
    -webkit-mask-image: url(../images/shapes/shape-2.png);
    right: unset;
    left: -80px;
    height: calc(100% + 60px);
}

@media screen and (max-width: 1599px) {
    .investor-section .section-thumb-wrapper__shape {
        left: -60px;
    }
}

@media screen and (max-width: 1499px) {
    .investor-section .section-thumb-wrapper__shape {
        left: -40px;
    }
}

@media screen and (max-width: 1399px) {
    .investor-section .section-thumb-wrapper__shape {
        left: -30px;
        top: -20px;
        height: calc(100% + 40px);
    }
}

/*============== founder section css end here ==============*/
/*============ how work section css start here ============*/
.how-work-item {
    position: relative;
    z-index: 1;
    padding: 48px 40px;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    height: 100%;
}

@media screen and (max-width: 1499px) {
    .how-work-item {
        padding: 40px 30px;
    }
}

.how-work-item__number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    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: 25px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base-two));
    margin-bottom: 20px;
    -webkit-filter: drop-shadow(0 0 0 rgba(253, 219, 208, 0.64));
    filter: drop-shadow(0 0 0 rgba(253, 219, 208, 0.64));
    margin-bottom: 45px;
    -webkit-animation: pulseShadow 1.8s infinite ease-in-out;
    animation: pulseShadow 1.8s infinite ease-in-out;
}

.how-work-item__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.how-work-item__title {
    margin-bottom: 8px;
}

/* Keyframes for infinite animation */
@-webkit-keyframes pulseShadow {
    0% {
        -webkit-box-shadow: 0 0 0 2px hsl(var(--base)/0.3);
        box-shadow: 0 0 0 2px hsl(var(--base)/0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 25px hsl(var(--base)/0);
        box-shadow: 0 0 0 25px hsl(var(--base)/0);
    }
}

@keyframes pulseShadow {
    0% {
        -webkit-box-shadow: 0 0 0 2px hsl(var(--base)/0.3);
        box-shadow: 0 0 0 2px hsl(var(--base)/0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 25px hsl(var(--base)/0);
        box-shadow: 0 0 0 25px hsl(var(--base)/0);
    }
}

/*============ how work section css end here ============*/
/*=============== deal section start here ===============*/
.card-item {
    position: relative;
    height: 100%;
    background-color: hsl(var(--white));
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid hsl(var(--border-color));
}

.card-item:hover .card-item__thumb-link img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.card-item__badge-wrapper {
    position: absolute;
    top: 24px;
    left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media screen and (max-width: 1199px) {
    .card-item__badge-wrapper {
        left: 16px;
        top: 16px;
    }
}

@media screen and (max-width: 575px) {
    .card-item__badge-wrapper {
        left: 8px;
        top: 8px;
    }
}

.card-item__badge {
    max-width: 180px;
    color: hsl(var(--heading-color));
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
    background: -webkit-gradient(linear, left bottom, left top, from(hsl(var(--section-bg))), to(hsl(var(--section-bg)))), -webkit-gradient(linear, left top, left bottom, from(hsl(var(--white))), to(#919CA1));
    background: linear-gradient(0deg, hsl(var(--section-bg)) 0%, hsl(var(--section-bg)) 100%), linear-gradient(180deg, hsl(var(--white)) 0%, #919CA1 100%);
}


.card-item__badge .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1199px) {
    .card-item__badge {
        font-size: 12px;
        padding: 8px 6px;
    }
}

.card-item__badge:first-child {
    background: #7DADBD;
    color: hsl(var(--white));
    border: 1px solid #7DADBD;
    background: -webkit-gradient(linear, left top, left bottom, from(#5C99AD), to(#4A7A8A));
    background: linear-gradient(180deg, #5C99AD 0%, #4A7A8A 100%);
}

.card-item__thumb {
    width: 100%;
    position: relative;
    max-height: 250px;
}

.card-item__thumb-link {
    max-height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.card-item__thumb-link::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
}

.card-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.card-item__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    text-align: right;
}

.card-item__shape img {
    margin-left: auto;
}

.card-item__logo {
    width: 85px;
    height: 85px;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    left: 24px;
    bottom: -20px;
    background-color: hsl(var(--dark));
    padding: 6px;
}

@media screen and (max-width: 575px) {
    .card-item__logo {
        width: 60px;
        height: 60px;
    }
}

.card-item__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.card-item__bottom {
    margin-top: auto;
    padding-top: 32px;
}

.card-item__title {
    margin-bottom: 8px;
}

.card-item__content {
    padding: 20px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1499px) {
    .card-item__content {
        padding: 18px;
        padding-top: 40px;
    }
}

@media screen and (max-width: 1499px) {
    .card-item__content {
        padding: 16px;
        padding-top: 40px;
    }
}

.card-item__stats {
    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 2px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-item__stats .stat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-item__stats .stat-label {
    font-size: 14px;
    color: hsl(var(--text-color));
    letter-spacing: 2px;
}

@media screen and (max-width: 1499px) {
    .card-item__stats .stat-label {
        font-size: 12px;
    }
}

@media screen and (max-width: 1399px) {
    .card-item__stats .stat-label {
        font-size: 11px;
    }
}

.card-item__stats .stat-value {
    font-size: 20px;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 1399px) {
    .card-item__stats .stat-value {
        font-size: 18px;
    }
}

/*=============== deal section end here ===============*/
/*=================== category section css start here ===================*/
.category-section {
    position: relative;
    background-color: hsl(var(--dark));
    z-index: 1;
}

.category-section .section-heading__title {
    color: hsl(var(--white));
}

.category-section .section-heading__desc {
    color: hsl(var(--white));
}

.category-section__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.category-section__shape img {
    width: 100%;
    height: 100%;
}

.category-section .slick-arrow {
    border-color: hsl(var(--white));
    color: hsl(var(--white));
}

.category-section .slick-arrow:hover {
    border-color: hsl(var(--white));
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
}

.category-section .slick-dots li button {
    background-color: hsl(var(--white));
    opacity: 0.4;
}

.category-section .slick-dots li.slick-active button {
    opacity: 1;
    background-color: hsl(var(--white));
}

.category-section .not-found-card {
    border-color: hsl(var(--border-color)/0.1);
    background-color: hsl(var(--white)/0.1);
}

.category-section .not-found-card .icon {
    color: hsl(var(--white)/.6);
}

/*=================== category section css end here ===================*/
/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonials .slick-arrow {
    margin-right: clamp(3.75rem, -37.476rem + 47.1154vw, 19.0625rem);
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .testimonials .slick-arrow {
        margin-right: clamp(2.5rem, -37.0729rem + 52.7638vw, 9.0625rem);
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .testimonials .slick-arrow {
        margin-right: clamp(1.5rem, -30.2488rem + 51.2077vw, 8.125rem);
    }
}

.testimonails-card {
    padding: 0 10px;
    height: 100%;
}

.testimonial-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    height: 100%;
}

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

.testimonial-item__thumb-wrapper {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1499px) {
    .testimonial-item__thumb-wrapper {
        width: 270px;
    }
}

@media screen and (max-width: 1399px) {
    .testimonial-item__thumb-wrapper {
        width: 250px;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-item__thumb-wrapper {
        width: 200px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item__thumb-wrapper {
        width: 100%;
        height: auto;
    }
}

.testimonial-item__thumb {
    height: 100%;
}

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

@media screen and (max-width: 575px) {
    .testimonial-item__thumb img {
        max-height: 350px;
    }
}

.testimonial-item__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.testimonial-item__info {
    background: hsl(var(--white)/0.6);
    padding: 20px 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

@media screen and (max-width: 1199px) {
    .testimonial-item__info {
        padding: 16px;
    }
}

.testimonial-item__desc {
    font-size: 20px;
    font-weight: 600;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 1499px) {
    .testimonial-item__desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-item__desc {
        font-size: 16px;
    }
}

.testimonial-item__content {
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--border-color));
    padding: 32px;
    border-radius: 12px;
}

@media screen and (max-width: 1499px) {
    .testimonial-item__content {
        padding: 24px;
    }
}

@media screen and (max-width: 1399px) {
    .testimonial-item__content {
        padding: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-item__content {
        padding: 16px;
    }
}

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

.testimonial-item__icon {
    width: 64px;
    color: hsl(var(--black));
}

.trust-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.trust-wrapper .text {
    font-size: 20px;
    color: hsl(var(--heading-color));
}

.trust-wrapper .text .bold-text {
    font-weight: 600;
}

.trust-wrapper .client-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.trust-wrapper .client-review__title {
    font-weight: 600;
    margin-bottom: 0;
}

.trust-wrapper .client-review .rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.trust-wrapper .client-review .rating-list__item {
    width: 24px;
    height: 24px;
    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(--success));
    color: hsl(var(--white));
}

.trust-wrapper .client-review .rating-list__item.half {
    background-color: #D9D9D9;
    position: relative;
    z-index: 1;
}

.trust-wrapper .client-review .rating-list__item.half::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 50%;
    background-color: hsl(var(--success));
}

.trust-wrapper .client-review .rating-list__item.empty {
    background-color: #D9D9D9;
    position: relative;
    z-index: 1;
}

.trust-wrapper .client-review .rating-list__item.empty::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}




.trust-wrapper .trustpilot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.trust-wrapper .trustpilot__icon {
    width: 32px;
    color: hsl(var(--success));
    line-height: 1;
}

.trust-wrapper .trustpilot__text {
    font-size: 20px;
    font-weight: 700;
    color: hsl(var(--black));
}

/* ================================ Testimonails Section Css End ============================= */
/*============== faq section start here ==============*/
.faq-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.faq-section__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.faq-section__shape-two {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    text-align: right;
}

.faq-thumb {
    -webkit-mask-image: url(../images/shapes/faq-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    max-width: 470px;
    margin-top: 60px;
}

@media screen and (max-width: 1399px) {
    .faq-thumb {
        margin-top: 40px;
    }
}

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

/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
    width: 100%;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.blog-item__thumb {
    width: 100%;
    aspect-ratio: 1/0.5876288660;
    overflow: hidden;
    flex-shrink: 0;
}

.blog-item__thumb img {
    transition: 0.2s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item__content {
    flex: 1 1 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.blog-item__content-body {
    flex: 1 1 100%;
}

.blog-item__content-footer {
    padding-top: 20px;
    border-top: 1px solid hsl(var(--border-color));
}

.blog-item__title {
    line-height: 120%;
    margin-top: 20px;
    margin-bottom: 8px;
}

@media screen and (max-width: 575px) {
    .blog-item__title {
        margin-top: 15px;
    }
}

.blog-item__title a {
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__title a:hover,
.blog-item__title a:focus {
    color: inherit;
}

.blog-item__desc {
    font-size: 1rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 15px;
    }
}

.blog-item__badge {
    font-size: 14px;
    font-weight: 600;
    background: hsl(var(--base));
    padding: 6px 8px;
    color: hsl(var(--white));
    border-radius: 8px;
    border: 1px solid hsl(var(--base));
    line-height: 1;
}

.blog-item__more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--base));
    padding-top: 4px;
}

.blog-item__more:hover,
.blog-item__more:focus {
    color: hsl(var(--base-d-200));
}

.blog-item__more svg {
    width: 1.2em;
    height: 1.2em;
    flex-shrink: 0;
}

.blog-item .text-list {
    margin-bottom: auto;
}

.blog-item:hover {
    border-color: hsl(var(--base));
}

.blog-item:hover .blog-item__title {
    color: hsl(var(--base));
}

.blog-item:hover .blog-item__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* ================================= Blog Section Css End Here ================================= */
/* newsletter section css start here ================*/
.newsletter-section .newsletter-wrapper {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background-color: hsl(var(--dark));
    padding: 140px 120px;
    border-radius: 16px;
}

@media screen and (max-width: 1499px) {
    .newsletter-section .newsletter-wrapper {
        padding: 100px;
    }
}

@media screen and (max-width: 1399px) {
    .newsletter-section .newsletter-wrapper {
        padding: 80px;
    }
}

@media screen and (max-width: 1199px) {
    .newsletter-section .newsletter-wrapper {
        padding: 60px;
    }
}

@media screen and (max-width: 575px) {
    .newsletter-section .newsletter-wrapper {
        padding: 40px;
    }
}

@media screen and (max-width: 424px) {
    .newsletter-section .newsletter-wrapper {
        padding: 40px 24px;
    }
}

.newsletter-section__shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.newsletter-content__title {
    color: hsl(var(--white));
    font-size: 100px;
}

@media screen and (max-width: 1499px) {
    .newsletter-content__title {
        font-size: 90px;
    }
}

@media screen and (max-width: 1399px) {
    .newsletter-content__title {
        font-size: 80px;
    }
}

@media screen and (max-width: 1199px) {
    .newsletter-content__title {
        font-size: 72px;
    }
}

@media screen and (max-width: 991px) {
    .newsletter-content__title {
        font-size: 60px;
    }
}

@media screen and (max-width: 767px) {
    .newsletter-content__title {
        font-size: 50px;
    }
}

@media screen and (max-width: 575px) {
    .newsletter-content__title {
        font-size: 40px;
    }
}

.newsletter-content__desc {
    font-size: 20px;
    font-weight: 600;
    color: hsl(var(--white));
    margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
    .newsletter-content__desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .newsletter-content__desc {
        font-size: 16px;
    }
}

.newsletter-form__desc {
    color: #A7B0B4;
    font-size: 14px;
}

.newsletter-form__desc a {
    color: #D3D7D9;
    text-decoration: none;
    font-weight: 700;
}

.newsletter-form__input {
    position: relative;
    margin-bottom: 24px;
}

.newsletter-form__input .form--control {
    padding: 0;
    padding-right: 60px;
    padding-bottom: 32px;
    background-color: transparent;
    border: 0;
    color: hsl(var(--white));
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid hsl(var(--border-color));
    border-radius: 0;
}

.newsletter-form__input .form--control::-webkit-input-placeholder {
    color: #A7B0B4;
    font-weight: 600;
}

.newsletter-form__input .form--control::-moz-placeholder {
    color: #A7B0B4;
    font-weight: 600;
}

.newsletter-form__input .form--control:-ms-input-placeholder {
    color: #A7B0B4;
    font-weight: 600;
}

.newsletter-form__input .form--control::-ms-input-placeholder {
    color: #A7B0B4;
    font-weight: 600;
}

.newsletter-form__input .form--control::placeholder {
    color: #A7B0B4;
    font-weight: 600;
}


.newsletter-form__input .form--control:-webkit-autofill {
    caret-color: hsl(var(--white)) !important;
    -webkit-text-fill-color: hsl(var(--white)) !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

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

.newsletter-form__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

/* newsletter section css end here ================*/
/*============= investment section css start here =============*/
.investment-section {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--section-bg));
}

.investment-section__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.investment-section .investment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px;
}

@media screen and (max-width: 991px) {
    .investment-section .investment-wrapper {
        gap: 12px;
    }
}

.investment-section .investment-wrapper__content {
    padding: 55px 0 40px 0;
}

@media screen and (max-width: 991px) {
    .investment-section .investment-wrapper__content {
        padding: 40px 0;
        gap: 20px;
    }
}

.investment-section .investment-wrapper__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 767px) {
    .investment-section .investment-wrapper__thumb {
        display: none;
    }
}

.investment-section .investment-wrapper__desc {
    max-width: 650px;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .investment-section .investment-wrapper__desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .investment-section .investment-wrapper__desc {
        font-size: 16px;
    }
}

/*============= investment section css end here =============*/
/*=========== company-list section css start here ===========*/
.company-list-section {
    padding: 40px 0 85px;
}

.company-list-section__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
    .company-list-section__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.company-list-section__top .search-box {
    width: 425px;
}

@media screen and (max-width: 991px) {
    .company-list-section__top .search-box {
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .company-list-section__top .search-box {
        width: 250px;
    }
}

@media screen and (max-width: 575px) {
    .company-list-section__top .search-box {
        width: 100%;
    }
}

.company-list-section__top-right {
    width: calc(100% - 425px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
}

@media screen and (max-width: 991px) {
    .company-list-section__top-right {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 767px) {
    .company-list-section__top-right {
        width: calc(100% - 250px);
    }
}

@media screen and (max-width: 575px) {
    .company-list-section__top-right {
        width: 100%;
    }
}

.company-list-section__top-right .select2+.select2-container .select2-selection {
    border: 1px solid hsl(var(--border-color));
    background: -webkit-gradient(linear, left bottom, left top, from(hsl(var(--section-bg))), to(hsl(var(--section-bg)))), -webkit-gradient(linear, left top, left bottom, from(hsl(var(--white))), to(hsl(var(--text-color))));
    background: linear-gradient(0deg, hsl(var(--section-bg)) 0%, hsl(var(--section-bg)) 100%), linear-gradient(180deg, hsl(var(--white)) 0%, hsl(var(--text-color)) 100%);
}

.company-list-section__top-right .select2+.select2-container .select2-selection__rendered {
    font-weight: 600;
}

@media screen and (max-width: 424px) {
    .company-list-section__top-right .select2-wrapper {
        width: 100%;
    }
}

.company-list-section__bottom {
    text-align: center;
    margin-top: 40px;
}

.company-list-section__bottom .btn .spinner-border {
    --bs-spinner-width: 1em;
    --bs-spinner-height: 1em;
}

@media screen and (max-width: 991px) {
    .company-list-section__bottom {
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .company-list-section__bottom {
        margin-top: 24px;
    }
}

.investment-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px 12px;
    margin-top: 32px;
}

@media screen and (max-width: 575px) {
    .investment-info {
        gap: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.investment-info .dropdown button {
    color: hsl(var(--text-color));
    font-weight: 600;
    padding: 10px 10px 0px 10px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .investment-info .dropdown button {
        padding: 0;
        font-size: 15px;
    }
}

.investment-info .dropdown button::before {
    position: absolute;
    content: "";
    bottom: -41px;
    left: 0;
    width: 0%;
    height: 4px;
    border-radius: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .investment-info .dropdown button::before {
        display: none;
    }
}

.investment-info .dropdown-menu {
    left: 0 !important;
    right: unset !important;
    padding: 0 !important;
    overflow: hidden;
    border-color: hsl(var(--border-color)) !important;
}

.investment-info .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    inset: unset !important;
    left: 0 !important;
    top: 100% !important;
    margin-top: 10px !important;
}

.investment-info .dropdown-menu .dropdown-item:hover {
    background-color: hsl(var(--base)/0.15) !important;
}

.investment-info .dropdown-menu .dropdown-item.active {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.investment-info .dropdown-menu .dropdown-item:active {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.investment-info .dropdown:has(.dropdown-menu.show) button {
    color: hsl(var(--heading-color));
}

.investment-info .dropdown:has(.dropdown-item.active) button {
    color: hsl(var(--heading-color));
}

.investment-info .dropdown:has(.dropdown-item.active) button::before {
    width: 100%;
}

main:has(.investment-section) {
    overflow: hidden;
}

/*=========== company-list section css end here ===========*/


/*=========== Company Details Section CSS Start ===========*/
.com-details-banner {
    position: relative;
    z-index: 2;
}

.com-details-banner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#212325), to(rgba(33, 35, 37, 0.6))), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 35, 37, 0.5)), color-stop(30%, rgba(33, 35, 37, 0)), color-stop(70%, rgba(33, 35, 37, 0)), to(rgba(33, 35, 37, 0.5)));
    background: linear-gradient(90deg, #212325 0%, rgba(33, 35, 37, 0.6) 100%), linear-gradient(180deg, rgba(33, 35, 37, 0.5) 0%, rgba(33, 35, 37, 0) 30%, rgba(33, 35, 37, 0) 70%, rgba(33, 35, 37, 0.5) 100%);
    -webkit-box-shadow: 0 0 8px 0 rgba(189, 196, 199, 0.32) inset;
    box-shadow: 0 0 8px 0 rgba(189, 196, 199, 0.32) inset;
}

.com-details-banner-info {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media screen and (max-width: 767px) {
    .com-details-banner-info {
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.com-details-banner-info__logo {
    --size: 120px;
    width: var(--size);
    height: var(--size);
    padding: 6px;
    border-radius: 12px;
    background-color: hsl(var(--white));
    flex-shrink: 0;
}

.com-details-banner-info__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0);
}

@media screen and (max-width: 767px) {
    .com-details-banner-info__logo {
        --size: 100px;
    }
}

.com-details-banner-info__content {
    flex-grow: 1;
}

@media screen and (max-width: 767px) {
    .com-details-banner-info__content {
        width: 100%;
    }
}


.com-details-banner-info__content-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.com-details-banner-info__title {
    color: hsl(var(--white));
    margin-bottom: 10px;
}

.com-details-banner-info__title a {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.com-details-banner-info__title a .text {
    max-width: 1296px;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.com-details-banner-info__title a:hover,
.com-details-banner-info__title a:focus {
    color: hsl(var(--base));
}

.com-details-banner-info__title a svg {
    width: .8em;
    height: .8em;
    flex-shrink: 0;
}

.com-details-banner-info__location {
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--white)/0.8);
}

.com-details-banner-info__location:has(>svg) {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.com-details-banner-info__location svg {
    width: 1em;
    height: 1em;
}

.com-details-banner-info__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.com-details-banner-info__badge {
    width: fit-content;
    max-width: 180px;
    color: hsl(var(--heading-color));
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
    background: -webkit-gradient(linear, left bottom, left top, from(hsl(var(--section-bg))), to(hsl(var(--section-bg)))), -webkit-gradient(linear, left top, left bottom, from(hsl(var(--white))), to(#919CA1));
    background: linear-gradient(0deg, hsl(var(--section-bg)) 0%, hsl(var(--section-bg)) 100%), linear-gradient(180deg, hsl(var(--white)) 0%, #919CA1 100%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.com-details-banner-info__badge.active {
    background: #7DADBD;
    color: hsl(var(--white));
    border: 1px solid #7DADBD;
    background: -webkit-gradient(linear, left top, left bottom, from(#5C99AD), to(#4A7A8A));
    background: linear-gradient(180deg, #5C99AD 0%, #4A7A8A 100%);
}

.com-details__header:not(:last-child) {
    margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
    .com-details__header:not(:last-child) {
        margin-bottom: 24px;
    }
}

.com-details-sidebar {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: calc(var(--header-height) + 24px);
}

.com-details-sidebar__body {
    flex: 1 1 100%;
}


.com-details-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
}

.com-details-meta__item {
    flex: 1 1 100%;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 575px) {
    .com-details-meta__item {
        padding: 16px;
    }
}

.com-details-meta__item .label {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: hsl(var(--dark)/0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.com-details-meta__item .value {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--black));
    white-space: nowrap;
}

.com-details-meta__item .value:has(>svg) {
    display: flex;
    align-items: center;
    gap: 4px;
}

.com-details-meta__item .value svg {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}

.com-details-meta__item a.value {
    color: hsl(var(--base));
}

.com-details-meta__item a.value:hover,
.com-details-meta__item a.value:focus {
    color: hsl(var(--base-d-200));
}

.com-details-docs {
    display: flex;
    align-items: center;
    gap: 24px;
}

.com-details-docs__item {
    flex: 1 1 100%;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
}

.com-details-docs__item .label {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: hsl(var(--dark)/0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.com-details-docs__item .value {
    font-size: 0.875rem;
    font-weight: 600;
    color: hsl(var(--black));
    white-space: nowrap;
}

.com-details-docs__item .value:has(>svg) {
    display: flex;
    align-items: center;
    gap: 4px;
}

.com-details-docs__item .value svg {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}

.com-details-docs__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.com-details-docs__item a.value {
    color: hsl(var(--base));
}

.com-details-docs__item a.value:hover,
.com-details-docs__item a.value:focus {
    color: hsl(var(--base-d-200));
}

.com-details-gallary {
    position: relative;
    display: grid;
    gap: 16px;
}

@media screen and (max-width: 991px) {
    .com-details-gallary {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .com-details-gallary {
        gap: 8px;
    }
}

@media screen and (min-width: 992px) {
    .com-details-gallary {
        grid-template-columns: 500px repeat(2, 1fr);
    }
}

@media screen and (min-width: 1200px) {
    .com-details-gallary {
        grid-template-columns: 600px repeat(2, 1fr);
    }
}

@media screen and (min-width: 1400px) {
    .com-details-gallary {
        grid-template-columns: 760px repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px) {
    .com-details-gallary__item:first-child {
        aspect-ratio: 1/0.5;
    }

    .com-details-gallary__item:nth-child(1) {
        grid-column: span 7/span 7;
        grid-row: span 2/span 2;
    }

    .com-details-gallary__item:nth-child(2) {
        grid-column: span 2/span 2;
        grid-column-start: 8;
    }

    .com-details-gallary__item:nth-child(3) {
        grid-column: span 2/span 2;
        grid-column-start: 10;
    }

    .com-details-gallary__item:nth-child(4) {
        grid-column: span 2/span 2;
        grid-column-start: 8;
        grid-row-start: 2;
    }

    .com-details-gallary__item:nth-child(5) {
        grid-column: span 2/span 2;
        grid-column-start: 10;
        grid-row-start: 2;
    }
}

@media screen and (max-width: 991px) {
    .com-details-gallary__item:nth-child(1) {
        grid-column: span 2/span 2;
    }

    .com-details-gallary__item:nth-child(2) {
        grid-row-start: 2;
    }

    .com-details-gallary__item:nth-child(3) {
        grid-row-start: 2;
    }

    .com-details-gallary__item:nth-child(4) {
        grid-row-start: 3;
    }
}

.com-details-gallary__thumb {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    display: block;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .com-details-gallary__thumb {
        border-radius: 12px;
    }
}

@media screen and (max-width: 575px) {
    .com-details-gallary__thumb {
        border-radius: 8px;
    }
}

.com-details-gallary__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.com-details-gallary__thumb[data-view-more]::before {
    content: attr(data-view-more);
    width: 100%;
    height: 100%;
    position: absolute;
    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: inherit;
    inset: 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: hsl(var(--white));
    background-color: hsl(var(--dark)/0.3);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

@media screen and (max-width: 767px) {
    .com-details-gallary__thumb[data-view-more]::before {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .com-details-gallary__thumb[data-view-more]::before {
        font-size: 1rem;
    }
}

.com-details-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.com-details-card__body {
    flex: 1 1 100%;
}

.com-details-card__title {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 0px;
}

.com-details-card__title::before {
    content: '#';
    display: inline-block;
    font-size: 0.9em;
    font-weight: 500;
    font-family: var(--body-font);
    color: hsl(var(--base));
}

.com-details-reward-slider .slick-arrow {
    --size: 40px;
    width: var(--size) !important;
    height: var(--size) !important;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    z-index: 1;
    font-size: calc(var(--size) * 0.5);
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    transition: .3s ease;
}

@media screen and (max-width: 767px) {
    .com-details-reward-slider .slick-arrow {
        --size: 32px;
    }
}

.com-details-reward-slider .slick-arrow.slick-prev {
    left: calc(var(--size) * -0.2);
    right: unset;
}

.com-details-reward-slider .slick-arrow.slick-next {
    left: unset;
    right: calc(var(--size) * -0.2);
}

@media screen and (max-width: 575px) {
    .com-details-reward-slider .slick-arrow.slick-prev {
        left: 0px;
        right: unset;
    }

    .com-details-reward-slider .slick-arrow.slick-next {
        left: unset;
        right: 0px;
    }
}

.com-details-reward-slider .slick-arrow:hover,
.com-details-reward-slider .slick-arrow:focus {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
}


.com-details-reward-slider__slide {
    height: 100%;
}

.com-details-reward {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
}

.com-details-reward__header {
    padding-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.com-details-reward__body {
    flex: 1 1 100%;
}

.com-details-reward__footer .btn {
    font-weight: 500;
}

.com-details-reward__price {
    font-weight: 600;
    color: hsl(var(--dark));
    margin-bottom: 0px;
}

.com-details-reward__title {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--base));
    margin-bottom: 8px;
}

.com-details-reward__desc {
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--dark)/0.8);
}

.com-details-terms {
    padding: 16px;
    border-radius: 12px;
    background-color: hsl(var(--base)/0.05);
}

.com-details-terms-block:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed hsl(var(--base)/0.5);
}

.com-details-terms-block__title {
    margin-bottom: 16px;
}

.com-details-terms-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .com-details-terms-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.com-details-terms-list__item .label {
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
    color: hsl(var(--dark)/0.8);
}

.com-details-terms-list__item .value {
    font-size: 1.125rem;
    font-weight: 600;
    color: hsl(var(--base));
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .com-details-terms-list__item .value {
        font-size: 1rem;
    }
}

.com-details-team {
    height: 600px;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-top: 1px dashed hsl(var(--border-color));
    margin-top: 24px;
    padding-top: 24px;
}

.com-details-team-item {
    display: flex;
    gap: 16px;
    position: relative;
}

@media screen and (max-width: 575px) {
    .com-details-team-item {
        flex-direction: column;
    }
}

.com-details-team-item:not(:last-child) {
    margin-bottom: 24px;
}

.com-details-team-item__thumb {
    --size: 150px;
    width: var(--size);
    height: var(--size);
    display: block;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

.com-details-team-item__content {
    flex-grow: 1;
}

.com-details-team-item__content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.com-details-team-item__bio {
    max-width: 80%;
    height: 75px;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    color: hsl(var(--dark)/0.8);
}

@media screen and (max-width: 991px) {
    .com-details-team-item__bio {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .com-details-team-item__bio {
        height: 50px;
    }
}

.com-details-team-item__linkedin {
    --size: 32px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    color: #0a66c2;
    border: 1px solid #0a66c2;
    font-size: calc(var(--size) * 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.com-details-team-item__linkedin:hover,
.com-details-team-item__linkedin:focus {
    color: hsl(var(--white));
    background-color: #0a66c2;
}


.com-details-team-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.com-details-team-info__name {
    font-size: 1rem;
    font-weight: 700;
    color: hsl(var(--dark));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

.com-details-team-info__position {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 100%;
}

.com-details-summery {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    border-radius: 12px;
}

.com-details-summery__body {
    flex: 1 1 100%;
}

.com-details-summery__footer .btn svg {
    width: 1em;
    height: 1em;
}

.com-details-summery__footer .btn:has(.btn__info) {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.com-details-summery__footer .btn__info {
    font-size: .8em;
}

.com-details-summery-list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.com-details-summery-list__item .title {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: hsl(var(--dark)/0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.com-details-summery-list__item .title:has(>.icon) {
    display: flex;
    align-items: center;
    gap: 4px;
}

.com-details-summery-list__item .title .icon {
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.com-details-summery-list__item .title .icon svg {
    width: 100%;
    height: 100%;
}

.com-details-summery-list__item .value {
    font-size: 1.125rem;
    font-weight: 600;
    color: hsl(var(--black));
    white-space: nowrap;
}

.com-details-update {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
}

.com-details-update:not(:last-child) {
    margin-bottom: 24px;
}

.com-details-update__header {
    padding: 16px 24px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.com-details-update__header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.com-details-update__header .copy-btn {
    font-size: 0.875rem;
    padding: 12px;
    font-weight: 500;
    border-radius: 8px;
}

.com-details-update__header .copy-btn i {
    font-size: 1.1em;
}

.com-details-update__body {
    padding: 24px;
}

.com-details-update__title {
    margin-bottom: 0px;
}

.com-details-update__date {
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--base));
}

.com-details-update__content {
    height: 250px;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.com-details-update__content h1,
.com-details-update__content h2,
.com-details-update__content h3,
.com-details-update__content h4,
.com-details-update__content h5,
.com-details-update__content h6 {
    margin-bottom: 1rem;
}

.com-details-update__content p:not(:last-child) {
    margin-bottom: 1rem;
}

.com-details-update__content ul,
.com-details-update__content ol {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.com-details-update__content ul {
    list-style: disc;
}

.com-details-update__content ol {
    list-style: decimal;
}


.com-details__overview {
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--dark)/0.8);
    height: 250px;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.com-details__about {
    font-size: 0.875rem;
    font-weight: 400;
    color: hsl(var(--dark)/0.8);
}

.com-details__scrollspy {
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--dark)/0.8);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px;
    position: relative;
    border-radius: 6px;
}

@media screen and (max-width: 575px) {
    .com-details__scrollspy {
        padding: 12px 8px;
        font-size: 0.875rem;
    }
}

.com-details__scrollspy svg {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}

.com-details__scrollspy:hover,
.com-details__scrollspy:focus {
    color: hsl(var(--dark));
}

.com-details__scrollspy.active {
    color: hsl(var(--base));
}

.com-details__scrollspy.active::before {
    content: '';
    width: 100%;
    height: 3px;
    display: inline-block;
    background-color: hsl(var(--base));
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.com-details .nav-horizontal {
    position: sticky;
    top: var(--header-height);
    margin-inline-start: 0px;
    background-color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--border-color));
    z-index: 98;
}

@media screen and (max-width: 575px) {
    .com-details .nav-horizontal-menu__item:not(:last-child) {
        padding-right: 8px;
    }
}

.com-details .custom--accordion .accordion-button {
    font-size: 1.125rem;
}

.com-details .not-found-card {
    box-shadow: none;
}


.discussion-form {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px dashed hsl(var(--border-color));
}

.discussion-form .form--control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: hsl(var(--section-bg));
}

.discussion-form__btn {
    margin-top: 45px;
}

.single-comment {
    margin-bottom: 24px;
    padding-bottom: 24px;
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed hsl(var(--border-color));
}

.single-comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.single-comment__content {
    margin-top: 16px;
}

.single-comment.reply-comment {
    margin-top: 20px;
    padding-top: 0;
    border-bottom: 0;
}

.single-comment.reply-comment .single-comment__name {
    font-size: 16px;
}

.single-comment.reply-comment .single-comment__desc {
    font-size: 16px;
}

.single-comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.reaction-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
}

.reaction-btn-wrapper .reaction-btn {
    color: hsl(var(--body-color));
}

.reaction-btn-wrapper .reaction-btn__count {
    font-size: 14px;
}

.reaction-btn-wrapper .reaction-btn__text {
    font-size: 14px;
    letter-spacing: 2px;
}

.single-comment__thumb {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid hsl(var(--base));
}

.single-comment__name {
    margin-bottom: 0px;
    font-size: 1.125rem;
    font-weight: 400;
    color: hsl(var(--body-color));
}

.single-comment__designation {
    font-size: 13px;
    font-weight: 600;
    color: hsl(var(--dark)/0.8);
}

.single-comment__details {
    width: calc(100% - 48px);
}

.single-comment__content {
    position: relative;
}

.single-comment__content::before {
    position: absolute;
    content: "";
    left: -40px;
    z-index: 2;
    top: -10px;
    -webkit-mask-image: url(../images/shapes/comment-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 35px;
    height: calc(100% + 65px);
    background: hsl(var(--border-color));
}

.single-comment__content:last-child::before {
    display: none;
}

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

.single-comment__desc {
    font-size: 0.875rem;
    font-weight: 500;
}

@media screen and (max-width: 1399px) {
    .single-comment__desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .single-comment__desc {
        font-size: 16px;
    }
}

.card-badge-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.card-badge {
    color: hsl(var(--heading-color));
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
    background: -webkit-gradient(linear, left bottom, left top, from(hsl(var(--section-bg))), to(hsl(var(--section-bg)))), -webkit-gradient(linear, left top, left bottom, from(hsl(var(--white))), to(#919CA1));
    background: linear-gradient(0deg, hsl(var(--section-bg)) 0%, hsl(var(--section-bg)) 100%), linear-gradient(180deg, hsl(var(--white)) 0%, #919CA1 100%);
}

.card-badge.two {
    color: hsl(var(--white));
    border: 1px solid #7DADBD;
    background: -webkit-gradient(linear, left top, left bottom, from(#5C99AD), to(#4A7A8A));
    background: linear-gradient(180deg, #5C99AD 0%, #4A7A8A 100%);
}

/*=========== Company Details Section CSS End ===========*/

/*============ cart section css start here ============*/
.cart-section {
    margin-top: 24px;
}

.investment-content {
    max-width: 535px;
}

.investment-content__title {
    margin-bottom: 5px;
    color: hsl(var(--body-color));
}

.investment-content__text {
    font-size: 20px;
}

.investment-content__top {
    margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
    .investment-content__top {
        margin-bottom: 20px;
    }
}

.investment-content .amount-list {
    margin-top: 12px;
}

.investment-content .amount-list__text {
    margin-bottom: 32px;
}

.investment-content .amount-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed hsl(var(--border-color));
    line-height: 1;
}

.investment-content .amount-list__item.total .title {
    color: hsl(var(--heading-color));
}

.investment-content .amount-list__item.total .value {
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.investment-content .amount-list__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.investment-content .amount-list__item .title {
    font-size: 16px;
}

.investment-content .amount-list__item .value {
    font-size: 16px;
}

/*==============qty cart css start ==========*/
.qty-container {
    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: 10px;
}

.qty-container .input-qty {
    text-align: center;
    max-width: 80px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 0;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 0;
    font-size: 14px;
    height: 44px;
    width: 44px;
    border-radius: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: hsl(var(--black));
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--border-color));
}

.qty-container .qty-btn-minus:focus,
.qty-container .qty-btn-plus:focus {
    color: hsl(var(--white));
    background-color: hsl(var(--black));
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
}

.qty-container .qty-btn-minus {
    margin-right: -1px;
}

.qty-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.qty-wrapper .qty-container {
    background-color: hsl(var(--white));
    border-radius: 20px;
    padding: 7px 10px;
    border: 1px solid hsl(var(--base));
    gap: 15px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .qty-wrapper .qty-container {
        gap: 10px 6px;
    }
}

@media screen and (max-width: 374px) {
    .qty-wrapper .qty-container {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.qty-wrapper .qty-container .input-qty {
    width: unset;
    height: unset;
    border: 0;
    max-width: 115px;
    border-radius: 0;
    text-align: left;
    color: hsl(var(--base));
    font-size: 24px;
}

.qty-wrapper .qty-container .input-qty:focus-visible {
    outline: none !important;
}

@media screen and (max-width: 575px) {
    .qty-wrapper .qty-container .input-qty {
        font-size: 24px;
    }
}

.qty-wrapper .qty-container .value {
    color: hsl(var(--base));
    font-size: 32px;
    font-family: var(--heading-font);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*==============qty cart css end ==========*/
.investment-terms {
    border-top: 1px solid hsl(var(--border-color));
    padding-top: 56px;
    margin-top: 56px;
}

@media screen and (max-width: 575px) {
    .investment-terms {
        margin-top: 32px;
        padding-top: 32px;
    }
}

.investment-terms__title {
    margin-bottom: 32px;
}

.investment-terms .terms-list {
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    background-color: hsl(var(--white));
    overflow: hidden;
}

.investment-terms .terms-list__item {
    padding: 16px;
    border-bottom: 1px solid hsl(var(--border-color));
    font-size: 14px;
}

@media screen and (max-width: 424px) {
    .investment-terms .terms-list__item {
        padding: 12px;
    }
}

.investment-terms .terms-list__item:last-child {
    border-bottom: 0;
}

.investment-terms__bottom {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .investment-terms__bottom {
        margin-top: 24px;
    }
}

/*============ cart section css end here ============*/
/*======== payment section css start here =============*/

.payment-section h2,
.payment-section h3,
.payment-section h4,
.payment-section h5,
.payment-section h6 {
    color: hsl(var(--body-color));
}

.payment-wrapper__top {
    margin-bottom: 32px;
}

.payment-wrapper__title {
    margin-bottom: 5px;
    color: hsl(var(--body-color));
}

.payment-wrapper__text {
    font-size: 20px;
}

.company-profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

@media screen and (max-width: 424px) {
    .company-profile-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.company-profile-info__thumb {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.company-profile-info__content {
    width: calc(100% - 60px);
}

@media screen and (max-width: 424px) {
    .company-profile-info__content {
        width: 100%;
        text-align: center;
    }
}

.company-profile-info__title {
    margin-bottom: 5px;
}

.company-profile-info__text {
    margin-bottom: 16px;
}

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

.payment-system .search-box {
    min-width: 320px;
}

@media screen and (max-width: 575px) {
    .payment-system .search-box {
        min-width: 100%;
    }
}

/*= payment method css start here===*/
.payment-container {
    border: 1px solid hsl(var(--border-color));
    border-radius: 16px;
    overflow: hidden;
    background-color: hsl(var(--white));
}

.payment-container__title {
    margin-bottom: 6px;
    color: hsl(var(--body-color));
}

.payment-container__text {
    color: hsl(var(--success));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.payment-container__top {
    padding: 12px 32px;
    background-color: hsl(var(--section-bg));
    border-bottom: 1px solid hsl(var(--border-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 424px) {
    .payment-container__top {
        padding: 20px 16px;
    }
}

.payment-container__body {
    padding: 32px;
}

.payment-container__body .title {
    margin-bottom: 24px;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 424px) {
    .payment-container__body {
        padding: 20px 16px;
    }
}

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

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

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


.check-type-icon {
    width: 20px;
    height: 20px;
    border: 1px solid hsl(var(--black)/0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: hsl(var(--white));
}

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



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

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

.payment-checkbox {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.deposit-info-bottom {
    padding: 16px;
    margin: -32px;
    margin-top: 32px;
    background: hsl(var(--section-bg));
    border-top: 1px solid hsl(var(--black)/0.1);
}

@media screen and (max-width: 424px) {
    .deposit-info-bottom {
        margin: -20px -16px;
        margin-top: 32px;
    }
}

/*======== payment section css end here =============*/
/*============= confirm section css start here =============*/
.confirm-section {
    margin-top: 32px;
}

.confirm-section .confirm-container {
    padding: 70px 110px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
}

.confirm-section .confirm-container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#212325), to(rgba(33, 35, 37, 0.6))), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 35, 37, 0.5)), color-stop(30%, rgba(33, 35, 37, 0)), color-stop(70%, rgba(33, 35, 37, 0)), to(rgba(33, 35, 37, 0.5)));
    background: linear-gradient(90deg, #212325 0%, rgba(33, 35, 37, 0.6) 100%), linear-gradient(180deg, rgba(33, 35, 37, 0.5) 0%, rgba(33, 35, 37, 0) 30%, rgba(33, 35, 37, 0) 70%, rgba(33, 35, 37, 0.5) 100%);
    -webkit-box-shadow: 0 0 8px 0 rgba(189, 196, 199, 0.32) inset;
    box-shadow: 0 0 8px 0 rgba(189, 196, 199, 0.32) inset;
}

@media screen and (max-width: 1199px) {
    .confirm-section .confirm-container {
        padding: 50px 80px;
    }
}

@media screen and (max-width: 991px) {
    .confirm-section .confirm-container {
        padding: 40px 60px;
    }
}

@media screen and (max-width: 767px) {
    .confirm-section .confirm-container {
        padding: 32px;
    }
}

@media screen and (max-width: 424px) {
    .confirm-section .confirm-container {
        padding: 20px;
    }
}

.confirm-section .confirm-container__inner {
    max-width: 750px;
}

.confirm-section .confirm-container__title {
    margin-bottom: 10px;
    color: hsl(var(--white));
}

.confirm-section .confirm-container__text {
    font-size: 20px;
    color: hsl(var(--white));
}

.confirm-section .confirm-container__desc {
    color: hsl(var(--white));
    font-weight: 800;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
    .confirm-section .confirm-container__desc {
        margin-bottom: 16px;
        font-size: 18px;
    }
}

.confirm-section .confirm-container__top {
    margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
    .confirm-section .confirm-container__top {
        margin-bottom: 16px;
    }
}

.confirm-section .confirm-container__bottom {
    margin-top: 32px;
}

.confirm-section .confirm-container__bottom .title {
    color: hsl(var(--white));
    font-size: 20px;
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .confirm-section .confirm-container__bottom .title {
        margin-bottom: 16px;
        font-size: 18px;
    }
}

.confirm-section .confirm-container .content-block {
    padding: 24px;
    border-radius: 16px;
    background-color: hsl(var(--white)/0.1);
    border: 1px solid hsl(var(--white));
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    max-width: 650px;
}

@media screen and (max-width: 575px) {
    .confirm-section .confirm-container .content-block {
        padding: 16px;
    }
}

.confirm-section .confirm-container .content-block__title {
    color: hsl(var(--white));
    font-size: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
    .confirm-section .confirm-container .content-block__title {
        margin-bottom: 16px;
        font-size: 18px;
    }
}

.confirm-section .confirm-container .content-block .text-list__item {
    color: hsl(var(--white));
}

.confirm-section .confirm-container .content-block .text-list__item::before {
    background-color: hsl(var(--white));
}

.btn--group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*=============== confirm section css end here =============*/
/* User Info Css Start */
.user-info {
    position: relative;
    text-align: center;
}

.user-info__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

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

.user-info__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media screen and (max-width: 424px) {
    .user-info__right {
        gap: 5px;
    }
}

.user-info .user-info-dropdown {
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    width: 200px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    padding: 15px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

.user-info .user-info-dropdown.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

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

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

.user-info .user-info-dropdown__link {
    padding: 8px 16px !important;
    color: #5d7387 !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 600;
    text-align: left;
    font-size: 0.9375rem;
    border-radius: 12px;
}

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

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

.user-info .user-info-dropdown__link .icon {
    margin-right: 8px;
}

.user-info__thumb {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 12px;
    border: 1.5px solid hsl(var(--base));
}

@media screen and (max-width: 424px) {
    .user-info__thumb {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 374px) {
    .user-info__thumb {
        width: 30px;
        height: 30px;
    }
}

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

.user-info__item {
    position: relative;
    width: 44px;
    height: 44px;
    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: 12px;
    font-size: 20px;
    border: 1px solid hsl(var(--border-color));
    background: hsl(var(--section-bg));
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 575px) {
    .user-info__item {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media screen and (max-width: 374px) {
    .user-info__item {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

.user-info__item svg {
    width: 24px;
}

@media screen and (max-width: 575px) {
    .user-info__item svg {
        width: 20px;
    }
}

@media screen and (max-width: 374px) {
    .user-info__item svg {
        width: 16px;
    }
}

.notify {
    position: relative;
}

.notify__point {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: hsl(var(--danger));
}

.notify__point::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 4px solid hsl(var(--base)/0.3);
    background: transparent;
}

.header-two .header-right {
    position: relative;
    padding-left: 24px;
    margin-left: 24px;
}

@media screen and (max-width: 1199px) {
    .header-two .header-right {
        margin-left: auto;
        padding-left: 0;
    }
}

.header-two .header-right::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: hsl(var(--border-color));
}

@media screen and (max-width: 1199px) {
    .header-two .header-right::after {
        display: none;
    }
}

/*======= profile section css start here ========*/

.profile-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px 8px;
    border-bottom: 1px solid hsl(var(--border-color));
    flex-wrap: wrap;
}

.profile-list.nav-horizontal {
    max-width: 100%;
    margin-inline-start: 0px;
}

@media screen and (max-width: 1599px) {
    .profile-list {
        gap: 20px;
    }
}

@media screen and (max-width: 1399px) {
    .profile-list {
        gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .profile-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 20px;
    }
}

.profile-list__link {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--text-color));
    padding: 20px 10px;
    position: relative;
}

.profile-list__link.active {
    color: hsl(var(--black));
}

.profile-list__link.active::after {
    content: "";
    width: 100%;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: hsl(var(--base));
}

/* widget card css start here */
.widget-card {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--section-bg));
    border-radius: 16px;
    overflow: hidden;
    padding: 24px 20px;
    border: 1px solid hsl(var(--border-color));
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget-card__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    text-align: right;
}

.widget-card__title {
    font-weight: 600;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .widget-card__title {
        font-size: 18px;
    }
}

.widget-card__bottom {
    padding-top: 42px;
    margin-top: auto;
}

.widget-card__number {
    color: hsl(var(--base));
    margin-bottom: 10px;
}

.widget-card__text {
    font-size: 14px;
    color: hsl(var(--text-color));
}

/* chart design  start here */
#main {
    height: 300px;
    width: 100%;
}

#mainTwo {
    height: 300px;
    width: 100%;
}

#mainThree {
    height: 300px;
    width: 100%;
}

/*======= user-card-item =======*/
.user-card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.user-card-item__title {
    margin-bottom: 16px;
}

.user-card-item__body {
    background-color: hsl(var(--white));
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 16px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    border: 1px solid hsl(var(--border-color));
    padding: 24px;
}

@media screen and (max-width: 424px) {
    .user-card-item__body {
        padding: 16px;
    }
}

.user-card-item__body:has(.card-item) {
    padding: 0px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0px;
}

.news-wrapper {
    margin-top: 20px;
}

.news-wrapper__inner {
    max-height: 300px;
    scrollbar-width: thin;
    scrollbar-color: #f3f4f6 #e5e7eb;
    overflow-y: auto;
    margin-inline: -24px;
    padding-inline: 24px;
}

.news-wrapper .news-item {
    background-color: hsl(var(--section-bg));
    padding: 24px;
    border-radius: 16px;
    border: 1px solid hsl(var(--border-color));
    margin-bottom: 10px;
}

.news-wrapper .news-item:last-child {
    margin-bottom: 0;
}

.news-wrapper .news-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.news-wrapper .news-item__bottom {
    border-top: 1px solid hsl(var(--border-color));
    padding-top: 12px;
    margin-top: 12px;
}

.news-wrapper .news-item__title:has(.date) {
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

.news-wrapper .news-item__title .date {
    font-size: 0.5em;
    font-weight: 500;
    font-family: var(--body-font);
    padding: 4px 10px;
    color: hsl(var(--base));
    border-radius: 4px;
    background-color: hsl(var(--base)/0.1);
}

.news-wrapper .news-item__view-more {
    color: hsl(var(--base));
    font-size: 1rem;
    font-weight: 500;
}

.news-wrapper .news-item__thumb {
    width: 48px;
    height: 48px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
}

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

.news-wrapper .news-item__content {
    width: calc(100% - 48px);
}

.news-wrapper .news-item__name {
    margin-bottom: 5px;
}

.news-wrapper .news-item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-wrapper .news-item-meta__item .price {
    font-size: 1rem;
    font-weight: 500;
}

.news-wrapper .news-item-meta__item .type {
    font-size: 0.75rem;
    font-family: var(--body-font);
    padding: 4px 12px;
    line-height: 120%;
    color: hsl(var(--base));
    border-radius: 6px;
    background-color: hsl(var(--base)/0.1);
}

.news-wrapper .news-item__time {
    font-size: 14px;
}

.news-wrapper .news-item__text {
    font-weight: 600;
    color: hsl(var(--heading-color));
}

.news-wrapper::-webkit-scrollbar {
    width: 5px;
}

.news-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.news-wrapper::-webkit-scrollbar-thumb {
    background: hsl(var(--base));
    border-radius: 10px;
}

/*=============== User Info Css End=============== */
/*========== user profile css start here ==========*/
.user-card-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --width: 300px;
}

@media screen and (max-width: 991px) {
    .user-card-item__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.user-card-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.user-card-item__header form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-card-item__header form .input-date {
    max-width: 180px;
}

.user-card-item__left {
    width: var(--width);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 991px) {
    .user-card-item__left {
        width: 100%;
        border-right: 0;
    }
}

.user-card-item__left .investment-chart-content {
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 20px;
}

.user-card-item__left .investment-chart-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.user-card-item__left .investment-chart-content__title {
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .user-card-item__left .investment-chart-content__title {
        font-size: 18px;
    }
}

.user-card-item__left .investment-chart-content__bottom {
    margin-top: 20px;
}

.user-card-item__left .investment-chart-content__number {
    color: hsl(var(--base));
    margin-bottom: 0;
}

.user-card-item__left .investment-chart-content__text {
    font-size: 14px;
    color: hsl(var(--text-color));
    margin-top: 5px;
}

.user-card-item__left .investment-chart-content .type-list {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding-right: 20px;
}

.user-card-item__left .investment-chart-content .type-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.user-card-item__left .investment-chart-content .type-list__item::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: hsl(var(--border-color));
}

.user-card-item__left .investment-chart-content .type-list__item:last-child::after {
    display: none;
}

.user-card-item__left .investment-chart-content .type-list__value {
    margin-bottom: 0;
    color: hsl(var(--base));
}

.user-card-item__right {
    width: calc(100% - var(--width));
    padding-left: 20px;
}

@media screen and (max-width: 991px) {
    .user-card-item__right {
        width: 100%;
        padding-left: 0;
    }
}

.user-card-item__right .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-card-item__right .top-content .title {
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .user-card-item__right .top-content .title {
        font-size: 18px;
    }
}

.user-card-item .select2-wrapper {
    min-width: 120px;
}

.user-card-item:has(.user-card-item__header) .user-card-item__title {
    margin-bottom: 0;
    max-width: 350px;
}

/*========== user profile css end here ==========*/
/*========= payment info css start here =========*/
.payment-company-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.payment-company-item__title {
    margin-bottom: 0;
    color: hsl(var(--body-color));
}

.company-data {
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.company-data__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.company-data .text {
    font-weight: 600;
    margin-bottom: 10px;
}

.company-data__thumb {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 12px;
    padding: 6px;
    background-color: hsl(var(--dark));
}

.company-data__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.company-data__content {
    width: calc(100% - 52px);
}

.company-data__name {
    margin-bottom: 5px;
    color: hsl(var(--heading-color));
}

.payment-info-list__title {
    font-weight: 600;
    margin-bottom: 18px;
}

.payment-info-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.payment-info-list__item:last-child {
    margin-bottom: 0;
}

.payment-info-list__item .value {
    font-family: var(--heading-font);
    font-size: 20px;
    color: hsl(var(--heading-color));
}

/*========= payment info css end here =========*/
/*=========== user banner section css start here ===========*/
.user-banner {
    background: hsl(var(--section-bg));
    padding: 50px 0;
    border-bottom: 1px solid hsl(var(--border-color));
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.user-banner__title {
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .user-banner__title {
        margin-bottom: 24px;
    }
}

.user-banner__shape {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    z-index: -1;
}

.user-banner .btn--group .btn {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--heading-color)) !important;
    border: 1px solid hsl(var(--border-color));
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-banner .card-badge-wrapper {
    margin-top: 16px;
}

.user-banner .card-badge {
    background: hsl(var(--white));
}

.user-banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.user-profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: 24px;
    --wh: 120px;
    max-width: 700px;
}

@media screen and (max-width: 424px) {
    .user-profile-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.user-profile-info__thumb {
    width: var(--wh);
    height: var(--wh);
    border-radius: 12px;
    overflow: hidden;
    padding: 6px;
    background-color: hsl(var(--dark));
}

.user-profile-info__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.user-profile-info__thumb.user-avatar {
    padding: 0px;
    background-color: transparent;
}

.user-profile-info__thumb.user-avatar img {
    object-fit: cover;
    filter: unset;
}

.user-profile-info__content {
    width: calc(100% - var(--wh));
}

@media screen and (max-width: 424px) {
    .user-profile-info__content {
        width: 100%;
    }
}

.user-profile-info__title {
    margin-bottom: 4px;
}

.user-profile-info__text {
    font-size: 14px;
    color: hsl(var(--primary));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-profile-info__text .place {
    color: hsl(var(--body-color));
}

.user-profile-info__desc {
    margin-top: 16px;
}

/*=========== user banner section css end here ===========*/
/*==================== chat banner css start here ====================*/
.chat-banner {
    background-color: hsl(var(--section-bg));
    padding: 23px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.chat-banner__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: right;
}

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

.chat-banner .chat-content__left {
    max-width: 500px;
}

.chat-banner .chat-content__title {
    margin-bottom: 5px;
}

.chat-banner .chat-content__text {
    font-size: 20px;
}

/*==================== chat banner css end here ====================*/
/*============== account setting pages css start here ==============*/
.account-setting {
    --account-setting-sidebar: 300px;
    --account-setting-gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--account-setting-gap);
}

@media screen and (max-width: 1199px) {
    .account-setting {
        --account-setting-sidebar: 270px;
    }
}


.account-setting__top {
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: var(--account-setting-gap);
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .account-setting__top {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.account-setting__top .title {
    margin-bottom: 10px;
}

.account-setting__text {
    max-width: 660px;
}

.account-setting__sidebar {
    width: var(--account-setting-sidebar);
    border-right: 1px solid hsl(var(--border-color));
    padding-right: var(--account-setting-gap);
}

@media screen and (max-width: 991px) {
    .account-setting__sidebar {
        height: 100dvh;
        background-color: hsl(var(--white));
        overflow-y: auto;
        z-index: 999;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
        width: 300px;
        border-right: 1px solid hsl(var(--base-two)/0.15);
        border-radius: 0;
        position: fixed;
        left: 0;
        top: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
        padding: 60px 24px;
    }

    .account-setting__sidebar.show-sidebar {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.account-setting__sidebar .account-setting-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
    color: hsl(var(--text-color));
    font-weight: 600;
}

.account-setting__sidebar .account-setting-list__link.active {
    color: hsl(var(--heading-color));
    position: relative;
}

.account-setting__sidebar .account-setting-list__link.active::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    background-color: hsl(var(--base));
    bottom: -10px;
    left: 0;
}

.account-setting__sidebar .account-setting-list li:last-child .account-setting-list__link {
    margin-bottom: 0;
}

.account-setting__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--body-color));
    font-size: 1.25rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
}

.account-setting__close:active {
    top: 14px;
}

.account-setting__close:hover,
.account-setting__close:focus {
    background-color: hsl(var(--white));
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.account-setting__right {
    width: calc(100% - var(--account-setting-sidebar));
}

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

.account-setting__title {
    margin-bottom: 20px;
}

.account-setting-filter {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    font-size: calc(var(--size) * 0.5);
    transition: .3s ease;
    margin-bottom: 16px;
    cursor: pointer;
}

.account-setting-filter:hover,
.account-setting-filter:focus {
    background-color: hsl(var(--base-d-200));
}

.form-card {
    margin-bottom: 24px;
}

.form-card:last-child {
    margin-bottom: 0;
}

.form-card .text {
    color: #A7B0B4;
}

/*==== .notification item css start here ====*/
.notification-container__top {
    margin-bottom: 32px;
}

.notification-container__body .body-top {
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.notification-container__body .body-top__text {
    font-weight: 600;
    color: hsl(var(--text-color));
}

.notification-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;
    margin-bottom: 20px;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .notification-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

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

.notification-item__content {
    max-width: 650px;
}

.notification-item__title {
    margin-bottom: 4px;
}

.notification-item__top {
    margin-bottom: 32px;
}

.account-setting__right:has(.notification-container),
.account-setting__right:has(.authentication-container) {
    max-width: 100%;
}

.custom-switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsl(var(--border-color));
    border-radius: 18px;
    overflow: hidden;
    gap: 10px;
    padding: 6px;
    background-color: hsl(var(--white));
}

.custom-switch input[type=checkbox] {
    display: none;
}

.switch-label {
    padding: 9px 40px;
    margin: 0;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--body-color));
    white-space: nowrap;
    background-color: hsl(var(--section-bg));
}

@media screen and (max-width: 424px) {
    .switch-label {
        padding: 7px 32px;
    }
}

.custom-switch input:not(:checked)+.switch-label.off {
    background-color: hsl(var(--primary));
    color: hsl(var(--white));
}

.custom-switch input:checked+.switch-label.off {
    background-color: hsl(var(--section-bg));
    color: hsl(var(--body-color));
}

.custom-switch input:checked~.switch-label.on {
    background-color: hsl(var(--primary));
    color: hsl(var(--white));
}

/* security authentication css start here */
.authentication-item__number {
    margin-bottom: 8px;
}

.authentication-item__title {
    margin-bottom: 12px;
}

.authentication-item__desc {
    margin-bottom: 20px;
}

.authentication-item__thumb {
    max-width: 200px;
    margin-bottom: 24px;
    margin-inline: auto;
}

.authentication-item__thumb img {
    width: 100%;
}

/*============== account setting pages css end here ==============*/
/*=============== chat section css start here ===============*/
/*======== chat-box area css start here ========*/
.chatbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid hsl(var(--border-color));
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.filter-icon {
    --size: 36px;
    width: var(--size);
    height: var(--size);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--size) * 0.6);
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    margin-bottom: 24px;
}

.filter-icon:hover,
.filter-icon:focus {
    background-color: hsl(var(--base-d-100));
}

.chatbox-area__left {
    width: 430px;
    background-color: hsl(var(--white));
    border-right: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 1399px) {
    .chatbox-area__left {
        width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .chatbox-area__left {
        padding-top: 50px;
        height: 100vh;
        overflow-y: auto;
        z-index: 999;
        -webkit-transition: 0.25s linear;
        transition: 0.25s linear;
        width: 320px;
        border-radius: 0;
        position: fixed;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -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;
    }
}

.chatbox-area__left.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 9991;
}

.chatbox-area__left .chatbox-wrapper__header {
    padding: 24px 16px;
    background-color: hsl(var(--section-bg));
    border-bottom: 1px solid hsl(var(--border-color));
    min-height: 70px;
}

.chatbox-area__left .chatbox-wrapper__header .title {
    margin-bottom: 0;
}

.chatbox-area__left .chatbody {
    height: 100%;
}

.chatbox-area__left .chatbody:has(.not-found-card) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatbox-area__left .chatbody .title {
    margin-bottom: 0px;
}

.chatbox-area__left .chatbody .chat-list {
    max-height: 540px;
    overflow-y: auto;
}

.chatbox-wrapper {
    height: 100%;
}

.chatbox-area__left:has(.not-found-card) .chatbody .chat-list {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.chatbox-area__left .not-found-card {
    box-shadow: none !important;
    padding: 0;
    border-radius: 0;
    border: none;
}

@media screen and (max-width: 991px) {
    .chatbox-area__left .chatbody .chat-list {
        max-height: 700px;
        padding-bottom: 40px;
    }
}

.chatbox-area__left .chatbody .chat-list::-webkit-scrollbar {
    width: 5px;
}

.chatbox-area__left .chatbody .chat-list::-webkit-scrollbar-thumb {
    background: hsl(var(--base));
    border-radius: 10px;
}

.chatbox-area__left .chatbody .chat-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border-bottom: 1px solid hsl(var(--border-color));
}

.chatbox-area__left .chatbody .chat-list__item:hover,
.chatbox-area__left .chatbody .chat-list__item:focus {
    background-color: hsl(var(--black)/0.025);
}

.chatbox-area__left .chatbody .chat-list__item:last-child {
    border-bottom: 0;
}

.chatbox-area__left .chatbody .chat-list__thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.chatbox-area__left .chatbody .chat-list__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
    object-fit: cover;
}

.chatbox-area__left .chatbody .chat-list__content {
    flex-grow: 1;
}

.chatbox-area__left .chatbody .chat-list__content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 4px;
}

.chatbox-area__left .chatbody .chat-list__content .name {
    font-size: 1.125rem;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbox-area__left .chatbody .chat-list__content .text {
    color: hsl(var(--text-color));
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}


.chatbox-area__left .chatbody .chat-list__content .time {
    font-size: 14px;
    color: hsl(var(--text-color));
    white-space: nowrap;
}

.chatbox-area__left .close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    color: hsl(var(--title-color));
    font-size: 18px;
    display: none;
}

@media screen and (max-width: 991px) {
    .chatbox-area__left .close-icon {
        display: inline;
    }
}

.chatbox-area__body {
    width: calc(100% - 430px);
}

@media screen and (max-width: 1399px) {
    .chatbox-area__body {
        width: calc(100% - 400px);
    }
}

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

.chat-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 290px);
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .chat-box {
        width: 100%;
    }
}

.chat-box__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background-color: hsl(var(--section-bg));
    padding: 16px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.chat-box__header .user-icon {
    color: hsl(var(--title-color));
    display: none;
}

@media screen and (max-width: 1199px) {
    .chat-box__header .user-icon {
        display: inline;
    }
}

.chat-box__header .search-btn {
    color: hsl(var(--title-color));
}

.chat-box__body {
    flex: 1 1 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #f3f4f6 #e5e7eb;
    padding: 16px;
}

.chat-box__body:has(.not-found-card) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-box__body .not-found-card {
    max-width: 100%;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
}

.chat-box__body .not-found-card__icon {
    width: 100px;
    color: hsl(var(--black)/.5);
    margin-inline: auto;
    font-size: 32px;
    margin-bottom: 16px;
}

.chat-box__body .not-found-card .title {
    margin-bottom: 0px;
    margin-top: 0px !important;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 1rem;
    max-width: 350px;
    text-align: center;
    margin-inline: auto;
    line-height: 150%;
    color: hsl(var(--black)/0.8);
}

@media screen and (max-width: 575px) {
    .chat-box__body .not-found-card .title {
        font-size: 0.875rem;
    }
}

.chat-box__footer {
    padding: 16px;
    border-top: 1px solid hsl(var(--border-color));
}

.chat-box:has(.not-found-card) .chat-box__header,
.chat-box:has(.not-found-card) .chat-box__footer {
    display: none !important;
}

.chat-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.chat-box__thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .chat-box__thumb {
        width: 32px;
        height: 32px;
    }
}

.chat-box__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.chat-box__content {
    flex-grow: 1;
}

.chat-box__content .name {
    margin-bottom: 0px;
}

.chat-box__content .name.skeleton-box {
    width: 100px;
    height: 12px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.chat-box__content .username.skeleton-box {
    width: 60px;
    height: 10px;
    border-radius: 4px;
    display: block;
}

.chat-box__content .text {
    color: hsl(var(--primary));
    font-size: 12px;
    position: relative;
    padding-left: 15px;
}

.chat-box__content .text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: hsl(var(--primary));
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chat-box__content .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 4px;
}

.chat-box__content .right .time {
    color: hsl(var(--text-color));
    font-weight: 600;
    font-size: 14px;
}

.chat-box__content .right .number {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--title-color));
    background-color: hsl(var(--base));
    font-size: 12px;
}




.chat-send-area {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chat-send-area__input {
    width: 100%;
    /* height: 40px !important; */
    flex-grow: 1;
    border: 1px solid hsl(var(--border-color));
    border-radius: 999px;
    padding: 19px 6px 19px 19px;
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--black));
}

div.chat-send-area__input {
    display: flex !important;
    align-items: center !important;
}

div.chat-send-area__input.emojionearea.focused {
    border-color: hsl(var(--base));
    box-shadow: none;
}

.chat-send-area__input .emojionearea-editor {
    height: auto !important;
    position: static !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    padding: 0px !important;
    flex-grow: 1 !important;
}

.chat-send-area__input .emojionearea-button {
    position: static !important;
    top: 0 !important;
    right: 0px;
}

.chat-send-area__input:focus {
    outline: none;
    box-shadow: none;
}

.chat-send-area__btn {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(var(--border-color));
    font-size: calc(var(--size) * 0.5);
    flex-shrink: 0;
    transition: .3s ease;
}

.chat-send-area__btn.attach {
    cursor: pointer;
}

.chat-send-area__btn.attach:hover,
.chat-send-area__btn.attach:focus-within {
    border-color: hsl(var(--black)/0.1);
    background-color: hsl(var(--black)/0.05);
}

.chat-send-area__btn.send {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
}

.chat-send-area__btn.send:hover,
.chat-send-area__btn.send:focus-within {
    border-color: hsl(var(--base-d-100));
    background-color: hsl(var(--base-d-100));
}

.chat-send-area__btn svg {
    width: 50%;
    height: 50%;
}

.message-time {
    color: #A0A0A0;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.single-message {
    margin-bottom: 30px;
    width: 100%;
    max-width: 550px;
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-message__thumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.single-message__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-message__content {
    width: calc(100% - 50px);
}

.single-message .message-content .message-attach {
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--base));
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.single-message .message-content .message-attach i {
    font-size: 1.1em;
}

.single-message:last-child {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .single-message:last-child {
        margin-bottom: 70px;
    }
}

.single-message.message--right {
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.single-message.message--right .message-content__inner {
    border-radius: 14px 0 14px 14px;
    border: 1px solid hsl(var(--base)/0.1);
    background-color: hsl(var(--base)/0.1);
    padding: 16px 24px;
}

@media screen and (max-width: 424px) {
    .single-message.message--right .message-content__inner {
        padding: 10px 15px;
    }
}

.single-message.message--right .message-content__top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.single-message.message--right .message-content .message-text {
    color: hsl(var(--black));
}

.single-message.message--left .message-content__inner {
    border-radius: 0 14px 14px 14px;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--border-color));
    padding: 16px 24px;
    gap: 10px;
}

@media screen and (max-width: 424px) {
    .single-message.message--left .message-content__inner {
        padding: 10px 15px;
    }
}

.single-message.message--left .message-content .message-text {
    color: #515151;
}

@media screen and (max-width: 424px) {
    .message-text {
        font-size: 14px;
    }
}

.message-content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.message-content__name {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

}

.message-content__time {
    color: #A0A0A0;
    font-weight: 600;
    font-size: 14px;
}



.input-area {
    background: transparent;
    padding: 0;
    width: calc(100% - 44px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
}

@media screen and (max-width: 424px) {
    .input-area {
        width: calc(100% - 80px);
        padding-left: 6px;
    }
}

.input-area .form--control {
    height: auto !important;
    border-radius: 0 !important;
    width: 100% !important;
    line-height: 1;
    resize: none !important;
    background-color: transparent !important;
    border: 0 !important;
    color: hsl(var(--text-color));
    padding: 0;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.input-area .form--control::-webkit-input-placeholder {
    color: #606576;
}

.input-area .form--control::-moz-placeholder {
    color: #606576;
}

.input-area .form--control:-ms-input-placeholder {
    color: #606576;
}

.input-area .form--control::-ms-input-placeholder {
    color: #606576;
}

.input-area .form--control::placeholder {
    color: #606576;
}

.dashboard-body:has(.chatbox-area) {
    height: calc(100vh - 81px);
    min-height: unset;
}

.chat-media__list {
    position: absolute;
    bottom: 100%;
    max-width: 304px;
    background: hsl(var(--white));
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 30px;
    border: 1px solid hsl(var(--border-color));
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    right: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.chat-media__list.show {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.media-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-wrap-mode: nowrap;
    width: unset;
    padding: 8px 13px;
    padding-left: 13px;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer !important;
    font-size: 15px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border-radius: 4px;
    position: relative;
}

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

.image-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 12px !important;
    cursor: pointer;
}

/*============= chat-box area css end here ====================*/

/*============ confirmation section css start here============ */
.confirmation-section {
    min-height: calc(100dvh - var(--header-height));
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.confirmation-section__top {
    padding: 16px 0;
}

.confirmation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 700px;
    display: flex;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .confirmation-wrapper {
        width: 550px;
    }
}

@media screen and (max-width: 575px) {
    .confirmation-wrapper {
        width: 400px;
    }
}

@media screen and (max-width: 424px) {
    .confirmation-wrapper {
        width: 300px;
    }
}

.confirmation-wrapper .submit-form {
    width: 410px;
    margin: 0 auto;
}

@media (max-width:450px) {
    .confirmation-wrapper .submit-form {
        width: 300px;
    }

}

.confirmation-area {
    width: 100%;
}

.confirmation-wrapper__icon {
    color: #606576;
    font-size: 50px;
    margin-bottom: 40px;
    line-height: 1;
}

.confirmation-code {
    display: flex;
    position: relative;
    z-index: 1;
    height: 56px;
    width: 410px;
    margin: 0 auto;
}

.confirmation-code::after {
    position: absolute;
    content: "";
    right: -40px;
    width: 40px;
    height: 56px;
    background-color: hsl(var(--white));
    z-index: 2;
}

.confirmation-code__text {
    color: #344054;
    font-weight: 500;
    width: 410px;
    text-align: left;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.confirmation-code input {
    position: absolute;
    height: 56px;
    width: calc(100% + 50px);
    left: 0;
    background: transparent;
    font-size: 24px !important;
    font-weight: 800;
    letter-spacing: 57px;
    text-indent: 1px;
    border: none;
    z-index: 1;
    padding-left: 20px;
    color: #D0D5DD;
}

.confirmation-code .boxes {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    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;
    z-index: -1;
}

.confirmation-code .boxes span {
    height: 56px;
    width: 56px;
    background: hsl(var(--white));
    border: 1px solid #D0D5DD;
    text-align: center;
    line-height: 56px;
    border-radius: 8px;
    color: #D0D5DD;
    font-size: 24px;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

@media (max-width:450px) {
    .confirmation-code {
        height: 40px;
        width: 300px;
        margin: 0 auto;
    }

    .confirmation-code input {
        height: 40px;
    }

    .confirmation-code .boxes span {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .confirmation-code input {
        height: 40px;
        width: 100%;
        font-size: 20px !important;
        letter-spacing: 40px;
        padding-left: 14px;
    }

    .confirmation-code__text {
        width: 300px;
    }
}

.confirmation-code input:focus {
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}


.confirmation-area.card-style {
    width: 100%;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
}

.confirmation-area__content {
    margin-bottom: 40px;
    text-align: center;
}

.confirmation-area__content .title {
    color: hsl(var(--base));
    margin-bottom: 16px;
}

.confirmation-area__content .desc {
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--black)/0.6);
    max-width: 450px;
    margin-inline: auto;
}

.confirmation-area__content .desc span {
    font-weight: 600;
    color: hsl(var(--black));
}

.confirmation-area.card-style .confirmation-area__content {
    margin-bottom: 24px;
}

.verify-text-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.confirmation-section__bottom {
    margin-top: 40px;
    position: relative;
    padding: 40px;
    border: 1px solid hsl(var(--border-color));
    border-radius: 16px;
    overflow: hidden;
    text-align: left;
    background: hsl(var(--white));
}

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

    .verify-text-list {
        gap: 10px;
    }
}

.confirmation-section__shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 767px) {
    .confirmation-section__shape {
        display: none;
    }
}

.confirmation-section__shape-two {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .confirmation-section__shape-two {
        display: none;
    }

}

.confirmation-section__bottom .text {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
}

.link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.link-list li {
    position: relative;
    padding-left: 15px;
}

.link-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: hsl(var(--dark));
}

.link-list li a {
    font-weight: 600;
    color: hsl(var(--primary));
    text-decoration: underline;
}

/*============ confirmation section css end here============ */
/*========== company setting css start here ==========*/
.company-setting {
    --company-setting-sidebar: 320px;
    --company-setting-gap: 24px;
    display: flex;
    gap: var(--company-setting-gap);
}

@media screen and (max-width: 1199px) {
    .company-setting {
        --company-setting-sidebar: 270px;
    }
}

@media screen and (max-width: 991px) {
    .company-setting {
        --company-setting-sidebar: 300px;
    }
}

.company-setting-sidebar {
    width: var(--company-setting-sidebar);
    max-height: 660px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    position: sticky;
    top: calc(var(--header-height) + 24px);
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .company-setting-sidebar {
        height: 100dvh;
        max-height: unset;
        z-index: 9992;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
        border: none;
        border-radius: 0px;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        border-radius: 0;
    }

    .company-setting-sidebar.show-sidebar {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.company-setting-sidebar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    border-radius: 16px 16px 0 0;
    margin-bottom: 8px;
    background-color: hsl(var(--section-bg));
}

.company-setting-sidebar__body {
    flex: 1 1 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e5e7eb #f3f4f6;
}

.company-setting-sidebar__title {
    margin-bottom: 0;
}

.company-setting-sidebar .company-setting-list {
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}

.company-setting-sidebar .company-setting-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    margin-bottom: 2px;
    color: hsl(var(--text-color));
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.company-setting-sidebar .company-setting-list__link.active,
.company-setting-sidebar .company-setting-list__link:hover {
    color: hsl(var(--heading-color));
    background-color: hsl(var(--section-bg));
}

.company-setting-sidebar .company-setting-list__link .link-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.company-setting-sidebar .company-setting-list li:last-child .account-setting-list__link {
    margin-bottom: 0;
}

.company-setting__toggle {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    font-size: calc(var(--size) * 0.5);
    transition: .3s ease;
    margin-bottom: 16px;
    cursor: pointer;
}

.company-setting__toggle:hover,
.company-setting__toggle:focus {
    background-color: hsl(var(--base-d-200));
}

.company-setting__close {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--body-color));
    font-size: calc(var(--size) * 0.5);
    transition: 0.2s linear;
    color: hsl(var(--white));
    background-color: hsl(var(--danger));
}

.company-setting__close:hover,
.company-setting__close:focus {
    color: hsl(var(--white));
    background-color: hsl(var(--danger-d-200));
}

.company-setting-content {
    width: calc(100% - var(--company-setting-sidebar));
}

@media screen and (max-width: 991px) {
    .company-setting-content {
        width: 100%;
    }
}

.company-setting-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--section-bg));
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    .company-setting-card {
        padding: 16px;
    }
}

.company-setting-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.company-setting-card__header:has(.header-left) {
    justify-content: space-between;
}

.company-setting-card__header .header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.company-setting-card__body {
    flex: 1 1 100%;
}

.company-setting-card__footer {
    padding: 12px 24px;
    margin-inline: -24px;
    margin-bottom: -24px;
    border-radius: 0 0 16px 16px;
    border-top: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.company-setting__title {
    margin-bottom: 0;
}

.company-setting__title:has(>.company-setting__step) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.company-setting__step {
    --size: 1.25em;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: hsl(var(--white));
    font-size: calc(var(--size) * 0.8);
    border: 1px solid hsl(var(--white));
    background-color: hsl(var(--base));
    box-shadow: 0 0 0 1px hsl(var(--base));
}

@media screen and (max-width: 424px) {
    .company-setting__step {
        --size: 1.125em;
    }
}

.company-setting-body__content {
    background-color: hsl(var(--white));
    padding: 16px;
    border-radius: 16px;
}

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

.company-setting-body__title {
    margin-bottom: 0;
}

.company-data-thumb-wrapper {
    position: relative;
    margin-bottom: 60px;
}

.company-data-thumb-wrapper .thumb {
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 1/0.3101604278;
    overflow: hidden;
}

.company-data-thumb-wrapper .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-data-thumb-wrapper::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#212325), to(rgba(33, 35, 37, 0.6))), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 35, 37, 0.5)), color-stop(30%, rgba(33, 35, 37, 0)), color-stop(70%, rgba(33, 35, 37, 0)), to(rgba(33, 35, 37, 0.5)));
    background: linear-gradient(90deg, #212325 0%, rgba(33, 35, 37, 0.6) 100%), linear-gradient(180deg, rgba(33, 35, 37, 0.5) 0%, rgba(33, 35, 37, 0) 30%, rgba(33, 35, 37, 0) 70%, rgba(33, 35, 37, 0.5) 100%);
    -webkit-box-shadow: 0 0 8px 0 rgba(189, 196, 199, 0.32) inset;
    box-shadow: 0 0 8px 0 rgba(189, 196, 199, 0.32) inset;
}

.company-data-thumb-wrapper__edit {
    position: absolute;
    bottom: -40px;
    left: 30px;
    z-index: 1;
}

.company-data-thumb-wrapper__edit .edit {
    position: absolute;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(var(--base));
    right: -15px;
    bottom: -15px;
    cursor: pointer;
    color: hsl(var(--white));
    border-left: 1px solid hsl(var(--white));
}

.company-data-thumb-wrapper__edit .edit-thumb {
    width: 85px;
    height: 85px;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 6px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
}

.company-data-thumb-wrapper__edit .edit-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0);
}

.company-data-thumb-wrapper .profile-thumb-edit {
    position: absolute;
    right: 16px;
    z-index: 5;
    top: 16px;
}

.company-data-thumb-wrapper .profile-thumb-edit .edit {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(var(--base));
    cursor: pointer;
    color: hsl(var(--white));
    border-left: 1px solid hsl(var(--white));
}

.file-upload .edit {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(var(--base));
    cursor: pointer;
    color: hsl(var(--white));
    border-left: 1px solid hsl(var(--white));
    bottom: -10px;
    right: 0;
    position: absolute;
}

.company-team-wrapper {
    --wh: 160px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid hsl(var(--border-color));
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    background-color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .company-team-wrapper {
        --wh: 100px;
    }
}

.company-team-wrapper:not(:last-child) {
    margin-bottom: 24px;
}

.company-team-wrapper__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .company-team-wrapper__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.company-team-wrapper__thumb {
    width: var(--wh);
    height: var(--wh);
    border-radius: 16px;
    border: 1px solid hsl(var(--border-color));
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.company-team-wrapper__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.company-team-wrapper__content {
    width: calc(100% - var(--wh));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .company-team-wrapper__content {
        width: 100%;
    }
}

.company-team-wrapper__content .inner-content__text {
    font-size: 14px;
}

.company-team-wrapper .btn {
    white-space: nowrap;
}

/* document-item css start here */
.document-item {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
}

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

@media screen and (max-width: 424px) {
    .document-item {
        padding: 10px;
    }
}

.document-item__inner {
    margin-bottom: 32px;
}

.document-item__inner:last-child {
    margin-bottom: 0;
}

.document-item__title {
    margin-bottom: 24px;
}

.document-item__text {
    margin-top: 16px;
    font-size: 14px;
}

.document-item .file-card {
    border: 1px dashed hsl(var(--border-color));
    background-color: hsl(var(--section-bg));
    border-radius: 16px;
    padding: 20px;
    text-align: center;
}

.document-item .file-card__logo {
    max-width: 40px;
    margin: 0 auto;
}

.document-item .file-card__text {
    color: #0B0B0B;
    font-size: 14px;
    margin-top: 12px;
}

.document-item .file-card__another {
    position: relative;
    margin: 10px auto;
    max-width: 200px;
}

.document-item .file-card__another::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--border-color));
}

.document-item .file-card__another .text {
    color: #6D6D6D;
    font-size: 12px;
    background: hsl(var(--section-bg));
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.document-card {
    border: 1px solid hsl(var(--border-color));
    border-radius: 16px;
    background: hsl(var(--section-bg));
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    max-width: 500px;
    margin-bottom: 16px;
    --width: 36px;
}

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

.document-card:last-child {
    margin-bottom: 0;
}

.document-card__icon {
    width: var(--width);
}

.document-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - var(--width));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.document-card__title {
    font-size: 14px;
    font-weight: 600;
    color: #0B0B0B;
    line-height: 1;
}

.document-card__size {
    color: #6D6D6D;
    font-size: 12px;
}

.document-card__close {
    color: hsl(var(--heading-color));
    cursor: pointer;
    font-size: 24px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.document-card__close:hover {
    color: hsl(var(--danger));
}

.company-setting-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid hsl(var(--border-color));
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    background-color: hsl(var(--white));
}

.company-setting-block:not(:last-child) {
    margin-bottom: 24px;
}

.company-setting-block__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.company-setting-block__body {
    flex: 1 1 100%;
}

.company-setting-block__title {
    margin-bottom: 0px;
}

/*========== company setting css end here ==========*/
/* ======================  Plugin Customization Start  ======================*/
/* ======================  Select2 Start  ======================*/
.select2-wrapper {
    height: 44px;
    --border-radius: 12px;
    --height: 44px;
    --select2-border: hsl(var(--border-color));
    min-width: 210px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.select2+.select2-container {
    border-radius: var(--border-radius);
    height: var(--height);
}

.select2+.select2-container .select2-selection__rendered {
    line-height: var(--height);
    color: hsl(var(--heading-color));
    padding-left: 20px !important;
}

.select2+.select2-container .select2-selection {
    border: 1px solid var(--select2-border);
    background-color: hsl(var(--white));
    width: 100%;
    border-radius: 12px;
    height: var(--height);
}

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

.select2-container--focus:not(.select2-container--disabled) .select2-selection--single,
.select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple,
.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
    outline: none;
    border-color: hsl(var(--base)) !important;
}

.select2+.select2-container .select2-selection__arrow {
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border-radius: inherit;
    height: calc(var(--height) - 10px);
    width: calc(var(--height) - 10px);
}

.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;
    color: hsl(var(--body-color));
    margin-left: 20px;
}

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

.select2-results__option {
    color: hsl(var(--body-color));
}

.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 {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1) !important;
    border-radius: var(--border-radius) !important;
    overflow: hidden;
}

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

.select2-search__field {
    border-radius: 10px;
    border: 1px solid hsl(var(--border-color)) !important;
    background: hsl(var(--white));
    padding: 4px !important;
    color: hsl(var(--black));
}

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

.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-container--default .select2-results__option--selected {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.select2-container:has(.select2-selection--single) {
    width: 100% !important;
}

.input-group-text .select2+.select2-container .select2-selection {
    border: 0 !important;
    height: 40px !important;
    border-radius: 0 !important;
    margin-top: 1px;
    background: hsl(var(--white));
}

/* ======================  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;
    border: none;
    color: hsl(var(--heading-color));
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -10px;
    -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: transparent;
    border: 1px solid hsl(var(--heading-color));
    font-size: 20px;
}

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

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

.slick-next {
    right: 0px;
}

.slick-prev {
    right: 60px;
}

/* Dots Css Start */
.slick-dots {
    padding-top: 50px;
}

@media screen and (max-width: 767px) {
    .slick-dots {
        text-align: center;
    }
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--black));
    color: hsl(var(--black));
    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: #D3D7D9;
    width: 8px;
    color: hsl(var(--black));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================= Daterange Picker CSS Start ================ */
.daterangepicker {
    border: 1px solid hsl(var(--border-color));
}

.daterangepicker::before {
    border-bottom-color: hsl(var(--border-color));
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
    background-color: hsl(var(--base)) !important;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    padding: 6px;
    border: 1px solid hsl(var(--border-color));
    background-color: transparent;
    border-radius: 6px;
}

.daterangepicker .drp-buttons .btn {
    padding: 6px 12px;
}

.daterangepicker .drp-buttons .btn:hover,
.daterangepicker .drp-buttons .btn:focus {
    outline: none;
    box-shadow: none;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
    background-color: hsl(var(--black));
}

.daterangepicker .drp-buttons .btn.cancelBtn:hover,
.daterangepicker .drp-buttons .btn.cancelBtn:focus {
    color: hsl(var(--white)) !important;
    background-color: hsl(var(--black)) !important;
}

.daterangepicker .drp-buttons .btn.applyBtn {
    background-color: hsl(var(--base));
}


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

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

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

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

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

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

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

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

/* ================================= Range Slider Css End =========================== */
/* ======================  Plugin Customization End  ======================*/
/* ======================  Pages Design Start  ======================*/
/* =========================================== Account Css Start =========================*/
.account-inner {
    position: relative;
    background-color: hsl(var(--white));
    z-index: 1;
}

.account-form-wrapper {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: hsl(var(--white));
}

.account-form .text {
    text-align: center;
    font-size: 1rem;
}

.account-form__top {
    margin-bottom: 32px;
}

.account-form__text {
    text-align: center;
    font-weight: 500;
    color: hsl(var(--body-color));
}

.account-form__text a {
    font-weight: 600;
}

.account-form__logo {
    max-width: 250px;
    margin-bottom: 24px;
}

.account-form__logo img {
    width: 100%;
}

.account-form__title {
    text-align: center;
    margin-bottom: 12px;
    font-family: var(--body-font);
}

@media screen and (max-width: 1399px) {
    .account-form__title {
        margin-bottom: 20px;
    }
}

.account-form .forgot-password {
    color: hsl(var(--base));
    font-weight: 600;
}

.input-group.input-two .form--control {
    padding: 11px 16px !important;
}

.forgot-password__link {
    text-decoration: underline;
    font-size: 0.75rem;
    font-weight: 500;
}

/* ============================================ Account Css End ====================================*/
.account-inner {
    --width: 50%;
    --this-p: 32px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--this-p);
    overflow: hidden;
}

@media screen and (max-width: 1599px) {
    .account-inner {
        --width: 750px;
    }
}

@media screen and (max-width: 1399px) {
    .account-inner {
        --width: 600px;
    }
}

@media screen and (max-width: 1199px) {
    .account-inner {
        --width: 500px;
    }
}

.account-inner__shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 70%;
}

@media screen and (max-width: 991px) {
    .account-inner__shape img {
        width: 100%;
        height: 100%;
    }
}

.account-inner__left {
    width: calc(100% - var(--width));
    position: relative;
    min-height: calc(100dvh - (var(--this-p) * 2));
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.account-inner__right {
    width: var(--width);
    z-index: 1;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: calc(100dvh - (var(--this-p) * 2));
}

@media screen and (max-width: 991px) {
    .account-inner__right {
        display: none;
    }
}

.account-thumb {
    width: 100%;
    height: calc(100dvh - (var(--this-p) * 2));
    border-radius: 20px;
    overflow: hidden;
}

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

.account-info {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: calc(100% - 80px);
    padding: 32px;
    border: 1px solid hsl(var(--white));
    background: hsl(var(--white)/0.5);
    border-radius: 16px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

@media screen and (max-width: 1199px) {
    .account-info {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
    }
}

.account-info__title {
    margin-bottom: 16px;
}

.account-info__name {
    margin-bottom: 5px;
}

.account-info__designation {
    font-size: 14px;
    color: hsl(var(--heading-color));
}

.social-login-wrapper {
    text-align: center;
}

.social-login-wrapper__title {
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
    font-weight: 600;
    margin-bottom: 12px;
}

.social-login-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.social-login-list .social-login-btn {
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    padding: 9px 15px;
    color: hsl(var(--heading-color));
    font-size: 16px;
    font-weight: 600;
    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;
    gap: 8px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--section-bg));
}

.social-login-list .social-login-btn:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--base));
}

.account-tab {
    position: relative;
}

/*======= investor registration pages css start here =======*/
.company-register .account-form-wrapper,
.company-login .account-form-wrapper {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 35px;
}

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

    .company-register .account-form-wrapper,
    .company-login .account-form-wrapper {
        padding: 0;
    }
}

.company-register .account-inner,
.company-login .account-form-wrapper {
    height: unset;
}

.account-header {
    -webkit-box-shadow: 0 1px 16px 0 rgba(145, 156, 161, 0.24);
    box-shadow: 0 1px 16px 0 rgba(145, 156, 161, 0.24);
}

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

.page-list .nav-item {
    border-bottom: 0;
    padding: 3px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.page-list .nav-item::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    bottom: 8px;
    color: hsl(var(--body-color));
    font-size: 16px;
    top: -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: step;
    content: counter(step);
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    .page-list .nav-item::after {
        font-size: 20px;
    }
}

.page-list .nav-item::before {
    content: "";
    position: absolute;
    top: -17px;
    right: 50%;
    width: 100%;
    border: 1px dashed hsl(var(--black)/0.1);
}

.page-list .nav-item .nav-link {
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0 !important;
    position: relative;
    text-align: center;
}

.page-list .nav-item .nav-link::before {
    position: absolute;
    content: "";
    top: -38px;
    left: 50%;
    width: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    border-radius: 50%;
    background-color: hsl(var(--section-bg));
    z-index: 2;
    border: 2px solid hsl(var(--white));
    -webkit-box-shadow: 0 2px 4px 0 rgba(4, 20, 124, 0.15);
    box-shadow: 0 2px 4px 0 rgba(4, 20, 124, 0.15);
}

.page-list .nav-item .nav-link__title {
    margin-top: 10px;
    color: #A7B0B4;
}

@media screen and (max-width: 1399px) {
    .page-list .nav-item .nav-link__title {
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .page-list .nav-item .nav-link__title {
        font-size: 14px;
    }
}

.page-list .nav-item.active.nav-item::before {
    border-color: hsl(var(--heading-color));
}

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

.page-list .nav-item.active.nav-item .nav-link__title {
    color: hsl(var(--heading-color));
    font-weight: 700;
}

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

.page-list .nav-item.active .transaction-item__text {
    color: hsl(var(--white));
}

.page-list-wrapper {
    margin-bottom: 40px;
}

.page-list .nav-item:first-child::before {
    display: none;
}

/* =========================================== 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);
    background: hsl(var(--section-bg));
}

.blog-details__thumb {
    height: 450px;
    max-height: 100%;
}

@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 25px;
}

@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 .text-list {
    width: 100%;
    justify-content: space-between;
}

.blog-details .text-list__item:last-child::before {
    display: none;
}

.blog-details .social-list__link {
    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.1);
    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-share {
    margin-top: 32px;
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    border-top: 1px solid hsl(var(--border-color));
}

.blog-share__title {
    margin-bottom: 0;
}

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

.content-item:last-child {
    margin-bottom: 0px;
}

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

/* ========================================== Blog Details Css End ======================================*/
/*=========== contact section css start here ===========*/

.contact__thumb {
    width: 100%;
    height: 100%;
    max-height: 710px;
    aspect-ratio: 1/0.875;
    border-radius: 12px;
    overflow: hidden;
}

.contact__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--section-bg));
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

.contact-item__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.contact-item__icon {
    --size: 50px;
    width: var(--size);
    height: var(--size);
    background-color: hsl(var(--base-two)/0.2);
    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: linear-gradient(90deg, hsl(var(--base)) 20%, hsl(var(--base-two)) 100%);
    border-radius: 12px;
    font-size: calc(var(--size) * 0.5);
}

.contact-item__icon i {
    color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
    .contact-item__icon {
        margin: 0 auto;
    }
}

.contact-item__content {
    width: calc(100% - 64px);
    padding-left: 25px;
}

@media screen and (max-width: 1199px) {
    .contact-item__content {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }
}

.contact-item__title {
    margin-bottom: 4px;
    color: hsl(var(--black));
}

.contact-item__desc {
    font-size: 1rem;
    font-weight: 500;
}

.contact-item__desc:has(>svg) {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.contact-item__desc svg {
    width: 1.25em;
    height: 1.25em;
}

a.contact-item__desc {
    color: hsl(var(--base));
}

a.contact-item__desc:hover,
a.contact-item__desc:focus {
    color: hsl(var(--base-d-200));
}

.contact-bottom {
    margin-top: 40px;
}

.contact-bottom .contact-form {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}


.contact-bottom .contact-form__title {
    margin-bottom: 30px;
}

.contact-bottom__map {
    height: 100%;
    width: 100%;
    background-color: hsl(var(--white));
    border-radius: 10px;
}

.contact-bottom__map iframe {
    height: 100%;
    border-radius: 10px;
    width: 100%;
    min-height: 400px;
}

@media screen and (max-width: 575px) {
    .contact-bottom__map iframe {
        min-height: 300px;
    }
}

/*============= contact section css end here ===========*/
/* ======================  Pages Design End  ======================*/


label.required:after {
    content: "*";
    color: #dc3545 !important;
    margin-left: 2px;
}

.file-upload-edit {
    --size: 32px;
    width: var(--size);
    height: var(--size);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(var(--base));
    cursor: pointer;
    color: hsl(var(--white));
    border-left: 1px solid hsl(var(--white));
    bottom: -10px;
    right: 0;
    position: absolute;
    z-index: 1;
}

.file-upload-edit svg {
    width: 50%;
    height: 50%;
}


.profile-thumb {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1/0.5952380952;
    position: relative;
}

.profile-thumb img {
    border-radius: 16px;
}

.input-group:has(.select2-container) .input-group-text {
    box-shadow: none;
}



.account-setting__header:has(.header-left) {
    justify-content: space-between;
}

.account-setting__header .header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

#planContent .btn {
    height: 44px;
    padding: 12px;
    width: 44px;
}

.nicEdit-main:focus {
    outline: 0;
}

.list-group.list--group .list-group-item {
    border: 0 !important;
    padding: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid hsl(var(--border-color)) !important;
    padding-bottom: 16px;
}

.list-group.list--group {
    border-radius: 0;
}

.list-group.list--group .list-group-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 !important;
}

.table .not-found-card {
    box-shadow: none;
}

/* ban page css start here  */

.ban-content {
    text-align: center;
}

.ban-content .title {
    margin-bottom: 10px;
}

.ban-content__icon {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
    color: hsl(var(--danger));
}

.closing__wrapper {
    background: linear-gradient(180deg, #7DADBD, hsl(196deg 30.33% 47.84%));
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 32px;
    text-align: center;
    box-shadow: 4px 8px 19px -3px rgb(98 150 169 / 38%);
}

.closing__wrapper p {
    color: hsl(var(--white));
}

.closing__title {
    margin-bottom: 10px;
}

.share-content {
    text-align: center;
}

.share-content .share-amount {
    margin-bottom: 4px;
}

.share-text {
    font-size: 14px;
    color: hsl(var(--heading-color));
    font-weight: 600;
}

#countdown {
    font-size: 20px;
    font-weight: 600;
    color: hsl(var(--base));
}

/*============ countdown css start here ============ */
.countdown__menu {
    display: flex;
    justify-content: space-between;
    max-width: 255px;
    margin: 0 auto;
}

.countdown__list {
    color: hsl(var(--white));
}

.countdown__time {
    margin-bottom: 2px;
    text-align: center;
    display: flex;
    font-size: 36px;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: var(--heading-font);
    line-height: 1;
}

.countdown__time::before {
    position: absolute;
    content: "";
    right: -10px;
    top: 60%;
    width: 5px;
    height: 5px;
    background-color: hsl(var(--white));
    border-radius: 50%;
}

.countdown__time::after {
    position: absolute;
    content: "";
    right: -10px;
    top: 33%;
    width: 5px;
    height: 5px;
    background-color: hsl(var(--white));
    border-radius: 50%;
}

.investment-content__check-form {
    margin-top: 24px;
    background: hsl(var(--warning)/.1);
    padding: 20px;
    border-radius: 12px;
}

.investment-content__btn {
    margin-top: 24px;
}

.custom--modal .deposit-info__title .text.has-icon,
.deposit-info__input .text {
    font-size: 16px;
}

.custom--modal .payment-container__text {
    font-size: 14px;
}

.payment-section .investment-content {
    max-width: 100%;
}

.user-card-item .not-found-card {
    background: transparent;
    box-shadow: none;
    border: none;
}

.user-card-item .not-found-card .title {
    margin-bottom: 0px;
}

.user-card-item .not-found-card .icon {
    margin-bottom: 0px;
}

.user-card-item__body:has(.not-found-card) .news-wrapper {
    margin-top: 0;
}

.countdown__menu li:last-child .countdown__time::before {
    content: none;
}

.countdown__menu li:last-child .countdown__time::after {
    content: none;
}

.payment-system-wrapper:has(.payment-item__btn.d-none) .payment-system-list {
    padding-right: 15px;
}


/* ============ contact chat message start ============ */
.contact-btn {
    background: #ff4d1a;
    color: hsl(var(--white));
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}


.chat-widget {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 320px;
    height: 450px;
    background: hsl(var(--white));
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    z-index: 9999;
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.chat-header .user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-header img {
    border-radius: 50%;
}

.chat-body {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
}

.msg {
    max-width: 80%;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.msg.received {
    background: #f1f1f1;
    align-self: flex-start;
}

.msg.sent {
    background: #e8f0ff;
    align-self: flex-end;
}

.msg small {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    color: #777;
}


.chat-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-top: 1px solid #eee;
}

.chat-footer input {
    flex: 1;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.chat-footer .send {
    background: #2563eb;
    color: white;
    border: none;
    padding: 10px 14px;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width: 600px) {
    .chat-widget {
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        border-radius: 0;
    }
}

.chat-header .user .avatar {
    width: 40px;
    height: 40px;
}

.chat-header .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.chat-widget {
    width: 320px;
    height: 500px;
    background: hsl(var(--white));
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.chat-header .user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-header img {
    border-radius: 50%;
}

.actions span {
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
}


.chat-body {
    flex: 1;
    padding: 12px;
    overflow-y: auto;
    background: #f9f9f9;
}

.msg {
    max-width: 75%;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 12px;
    position: relative;
}

.msg.left {
    background: hsl(var(--white));
    align-self: flex-start;
    margin-right: auto;
    text-align: left;
}

.msg.left .meta {
    justify-content: flex-start !important;
}

.msg.right {
    background: #eef4ff;
    align-self: flex-end;
    margin-left: auto;
    text-align: right;
}

.msg p {
    margin: 0;
    font-size: 14px;
}

.meta {
    font-size: 11px;
    color: hsl(var(--body-color));
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.chat-footer {
    display: flex;
    align-items: center;
    padding: 10px;
    border-top: 1px solid hsl(var(--border-color));
    gap: 6px;
}

.chat-footer input {
    flex: 1;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid hsl(var(--border-color));
    outline: none;
}

.chat-footer button {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}


@media (max-width: 600px) {
    .chat-widget {
        width: 100%;
        height: 100vh;
        border-radius: 0;
    }
}

/* ============ contact chat message end ============ */

textarea.form--control {
    line-height: 1.2;
}

.file-preview-item {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: hsl(var(--black));
    border: 1px solid hsl(var(--border-color));
}


.file-preview-item .file-name {
    max-width: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

}

.file-preview-item .remove-file {
    --size: 16px;
    width: var(--size);
    height: var(--size);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--size) * 0.6);
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.1);
}

.file-preview-item .remove-file:hover,
.file-preview-item .remove-file:focus {
    color: hsl(var(--white));
    background-color: hsl(var(--danger));
}

.input--group:has(.btn--danger) {
    border: 0 !important;
}

.input--group:has(.btn--danger) .form--control {
    border: 1px solid hsl(var(--border-color)) !important;
}

.input--group:has(.btn--danger) .form--control:focus {
    border: 1px solid hsl(var(--base)) !important;
}

.input--group .btn {
    height: 44px;
    width: 44px;
    padding: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.company-setting-list__link.disabled {
    opacity: .6;
    pointer-events: none;
    background: hsl(var(--section-bg));
}


@media (max-width: 1199px) {
    .banner-slider-parent {
        /* margin-top: calc(var(--banner-h) * -1); */
    }

    .banner-item {
        /* padding-top: var(--banner-h); */
    }
}




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

/* Info Card CSS Starts */
.info-card {
    border: 1px solid hsl(var(--border-color));
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 16px;
}

.info-card:last-child {
    margin-bottom: 0;
}

.info-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: hsl(var(--body-color));
}

.info-card__header {
    padding: 32px;
    border-bottom: 1px solid hsl(var(--border-color));
}

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

.info-card__body {
    padding: 32px;
    background-color: hsl(var(--section-bg));
}

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

.info-card__body .content-item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.info-card__body .content-item__title {
    margin-bottom: 24px;
}

.info-card__body .content-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.info-card__body .content-item .doc-list__item {
    margin-bottom: 16px;
    color: hsl(var(--heading-color));
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.info-card__body .content-item .doc-list__item:last-child {
    margin-bottom: 0;
}

.info-card__btn {
    border-radius: 12px;
    border: 1px solid #7DADBD;
    background: -webkit-gradient(linear, left top, left bottom, from(#5C99AD), to(#4A7A8A));
    background: linear-gradient(180deg, #5C99AD 0%, #4A7A8A 100%);
    padding: 4px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--white));
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.info-card .inner-item {
    padding: 32px;
    border-bottom: 1px solid hsl(var(--border-color));
}

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

.info-card .inner-item:last-child {
    border-bottom: 0;
}

.info-card .inner-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 575px) {
    .info-card .inner-item__top {
        margin-bottom: 20px;
    }
}

.info-card .inner-item__top .title {
    color: hsl(var(--text-color));
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.info-card .inner-item__top .amount {
    color: hsl(var(--white));
    margin-bottom: 0;
}

.info-card .inner-item__text {
    color: hsl(var(--white));
}

.info-card .inner-item__bottom {
    margin-top: 56px;
}

@media screen and (max-width: 575px) {
    .info-card .inner-item__bottom {
        margin-top: 32px;
    }
}

/* Info Card CSS Ends */