@import url("https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,100..900;1,100..900&family=Inter:slnt,wght@-10..0,100..900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Genos", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 340;
    --base-s: 100%;
    --base-l: 56%;
    --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: 8;
    --base-two-s: 100%;
    --base-two-l: 62%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --body-color: 0 0% 20%;
    --body-color-2: 0 0% 46%;
    --heading-color: 0 0% 20%;
    --black: 0 0% 0%;
    --border-color: 0 0% 88%;
    --section-bg: 60 42% 95%;
    --section-bg-2: 215 100% 98%;
    --dashboard-bg: 0 0% 97%;
    --account-bg: 203 36% 4%;
    --account-form-bg-1: 200 13% 5%;
    --account-form-bg-2: 204 3% 32%;
    --account-input-bg-1: 204 5% 18%;
    --account-input-bg-2: 195 8% 9%;
    --account-border: 0 0% 26%;
    --rating: 45 100% 50%;
    --form: 0 0% 97%;
    --background-color: var(--black);
    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    /* Warning Color */
    --warning-h: 40;
    --warning-s: 100%;
    --warning-l: 46%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
    /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme=dark] {
    --white: 200 9% 7%;
    --black: 210 40% 98%;
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align,
.action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.custom--alert__link::before {
    position: absolute;
    content: "";
}

.top-center-extend,
.custom--accordion-2 .accordion-button[aria-expanded=true]::after,
.custom--accordion-2 .accordion-button[aria-expanded=false]::after,
.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-left-center-extend {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15 {
    font-size: 0.9375rem;
}

.fs-16 {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .fs-16 {
        font-size: 0.9375rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .fs-18 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-18 {
        font-size: 1rem;
    }
}

.fs-20 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .fs-20 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-20 {
        font-size: 1.0625rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: var(--background-color);
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
}

p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    color: hsl(var(--body-color));
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.3;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: 3.75rem;
}

@media screen and (max-width: 1399px) {
    h1 {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 1.875rem;
    }
}

h2 {
    font-size: 2.5rem;
}

@media screen and (max-width: 1399px) {
    h2 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 575px) {
    h2 {
        font-size: 1.5625rem;
    }
}

h3 {
    font-size: 1.875rem;
}

@media screen and (max-width: 1399px) {
    h3 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 1.4375rem;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 575px) {
    h3 {
        font-size: 1.25rem;
    }
}

h4 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
    h4 {
        font-size: 1.3125rem;
    }
}

@media screen and (max-width: 1199px) {
    h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    h4 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {
    h4 {
        font-size: 1.0625rem;
    }
}

h5 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    h5 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 1199px) {
    h5 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    h5 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    h5 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    h5 {
        font-size: 1rem;
    }
}

h6 {
    font-size: 1rem;
}

@media screen and (max-width: 1399px) {
    h6 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    h6 {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 767px) {
    h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    h6 {
        font-size: 0.875rem;
    }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 1.3;
}

a {
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--info));
}

a:hover {
    color: hsl(var(--base));
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg));
}

.section-bg-2 {
    background-color: hsl(var(--section-bg-2));
}

.gradient-bg {
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
}

.text-muted {
    color: #ddd;
}

/* ====================== Large Size Container for xxxl screen Start ==================== */
@media screen and (min-width: 1600px) {
    .container-lg {
        max-width: 1600px;
    }
}

/* ====================== Large Size Container for xxxl screen End==================== */
/* Bg Image Css */
.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

/* Overlay Start */
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

.gradient-text {
    background-image: 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 */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 20px;
    }
}

.section-heading__title {
    font-size: 2.5rem;
    line-height: 50px;
    font-weight: 700;
    color: hsl(var(--black)/0.8);
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .section-heading__title {
        font-size: 1.875rem;
        line-height: 40px;
    }
}

.section-heading__section-name {
    position: absolute;
    inset-inline: 0;
    top: -35px;
    line-height: 0.6;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: hsl(var(--base));
    -webkit-text-stroke-width: 1px;
    opacity: 0.3;
    font-weight: 700;
    font-size: clamp(3.75rem, 1.4745rem + 9.7087vw, 8.75rem);
    -webkit-animation: section-name-blink 5s linear infinite;
    animation: section-name-blink 5s linear infinite;
}

@media screen and (max-width: 991px) {
    .section-heading__section-name {
        top: -55px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__section-name {
        top: -45px;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__section-name {
        top: -25px;
    }
}

.section-heading__desc {
    line-height: 1.4;
    font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
    font-weight: 500;
    color: hsl(var(--black)/0.5);
    max-width: 600px;
    margin: auto;
}

.section-heading__slider-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .section-heading__slider-btn {
        padding-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.section-heading__slider-btn button {
    width: 40px;
    height: 40px;
    border: 1px solid hsl(var(--black)/0.1);
    color: hsl(var(--black)/0.4);
    font-size: 1.5rem;
}

.section-heading__slider-btn button:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--base));
}

.section-heading.style-left {
    text-align: left;
}

.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 En d==================== */
.verified {
    width: 12px;
    height: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.5rem;
    border-radius: 2px;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    color: hsl(var(--white));
    -webkit-text-stroke-color: hsl(var(--white));
    -webkit-text-stroke-width: 0.5px;
    position: relative;
    z-index: 2;
}

.verified::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(175deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
}

.section-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 80px;
}

.section-btn .btn {
    border-radius: 0;
    font-family: var(--heading-font);
    font-size: 1.25rem;
    font-weight: 700;
    -webkit-box-shadow: 5px 5px 0px 5px hsl(var(--black)/0.8);
    box-shadow: 5px 5px 0px 5px hsl(var(--black)/0.8);
}

.section-btn .btn:hover {
    -webkit-box-shadow: 0 0 0px 0 hsl(var(--black)/0.8) !important;
    box-shadow: 0 0 0px 0 hsl(var(--black)/0.8) !important;
}

/* ====================== Simple Date Picker jQuery Plugin Start ==================== */
.datepicker-container {
    width: 300px;
    line-height: 42.8571428571px;
}

@media screen and (max-width: 767px) {
    .datepicker-container {
        width: 270px;
    }
}

.datepicker-dropdown {
    border: 0;
    border-top: 1px solid hsl(var(--black)/0.1);
    -webkit-box-shadow: 0px 1px 1px 1px hsl(var(--black)/0.05);
    box-shadow: 0px 1px 1px 1px hsl(var(--black)/0.05);
    border-radius: 5px;
}

.datepicker-panel>ul {
    width: 100%;
}

.datepicker-panel>ul:first-child {
    border-bottom: 1px solid hsl(var(--black)/0.05);
}

.datepicker-panel>ul:not(:first-child)>li {
    width: 14.2857142857%;
    height: auto;
    aspect-ratio: 1/1;
    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: 0.875rem;
    border-radius: 3px;
}

.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view=next] {
    width: 14.2857142857%;
    height: auto;
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    border-radius: 3px;
}

.datepicker-panel>ul>li[data-view="month current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="years current"] {
    width: 71.4285714286%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375rem;
    color: hsl(var(--base));
    font-weight: 600;
    border-radius: 3px;
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
    color: hsl(var(--black)/0.4);
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    color: hsl(var(--base));
    font-weight: 600;
}

.datepicker-panel>ul>li.highlighted {
    background: hsl(var(--base-l-900));
    font-weight: 600;
}

.datepicker-panel>ul>li.highlighted:hover {
    background: hsl(var(--base-l-800));
}

.datepicker-panel>ul>li:hover {
    background: hsl(var(--base-l-900));
}

.datepicker-panel>ul[data-view=months]>li,
.datepicker-panel>ul[data-view=years]>li {
    width: 33.3333333333%;
    height: 50px;
}

.datepicker-panel>ul[data-view=week]>li {
    font-weight: 600;
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: hsl(var(--base));
}

.datepicker-top-left::before,
.datepicker-top-right::before {
    border-bottom-color: hsl(var(--base));
}

/* ====================== Simple Date Picker jQuery Plugin End ==================== */
/* ================================= Background Color Css Start =========================== */
.bg--base {
    background-color: hsl(var(--base)) !important;
}

