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

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Geist", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Theme Color Start ============================= */
    --base-h: 84;
    --base-s: 95%;
    --base-l: 45%;
    --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 Color */
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --body-color: 206 5% 25%;
    --heading-color: 0 0% 100%;
    --black: 0 0% 0%;
    --border-color: 204 8% 88%;
    --body-bg: 0 0% 98%;
    --section-bg: 210 10% 96%;
    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    /* Warning Color */
    --warning-h: 41;
    --warning-s: 90%;
    --warning-l: 49%;

    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* dark Color */
    --dark-h: 0;
    --dark-s: 0%;
    --dark-l: 13%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-l);
    --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
    --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
    --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
    --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
    --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
    --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
    --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
    --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
    --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
    --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
}

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

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

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

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

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

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.alert__link::before {
    position: absolute;
    content: "";
}

.top-center-extend,
.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: hsl(var(--white));
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    color: hsl(var(--black)/0.8);
}

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

i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

span {
    display: inline-block;
}

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

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

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

h1,
h2,
h3 {
    letter-spacing: -2px;
}

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

    h1,
    h2,
    h3 {
        letter-spacing: 0px;
    }
}

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

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

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

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

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

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

@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.625rem;
}

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

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

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

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

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

h5 {
    font-size: 1.375rem;
}

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

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

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

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

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

h6 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

select {
    cursor: pointer;
}

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

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

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

.form-select: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));
}

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

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

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

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

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

.gradient-text {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-d-200))), to(hsl(var(--base))));
    background-image: linear-gradient(180deg, hsl(var(--base-d-200)) 0%, hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    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 Start  ======================*/
.section__heading {
    max-width: 46.875rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .section__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.section__heading.style-left {
    text-align: left;
}

.section__heading h2 {
    margin-bottom: 1rem;
    text-transform: capitalize;
}

@media screen and (max-width: 575px) {
    .section__heading h2 {
        margin-bottom: 0.875rem;
    }
}

/* ======================  Section Heading End  ======================*/
/* ======================  Magnific Popup Start  ======================*/
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: hsl(var(--white));
    right: 0;
    text-align: right;
    padding-right: 0;
    width: 2.375rem;
    height: 2.375rem;
    background-color: hsl(var(--danger));
    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;
    line-height: normal;
}

.mfp-iframe-holder .mfp-close {
    top: -2.375rem;
}

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

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

.dropdown-lang .language-btn::after {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-lang .dropdown-menu {
    position: absolute !important;
    z-index: 1;
    padding: 3.125rem 1.25rem;
    background-color: hsl(var(--section-bg));
    border: 0.0625rem solid hsl(var(--border-color));
    top: 17px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================= Color Css End =========================== */
.py-120 {
    padding-block: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom--accordion .accordion-item:nth-child(even) .accordion-body {
    background: hsl(var(--section-bg));
}

.custom--accordion .accordion-item:nth-child(even) .accordion-button {
    background: hsl(var(--section-bg));
}

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

.custom--accordion .accordion-body {
    padding: 20px;
    padding-top: 5px !important;
    background-color: unset;
    background: hsl(var(--section-bg));
    color: hsl(var(--black)/0.8);
}

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

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

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

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

.custom--accordion .accordion-button {
    background-color: unset;
    background: hsl(var(--section-bg));
    color: var(--black);
    font-weight: 600;
    font-size: 1.25rem;
    padding: 24px;
    padding-right: 50px;
}

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

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

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

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--black));
    background: hsl(var(--section-bg));
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00d";
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: hsl(var(--black)/0.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;
}

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

@media (max-width:424px) {

    .custom--accordion .accordion-button[aria-expanded=true]::after,
    .custom--accordion .accordion-button[aria-expanded=false]::after {
        width: 30px;
        height: 30px;
        right: 10px;
    }
}

/* ================================= 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));
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--heading-font);
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .btn {
        padding: 10px 18px;
        font-size: 16px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 991px) {
    .btn {
        padding: 10px 12px;
        font-size: 14px;
        border-radius: 6px;
    }
}

.btn i {
    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: 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


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

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

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

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

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

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

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

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

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

.btn-outline--grey {
    background-color: transparent !important;
    border: 1px solid #6c757d !important;
    color: #6c757d !important;
}

.btn-outline--grey:hover,
.btn-outline--grey:focus,
.btn-outline--grey:focus-visible {
    background-color: #6c757d !important;
    color: #ffffff !important;
}

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

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
    color: hsl(var(--white)) !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;
    color: hsl(var(--white)) !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;
    color: hsl(var(--white)) !important;
}

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

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

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

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
    color: hsl(var(--white)) !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;
    color: hsl(var(--white)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    display: flex;
    flex-direction: column;
    border-radius: 0.75rem;
    padding: 1.5rem;
    background: hsl(var(--section-bg));
    border: 0;
    gap: 1.5rem;
}

.custom--card .card-header,
.custom--card .card-body,
.custom--card .card-footer {
    padding: 0;
}

.custom--card .card-header,
.custom--card .card-footer {
    background-color: transparent;
    border-color: hsl(var(--border-color));
}



.custom--card .card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    text-transform: capitalize;
    color: hsl(var(--black));
}

.custom--card p {
    font-size: 1rem;
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    margin-bottom: 14px;
    font-size: 1rem;
    color: hsl(var(--black));
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
}

@media screen and (max-width: 991px) {
    .form--label {
        font-size: 14px;
    }
}

.form-group {
    margin-bottom: 24px;
}

/* Form Select */
.select {
    color: hsl(var(--black)) !important;
    background-color: hsl(var(--white)/0.04);
    border-color: hsl(var(--black)/0.08);
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    padding: 18px 2.25rem 17px 24px;
}

@media screen and (max-width: 991px) {
    .select {
        padding: 14px 2.25rem 13px 24px;
    }
}

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

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

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



.form--control::-webkit-input-placeholder {
    color: hsl(var(--black)/0.5);
    font-size: 0.875rem;
}

.form--control::-moz-placeholder {
    color: hsl(var(--black)/0.5);
    font-size: 0.875rem;
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--black)/0.5);
    font-size: 0.875rem;
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--black)/0.5);
    font-size: 0.875rem;
}

.form--control::placeholder {
    color: hsl(var(--black)/0.5);
    font-size: 0.875rem;
}

.form--control:focus {
    color: hsl(var(--black));
    border-color: hsl(var(--base));
    background-color: hsl(var(--white)/0.06);
    -webkit-box-shadow: none;
    box-shadow: none;
}


.dashboard__table .form--control {
    background-color: hsl(var(--white));
}

.dashboard__table .form--control:focus {
    background-color: hsl(var(--white));
}

.dashboard_table__topbar_bottom .form--control {
    padding-block: 17.5px;
}

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

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

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

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

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

/* Show Hide Password */
input#your-password,
input#passwordtwo,
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 {
    margin-bottom: 0;
}

.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: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--black)/0.1);
    cursor: pointer;
}

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

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

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

.form--check .form-check-label {
    font-weight: 600;
    padding-left: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 575px) {
    .form--check .form-check-label {
        font-size: 14px;
    }
}

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

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

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

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

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

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

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