.bg--primary {
    background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
    color: hsl(var(--base)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

.text--dark {
    color: hsl(var(--body-color)) !important;
}

.bg--base {
    background: hsl(var(--base)) !important;
}

.bg--primary {
    background: hsl(var(--primary)) !important;
}

.bg--secondary {
    background: hsl(var(--secondary)) !important;
}

.bg--success {
    background: hsl(var(--success)) !important;
}

.bg--danger {
    background: hsl(var(--danger)) !important;
}

.bg--warning {
    background: hsl(var(--warning)) !important;
}

.bg--info {
    background: hsl(var(--info)) !important;
}

.bg--dark {
    background: hsl(var(--body-color)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .my-120 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 576px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.pt-120 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

.pb-120 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

.py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.pt-60 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

.pb-60 {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

/* ================================= padding Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    border: 0;
    border-bottom: 1px dashed hsl(var(--white)/0.2);
    background-color: transparent !important;
    border-radius: 0 !important;
    overflow: hidden;
}

.custom--accordion .accordion-header {
    line-height: 1;
}

.custom--accordion .accordion-body {
    padding: 0 0 20px;
    color: hsl(var(--white));
    line-height: 1.7;
}

.custom--accordion .accordion-body p {
    color: hsl(var(--white));
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.custom--accordion .accordion-button {
    background: transparent;
    color: hsl(var(--white));
    font-size: 1.5rem;
    font-weight: 700;
    padding: 25px 0;
    padding-right: 40px;
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-button {
        font-size: 1.25rem;
        padding: 15px 0;
        padding-right: 40px;
    }
}

.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(--white));
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f068";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: unset;
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f067";
    color: hsl(var(--white));
}

.custom--accordion-2 .accordion-item {
    border: 0;
    border-bottom: 1px dashed hsl(var(--black)/0.2);
    background-color: transparent !important;
    border-radius: 0 !important;
    overflow: hidden;
}

.custom--accordion-2 .accordion-header {
    line-height: 1;
}

.custom--accordion-2 .accordion-body {
    padding: 0 0 20px;
    color: hsl(var(--body-color));
    line-height: 1.7;
}

.custom--accordion-2 .accordion-body p {
    color: hsl(var(--body-color-2));
}

.custom--accordion-2 .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion-2 .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion-2:first-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.custom--accordion-2:last-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.custom--accordion-2 .accordion-button {
    background: transparent;
    color: hsl(var(--body-color));
    font-size: 1.5rem;
    font-weight: 700;
    padding: 25px 0;
}

@media screen and (max-width: 767px) {
    .custom--accordion-2 .accordion-button {
        font-size: 1.25rem;
        padding: 15px 0;
        padding-right: 40px;
    }
}

.custom--accordion-2 .accordion-button::after {
    background-image: none;
}

.custom--accordion-2 .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion-2 .accordion-button:not(.collapsed) {
    color: hsl(var(--body-color));
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion-2 .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.custom--accordion-2 .accordion-button[aria-expanded=true]::after,
.custom--accordion-2 .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f068";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: unset;
}

.custom--accordion-2 .accordion-button[aria-expanded=false]::after {
    content: "\f067";
    color: hsl(var(--black));
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

.pill {
    border-radius: 40px !important;
}

.btn {
    color: hsl(var(--white)) !important;
    font-weight: 500;
    padding: 17px 29px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    display: inline-block !important;
    font-size: 1.125rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 14px 25px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 12px 20px;
    }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:active {
    top: 1px;
}

.btn--lg {
    padding: 20px 35px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 18px 30px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 16px 25px;
    }
}

.btn--sm {
    padding: 8px 10px;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 8px 12px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9375rem;
    padding: 0;
}

.btn--base {
    position: relative;
}

.btn--base::before,
.btn--base::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, 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;
}

.btn--base::after {
    background: linear-gradient(0deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    visibility: hidden;
    opacity: 0;
}

.btn--base:hover::after,
.btn--base:focus .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: linear-gradient(0deg, 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 .btn-outline--base:focus-visible::before,
.btn-outline--base:focus .btn-outline--base:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn--primary {
    background-color: hsl(var(--primary)) !important;
}

.btn-base {
    background-color: hsl(var(--base)) !important;
}

.btn--dark {
    background-color: hsl(var(--black)) !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--black {
    background-color: hsl(var(--black)) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--black)) !important;
}

.btn--black:hover,
.btn--black:focus .btn--black:focus-visible {
    background-color: hsl(var(--black)) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--black)) !important;
}

.btn--warning {
    background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--white)) !important;
}

.btn--info {
    background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
    background-color: hsl(var(--info-d-200)) !important;
    border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: transparent !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    border-radius: 12px;
    -webkit-box-shadow: -5px 10px 32px 0px hsl(var(--black)/0.05);
    box-shadow: -5px 10px 32px 0px hsl(var(--black)/0.05);
    background-color: hsl(var(--white));
    border: 0 !important;
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .custom--card {
        padding: 20px;
    }
}

.custom--card .card-header {
    background-color: transparent;
    gap: 10px;
}

.custom--card .card-header .title {
    font-family: var(--heading-font);
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 700;
    color: hsl(var(--body-color));
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .custom--card .card-header .title {
        font-size: 1.5625rem;
    }
}

.custom--card .card-header .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid hsl(var(--black)/ .2);
    border-radius: 5px;
}

.custom--card .card-header .form label {
    padding: 13px 10px;
    font-size: 1.5625rem;
    line-height: 1;
    color: hsl(var(--body-color-2));
}

@media screen and (max-width: 767px) {
    .custom--card .card-header .form label {
        padding: 8px 10px;
    }
}

.custom--card .card-header .form input {
    border: 0;
    background: transparent;
    outline: none;
    padding: 13px 10px;
}

@media screen and (max-width: 767px) {
    .custom--card .card-header .form input {
        width: 200px;
        padding: 8px 10px;
    }
}

.custom--card .card-body {
    background-color: hsl(var(--white));
    border-radius: 12px;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .custom--card .card-body {
        padding-top: 10px;
    }
}

.custom--card .card-footer {
    background-color: transparent;
}


.form--label {
    margin-bottom: 6px !important;
    font-size: 0.9375rem;
    color: hsl(var(--black)/0.6);
    font-weight: 500;
}

.form-group {
    margin-bottom: 1rem;
}

.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--control {
    border-radius: 5px;
    outline: none;
    width: 100%;
    padding: 22px 25px;
    background-color: hsl(var(--form));
    background-position: right 30px center;
    border: 0;
    color: hsl(var(--black));
    line-height: 1;
    font-size: 1rem;
    background-color: hsl(var(--white));
    padding: 13px 16px;
    border: 1px solid hsl(var(--black) / .2);
}

@media screen and (max-width: 767px) {
    .form--control {
        padding: 15px;
        font-size: 1rem;
    }
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--black)/0.6);
}

.form--control::-moz-placeholder {
    color: hsl(var(--black)/0.6);
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--black)/0.6);
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--black)/0.6);
}

.form--control::placeholder {
    color: hsl(var(--black)/0.3);
}

.form--control:focus {
    border-color: hsl(var(--base));
    box-shadow: none;
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--black)/0.2);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--black)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--black));
}

.form--control[type=file] {
    line-height: 50px;
    padding: 0 !important;
    position: relative;
}

.form--control[type=file]::-webkit-file-upload-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color)) !important;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--white)) !important;
}

.form--control[type=file]::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

/* Form Control End */
textarea.form--control {
    height: 130px;
}

/* 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 */
.input--group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.input--group .input-group-text {
    background-color: hsl(var(--form));
    border: 0;
    border-radius: 0;
    color: hsl(var(--black));
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.125rem;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .input--group .input-group-text {
        font-size: 0.875rem;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.input--group .form--control {
    border: 0;
}


.post-sidebar__body .input--group .form--control {
    border: 1px solid hsl(var(--black) / .2);
    border-right: 0;
}

.input--group .form--control--sm {
    padding: 7px 10px;
}

@media screen and (max-width: 767px) {
    .input--group .form--control--sm {
        padding: 2px 10px;
    }
}

.input--group .btn {
    border: 0;
    border-radius: 2px;
}

.input--group .btn--sm {
    padding: 6px 12px;
}

@media screen and (max-width: 767px) {
    .input--group .btn--sm {
        padding: 2px 10px;
    }
}

.input--group:focus-within {
    border-color: hsl(var(--base));
}

.input--group>*:first-child {
    border-radius: 4px 0 0 4px;
}

.input--group>*:last-child {
    border-radius: 0 4px 4px 0;
}

/* 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: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    border: 2px solid hsl(var(--black)/0.5);
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .form--check .form-check-input {
        width: 20px;
        height: 20px;
    }
}

.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: 1.25rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    width: calc(100% - 30px);
    padding-left: 35px;
    cursor: pointer;
    font-size: 1rem;
    color: hsl(var(--body-color-2));
}

@media screen and (max-width: 991px) {
    .form--check .form-check-label {
        width: calc(100% - 20px);
        padding-left: 15px;
        font-size: 0.9375rem;
    }
}

@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)) !important;
    padding: 10px !important;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 40px;
    width: 75px;
    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: 30px;
    height: 30px;
    background-color: hsl(var(--white));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.form--switch .form-check-input::after {
    content: "ON";
    position: absolute;
    color: hsl(var(--white));
    top: 50%;
    left: calc(100% - 35px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--black)/0.2) !important;
}

.form--switch .form-check-input:checked::after {
    content: "OFF";
    color: hsl(var(--black));
    left: 7px;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 33px);
    background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--switch .form-check-label {
    width: calc(100% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

/*  Custom Switch End Design */
/*  Custom Floating Label Design */
.form--floating {
    border-radius: 5px;
}

.form--floating--password {
    position: relative;
}

.form--floating--password a {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--body-color-2)) !important;
}

.form--floating .form--control {
    border: 1px solid hsl(var(--border-color));
    background: transparent;
    padding: 22px 25px;
}

.form--floating .form--control:focus {
    border-color: hsl(var(--base));
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    padding: 22px 25px;
}

.contact__form__card .form--floating .form--control:focus~label,
.contact__form__card .form--floating .form--control:not(:placeholder-shown)~label {
    -webkit-transform: scale(0.85) translateY(-2rem) translateX(.60rem);
    transform: scale(0.85) translateY(-2rem) translateX(.60rem);
    opacity: 1;
    font-size: 1.125rem;
}

.form--floating .form--control:focus~label,
.form--floating .form--control:not(:placeholder-shown)~label {
    -webkit-transform: scale(0.85) translateY(-2.5rem) translateX(.60rem);
    transform: scale(0.85) translateY(-2.5rem) translateX(.60rem);
    opacity: 1;
    font-size: 1.125rem;

    background: linear-gradient(-45deg, hsl(var(--account-form-bg-2) / 0.69), hsl(var(--account-form-bg-1) / 0.69));
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}

.account-form label.required::after {
    display: none;
}



.account-form .form--floating .form--control:focus~label,
.account-form .form--floating .form--control:not(:placeholder-shown)~label {
    backdrop-filter: none;
    transform: scale(0.85) translateY(-2.5rem);
    padding: 0 7px;
    border-radius: 3px;
    opacity: 1;
    border: 0;
    background: linear-gradient(0deg, hsl(var(--account-input-bg-2)) 0%, hsl(var(--account-input-bg-2)) 38%, hsl(var(--account-input-bg-2)/0.8) 19%, hsl(var(--account-input-bg-2)/0.2) 18%, hsl(var(--account-input-bg-2)/0.13) 100%);

}

.form--control:-webkit-autofill~label {
    background: linear-gradient(0deg, hsl(var(--account-input-bg-1)) 0%, hsl(var(--account-input-bg-1)) 38%, hsl(var(--account-input-bg-1)/0.8) 19%, hsl(var(--account-input-bg-1)/0.2) 18%, hsl(var(--account-input-bg-1)/0.13) 100%) !important;
}

.form--floating .form--control:not(:-moz-placeholder-shown) {
    padding: 22px 25px;
}

.form--floating .form--control:not(:-ms-input-placeholder) {
    padding: 22px 25px;
}

.form--floating .form--control:not(:placeholder-shown) {
    padding: 22px 25px;
}

.form--floating .form--control:not(:-moz-placeholder-shown)~label {
    transform: scale(0.85) translateY(-2rem);
    padding: 16px 10px;
}

.form--floating .form--control:not(:-ms-input-placeholder)~label {
    transform: scale(0.85) translateY(-2rem);
    padding: 16px 10px;
}

.form--floating .form--control:not(:placeholder-shown)~label {
    -webkit-transform: scale(0.85) translateY(-2rem) translateX(.60rem);
    transform: scale(0.85) translateY(-2rem) translateX(.60rem);
    background: #1d1f21;
    opacity: 1;
}

.form--floating label {
    padding: 16px 25px;
}

.form--floating textarea.form--control {
    height: 130px;
}

/*  Custom Floating Label End Design */

/* Select2 CSS Start */
.select2-container {
    display: block;
    height: 45px;
}

.select2-container .selection {
    display: block;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 50px;
    background: hsl(var(--account-input-bg-1));
    border: 1px solid hsl(var(--border-color)/0.4);
    padding: 0 25px;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single:focus {
    border-color: hsl(var(--base));
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: hsl(var(--white));
    font-weight: 400;
    font-size: 1rem;
}

.select2-container .select2-selection--single .select2-selection__rendered span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 25px;
    height: 48px;
    width: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 5px 6px 5px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder img {
    display: none;
}

.select2-container--open .select2-dropdown {
    border: 1px solid hsl(var(--black)/0.1);
    overflow: hidden;
    font-size: 0.875rem;
}

.style-two.select2-dropdown {
    background-color: hsl(var(--white));
}

.style-two.select2-dropdown .select2-search__field {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--black)) !important;
}

.style-two.select2-dropdown .select2-results__option {
    color: hsl(var(--black)) !important;
}

.style-two.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    color: hsl(var(--white)) !important;
}

.select2-dropdown {
    background-color: #3d3f41;
}

.select2-results__option {
    color: hsl(var(--white));
}

.select2-results__option span {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 4px;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    padding: 4px 15px;
    background: #515355;
    color: hsl(var(--white));
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: hsl(var(--base));
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #a8a8a85e;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color: #F1F1F1;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: hsl(var(--black)/0.05);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: hsl(var(--base));
}

/* Select2 CSS End */
/* ================================= Form Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    padding: 15px;
}

.custom--modal.dark--modal .modal-header {
    border-bottom: 1px solid hsl(var(--white)/0.12);
}

.custom--modal.dark--modal .modal-header .modal-title {
    color: hsl(var(--white));
}

.custom--modal .modal-header .close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--white) / .2);
    font-size: 1.5625rem;
    line-height: 1;
    border-radius: 4px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    color: hsl(var(--white));
}

.custom--modal .modal-header.close:hover {
    background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--modal .modal-content {
    border-radius: 10px !important;
    width: 100%;
}

.custom--modal.dark--modal .modal-content {
    background: #202326;
    border: 1px solid hsl(var(--white) / .1);
}

.custom--modal.dark--modal .modal-text {
    color: hsl(var(--white));
}

.custom--modal .modal-body {
    padding: 15px;
    color: hsl(var(--white));
}

.custom--modal.dark--modal .modal-body {
    color: hsl(var(--white));
}

.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 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;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__content {
    width: calc(100% - 35px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    font-size: 0.8125rem;
    color: hsl(var(--black)/0.7);
}

.action-buttons {
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.edit-btn {
    color: hsl(var(--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: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    text-align: center;
    padding: 15px 25px;
    color: hsl(var(--white));
    font-weight: 700;
    border-bottom: 0;
    max-width: 170px;
    font-size: 1.125rem;
    line-height: 1.6;
    position: relative;
    font-size: 16px;
}

.table thead tr th::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50%;
    background: hsl(var(--white)/0.5);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 20px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 20px 0 0;
    text-align: right;
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody tr {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr:last-child td::after {
    height: 0;
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 20px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 20px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 15px 25px;
    border-width: 1px;
    border: 0;
    color: hsl(var(--body-color-2));
    font-weight: 500;
    max-width: 220px;
    font-size: 1.125rem;
    line-height: 1.7;
    position: relative;
}

.action--btn-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (min-width: 1199px) {
    .data-action {
        max-width: 400px !important;
    }
}

@media screen and (max-width: 1199px) {
    .table tbody tr td {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .table tbody tr td {
        font-size: 0.9375rem;
    }

    .action--btn-wrapper {
        gap: 6px;
    }
}

.table tbody tr td::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: hsl(var(--black)/0.1);
}

.table tbody tr td::before {
    content: attr(data-label);
    font-size: 0.9375rem;
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
    border-left: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr td:first-child::after {
    left: 25px;
}

.table tbody tr td:last-child {
    border-right: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr td:last-child::after {
    right: 25px;
}

.table-separated {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.table-separated thead tr {
    background: transparent;
}

.table-separated thead tr th {
    color: hsl(var(--white));
    padding: 15px 20px;
}

.table-separated tbody tr td {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: hsl(var(--black)/0.1);
    background: hsl(var(--dashboard-bg));
    padding: 15px 20px;
    font-size: 16px;
}

.table-separated tbody tr td::after {
    display: none;
}

.table-separated tbody tr td:first-child {
    border-radius: 8px 0 0 8px !important;
}

.table-separated tbody tr td:last-child {
    border-radius: 0 8px 8px 0 !important;
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.08);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .table--responsive--md tbody tr:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.08);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom-width: 0;
    }

    .table--responsive--md tbody tr:last-child td::after {
        height: 1px;
    }

    .table--responsive--md tbody tr:last-child td:first-child {
        border-bottom-left-radius: 0;
    }

    .table--responsive--md tbody tr:last-child td:last-child {
        border-bottom-left-radius: 20px;
    }

    .table--responsive--md tbody tr:nth-child(even) td {
        background: hsl(var(--black)/0.04);
    }

    .table--responsive--md tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-left: 1px solid hsl(var(--black)/0.08) !important;
        border-right: 1px solid hsl(var(--black)/0.08) !important;
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:last-child::after {
        height: 0;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td:first-child::after {
        left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }

    .table--responsive--md tbody tr td::after {
        background: hsl(var(--black)/0.05);
    }

    .table--responsive--md.table-separated {
        border-spacing: 0 0;
    }

    .table--responsive--md.table-separated tbody tr {
        border-bottom: 0 !important;
        margin-bottom: 10px;
    }

    .table--responsive--md.table-separated tbody tr td:first-child {
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 8px !important;
    }

    .table--responsive--md.table-separated tbody tr td:last-child {
        border-bottom-left-radius: 8px !important;
        border-top-right-radius: 0 !important;
        border-bottom: 1px solid hsl(var(--black)/0.1);
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table tbody tr td {
        font-size: 14px;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.08);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .table--responsive--lg tbody tr:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.08);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .table--responsive--lg tbody tr:last-child td {
        border-bottom-width: 0;
    }

    .table--responsive--lg tbody tr:last-child td::after {
        height: 1px;
    }

    .table--responsive--lg tbody tr:last-child td:first-child {
        border-bottom-left-radius: 0;
    }

    .table--responsive--lg tbody tr:last-child td:last-child {
        border-bottom-left-radius: 20px;
    }

    .table--responsive--lg tbody tr:nth-child(even) td {
        background: hsl(var(--black)/0.04);
    }

    .table--responsive--lg tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-left: 1px solid hsl(var(--black)/0.08) !important;
        border-right: 1px solid hsl(var(--black)/0.08) !important;
        max-width: unset;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:last-child::after {
        height: 0;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td:first-child::after {
        left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }

    .table--responsive--lg tbody tr td::after {
        background: hsl(var(--black)/0.05);
    }

    .table--responsive--lg.table-separated {
        border-spacing: 0 0;
    }

    .table--responsive--lg.table-separated tbody tr {
        border-bottom: 0 !important;
        margin-bottom: 10px;
    }

    .table--responsive--lg.table-separated tbody tr td:first-child {
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 8px !important;
    }

    .table--responsive--lg.table-separated tbody tr td:last-child {
        border-bottom-left-radius: 8px !important;
        border-top-right-radius: 0 !important;
        border-bottom: 1px solid hsl(var(--black)/0.1);
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.08);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .table--responsive--xl tbody tr:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.08);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .table--responsive--xl tbody tr:last-child td {
        border-bottom-width: 0;
    }

    .table--responsive--xl tbody tr:last-child td::after {
        height: 1px;
    }

    .table--responsive--xl tbody tr:last-child td:first-child {
        border-bottom-left-radius: 0;
    }

    .table--responsive--xl tbody tr:last-child td:last-child {
        border-bottom-left-radius: 20px;
    }

    .table--responsive--xl tbody tr:nth-child(even) td {
        background: hsl(var(--black)/0.04);
    }

    .table--responsive--xl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-left: 1px solid hsl(var(--black)/0.08) !important;
        border-right: 1px solid hsl(var(--black)/0.08) !important;
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:last-child::after {
        height: 0;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td:first-child::after {
        left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }

    .table--responsive--xl tbody tr td::after {
        background: hsl(var(--black)/0.05);
    }

    .table--responsive--xl.table-separated {
        border-spacing: 0 0;
    }

    .table--responsive--xl.table-separated tbody tr {
        border-bottom: 0 !important;
        margin-bottom: 10px;
    }

    .table--responsive--xl.table-separated tbody tr td:first-child {
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 8px !important;
    }

    .table--responsive--xl.table-separated tbody tr td:last-child {
        border-bottom-left-radius: 8px !important;
        border-top-right-radius: 0 !important;
        border-bottom: 1px solid hsl(var(--black)/0.1);
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl thead {
        display: none;
    }

    .table--responsive--xxl tbody tr {
        display: block;
    }

    .table--responsive--xxl tbody tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.08);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .table--responsive--xxl tbody tr:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.08);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .table--responsive--xxl tbody tr:last-child td {
        border-bottom-width: 0;
    }

    .table--responsive--xxl tbody tr:last-child td::after {
        height: 1px;
    }

    .table--responsive--xxl tbody tr:last-child td:first-child {
        border-bottom-left-radius: 0;
    }

    .table--responsive--xxl tbody tr:last-child td:last-child {
        border-bottom-left-radius: 20px;
    }

    .table--responsive--xxl tbody tr:nth-child(even) td {
        background: hsl(var(--black)/0.04);
    }

    .table--responsive--xxl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-left: 1px solid hsl(var(--black)/0.08) !important;
        border-right: 1px solid hsl(var(--black)/0.08) !important;
        max-width: unset;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xxl tbody tr td:last-child::after {
        height: 0;
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td:first-child::after {
        left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }

    .table--responsive--xxl tbody tr td::after {
        background: hsl(var(--black)/0.05);
    }

    .table--responsive--xxl.table-separated {
        border-spacing: 0 0;
    }

    .table--responsive--xxl.table-separated tbody tr {
        border-bottom: 0 !important;
        margin-bottom: 10px;
    }

    .table--responsive--xxl.table-separated tbody tr td:first-child {
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 8px !important;
    }

    .table--responsive--xxl.table-separated tbody tr td:last-child {
        border-bottom-left-radius: 8px !important;
        border-top-right-radius: 0 !important;
        border-bottom: 1px solid hsl(var(--black)/0.1);
    }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
    gap: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .custom--tab {
        gap: 10px;
    }
}

.custom--tab .nav-link {
    color: hsl(var(--base));
    padding: 8px 25px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid transparent !important;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.custom--tab .nav-link::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: linear-gradient(hsl(var(--base)), hsl(var(--base-two))) !important;
    border-radius: 5px;
    z-index: -1;
}

.custom--tab .nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--white));
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-link {
        padding: 5px 20px;
    }
}

.custom--tab .nav-link.active {
    color: hsl(var(--white)) !important;
    background-clip: border-box;
    border-color: transparent !important;
}

.custom--tab .nav-link.active::after {
    opacity: 0;
}

.custom--tab .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab .nav-link:hover {
    color: hsl(var(--base));
}

.custom--tab-2 {
    gap: 20px;
    margin-bottom: 20px;
}

.custom--tab-2 .nav-link {
    border: 0;
    border-radius: 0;
    margin: 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    padding: 0 0 16px;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 700;
    color: hsl(var(--body-color));
    position: relative;
}

.custom--tab-2 .nav-link::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: hsl(var(--base));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.custom--tab-2 .nav-link.active {
    color: hsl(var(--body-color));
}

.custom--tab-2 .nav-link.active::after {
    width: 100%;
}


.custom--badge {
    color: hsl(var(--body-color-2));
    border-radius: 0;
    padding: 5px 12px;
    font-weight: 400;
    border-radius: 5px;
}

.badge--base {
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
}

.badge--primary {
    border: 1px solid hsl(var(--primary));
    color: hsl(var(--primary));
}

.badge--secondary {
    border: 1px solid hsl(var(--secondary));
    color: hsl(var(--secondary));
}

.badge--success {
    border: 1px solid hsl(var(--success));
    color: hsl(var(--success));
}

.badge--danger {
    border: 1px solid hsl(var(--danger));
    color: hsl(var(--danger));
}

.badge--warning {
    border: 1px solid hsl(var(--warning));
    color: hsl(var(--warning));
}

.badge--info {
    border: 1px solid hsl(var(--info));
    color: hsl(var(--info));
}

.badge--dark {
    border: 1px solid #000;
    color: #000;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.custom--alert {
    margin-bottom: 0;
    background-color: hsl(var(--white)) !important;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .custom--alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .custom--alert {
        padding: 12px;
    }
}

.custom--alert__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.custom--alert__content {
    width: calc(100% - 24px);
    padding-left: 32px;
}

@media screen and (max-width: 991px) {
    .custom--alert__content {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .custom--alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.custom--alert__title {
    font-size: 1rem;
    color: hsl(var(--base-two)/0.8);
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.custom--alert__desc {
    color: hsl(var(--base-two)/0.5);
    display: block;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .custom--alert__desc {
        font-size: 0.8125rem;
    }
}

.custom--alert__link {
    position: relative;
}

.custom--alert__link:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.custom--alert__link::before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.custom--alert--base {
    border-color: hsl(var(--base)/0.6);
}

.custom--alert--base .alert__icon {
    color: hsl(var(--base));
}

.custom--alert--primary {
    border-color: hsl(var(--primary)/0.6);
}

.custom--alert--primary .alert__icon {
    color: hsl(var(--primary));
}

.custom--alert--success {
    border-color: hsl(var(--success)/0.6);
}

.custom--alert--success .alert__icon {
    color: hsl(var(--success));
}

.custom--alert--info {
    border-color: hsl(var(--info)/0.6);
}

.custom--alert--info .alert__icon {
    color: hsl(var(--info));
}

.custom--alert--danger {
    border-color: hsl(var(--danger)/0.6);
}

.custom--alert--danger .alert__icon {
    color: hsl(var(--danger));
}

.custom--alert--warning {
    border-color: hsl(var(--warning)/0.6);
}

.custom--alert--warning .alert__icon {
    color: hsl(var(--warning));
}

.custom--alert--secondary {
    border-color: hsl(var(--secondary)/0.6);
}

.custom--alert--secondary .alert__icon {
    color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */
.custom--progress {
    height: 15px;
}

.custom--progress .progress-bar {
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.custom--progress .progress-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/progress-bg.png);
    background-position: center center;
    border-radius: 8px;
    z-index: -1;
}

/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
}

.loader-p {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
    content: "";
    border: 1em solid hsl(var(--base));
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader-p:before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo img {
    max-width: 220px;
    max-height: 60px;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 180px;
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        background-color: hsl(var(--black));
        padding: 10px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 101vh;
        overflow-y: auto;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    background-color: hsl(var(--black));
    position: fixed;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    top: 0px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    width: 100%;
}

.header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__btns button {
    font-size: 1rem;
    color: hsl(var(--white));
    margin-right: 30px;
}

.header__btns .btn {
    font-size: 1rem;
    font-weight: 500;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 1px;
    padding: 12px 25px;
    color: transparent;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    background-clip: text;
}

.header__btns a:hover {
    border-color: hsl(var(--base));
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu .nav-item {
        position: relative;
        padding-right: 30px;
    }

    .nav-menu .nav-item:last-child {
        padding-right: 0;
    }

    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item.active .active {
        background-color: hsl(var(--base-l-300)) !important;
    }

    .nav-menu .nav-item.active .active::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    .nav-menu .nav-item .nav-link {
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--white)) !important;
        padding: 33px 0;
        position: relative;
        cursor: pointer;
        /* ======================== Style two ================ */
    }

    .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 25px;
        width: 0;
        height: 2px;
        background-color: hsl(var(--base));
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link .nav-item__icon {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
    }

    .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.08);
    }

    .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base));
    }

    .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        font-size: 1rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
    main {
        padding-top: 40px;
    }

    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu {
        margin-top: 20px;
    }

    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .nav-item:first-child {
        border-bottom: none;
    }

    .nav-item:last-child>a {
        border-bottom: 0;
    }

    .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 8px 10px !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(--white)) !important;
    }

    .login-registration-list__link {
        color: hsl(var(--base));
        font-weight: 400;
    }

    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
    }

    .login-registration-list {
        padding-left: 8px !important;
    }

    .nav-menu .nav-item:not(:last-child) .nav-link {
        border-bottom: 1px solid hsl(var(--white)/.15);
    }

    .nav-item .nav-link::before {
        display: none;
    }

    .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .nav-item .nav-link.show[aria-expanded=true] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--white));
        border-bottom: 1px solid hsl(var(--white)/0.2);
        margin-left: 20px;
        color: hsl(var(--white));
    }

    .dropdown-menu li .dropdown-item:hover,
    .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--white));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.5rem;
}

.navbar-toggler.header-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

.language-box .select {
    color: hsl(var(--white)/0.6) !important;
}

.language-box .select:focus {
    color: hsl(var(--white)) !important;
}

/* ================================= Header Css End =========================== */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--black)/0.8);
    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;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 999;
}

.search-box.active {
    opacity: 1;
    visibility: visible;
}

.search-box.active form {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.search-box__close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    border-radius: 50%;
    color: hsl(var(--white));
    font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
    .search-box__close {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.5625rem;
    }
}

.search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background: hsl(var(--white));
    border-radius: 10px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media screen and (max-width: 767px) {
    .search-box form {
        padding: 10px;
    }
}

@media screen and (max-width: 575px) {
    .search-box form {
        padding: 5px;
        border-radius: 5px;
    }
}

.search-box form input {
    font-size: 1.25rem;
    width: 600px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .search-box form input {
        font-size: 1rem;
        width: 350px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 575px) {
    .search-box form input {
        font-size: 1rem;
        width: 250px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 424px) {
    .search-box form input {
        width: 190px;
    }
}

/* ============= Footer Start Here ======================= */
.footer-area {
    margin-top: auto;
    background-color: #000;
}

.footer-area.bg-img {
    background-position: top center !important;
}

.footer-item__logo {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .footer-item__logo {
        margin-bottom: 20px;
    }
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 64px;
}

.footer-item.two {
    padding-left: 30px;
}

.footer-item.three {
    padding-left: 20px;
}

@media (max-width: 1399px) {
    .footer-item.three {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {

    .footer-item.two,
    .footer-item.three {
        padding-left: 0;
    }
}

@media (max-width: 991px) {}

.footer-item__title {
    font-size: 1.8rem;
    color: hsl(var(--base));
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .footer-item__title {
        font-size: 22px;
        margin-bottom: 23px;
    }
}

@media screen and (max-width: 767px) {
    .footer-item__title {
        margin-bottom: 15px;
    }
}

.footer-item .social-list {
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .footer-item .social-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item .social-list {
        margin-top: 15px;
    }
}

/* Footer List Item */
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .footer-menu__item {
        padding-bottom: 10px;
    }
}

.footer-menu__item:last-child {
    padding-bottom: 0;
}

.footer-menu__link,
.footer-item__desc,
.bottom-footer-text {
    color: #c7c3c3;
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

.footer-contact-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
}

.footer-contact-menu__item:last-child {
    padding-bottom: 0;
}

.footer-contact-menu__item-icon {
    width: 15px;
    color: hsl(var(--base));
    font-size: 1.25rem;
}

.footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
}

.bottom-footer {
    border-top: 1px solid hsl(var(--base)/0.5);
}

.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);
}