.form--switch .form-check-input:focus {
    border-radius: 40px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-color: hsl(var(--black));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

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

.form--switch .form-check-input:checked::before {
    left: calc(100% - 33px);
    background-color: hsl(var(--black)) !important;
}

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

.form--switch .form-check-label {
    width: calc(100% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

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

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

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

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

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

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

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

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal .btn-close {
    width: 1rem;
    height: 1rem;
    padding: 0px;
}

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

.custom--modal .modal-content {
    border-radius: 0.75rem;
    overflow: hidden;
}

.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 0.9375rem 1.5rem;
}

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

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

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

.custom--modal .modal-content {
    border-radius: 0.625rem !important;
}

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

.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: 0.9375rem 1.5rem;
    border-top: 1px solid hsl(var(--border-color));
    -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 */
.dashboard__table__pagination {
    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: 1.25rem;
    margin-top: 1.25rem;
}

@media screen and (max-width: 575px) {
    .dashboard__table__pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.dashboard__table {
    background-color: hsl(var(--section-bg));
    padding: 1.5rem;
    border-radius: 0.625rem;
}

@media screen and (max-width: 575px) {
    .dashboard__table {
        padding: 0.875rem;
        border-radius: 0.5rem;
    }
}

.dashboard__table .dashboard_table__topbar_bottom {
    max-width: 45.1875rem;
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 1.5rem;
    margin-bottom: 0.8125rem;
}

@media screen and (max-width: 1199px) {
    .dashboard__table .dashboard_table__topbar_bottom {
        grid-template-columns: 5fr 7fr;
    }
}

@media screen and (max-width: 767px) {
    .dashboard__table .dashboard_table__topbar_bottom {
        grid-template-columns: 1fr;
    }
}

.dashboard__table .select__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.dashboard__table .select__wrap .custom_select_list {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--white));
    padding: 10px;
}

.dashboard__table .select__wrap .custom_select_selected_item {
    width: 100%;
    color: hsl(var(--black));
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
}

.dashboard__table__pagination {
    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: 1.25rem;
    margin-top: 1.25rem;
}

@media screen and (max-width: 575px) {
    .dashboard__table__pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.dashboard__table__pagination .select__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.dashboard__table__pagination .select__wrap .custom_select_list {
    background-color: hsl(var(--section-bg));
    border: 0.0625rem solid hsl(var(--white)/0.02);
    padding: 10px;
}

.dashboard__table__pagination .select__wrap .custom_select_selected_item {
    width: 100%;
    min-width: 4.75rem !important;
    padding: 10px;
    background-color: transparent;
    border: 0.0625rem solid hsl(var(--white)/0.02);
}

.dashboard__table__pagination .select__wrap .custom_select_selected_item::after {
    content: "\f132";
    border: none;
}

.dashboard__table__pagination p {
    color: hsl(var(--white));
    font-size: 0.875rem;
    font-weight: 400;
}

.dashboard__table__topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.875rem;
}

.dashboard__table__topbar h5 {
    margin-bottom: 0;
}

.dashboard__table__topbar .topbar__add__btn,
.dashboard__table__topbar .topbar__close__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    color: hsl(var(--white));
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dashboard__table__topbar .topbar__add__btn i,
.dashboard__table__topbar .topbar__close__btn i {
    width: 1.875rem;
    height: 1.875rem;
    border: 0.0625rem solid hsl(var(--white)/0.12);
    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;
    border-radius: 0.375rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dashboard__table__topbar .topbar__add__btn:hover,
.dashboard__table__topbar .topbar__close__btn:hover {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

.dashboard__table__topbar .topbar__add__btn:hover i,
.dashboard__table__topbar .topbar__close__btn:hover i {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
}

.dashboard__table__filter .filter__btn i {
    border: 0;
}

.table__transcript {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: hsl(var(--white)/0.04);
    border-radius: 0.3125rem;
    color: hsl(var(--white));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.table__transcript i {
    display: grid;
    place-items: center;
}

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

.ticket__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.375rem;
}

.ticket__view a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.1875rem;
    height: 2.1875rem;
    border: 1px solid hsl(var(--border-color)) !important;
    border-radius: 0.3125rem;
    color: hsl(var(--black)) !important;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ticket__view a:hover {
    color: hsl(var(--white)) !important;
    background-color: hsl(var(--base)) !important;
}

.table__channel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

.table__channel img {
    border-radius: 0.25rem;
    max-width: 2.25rem;
}

.table__Videos_name,
.table__channel_v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

.table__Videos_name img,
.table__channel_v2 img {
    border-radius: 0.25rem;
    max-width: 2.25rem;
}

.table__action .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.1875rem;
    height: 2.1875rem;
    border: 1px solid hsl(var(--border-color));
    background-color: transparent;
    border-radius: 0.3125rem;
    color: hsl(var(--black));
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

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

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

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

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

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

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

.table__action .dropdown-menu .dropdown-item {
    color: hsl(var(--black));
    background-color: hsl(var(--section-bg));
    border: none;
    border-radius: 0.25rem;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0.5rem 1rem;
}

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

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

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

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

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

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

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

.table thead tr th:nth-child(2) {
    text-align: left;
}

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

.table tbody tr {
    background-color: hsl(var(--black)/0.02);
}

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

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

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

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

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

.table tbody tr td:nth-child(2) {
    text-align: left;
    max-width: 15.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 40px;
    margin-bottom: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-color: hsl(var(--white)/0.04);
    padding: 7px;
    gap: 5px;
}

@media screen and (max-width: 991px) {
    .custom--tab {
        padding: 6px;
    }
}

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

.custom--tab .nav-item .nav-link {
    color: hsl(var(--black));
    padding: 8px 25px;
    background-color: hsl(var(--section-bg)) !important;
    border-radius: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid transparent !important;
}

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

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base)) !important;
    border: 1px solid transparent !important;
}

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

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

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    font-size: 0.75rem;
    border-radius: 1.25rem;
    padding: 0.375rem 0.625rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    font-size: 0.75rem;
    text-transform: capitalize;
}

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

@media screen and (max-width: 991px) {
    .badge {
        font-size: 0.75rem;
        padding: 0.375rem 0.5rem;
    }
}

.badge img {
    width: 1rem;
    margin-right: 0.3125rem;
}

@media screen and (max-width: 991px) {
    .badge img {
        width: 0.875rem;
        margin-top: -0.125rem;
    }
}