::-moz-selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--white)) !important;
    background: hsl(var(--base)) !important;
    border: 1px solid hsl(var(--base));
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
    background: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 140px 0 80px;
    background-color: hsl(var(--black));
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding: 115px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 105px 0 40px;
    }
}


.breadcrumb__title {
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 20px;
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .breadcrumb__title {
        font-size: 2.1875rem;
        margin-bottom: 10px;
    }
}

.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(--white));
    padding: 0 5px;
    font-weight: 400;
    font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
    .breadcrumb__item {
        font-size: 1rem;
    }
}

.breadcrumb__link {
    color: hsl(var(--white));
    font-weight: 500;
}

.breadcrumb__link:hover {
    color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
.breadcrumb-2 {
    padding: 160px 0 100px;
}

@media(max-width: 991px) {
    .breadcrumb-2 {
        padding: 120px 0 80px;
    }
}

@media(max-width: 767px) {
    .breadcrumb-2 {
        padding: 80px 0 60px;
    }
}

@media(max-width: 575px) {
    .breadcrumb-2 {
        padding:
            60px 0 40px;
    }
}


@media screen and (max-width: 991px) {
    .breadcrumb-2__wrapper img {
        max-width: 70px;
        max-height: 70px;
    }
}

.breadcrumb-2__title {
    font-size: 6.25rem;
    line-height: 0.9;
    font-weight: 800;
    color: hsl(var(--white));
    margin-bottom: 27px;
}

@media screen and (max-width: 1399px) {
    .breadcrumb-2__title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb-2__title {
        font-size: 3.125rem;
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
    .breadcrumb-2__title {
        text-align: center;
    }

    .breadcrumb-2__wrapper img {
        display: flex;
        margin-inline: auto;
    }
}

.breadcrumb-2__title .styled-title {
    color: transparent;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    background-clip: text;
}

.breadcrumb-2__desc {
    font-family: var(--heading-font);
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--white));
    margin-bottom: 44px;
}

@media screen and (max-width: 991px) {
    .breadcrumb-2__desc {
        font-size: 1.25rem;
    }
}

.breadcrumb-2__button {
    font-family: var(--body-font);
    color: hsl(var(--white));
    font-weight: 600;
    font-size: 0.875rem;
    position: relative;
    margin: 0 40px 35px;
    letter-spacing: 3.5px;
}

.breadcrumb-2__button .icon {
    width: 65px;
    height: 65px;
    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(hsl(var(--base)), hsl(var(--base-two)));
    font-size: 1.875rem;
    border-radius: 50%;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    color: hsl(var(--black));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .breadcrumb-2__button .icon {
        width: 45px;
        height: 45px;
        font-size: 1.25rem;
    }
}

.breadcrumb-2__button .circle-txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 80%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

@media screen and (max-width: 767px) {
    .breadcrumb-2__button .circle-txt {
        height: 70%;
        font-size: 0.625rem;
    }
}

.breadcrumb-2__button .circle-txt>* {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

/* ================================= Start Rating Css Start =========================== */
.rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--rating));
}

.rating-list__text {
    color: hsl(var(--body-color));
}

/* ================================= Start Rating Css End =========================== */
.case-card-slider .slick-list,
.case-card-slider-2 .slick-list {
    margin: 0 -12px;
}

.case-card-slider .slick-track,
.case-card-slider-2 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.case-card-slider .slick-slide,
.case-card-slider-2 .slick-slide {
    float: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    margin: 0 12px;
}

.case-card-slider .slick-slide>*,
.case-card-slider-2 .slick-slide>* {
    height: 100%;
}

.case-card-slider .slick-dots,
.case-card-slider-2 .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px;
}

.case-card-slider .slick-dots li.slick-active button,
.case-card-slider-2 .slick-dots li.slick-active button {
    border-color: transparent;
}

.case-card-slider .slick-dots li.slick-active button::after,
.case-card-slider-2 .slick-dots li.slick-active button::after {
    opacity: 1;
}

.case-card-slider .slick-dots li button,
.case-card-slider-2 .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border: 1px solid hsl(var(--border-color));
    border-radius: 50%;
    position: relative;
}

.case-card-slider .slick-dots li button::after,
.case-card-slider-2 .slick-dots li button::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.case-card {
    background: hsl(var(--section-bg));
    border-radius: 20px;
    padding: 10px;
    min-height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.case-card__img {
    display: block;
    margin-bottom: 10px;
    position: relative;
}


@media screen and (max-width: 424px) {
    .case-card__img {
        margin-bottom: 5px;
    }
}

.case-card__img a {
    width: 100%;
    height: 100%;
}

.case-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.case-card__badge {
    position: absolute;
    top: 45px;
    right: -10px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-family: var(--heading-font);
    font-size: 1.125rem;
    font-weight: 600;
    color: hsl(var(--white));
    z-index: 2;
}

@media screen and (max-width: 424px) {
    .case-card {
        background: hsl(var(--white));
    }
}

.case-card__badge:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: hsl(var(--base-d-200));
    -webkit-transform: skewY(60deg) translateY(-8px);
    transform: skewY(60deg) translateY(-8px);
    z-index: -1;
}

.case-card__badge::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    border-radius: 20px 0 0 20px;
    z-index: -1;
}

.case-card__investor {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: hsl(var(--white));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 20px;
}

.case-card__investor__img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
}

.case-card__investor__img:not(:first-of-type) {
    margin-left: -10px;
}

.case-card__investor__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.case-card__investor__txt {
    padding-left: 5px;
    font-family: var(--heading-font);
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 600;
}

.case-card__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: hsl(var(--white));
    border-radius: 20px;
    padding: 25px 30px;
}

@media screen and (max-width: 1199px) {
    .case-card__txt {
        padding: 20px;
    }
}

@media screen and (max-width: 425px) {
    .case-card__txt {
        padding: 12px;
        border-radius: 0 0 20px 20px;
        box-shadow: var(--box-shadow);
    }

    .case-card__img {
        margin-bottom: 0;
    }

    .case-card__img img {
        border-radius: 20px 20px 0 0;
    }
}

.case-card__title {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
    .case-card__title {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 575px) {
    .case-card__title {
        font-size: 1.5625rem;
    }
}

.case-card__title a {
    line-height: 35px;
    color: hsl(var(--black)/0.8);
}

@media screen and (max-width: 767px) {
    .case-card__title a {
        line-height: 25px;
    }
}

@media screen and (max-width: 575px) {
    .case-card__title a {
        line-height: 30px;
    }
}

.case-card__title a:hover {
    color: hsl(var(--base));
}

.case-card__about {
    display: block;
    font-size: 0.875rem;
    border-bottom: 1px dashed hsl(var(--black)/0.25);
    padding-bottom: 22px;
    margin-bottom: 24px;
}

.case-card__about a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: hsl(var(--black)/0.8);
}

.case-card__about a:hover {
    color: hsl(var(--base));
}

.case-card__about .rating-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
}

.case-card__about .rating-list__text {
    padding-left: 5px;
}

.case-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.case-card__info__txt {
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 500;
}

.case-card__info__txt:nth-child(2) {
    text-align: right;
}

.case-card__info__txt span {
    display: block;
    font-family: var(--heading-font);
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    margin-top: 5px;
}

/* ================================= Comment Css Start =========================== */
.comment-list__item {
    border-bottom: 1px dashed hsl(var(--black)/0.1);
    padding: 30px 0;
}

.comment-list__item:first-child {
    padding-top: 0;
}

.comment-list__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.comment-list__thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .comment-list__thumb {
        width: 50px;
        height: 50px;
    }
}

.comment-list__content {
    width: calc(100% - 60px);
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .comment-list__content {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
}

.comment-list__name {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2px;
    color: hsl(var(--body-color));
}

.comment-list__time {
    font-size: 0.875rem;
    color: hsl(var(--body-color-2));
    margin-bottom: 15px;
}

.comment-list__desc {
    font-size: 1rem;
    line-height: 1.5;
    color: hsl(var(--body-color-2));
    margin-bottom: 20px;
}

.comment-list__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
}

.comment-list__action-btn {
    font-size: 1rem;
    line-height: 1;
    color: hsl(var(--black)/0.4);
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.comment-list__action-icon {
    font-size: 1.25rem;
    -webkit-text-stroke-color: hsl(var(--black)/0.4);
    -webkit-text-stroke-width: 0.5px;
}

.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-form {
    padding-top: 75px;
}

.comment-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-form__thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .comment-form__thumb {
        width: 50px;
        height: 50px;
    }
}

.comment-form__form {
    width: calc(100% - 60px);
    padding-left: 30px;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .comment-form__form {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
}

.comment-form p {
    color: hsl(var(--body-color-2));
}

.comment-form textarea {
    height: 150px;
    font-size: 1rem;
}

.comment-form .form--control {
    background: hsl(var(--white));
    border-radius: 15px;
}

/* ================================= Comment Css End =========================== */
.review-list__item {
    margin-bottom: 15px;
}

.review-list__item:last-child {
    margin-bottom: 0;
}

.review-list__content {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: 8px;
    padding: 20px 25px;
}

@media screen and (max-width: 767px) {
    .review-list__content {
        padding: 15px;
    }
}

.review-list__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.review-list__name {
    font-family: var(--body-font);
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    color: hsl(var(--base));
    margin-bottom: 0;
}

.review-list__time {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    color: hsl(var(--body-color-2));
}

.review-list__desc {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    color: hsl(var(--body-color-2));
}

.profile-top {
    background: hsl(var(--white));
    -webkit-box-shadow: 0px 0px 10px 0px hsl(var(--black)/0.05);
    box-shadow: 0px 0px 10px 0px hsl(var(--black)/0.05);
    padding-top: 60px;
}

.profile-top__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.profile-top__user__img {
    width: 55px;
    height: 55px;
    position: relative;
}

.profile-top__user__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-top__user__img .verified {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 0.4375rem;
    color: hsl(var(--base));
    -webkit-text-stroke-color: hsl(var(--base));
}

.profile-top__user__img .verified::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: hsl(var(--white));
    border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.profile-top__user__img .verified::after {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: hsl(var(--white));
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.profile-top__user__txt {
    width: calc(100% - 70px);
}

.profile-top__user__name {
    font-family: var(--body-font);
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--body-color));
    margin-bottom: 4px;
}

.profile-top__user__bio {
    display: block;
    font-size: 0.875rem;
    line-height: 1.2;
    color: hsl(var(--body-color));
    margin-bottom: 7px;
}

.profile-top__user__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    margin-bottom: 13px;
}

.profile-top__user__rating__badge {
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    color: hsl(var(--white));
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    border-radius: 4px;
}

.profile-top__user__rating__text {
    color: hsl(var(--body-color-2));
}

.profile-top__user__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: hsl(var(--body-color-2));
    font-weight: 600;
}

.profile-top__user__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding-right: 10px;
    position: relative;
}



.profile-top__user__location img {
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.profile-top__user__status {
    padding-left: 12px;
    color: hsl(var(--body-color-2)/0.6);
    position: relative;
}

.profile-top__user__status::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: hsl(var(--body-color-2)/0.6);
    border-radius: 50%;
}

.profile-top__user__status.online {
    color: hsl(var(--success-l-100));
}

.profile-top__user__status.online::after {
    background: hsl(var(--success-l-100));
}

.profile-top__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
}

@media screen and (max-width: 991px) {
    .profile-top__stats {
        padding-top: 20px;
    }
}

@media screen and (max-width: 424px) {
    .profile-top__stats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.profile-top__stats__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 0 30px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .profile-top__stats__card {
        padding: 0 10px;
    }
}

@media screen and (max-width: 424px) {
    .profile-top__stats__card {
        padding: 10px 0;
    }
}

.profile-top__stats__card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background: hsl(var(--black)/0.2);
}

@media screen and (max-width: 424px) {
    .profile-top__stats__card::after {
        display: none;
    }
}

.profile-top__stats__card:first-child {
    padding-left: 0;
}

@media screen and (max-width: 424px) {
    .profile-top__stats__card:first-child {
        padding-top: 0;
    }
}

.profile-top__stats__card:last-child {
    padding-right: 0;
}

@media screen and (max-width: 424px) {
    .profile-top__stats__card:last-child {
        padding-bottom: 0;
    }
}

.profile-top__stats__card:last-child::after {
    display: none;
}

.profile-top__stats__icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(hsl(var(--base)/0.1), hsl(var(--base-two)/0.1));
    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;
}

.profile-top__stats__txt {
    width: calc(100% - 44px);
}

.profile-top__stats__number {
    display: block;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 700;
    color: hsl(var(--body-color));
}

.profile-top__stats__name {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    color: hsl(var(--body-color-2));
}

.profile-top__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px;
    padding-top: 6px;
    border-bottom: 2px solid hsl(var(--black)/0.1);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.profile-top__menu__link {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 700;
    color: hsl(var(--body-color));
    padding-bottom: 20px;
    position: relative;
}

.profile-top__menu__link::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.profile-top__menu__link.active {
    color: hsl(var(--base));
}

.profile-top__menu__link.active::after {
    opacity: 1;
}

.profile-top__menu__link:hover {
    color: hsl(var(--base));
}

.profile-top__menu .btn {
    margin-bottom: 10px;
}

.profile {
    padding: 50px 0;
    background: hsl(var(--dashboard-bg));
}

.profile__content__title {
    font-family: var(--body-font);
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--body-color));
    margin-bottom: 12px;
}

.profile__content__desc {
    font-size: 1rem;
    line-height: 1.5;
    color: hsl(var(--body-color-2));
    margin-bottom: 25px;
}

.profile__content__list {
    font-size: 1rem;
    line-height: 1.5;
    color: hsl(var(--body-color));
    margin-bottom: 25px;
}

.profile__content__list li {
    padding-left: 12px;
    margin-bottom: 8px;
    position: relative;
}

.profile__content__list li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    border-radius: 50%;
}

.profile__content__list li:last-child {
    margin-bottom: 0;
}

.profile__content__badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.profile__content__badge {
    border: 1px solid hsl(var(--border-color));
    border-radius: 7px;
    padding: 8px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: hsl(var(--body-color-2));
}

.profile__content section {
    margin-bottom: 30px;
}

.profile__content section:last-child {
    margin-bottom: 0;
}

.profile__content .section-heading__title {
    font-size: 1.875rem;
    line-height: 1;
    margin-bottom: 10px;
}

/* ================================= Dashboard Css Start =========================== */
.dashboard {
    position: relative;
    /* ================================= Dashboard Css End =========================== */
}

.dashboard-body {
    padding: 70px 0;
    background: hsl(var(--dashboard-bg));
}

.dashboard .dashboard-widget {
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0px 8px 25px 0px hsl(var(--black)/0.02);
    box-shadow: 0px 8px 25px 0px hsl(var(--black)/0.02);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    height: 100%;
}

.dashboard .dashboard-widget:hover {
    -webkit-transform: translateY(-6px) scale(1.01);
    transform: translateY(-6px) scale(1.01);
    -webkit-box-shadow: 0px 0px 20px hsl(var(--black)/0.1);
    box-shadow: 0px 0px 20px hsl(var(--black)/0.1);
}

.dashboard .dashboard-widget__icon {
    width: 130px;
    height: 100%;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-widget__icon {
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-widget__icon {
        width: 70px;
    }
}

.dashboard .dashboard-widget__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 208px;
    height: 208px;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    border-radius: 50%;
    z-index: -1;
}

.dashboard .dashboard-widget__icon img {
    max-width: 50px;
    max-height: 50px;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-widget__icon img {
        max-width: 40px;
        max-height: 40px;
    }
}

.dashboard .dashboard-widget__content {
    width: calc(100% - 130px);
    padding: 35px 30px;
    padding-right: 12px;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 100px);
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 70px);
    }
}

.dashboard .dashboard-widget__number {
    font-family: var(--heading-font);
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    color: hsl(var(--body-color));
    margin-top: -5px;
    margin-bottom: -5px;
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-widget__number {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-widget__number {
        font-size: 2rem;
        margin: 0;
    }
}

.dashboard .dashboard-widget__text {
    font-family: var(--heading-font);
    color: hsl(var(--body-color-2));
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 700;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-widget__text {
        font-size: 1.125rem;
        margin-bottom: 0;
    }
}

.post-sidebar-wrapper {
    position: sticky;
    top: 100px;
}

/* ================== Sidebar Box & Title =================== */
.post-sidebar {
    background-color: hsl(var(--white));
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.post-sidebar.dashboard-card {
    max-width: none;
}

.post-sidebar:last-of-type {
    margin-bottom: 0;
}

.post-sidebar__title {
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    color: hsl(var(--white));
    height: 60px;
    line-height: 60px;
    font-size: 1.875rem;
    line-height: 60px;
    font-weight: 600;
    padding: 0 25px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .post-sidebar__title {
        height: 50px;
        line-height: 50px;
        font-size: 1.5625rem;
        padding: 0 15px;
    }
}

.post-sidebar__body {
    padding: 25px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #dee2e6;
}

@media screen and (max-width: 991px) {
    .post-sidebar__body {
        padding: 15px;
    }
}

.post-sidebar .profile-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 20px;
    padding: 12px 0;
    border-bottom: 1px solid hsl(var(--border-color)/0.5);
    font-size: 0.875rem;
    font-weight: 600;
    color: hsl(var(--body-color));
}

.post-sidebar .profile-info li:first-child {
    padding-top: 0;
}

.post-sidebar .profile-info li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.post-sidebar .profile-info li span {
    font-weight: 400;
    color: hsl(var(--body-color-2));
}

.post-sidebar .form--control {
    padding: 17px 25px;
}

/* ========================= Category & Tags List Style ========================= */
.text-list {
    /* Category */
    /* Style Tag */
}

.text-list.style-category .text-list__item {
    border-bottom: 1px dashed hsl(var(--black)/0.2);
}

.text-list.style-category .text-list__item:last-child {
    border-bottom: 0;
}

.text-list.style-category .text-list__link {
    color: hsl(var(--black));
}

.text-list.style-category .text-list__link:hover {
    color: hsl(var(--base));
}

.text-list.style-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
}

.text-list.style-tag .text-list__item {
    padding: 7px;
}

.text-list.style-tag .text-list__link {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--black)/0.08);
    padding: 6px 20px;
    border-radius: 3px;
}

.text-list.style-tag .text-list__link.active {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.text-list.style-tag .text-list__link:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

/* ======================== Latest Blog Css========================  */
.case-list__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid hsl(var(--border-color)/0.5);
}

@media screen and (max-width: 1399px) {
    .case-list__card {
        gap: 10px;
    }
}

.case-list__card:first-child {
    padding-top: 0;
}

.case-list__card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.case-list__card__img {
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .case-list__card__img {
        width: 80px;
        height: 80px;
        border-radius: 7px;
    }
}

.case-list__card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.case-list__card__txt {
    width: calc(100% - 90px);
}

@media screen and (max-width: 1399px) {
    .case-list__card__txt {
        width: calc(100% - 80px);
    }
}

.case-list__card__title {
    display: block;
    font-family: var(--heading-font);
    font-size: 1.17rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--body-color));
    margin-bottom: 2px;
}

.case-list__card__owner {
    display: block;
    font-size: 0.875rem;
    line-height: 1.6;
    color: hsl(var(--body-color));
    margin-bottom: 5px;
}

.case-list__card__owner a {
    color: inherit;
}

.case-list__card__info span {
    display: block;
    font-size: 0.75rem;
    line-height: 1.35;
    font-weight: 500;
    color: hsl(var(--body-color-2));
    margin-bottom: 4px;
}

.case-list__card__info h6 {
    font-size: 1.1rem;
    line-height: 0.95;
    font-weight: 700;
    color: hsl(var(--body-color));
    margin-bottom: 0;
}

/* ========================= Latest Blog Css End ===================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
    overflow: hidden;
}

.banner-section .slick-slide {
    height: 100%;
}

.banner-section .slick-slide>* {
    height: 100%;
}

.banner-section__slide {
    padding: 145px 0 145px;
    background-position-x: 40% !important;
    height: 100%;
    position: relative;
    z-index: 2;
}

.banner-section__slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 10%, hsl(var(--black)) 50%, hsl(var(--black)));
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .banner-section__slide {
        padding: 230px 0 140px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section__slide {
        padding: 160px 0 100px;

    }
}

@media screen and (max-width: 768px) {
    .banner-section__slide::after {
        background: hsl(var(--black) /0.2)
    }
}

@media screen and (max-width: 575px) {
    .banner-section__slide {
        padding: 115px 0 60px;
        background-position: left center !important;

    }
}

.banner-section .slick-dots {
    position: absolute;
    bottom: 141px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: var(--heading-font);
    width: 1576px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 35px;
}

@media screen and (max-width: 1399px) {
    .banner-section .slick-dots {
        width: 1116px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .slick-dots {
        display: none;
    }
}

.banner-section .slick-dots li {
    line-height: 1;
}

.banner-section .slick-dots li.slick-active button {
    color: hsl(var(--base));
}

.banner-section .slick-dots li.slick-active button::after {
    background: hsl(var(--base));
}

.banner-section .slick-dots li button {
    font-size: 3.75rem;
    line-height: 36px;
    font-weight: 600;
    color: hsl(var(--white)/0.3);
    padding-right: 35px;
    position: relative;
}

.banner-section .slick-dots li button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background: hsl(var(--white)/0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.banner-content {
    padding-left: 75px;
    padding-top: 110px;
    padding-right: 150px;
    padding-bottom: 140px;
    min-height: 615px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .banner-content {
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 100px;
        padding-bottom: 50px;
        min-height: 525px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content {
        padding: 30px;
        min-height: 340px;
    }
}

@media screen and (max-width: 575px) {
    .banner-content {
        padding: 30px;
        min-height: 400px;
    }
}

@media screen and (max-width: 424px) {
    .banner-content {
        padding: 30px;
        min-height: 390px;
    }
}

.banner-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    width: 100px;
    height: 90%;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .banner-content::after {
        left: 0;
    }
}


@media screen and (max-width: 991px) {
    .banner-content::after {
        display: none;
    }
}

.banner-content__vector {
    position: absolute;
    top: 90px;
    left: 725px;
}

.banner-content__title {
    font-size: 6.25rem;
    color: hsl(var(--white));
    line-height: 1;
}

@media screen and (max-width: 1399px) {
    .banner-content__title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1199px) {
    .banner-content__title {
        font-size: 4.375rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__title {
        font-size: 2.5rem;
    }
}

.banner-content__title .styled-title {
    display: inline;
    color: transparent;
    -webkit-text-stroke-color: hsl(var(--white));
    -webkit-text-stroke-width: 2px;
}

.banner-content__desc {
    font-family: var(--heading-font);
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 600;
    max-width: 600px;
    color: hsl(var(--white));
    margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    .banner-content__desc {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__desc {
        font-size: 1.25rem;
    }
}

.banner-content__button {
    font-family: var(--body-font);
    color: hsl(var(--white));
    font-weight: 600;
    font-size: 0.875rem;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 3.5px;
}



.banner-content__button .icon {
    width: 65px;
    height: 65px;
    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(hsl(var(--base)), hsl(var(--base-two)));
    font-size: 1.875rem;
    border-radius: 50%;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    color: hsl(var(--black));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .banner-content__button .icon {
        width: 45px;
        height: 45px;
        font-size: 1.25rem;
    }
}

.banner-content__button .circle-txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 80%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

@media screen and (max-width: 767px) {
    .banner-content__button .circle-txt {
        height: 70%;
        font-size: 0.625rem;
    }
}

.banner-content__button .circle-txt>* {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.banner-content__social {
    position: absolute;
    top: 50px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: var(--heading-font);
    font-size: 1.875rem;
    line-height: 30px;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .banner-content__social {
        gap: 30px;
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__social {
        font-size: 1.125rem;
        gap: 30px;
    }
}

@media screen and (max-width: 576px) {
    .banner-content__social {
        display: none;
    }
}

.banner-content__social a {
    color: hsl(var(--white)/0.3);
}

.banner-content__social a:hover {
    color: hsl(var(--base));
}

/* =========================== Banner Section End Here ========================= */
/* =============================== Brand Section Css Start ======================= */
.client {
    position: relative;
}

.client::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: hsl(var(--body-color));
    -webkit-transform: skewY(-1.16deg);
    transform: skewY(-1.16deg);
    z-index: -1;
}

.client .bx-wrapper {
    background: transparent;
    border: 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    margin-bottom: 0;
}

.client__slide {
    height: 90px;
    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;
}

@media screen and (max-width: 991px) {
    .client__slide {
        height: 70px;
    }
}

@media screen and (max-width: 767px) {
    .client__slide {
        height: 60px;
        width: 100px !important;
    }
}

.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonails-card {
    padding: 0 10px;
    height: 100%;
}