.badge--base {
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

.badge--base img {
    -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(52%) saturate(6463%) hue-rotate(250deg) brightness(100%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(35%) sepia(52%) saturate(6463%) hue-rotate(250deg) brightness(100%) contrast(102%);
}

.badge--dark {
    border: 1px solid hsl(var(--black));
    color: hsl(var(--black));
}

.badge--dark img {
    -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(52%) saturate(6463%) hue-rotate(250deg) brightness(100%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(35%) sepia(52%) saturate(6463%) hue-rotate(250deg) brightness(100%) contrast(102%);
}

.badge--primary {
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.badge--primary img {
    -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(6488%) hue-rotate(245deg) brightness(74%) contrast(129%);
    filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(6488%) hue-rotate(245deg) brightness(74%) contrast(129%);
}

.badge--secondary {
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.badge--secondary img {
    -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(7%) saturate(571%) hue-rotate(167deg) brightness(90%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(50%) sepia(7%) saturate(571%) hue-rotate(167deg) brightness(90%) contrast(87%);
}

.badge--success {
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
}

.badge--success img {
    -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(99%) saturate(474%) hue-rotate(86deg) brightness(100%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(50%) sepia(99%) saturate(474%) hue-rotate(86deg) brightness(100%) contrast(96%);
}

.badge--danger {
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.badge--danger img {
    -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(5912%) hue-rotate(339deg) brightness(92%) contrast(86%);
    filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(5912%) hue-rotate(339deg) brightness(92%) contrast(86%);
}

.badge--warning {
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.badge--warning img {
    -webkit-filter: brightness(0) saturate(100%) invert(70%) sepia(91%) saturate(1920%) hue-rotate(5deg) brightness(112%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(70%) sepia(91%) saturate(1920%) hue-rotate(5deg) brightness(112%) contrast(104%);
}

.badge--cyan {
    border: 1px solid hsl(var(--cyan)) !important;
    color: hsl(var(--cyan)) !important;
}

.badge--cyan img {
    -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(36%) saturate(3643%) hue-rotate(130deg) brightness(94%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(36%) saturate(3643%) hue-rotate(130deg) brightness(94%) contrast(101%);
}

.badge--pink {
    border: 1px solid hsl(var(--pink)) !important;
    color: hsl(var(--pink)) !important;
}

.badge--pink img {
    -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(81%) saturate(7431%) hue-rotate(280deg) brightness(104%) contrast(95%);
    filter: brightness(0) saturate(100%) invert(65%) sepia(81%) saturate(7431%) hue-rotate(280deg) brightness(104%) contrast(95%);
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

.alert__link {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ====================================== Alert Css End =============================== */
.custom_select {
    position: relative;
    display: block;
    border: 1px solid hsl(var(--border-color)/0.04);
    border-radius: 0.5rem;
    width: 100%;
}

.custom_select.open {
    position: relative;
}

.custom_select.open .custom_select_list {
    display: block;
}

.custom_select .custom_select_selected_item {
    position: relative;
    padding: 1rem 1.0625rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: hsl(var(--white));
    cursor: pointer;
    display: block;
    width: 11.4375rem;
    text-align: start !important;
    background-color: hsl(var(--section-bg));
    border-radius: 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_select .custom_select_selected_item::after {
    content: "\f107";
    font-family: "Font Awesome 6 free" !important;
    font-style: normal;
    font-weight: 900 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.625rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
    border: 1px solid hsl(var(--black) / 0.43);
    color: hsl(var(--black));
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.custom_select .custom_select_list {
    padding: 0.5rem;
    width: inherit;
    border-radius: 0.5rem;
    margin-top: 0.625rem;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    z-index: 9999999;
}

.custom_select .custom_select_list__item {
    position: relative;
    padding: 0.625rem 1rem;
    color: hsl(var(--balck));
    background-color: hsl(var(--section-bg));
    border-radius: 0.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
}

.custom_select .custom_select_list__item:not(:last-child) {
    margin-bottom: 0.3125rem;
}

.custom_select .custom_select_list__item:hover {
    background-color: hsl(var(--base));
}

.custom_select .custom_select_list__item.selected {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
    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;
}

/* From Uiverse.io by Donewenfu */
.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after {
    position: absolute;
    top: 0;
    content: "";
}

.jimu-primary-loading:before {
    left: -19.992px;
}

.jimu-primary-loading:after {
    left: 19.992px;
    -webkit-animation-delay: 0.32s !important;
    animation-delay: 0.32s !important;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after,
.jimu-primary-loading {
    background: hsl(var(--base));
    -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    width: 13.6px;
    height: 32px;
}

.jimu-primary-loading {
    text-indent: -9999em;
    margin: auto;
    position: absolute;
    right: calc(50% - 6.8px);
    top: calc(50% - 16px);
    -webkit-animation-delay: 0.16s !important;
    animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {

    0%,
    80%,
    100% {
        opacity: 0.75;
        -webkit-box-shadow: 0 0 hsl(var(--base));
        box-shadow: 0 0 hsl(var(--base));
        height: 32px;
    }

    40% {
        opacity: 1;
        -webkit-box-shadow: 0 -8px hsl(var(--base));
        box-shadow: 0 -8px hsl(var(--base));
        height: 40px;
    }
}

@keyframes loading-keys-app-loading {

    0%,
    80%,
    100% {
        opacity: 0.75;
        -webkit-box-shadow: 0 0 hsl(var(--base));
        box-shadow: 0 0 hsl(var(--base));
        height: 32px;
    }

    40% {
        opacity: 1;
        -webkit-box-shadow: 0 -8px hsl(var(--base));
        box-shadow: 0 -8px hsl(var(--base));
        height: 40px;
    }
}

/* ================================= preload Css End ===========================  */
/* ======================  Offcanvas Section Start  ======================*/
.offcanvas__area {
    position: fixed !important;
    left: -100%;
    height: 100%;
    width: 18.75rem;
    padding: 1.25rem;
    padding-right: 0 !important;
    background-color: hsl(var(--white));
    border-right: 0.0625rem solid hsl(var(--white)/0.03);
    z-index: 9999 !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    top: 0;
    overflow: hidden;
}

.offcanvas__area.active {
    left: 0;
    visibility: visible;
}

.offcanvas__area .offcanvas__topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    margin-right: 1.25rem;
    margin-bottom: 2.5rem;
}

.offcanvas__area .offcanvas__topbar a img {
    width: 6.25rem;
}

.offcanvas__area .offcanvas__topbar .menu__close {
    width: 1.875rem;
    height: 1.875rem;
    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;
    cursor: pointer;
    color: hsl(var(--black));
    font-size: 1.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.offcanvas__area .offcanvas__topbar .menu__close:hover {
    color: hsl(var(--base));
}

.offcanvas__area .offcanvas__main {
    overflow-y: auto;
    height: 100%;
    scrollbar-width: thin;
    padding-right: 1.25rem;
    padding-bottom: 3.75rem;
}

.offcanvas__area .offcanvas__main__widgets {
    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: 0.625rem;
    margin-bottom: 0.9375rem;
}

.offcanvas__area .offcanvas__main__widgets__select .form-select {
    padding: 0.5rem 0.625rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    border-radius: 0.3125rem;
    background-position: right 5px center;
}

.offcanvas__area .offcanvas__main__widgets>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.offcanvas__area .offcanvas__main__widgets>a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offcanvas__area .offcanvas__main__widgets>a:hover {
    color: hsl(var(--base));
}

.offcanvas__area .offcanvas__main__menu ul li {
    margin-bottom: 0.375rem;
}

.offcanvas__area .offcanvas__main__menu ul li .offcanvas__sub__menu {
    background-color: hsl(var(--base-l-100));
    border-radius: 0rem 0rem 0.3125rem 0.3125rem;
    overflow: hidden;
}

.offcanvas__area .offcanvas__main__menu ul li .offcanvas__sub__menu li {
    margin-bottom: 0;
}

.offcanvas__area .offcanvas__main__menu ul li .offcanvas__sub__menu li:last-child a {
    border-bottom: none;
}

.offcanvas__area .offcanvas__main__menu ul li .offcanvas__sub__menu li a {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0.875rem 1.25rem;
    border-bottom: 0.0625rem solid hsl(var(--white)/0.08);
    border-radius: 0;
}

.offcanvas__area .offcanvas__main__menu ul li .offcanvas__sub__menu li a:hover,
.offcanvas__area .offcanvas__main__menu ul li .offcanvas__sub__menu li a.active {
    background-color: hsl(var(--white)/0.08);
}

.offcanvas__area .offcanvas__main__menu ul li a {
    font-size: 1rem;
    color: hsl(var(--black));
    background-color: hsl(var(--white)/0.04);
    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;
    padding: 0.875rem 1.25rem;
    border-radius: 0.3125rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
}

@media (max-width:991px) {
    .offcanvas__area .offcanvas__main__menu ul li a {
        padding: 5px;
    }

    .offcanvas__area .offcanvas__main__menu ul li {
        margin-bottom: 1rem;
    }
}

.offcanvas__area .offcanvas__main__menu ul li a i {
    font-size: 0.875rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.offcanvas__area .offcanvas__main__menu ul li a[aria-expanded=true] {
    border-radius: 0.3125rem 0.3125rem 0rem 0rem;
}

.offcanvas__area .offcanvas__main__menu ul li a:hover,
.offcanvas__area .offcanvas__main__menu ul li a.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.offcanvas__area .offcanvas__main__menu ul li a:hover i,
.offcanvas__area .offcanvas__main__menu ul li a.active i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.offcanvas__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 999;
    backdrop-filter: blur(1px);
}

.offcanvas__overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ======================  Offcanvas Section End  ======================*/
/* ======================  Header Start Here  ======================*/
.search-list {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--white) / 0.08);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    padding: 8px;
    border-radius: 4px;
    width: 100%;
    max-height: 290px;
    overflow-y: auto;
    margin-top: 8px;
}

.search-list li {
    font-size: 14px;
}

.search-list li a {
    color: hsl(var(--black));
    background-color: hsl(var(--section-bg));
    padding: 10px 14px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
}

.search-list li a:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.search-list li:last-child a {
    margin-bottom: 0;
}

.search-list::-webkit-scrollbar-track {
    background-color: transparent;
}

.search-list::-webkit-scrollbar {
    width: 0.3125rem;
    background-color: transparent;
}

.search-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black) / 0.5);
    border-radius: 0.3125rem;
}

.dashboard__area .header__area {
    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: 1.25rem;
    position: relative;
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    background-color: hsl(var(--section-bg));
}

@media screen and (max-width: 991px) {
    .dashboard__area .header__area {
        gap: 0.625rem;
    }

    .header__widgets__notifications .dropdown {
        position: unset !important;
    }

    .dashboard__area .dropdown-toggle {
        position: relative;
    }
}

.dashboard__area .header__menu {
    color: hsl(var(--black));
    font-size: 1.25rem;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .header__menu {
        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) {
    .dashboard__area .header__search {
        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;
        gap: 1rem;
        width: 100%;
    }
}

.dashboard__area .header__widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
}

@media screen and (max-width: 991px) {
    .dashboard__area .header__widgets {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

.dashboard__area .header__widgets__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem;
}

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

.dashboard__area .header__widgets__back__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--black));
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

@media screen and (max-width: 424px) {
    .dashboard__area .header__widgets__back__btn a span {
        display: none;
    }
}

.dashboard__area .header__widgets__notifications button {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--black));
    font-size: 0.875rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dashboard__area .header__widgets__notifications button:hover,
.dashboard__area .header__widgets__notifications button.show {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.dashboard__area .header__widgets__notifications button:hover .notification-count,
.dashboard__area .header__widgets__notifications button.show .notification-count {
    color: hsl(var(--white));
    background-color: hsl(var(--black));
}

.dashboard__area .header__widgets__notifications button::after {
    display: none;
}

.dashboard__area .header__widgets__notifications .dropdown-menu {
    min-width: 200px;
    padding: 0.625rem;
    margin: 0;
    margin-top: 1.375rem !important;
    font-size: 0.875rem;
    color: hsl(var(--white));
    text-align: left;
    list-style: none;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: 0.375rem;
}

.dashboard__area .header__widgets__notifications .dropdown-menu .empty {
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--black));
    border-radius: 6px;
    background-color: hsl(var(--section-bg));
    padding: 12px;
}

@media (max-width: 991px) {
    .dashboard__area .header__widgets__notifications .dropdown-menu {
        transform: unset !important;
        top: 100% !important;
        margin-top: 0 !important;
    }

    .dashboard__area .header__widgets__notifications .dropdown-menu .dropdown-item h4 {
        white-space: normal;
        width: unset;
    }
}

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

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

.dashboard__area .header__widgets__notifications .dropdown-menu .dropdown-item {
    padding: 0.625rem 1rem;
    color: hsl(var(--white));
    background-color: hsl(var(--section-bg));
    border-radius: 0.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

.dashboard__area .header__widgets__notifications .dropdown-menu .dropdown-item:focus h4,
.dashboard__area .header__widgets__notifications .dropdown-menu .dropdown-item:hover h4 {
    color: hsl(var(--white));
}

.dashboard__area .header__widgets__notifications .dropdown-menu .dropdown-item:focus p,
.dashboard__area .header__widgets__notifications .dropdown-menu .dropdown-item:hover p {
    color: hsl(var(--white) / 0.5);
}

.dashboard__area .header__widgets__notifications .dropdown-menu .dropdown-item h4 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.125rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 12.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard__area .header__widgets__notifications .dropdown-menu .dropdown-item p {
    font-size: 0.75rem;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dashboard__area .header__widgets__notifications .dropdown-menu .notification__view__all {
    text-align: center;
    background-color: hsl(var(--base)) !important;
}

.dashboard__area .notification-count {
    position: absolute;
    top: 0;
    right: 0;
    height: 17px;
    width: 17px;
    background: hsl(var(--base));
    font-size: 10px;
    color: #fff;
    border-radius: 50px;
    line-height: 17px;
}

.dashboard__area .header__widgets__profile button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    color: hsl(var(--black));
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: capitalize;
}

.dashboard__area .header__widgets__profile button .profile-thumb {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.375rem;
    overflow: hidden;
}

@media (max-width: 991px) {
    .dashboard__area .header__widgets__profile button .profile-name {
        display: none;
    }
}

.dashboard__area .header__widgets__profile button span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.dashboard__area .header__widgets__profile .dropdown-menu {
    padding: 0.625rem;
    margin: 0;
    margin-top: 1.375rem !important;
    font-size: 0.875rem;
    color: hsl(var(--black));
    text-align: left;
    list-style: none;
    background-color: hsl(var(--white));
    border: 0.0625rem solid hsl(var(--border-color));
    border-radius: 0.375rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

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

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

.dashboard__area .header__widgets__profile .dropdown-menu .dropdown-item {
    padding: 0.625rem 1rem;
    color: hsl(var(--black));
    background-color: hsl(var(--section-bg));
    border-radius: 0.25rem;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

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

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

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

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

.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
    .footer__area .footer__main__about {
        max-width: 24rem;
        margin-inline: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer__main__about .social__icon{
        justify-content: center;
    }
}

.footer__main__about .social__icon li a {
    background-color: hsl(var(--white) / 0.1);
    border: 1px solid hsl(var(--white)/0.06);
    color: hsl(var(--white));
}

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

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

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

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

@media screen and (max-width: 1199px) {
    .footer__area .footer__main__about>a img {
        max-width: 180px;
    }
}

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

@media screen and (max-width: 575px) {
    .footer__area .footer__main__about p {
        max-width: 25rem;
        margin-left: auto;
        margin-right: auto;
    }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 575px) {
    .footer__area .footer__main__contact {
        max-width: 100%;
        margin-top: 20px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer__area .footer__copyright {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid hsl(var(--white)/0.08);
    margin-top: 2rem;
}

@media screen and (max-width: 1199px) {
    .footer__area .footer__copyright {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

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

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

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

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

.footer__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    opacity: 0.2;
}

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

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

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

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

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

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

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

.social__icon li a {
    width: 2.5rem;
    height: 2.5rem;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--white)/0.06);
    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;
    color: hsl(var(--black));
    font-size: 0.875rem;
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social__icon li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: hsl(var(--base));
    content: "";
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social__icon li a:hover {
    color: hsl(var(--white));
}

.social__icon li a:hover::after {
    height: 100%;
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    overflow: hidden;
    background-color: hsl(var(--base) / 0.06);
    margin-bottom: 0;
}

.breadcrumb__wrapper {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .breadcrumb__wrapper {
        max-width: 90%;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb__wrapper {
        max-width: 98%;
    }
}

.breadcrumb__title {
    margin-bottom: 10px;
}

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

@media screen and (max-width: 575px) {
    .breadcrumb__title {
        font-size: 1.625rem;
        max-width: 21.5625rem;
        margin-left: auto;
        margin-right: auto;
    }
}

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

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

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

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

.breadcrumb__link {
    color: hsl(var(--black));
    font-size: 16px;
    font-weight: 400;
}

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

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

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

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
    background-color: hsl(var(--section-bg));
    padding: 20px;
    border-radius: 12px;
}

.blog-sidebar__title {
    margin-bottom: 20px;
    font-weight: 600;
}

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

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

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

.latest-blog__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

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

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

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

.latest-blog__bottom .title {
    font-weight: 600;
    color: hsl(var(--base));
    margin-bottom: 4px;
    font-size: 14px;
}

.latest-blog__content > span{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.latest-blog__content > span i{
    color: hsl(var(--base));
}

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

@media screen and (max-width: 575px) {
    .latest-blog__title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 424px) {
    .latest-blog__title {
        margin-bottom: 5px;
    }
}

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

@media screen and (max-width: 424px) {
    .latest-blog__title a {
        font-size: 14px;
    }
}

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

/* ========================= Latest Blog Css End ===================*/
/* ================================= 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;
    font-size: 18px;
    color: hsl(var(--warning));
}

.rating-list__text {
    color: hsl(var(--black));
}

/* ================================= Start Rating Css End =========================== */
/* ======================  Hero Section Start  ======================*/
.hero__area {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 150px 0 90px;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .hero__area {
        padding: 90px 0;
        min-height: 80vh;
    }
}

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

@media screen and (max-width: 1199px) {
    .hero__area .hero__main {
        max-width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .hero__area .hero__main {
        max-width: 100%;
        text-align: center;
    }
}

.hero__area .hero__main__title {
    margin-bottom: 0.625rem;
    max-width: 550px;
}

@media screen and (max-width: 1399px) {
    .hero__area .hero__main__title {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .hero__area .hero__main__title {
        margin-bottom: 0.625rem;
    }
}

@media screen and (max-width: 991px) {
    .hero__area .hero__main__title {
        margin-bottom: 0.625rem;
        max-width: 100%;
    }
}

.hero__area .hero__main__title h1 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 4rem;
    line-height: 1.1;
}

@media screen and (max-width: 1399px) {
    .hero__area .hero__main__title h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .hero__area .hero__main__title h1 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 767px) {
    .hero__area .hero__main__title h1 {
        font-size: 2.625rem;
    }
}

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

@media screen and (max-width: 424px) {
    .hero__area .hero__main__title h1 {
        font-size: 2rem;
    }
}

.hero__area .hero__main__title h1 span {
    color: hsl(var(--base));
    font-weight: 800;
}

.hero__area .hero__main__title .hero-desc {
    font-size: 1.25rem;
    max-width: 760px;
    margin: 0 auto;
    padding-top: 1.875rem;
}

@media screen and (max-width: 991px) {
    .hero__area .hero__main__title .hero-desc {
        padding-top: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .hero__area .hero__main__title .hero-desc {
        padding-top: 0.625rem;
        font-size: 0.9375rem;
    }
}

.hero__area .hero__main__btn {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (max-width: 1199px) {
    .hero__area .hero__main__btn {
        margin-top: 30px;
    }
}

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

@media screen and (max-width: 374px) {
    .hero__area .hero__main__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}

@media screen and (max-width: 374px) {
    .hero__area .hero__main__btn .btn {
        width: 100%;
    }
}

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

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

@media screen and (max-width: 1199px) {
    .header .offcanvas {
        min-height: 100vh;
    }
}

.hero__main__subtitle {
    color: hsl(var(--black));
    font-weight: 600;
    margin-bottom: 24px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFfa), to(hsl(var(--base)/0.15)));
    background: linear-gradient(180deg, #FFFFfa 0%, hsl(var(--base)/0.15) 100%);
    border-radius: 8px;
    padding: 11px 24px;
    font-size: 14px;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .hero__main__subtitle {
        margin-bottom: 12px;
    }
}

.hero-effect {
    z-index: 2;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(29.62%, hsl(var(--base)/0.2)), color-stop(86.55%, transparent));
    background-image: linear-gradient(360deg, hsl(var(--base)/0.2) 29.62%, transparent 86.55%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}

@media screen and (max-width: 1199px) {
    .hero-effect {
        height: 200px;
    }
}

@media screen and (max-width: 424px) {
    .hero-effect {
        height: 150px;
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {
    .hero__main__thumb {
        max-width: 800px !important;
    }
}

.hero__main__thumb {
    position: absolute;
    top: 46%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 900px;
}

@media screen and (max-width: 1599px) {
    .hero__main__thumb {
        max-width: 750px;
    }
}

@media screen and (max-width: 1499px) {
    .hero__main__thumb {
        max-width: 700px;
    }
}

@media screen and (max-width: 1399px) {
    .hero__main__thumb {
        max-width: 600px;
    }
}

@media screen and (max-width: 1199px) {
    .hero__main__thumb {
        max-width: 520px;
    }
}

@media screen and (max-width: 991px) {
    .hero__main__thumb {
        max-width: 100%;
        position: unset;
        -webkit-transform: unset;
        transform: unset;
    }
}

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

.hero__main {
    position: relative;
    z-index: 6;
}

.hero-content__rating {
    margin-top: 48px;
    gap: 20px;
}

@media screen and (max-width: 1199px) {
    .hero-content__rating {
        margin-top: 32px;
    }
}

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

.hero-content__rating .rating-thumb {
    position: relative;
    z-index: 1;
}

.hero-content__rating .rating-thumb__number {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    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: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ======================  Brand Section End  ======================*/
/* ======================  Core Feature Section Start  ======================*/
.core__feature__area {
    position: relative;
    z-index: 1;
}

.core__feature__area .core__feature__single {
    position: relative;
    z-index: 1;
    background: hsl(var(--section-bg));
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .core__feature__area .core__feature__single {
        text-align: center;
    }
}

.core__feature__area .core__feature__single span {
    width: 3.25rem;
    height: 3.25rem;
    background-color: hsl(var(--base));
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: hsl(var(--white));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
    .core__feature__area .core__feature__single span {
        width: 2.625rem;
        height: 2.625rem;
        border-radius: 0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .core__feature__area .core__feature__single span {
        margin-left: auto;
        margin-right: auto;
    }
}

.core__feature__area .core__feature__single span img {
    width: auto;
    height: 1.375rem;
}

@media screen and (max-width: 1199px) {
    .core__feature__area .core__feature__single span img {
        height: 1.125rem;
    }
}

.core__feature__area .core__feature__single h5 {
    margin-bottom: 0.75rem;
    text-transform: capitalize;
}

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

/* ======================  Core Feature Section End  ======================*/
/* ======================  About Section Start  ======================*/
.about__area {
    position: relative;
    z-index: 1;
}

.about__area .about__box {
    position: absolute;
    right: 0;
    bottom: -40%;
    z-index: -2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    max-width: 43.75rem;
}

.about__area .about__box img {
    width: 100%;
}

.about__area .about__img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    background-color: hsl(var(--section-bg));
    border-radius: 0.75rem;
    overflow: hidden;
    padding: 32px;
}

@media screen and (max-width: 991px) {
    .about__area .about__img {
        margin-left: auto;
        margin-right: auto;
    }
}

.about__area .about__img__thumb {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .about__area .about__img__thumb {
        border-radius: 0.75rem;
    }
}

.about__area .about__img__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about__area .about__img__thumb::before {
    position: absolute;
    left: -58%;
    top: -58%;
    width: 31.25rem;
    height: 31.25rem;
    border: 4.625rem solid hsl(var(--base));
    content: "";
    z-index: 2;
    border-radius: 50%;
    mix-blend-mode: overlay;
}

.about__area .about__img__sp {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 89%;
    z-index: -2;
}

.about__area .about__img__sp.about__sp2 {
    left: 1.25rem;
    top: 1.25rem;
}

@media screen and (max-width: 991px) {
    .about__area .about__img__sp.about__sp2 {
        left: 0.9375rem;
        top: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .about__area .about__img__sp.about__sp2 {
        left: 0.625rem;
        top: 0.625rem;
    }
}

.about__area .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.about__area .about__content h2 {
    text-transform: capitalize;
}

.about__area .about__content>p {
    max-width: 27.5rem;
}

.about__area .about__content .btn {
    margin-top: auto;
}

.about__area .about-info-wrapper {
    margin: 40px 0;
}

.about__area .about-info-wrapper__title {
    margin-bottom: 20px;
}

.about__area .about-info-wrapper .about-info-list {
    max-width: 400px;
}

.about__area .about-info-wrapper .about-info-list__item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.about__area .about-info-wrapper .about-info-list__item:last-child {
    margin-bottom: 0;
}

.about__area .about-info-wrapper .about-info-list__item::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: hsl(var(--base));
}

/* ======================  About Section End  ======================*/
/* ======================  Feature Section Start  ======================*/
.feature__area {
    position: relative;
    z-index: 1;
}

.feature__area .feature-item {
    border-radius: 20px;
    padding: 40px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, hsl(var(--base)/0.3)), color-stop(50%, hsl(var(--section-bg))));
    background: linear-gradient(to top, hsl(var(--base)/0.3) 5%, hsl(var(--section-bg)) 50%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: sticky;
    top: 100px;
    z-index: 9;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    margin-top: 60px;
}

.feature__area .feature-item:first-child {
    margin-top: 0;
}

.feature__area .feature-item:nth-child(even) .feature_image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (max-width: 991px) {
    .feature__area .feature-item:nth-child(even) .feature_image {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media screen and (max-width: 767px) {
    .feature__area .feature-item {
        padding: 40px 24px 24px;
    }
}

.feature__area .feature__title h3 {
    font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
    .feature__area .feature__title h3 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 575px) {
    .feature__area .feature__title h3 {
        font-size: 1.375rem;
    }
}

.feature__area .feature__content {
    display: grid;
    gap: 20px;
    margin-top: 32px;
}

.feature__area .feature__content__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.5rem;
}

@media screen and (max-width: 1199px) {
    .feature__area .feature__content__single {
        gap: 0.875rem;
    }
}

.feature__area .feature__content__single span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.875rem;
    height: 1.875rem;
    background-color: hsl(var(--white));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
    color: hsl(var(--base));
    -webkit-box-shadow: inset -2px -2px 5px rgba(15, 15, 15, 0.315), 4px 4px 4px rgba(28, 28, 28, 0.13);
    box-shadow: inset -2px -2px 5px rgba(15, 15, 15, 0.315), 4px 4px 4px rgba(28, 28, 28, 0.13);
}

@media screen and (max-width: 1199px) {
    .feature__area .feature__content__single span {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.625rem;
    }
}

@media screen and (max-width: 575px) {
    .feature__area .feature__content__single span {
        width: 1.25rem;
        height: 1.25rem;
        font-size: 0.5rem;
    }
}

.feature__area .feature__content__single h5 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    text-transform: capitalize;
}

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

@media screen and (max-width: 991px) {
    .feature__area .feature__content__single h5 {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }
}

.feature__area .feature__content__single p {
    max-width: 16.25rem;
}

@media screen and (max-width: 991px) {
    .feature__area .feature__content__single p {
        font-size: 0.75rem;
    }
}

/* ======================  Feature Section End  ======================*/
/* ======================  Tutorial Section Start  ======================*/
.tutorial__area {
    position: relative;
    z-index: 1;
}

.how-work-item {
    --inner-p: 20px;
    border-radius: 12px;
    background: hsl(var(--section-bg));
    padding: var(--inner-p);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}

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

.how-work-item-count {
    --size: 42px;
    --icon-size: 18px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: 2px solid hsl(var(--base));
    color: hsl(var(--base));
    font-size: var(--icon-size);
    display: grid;
    place-items: center;
    margin-bottom: var(--inner-p);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.how-work-item-title {
    font-family: var(--body-font);
    margin-bottom: 10px;
}

.how-work-item-desc {
    font-weight: 500;
    font-size: 0.875rem;
}

.how-work-img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: hsl(var(--section-bg));
    padding: 0 32px;
}

/* ======================  Tutorial Section End  ======================*/
/* ======================  Pricing Section Start  ======================*/
.pricing__area {
    position: relative;
    z-index: 1;
}

.pricing__area::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 300px;
    height: 300px;
    background-color: hsl(var(--base));
    -webkit-filter: blur(9.375rem);
    filter: blur(9.375rem);
    content: "";
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
    .pricing__area::after {
        display: none;
    }
}

.pricing__area::before {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 300px;
    height: 300px;
    background-color: hsl(var(--base));
    -webkit-filter: blur(9.375rem);
    filter: blur(9.375rem);
    content: "";
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
    .pricing__area::before {
        display: none;
    }
}

.pricing__heading {
    padding-bottom: 3.75rem;
}

@media screen and (max-width: 1399px) {
    .pricing__heading {
        padding-top: 6.25rem;
        padding-bottom: 2.5rem;
        max-width: 39rem;
    }
}

@media screen and (max-width: 991px) {
    .pricing__heading {
        max-width: 28.75rem;
    }
}

@media screen and (max-width: 767px) {
    .pricing__heading {
        padding-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .pricing__heading {
        max-width: 20.3125rem;
    }
}

.pricing__heading h2 {
    margin-bottom: 0;
}

.pricing__single {
    position: relative;
    z-index: 1;
    padding: 2rem;
    border-radius: 0.75rem;
    background-color: hsl(var(--section-bg));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.5rem;
}

@media screen and (max-width: 991px) {
    .pricing__single {
        gap: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .pricing__single {
        min-height: auto;
    }
}

.pricing__single__topbar>span {
    margin-bottom: 0.625rem;
}

.pricing__single__topbar p {
    margin-bottom: 0.625rem;
}

@media screen and (max-width: 991px) {
    .pricing__single__topbar p {
        margin-bottom: 0.375rem;
    }
}

.pricing__single__topbar h4 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

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

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

.pricing__single__topbar h4 span {
    font-size: 2.5rem;
}

@media screen and (max-width: 1199px) {
    .pricing__single__topbar h4 span {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 991px) {
    .pricing__single__topbar h4 span {
        font-size: 1.75rem;
    }
}

.pricing__single__topbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    text-align: start;
}

@media screen and (max-width: 1199px) {
    .pricing__single__topbar ul {
        gap: 0.875rem;
    }
}

.pricing__single__topbar ul li {
    color: hsl(var(--black));
    font-size: 1rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.pricing__single__topbar ul li i {
    width: 1.25rem;
    height: 1.25rem;
    background-color: hsl(var(--base));
    border-radius: 50%;
    font-size: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--white));
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.pricing__badge {
    font-size: 24px;
    color: hsl(var(--base));
    font-weight: 500;
}

.pricing__single::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dashed hsl(var(--black)/0.2);
    border-radius: 8px;
    z-index: -1;
}

.pricing__header {
    border-bottom: 1px dashed hsl(var(--black)/0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* ======================  Pricing Section End  ======================*/
/* ======================  Benefit Section Start  ======================*/
.benefit__area {
    position: relative;
    z-index: 1;
    background-image: url(../images/benefit-shape.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .benefit__area {
        background-image: none !important;
    }
}

.benefit__area .benefit__topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .benefit__area .benefit__topbar {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.benefit__area .benefit__topbar h2 {
    margin-bottom: 0;
    max-width: 34.375rem;
}

@media screen and (max-width: 991px) {
    .benefit__area .benefit__topbar h2 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 575px) {
    .benefit__area .benefit__topbar h2 {
        max-width: 25rem;
    }
}

.benefit__area .benefit__single {
    border-radius: 0.75rem;
    padding: 1.5rem;
    background: none;
    background: hsl(var(--section-bg));
    overflow: hidden;
    height: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 2px solid hsl(var(--white));
}

@media screen and (max-width: 1399px) {
    .benefit__area .benefit__single {
        padding: 20px 16px;
    }
}


.benefit__area .benefit__single span {
    width: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 1399px) {
    .benefit__area .benefit__single span {
        margin-bottom: 16px;
    }
}

.benefit__area .benefit__single h5 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    text-transform: capitalize;
}

.benefit__area .benefit__single p {
    font-size: 0.875rem;
}

.benefit-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .benefit-main-wrapper {
        padding-bottom: 0;
    }
}

.benefit-bg-shape {
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 545px;
    max-height: 600px;
    position: absolute;
    inset: auto auto 24% 375px;
}

@media screen and (max-width: 1399px) {
    .benefit-bg-shape {
        inset: auto auto 0% 120px;
    }
}

@media screen and (max-width: 1199px) {
    .benefit-bg-shape {
        height: 600px;
        height: 600px;
    }
}

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

.benefit-bg-shape img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 100%;
    object-position: 0% 100%;
    width: 100%;
    height: 100%;
}

.benefit-container {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .benefit-container {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }
}

@media screen and (max-width: 991px) {
    .benefit-container {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

@media screen and (max-width: 575px) {
    .benefit-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (min-width: 1200px) {
    .benefit__single.one {
        grid-area: 1/1/2/2;
    }

    .benefit__single.two {
        grid-area: 2/1/3/2;
    }

    .benefit__single.three {
        grid-area: 3/2/4/3;
    }

    .benefit__single.four {
        grid-area: 3/4/4/5;
    }

    .benefit__single.five {
        grid-area: 3/3/4/4;
    }

    .benefit__single.six {
        grid-area: 1/4/2/5;
    }

    .benefit__single.seven {
        grid-area: 2/4/3/5;
    }

    .benefit__single.eight {
        grid-area: 3/1/3/2;
    }
}

/* ======================  Benefit Section End  ======================*/
/*=====================counter section css start her===================== */
.counterup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

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

.counterup-item__content {
    text-align: center;
    background: hsl(var(--section-bg));
    padding: 32px;
    border-radius: 8px;
    width: 100%;
}

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

    .counterup-item {
        gap: 20px;
    }
}

.counterup-item__title {
    color: hsl(var(--black));
}

@media screen and (max-width: 424px) {
    .counterup-item__title {
        font-size: 1.25rem;
    }
}

.counterup-item__text {
    font-family: var(--heading-font);
    font-size: 18px;
    color: hsl(var(--black)/0.8);
}

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

@media screen and (max-width: 424px) {
    .counterup-item__text {
        font-size: 12px;
    }
}

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

.odometer {
    font-size: 3rem;
    line-height: 1;
    color: hsl(var(--black));
}

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

@media screen and (max-width: 424px) {
    .odometer {
        font-size: 32px;
    }
}

.odometer-digit:last-child {
    padding-right: 6px;
}

/*=====================counter section css end her===================== */
/* ======================  Video Start  ======================*/
.video-section .video__image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.video-container {
    position: relative;
    cursor: none;
    max-width: 100%;
}

.video-container .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0.3125rem solid hsl(var(--base));
    border-radius: 50%;
    background-color: hsl(var(--base));
    -webkit-animation: pulse-animation 2s infinite;
    animation: pulse-animation 2s infinite;
    -webkit-box-shadow: 0rem 0rem 0.0625rem 0.0625rem hsl(var(--base)/0.1);
    box-shadow: 0rem 0rem 0.0625rem 0.0625rem hsl(var(--base)/0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .video-container .play-button {
        border-width: 0.25rem;
    }
}

.video-container .play-button:hover {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    opacity: 0.8;
}

.video-container .play-button i {
    width: 4.0625rem;
    height: 4.0625rem;
    background-color: hsl(var(--white)/0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--white));
    border-radius: 50%;
    border: 0.0625rem dashed hsl(var(--white)/0.5);
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .video-container .play-button i {
        width: 3.125rem;
        height: 3.125rem;
        font-size: 0.875rem;
    }
}

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

@-webkit-keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsl(var(--base));
        box-shadow: 0 0 0 0 hsl(var(--base));
    }

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

@keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsl(var(--base));
        box-shadow: 0 0 0 0 hsl(var(--base));
    }

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

/* ======================  Video End  ======================*/
/* ======================  Faq Section Start  ======================*/
.faq__area {
    position: relative;
    z-index: 1;
}

.faq__area::after {
    position: absolute;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    z-index: -3;
    background-color: hsl(var(--section-bg));
    width: 50%;
    height: 70%;
    border-radius: 50%;
    -webkit-filter: blur(9.375rem);
    filter: blur(9.375rem);
    opacity: 0.8;
}

.faq-content {
    background: hsl(var(--section-bg));
    padding: 50px;
    border-radius: 12px;
    text-align: center;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: relative;
}

@media screen and (max-width: 991px) {
    .faq-content {
        padding: 32px 40px;
    }
}

.faq-content::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dashed hsl(var(--black)/0.2);
    border-radius: 8px;
    z-index: -1;
}

.faq-content .social__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
}

.faq-content__contact {
    margin-top: 10px;
    margin-bottom: 32px;
}

.faq-content__desc {
    font-size: 18px;
}

.faq-content__contact a {
    color: hsl(var(--black));
    font-weight: 500;
    font-size: 18px;
}

.faq-content__btn {
    margin-top: 32px;
    text-align: center;
}

.faq-content__btn .btn {
    margin: 0 auto;
}

/* ======================  Faq Section End  ======================*/
/* ======================  Testimonial Section Start  ======================*/
.testimonial__area {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    background-image: linear-gradient(to right, rgba(71, 85, 105, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(71, 85, 105, 0.05) 1px, transparent 1px), radial-gradient(circle at 50% 50%, hsl(var(--section-bg)/0.2) 0%, hsl(var(--base)/0.2) 40%, transparent 80%);
    background-size: 40px 40px, 40px 40px, 100% 100%;
    overflow: hidden;
    --swiper-theme-color: hsl(var(--base));
}

.testimonial__area::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    z-index: -3;
    background-color: hsl(var(--section-bg));
    width: 60%;
    height: 70%;
    border-radius: 50%;
    -webkit-filter: blur(9.375rem);
    filter: blur(9.375rem);
    opacity: 0.5;
}

.testimonial__area .testimonial__sp {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 100%;
    height: 76%;
}

.testimonial__area .testimonial__sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial__area .testimonial__main__single {
    position: relative;
    z-index: 1;
    border-radius: 1.5rem;
    overflow: hidden;
    padding: 2.5rem;
    border: 1px solid hsl(var(--black)/0.05);
    background: hsl(var(--white)/0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    flex: 1;
    height: 100%;
}

.swiper-slide {
    display: flex;
    height: auto;
}


@media screen and (max-width: 1399px) {
    .testimonial__area .testimonial__main__single {
        padding: 2.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial__area .testimonial__main__single {
        padding: 1.75rem;
        border-radius: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .testimonial__area .testimonial__main__single {
        padding: 1.25rem;
        border-radius: 0.625rem;
    }
}

.testimonial__area .testimonial__main__single>p {
    font-size: 1.125rem;
    color: hsl(var(--black));
}

@media screen and (max-width: 1399px) {
    .testimonial__area .testimonial__main__single>p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial__area .testimonial__main__single>p {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .testimonial__area .testimonial__main__single>p {
        font-size: 0.75rem;
    }
}

.testimonial__area .testimonial__main__single__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

@media screen and (max-width: 1199px) {
    .testimonial__area .testimonial__main__single__bottom {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .testimonial__area .testimonial__main__single__bottom {
        margin-top: 0.625rem;
        gap: 0.625rem;
    }
}

.testimonial__area .testimonial__main__single__bottom img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1399px) {
    .testimonial__area .testimonial__main__single__bottom img {
        width: 3.4375rem;
        height: 3.4375rem;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial__area .testimonial__main__single__bottom img {
        width: 2.8125rem;
        height: 2.8125rem;
    }
}

@media screen and (max-width: 575px) {
    .testimonial__area .testimonial__main__single__bottom img {
        width: 2.1875rem;
        height: 2.1875rem;
    }
}

.testimonial__area .testimonial__main__single__bottom h4 {
    font-size: 1.25rem;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}

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

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

@media screen and (max-width: 575px) {
    .testimonial__area .testimonial__main__single__bottom h4 {
        font-size: 0.875rem;
        margin-bottom: 0.25rem;
    }
}

@media screen and (max-width: 575px) {
    .testimonial__area .testimonial__main__single__bottom p {
        font-size: 0.75rem;
    }
}

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

.testimonial__area .inner-slide-element {
    width: auto;
    display: inline-block;
    padding: 0 0.9375rem;
}

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

@media screen and (max-width: 575px) {
    .testimonial__area .inner-slide-element {
        padding: 0 0.375rem;
    }
}

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

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

.testimonial-navigation .test-prev,
.testimonial-navigation .test-next {
    background-color: hsl(var(--base));
    min-width: 50px;
    height: 50px;
    border-radius: 10px;
    color: hsl(var(--white));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

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

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

/* ======================  Testimonial Section End  ======================*/
/* ======================  Blog Section Start  ======================*/
.blog__area {
    position: relative;
    z-index: 1;
}

.blog-item {
    overflow: hidden;
    height: 100%;
    border-radius: 12px;
    background: hsl(var(--section-bg));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-item:hover .blog-item__thumb-link .image1 {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-item:hover .blog-item__thumb-link .image2 {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item__thumb {
    overflow: hidden;
    position: relative;
    max-height: 300px;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    transition: 0.6s;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link .image1 {
    -webkit-transform: translatex(50%) scalex(1);
    transform: translatex(50%) scalex(1);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item__thumb-link .image2 {
    -webkit-transform: translatex(0%) scalex(1);
    transform: translatex(0%) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item__date {
    margin-bottom: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--black));
}

.blog-item__date i {
    color: hsl(var(--base));
}

.blog-item__content {
    background-color: hsl(var(--white)/0.07);
    padding: 24px;
}

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

.blog-item__title {
    margin-bottom: 16px;
}

.blog-item__title-link {
    color: hsl(var(--black));
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.blog-item__btn {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--black));
}

.blog-item__btn .fa-arrow-right {
    transform: rotate(-45deg);
    transition: 0.3s;
}

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

.blog-item__btn:hover .fa-arrow-right {
    transform: rotate(0);
    margin-left: 4px;
}

.blog-item__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Text Border Bottom Animation Css Start */
.border-effect {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border-effect:hover {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
}

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/*========== newsletter section css start here ==========*/
.newsletter-section .widget-news-box {
    padding: 60px;
    border-radius: 24px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .newsletter-section .widget-news-box {
        padding: 60px 40px;
    }
}

@media screen and (max-width: 991px) {
    .newsletter-section .widget-news-box {
        padding: 32px 24px;
    }
}

@media screen and (max-width: 575px) {
    .newsletter-section .widget-news-box {
        padding: 20px;
    }
}

.newsletter-section .widget-news-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--section-bg)/0.65);
    z-index: -1;
}

.newsletter-section .widget-news-box__bg {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.newsletter-section .widget-news-box__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.widget-news-box .news-email-box input {
    width: 100%;
    height: 60px;
    color: hsl(var(--black));
}

.widget-news-box .news-email-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 32px;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .widget-news-box .news-email-box {
        margin-top: 0;
        gap: 10px;
    }
}

.widget-news-box .news-email-box input {
    width: 100%;
    height: 52px;
}

.widget-news-box .news-email-box .news-submit {
    background: hsl(var(--base));
    padding: 12px 24px;
    border-radius: 8px;
    color: hsl(var(--white));
}

.news-letter-content__title {
    margin-bottom: 16px;
}

.news-letter-content__text {
    max-width: 450px;
    font-size: 18px;
}

.news-letter-content__desc a {
    text-decoration: underline;
    font-weight: 600;
}

/*========== newsletter section css end here ==========*/
/* ======================  Plugin Customization Start  ======================*/
/* ========================= Select2 CSS Start ================================== */
.select2-wrapper {
    --select2-min-height: 48px;
    --select2-arrow-size: 16px;
    --select2-font-size: 16px;
    --select2-padding-y: 11px;
    --select2-padding-x: 20px;
    --select2-border-radius: 8px;
    --select2-border-color: hsl(var(--border-color));
    --select2-border-color-focus: hsl(var(--base));
    --select2-bg-color: hsl(var(--white));
    --select2-color: hsl(var(--black)/0.8);
    --select2-color-placeholder: hsl(var(--black)/0.6);
    --select2-dropdown-bg-color: hsl(var(--white));
    --select2-dropdown-border-radius: var(--select2-border-radius);
    --select2-dropdown-padding-y: 12px;
    --select2-dropdown-padding-x: var(--select2-dropdown-padding-y);
    --select2-dropdown-field-padding-y: 7px;
    --select2-dropdown-field-padding-x: calc(var(--select2-dropdown-field-padding-y) * 1.5);
    --select2-dropdown-field-radius: var(--select2-border-radius);
    --select2-dropdown-field-color: hsl(var(--black)/0.8);
    --select2-dropdown-field-bg-color: transparent;
    position: relative;
}

.selection,
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid transparent;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    padding: var(--select2-padding-y) var(--select2-padding-x);
    height: auto;
    background-color: var(--select2-bg-color);
    border: 1px solid var(--select2-border-color);
    border-radius: var(--select2-border-radius);
}

.select2-container .select2-selection--multiple {
    padding-top: calc(var(--select2-padding-y) - 2px);
    padding-bottom: calc(var(--select2-padding-y) - 2px);
}

.select2-container--disabled .select2-selection--single,
.select2-container--disabled .select2-selection--multiple {
    pointer-events: none;
    background-color: hsl(var(--dark)/0.1) !important;
}

.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.select2-container .select2-selection--single {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6px;
}

.select2-container--focus:not(.select2-container--disabled) .select2-selection--single,
.select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple,
.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
    border-color: var(--select2-border-color-focus) !important;
    outline: none;
}

.select2-selection--single .select2-selection__rendered {
    font-size: var(--select2-font-size);
    font-weight: 400;
    color: var(--select2-color) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 120% !important;
    white-space: nowrap;
}

.select2-selection__placeholder {
    color: var(--select2-color-placeholder) !important;
}

.select2-container--focus:not(.select2-container--disabled) .select2-selection__placeholder,
.select2-container--open .select2-selection__placeholder {
    color: var(--select2-color) !important;
}

.select2-selection--single .select2-selection__arrow {
    width: auto !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}

.select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-selection--single .select2-selection__arrow::after {
    content: "\f107";
    font-size: var(--select2-arrow-size);
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: var(--select2-color-placeholder);
}

.select2-selection--single[aria-expanded=true] .select2-selection__arrow::after {
    content: "\f106";
}

.select2-container--focus:not(.select2-container--disabled) .select2-selection--single .select2-selection__arrow::after,
.select2-container--open .select2-selection--single .select2-selection__arrow::after,
.select2-container--selected .select2-selection--single .select2-selection__arrow::after {
    color: var(--select2-color) !important;
}

.select2-dropdown {
    overflow: hidden;
    border-color: hsl(var(--select2-border-color)) !important;
    background-color: var(--select2-dropdown-bg-color);
}

.select2-container--open .select2-dropdown {
    border-color: hsl(var(--base)) !important;
}

.select2-container--open .select2-dropdown.select2-dropdown--below {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: hsl(var(--white));
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.select2-search--dropdown {
    padding: 5px;
}

.select2-search--dropdown .select2-search__field {
    font-size: 14px;
    border-color: hsl(var(--base)) !important;
    border-radius: 8px;
    padding: 6px 12px;
    color: hsl(var(--black));
    background-color: hsl(var(--white));
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: var(--select2-border-color-focus) !important;
    outline: none;
}

.select2-container--default .select2-results>.select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--dark)/0.1) hsl(var(--dark)/0.05);
}

.select2-results__option--selectable {
    font-size: var(--select2-font-size);
    font-weight: 400;
    line-height: 100%;
    color: var(--select2-color) !important;
    padding: 12px 20px;
}

.select2-results__option--selectable.select2-results__option--selected {
    background-color: hsl(var(--dark)/0.05) !important;
}

.select2-results__option--selectable.select2-results__option--highlighted {
    color: hsl(var(--white)) !important;
    background-color: hsl(var(--base)) !important;
}

.select2-results__message {
    color: var(--select2-color);
    font-size: var(--select2-font-size);
    font-weight: 500;
    line-height: 100%;
    text-align: center;
}

.select2-selection--multiple {
    min-height: var(--select2-min-height) !important;
}

.select2-selection--multiple:has(.select2-selection__choice) {
    padding-top: calc(var(--select2-padding-y) - 8px);
    padding-left: calc(var(--select2-padding-x) - 8px);
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
    height: calc(var(--select2-min-height) / 2) !important;
    margin-top: 0 !important;
}

.select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    font-weight: 500;
    background: var(--select2-bg-color) !important;
    border-color: var(--select2-border-color) !important;
    color: var(--select2-color) !important;
    padding: 0px 6px !important;
    border-radius: 250px !important;
    margin-top: 8px !important;
    margin-left: 8px !important;
}

.select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px !important;
}

.select2-selection--multiple .select2-selection__choice__remove {
    border-right-color: var(--select2-border-color) !important;
    color: var(--select2-color) !important;
}

.select2-selection--multiple .select2-selection__choice__remove:hover {
    color: var(--select2-color) !important;
    background-color: var(--select2-bg-color) !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
    color: var(--select2-color);
}

/* ========================= Select2 CSS End ==================================== */
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-prev {
    right: 52px;
}

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

/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

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

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

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

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

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

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

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

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

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

/* ================================= Range Slider Css End =========================== */
/* ======================  Plugin Customization End  ======================*/
/* ======================  Pages Design Start  ======================*/
/* =========================================== Account Css Start =========================*/
.social-login-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.social-login-wrapper .social__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
}

.social-login-wrapper .social__icon li a {
    width: 100%;
    height: 2.5rem;
    border: 1px solid hsl(var(--black)/0.06);
    border-radius: 6px;
    background-color: transparent;
    color: hsl(var(--black));
    font-size: 0.875rem;
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding: 0 8px;
}

.social-login-wrapper .social__icon li a::after {
    border-radius: 0 !important;
}

.social-login-wrapper .social__icon li a:hover {
    color: hsl(var(--white));
}

.social-login-wrapper__title {
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
    font-weight: 600;
    margin-bottom: 12px;
}

.another-login {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.another-login::after {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--black)/0.06);
}

.another-login .text {
    background-color: hsl(var(--section-bg));
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.account-form .text {
    text-align: center;
}

.account-form__text {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 24px;
}

@media screen and (max-width: 575px) {
    .account-form__text {
        font-size: 16px;
    }
}

.account-form__text a {
    text-decoration: underline;
}

.account-form__logo {
    max-width: 210px;
    margin: 0 auto;
    margin-bottom: 30px;
    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__logo img {
    width: 100%;
}

.account-form__title {
    text-align: center;
    margin-bottom: 30px;
    font-family: var(--body-font);
    font-weight: 500;
}

@media screen and (max-width: 1399px) {
    .account-form__title {
        margin-bottom: 20px;
    }
}

.account-form .forgot-password {
    color: hsl(var(--base));
    font-size: 14px;
    font-weight: 500;
}

.account-form-wrapper {
    background-color: hsl(var(--section-bg));
    padding: 30px 180px;
    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;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

@media (max-width: 1800px) {
    .account-form-wrapper {
        padding: 30px 70px;
    }
}

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

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

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

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

.account-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
}

.account-inner__right {
    width: 45%;
    position: relative;
    height: 100vh;
    overflow-y: auto;
}

@media screen and (max-width: 991px) {
    .account-inner__right {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .account-inner__right {
        width: 100%;
    }
}

.account-inner__left {
    width: 55%;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .account-inner__left {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .account-inner__left {
        display: none;
    }
}

.account-thumb {
    height: 100%;
}

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

/* ======================  Blog Details Section Start  ======================*/
.blog-details {
    height: 100%;
    background: hsl(var(--section-bg));
    border-radius: 12px;
    overflow: hidden;
}

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

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

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

.blog-details .blog-item__bottom {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .blog-details .blog-item__bottom {
        margin-bottom: 24px;
    }
}

.blog-details__content {
    padding: 24px;
}

.blog-details__share {
    background-color: hsl(var(--section-bg));
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.blog-details__title {
    margin-bottom: 24px;
}

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

.blog-details__desc:last-child {
    margin-bottom: 0;
}

.blog-details .social-list__link {
    color: hsl(var(--base));
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.blog-details .social-list__link:hover {
    color: hsl(var(--base-d-300));
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.quote-text {
    background-color: hsl(var(--base));
    padding: 20px 24px;
    border-radius: 16px;
    border-left: solid #35353F;
    border-bottom: solid #35353F;
    border-width: 0px, 0px, 4px, 4px;
}

.quote-text__desc {
    color: hsl(var(--black));
    font-size: 17px;
    font-weight: 400;
}

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

.content-wrapper {
    margin-bottom: 24px;
}

.content-wrapper__title {
    margin-bottom: 16px;
    font-weight: 600;
}

.content-wrapper:last-child {
    margin-bottom: 0;
}

.content-list__item {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: hsl(var(--black));
    position: relative;
    padding-left: 20px;
}

.content-list__item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: hsl(var(--black));
}

.content-list.list-two .content-list__item {
    font-size: 16px;
    margin-bottom: 16px;
    color: hsl(var(--black));
    font-weight: 400;
}

/* ======================  Blog Details Section End  ======================*/
/*============== contact section css start here ==============*/
.contact__area {
    position: relative;
    z-index: 1;
}

.contact-item {
    --wh: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: hsl(var(--section-bg));
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

.contact-item__icon {
    width: var(--wh);
    height: var(--wh);
    background-color: hsl(var(--base));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--white));
    border-radius: 10px;
    font-size: 1.5rem;
}

@media screen and (max-width: 1199px) {
    .contact-item__icon {
        margin: 0 auto;
    }
}

.contact-item__content {
    width: calc(100% - var(--wh));
    padding-left: 20px;
}

@media screen and (max-width: 1199px) {
    .contact-item__content {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.contact-item__desc {
    font-size: 15px;
}

.contact-item__desc .link {
    color: hsl(var(--black)/0.8);
}

.contact-item__desc .link:hover {
    color: hsl(var(--base));
}

.contact-item__title {
    margin-bottom: 10px;
    color: hsl(var(--black));
    font-weight: 600;
}

.contact-form {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--section-bg));
    padding: 45px 20px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    height: 100%;
}

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

.contact-form__title {
    text-align: center;
    margin-bottom: 30px;
}

.contact-form__btn {
    margin-top: 24px;
}

.contact-bottom {
    margin-top: 40px;
}

.contact-bottom__map {
    height: 100%;
    width: 100%;
    background-color: hsl(var(--section-bg));
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-bottom__map::after {
    position: absolute;
    top: -100px;
    right: -100px;
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: hsl(var(--base)/0.6);
    -webkit-filter: blur(110px);
    filter: blur(110px);
    z-index: -1;
}

.contact-bottom__map iframe {
    height: 100%;
    border-radius: 10px;
    width: 100%;
    min-height: 300px;
}

.contact-bottom__title {
    text-align: center;
}

.contact-thumb {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

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

/*=========== contact section css end here ===========*/
/* ======================  Error Section Start  ======================*/
.error__content {
    text-align: center;
}

.error__content img {
    max-width: 15.625rem;
    width: 100%;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 991px) {
    .error__content img {
        max-width: 13.125rem;
    }
}

@media screen and (max-width: 767px) {
    .error__content img {
        max-width: 11.25rem;
    }
}

@media screen and (max-width: 575px) {
    .error__content img {
        max-width: 7.5rem;
    }
}

.error__content h2 {
    font-size: 6.25rem;
    margin-bottom: 0.625rem;
}

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

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

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

.error__content p {
    margin-bottom: 3.125rem;
    max-width: 28.125rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .error__content p {
        max-width: 19.6875rem;
        margin-bottom: 1.875rem;
    }
}

.error__content a {
    margin-left: auto;
    margin-right: auto;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    background-color: transparent !important;
}

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

/* ======================  Error Section End  ======================*/
/* ======================  Pages Design End  ======================*/

/* ============================== */
label.required:after {
    content: "*";
    color: #dc3545 !important;
    margin-left: 2px;
}

.hover-input-popup {
    position: relative;
}

.input-popup {
    display: none;
}

.hover-input-popup .input-popup {
    display: block;
    position: absolute;
    bottom: 130%;
    left: 50%;
    width: 280px;
    background-color: #a9a8a8;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.input-popup::after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1a1a1a transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-popup p {
    padding-left: 20px;
    position: relative;
}

.input-popup p::before {
    position: absolute;
    content: '';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
}

.input-popup p.error {
    text-decoration: line-through;
}

.input-popup p.error::before {
    content: "\f057";
    color: #ea5455;
}

.input-popup p.success::before {
    content: "\f058";
    color: #28c76f;
}

.profile-image-card,
.profile-details-card {
    /* A darker card background */
    border: 1px solid hsl(var(--base), 0.1);
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.profile-image-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    position: relative;
}

.profile-image-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 1rem;
}

.profile-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid hsl(var(--base));
}

.profile-image-upload-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: hsl(var(--base));
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.profile-image-upload-btn:hover {
    background-color: hsl(var(--base), 0.8);
}

.profile-image-upload-btn i {
    font-size: 1.2rem;
}

#profileImageInput {
    display: none;
}

.profile-user-info h4 {
    font-weight: 600;
    margin-bottom: 0.25rem;
    text-align: center;
}

.profile-user-info p {
    color: #979797;
    /* Lighter text color */
    font-size: 0.9rem;
    text-align: center;
}

.profile-details-card .card-header {
    padding: 1.5rem;
}



.profile-details-card .card-body {
    padding: 2rem;
}

.cookies-card {
    width: 520px;
    padding: 30px;
    color: #dddddd;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    border-radius: 5px;
    border: 1px solid hsl(var(--base)/ 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: hsl(var(--section-bg));
    box-shadow: 0 0 15px hsl(var(--base)/ 0.3);
}

.cookies-card.hide {
    bottom: -500px !important;
}

.radius--10px {
    border-radius: 10px;
}

.cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cookies-card__btn {
    justify-content: center;
    display: flex;
}

.cookies-card__content {
    margin-bottom: 0;
}

.cookies-card__content a {
    text-decoration: underline;
}

.cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
}

.cookies-btn:hover {
    color: #363636;
}


@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}


/* ======================  wyg Start  ======================*/
.wyg h1,
.wyg h2,
.wyg h3,
.wyg h4,
.wyg h5 {
    color: hsl(var(--balck));
    margin-bottom: 16px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .wyg h1,
    .wyg h2,
    .wyg h3,
    .wyg h4,
    .wyg h5 {
        margin-bottom: 14px;
    }
}

.wyg p {
    font-size: 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    .wyg p {
        font-size: 14px;
    }
}

.wyg ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
    list-style: disc;
    padding-left: 32px;
}

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

.wyg ul li {
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    .wyg ul li {
        font-size: 14px;
    }
}

.wyg ol {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
    list-style: decimal;
    padding-left: 32px;
}

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

.wyg ol li {
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    .wyg ol li {
        font-size: 14px;
    }
}

/* ======================  wyg End  ======================*/
.ticket__single {
    background-color: hsl(var(--base) / 0.06);
    padding: 24px;
    border-radius: 12px;
}

.ticket__single.user__ticket {
    background-color: hsl(var(--black) / 0.06);
}

.ticket__single p span {
    font-weight: 600;
    color: hsl(var(--base));
}