.testimonial-item {
    background-color: hsl(var(--white));
    padding: 45px;
    border-radius: 10px;
    position: relative;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .testimonial-item {
        padding: 30px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-item {
        padding: 25px 15px;
    }
}

.testimonial-item__desc {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 17px;
    border-bottom: 1px solid hsl(var(--base));
    color: hsl(var(--body-color-2));
}

@media screen and (max-width: 767px) {
    .testimonial-item__desc {
        font-size: 1rem;
    }
}

.testimonial-item__info {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.testimonial-item__thumb {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .testimonial-item__thumb {
        width: 45px;
        height: 45px;
    }
}

.testimonial-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-item__details {
    width: calc(100% - 65px);
}

@media screen and (max-width: 424px) {
    .testimonial-item__details {
        width: calc(100% - 55px);
        padding-left: 10px;
    }
}

.testimonial-item__name {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
    color: hsl(var(--body-color));
}

.testimonial-item__location {
    font-size: 0.875rem;
    line-height: 1;
    color: hsl(var(--body-color-2));
}

.testimonial-item__vector {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 35px;
    max-height: 35px;
}

/* ================================ Testimonails Section Css End ============================= */
.counter__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .counter__card {
        width: 300px;
        margin: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.counter__icon {
    width: 100px;
    height: 100px;
    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: hsl(var(--white)/0.2);
    border-radius: 50% 0 50% 50%;
}

@media screen and (max-width: 1199px) {
    .counter__icon {
        width: 70px;
        height: 70px;
    }
}

.counter__icon img {
    max-width: 55px;
    max-height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1199px) {
    .counter__icon img {
        max-width: 40px;
        max-height: 40px;
    }
}

.counter__txt {
    max-width: calc(100% - 120px);
}

@media screen and (max-width: 1199px) {
    .counter__txt {
        width: calc(100% - 90px);
        max-width: none;
    }
}

.counter__number {
    display: block;
    font-family: var(--heading-font);
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
    color: hsl(var(--white));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -20px;
    margin-bottom: 1px;
}

@media screen and (max-width: 1199px) {
    .counter__number {
        font-size: 2.813rem;
    }
}

@media screen and (max-width: 991px) {
    .counter__number {
        font-size: 2.1875rem;
    }
}

.counter__number span {
    line-height: 1;
}

.counter__name {
    display: block;
    font-family: var(--heading-font);
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .counter__name {
        font-size: 1.25rem;
    }
}


@media screen and (max-width: 575px) {

    .counter__card {
        width: auto;
        gap: 12px;
    }

    .counter__icon {
        width: 55px;
        height: 55px;
    }

    .counter__icon img {
        width: 28px;
        height: auto;
    }

    .counter__txt {
        width: calc(100% - 55px);
    }

    .counter__number {
        font-size: 2rem;
    }

    .counter__name {
        font-size: 1rem;
    }
}

@media screen and (max-width: 424px) {
    .counter__card {
        text-align: center;
        display: block;
    }

    .counter__icon {
        margin: 0 auto;
    }

    .counter__txt {
        width: 100%;
        padding-top: 30px;
    }

    .counter__number {
        justify-content: center;
    }
}

.how-it-works__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 45px;
}

@media screen and (max-width: 1199px) {
    .how-it-works__grid {
        gap: 25px;
    }
}

.how-it-works__card {
    background: hsl(var(--white));
    -webkit-box-shadow: 0px 30px 80px 0px hsl(var(--base)/0.1);
    box-shadow: 0px 30px 80px 0px hsl(var(--base)/0.1);
    width: calc(50% - 22.5px);
    padding: 35px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .how-it-works__card {
        width: calc(50% - 12.5px);
        padding: 25px;
    }
}

@media screen and (max-width: 575px) {
    .how-it-works__card {
        width: 100%;
    }
}

.how-it-works__card:nth-child(2n+2) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}

.how-it-works__card:nth-child(2n+2) .how-it-works__card__index {
    right: auto;
    left: 35px;
}

.how-it-works__card__icon {
    width: 70px;
    height: 70px;
    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;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.how-it-works__card__icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
}

.how-it-works__card__icon img {
    max-width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

.how-it-works__card__index {
    position: absolute;
    top: 15px;
    right: 35px;
    font-family: var(--heading-font);
    font-size: 6.25rem;
    line-height: 1;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke-color: hsl(var(--black)/0.15);
    -webkit-text-stroke-width: 1px;
}

@media screen and (max-width: 1199px) {
    .how-it-works__card__index {
        font-size: 4.375rem;
    }
}

.how-it-works__card__title {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 13px;
}

.how-it-works__card__desc {
    font-size: 1.125rem;
    line-height: 1.4;
    color: hsl(var(--body-color-2));
}

.how-it-works__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -120px;
}

@media screen and (max-width: 991px) {
    .how-it-works__thumb {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .faq__thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.faq__content__title {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
    color: hsl(var(--white));
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .faq__content__title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 424px) {
    .faq__content__title {
        font-size: 1.875rem;
    }
}

.faq__content__title .style-title {
    color: hsl(var(--body-color));
    background-image: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 2px;
}

.agreement__heading {
    padding-top: 120px;
    padding-left: 40px;
}

@media screen and (max-width: 991px) {
    .agreement__heading {
        padding-top: 50px;
        padding-left: 20px;
    }
}

.agreement__title {
    font-size: 6.25rem;
    line-height: 0.9;
    font-weight: 800;
    color: hsl(var(--body-color));
    padding-bottom: 30px;
    margin-bottom: 33px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .agreement__title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 991px) {
    .agreement__title {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 767px) {
    .agreement__title {
        font-size: 2.5rem;
    }
}

.agreement__title::after {
    content: "";
    position: absolute;
    top: -120px;
    left: -40px;
    width: 320px;
    height: calc(100% + 120px);
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .agreement__title::after {
        top: -50px;
        left: -20px;
        width: 150px;
        height: calc(100% + 50px);
    }
}

.agreement__title .styled-title {
    color: hsl(var(--white));
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 2px;
}

.agreement__desc {
    font-size: 1.25rem;
    line-height: 1.5;
    color: hsl(var(--body-color));
    max-width: 550px;
}

@media screen and (max-width: 991px) {
    .agreement__desc {
        font-size: 1.0625rem;
    }
}

.agreement__wizard__title {
    font-size: 1.875rem;
    line-height: 1.1;
    font-weight: 600;
    color: hsl(var(--body-color));
    margin-bottom: 19px;
}

@media screen and (max-width: 991px) {
    .agreement__wizard__title {
        font-size: 1.5625rem;
    }
}

.agreement__wizard__check-list__group {
    padding-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px dashed hsl(var(--black)/0.2);
}

@media screen and (max-width: 991px) {
    .agreement__wizard__check-list__group {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.agreement__wizard__check-list__group__title {
    font-size: 1.875rem;
    line-height: 1.1;
    font-weight: 600;
    color: hsl(var(--body-color));
    margin-bottom: 19px;
}

@media screen and (max-width: 991px) {
    .agreement__wizard__check-list__group__title {
        font-size: 1.5625rem;
    }
}

.agreement__wizard__check-list__group .agreement__wizard__check-list__check-item {
    border: 0;
}

.agreement__wizard__check-list__group .agreement__wizard__check-list__check-item:first-of-type label {
    margin-top: -15px;
}

.agreement__wizard__check-list__group .agreement__wizard__check-list__check-item:last-of-type label {
    margin-bottom: -15px;
}

.agreement__wizard__check-list__group .agreement__wizard__check-list__check-item label {
    font-family: var(--body-font);
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 500;
    padding: 15px 0;
}

@media screen and (max-width: 991px) {
    .agreement__wizard__check-list__group .agreement__wizard__check-list__check-item label {
        font-size: 1rem;
        padding: 10px 0;
    }
}

.agreement__wizard__check-list__group .agreement__wizard__check-list__check-item label::after {
    font-weight: 900;
}

.agreement__wizard__check-list__check-item {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    position: relative;
}

.agreement__wizard__check-list__check-item:first-child {
    border-top: 1px solid hsl(var(--black)/0.1);
}

.agreement__wizard__check-list__check-item:last-child .form--switch {
    margin-bottom: 0;
}

.agreement__wizard__check-list__check-item .form--switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 25px;
}

.agreement__wizard__check-list__check-item .form--switch label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 660px;
    padding: 0;
}

.agreement__wizard__check-list__check-item .form--switch label:first-child {
    margin-top: 0;
}

.agreement__wizard__check-list__check-item .form--switch label::after {
    display: none;
}

.agreement__wizard__check-list__check-item .form--switch input {
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    margin: 0;
}

.agreement__wizard__check-list__check-item input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.agreement__wizard__check-list__check-item input:checked+label::after {
    background: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.agreement__wizard__check-list__check-item label {
    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;
    font-family: var(--heading-font);
    font-size: 1.875rem;
    line-height: 1.1;
    font-weight: 600;
    color: hsl(var(--body-color));
    padding: 20px 0;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .agreement__wizard__check-list__check-item label {
        font-size: 1.25rem;
        padding: 15px 0;
    }
}

.agreement__wizard__check-list__check-item label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 0.8125rem;
    text-align: center;
    line-height: 16px;
    color: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid hsl(var(--body-color-2));
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.agreement__wizard__check-list-2 {
    padding-top: 50px;
}

.agreement__wizard__check-list-2__heading {
    margin-bottom: 40px;
}

.agreement__wizard__check-list-2__title {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    color: hsl(var(--body-color));
    margin-bottom: 1px;
}

.agreement__wizard__binary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.agreement__wizard__binary a {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: hsl(var(--section-bg-2));
    font-size: 1.25rem;
    -webkit-text-stroke-color: hsl(var(--body-color));
    -webkit-text-stroke-width: 1px;
    color: hsl(var(--body-color));
}

.agreement__wizard__binary a:hover {
    background: hsl(var(--black)/0.1);
}

.agreement__wizard__binary__input {
    width: 40px;
    border: 0;
    outline: none;
    text-align: center;
}

.agreement__wizard__indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 70px 0;
}

@media screen and (max-width: 767px) {
    .agreement__wizard__indicator {
        padding: 40px 0;
    }
}

.agreement__wizard__indicator__item {
    width: 85px;
    width: calc(12.5% - 15px);
    height: 3px;
    background: hsl(var(--black)/0.1);
}

@media screen and (max-width: 767px) {
    .agreement__wizard__indicator__item {
        width: calc(12.5% - 10px);
    }
}

.agreement__wizard__indicator__item.active {
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
}

.agreement-download {
    padding: 50px;
}

@media screen and (max-width: 991px) {
    .agreement-download {
        padding: 5px;
    }
}

.agreement-download__heading {
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .agreement-download__heading {
        margin-bottom: 30px;
    }
}

.agreement-download__heading h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: hsl(var(--body-color));
    margin-bottom: 13px;
}

@media screen and (max-width: 991px) {
    .agreement-download__heading h3 {
        font-size: 1.875rem;
        line-height: 1;
    }
}

.agreement-download__heading span {
    font-size: 1.25rem;
    line-height: 1;
    color: hsl(var(--body-color-2));
}

@media screen and (max-width: 991px) {
    .agreement-download__heading span {
        font-size: 1rem;
    }
}

.agreement-download__content>*:last-child {
    margin-bottom: 0;
}

.agreement-download__subtitle {
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--body-color));
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .agreement-download__subtitle {
        font-size: 1.5625rem;
        margin-bottom: 15px;
    }
}

.agreement-download__desc {
    font-size: 1rem;
    line-height: 1.7;
    color: hsl(var(--body-color-2));
    margin-bottom: 37px;
}

@media screen and (max-width: 991px) {
    .agreement-download__desc {
        font-size: 0.9375rem;
        margin-bottom: 27px;
    }
}

.project-details__thumb {
    height: 470px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .project-details__thumb {
        height: 250px;
    }
}

.project-details__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-details__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--black)/0.5);
    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;
}

@media screen and (max-width: 991px) {
    .project-details__video a {
        width: 65px;
        height: 65px;
    }
}

.project-details__content {
    padding-top: 6px;
}

.project-details__title {
    font-size: 3.75rem;
    line-height: 1.2;
    font-weight: 600;
    color: hsl(var(--body-color));
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .project-details__title {
        font-size: 2.5rem;
        line-height: 1;
    }
}

.project-details__stats {
    margin-bottom: 35px;
}

.project-details__stats__txt {
    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-bottom: 27px;
}

.project-details__stats__txt span {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    color: hsl(var(--body-color-2));
}

.project-details__stats__txt h5 {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 991px) {
    .project-details__stats__txt h5 {
        font-size: 1.875rem;
    }
}

.project-details__desc {
    font-size: 1rem;
    line-height: 1.65;
    color: hsl(var(--body-color-2));
    margin-bottom: 27px;
}

.project-details .custom--tab-2 {
    padding-top: 13px;
}

.project-details__subtitle {
    font-size: 1.875rem;
    line-height: 1.17;
    font-weight: 600;
    margin-bottom: 21px;
    position: relative;
    z-index: 2;
}

.project-details__subtitle::after {
    content: "";
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    height: 1px;
    background: hsl(var(--border-color));
    z-index: -1;
}

.project-details__subtitle span {
    background: hsl(var(--white));
    padding-right: 10px;
}

.project-details__subsubtitle {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: hsl(var(--body-color));
    margin-bottom: 18px;
}

.project-details__img {
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 40px 0px hsl(var(--black)/0.05);
    box-shadow: 0px 10px 40px 0px hsl(var(--black)/0.05);
    overflow: hidden;
    margin-bottom: 40px;
}

.contact__vector {
    margin-left: -140px;
}

@media screen and (max-width: 991px) {
    .contact__vector {
        position: absolute;
        top: -50px;
        left: -50px;
    }
}

.contact__info {
    position: relative;
}


.contact__info__card {
    box-shadow: 0px 10px 40px 0px hsl(var(--black)/0.05);
    border-radius: 25px;
    padding: 60px 150px;
    text-align: center;
    padding-top: 0px;
}

@media screen and (max-width: 991px) {
    .contact__info__card {
        position: static;
        padding: 30px;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@media screen and (max-width: 575px) {
    .contact__info__card {
        padding: 20px 0px;
    }
}

.contact__info__card__icon {
    width: 80px;
    height: 80px;
    background: hsl(var(--base)/0.08);
    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;
    margin: 0 auto 20px;
}

.contact__info__card__icon img {
    max-width: 50%;
    max-height: 50%;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact__info__card__title {
    font-size: 1.875rem;
    line-height: 1.17;
    font-weight: 600;
    color: hsl(var(--body-color));
    margin-bottom: 13px;
}

@media screen and (max-width: 575px) {
    .contact__info__card__title {
        font-size: 1.5rem;
    }

    .contact__info__card__title {
        margin-bottom: 5px;
    }
}

.contact__info__card__desc {
    font-size: 1.125rem;
    line-height: 1.45;
    color: hsl(var(--body-color-2));
}

.contact__info__card__desc a {
    color: hsl(var(--base));
    font-weight: 500;
}

@media (min-width: 992px) {
    .contact__thumb {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}

.contact__form {
    background: hsl(var(--white));
    box-shadow: 0px 10px 40px 0px hsl(var(--black)/0.05);
    padding: 90px 30px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}



.contact__form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    height: 155px;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: -1;
}

.contact__form::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 155px;
    height: 155px;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    border-radius: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    z-index: -1;
}

@media (max-width: 1199px) {

    .contact__form::before,
    .contact__form::after {
        width: 105px;
        height: 105px;
    }

    .contact__form__card {
        padding-block: 75px;
    }
}

@media (max-width: 991px) {
    .contact__form__card {
        padding-block: 0;
    }
}

.contact__form label::after {
    background-color: hsl(var(--dashboard-bg)) !important;
}

.contact__title {
    font-size: 3.75rem;
    line-height: 0.94;
    font-weight: 700;
    color: hsl(var(--body-color));
    margin-bottom: 55px;
}

@media (max-width: 1199px) {
    .contact__title {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 991px) {
    .contact__title {
        font-size: 2.1875rem;
        margin-bottom: 30px;
    }
}

.account {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--account-bg));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
}


@media screen and (max-width: 991px) {
    .account-thumb {
        max-width: 320px;
        margin: auto;
    }
}

.account-form {
    position: relative;
    z-index: 2;
}

.account-form__vector {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    z-index: -1;
}

.account-form__wrap {
    background: linear-gradient(-45deg, hsl(var(--account-form-bg-2)/0.69), hsl(var(--account-form-bg-1)/0.69));
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border: 1px solid hsl(var(--account-border));
    max-width: 540px;
    border-radius: 25px;
    padding: 40px;
}

@media screen and (max-width: 991px) {
    .account-form__wrap {
        padding: 20px;
        border-radius: 15px;
        margin: auto;
    }
}

.account-form__content {
    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: center;
    -ms-flex-align: center;
    padding-bottom: 40px;
    align-items: center;
}

.authentication-page .account-form__content {
    align-items: start;
}

.account-form__content .logo {
    margin-bottom: 40px;
}

.account-form__content .login-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.account-form__content .login-option a {
    width: 50px;
    height: 50px;
    border: 2px solid hsl(var(--white)/0.3);
    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;
}

.account-form__content .login-option a img {
    max-width: 30px;
    max-height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

.account-form__content .login-option a:hover {
    background: hsl(var(--white)/0.1);
}

.account-form__content .divider {
    width: 100%;
    text-align: center;
    color: hsl(var(--white));
    padding-top: 40px;
    position: relative;
    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;
    font-size: 1.125rem;
    line-height: 1;
}

.account-form__content .divider::before {
    content: "";
    display: block;
    width: calc(50% - 20px);
    border-bottom: 1px dashed hsl(var(--white)/0.2);
}

.account-form__content .divider::after {
    content: "";
    display: block;
    width: calc(50% - 20px);
    border-bottom: 1px dashed hsl(var(--white)/0.2);
}

.account-form .form--control {
    padding: 10px 25px;
}

.account-form .form--floating--password a {
    color: hsl(var(--white)) !important;
}

.account-form .form--floating .form--control {
    background: hsl(var(--account-input-bg-1));
    border-color: hsl(var(--border-color)/0.4);
    color: hsl(var(--white));
    padding: 10px 25px;
    height: 50px;
    min-height: 50px;
}

.account-form .form--floating .form--control:read-only {
    background-color: hsl(var(--white) / .2) !important;
}

.account-form .form--floating .form--control:-webkit-autofill {
    -webkit-text-fill-color: hsl(var(--white)) !important;
    caret-color: hsl(var(--white));
}

.account-form .form--floating .form--control:focus {
    background: transparent;
    background: hsl(var(--account-input-bg-2));
}

.account-form .form--floating .form--control:focus:not(:-moz-placeholder-shown)~label::after {
    background-color: hsl(var(--account-input-bg-2)) !important;
}

.account-form .form--floating .form--control:focus:not(:-ms-input-placeholder)~label::after {
    background-color: hsl(var(--account-input-bg-2)) !important;
}

.account-form .form--floating .form--control:focus:not(:placeholder-shown)~label::after {
    background-color: hsl(var(--account-input-bg-2)) !important;
}

.account-form .form--floating .form--control:not(:-moz-placeholder-shown)~label::after {
    background: hsl(var(--account-input-bg-1)) !important;
}

.account-form .form--floating .form--control:not(:-ms-input-placeholder)~label::after {
    background: hsl(var(--account-input-bg-1)) !important;
}

.account-form .form--floating .form--control:not(:placeholder-shown)~label::after {
    background: hsl(var(--account-input-bg-1)) !important;
}

.account-form .form--floating label {
    padding: 0;
    color: hsl(var(--white)/0.5) !important;
    display: flex;
    align-items: center;
    left: 16px;
    height: auto;
    line-height: 1;
    top: 50%;
    width: auto;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .form--floating label {
        font-size: 14px !important;
    }

    .form--floating--password a {
        right: 14px !important;
    }
}

.contact__form__card .form--floating label {
    padding: 0;
    color: hsl(var(--body-color)) !important;
    left: 16px;
    height: auto;
    line-height: 1;
    top: 18px;
    width: auto;
}

.contact__form__card .form--floating .form--control:focus~label,
.contact__form__card .form--floating .form--control:not(:placeholder-shown)~label {
    background-color: hsl(var(--white));
    font-size: 1.125rem;
}

.account-form .form--floating label::after {
    background-color: hsl(var(--account-input-bg-2)) !important;
}

.account-form .form--check {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-form .form--check .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0;
    border-color: hsl(var(--white)/0.5);
    background-size: 10px;
}

.account-form .form--check .form-check-input:checked::before {
    font-size: 0.875rem;
}

.account-form .form--check .form-check-label {
    width: calc(100% - 18px);
    padding-left: 10px;
    color: hsl(var(--white));
    font-size: 14px;
}

.forgot-password {
    font-size: 14px;
}

@media (max-width: 425px) {
    .forgot-password {
        font-size: 12px;
    }

    .account-form .form--check .form-check-input {
        width: 16px;
        height: 16px;
    }

    .account-form .form--check .form-check-label {
        width: calc(100% - 16px);
        font-size: 12px;
        padding-left: 6px;
    }
}

.account-form .have-account__text {
    color: hsl(var(--white));
}

.account-form .have-account__link {
    color: transparent;
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700;
}

.account-form .input--group .input-group-text {
    background: linear-gradient(hsl(var(--base)), hsl(var(--base-two)));
    color: hsl(var(--white));
    padding: 0 10px;
}

.account-form .input--group .form--control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.account-form .input--group .form--floating {
    width: 100%;
}

.form-check a {
    font-size: 12px;
    font-weight: 600;
}


.rating_wrapper .rating-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.rating_wrapper .rating__input {
    position: absolute !important;
    left: -9999px !important;
}


.rating_wrapper .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 16px;
}

.rating_wrapper .rating__icon--star {
    color: orange;
}

.rating_wrapper .rating__input:checked~.rating__label .rating__icon--star {
    color: #c7c3c3;
}

.rating_wrapper .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

.rating_wrapper .rating__input:hover~.rating__label .rating__icon--star {
    color: #c7c3c3;
}


.case-step {
    border-radius: 12px;
    overflow: hidden;
}

.case-step-header {
    padding: 18px 24px;
    background-color: hsl(var(--black));
}


.case-step-list {
    max-width: 960px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.case-step-item {
    width: calc(100% / 4);
    position: relative;
    counter-increment: counter;
}

.case-step-item:not(:first-child):after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: hsl(var(--white));
    top: 20px;
    right: 50%;
}

.active.case-step-item:not(:first-child):after {
    background-color: hsl(var(--base));
}

.case-step-link {
    display: block;
    text-align: center;
    position: relative;
    color: hsl(var(--white));
}

.case-step-link:hover {
    color: hsl(var(--white));
}

.case-step-item .text {
    line-height: 1;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}

.case-step-item .count {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: hsl(var(--black));
    outline: 3px solid hsl(var(--black));
    border: 2px solid hsl(var(--white));
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: grid;
    place-content: center;
    font-size: 14px;
}

.active.case-step-item .count {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    font-weight: 700;
}

.case-step-body {
    padding: 32px;
    background-color: hsl(var(--white));
}

.case-step-body .form--control {
    background-color: hsl(var(--white));
    padding: 13px 16px;
}

.case-step-body .form--label {
    font-weight: 600;
}

.case-step-body .input-group-text {
    border: 0;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

.case-step-body .nicEdit-main {
    background-color: hsl(var(--white));
    margin: 0 !important;
    width: 100% !important;
}

.case-step-body .nicEdit-panelContain {
    background-color: hsl(var(--white)) !important;
}

.case-step-footer {
    background-color: hsl(var(--white));
    padding: 0 32px 32px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

.step--btn {
    background-color: hsl(var(--black));
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    padding: 13px 24px;
}


.step--btn .icon {
    display: flex;
}

.step-accordion:not(:last-child) {
    margin-bottom: 16px;
}

.step-accordion .accordion-header {
    background-color: hsl(var(--black)) !important;
    border-radius: 8px;
}

.step-accordion .accordion-header button {
    padding: 12px 16px !important;
}

.step-accordion .accordion-body {
    padding: 20px 0 !important;
}

.case-step-done {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 24px;
    border-radius: 12px;
    background-color: hsl(var(--white));
}

.case-step-done-icon {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    display: grid;
    place-content: center;
    font-size: 24px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.case-step-done-title {
    margin-bottom: 16px;
    line-height: 0.8;
    text-align: center;
}

.case-step-done-desc {
    font-size: 14px;
    text-align: center;
}

@media (max-width: 575px) {

    .case-step-item .count {
        height: 32px;
        width: 32px;
        outline: 2px solid hsl(var(--black));
        border: 2px solid hsl(var(--white));
        font-size: 13px;
    }

    .case-step-item .text {
        font-size: 12px;
    }

    .case-step-header {
        padding: 12px 6px;
        background-color: hsl(var(--black));
    }

    .case-step-body {
        padding: 12px;
    }

    .case-step-footer {
        padding: 0 12px 12px;
    }

    .table-action-btn .action-btn-icon {
        font-size: 18px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .dropdown-item:active {
        background-color: hsl(var(--base)) !important;
    }
}


.blog-item {
    position: relative;
    background: #f8f8ed;
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
    padding: 12px;
}

.blog-item:hover .blog-item__thumb img {
    transform: scale(1.1);
}

.blog-item__thumb {
    display: block;
    overflow: hidden;
    border-radius: inherit;
}

.blog-item__thumb img {
    width: 100%;
    transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    -moz-transition: all ease 350ms;
}

.blog-item__content {
    background-color: hsl(var(--white));
    padding: 24px 20px;
    border-radius: inherit;
    margin-top: 12px;
}

.blog-item__meta {
    font-family: var(--heading-font);
    margin-bottom: 15px;
}

.blog-item__title {
    margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
    .blog-item__title {
        margin-bottom: 5px;
    }
}

.blog-item__title-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__title-link:hover {
    color: hsl(var(--base));
}

.blog-item__desc {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 10px;
    }
}

.blog-item__link {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.btn--simple {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
    transition: all ease 300ms;
}

.btn--simple:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.blog-item__link:hover {
    color: hsl(var(--base));
}

.blog-item__link:hover>i {
    padding-left: 5px;
}

.blog-item__link i {
    position: relative;
    top: 1px;
    transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    -moz-transition: all ease 350ms;
}

.blog-details {
    position: relative;
}

.blog-details__thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blog-details__thumb img {
    width: 100%;
    height: auto;
}

.blog-details__meta {
    position: relative;
    margin-bottom: 20px;
}

.blog-details__meta-item {
    position: relative;
    margin-right: 20px;
}

@media screen and (max-width: 424px) {
    .blog-details__meta-item {
        font-size: 0.875rem;
        margin-right: 10px;
    }
}

@media screen and (max-width: 374px) {
    .blog-details__meta-item {
        margin-right: 4px;
    }
}

.blog-details__meta-item:last-of-type {
    margin-right: 0;
}

.blog-details__meta-item .link {
    color: hsl(var(--body-color));
}

.blog-details__meta-item .link:hover {
    color: hsl(var(--base));
}

.blog-details__meta-item .thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 5px;
}

@media screen and (max-width: 424px) {
    .blog-details__meta-item .thumb {
        width: 40px;
        height: 40px;
        margin-right: 3px;
    }
}

.blog-details__meta i {
    position: relative;
    top: 2px;
    font-size: 1.25rem;
}

.blog-details__content {
    position: relative;
    padding: 24px;
}

.blog-details__desc {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .blog-details__desc {
        font-size: 0.875rem;
        line-height: 1.6;
    }
}

.blog-details__blockquote {
    position: relative;
    background: hsl(var(--base)/0.07);
    border-radius: 3px;
    padding: 25px 25px 25px 40px;
    overflow: hidden;
}

.blog-details__blockquote::after {
    position: absolute;
    content: "";
    background: hsl(var(--base)/0.8);
    height: 100%;
    width: 7px;
    left: 0;
    top: 0;
}

@media screen and (max-width: 424px) {
    .blog-details__blockquote::after {
        width: 4px;
    }
}

@media screen and (max-width: 424px) {
    .blog-details__blockquote {
        padding: 20px 20px 20px 25px;
    }
}

.blog-details__blockquote-desc {
    font-size: 0.9375rem;
    font-style: italic;
}

.blog-details__blockquote cite {
    font-weight: 600;
    color: hsl(var(--base));
    margin-top: 15px;
    display: inline-block;
}

.blog-details__share {
    position: relative;
}

.blog-details__share .social-list__item {
    margin-right: 15px;
}

.blog-details__share .social-list__item:last-child {
    margin-right: 0;
}

.blog-details__share .social-list__link {
    width: 30px;
    height: 30px;
    color: hsl(var(--heading-color));
}

.social-list__link:hover {
    color: hsl(var(--base)) !important;
    background: transparent !important;
}

.blog-sidebar {
    position: relative;
    padding: 16px;
    border-radius: 12px;
    padding-top: 0;
}

@media screen and (max-width: 991px) {
    .blog-sidebar {
        margin-top: 30px;
    }
}

.blog-sidebar__item {
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 24px;
}

.blog-sidebar__title {
    position: relative;
    line-height: 1;
    margin-bottom: 1rem;
}

.blog-sidebar .latest-blog {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.blog-sidebar .latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.blog-sidebar .latest-blog__thumb {
    width: 70px;
    max-height: 65px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .blog-sidebar .latest-blog__thumb {
        width: 60px;
    }
}

.blog-sidebar .latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.blog-sidebar .latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .blog-sidebar .latest-blog__content {
        width: calc(100% - 60px);
    }
}

.blog-sidebar .latest-blog__title {
    margin-bottom: 5px;
}

.blog-sidebar .latest-blog__title a {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-sidebar .latest-blog__title a:hover {
    color: hsl(var(--base));
}

.blog-sidebar .text-list.style-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

@media screen and (max-width: 575px) {
    .blog-sidebar .text-list.style-tag {
        gap: 10px;
    }
}

.blog-sidebar .text-list.style-tag .text-list__item {
    margin: 0;
    padding: 0;
}

.blog-sidebar .text-list.style-tag .text-list__link {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--black)/0.08);
    padding: 5px 15px;
    font-size: 0.9375rem;
    border-radius: 3px;
}

@media screen and (max-width: 424px) {
    .blog-sidebar .text-list.style-tag .text-list__link {
        font-size: 0.875rem;
    }
}

.blog-sidebar .text-list.style-tag .text-list__link.active {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.blog-sidebar .text-list.style-tag .text-list__link:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.step-delete-btn {
    font-size: 20px;
    padding: 10px 12px;
}

.transection-search {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.transection-form-item {
    flex: 1 1 auto;
}

@media (max-width: 991px) {
    .transection-form-item {
        width: calc(50% - 8px);
    }
}

@media (max-width: 425px) {
    .transection-form-item {
        width: 100%;
    }
}

.form--control.form-select {
    padding: 14px 16px !important;
}

@media (max-width: 767px) {
    .transection-form-item .form--control {
        padding: 10px 10px !important;
    }

    .transection-form-item .form-select {
        padding: 12px 10px !important;
    }
}

.rating_wrapper {
    margin-bottom: 16px;
}

.reveiw_form_label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}



.support-ticket {
    padding: 16px 24px;
    background-color: hsl(var(--black) / .03);
    border-radius: 6px;
    border: 1px solid hsl(var(--base) / .2);
    width: 100%;
    margin-top: 24px;
}

.reply.support-ticket {
    background-color: transparent;
    margin-left: auto;
    border: 1px solid hsl(var(--info) / .2);
}

.support-ticket-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}

.support-ticket-name .staff {
    font-size: 14px;
    margin-left: 12px;
}

.support-ticket-date {
    font-size: 12px;
    font-weight: 500;
    color: hsl(var(--black));
    border-left: 1px solid hsl(var(--base));
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.7;
    background-color: hsl(var(--base) / .1);
    display: inline-block;
}

.support-ticket-file a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.support-ticket-file .icon {
    font-size: 18px;
}

.support-ticket-file {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.addFile.btn {
    padding: 8px 10px;
    font-weight: 400;
    font-size: 14px;
}


.add-more-faq {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    border: 1px solid hsl(var(--black) / .1);
    border-radius: 10px;
    cursor: pointer;
    padding: 30px;
    width: 100%;
}

.add-more-faq:hover {
    background-color: #c7c3c3;
}

.add-more-faq .icon {
    font-size: 36px;
    display: flex;
    color: hsl(var(--black) / .6);
}

.add-more-faq .text {
    font-size: 18px;
    color: hsl(var(--black) / .6);
    font-weight: 600;
}

.enable-note {
    color: hsl(var(--black));
    font-size: 13px;
    display: block;
    font-weight: 500;
    padding: 4px 12px;
    background-color: hsl(var(--base) / .1);
    border-left: 3px solid hsl(var(--base));
    margin-top: 10px;
}

.card--right-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}

.profile-confirmatiion {
    font-size: 14px;
    padding: 9px 12px;
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.profile-confirmatiion .icon {
    font-size: 18px;
    display: flex;
}

.profile__thumb {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 0 auto;
}

.profile__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    border: 1px solid hsl(var(--black) / .1);
}

.file-upload-profile {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: hsl(var(--primary));
    color: hsl(var(--white));
    display: grid;
    place-content: center;
    outline: 2px solid hsl(var(--white));
    cursor: pointer;
}

.file-upload .edit-pen {
    cursor: pointer;
}

.referralURL:read-only {
    background-color: hsl(var(--black) / .05);
}

.langSel.form--control {
    background-color: transparent;
    color: hsl(var(--white)) !important;
    padding: 8px 6px;
    font-size: 16px;
    width: auto;
    display: inline-block;
    border: 0;
}

.verification-text.have-account__text {
    font-size: 14px;
}

.extra-nav {
    background-color: hsl(var(--white));
    width: max-content;
    min-width: 180px;
    padding-block: 8px;
    position: absolute;
    top: 100%;
    z-index: 2;
    display: none;
    border-radius: 5px;
    box-shadow: -5px 10px 32px 0px hsl(var(--black)/0.05);
}

.extra-nav li a {
    color: hsl(var(--black));
    padding: 8px 16px;
    display: block;
    font-weight: 500;
    line-height: 1;
    transition: 0.3s;
    font-size: 14px;
}

.extra-nav li a:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.custom-select~.select2-container .select2-selection__rendered {
    align-items: center !important;
    color: hsl(var(--black));
}

.custom-select~.select2-container .select2-selection--single {
    background-color: hsl(var(--white));
    padding: 0 16px !important;
}

.custom--modal.dark--modal .question {
    color: hsl(var(--white));
}

.flag_image {
    width: 25px;
    margin-right: 5px;
}

/* slick customize */

.testimonial-slider.slick-slider .slick-slide>div {
    height: 100%;
}

.testimonial-slider.slick-slider .slick-track {
    display: flex !important;
}

.testimonial-slider.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}


/* Table Actions Buttons List Dropdown */
.actionButtons {
    position: relative;
}

.actionButtons__btn {
    cursor: pointer;
    transition: .2s linear;
}

.actionButtons__btn:hover {
    color: hsl(var(--base));
}

.actionButtons__list {
    width: 150px;
    background-color: hsl(var(--white));
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 2px;
    z-index: 999;
    transition: 0.25s linear;
    visibility: hidden;
    opacity: 0;

    border: 1px solid hsl(var(--black)/0.1);
    padding: 5px 0;
    font-size: 16px;
}

.actionButtons__list.show {
    visibility: visible;
    opacity: 1;
}

.actionButtons__list li {
    border-bottom: 1px solid hsl(var(--black)/0.05);
}

.actionButtons__list li:last-child {
    border-bottom: 0;
}

.actionButtons__list button,
.actionButtons__list a {
    display: block !important;
    width: 100%;
    text-align: left;
    padding: 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: hsl(var(--body-color-2)) !important;
}



.actionButtons__list button:hover,
.actionButtons__list a:hover {
    background: hsl(var(--base)) !important;
}

.list-btn {
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
}

.list-btn:hover {
    background: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}



.toggle_item__btn {
    display: none;
}

@media (max-width: 425px) {

    .toggle_item__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: hsl(var(--base));
        color: hsl(var(--white));
        width: 35px;
        height: 30px;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-left: auto;
    }

    .toggle-item {
        border-bottom: 0;
    }

    .transection-search {
        height: 0;
        visibility: hidden;
        opacity: 0;
        margin-bottom: 0;
        transition: .2s linear;
    }

    .transection-search.show {
        visibility: visible;
        opacity: 1;
        height: auto;
        margin-bottom: 20px;
    }
}

.card-header {
    border-color: hsl(var(--black) / 0.08);
}

label.required:after {
    content: '*';
    color: hsl(var(--danger)) !important;
    margin-left: 2px;
}

.banner-cta {
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
}


@media (max-width: 991px) {
    .banner-cta {
        left: 120px;
    }
}

.contact__form__card .form--floating .form--control:focus~label,
.contact__form__card .form--floating .form--control:not(:placeholder-shown)~label {
    background: hsl(var(--white)) !important;
    backdrop-filter: none !important;
    padding: 0 9px;
}

.social-list-title {
    margin-top: 25px;
    display: block;
    font-weight: 500;
    color: hsl(var(--heading-color));
}

@media (max-width: 991px) {
    .responsiveMenuButtons {
        padding-top: 10px;
    }

    .responsiveMenuButtons .btn {
        margin-right: 10px;
    }
}



.cta-wrapper {
    border-radius: 15px;
    overflow: hidden;
}

.cta-thumb {
    position: relative;
    height: 100%;
}

.cta-thumb img {
    width: 100%;
    height: 100%;
}

.cta-content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.cta-content__inner {
    max-width: 360px;
}

.cta-content__title {
    margin-bottom: 10px;
    line-height: 1;
}

.cta-content__desc {
    margin-bottom: 30px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .cta-content__inner {
        max-width: 100%;
        padding: 15px 35px;
    }

    .cta-content .btn {
        padding: 13px 18px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .cta-content__inner {
        max-width: 100%;
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .cta-content__desc {
        font-size: 13px;
    }

    .cta-content .btn {
        padding: 12px 16px;
        font-size: 14px;
    }
}

@media (max-width: 424px) {
    .cta-content__inner {
        padding: 30px 20px;
    }
}

.cta-content.bg-img {
    background-position: center;
}

.account-form__content .logo img {
    max-width: 220px;
}



/*==== gallery uploader css end here ====*/
/*================ contact section start here ================*/
.contact-item {
    border: 1px solid hsl(var(--black) / 0.09);
    padding: 24px 44px;
    border-radius: 8px;
    height: 100%;
    background-color: hsl(var(--white));
}

.contact-item__icon img {
    width: 55px;
    height: 55px;
    margin-bottom: 35px;
}

.contact-item__title {
    margin-bottom: 15px;
}

.contact-item__desc {
    max-width: 250px;
}

.contact-item__desc a {
    color: hsl(var(--body-color));
}

.contact-item__footer {
    margin-top: 20px;
}

.contact-item__contact {
    font-size: 0.875rem;
    background-color: hsl(var(--base));
    border-radius: 40px;
    color: hsl(var(--white));
    padding: 6px 24px;
}

.contact-item__contact-text {
    font-size: 0.85rem;
    font-weight: 400;
    margin-left: 16px;
}

.contact-form-wrapper {
    border: 1px solid hsl(var(--black) / 0.09);
    background-color: hsl(var(--white));
    padding: 30px 40px;
    border-radius: 8px;
}



@media (max-width: 575px) {
    .contact-form-wrapper {
        padding: 30px;
    }

    .contact-item {
        padding: 30px;
    }
}

@media (max-width: 424px) {
    .contact-form-wrapper {
        padding: 20px;
    }

    .contact-item {
        padding: 20px;
    }
}

.contact-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

@media screen and (min-width:991px) {
    .blog-sidebar-wrapper {
        position: sticky;
        top: 100px;
        background: hsl(var(--black) / .02);
        border-radius: 8px;
        padding: 15px 5px;
    }
}



.language-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: max-content;
    margin-left: 12px;
    padding: 0;
    background-color: transparent;
    border: 0;
}


.language_flag {
    flex-shrink: 0;
    display: flex;
}

.language_flag img {
    height: 20px;
    width: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.language-wrapper.show .collapse-icon {
    transform: rotate(180deg)
}

.collapse-icon {
    font-size: 14px;
    display: flex;
    transition: all linear 0.2s;
    color: #fff;
}


.language_text_select {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.language-content {
    display: flex;
    align-items: center;
    gap: 6px;
}

.language_text {
    color: #fff;
}

.language-list {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    cursor: pointer;
}

.language-list:hover .language_text,
.language-list:focus .language_text {
    color: hsl(var(--base));
}

.language-wrapper:hover .language_text_select,
.language-wrapper:focus .language_text_select,
.language-wrapper:hover .collapse-icon,
.language-wrapper:focus .collapse-icon {
    color: hsl(var(--base));
}

.language-list:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.language .dropdown-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    display: unset;
    background-color: hsl(var(--black));
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    min-width: 150px;
    padding: 7px 0 !important;
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / 10%);
}

.language .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991px) {
    .language-wrapper {
        width: 100%;
    }

    /* .language .dropdown-menu.show {
        position: static;
    } */
}

label {
    display: inline-block !important;
}