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

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Outfit", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Theme Color Start ============================= */
    --base-h: 142;
    --base-s: 70%;
    --base-l: 49%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
    --base-two-h: 40;
    --base-two-s: 100%;
    --base-two-l: 50%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --static-white: 0 0% 100%;
    --body-color: 214 19% 31%;
    --body-bg: 0 0% 100%;
    --heading-color: 240 6% 10%;
    --black: 0 0% 0%;
    --static-black: 0 0% 0%;
    --pink-h: 337;
    --pink-s: 92%;
    --pink-l: 60%;
    --pink: var(--pink-h) var(--pink-s) var(--pink-l);
    --pink-d-100: var(--pink-h) var(--pink-s) calc(var(--pink-l) - var(--pink-l) * 0.1);
    --pink-d-200: var(--pink-h) var(--pink-s) calc(var(--pink-l) - var(--pink-l) * 0.2);
    --pink-l-100: var(--pink-h) calc(var(--pink-s)) calc(var(--pink-l) + (100% - var(--pink-l)) * 0.1);
    --pink-l-200: var(--pink-h) calc(var(--pink-s)) calc(var(--pink-l) + (100% - var(--pink-l)) * 0.2);
    --purple-h: 283;
    --purple-s: 100%;
    --purple-l: 47%;
    --purple: var(--purple-h) var(--purple-s) var(--purple-l);
    --purple-d-100: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.1);
    --purple-d-200: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.2);
    --purple-l-100: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.1);
    --purple-l-200: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.2);
    --border-color: 180 20% 95%;
    --section-bg: 45 50% 96%;
    /* ================================ Box Shadow Start =============================== */
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.04);
    /* ================================ 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: 100%;
    --danger-l: 52%;
    --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: 49;
    --warning-s: 100%;
    --warning-l: 51%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
}

/* ============================== Dark Mood Color Modify Start ============================== */
:root[data-theme=dark] {
    --white: 217 20% 13%;
    --body-color: 216 12% 84%;
    --body-bg: 218 28% 11%;
    --heading-color: 210 20% 98%;
    --black: 220 14% 96%;
    --border-color: 215 28% 17%;
    --section-bg: 221 39% 11%;
}

/* ============================== Dark Mood Color Modify End ============================== */
/* ========================= Css Variables End =========================== */
/* ======================  Custom Classes Start  ======================*/
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

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

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

.bg--img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.bg--img-2 {
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
}

.bg--transparent {
    background-color: transparent !important;
}

.parallax--bg {
    background-attachment: fixed !important;
}

.fit--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.position--center {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cursor-pointer {
    cursor: pointer;
}

.gradient-text {
    background-image: linear-gradient(to right, hsl(var(--heading-color)), hsl(var(--base)));
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-text::selection {
    color: hsl(var(--heading-color));
    -webkit-text-fill-color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

.placeholder--white::placeholder {
    color: hsl(var(--white)/0.7);
}

.text--underline {
    text-decoration: underline !important;
}

/* ======================  Custom Classes End  ======================*/
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--body-bg));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    counter-reset: number-counter;
}

p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: hsl(var(--body-color));
}

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

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

span {
    display: inline-block;
}

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

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

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

h1 {
    font-size: 90px;
    font-weight: 800;
}

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

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

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

h2 {
    font-size: 60px;
}

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

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

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

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

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

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

a {
    display: inline-block;
    transition: 0.3s;
    text-decoration: none;
    color: hsl(var(--heading-color));
}

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 {
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

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

/* ================================= Common Typography Css End =========================== */
/* ======================  Overlay Start  ======================*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 12;
}

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

/* ======================  Overlay End  ======================*/
/* ======================  Section Heading Start  ======================*/
.section__heading {
    max-width: 800px;
    margin-inline: auto;
}

.section__heading>span {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: hsl(var(--base));
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    .section__heading>span {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .section__heading>span {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.section__heading h2 {
    margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
    .section__heading h2 {
        margin-bottom: 8px;
    }
}

.section__heading p {
    max-width: 80%;
    margin-inline: auto;
}

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

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

/* ======================  Section Heading End  ======================*/
/* ======================  Swiper Start  ======================*/
.swiper-pagination {
    position: unset;
    margin-top: 32px;
    text-align: center;
    background-color: hsl(var(--base) / 0.08);
    width: fit-content !important;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    overflow: hidden;
}

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

.swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    transition: 0.3s;
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: hsl(var(--base));
}

/* ======================  Swiper End  ======================*/
/* ======================  wyg Start  ======================*/
.wyg h1,
.wyg h2,
.wyg h3,
.wyg h4,
.wyg h5 {
    margin-bottom: 12px;
}

.wyg p {
    font-size: 16px;
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .wyg p {
        font-size: 14px;
        margin-bottom: 24px;
    }
}

.wyg h2 {
    margin-bottom: 10px;
}

.wyg ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
    list-style: disc;
    padding-left: 32px;
}

@media screen and (max-width: 991px) {
    .wyg ul {
        gap: 14px;
    }
}

@media screen and (max-width: 767px) {
    .wyg ul {
        gap: 10px;
        margin-bottom: 24px;
        padding-left: 20px;
    }
}

.wyg ul li {
    font-size: 16px;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 767px) {
    .wyg ul li {
        font-size: 14px;
    }
}

.wyg ol {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 32px;
    list-style: decimal;
    padding-left: 32px;
}

@media screen and (max-width: 991px) {
    .wyg ol {
        gap: 14px;
    }
}

@media screen and (max-width: 767px) {
    .wyg ol {
        gap: 10px;
        margin-bottom: 24px;
        padding-left: 20px;
    }
}

.wyg ol li {
    font-size: 16px;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 767px) {
    .wyg ol li {
        font-size: 14px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg--base-alpha {
    background-color: hsl(var(--base)/0.06) !important;
}

.bg--base-two-alpha {
    background-color: hsl(var(--base-two)/0.06) !important;
}

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

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

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

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

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

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

.bg--pink-alpha {
    background-color: hsl(var(--pink)/0.06) !important;
}

.bg--purple-alpha {
    background-color: hsl(var(--purple)/0.06) !important;
}

.bg--white-alpha {
    background-color: hsl(var(--white)/0.06) !important;
}

.bg--black-alpha {
    background-color: hsl(var(--black)/0.06) !important;
}

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

.hover-bg--base-two:hover {
    background-color: hsl(var(--base-two)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text--shadow {
    text-shadow: 4px 1px 2px hsl(var(--black)/0.6);
}

/* ================================= Color Css End =========================== */
/* ================================= Margin Css Start =========================== */
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .my-120 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

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

@media (min-width: 576px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

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

@media (min-width: 576px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-100 {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (min-width: 576px) {
    .my-100 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .my-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.mt-100 {
    margin-top: 50px;
}

@media (min-width: 576px) {
    .mt-100 {
        margin-top: 70px;
    }
}

@media (min-width: 992px) {
    .mt-100 {
        margin-top: 100px;
    }
}

.mb-100 {
    margin-bottom: 50px;
}

@media (min-width: 576px) {
    .mb-100 {
        margin-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .mb-100 {
        margin-bottom: 100px;
    }
}

.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .my-80 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .my-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.mt-80 {
    margin-top: 40px;
}

@media (min-width: 576px) {
    .mt-80 {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .mt-80 {
        margin-top: 80px;
    }
}

.mb-80 {
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .mb-80 {
        margin-bottom: 80px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

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

@media (min-width: 576px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

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

@media (min-width: 576px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

.my-40 {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .my-40 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .my-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.mt-40 {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .mt-40 {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .mt-40 {
        margin-top: 40px;
    }
}

.mb-40 {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .mb-40 {
        margin-bottom: 40px;
    }
}

.my-30 {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .my-30 {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

@media (min-width: 992px) {
    .my-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.mt-30 {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .mt-30 {
        margin-top: 24px;
    }
}

@media (min-width: 992px) {
    .mt-30 {
        margin-top: 30px;
    }
}

.mb-30 {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .mb-30 {
        margin-bottom: 24px;
    }
}

@media (min-width: 992px) {
    .mb-30 {
        margin-bottom: 30px;
    }
}

/* ================================= Margin Css End =========================== */
/* ================================= Padding Css Start =========================== */
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

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

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

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

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

.py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 576px) {
    .py-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .py-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.pt-100 {
    padding-top: 50px;
}

@media (min-width: 576px) {
    .pt-100 {
        padding-top: 70px;
    }
}

@media (min-width: 992px) {
    .pt-100 {
        padding-top: 100px;
    }
}

.pb-100 {
    padding-bottom: 50px;
}

@media (min-width: 576px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .pb-100 {
        padding-bottom: 100px;
    }
}

.py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .py-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .py-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.pt-80 {
    padding-top: 40px;
}

@media (min-width: 576px) {
    .pt-80 {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .pt-80 {
        padding-top: 80px;
    }
}

.pb-80 {
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .pb-80 {
        padding-bottom: 80px;
    }
}

.py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

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

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

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

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

.py-40 {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .py-40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .py-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.pt-40 {
    padding-top: 20px;
}

@media (min-width: 576px) {
    .pt-40 {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .pt-40 {
        padding-top: 40px;
    }
}

.pb-40 {
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .pb-40 {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .pb-40 {
        padding-bottom: 40px;
    }
}

.py-30 {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .py-30 {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media (min-width: 992px) {
    .py-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.pt-30 {
    padding-top: 20px;
}

@media (min-width: 576px) {
    .pt-30 {
        padding-top: 24px;
    }
}

@media (min-width: 992px) {
    .pt-30 {
        padding-top: 30px;
    }
}

.pb-30 {
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .pb-30 {
        padding-bottom: 24px;
    }
}

@media (min-width: 992px) {
    .pb-30 {
        padding-bottom: 30px;
    }
}

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

.border--base-two {
    border-color: hsl(var(--base-two)) !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--pink {
    border-color: hsl(var(--pink)) !important;
}

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

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

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

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

.border-top--base-two {
    border-top-color: hsl(var(--base-two)) !important;
}

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

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

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

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

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

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

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

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

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

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

/* ================================= Border Color Css End =========================== */
/* ======================  Font Size Start  ======================*/
.fs--12 {
    font-size: 12px !important;
}

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

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

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

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

.fs--22 {
    font-size: 22px !important;
}

.fs--24 {
    font-size: 24px !important;
}

.fs--26 {
    font-size: 26px !important;
}

.fs--28 {
    font-size: 28px !important;
}

.fs--30 {
    font-size: 30px !important;
}

.fs--32 {
    font-size: 32px !important;
}

.fs--34 {
    font-size: 34px !important;
}

.fs--36 {
    font-size: 36px !important;
}

.fs--38 {
    font-size: 38px !important;
}

.fs--40 {
    font-size: 40px !important;
}

.fs--42 {
    font-size: 42px !important;
}

.fs--44 {
    font-size: 44px !important;
}

.fs--46 {
    font-size: 46px !important;
}

.fs--48 {
    font-size: 48px !important;
}

.fs--50 {
    font-size: 50px !important;
}

.fs--52 {
    font-size: 52px !important;
}

.fs--54 {
    font-size: 54px !important;
}

.fs--56 {
    font-size: 56px !important;
}

.fs--58 {
    font-size: 58px !important;
}

.fs--60 {
    font-size: 60px !important;
}

.fs--62 {
    font-size: 62px !important;
}

.fs--64 {
    font-size: 64px !important;
}

.fs--66 {
    font-size: 66px !important;
}

.fs--68 {
    font-size: 68px !important;
}

.fs--70 {
    font-size: 70px !important;
}

/* ======================  Font Size End  ======================*/
/* ======================  Font Weight Start  ======================*/
.fw--100 {
    font-weight: 100 !important;
}

.fw--200 {
    font-weight: 200 !important;
}

.fw--300 {
    font-weight: 300 !important;
}

.fw--400 {
    font-weight: 400 !important;
}

.fw--500 {
    font-weight: 500 !important;
}

.fw--600 {
    font-weight: 600 !important;
}

.fw--700 {
    font-weight: 700 !important;
}

.fw--800 {
    font-weight: 800 !important;
}

.fw--900 {
    font-weight: 900 !important;
}

/* ======================  Font Weight End  ======================*/
/* ======================  Radius Start  ======================*/
.radius--0 {
    border-radius: 0px !important;
}

.radius--2 {
    border-radius: 2px !important;
}

.radius--4 {
    border-radius: 4px !important;
}

.radius--6 {
    border-radius: 6px !important;
}

.radius--8 {
    border-radius: 8px !important;
}

.radius--10 {
    border-radius: 10px !important;
}

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

.radius--14 {
    border-radius: 14px !important;
}

.radius--16 {
    border-radius: 16px !important;
}

.radius--18 {
    border-radius: 18px !important;
}

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

.radius--22 {
    border-radius: 22px !important;
}

.radius--24 {
    border-radius: 24px !important;
}

.radius--26 {
    border-radius: 26px !important;
}

.radius--28 {
    border-radius: 28px !important;
}

.radius--30 {
    border-radius: 30px !important;
}

.radius--32 {
    border-radius: 32px !important;
}

.radius--50 {
    border-radius: 50% !important;
}

/* ======================  Radius End  ======================*/
/* ======================  z-index Start  ======================*/
.z--1 {
    z-index: 1;
}

.z--2 {
    z-index: 2;
}

.z--3 {
    z-index: 3;
}

.z--4 {
    z-index: 4;
}

.z--5 {
    z-index: 5;
}

.z--6 {
    z-index: 6;
}

.z--7 {
    z-index: 7;
}

.z--8 {
    z-index: 8;
}

.z--9 {
    z-index: 9;
}

.zm--1 {
    z-index: -1;
}

.zm--2 {
    z-index: -2;
}

.zm--3 {
    z-index: -3;
}

.zm--4 {
    z-index: -4;
}

.zm--5 {
    z-index: -5;
}

.zm--6 {
    z-index: -6;
}

.zm--7 {
    z-index: -7;
}

.zm--8 {
    z-index: -8;
}

.zm--9 {
    z-index: -9;
}

/* ======================  z-index End  ======================*/
/* ======================  Width Start  ======================*/
.w--10 {
    width: 10% !important;
}

.w--20 {
    width: 20% !important;
}

.w--30 {
    width: 30% !important;
}

.w--40 {
    width: 40% !important;
}

.w--50 {
    width: 50% !important;
}

.w--60 {
    width: 60% !important;
}

.w--70 {
    width: 70% !important;
}

.w--80 {
    width: 80% !important;
}

.w--90 {
    width: 90% !important;
}

.w--100 {
    width: 100% !important;
}

/* ======================  Width End  ======================*/
/* ======================  Height Start  ======================*/
.h--10 {
    height: 10% !important;
}

.h--20 {
    height: 20% !important;
}

.h--30 {
    height: 30% !important;
}

.h--40 {
    height: 40% !important;
}

.h--50 {
    height: 50% !important;
}

.h--60 {
    height: 60% !important;
}

.h--70 {
    height: 70% !important;
}

.h--80 {
    height: 80% !important;
}

.h--90 {
    height: 90% !important;
}

.h--100 {
    height: 100% !important;
}

/* ======================  Height End  ======================*/
/* ======================  Gap Start  ======================*/
.gap--4 {
    gap: 4px !important;
}

.gap--8 {
    gap: 8px !important;
}

.gap--12 {
    gap: 12px !important;
}

.gap--16 {
    gap: 16px !important;
}

.gap--20 {
    gap: 20px !important;
}

.gap--24 {
    gap: 24px !important;
}

.gap--28 {
    gap: 28px !important;
}

.gap--32 {
    gap: 32px !important;
}

.gap--36 {
    gap: 36px !important;
}

.gap--40 {
    gap: 40px !important;
}

.gap--44 {
    gap: 44px !important;
}

.gap--48 {
    gap: 48px !important;
}

.gap--52 {
    gap: 52px !important;
}

.gap--56 {
    gap: 56px !important;
}

.gap--60 {
    gap: 60px !important;
}

.gap--64 {
    gap: 64px !important;
}

.gap--68 {
    gap: 68px !important;
}

.gap--72 {
    gap: 72px !important;
}

.gap--76 {
    gap: 76px !important;
}

.gap--80 {
    gap: 80px !important;
}

.gap--84 {
    gap: 84px !important;
}

.gap--88 {
    gap: 88px !important;
}

/* ======================  Gap End  ======================*/
/* =========================== Accordion Css start ============================= */
.accordion .accordion-item {
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white)) !important;
    box-shadow: 0 0 20px hsl(var(--base)/0.02);
    border-radius: 12px;
    overflow: hidden;
}

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

.accordion .accordion-header {
    line-height: 1.2;
}

.accordion .accordion-body {
    padding: 24px;
    background-color: transparent;
}

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

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

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

.accordion .accordion-button {
    background-color: transparent;
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 500;
    padding: 24px 50px 22px 24px;
    border-bottom: 1px solid transparent;
}

@media screen and (max-width: 1199px) {
    .accordion .accordion-button {
        font-size: 16px;
        padding: 20px 50px 18px 20px;
    }
}

@media screen and (max-width: 575px) {
    .accordion .accordion-button {
        line-height: 1.4;
    }
}

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

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

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

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

.accordion .accordion-button[aria-expanded=true]::after,
.accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f068";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    height: unset;
    font-size: 20px;
}

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

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

.pill {
    border-radius: 40px !important;
}

.btn {
    color: hsl(var(--static-white)) !important;
    font-weight: 400;
    padding: 14px 30px;
    border-radius: 60px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    font-size: 16px;
    line-height: 1.2;
}

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

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

.btn--sm {
    padding: 8px 14px;
    font-size: 12px;
}

.btn--icon {
    padding: 6px;
    padding-left: 20px;
    gap: 10px;
    font-weight: 500;
    line-height: 1;
}

.btn--icon.btn--sm {
    font-size: 14px;
}

.btn--icon.btn--sm i {
    width: 32px;
    height: 32px;
}

.btn--icon i {
    width: 40px;
    height: 40px;
    background-color: hsl(var(--static-white));
    color: hsl(var(--static-black));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

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

    .btn--icon i {
        width: 34px;
        height: 34px;
    }
}

.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-color: hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
    background-color: transparent !important;
    border-color: hsl(var(--base) / 0.2) !important;
    color: hsl(var(--heading-color)) !important;
}

.btn-outline--base.btn--icon i {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.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-outline--base:hover.btn--icon i,
.btn-outline--base:focus.btn--icon i,
.btn-outline--base:focus-visible.btn--icon i {
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
}

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

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

.btn-outline--base-two {
    background-color: transparent !important;
    border-color: hsl(var(--base-two)) !important;
    color: hsl(var(--heading-color)) !important;
}

.btn-outline--base-two.btn--icon i {
    background-color: hsl(var(--base-two));
    color: hsl(var(--white));
}

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

.btn-outline--base-two:hover.btn--icon i,
.btn-outline--base-two:focus.btn--icon i,
.btn-outline--base-two:focus-visible.btn--icon i {
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
}

.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-color: hsl(var(--primary-d-200)) !important;
}

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

.btn-outline--primary.btn--icon i {
    background-color: hsl(var(--primary));
    color: hsl(var(--white));
}

.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-outline--primary:hover.btn--icon i,
.btn-outline--primary:focus.btn--icon i,
.btn-outline--primary:focus-visible.btn--icon i {
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
}

.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-color: hsl(var(--secondary-d-200)) !important;
}

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

.btn-outline--secondary.btn--icon i {
    background-color: hsl(var(--secondary));
    color: hsl(var(--white));
}

.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-outline--secondary:hover.btn--icon i,
.btn-outline--secondary:focus.btn--icon i,
.btn-outline--secondary:focus-visible.btn--icon i {
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
}

.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-color: hsl(var(--success-d-200)) !important;
}

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

.btn-outline--success.btn--icon i {
    background-color: hsl(var(--success));
    color: hsl(var(--white));
}

.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-outline--success:hover.btn--icon i,
.btn-outline--success:focus.btn--icon i,
.btn-outline--success:focus-visible.btn--icon i {
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
}

.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-color: hsl(var(--danger-d-200)) !important;
}

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

.btn-outline--danger.btn--icon i {
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
}

.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-outline--danger:hover.btn--icon i,
.btn-outline--danger:focus.btn--icon i,
.btn-outline--danger:focus-visible.btn--icon i {
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
}

.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-color: hsl(var(--warning-d-200)) !important;
}

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

.btn-outline--warning.btn--icon i {
    background-color: hsl(var(--warning));
    color: hsl(var(--white));
}

.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-outline--warning:hover.btn--icon i,
.btn-outline--warning:focus.btn--icon i,
.btn-outline--warning:focus-visible.btn--icon i {
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
}

.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-color: hsl(var(--info-d-200)) !important;
}

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

.btn-outline--info.btn--icon i {
    background-color: hsl(var(--info));
    color: hsl(var(--white));
}

.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-outline--info:hover.btn--icon i,
.btn-outline--info:focus.btn--icon i,
.btn-outline--info:focus-visible.btn--icon i {
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
}

.btn--base-two {
    color: hsl(var(--static-white)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.card {
    padding: 24px;
    border-radius: 8px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    color: hsl(var(--body-color));
}

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

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

.card-title {
    margin-bottom: 0;
    color: hsl(var(--heading-color));
}

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

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

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

label.required:after {
    content: "*";
    color: hsl(var(--danger)) !important;
    margin-left: 2px;
}

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

/* Form Select */
.form-select {
    color: hsl(var(--black)) !important;
    padding: 12px 18px !important;
    border: 1px solid hsl(var(--black)/0.1);
    background-color: transparent;
    border-radius: 8px;
}

.form-select:focus {
    border-color: hsl(var(--black)/0.2);
    color: hsl(var(--black)) !important;
    outline: 0;
    box-shadow: none;
}

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

[data-theme=dark] .form-select {
    --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");
}

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

.form-control::placeholder {
    color: hsl(var(--black)/0.6);
    font-size: 14px;
}

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

.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]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 3px;
    background-color: hsl(var(--base)) !important;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 8px;
    color: hsl(var(--static-white)) !important;
}

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

[data-theme=dark] input:-webkit-autofill,
[data-theme=dark] textarea:-webkit-autofill,
[data-theme=dark] select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--static-white)) !important;
    caret-color: hsl(var(--static-white)) !important;
}

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

/* Show Hide Password */
.password__field {
    position: relative;
    z-index: 1;
}

.password__field input {
    padding-right: 40px !important;
}

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

.password-show-hide .open-eye-icon {
    display: none;
}

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

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

/* Custom Checkbox Design */
.form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    padding-left: 0;
}

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

.form-check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    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 6 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-check .form-check-label {
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    color: hsl(var(--black));
}

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

/* Custom Radio Design */
.form-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    padding-left: 0;
}

.form-radio .form-check-input {
    box-shadow: none;
    border: 2px solid hsl(var(--black)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: 0;
    margin-top: 0;
}

.form-radio .form-check-input:active {
    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: 8px;
    height: 8px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 3;
}

.form-radio .form-check-label {
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

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

/*  Custom Switch Design */
.form-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    padding-left: 0;
}

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

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

.form-switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-color: hsl(var(--static-white));
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    border-radius: 50%;
    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% - 17px);
}

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

.form-switch .form-check-label {
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

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

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

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

.input-group .form-control:focus {
    border: none !important;
}

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

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

.input-group .input-group-text {
    padding: 12px;
    border-width: 0px;
    border-radius: 8px;
    background-color: hsl(var(--base));
    color: hsl(var(--static-white));
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.modal-header {
    border-bottom: 1px solid hsl(var(--black)/0.06);
    padding: 15px;
}

.modal-header .close {
    width: 28px;
    height: 28px;
    background-color: hsl(var(--black)/0.1);
    font-size: 16px;
    border-radius: 50%;
    color: hsl(var(--black));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: 0.3s;
}

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

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

.modal-body {
    padding: 15px;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid hsl(var(--black)/0.06);
    justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}


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

.pagination .page-item.disabled .page-link {
    color: hsl(var(--heading-color)/0.4);
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--black)/0.08);
    border-radius: 4px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--heading-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 {
    box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.table__pt {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1199px) {
    .table__pt {
        gap: 12px;
    }
}

.table__pt img {
    width: 60px;
    border-radius: 6px;
}

@media screen and (max-width: 767px) {
    .table__pt img {
        width: 40px;
    }
}

.table__pt h5 {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 600;
}

.table__pt p {
    font-size: 12px;
    font-weight: 500;
}

.action__btn {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
}

.action__btn .btn {
    padding: 14px;
    font-size: 14px;
}

@media screen and (max-width: 1199px) {
    .action__btn .btn {
        padding: 12px;
        font-size: 12px;
    }
}

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

.table thead tr th {
    text-align: center;
    padding: 14px 10px;
    color: hsl(var(--heading-color));
    font-family: var(--body-font);
    font-weight: 500;
    max-width: 170px;
    font-size: 16px;
    border: none;
    background-color: hsl(var(--base)/0.06);
}

@media screen and (max-width: 1199px) {
    .table thead tr th {
        font-size: 14px;
        padding: 12px;
    }
}

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

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

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

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

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

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    font-weight: 400;
    max-width: 170px;
    font-size: 14px;
    border: none;
    background-color: transparent;
}

@media screen and (max-width: 1199px) {
    .table tbody tr td {
        font-size: 14px;
        padding: 12px;
    }
}

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

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

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

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

    .table--responsive--sm .table__pt {
        flex-direction: row-reverse;
    }

    .table--responsive--sm tbody tr {
        display: block;
        margin-bottom: 5px;
    }

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

    .table--responsive--sm tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.8);
        max-width: unset;
    }

    .table--responsive--sm tbody tr td:last-child {
        border: none;
        border-radius: 0;
    }

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

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

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

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

    .table--responsive--md .table__pt {
        flex-direction: row-reverse;
    }

    .table--responsive--md tbody tr {
        display: block;
        margin-bottom: 5px;
    }

    .table--responsive--md tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

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

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

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

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

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

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

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

    .table--responsive--lg .table__pt {
        flex-direction: row-reverse;
    }

    .table--responsive--lg tbody tr {
        display: block;
        margin-bottom: 5px;
    }

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

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

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

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

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

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

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

    .table--responsive--xl .table__pt {
        flex-direction: row-reverse;
    }

    .table--responsive--xl tbody tr {
        display: block;
        margin-bottom: 5px;
    }

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

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

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

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

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

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

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 40px;
}

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

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

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

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

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

[data-theme=dark] .custom--tab .nav-item .nav-link.active {
    color: hsl(var(--static-white));
}

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

.custom--tab .nav-item #pills-disabled-tab.nav-link {
    background-color: hsl(var(--black)/0.04) !important;
    color: hsl(var(--heading-color)/0.6);
}

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

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

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

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

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

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

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

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

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--white));
    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: 16px;
    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: 13px;
    }
}

.alert__link {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ====================================== Alert Css End =============================== */
/* ======================  Dropdown Section Start  ======================*/
.dropdown-toggle {
    color: hsl(var(--heading-color));
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 7px;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: -3px;
    border: solid currentColor;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    vertical-align: 0;
    transition: 0.2s;
}

.dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(225deg);
    margin-top: 3px;
}

.dropdown-menu {
    min-width: max-content;
    padding: 0;
    font-size: 16px;
    color: hsl(var(--heading-color));
    background-color: hsl(var(--white));
    border: 0;
    border-radius: 8;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: var(--box-shadow);
}

.dropdown-item {
    padding: 8px 18px;
    font-weight: 400;
    color: hsl(var(--body-color));
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid hsl(var(--border-color)/0.3);
    border-radius: 0;
    font-size: 16px;
    transition: 0.3s;
}

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

.dropdown-item.active,
.dropdown-item:active {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

/* ======================  Dropdown Section End  ======================*/
/* ================================= Preloader Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--body-bg));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader .loader__text {
    width: fit-content;
    font-weight: 800;
    font-family: var(--heading-font);
    letter-spacing: 2px;
    font-size: 32px;
    background: radial-gradient(circle closest-side, hsl(var(--base)) 94%, transparent) right/calc(200% - 1em) 100%;
    animation: loader__circle 1s infinite alternate linear;
}

.preloader .loader__text::before {
    content: attr(data-text);
    line-height: 1.2;
    color: transparent;
    background: inherit;
    background-image: radial-gradient(circle closest-side, hsl(var(--white)) 94%, hsl(var(--body-color)/0.6));
    -webkit-background-clip: text;
    background-clip: text;
}

@keyframes loader__circle {
    100% {
        background-position: left;
    }
}

/* ================================= Preloader Css End ===========================  */
/* ======================  Offcanvas Section Start  ======================*/
.offcanvas__area {
    position: fixed;
    left: -100%;
    top: 0;
    width: 300px;
    height: 100%;
    padding: 20px;
    background-color: hsl(var(--white));
    border-right: 1px solid hsl(var(--black)/0.03);
    z-index: 15;
    transition: 0.4s;
    visibility: hidden;
    overflow-y: auto;
}

.offcanvas__area::-webkit-scrollbar {
    width: 5px;
}

.offcanvas__area::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsl(var(--black)/0.1);
}

.offcanvas__area::-webkit-scrollbar-thumb {
    background: hsl(var(--base)/0.7);
}

.offcanvas__area::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--base));
}

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

.offcanvas__area .offcanvas__topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.offcanvas__area .offcanvas__topbar a img {
    width: 140px;
}

.offcanvas__area .offcanvas__topbar .menu__close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: hsl(var(--white));
    background-color: hsl(var(--danger));
    font-size: 20px;
    border-radius: 4px;
    transition: 0.3s;
}

.offcanvas__area .offcanvas__topbar .menu__close:hover {
    background-color: hsl(var(--danger-d-200));
    color: hsl(var(--white));
}

.offcanvas__area .offcanvas__main .offcanvas__widgets {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: hsl(var(--heading-color));
    border-bottom: 1px solid hsl(var(--black)/0.06);
    padding: 12px 0;
    transition: 0.3s;
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li a:hover,
.offcanvas__area .offcanvas__main .offcanvas__menu ul li a.active {
    color: hsl(var(--base));
}

/* ======================  Offcanvas Section End  ======================*/
/* ======================  Header Section Start  ======================*/
.header__area {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    width: 100%;
    z-index: 8;
}

.header__area.fixed-header {
    position: fixed;
    top: 0;
    background-color: hsl(var(--white)/0.8);
    backdrop-filter: blur(10px);
    box-shadow: var(--box-shadow);
    transition: 0.25s linear;
    animation: slide-down 0.4s;
    padding: 12px 0;
}

.header__area .header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header__area .header__main .menu__open {
    font-size: 24px;
    color: hsl(var(--heading-color));
    cursor: pointer;
    transition: 0.3s;
    display: none;
}

@media screen and (max-width: 991px) {
    .header__area .header__main .menu__open {
        display: block;
    }
}

.header__area .header__main .menu__open:hover {
    color: hsl(var(--base));
}

.header__area .header__logo a img {
    max-width: 160px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .header__area .header__menu {
        display: none;
    }
}

.header__area .header__menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

@media screen and (max-width: 1199px) {
    .header__area .header__menu ul {
        gap: 20px;
    }
}

.header__area .header__menu ul li a {
    color: hsl(var(--body-color));
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: 0.3s;
}

@media screen and (max-width: 1199px) {
    .header__area .header__menu ul li a {
        font-size: 14px;
    }
}

.header__area .header__menu ul li a:hover,
.header__area .header__menu ul li a.active {
    color: hsl(var(--base));
}

.header__area .header__widgets {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

@media screen and (max-width: 991px) {
    .header__area .header__widgets {
        display: none;
    }
}

.language__item {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    user-select: none;
}

.language__item img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
}

.language__item p {
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
}

.language__item:hover p {
    color: hsl(var(--heading-color));
}

.dropdown-toggle .language__item p {
    font-size: 16px;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 1199px) {
    .dropdown-toggle .language__item p {
        font-size: 14px;
    }
}

.dropdown-toggle .language__item:hover p {
    color: hsl(var(--heading-color));
}

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

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

.logo__white {
    display: none;
}

.logo__dark {
    display: none;
}

[data-theme=dark] .logo__white {
    display: inline-block;
}

[data-theme=light] .logo__dark {
    display: inline-block;
}

/* ======================  Header Section End  ======================*/
/* ======================  Footer Section Start  ======================*/
.footer__area {
    background-color: #18181B;
    background-image: linear-gradient(to bottom, hsl(var(--base)/0.2), transparent);
    position: relative;
    z-index: 1;
}

.footer__sp {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    user-select: none;
    pointer-events: none;
    width: auto;
    height: 96%;
    opacity: 0.2;
}

.footer__sp img {
    width: auto;
    height: 100%;
}

.footer__about a img {
    max-width: 190px;
    width: 100%;
}

.footer__about p {
    margin-top: 10px;
    max-width: 400px;
    color: hsl(var(--static-white));
}

@media screen and (max-width: 991px) {
    .footer__about p {
        margin-inline: auto;
    }
}

.footer__menu h2,
.footer__contact h2 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    color: hsl(var(--static-white));
}

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

    .footer__menu h2,
    .footer__contact h2 {
        margin-bottom: 16px;
        font-size: 16px;
    }
}



.footer__menu ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__menu ul li a {
    font-size: 18px;
    color: hsl(var(--static-white));
    position: relative;
    z-index: 1;
    padding-left: 14px;
}

@media screen and (max-width: 1199px) {
    .footer__menu ul li a {
        font-size: 14px;
    }
}

.footer__menu ul li a::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 5px;
    height: 5px;
    border-radius: 40px;
    content: "";
    background-color: hsl(var(--base));
    transition: 0.3s;
}

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

.footer__newsletter {
    max-width: 340px;
    margin-top: 32px;
}

@media screen and (max-width: 991px) {
    .footer__newsletter {
        margin-inline: auto;
        margin-bottom: 32px;
    }
}

.footer__newsletter h3 {
    font-size: 16px;
    color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .footer__newsletter h3 {
        font-size: 14px;
    }
}

.newsletter__form {
    position: relative;
    z-index: 1;
}

.newsletter__form button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    height: calc(100% - 12px);
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
}

.newsletter__form input {
    padding-right: 90px !important;
    background-color: hsl(var(--white));
}

.footer__social {
    margin-top: 32px;
}

.footer__contact ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__contact ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: hsl(var(--static-white));
}

@media screen and (max-width: 1199px) {
    .footer__contact ul li a {
        font-size: 14px;
    }
}

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

.footer__social .social__icon.dark__social li a {
    background-color: hsl(var(--static-white)/0.06);
    color: hsl(var(--static-white));
}

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

.footer__bottom {
    padding-top: 24px;
    text-align: center;
}

.footer__bottom p {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    color: hsl(var(--static-white)/0.6);
}

.footer__bottom p a {
    color: hsl(var(--static-white));
}

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

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

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

/* ======================  Footer Section End  ======================*/
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: hsl(var(--base));
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    transition: 0.5s;
    cursor: pointer;
    transform: scale(0);
    border: 1px solid hsl(var(--base));
}

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

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

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

/* ================================= Template Selection Css End ===========================  */
/* ======================  Social Icon Section Start  ======================*/
.social__icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.social__icon.dark__social li a {
    background-color: hsl(var(--white)/0.15);
    color: hsl(var(--white));
}

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

.social__icon li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--black)/0.04);
    color: hsl(var(--heading-color));
    border-radius: 50%;
    transition: 0.3s;
    font-size: 16px;
}

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

/* ======================  Social Icon Section End  ======================*/
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 60px;
    background: linear-gradient(135deg, hsl(var(--info) / 0.04), hsl(var(--base) / 0.04));
    position: relative;
    z-index: 1;
}

.breadcrumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(hsl(var(--black) / 0.02) 1px, transparent 1px),
        linear-gradient(90deg, hsl(var(--black) / 0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: -1;
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    font-size: 32px;
    margin-bottom: 0;
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.breadcrumb__item {
    color: hsl(var(--body-color) / 0.8);
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.breadcrumb__item i {
    transform: rotate(-45deg);
    margin-bottom: -2px;
}

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

.breadcrumb__link {
    color: hsl(var(--body-color) / 0.8);
    font-weight: 500;
}

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

[data-theme=dark] .breadcrumb::after {
    opacity: 0.06;
}

/* ====================== Breadcrumb Css End ==================== */
/* ======================  Star Rating Section Start  ======================*/
.star__rating {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
    list-style: none !important;
}

.star__rating li {
    font-size: 16px;
    color: hsl(var(--body-color));
    line-height: 1;
}

.star__rating li i {
    color: hsl(var(--warning));
}

/* ======================  Star Rating Section End  ======================*/
/* ======================  Select2 Section Start  ======================*/
.select2.select2-container {
    width: 100% !important;
}

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

.select2-container--default .select2-selection--single {
    background-color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--black)/0.1) !important;
    border-radius: 8px !important;
    height: auto !important;
    padding: 14px 30px 14px 14px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: normal !important;
    color: hsl(var(--heading-color)) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-size: 16px !important;
    color: hsl(var(--heading-color)) !important;
    font-weight: 900 !important;
    transition: 0.3s !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    transform: translateY(-50%) rotate(-180deg) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-dropdown {
    background-color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--black)/0.1) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.select2-search--dropdown {
    padding: 6px !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid hsl(var(--black)/0.1) !important;
    background-color: hsl(var(--white)/0.2) !important;
}

[data-theme=dark] .select2-search--dropdown .select2-search__field {
    color: hsl(var(--black));
}

.select2-results__option {
    padding: 10px 14px;
    user-select: none;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.select2-results__option:last-child {
    border-bottom: none;
}

.select2-container--default .select2-results>.select2-results__options {
    scrollbar-width: thin;
}

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

.select2-container--default .select2-results__option--selected {
    background-color: hsl(var(--base)/0.1) !important;
    border-color: hsl(var(--base)/0.1) !important;
}

.select2-results__option.select2-results__message {
    text-align: center;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: hsl(var(--black)/0.1) !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border-radius: 8px !important;
    border-color: hsl(var(--black)/0.1) !important;
    padding-bottom: 10px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px !important;
    margin-left: 16px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: hsl(var(--section-bg)) !important;
    border: 1px solid hsl(var(--black) / 0.1) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid hsl(var(--black) / 0.1) !important;
    color: hsl(var(--heading-color)) !important;
}

[data-theme=dark] .select2-container--default .select2-search--inline .select2-search__field {
    color: hsl(var(--static-white));
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: hsl(var(--danger)) !important;
}

/* ======================  Select2 Section End  ======================*/
/*=============================== Darklight css start here ================================*/
.theme-switch-wrapper {
    position: fixed;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.theme-switch__slider {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    backdrop-filter: blur(15px);
    padding: 8px 6px;
    border-radius: 55px;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}

.theme-switch__slider:hover {
    background-color: hsl(var(--white));
    border-color: hsl(var(--black)/0.15);
}

.theme-switch__slider span {
    writing-mode: sideways-rl;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: hsl(var(--black));
}

.theme-switch__slider i {
    width: 30px;
    height: 30px;
    background-color: hsl(var(--black)/0.1);
    color: hsl(var(--black));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

[data-theme=dark] .theme-switch__slider i {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

[data-theme=light] .theme-switch .theme-switch__slider i::before {
    content: "\f185";
    color: hsl(var(--black));
    font-family: "Line Awesome Free";
}

/*=============================== Darklight css end here ================================*/
/* ======================  Hero Section Start  ======================*/
.hero__area {
    position: relative;
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 160px;
    background-image: linear-gradient(to left top, hsl(var(--base) / 0.2), transparent);
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .hero__area {
        padding-top: 150px;
        padding-bottom: 80px;
    }
}

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

.hero__area::after {
    position: absolute;
    right: 9%;
    bottom: 8%;
    z-index: -2;
    content: "";
    width: 600px;
    aspect-ratio: 1;
    background-image: linear-gradient(to left top, hsl(var(--base) / 0.3), transparent);
    border-radius: 50%;
}

.hero__wrap {
    max-width: 635px;
}

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

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

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

.hero__info {
    position: absolute;
    right: 26%;
    top: 20%;
    z-index: 1;
}

.hero__info ul li {
    background-color: hsl(var(--white) / 0.6);
    backdrop-filter: blur(10px);
    padding: 16px 24px;
    width: 180px;
    border-radius: 16px;
}

.hero__info ul li h5 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 6px;
    color: hsl(var(--body-color) / 0.4);
}

.hero__info ul li p {
    font-size: 20px;
    font-weight: 700;
}

.hero__info ul li:nth-child(even) {
    margin-left: 120px;
    margin-block: 32px;
}

.hero__thumb {
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
    width: 700px;
}

.hero__content p {
    font-size: 28px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
    .hero__content p {
        font-size: 24px;
    }

    .hero__thumb {
        width: 570px;
    }

    .hero__area::after {
        width: 500px;
    }

    .hero__info {
        right: 21%;
    }
}

@media screen and (max-width: 1199px) {
    .hero__content p {
        font-size: 20px;
    }

    .hero__thumb {
        width: 470px;
    }

    .hero__area::after {
        width: 400px;
    }

    .hero__info ul li h5 {
        font-size: 14px;
    }

    .hero__info ul li p {
        font-size: 16px;
    }

    .hero__info ul li {
        padding: 12px 18px;
        width: 160px;
        border-radius: 12px;
    }

    .hero__info ul li:nth-child(even) {
        margin-left: 90px;
        margin-block: 18px;
    }

    .hero__info {
        right: 20%;
    }
}

@media screen and (max-width: 991px) {
    .hero__info {
        right: auto;
        left: 22%;
        top: auto;
        bottom: 13%;
        z-index: 1;
    }

    .hero__area::after {
        right: 20%;
        bottom: 2%;
        width: 340px;
    }
}

@media screen and (max-width: 991px) {
    .hero__thumb {
        position: relative;
        right: auto;
        left: 65%;
        transform: translateX(-50%);
        width: 370px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .hero__info {
        left: 12%;
    }

    .hero__content p {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .hero__info {
        display: none;
    }

    .hero__thumb {
        left: 50%;
    }

    .hero__area::after {
        right: 10%;
    }
}

.hero__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .hero__bottom {
        justify-content: center;
    }
}

.hero__users img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid hsl(var(--white));
}

.hero__users {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.hero__users img:not(:first-child) {
    margin-left: -10px;
}

/* ======================  Hero Section End  ======================*/
/* ======================  Brand Section Start  ======================*/
.brand__area {
    background-color: hsl(var(--body-color));
    padding-block: 40px;
}

@media screen and (max-width: 1199px) {
    .brand__area {
        padding-block: 30px;
    }
}

[data-theme=dark] .brand__area {
    background-color: hsl(var(--black) / 0.1);
}

.slide-transition {
    transition-timing-function: linear;
}

.brand__slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand__slider .swiper-slide img {
    width: 100%;
    filter: invert(1) brightness(100);
}

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

.tutorial__sp {
    position: absolute;
    left: 0;
    top: -100px;
    z-index: -1;
    filter: blur(60px);
    opacity: 0.5;
    max-width: 496px;
}

.tutorial__sp svg {
    width: 100%;
}

.tutorial__single {
    background-color: hsl(var(--white));
    padding: 40px;
    border: 1px solid hsl(var(--black) / 0.06);
    border-radius: 16px;
}

.tutorial__single span {
    width: 52px;
    height: 52px;
    background-color: hsl(var(--base));
    color: hsl(var(--static-white));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 6px;
    margin-bottom: 24px;
}

.col-lg-4:nth-child(2) .tutorial__single span {
    background-color: hsl(var(--info));
}

.col-lg-4:nth-child(3) .tutorial__single span {
    background-color: hsl(var(--success));
}

.tutorial__single p {
    font-size: 20px;
}

.tutorial__single h3 {
    margin-bottom: 16px;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    .tutorial__single {
        padding: 30px;
        border-radius: 12px;
    }

    .tutorial__single h3 {
        font-size: 26px;
    }

    .tutorial__single p {
        font-size: 18px;
    }
}

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

    .tutorial__single h3 {
        font-size: 24px;
    }

    .tutorial__single p {
        font-size: 16px;
    }
}

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

.pricing__sp {
    position: absolute;
    right: 0;
    top: -110px;
    z-index: -1;
    filter: blur(60px);
    opacity: 0.3;
    max-width: 494px;
}

.pricing__sp svg {
    width: 100%;
}

.pricing__wrap table {
    width: 100%;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0 0;
}

.pricing__wrap table tr th {
    padding: 10px;
}

.pricing__wrap table tr td {
    padding: 20px;
    text-align: center;
    border-bottom: 1px dashed hsl(var(--body-color) / 0.2);
    font-size: 18px;
}

.pricing__wrap table tr td:first-child {
    text-align: start;
    font-weight: 600;
    background-color: hsl(var(--base) / 0.04);
}

.pricing__wrap table tr:last-child td {
    border-bottom: none;
}

.pricing__header {
    text-align: center;
    margin-bottom: 24px;
}

.pricing__header .pricing-plan-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: hsl(var(--black));
}

.pricing__header p {
    font-size: 14px;
    margin-bottom: 16px;
}

.pricing__header .price-badge {
    font-size: 28px;
    font-weight: 600;
    color: hsl(var(--static-white));
    margin-bottom: 0;
    background-color: hsl(var(--info));
    padding: 10px;
    border-radius: 100px;
}

.pricing__header h5 span {
    color: hsl(var(--static-white));
    font-weight: 700;
    font-size: 32px;
}

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

    .pricing__wrap {
        width: 100%;
        overflow-x: auto;
    }

    .pricing__wrap table {
        width: 1200px;
    }

    .pricing__wrap table tr td {
        padding: 16px;
        font-size: 16px;
    }

    .pricing__header h5 span {
        font-size: 24px;
    }

    .pricing__header .pricing-plan-title {
        font-size: 14px;
    }

    .pricing__header .price-badge {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .pricing-plan-featured-icon{
      width: 25px !important;
      height: 25px !important;
    }

}

.pricing__billing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.pricing-cycle-option {
    font-size: 14px;
    font-weight: 600;
    color: hsl(var(--body-color) / 0.7);
    transition: color .15s ease;
}

.pricing-cycle-option.active {
    color: hsl(var(--heading-color));
}

.pricing__billing .form-check-input {
    cursor: pointer;
}

.pricing-feature-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
}

.pricing-feature-status.is-active {
    color: hsl(var(--success));
    background: hsl(var(--success) / 0.12);
}

.pricing-feature-status.is-inactive {
    color: hsl(var(--danger));
    background: hsl(var(--danger) / 0.1);
}

.pricing-plan-featured-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 22px;
    box-shadow: 0 10px 20px hsl(var(--base) / 0.24);
    flex-shrink: 0;
}

/* --------- */
/* ── Modal Shell ─────────────────────────────────────── */
.purchase-modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

/* ── Header ──────────────────────────────────────────── */
.purchase-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px 24px 0;
}

.purchase-modal-subtitle {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: hsl(var(--black) / 0.5);
    margin: 0 0 4px;
}

.purchase-modal-title {
    font-size: 22px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    margin: 0;
}

.purchase-close-btn {
    width: 34px;
    height: 34px;
    border: 1.5px solid hsl(var(--black) / 0.1);
    border-radius: 50%;
    background: hsl(var(--white));
    color: hsl(var(--body-color));
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .15s;
    margin-top: 2px;
}

.purchase-close-btn:hover {
    background: hsl(var(--border-color));
    color: hsl(var(--heading-color));
}

/* ── Body ────────────────────────────────────────────── */
.purchase-modal-body {
    padding: 20px 24px;
}

/* ── Price Banner ────────────────────────────────────── */
.purchase-price-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, hsl(var(--base) / 0.06) 0%, hsl(var(--base) / 0.1) 100%);
    border: 1.5px solid hsl(var(--base) / 0.1);
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 20px;
}

.purchase-price-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: hsl(var(--base));
    display: block;
    margin-bottom: 4px;
}

.purchase-price-value .price {
    font-size: 26px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    line-height: 1;
}

.discount-after-label {
    font-size: 11px;
    color: hsl(var(--base));
    margin-right: 4px;
}

.discount-amount {
    color: hsl(var(--base));
    font-size: 14px;
}

.purchase-duration-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: hsl(var(--white));
    border: 1.5px solid hsl(var(--base) / 0.1);
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    color: hsl(var(--base));
}

/* ── Field Groups ────────────────────────────────────── */
.purchase-field-group {
    margin-bottom: 18px;
}

.purchase-field-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: hsl(var(--body-color));
    margin-bottom: 8px;
}

.purchase-field-label i {
    margin-right: 4px;
}

/* ── Billing Cycle Toggle ────────────────────────────── */
.purchase-cycle-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.cycle-option {
    margin: 0;
    cursor: pointer;
}

.cycle-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cycle-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 12px 10px;
    border: 1.5px solid hsl(var(--border-color));
    border-radius: 12px;
    background: hsl(var(--black) / 0.02);
    transition: all .15s;
    cursor: pointer;
}

.cycle-label:hover {
    border-color: hsl(var(--base) / 0.1);
    background: hsl(var(--black) / 0.02);
}

.cycle-option input:checked+.cycle-label {
    border-color: hsl(var(--base));
    background: hsl(var(--base) / 0.02);
    box-shadow: 0 0 0 3px hsl(var(--black) / 0.08);
}

.cycle-name {
    font-size: 14px;
    font-weight: 600;
    color: hsl(var(--black));
}

.cycle-save-badge {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    background: hsl(var(--base));
    color: hsl(var(--white));
    padding: 2px 7px;
    border-radius: 20px;
}

/* ── Coupon ──────────────────────────────────────────── */
.purchase-coupon-row {
    display: flex;
    gap: 8px;
}

.purchase-coupon-input {
    flex: 1;
    height: 44px;
    border: 1.5px solid hsl(var(--border-color));
    border-radius: 10px;
    padding: 0 14px;
    font-size: 14px;
    color: hsl(var(--black));
    outline: none;
    transition: border-color .15s;
    background: hsl(var(--black) / 0.02);
}

.purchase-coupon-input:focus {
    border-color: hsl(var(--base));
    background: hsl(var(--white));
    box-shadow: 0 0 0 3px hsl(var(--base-d-400) / 0.08);
}

.purchase-coupon-btn {
    height: 44px;
    padding: 0 16px;
    border: 1.5px solid hsl(var(--base));
    border-radius: 10px;
    background: hsl(var(--white));
    color: hsl(var(--base));
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: all .15s;
}

.purchase-coupon-btn:hover:not(.disable) {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.purchase-coupon-btn.disable {
    opacity: .4;
    pointer-events: none;
}

.purchase-coupon-btn.remove {
    border-color: hsl(var(--danger));
    color: hsl(var(--danger));
}

.purchase-coupon-btn.remove:hover {
    background: hsl(var(--danger));
    color: hsl(var(--white));
}

/* ── Payment Methods ─────────────────────────────────── */
.purchase-methods {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.purchase-method-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border: 1.5px solid hsl(var(--border-color));
    border-radius: 12px;
    background: hsl(var(--black) / 0.02);
    cursor: pointer;
    transition: all .15s;
    margin: 0;
    position: relative;
}

.purchase-method-card:hover {
    border-color: hsl(var(--base) / 0.1);
    background: hsl(var(--base) / 0.02);
}

.purchase-method-card:has(.method-input:checked) {
    border-color: hsl(var(--base));
    background: hsl(var(--base) / 0.02);
    box-shadow: 0 0 0 3px hsl(var(--base-d-400) / 0.08);
}

.pm-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.pm-icon--wallet {
    background: hsl(var(--base) / 0.1);
    color: hsl(var(--base));
}

.pm-icon--gateway {
    background: hsl(var(--border-color));
    color: hsl(var(--info));
}

.pm-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pm-name {
    font-size: 14px;
    font-weight: 600;
    color: hsl(var(--body-color));
}

.pm-desc {
    font-size: 12px;
    color: hsl(var(--body-color) / 0.7);
}

.user-balance {
    font-size: 12px;
    color: hsl(var(--base));
    text-align: right;
    line-height: 1.4;
}

.pm-balance-label {
    display: block;
    font-size: 10px;
    color: hsl(var(--body-color) / 0.7);
}

.pm-balance-cur {
    font-size: 11px;
    color: hsl(var(--body-color) / 0.7);
}

.pm-check {
    width: 22px;
    height: 22px;
    border: 1.5px solid hsl(var(--body-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: transparent;
    flex-shrink: 0;
    transition: all .15s;
}

.purchase-method-card:has(.method-input:checked) .pm-check {
    background: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

/* ── Footer ──────────────────────────────────────────── */
.purchase-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 24px 22px;
    border-top: 1px solid hsl(var(--border-color));
}

.purchase-cancel-btn {
    height: 44px;
    padding: 0 20px;
    border: 1.5px solid hsl(var(--border-color));
    border-radius: 10px;
    background: hsl(var(--white));
    color: hsl(var(--body-color) / 0.7);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .15s;
}

.purchase-cancel-btn:hover {
    background: hsl(var(--border-color));
    color: hsl(var(--heading-color));
}

.purchase-submit-btn {
    height: 44px;
    padding: 0 24px;
    border: none;
    border-radius: 10px;
    background: hsl(var(--base));
    color: hsl(var(--static-white));
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: all .15s;
}

.purchase-submit-btn:hover {
    background: hsl(var(--base-d-200));
}

.purchase-submit-btn:active {
    transform: scale(.98);
}

/* ── Guest icon ──────────────────────────────────────── */
.purchase-guest-icon {
    width: 56px;
    height: 56px;
    background: hsl(var(--border-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: hsl(var(--base));
    margin: 0 auto;
}

/* ---------- */

/* ======================  Pricing Section End  ======================*/
/* ======================  FAQ Section Start  ======================*/
.faq__area {
    position: relative;
    z-index: 2;
}

.faq__sp {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    filter: blur(60px);
    opacity: 0.4;
    max-width: 496px;
}

.faq__sp svg {
    width: 100%;
}

.faq__thumb {
    max-width: 96%;
    position: relative;
    z-index: 1;
}

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

@media screen and (max-width: 991px) {
    .faq__thumb {
        max-width: 60%;
        margin-inline: auto;
        margin-bottom: 30px;
    }
}

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

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

.faq__thumb img {
    width: 100%;
    border-radius: 16px;
}

@media screen and (max-width: 1199px) {
    .faq__thumb img {
        border-radius: 12px;
    }
}

.faq__support {
    border: 1px solid hsl(var(--white));
    background-color: hsl(var(--white)/0.8);
    backdrop-filter: blur(24px);
    padding: 24px;
    border-radius: 16px;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .faq__support {
        border-radius: 12px;
    }
}

.faq__support a {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@media screen and (max-width: 1199px) {
    .faq__support a {
        margin-top: 16px;
    }
}

.faq__support a .la-arrow-right {
    font-size: 18px;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.faq__support a:hover {
    letter-spacing: 1px;
}

.faq__support a:hover .la-arrow-right {
    transform: rotate(0);
}

.faq__content h3 {
    font-size: 24px;
}

@media screen and (max-width: 1199px) {
    .faq__content h3 {
        font-size: 20px;
    }
}

.faq__content p {
    max-width: 340px;
}

.faq__wrap .nav-link {
    text-align: start;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: hsl(var(--body-color));
    border-left: 5px solid transparent;
    border-radius: 0;
    transition: 0.3s;
}

.faq__wrap .nav-pills .nav-link.active,
.faq__wrap .nav-pills .show>.nav-link {
    padding-left: 16px;
    color: hsl(var(--base));
    background-color: transparent;
    border-color: hsl(var(--base));
}

.faq__wrap .nav {
    min-width: 340px;
    margin-right: 24px;
}

/* ======================  FAQ Section End  ======================*/
/* ======================  Feaure Section Start  ======================*/
.feature__area {
    position: relative;
    z-index: 2;
}

.feature__sp {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    filter: blur(60px);
    opacity: 0.3;
    max-width: 494px;
}

.feature__sp svg {
    width: 100%;
}

.feature__sp2 {
    position: absolute;
    right: 0;
    bottom: 5%;
    z-index: -1;
    filter: blur(60px);
    opacity: 0.3;
    max-width: 494px;
}

.feature__sp2 svg {
    width: 100%;
}

.feature__sp3 {
    position: absolute;
    left: 0;
    top: 15%;
    z-index: -1;
    filter: blur(60px);
    opacity: 0.3;
    max-width: 494px;
}

.feature__sp3 svg {
    width: 100%;
}

.feature__wrap {
    position: sticky;
    top: 100px;
    padding: 60px;
    border-radius: 24px;
    background-color: #fff5ea;
}

[data-theme=dark] .feature__wrap {
    background-color: #3d2308;
}

.feature__wrap:nth-child(2) {
    top: 120px;
    background-color: #e8f9ff;
}

.feature__wrap:nth-child(3) {
    top: 140px;
    background-color: #ffeaf2;
}

.feature__wrap:nth-child(4) {
    background-color: #f2ffea;
}

[data-theme=dark] .feature__wrap:nth-child(2) {
    background-color: #08303f;
}

[data-theme=dark] .feature__wrap:nth-child(3) {
    background-color: #3b071b;
}

[data-theme=dark] .feature__wrap:nth-child(4) {
    background-color: #1a3808;
}

.feature__img {
    max-width: 90%;
    margin-inline: auto;
    background-color: hsl(var(--white) / 0.5);
    padding: 40px;
    border-radius: 16px;
}

.feature__img img {
    width: 100%;
}

.feature__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature__content span {
    font-size: 16px;
    color: hsl(var(--body-color) / 0.5);
    display: block;
    margin-bottom: 8px;
}

.feature__content p {
    font-size: 22px;
}

@media screen and (max-width: 1399px) {
    .feature__content p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .feature__content p {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .feature__img {
        max-width: 300px;
        padding: 24px;
        border-radius: 12px;
        margin-bottom: 24px;
    }

    .feature__content p {
        font-size: 16px;
    }

    .feature__content span {
        font-size: 14px;
    }

}

@media screen and (max-width: 575px) {
    .feature__wrap {
        padding: 30px;
        border-radius: 14px;
    }
}

/* ======================  Feaure Section End  ======================*/
/* ======================  Testimonial Section Start  ======================*/
.testimonial__area {
    position: relative;
    z-index: 1;
}

.testimonial__sp {
    position: absolute;
    left: 0;
    top: 12%;
    z-index: -1;
    filter: blur(65px);
    opacity: 0.3;
    max-width: 1070px;
}

.testimonial__sp svg {
    width: 100%;
}

.testimonial__single>p {
    font-size: 18px;
    color: hsl(var(--body-color));
    font-style: italic;
}

@media screen and (max-width: 575px) {
    .testimonial__single>p {
        font-size: 18px;
    }
}

.testimonial__single {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    padding: 24px;
    border-radius: 12px;
}

.testimonial__single .star__rating {
    margin-bottom: 16px;
}

.testimonial__single .star__rating li {
    font-size: 18px;
}

.testimonial__quote {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: -1;
    font-size: 100px;
    opacity: 0.1;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .testimonial__quote {
        right: 10px;
        font-size: 80px;
    }
}

.testimonial__bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 50px;
}

.testimonial__bottom img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

@media screen and (max-width: 575px) {
    .testimonial__bottom img {
        width: 50px;
        height: 50px;
    }
}

.testimonial__info h3 {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .testimonial__info h3 {
        font-size: 18px;
    }
}

.testimonial__info p {
    font-size: 12px;
    opacity: 0.6;
}

/* ======================  Testimonial Section End  ======================*/
/* ======================  Blog Section Start  ======================*/
.blog__area {
    position: relative;
    z-index: 2;
}

.blog__sp {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    filter: blur(60px);
    opacity: 0.4;
    max-width: 496px;
}

.blog__sp svg {
    width: 100%;
}

.blog__topbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

@media screen and (max-width: 575px) {
    .blog__topbar {
        flex-direction: column;
        align-items: flex-start;
    }
}

.blog__topbar .section__heading {
    max-width: 600px;
    margin-left: 0 !important;
}

.blog__topbar .section__heading p {
    max-width: 100%;
}

.blog__topbar a {
    flex: 0 0 auto;
}

.blog__single {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black) / 0.1);
    padding: 20px;
    border-radius: 16px;
}

@media screen and (max-width: 1199px) {
    .blog__single {
        padding: 16px;
        border-radius: 12px;
    }
}

.blog__single:hover .blog__img a img {
    filter: brightness(0.8);
    transform: scale(1.05);
}

.blog__img a {
    display: block;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .blog__img a {
        border-radius: 10px;
    }
}

.blog__img a img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s;
}

.blog__content {
    margin-top: 20px;
}

.blog__content h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .blog__content h3 {
        font-size: 22px;
        line-height: 1.4;
    }
}

.blog__content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog__content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0.7;
}

.blog__date {
    color: hsl(var(--black));
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

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

.blog__date i {
    font-size: 18px;
    color: hsl(var(--base));
}

/* ======================  Blog Section End  ======================*/
/* ======================  Blog Details Section Start  ======================*/
.search__box {
    position: relative;
    z-index: 2;
}

.search__box button {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: hsl(var(--black)/0.8);
}

.search__box .form-control {
    padding-right: 44px !important;
}

.blog__sidebar {
    position: sticky;
    top: 100px;
}

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

.recent__blog__title h4 {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1;
}

.recent__blog__title {
    padding-bottom: 8px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    width: fit-content;
}

.recent__blog__title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34%;
    height: 2px;
    background-color: hsl(var(--base));
    content: "";
    z-index: 1;
}

.recent__blog__single {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.recent__blog__single>a {
    width: 85px;
    height: 70px;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .recent__blog__single>a {
        width: 70px;
        border-radius: 5px;
    }
}

.recent__blog__single>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.recent__blog__single h6 {
    margin-bottom: 6px;
}

.recent__blog__single h6 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent__blog__single p {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.recent__blog__single p i {
    color: hsl(var(--base));
}

.recent__blog__single:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid hsl(var(--black)/0.06);
}

.recent__blog__single:hover>a img {
    transform: scale(1.1);
}

.blog__details__content img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    .blog__details__content img {
        border-radius: 10px;
    }
}

.blog__quote {
    background-color: hsl(var(--base)/0.1);
    border-radius: 0 10px 10px 0;
    padding: 32px 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    margin-left: 18px;
}

@media screen and (max-width: 991px) {
    .blog__quote {
        margin-bottom: 16px;
        padding: 22px 14px;
        border-radius: 0 6px 6px 0;
    }
}

.blog__quote::after {
    position: absolute;
    left: -8px;
    top: 0;
    width: 2px;
    height: 100%;
    content: "";
    z-index: 1;
    background-color: hsl(var(--base));
}

.blog__quote::before {
    position: absolute;
    left: -18px;
    top: 0;
    width: 7px;
    height: 100%;
    content: "";
    z-index: 1;
    background-color: hsl(var(--base));
}

.blog__quote p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    max-width: 95%;
}

@media screen and (max-width: 1199px) {
    .blog__quote p {
        font-size: 14px;
    }
}

.blog__quote span {
    position: absolute;
    right: 14px;
    top: 8px;
    z-index: -1;
    color: hsl(var(--base)/0.1);
    font-size: 48px;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .blog__quote span {
        font-size: 32px;
    }
}

.blog__share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.blog__share h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog__share h6 i {
    color: hsl(var(--base));
}

/* ======================  Blog Details Section End  ======================*/
/* ======================  CTA Section Start  ======================*/
.cta__wrap {
    background-image: linear-gradient(to right bottom, hsl(var(--base)), hsl(var(--base-d-400)));
    padding: 60px;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

[data-theme=dark] .cta__wrap {
    background-image: linear-gradient(to right bottom, hsl(var(--base) / 0.08), hsl(var(--base) / 0.4));
}

@media screen and (max-width: 991px) {
    .cta__wrap {
        padding: 32px;
        border-radius: 16px;
    }
}

@media screen and (max-width: 575px) {
    .cta__wrap {
        padding: 32px 24px;
        border-radius: 12px;
    }
}

.cta__thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
    max-width: 550px;
    width: 100%;
}

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

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

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

.cta__thumb img {
    width: 100%;
}

.cta__content {
    max-width: 598px;
}

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

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

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

.cta__content .hero__widgets {
    position: unset;
}

@media screen and (max-width: 1199px) {
    .cta__content .hero__widgets {
        margin-top: 16px;
    }
}

@media screen and (max-width: 991px) {
    .cta__content .hero__widgets {
        margin-top: 32px;
    }
}

.cta__content>span {
    color: hsl(var(--static-white));
    border: 1px solid hsl(var(--static-white)/0.2);
    background-color: hsl(var(--static-white)/0.04);
    padding: 8px 16px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    .cta__content>span {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .cta__content>span {
        margin-bottom: 10px;
        padding: 6px 12px;
    }
}

.cta__content>span i {
    font-size: 20px;
}

@media screen and (max-width: 1199px) {
    .cta__content>span i {
        font-size: 18px;
    }
}

.cta__content h2 {
    color: hsl(var(--static-white));
    font-size: 62px;
}

@media screen and (max-width: 1199px) {
    .cta__content h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {
    .cta__content h2 {
        font-size: 36px;
    }
}

.cta__content p {
    font-size: 18px;
    color: hsl(var(--static-white));
    max-width: 465px;
}

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

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

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

.cta__content .hero__widgets p span {
    color: hsl(var(--static-white));
}

.cta__wrap .hero__users img {
    border-color: hsl(var(--static-white));
}

.cta__wrap .hero__widgets p {
    font-size: 14px;
    max-width: 100%;
    margin-top: 8px;
}

.cta__bottom {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 24px;
}

/* ======================  CTA Section End  ======================*/
/* ======================  Contact Section Start  ======================*/
.contact__area {
    position: relative;
    z-index: 1;
}

.contact__card {
    border: 1px solid hsl(var(--black) / 0.04);
    border-radius: 10px;
    padding: 24px;
    background-color: hsl(var(--base) / 0.04);
    height: 100%;
    backdrop-filter: blur(60px);
}

.contact__card span {
    width: 50px;
    height: 50px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--base));
    color: hsl(var(--static-white));
    border-radius: 6px;
    margin-bottom: 16px;
}

.contact__card h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact__card a {
    font-size: 20px;
    color: hsl(var(--base));
    margin-top: 16px;
}

.contact__right {
    width: 100%;
    height: 100%;
}

.contact__right .social__icon {
    margin-top: 16px;
}

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

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

.contact__right p {
    max-width: 78%;
}

.contact__thumb {
    width: 96%;
    height: 68%;
    border-radius: 12px;
    margin-top: 24px;
}

@media screen and (max-width: 1399px) {
    .contact__thumb {
        height: 65%;
    }

    .contact__right p {
        max-width: 90%;
    }
}

@media screen and (max-width: 1199px) {
    .contact__card a {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .contact__thumb {
        height: 400px;
    }

    .contact__right p {
        max-width: 500px;
    }
}

.map__box {
    display: flex;
}

.map__box iframe {
    width: 100%;
    height: 430px;
    filter: grayscale(1);
    transition: 0.3s;
}

.map__box iframe:hover {
    filter: grayscale(0);
}

/* ======================  Contact Section End  ======================*/
/* ======================  Auth Section Start  ======================*/
.auth__area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.auth__thumb {
    position: fixed;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .auth__thumb {
        width: 50%;
    }
}

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

.auth__main {
    width: 45%;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    margin-left: auto;
}

@media screen and (max-width: 1199px) {
    .auth__main {
        padding: 20px;
        width: 50%;
    }
}

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

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

.auth__wrapper {
    padding: 40px;
    max-width: 570px;
    width: 100%;
    margin-inline: auto;
}

@media screen and (max-width: 1399px) {
    .auth__wrapper {
        padding: 40px 30px;
    }
}

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

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

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

.auth__logo {
    text-align: center;
    margin-bottom: 24px;
}

.auth__logo a img {
    width: 100%;
    max-width: 160px;
}

.auth__logo a {
    display: block;
    width: 100%;
}

.auth__title {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .auth__title p {
        font-size: 14px;
    }
}

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

.auth__title h4 {
    margin-bottom: 12px;
}

.social__login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.social__login a {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid hsl(var(--black)/0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    background-color: hsl(var(--black)/0.02);
    font-size: 15px;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .social__login a {
        font-size: 13px;
    }
}

.social__login a:hover {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--black));
}

.social__login a img {
    width: auto;
    height: 16px;
    flex: 0 0 auto;
}

.auth__or {
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.auth__or::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 100%;
    height: 1px;
    content: "";
    background-color: hsl(var(--black)/0.1);
}

.auth__or p {
    font-size: 12px;
    backdrop-filter: blur(10px);
    width: fit-content;
    padding: 0 8px;
}

.auth__already {
    margin-top: 16px;
    text-align: center;
}

.auth__already p a {
    color: hsl(var(--base));
    font-weight: 600;
}

.auth__already p a:hover {
    text-decoration: underline;
}

.auth__check .form-check .form-check-label a {
    text-decoration: underline;
    color: hsl(var(--base));
}

.auth__check .form-check .form-check-label a:hover {
    color: hsl(var(--base)/0.6);
}

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

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

.auth__widgets a:hover {
    text-decoration: underline;
}

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

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

    .auth__form .g-4,
    .auth__form .gy-4 {
        --bs-gutter-y: 0.9rem;
    }

    .auth__form .g-4,
    .auth__form .gx-4 {
        --bs-gutter-x: 0.9rem;
    }
}

/* ======================  Auth Section End  ======================*/
/* ======================  Dashboard Section Start  ======================*/
.dashboard {
    min-height: 100vh;
    background-color: #f8f8f8;
}

[data-theme=dark] .dashboard {
    background-color: #1b1b1b;
}

.dashboard__wrap {
    padding-left: 275px;
}

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

.dashboard__wrapper {
    padding: 48px;
}

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

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

.dashboard__sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 275px;
    height: 100vh;
    z-index: 2;
    background-color: hsl(var(--white));
    overflow-y: auto;
    scrollbar-width: none;
}

@media screen and (max-width: 991px) {
    .dashboard__sidebar {
        left: -100%;
        z-index: 13;
        transition: 0.3s;
    }

    .dashboard__sidebar.active {
        left: 0;
    }
}

.dashboard__logo a {
    display: block;
    text-align: center;
}

.dashboard__logo a img {
    width: 100%;
    max-width: 160px;
}

.dashboard__logo {
    padding: 32px 24px;
}

.sidebar__close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: hsl(var(--danger));
    width: 30px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    cursor: pointer;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .sidebar__close {
        display: flex;
    }
}

.sidebar__open {
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
    display: none;
}

@media screen and (max-width: 991px) {
    .sidebar__open {
        display: block;
    }
}

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

.dashboard__menu ul {
    display: flex;
    flex-direction: column;
    gap: 1px;
    overflow: hidden;
    padding-inline: 12px;
}

.dashboard__menu ul li a {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--heading-color));
    border-radius: 6px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
}

.dashboard__menu ul li a>i {
    color: hsl(var(--heading-color));
    font-size: 20px;
    text-shadow: 0 0 10px hsl(var(--base)/0.3);
    transition: 0.3s;
}

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

.dashboard__menu ul li a:hover>i {
    color: hsl(var(--base));
}

.dashboard__menu ul li a.active {
    background-color: hsl(var(--base)/0.06);
    color: hsl(var(--base));
}

.dashboard__menu ul li a.active>i {
    color: hsl(var(--base));
}

.dashboard__menu ul li a[aria-expanded=true] .dropdown__arrow i {
    transform: rotate(90deg);
}

.dropdown__arrow {
    line-height: 1;
    margin-left: auto;
}

.dropdown__arrow i {
    transition: 0.3s;
}

.sidebar__dropdown {
    padding-bottom: 10px;
}

.sidebar__dropdown ul {
    padding-right: 0;
}

.sidebar__dropdown ul li a {
    border-radius: 4px;
    padding-block: 6px;
    padding-left: 44px;
    position: relative;
    z-index: 1;
    color: hsl(var(--body-color));
    font-weight: 400;
}

.sidebar__dropdown ul li a::after {
    position: absolute;
    left: 26px;
    top: 51%;
    transform: translateY(-50%);
    content: "";
    z-index: -1;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: hsl(var(--body-color)/0.3);
    transition: 0.3s;
}

.sidebar__dropdown ul li a.active,
.sidebar__dropdown ul li a:hover {
    color: hsl(var(--base));
    background-color: transparent;
}

.sidebar__dropdown ul li a.active::after,
.sidebar__dropdown ul li a:hover::after {
    background-color: hsl(var(--base));
}

.dashboard__header {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 24px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 767px) {
    .dashboard__header {
        flex-direction: column;
        gap: 24px;
    }

    .dashboard__header .search__box {
        width: 100%;
    }
}

.dashboard__header h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .dashboard__header h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard__header h2 {
        font-size: 18px;
    }
}

.dashboard__header__widgets {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}

@media screen and (max-width: 991px) {
    .dashboard__header__widgets {
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard__header__widgets {
        width: 100%;
        justify-content: flex-end;
        gap: 14px;
    }

    .dashboard__header__widgets .upload__file {
        margin-right: auto;
    }
}

@media screen and (max-width: 470px) {
    .sidebar__open {
        margin-left: auto !important;
    }
}

.dashboard__header .theme-switch-wrapper {
    position: unset;
    transform: none;
}

.dashboard__header .theme-switch__slider {
    display: inline-block;
    background-color: transparent;
    border: none;
    backdrop-filter: unset;
    padding: 0;
    border-radius: 0;
}

.dashboard__header .theme-switch__slider i {
    width: 40px;
    height: 40px;
    background-color: hsl(var(--black)/0.02);
    border-radius: 8px;
    font-size: 22px;
}

.dashboard__header .theme-switch__slider i:hover {
    background-color: hsl(var(--black)/0.06);
}

[data-theme=dark] .dashboard__header .theme-switch__slider i {
    color: hsl(var(--black));
}

.notification__btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: hsl(var(--black)/0.02);
    border-radius: 8px;
    color: hsl(var(--black));
    font-size: 26px;
    transition: 0.3s;
}

.notification__btn:hover {
    background-color: hsl(var(--black)/0.06);
    color: hsl(var(--base));
}

.profile__dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile__dropdown span {
    font-weight: 500;
}

.notification__count {
    position: absolute;
    right: -2px;
    top: -6px;
    z-index: 2;
    background-color: hsl(var(--warning));
    line-height: 1;
    padding: 2px 5px;
    border-radius: 3px;
    color: hsl(var(--static-black));
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.profile__dropdown img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
}

@media screen and (max-width: 991px) {
    .profile__dropdown img {
        width: 38px;
        height: 38px;
    }
}

.dash__dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
}

.drop__arrow {
    font-size: 16px;
    line-height: 1;
}

.drop__arrow i {
    transition: 0.3s;
    position: relative;
    top: -3px;
}

.dash__dropdown.show .drop__arrow i {
    transform: rotate(180deg);
    top: 4px;
}

.notification__wrap {
    width: 250px;
    padding: 10px;
}

.notification__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 6px;
}

.notification__footer {
    padding-top: 6px;
}

.notification__header h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.notification__body a {
    padding: 8px 12px;
    color: hsl(var(--body-color));
    background-color: hsl(var(--black)/0.02);
    border: 1px solid hsl(var(--border-color));
    border-radius: 4px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.notification__body a p {
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notification__body a span {
    color: hsl(var(--black)/0.4);
    font-size: 12px;
    margin-top: -4px;
    transition: 0.2s;
}

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

.notification__body a:hover p {
    color: hsl(var(--white));
}

.notification__body a:hover span {
    color: hsl(var(--white)/0.8);
}

.notification__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 265px;
    overflow-y: auto;
}

.notification__body::-webkit-scrollbar {
    width: 5px;
}

.notification__body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsl(var(--black)/0.1);
}

.notification__body::-webkit-scrollbar-thumb {
    background: hsl(var(--base)/0.7);
}

.notification__body::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--base));
}

.dashboard__card {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    padding: 20px;
    border-radius: 8px;
}

.dashboard__card:hover {
    transform: translateY(-5px);
}

.dc__img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
    user-select: none;
    pointer-events: none;
    max-width: 80px;
}

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

.dashboard__card>span {
    width: 54px;
    height: 54px;
    background-color: hsl(var(--static-white)/0.1);
    color: hsl(var(--static-white));
    flex: 0 0 auto;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

@media screen and (max-width: 1399px) {
    .dashboard__card>span {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.dashboard__card h5 {
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--static-white));
    font-family: var(--body-font);
}

.dashboard__card p {
    font-size: 20px;
    font-weight: 700;
    color: hsl(var(--static-white));
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .dashboard__card p {
        font-size: 20px;
    }
}

.chart__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.chart__topbar h5 {
    margin-bottom: 0;
}

.chart__topbar .dropdown .dropdown-toggle {
    border: 1px solid hsl(var(--black)/0.12);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
}

.dashboard__acco {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.dashboard__acco:hover {
    opacity: 0.8;
    transform: translateY(-5px);
}

.dashboard__acco::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    content: "";
    background-image: linear-gradient(to top, hsl(var(--black)), transparent);
}

.dashboard__acco img {
    width: 100%;
}

.dashboard__acco__content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}

.dashboard__acco__content a {
    color: hsl(var(--white));
    font-size: 20px;
    font-weight: 600;
    display: block;
}

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

.dashboard__acco__content p {
    color: hsl(var(--white)/0.7);
    font-size: 14px;
}

.ds__plus {
    color: hsl(var(--base));
    font-size: 20px;
    font-weight: 700;
}

.ds__discount {
    text-decoration: line-through;
    color: hsl(var(--border-color));
}

.dh__title {
    margin-bottom: 16px;
}

.dh__title h5 {
    margin-bottom: 0;
}

.table__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .table__topbar {
        flex-direction: column;
    }
}

.filter__btn {
    white-space: nowrap;
}

.table__topbar>h5 {
    margin-bottom: 0;
}

.table__topbar__right {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

    .table__topbar__right .search__box {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .table__topbar__right .search__box .form-control {
        width: 100%;
    }
}

.table__topbar__right.ticket__pg {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.upload__preview {
    margin-bottom: 36px;
    border: 1px solid hsl(var(--black)/0.2);
    border-radius: 12px;
    padding: 17px;
}

.uplaod__box {
    background-color: hsl(var(--black)/0.02);
    border-radius: 10px;
    padding: 68px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.uplaod__box span {
    font-size: 40px;
    color: hsl(var(--base));
    line-height: 1;
    margin-bottom: 12px;
}

.uplaod__box label {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 14px;
    border-radius: 5px;
    border: 1px solid hsl(var(--black)/0.12);
    margin-bottom: 16px;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s;
}

.uplaod__box label:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.upload__title h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}

.inbox__wrap {
    display: flex;
    border: 1px solid hsl(var(--black)/0.04);
    border-radius: 8px;
    overflow: hidden;
}

.inbox__sidebar {
    flex: 0 0 auto;
    width: 300px;
    background-color: hsl(var(--white));
    border-right: 1px solid hsl(var(--black)/0.04);
}

@media screen and (max-width: 767px) {
    .inbox__sidebar {
        position: fixed;
        right: -100%;
        top: 0;
        z-index: 14;
        height: 100vh;
        overflow-y: auto;
        transition: 0.3s;
    }

    .inbox__sidebar::-webkit-scrollbar {
        width: 5px;
    }

    .inbox__sidebar::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px hsl(var(--black)/0.1);
    }

    .inbox__sidebar::-webkit-scrollbar-thumb {
        background: hsl(var(--base)/0.7);
    }

    .inbox__sidebar::-webkit-scrollbar-thumb:hover {
        background: hsl(var(--base));
    }
}

.inbox__sidebar.active {
    right: 0;
}

.inbox__body {
    width: 100%;
    display: flex;
}

.inbox__contact {
    height: 500px;
    overflow-y: auto;
}

@media screen and (max-width: 767px) {
    .inbox__contact {
        height: calc(100% - 220px);
    }
}

.inbox__contact::-webkit-scrollbar {
    width: 5px;
}

.inbox__contact::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsl(var(--black)/0.1);
}

.inbox__contact::-webkit-scrollbar-thumb {
    background: hsl(var(--base)/0.7);
}

.inbox__contact::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--base));
}

.inbox__contact a {
    width: 100%;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--heading-color));
}

.contact__profile {
    width: 44px;
    height: 44px;
    background-color: hsl(var(--info)/0.1);
    color: hsl(var(--heading-color));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
}

.inbox__contact a:hover,
.inbox__contact a.active {
    background-color: hsl(var(--black)/0.04);
}

.inbox__sidebar__top {
    padding: 16px;
}

.inbox__sidebar__top .search__box {
    margin-top: 10px;
}

.inbox__type a {
    background-color: hsl(var(--black)/0.06);
    padding: 4px 14px;
    border-radius: 6px;
    color: hsl(var(--black)/0.6);
    font-size: 14px;
}

.inbox__type {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.inbox__type a:hover,
.inbox__type a.active {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.inbox__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    background-color: hsl(var(--white));
    padding: 12px 16px;
    border-bottom: 1px solid hsl(var(--black)/0.04);
}

.inbox__user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inbox__user img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
}

.inbox__user h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.inbox__user p {
    font-size: 12px;
    color: hsl(var(--black)/0.4);
}

@media screen and (max-width: 424px) {
    .inbox__user div {
        display: none;
    }
}

.inbox__header__btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inbox__header__btn a,
.inbox__header__btn span {
    font-size: 24px;
    line-height: 1;
}

.inbox__user__offcanvas {
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 1399px) {
    .inbox__user__offcanvas {
        display: block;
    }
}

.inbox__sidebar__offcanvas {
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .inbox__sidebar__offcanvas {
        display: block;
    }
}

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

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

.delete__btn:hover {
    color: hsl(var(--danger-d-200));
}

.message__template {
    color: hsl(var(--success-d-200));
}

.inbox__body__left {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.inbox__body__left::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url(../images/pattern.svg);
    background-size: 60%;
    background-repeat: repeat;
    opacity: 0.3;
}

[data-theme=dark] .inbox__body__left::after {
    opacity: 0.04;
}

.inbox__body__right {
    flex: 0 0 auto;
    width: 300px;
    background-color: hsl(var(--white));
    border-left: 1px solid hsl(var(--black)/0.04);
    padding: 16px;
}

@media screen and (max-width: 1399px) {
    .inbox__body__right {
        position: fixed;
        right: -100%;
        top: 0;
        z-index: 14;
        height: 100vh;
        overflow-y: auto;
        transition: 0.3s;
    }

    .inbox__body__right::-webkit-scrollbar {
        width: 5px;
    }

    .inbox__body__right::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px hsl(var(--black)/0.1);
    }

    .inbox__body__right::-webkit-scrollbar-thumb {
        background: hsl(var(--base)/0.7);
    }

    .inbox__body__right::-webkit-scrollbar-thumb:hover {
        background: hsl(var(--base));
    }
}

.inbox__body__right.active {
    right: 0;
}

.inbox__action {
    margin: 16px;
    margin-top: auto !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 1499px) {
    .inbox__action {
        gap: 2px;
    }
}

@media screen and (max-width: 1199px) {
    .inbox__action {
        flex-wrap: wrap;
        gap: 5px;
    }
}

.inbox__action a {
    width: 60px;
    height: 60px;
    background-color: hsl(var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 8px;
    border: 1px solid hsl(var(--black)/0.06);
    flex: 0 0 auto;
}

@media screen and (max-width: 1499px) {
    .inbox__action a {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
}

.inbox__form {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.06);
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding-inline: 12px;
    width: 100%;
}

.inbox__form span {
    font-size: 24px;
    cursor: pointer;
}

.inbox__form button {
    font-size: 24px;
    color: hsl(var(--base));
}

.inbox__form button i {
    transform: rotate(-45deg);
    transition: 0.3s;
}

.inbox__form button:hover i {
    transform: rotate(-45deg) translateX(5px);
}

.inbox__form .form-control {
    border: none;
    padding: 19px 0;
}

@media screen and (max-width: 1499px) {
    .inbox__form .form-control {
        padding: 12px 0;
    }
}

.inbox__chat {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.inbox__info__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.inbox__info__topbar a {
    display: flex;
    align-items: center;
    gap: 4px;
}

.inbox__info__topbar a i {
    font-size: 18px;
}

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

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

.inbox__block:hover {
    color: hsl(var(--danger-d-200));
}

.inbox__edit:hover {
    color: hsl(var(--info-d-200));
}

.inbox__info__user {
    margin-bottom: 16px;
    text-align: center;
}

.inbox__info__user img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.inbox__info__user h5 {
    font-size: 20px;
    margin-bottom: 4px;
}

.inbox__info__user p {
    font-size: 14px;
    color: hsl(var(--black)/0.5);
}

.inbox__info__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 20px;
}

.inbox__info ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.inbox__info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: hsl(var(--body-color)/0.6);
    font-size: 14px;
}

.inbox__info ul li span {
    color: hsl(var(--body-color));
    font-weight: 500;
}

.cenversion__status {
    margin-top: 24px;
}

.cenversion__status .form-label {
    font-size: 14px;
}

/* ======================  Dashboard Section End  ======================*/
/* ======================  Profile Section Start  ======================*/
.profile__upload input {
    display: none;
}

.profile__upload label {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
}

.profile__upload label img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile__upload label i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    background-color: hsl(var(--black)/0.5);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.profile__upload label:hover i {
    opacity: 1;
    visibility: visible;
}

.profile__wr {
    text-align: center;
    background-color: hsl(var(--base)/0.02);
    border: 1px solid hsl(var(--black)/0.08);
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
}

.profile__wr h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.profile__menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.profile__contact p {
    display: flex;
    align-items: center;
    gap: 8px;
    color: hsl(var(--black)/0.6);
    margin-bottom: 4px;
}

.profile__contact a {
    font-weight: 600;
    color: hsl(var(--heading-color));
    display: block;
}

.profile__contact span {
    font-weight: 600;
    color: hsl(var(--heading-color));
    display: block;
}

.profile__left ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

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

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

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

.profile__left ul li:last-child {
    grid-column: span 2;
}

@media screen and (max-width: 1399px) {
    .profile__left ul li:last-child {
        grid-column: span 1;
    }
}

@media screen and (max-width: 1199px) {
    .profile__left ul li:last-child {
        grid-column: span 2;
    }
}

@media screen and (max-width: 575px) {
    .profile__left ul li:last-child {
        grid-column: span 1;
    }
}

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

.two__factor__info {
    text-align: center;
    margin-bottom: 20px;
}

.two__factor__info p {
    font-size: 14px;
    margin-bottom: 14px;
}

.two__factor__info img {
    max-width: 200px;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .profile__left.card.p-4 {
        padding: 18px !important;
    }

    .profile__wrap.card.p-4 {
        padding: 18px !important;
    }

    .profile__wrap .g-4,
    .profile__wrap .gy-4 {
        --bs-gutter-y: 0.8rem;
    }

    .profile__wrap .g-4,
    .profile__wrap .gx-4 {
        --bs-gutter-x: 0.8rem;
    }
}

/* ======================  Profile Section End  ======================*/
/* ======================  Error Section Start  ======================*/
.error__main {
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error__main h2 {
    font-size: 140px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 4px 4px hsl(var(--base)/0.3);
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .error__main h2 {
        font-size: 100px;
    }
}

.error__main h3 {
    font-size: 24px;
}

.error__main p {
    max-width: 500px;
    margin-bottom: 24px;
}

.list-group-item {
    color: hsl(var(--heading-color));
    background-color: transparent;
    border-color: hsl(var(--border-color));
}

/* feature */
.fixed-height {
    height: 142px !important;
}

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

.contact_thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--body-color));
    font-size: 20px;
    font-weight: 600;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

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

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

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

.contact_thumb.bg--base {
    background-color: hsl(var(--base) / 0.2) !important;
}

.contact_thumb img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.tag-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;
    justify-content: center;
    gap: 6px;
    max-height: 150px;
    overflow: auto;
}

.tag-list__link {
    padding: 3px 11px;
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

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

/* ======================  Error Section End  ======================*/
/*=== manage template section css start here ===*/
.check-wrapper .title {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.check-wrapper .text {
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .form--check:has(.check-wrapper) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 5px;
    }
}

.template-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 1199px) {
    .template-info-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.template-info-container__form {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.template-info-container__left {
    width: calc(100% - 500px);
}

@media screen and (max-width: 1499px) {
    .template-info-container__left {
        width: calc(100% - 400px);
    }
}

@media screen and (max-width: 1199px) {
    .template-info-container__left {
        width: 100%;
    }
}

.template-info-container__left .content-form__top {
    margin-bottom: 20px;
}

.template-info-container__left .content-form__title {
    margin-bottom: 8px;
}

.template-info-container__right {
    width: 500px;
}

@media screen and (max-width: 1499px) {
    .template-info-container__right {
        width: 400px;
    }
}

@media screen and (max-width: 1499px) {
    .template-info-container__right {
        margin-inline: auto;
    }
}

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

.template-info-container__right .preview-item {
    border: 1px solid hsl(var(--border-color));
    border-radius: 8px;
    overflow: hidden;
    max-width: 500px;
}

.template-info-container__right .preview-item__header {
    padding: 24px;
    background-color: hsl(var(--white));
}

.template-info-container__right .preview-item__title {
    margin-bottom: 0;
}

.template-info-container__right .preview-item__content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 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;
    background-color: hsl(var(--base)/0.01);
}

@media screen and (max-width: 575px) {
    .template-info-container__right .preview-item__content {
        padding: 30px;
    }
}

@media screen and (max-width: 424px) {
    .template-info-container__right .preview-item__content {
        padding: 20px;
    }
}

.template-info-container__right .preview-item__content .card-item {
    background: hsl(var(--white));
    padding: 10px;
    -webkit-box-shadow: 0px 1px 4px 0px hsl(var(--black) / 0.06);
    box-shadow: 0px 1px 4px 0px hsl(var(--black) / 0.06);
    border-radius: 8px;
    overflow: hidden;
}

.template-info-container__right .preview-item__content .card-item__thumb {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
}

.template-info-container__right .preview-item__content .card-item__thumb img,
.template-info-container__right .preview-item__content .card-item__thumb video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    max-height: 250px;
    border-radius: 10px;
}

.pdf-embed {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    border: none;
    display: block;
}

.template-info-container__right .preview-item__content .card-item__content {
    margin-top: 10px;
    padding-bottom: 6px;
}

.template-info-container__right .preview-item__content .card-item__content .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

.template-info-container__right .preview-item__content .card-item__content .text-wrapper .text {
    font-size: 12px;
}

.template-info-container__right .preview-item__content .card-item__bottom {
    padding: 16px 16px 6px 16px;
    text-align: center;
}

.template-info-container__right .preview-item__content .card-item__bottom .btn-link {
    color: hsl(var(--info));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.template-info-container__right .preview-item__content .card-item__bottom .btn-link__icon {
    font-size: 18px;
    color: hsl(var(--info));
}

.template-info-container__right .preview-item__content .card-item__title {
    color: hsl(var(--heading-color));
    margin-bottom: 6px;
    font-weight: 600;
}

.template-info-container__right .preview-item__content .card-item__desc {
    font-size: 14px;
}

.template-info-container__right .preview-item__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.template-info-container__right .preview-item__shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.4;
}

.template-info-container__right .preview-item__body {
    max-width: 394px;
    margin: 0 auto;
}

@media screen and (max-width: 1499px) {
    .template-info-container__right .preview-item__content {
        padding: 35px;
    }

    .template-info-container__right .preview-item__body {
        max-width: 320px;
    }
}

@media screen and (max-width: 1399px) {
    .template-info-container__right .preview-item__content {
        padding: 27px;
    }
}

@media screen and (max-width: 1199px) {
    .template-info-container__right .preview-item__content {
        padding: 25px;
    }

    .template-info-container__right .preview-item__body {
        max-width: 344px;
    }
}

@media screen and (max-width: 575px) {
    .template-info-container__right .preview-item__content {
        padding: 20px;
    }

    .template-info-container__right .preview-item__body {
        max-width: 316px;
    }
}

@media screen and (max-width: 424px) {
    .template-info-container__right .preview-item__content {
        padding: 20px;
    }

    .template-info-container__right .preview-item__body {
        max-width: 290px;
    }
}

@media screen and (max-width: 374px) {
    .template-info-container__right .preview-item__content {
        padding: 20px 15px;
    }

    .template-info-container__right .preview-item__body {
        max-width: 230px;
    }
}


.template-info-container .form--control {
    background-color: hsl(var(--section-bg) / 0.2) !important;
    -webkit-box-shadow: 0px 1px 2px 0px hsl(var(--black) / 0.06);
    box-shadow: 0px 1px 2px 0px hsl(var(--black) / 0.06);
    background: hsl(var(--white) / 0.1) !important;
}

.auth-devider {
    padding-block: 6px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.auth-devider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--body-color) / 0.3);
    z-index: -1;
}

.auth-devider span {
    padding-inline: 4px;
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
    font-weight: 600;
    font-size: 13px;
}

/*=== manage template section css end here ===*/

/* Flow builder css */

.flow_sidebar {
    width: 320px;
    transition: transform 0.4s ease-in-out;
    overflow: auto;
    background: hsl(var(--white));
    box-shadow: -2px 0 8px hsl(var(--black) / 0.1);
    position: absolute;
    right: 0;
    height: 100%;
    transform: translateX(100%);
    border-radius: 0px 12px 12px 0px;
}

.flow_sidebar.show {
    transform: translateX(0);
}

@media screen and (max-width: 575px) {
    .flow_sidebar {
        width: 280px;
        border-radius: 12px;
    }
}

.flow_sidebar_button {
    align-items: center;
    margin-top: 0px;
    width: 100%;
    padding: 6px 8px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    gap: 12px;
    transition: background-color 0.3s ease;
}

.flow_sidebar_button:hover {
    background-color: hsl(var(--section-bg));
    cursor: grab;
}

.flow_sidebar_button:active {
    cursor: grabbing !important;
}

.flow_sidebar_button:not(:last-child) {
    margin-bottom: 8px;
}

.flow_sidebar_button .icon {
    color: hsl(var(--body-color));
    font-size: 1.25rem;
}

.flow_sidebar_button .description {
    font-size: 0.75rem;
}

.flow_sidebar_button .content-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--heading-color));
}

.flow_sidebar_close_btn {
    right: 12px;
    top: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(var(--black) / 0.15);
    color: hsl(var(--black) / 0.6);
    border-radius: 6px;
    padding: 8px 0;
    cursor: pointer;
    position: absolute;
}

.flow_top_button_wrapper {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.flow_top_button_wrapper.sidebar_open {
    right: 330px !important;
    transition: right 0.4s ease-in-out;
}

@media screen and (max-width: 575px) {
    .flow_top_button_wrapper.sidebar_open {
        right: 290px !important;
        transition: right 0.4s ease-in-out;
    }
}

.flow_top_button_wrapper .top_btn {
    color: hsl(var(--dark));
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border: 1px solid hsl(var(--black) / 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 575px) {
    .flow_top_button_wrapper .top_btn {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

.flow_top_button_wrapper .top_btn:hover {
    background-color: hsl(var(--black) / 0.09);
}

.node-card {
    border-radius: 6px;
    border: 1px solid hsl(var(--black) / 0.03);
    padding: 16px;
    background: hsl(var(--white)) !important;
}

.node-card .no-data {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-weight: 400;
    font-size: 12px !important;
}

.node-card h6 i {
    color: hsl(var(--base));
}

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

.node-card .form--control:focus {
    background-color: hsl(var(--white)) !important;
}

div#flow-builder {
    overflow: hidden;
    position: relative;
}

.image-node,
.video-node>div,
.audio-node>div,
.document-node>div {
    width: 220px;
    border-radius: 5px;
    overflow: hidden;
    background: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-node {
    position: relative;
    height: 130px;
    flex-direction: column;
}

.image-node img,
.video-node video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
}

.video-node input,
.audio-node input {
    width: 100%;
    margin-top: 8px;
    cursor: pointer;
}

.video-node>div {
    height: 130px;
}

.audio-node {
    width: 220px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.audio-node audio {
    width: 100%;
}

.audio-node>div {
    height: 80px;
    padding: 0 8px;
    text-align: center;
}

.document-node {
    position: relative;
}

.document-node input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.document-node>div {
    height: 60px;
    margin-top: 8px;
    background-color: hsl(var(--white));
    padding: 0 8px;
    text-align: center;
}

.list-node {
    min-width: 280px;
}

.flow_modal.show {
    opacity: 1;
    visibility: visible;
}

.flow_modal.show>div {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.flow_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: hsl(var(--black) / 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.flow_modal>div {
    background: hsl(var(--white));
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.react-flow__attribution {
    display: none !important;
}

/* Flow builder css */

/* floater */
.floaterPreview {
    position: relative;
}

.modal textarea.form--control,
.floaterPreview textarea.form--control,
.floaterScript.form--control {
    min-height: 250px;
    height: unset;
    font-size: 20px;
    font-weight: 600;
    color: hsl(var(--black)) !important;
}

.preview-area {
    height: 580px;
    width: 100%;
    border-radius: 8px;
    background: hsl(var(--base) / 0.1);
    padding: 20px;
    resize: none;
    position: relative;
    overflow: hidden;
}

.nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: 0px;
    padding: 5px;
    margin: 0px;
}

.whatsapp-button {
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
    z-index: 8;
    align-items: center;
    transition: 0.3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    border-radius: 50%;
    background-color: hsl(var(--base));
    box-shadow: 1px 1px 6px 0px hsl(var(--body-color) / 0.3);
    font-size: 32px;
}

.popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    bottom: 85px;
    right: 20px;
    transition: 0.5s;
    border-radius: 10px;
    animation: slideInRight 0.6s 0s both;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.circle-anime {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: hsl(var(--base));
    animation: pulse 1.2s 4s ease 4;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

.whatsapp-button .btn-icon {
    color: hsl(var(--white));
    font-size: 40px;
    transition: 0.3s;
    line-height: 1;
}

.floater-popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    bottom: 85px;
    right: 20px;
    transition: 0.5s;
    border-radius: 10px;
    background-color: hsl(var(--white));
    box-shadow: 2px 2px 7px 0px hsl(var(--body-color) / 0.3);
    animation: slideInRight 0.6s 0s both;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    background-image: url("../images/pattern.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.floater-is-active-whatsapp-popup {
    display: flex;
    overflow: hidden;
}

.floater-content-whatsapp-top {
    display: flex;
    width: 100%;
    cursor: pointer;
}

.floater-header-top-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: hsl(var(--base));
    align-items: center;
    border-radius: 10px 10px 0 0;
    padding: 11px 20px;
    padding-right: 6px;
}

.floater-header-top-wrapper p {
    color: hsl(var(--white)) !important;
    font-weight: bold;
}

.floater-closePopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0px 0px 15px 0px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    color: hsl(var(--white));
    background-color: hsl(var(--danger));
    -webkit-box-shadow: 1px 1px 2px 0px hsl(var(--body-color) / 0.3);
    -moz-box-shadow: 1px 1px 2px 0px hsl(var(--body-color) / 0.3);
    box-shadow: 1px 1px 2px 0px hsl(var(--body-color) / 0.3);
}

.floater-header-top-wrapper button.floater-closePopup {
    margin: 0;
    background: transparent;
    box-shadow: none;
}

.floater-body-wrap {
    padding: 0 15px;
    margin-top: 300px;
}

.floater-body-wrap p {
    background: hsl(var(--white));
    padding: 8px 12px;
    display: inline-block;
    border-radius: 4px;
}

.floater-content-whatsapp-bottom {
    display: flex;
    padding-bottom: 12px;
    margin-top: 18px;
}

input.floater-whats-input[type="text"] {
    width: 250px;
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid hsl(var(--border-color));
    font-size: 1em;
    background-color: hsl(var(--white));
    padding: 0px 0px 0px 10px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: 0.3s;
}

.floater-send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background-color: hsl(var(--white));
    margin: 0px 0px 0px 5px;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px 0px hsl(var(--body-color) / 0.3);
    -moz-box-shadow: 1px 1px 2px 0px hsl(var(--body-color) / 0.3);
    box-shadow: 1px 1px 2px 0px hsl(var(--body-color) / 0.3);
    z-index: 3;
}

.floater-material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.floater-sentBtn {
    font-size: 20px;
    color: hsl(var(--base));
}

/*======== chat-box area css start here ========*/
.chatbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid hsl(var(--border-color));
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.chatbox-area__left {
    width: 370px;
    background-color: hsl(var(--white));
    border-right: 1px solid hsl(var(--border-color));
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 700px;
}

.chatbox-area.sidebar-left-show .chatbox-area__left {
    margin-left: -370px;
}

.chatbox-area__body {
    width: calc(100% - 370px);
    transition: all 0.3s ease;
}

.chatbox-area.sidebar-left-show .chatbox-area__body {
    width: 100%;
}

@media screen and (max-width: 1399px) {
    .chatbox-area__left {
        width: 280px;
    }

    .chatbox-area.sidebar-left-show .chatbox-area__left {
        margin-left: -280px;
    }
}

@media screen and (max-width: 767px) {
    .chatbox-area__left {
        padding-top: 50px;
        height: 100vh;
        overflow-y: auto;
        z-index: 999;
        -webkit-transition: 0.25s linear;
        transition: 0.25s linear;
        width: 320px;
        border-radius: 0;
        position: fixed;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .chatbox-area.sidebar-left-show .chatbox-area__left {
        margin-left: -320px;
    }
}

.chatbox-area__left.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 9991;
}

.chatbox-area__left .chatbox-wrapper__header {
    padding: 16px;
}

.chatbox-area__left .chatbox-wrapper__header .search-form {
    margin-top: 0;
}

.chatbox-area__left .chatbox-wrapper__header .search-form .form--control {
    background-color: hsl(var(--section-bg));
}

.chatbox-area__left .chatbox-wrapper__header .search-form .form--control::-webkit-input-placeholder {
    color: hsl(var(--body-color));
}

.chatbox-area__left .chatbox-wrapper__header .search-form .form--control::-moz-placeholder {
    color: hsl(var(--body-color));
}

.chatbox-area__left .chatbox-wrapper__header .search-form .form--control:-ms-input-placeholder {
    color: hsl(var(--body-color));
}

.chatbox-area__left .chatbox-wrapper__header .search-form .form--control::-ms-input-placeholder {
    color: hsl(var(--body-color));
}

.chatbox-area__left .chatbox-wrapper__header .search-form .form--control::placeholder {
    color: hsl(var(--body-color));
}

.chatbox-area__left .chatbox-wrapper__header .search-form__icon {
    color: hsl(var(--body-color));
}

.chatbox-area__left .chatbox-wrapper__tab {
    margin-top: 10px;
    overflow-x: auto;
}

.chatbox-area__left .chatbox-wrapper__tab .custom--tab {
    min-width: 330px;
    margin-bottom: 10px;
}

.chatbox-area__left .chatbox-wrapper__tab .title {
    font-size: 14px;
    margin-bottom: 10px;
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.whatsapp-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 140px);
    flex-direction: column;
    gap: 15px;
}

.whatsapp-empty .thumb {
    max-width: 150px;
}

.chatbox-area__left .chatbody .chat-list {
    max-height: 650px;
    height: 100%;
    overflow-y: auto;
}

.chatbox-area__left .chatbody .chat-list:has(.empty-message) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.chatbox-area__left .chatbody .chat-list::-webkit-scrollbar {
    width: 5px;
}

.chatbox-area__left .chatbody .chat-list::-webkit-scrollbar-thumb {
    background: hsl(var(--base));
    border-radius: 10px;
}

.chatbox-area__left .chatbody .chat-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding: 12px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer !important;
}

@media screen and (max-width: 1199px) {
    .chatbox-area__left .chatbody .chat-list__item {
        padding: 12px 10px;
        gap: 10px;
    }
}

.chatbox-area__left .chatbody .chat-list__item.active,
.chatbox-area__left .chatbody .chat-list__item:hover {
    background-color: hsl(var(--section-bg));
}

.contact_thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--body-color));
    font-size: 20px;
    font-weight: 600;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

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

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

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

.contact_thumb.bg--base {
    background-color: hsl(var(--base) / 0.2) !important;
}

.contact_thumb img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.chatbox-area__left .chatbody .chat-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.chatbox-area__left .chatbody .chat-list__content .name {
    color: hsl(var(--heading-color));
    font-weight: 600;
    font-family: var(--body-font);
}

.chatbox-area__left .chatbody .chat-list__content .text {
    color: hsl(var(--body-color));
    font-size: 11px;
}

.chatbox-area__left .chatbody .chat-list__content .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 4px;
}

@media (max-width: 1399px) {
    .chatbox-area__left .chatbody .chat-list__content .right {
        flex-direction: row !important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}

.chatbox-area__left .chatbody .chat-list__content .right .time {
    color: hsl(var(--body-color));
    font-size: 12px;
    line-height: 1;
}

.chatbox-area__left .chatbody .chat-list__content .right .number {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--static-white));
    background-color: hsl(var(--base));
    font-size: 12px;
}

.chatbox-area__left .close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    color: hsl(var(--heading-color));
    font-size: 18px;
    display: none;
}

@media screen and (max-width: 767px) {
    .chatbox-area__left .close-icon {
        display: inline;
    }
}

.chatbox-area__body {
    width: calc(100% - 370px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1399px) {
    .chatbox-area__body {
        width: calc(100% - 280px);
    }
}

@media screen and (max-width: 767px) {
    .chatbox-area__body {
        width: 100%;
    }
}

.chatbox-area__body .body-right {
    width: 260px;
    background-color: hsl(var(--white));
    padding: 16px;
    border-left: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 1499px) {
    .chatbox-area__body .body-right {
        width: 220px;
    }
}

@media screen and (max-width: 1499px) {
    .chatbox-area__body .body-right {
        height: 100vh;
        overflow-y: auto;
        z-index: 999;
        -webkit-transition: 0.25s linear;
        transition: 0.25s linear;
        width: 260px;
        border-radius: 0;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transform: translateX(105%);
        transform: translateX(105%);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.chatbox-area__body .body-right.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 9991;
}

.chatbox-area__body .body-right__top-btn {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}

.chatbox-area__body .body-right__top-btn .close-icon {
    color: hsl(var(--heading-color));
    font-size: 16px;
    line-height: 1;
    opacity: 0;
}

@media screen and (max-width: 1199px) {
    .chatbox-area__body .body-right__top-btn .close-icon {
        opacity: 1;
    }
}

.chatbox-area__body .body-right .profile-details__top {
    text-align: center;
}

.chatbox-area__body .body-right .profile-details__top .profile-thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}

.chatbox-area__body .body-right .profile-details__top .profile-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.chatbox-area__body .body-right .profile-details__top .profile-name {
    color: hsl(var(--heading-color));
    font-weight: 600;
    margin-bottom: 10px;
}

.chatbox-area__body .body-right .profile-details__top .text {
    color: hsl(var(--body-color));
    font-size: 14px;
}

.chatbox-area__body .body-right .profile-details__top .text .link {
    color: hsl(var(--body-color));
}

.chatbox-area__body .body-right .profile-details__top .text .link:hover {
    color: hsl(var(--base));
}

.chatbox-area__body .body-right .profile-details__tab {
    margin-top: 24px;
}

.chatbox-area__body .body-right .profile-details__tab .custom--tab .nav-item .nav-link {
    padding: 4px 16px;
    border-radius: 6px;
    font-size: 14px;
}

.chatbox-area__body .body-right .profile-details__tab .custom--tab {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    margin-bottom: 24px;
}

.chatbox-area__body .body-right .profile-details__tab .custom--tab .nav-item .nav-link {
    width: 100%;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__text {
    color: hsl(var(--body-color));
    font-size: 14px;
    margin-bottom: 6px;
    background-color: hsl(var(--body-color) / 0.03);
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid hsl(var(--body-color) / 0.04);
}

.chatbox-area__body .body-right .profile-details__tab .details-content__text .title {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__tag .tag-title {
    color: hsl(var(--heading-color));
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__status {
    margin-top: 20px;
}

.details-content__tag {
    margin-top: 20px;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__status .status-title {
    color: hsl(var(--heading-color));
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__status .select2+.select2-container .select2-selection {
    background-color: hsl(var(--white)) !important;
    -webkit-box-shadow: 0px 1px 2px 0px hsl(var(--heading-color) / 0.06);
    box-shadow: 0px 1px 2px 0px hsl(var(--heading-color) / 0.06);
}

.chatbox-area__body .body-right .profile-details__tab .details-content__status .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: hsl(var(--body-color)) !important;
    font-size: 12px;
    font-weight: 600;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__status .select2+.select2-container .select2-selection__arrow {
    color: hsl(var(--body-color)) !important;
    font-size: 12px;
}

.chatbox-area__body .chat-box {
    width: calc(100% - 260px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1499px) {
    .chatbox-area__body .chat-box {
        width: 100%;
    }
}

.chatbox-area__body .chat-box__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 60% !important;
    background-repeat: repeat !important;
    opacity: 0.2;
    background-color: hsl(var(--warning) / 0.2);
}

[data-theme=dark] .chatbox-area__body .chat-box__shape {
    filter: invert(1);
}

.chatbox-area__body .chat-box__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background-color: hsl(var(--white));
    position: relative;
    padding: 12px 16px;
}

.dashboard-body .filter-icon {
    color: hsl(var(--heading-color));
    display: none;
}

@media screen and (max-width: 767px) {
    .dashboard-body:has(.chatbox-area) .filter-icon {
        display: inline;
        cursor: pointer;
    }
}

.dashboard-body .user-icon {
    color: hsl(var(--heading-color));
    display: none;
}

.close-icon-two {
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 1499px) {
    .dashboard-body:has(.body-right.contact__details) .user-icon {
        display: inline-block;
        text-align: right;
        cursor: pointer;
        font-size: 20px;
    }
}

.dashboard-body:has(.conversation-empty-image) .user-icon {
    display: none !important;
}

.chatbox-area__body .chat-box__header .search-btn {
    color: hsl(var(--heading-color));
}

.dashboard-body:has(.whatsapp-empty) .filter-icon {
    display: none;
}

.chatbox-area__body .chat-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 45px;
}

@media screen and (max-width: 767px) {
    .chatbox-area__body .chat-box__item {
        gap: 10px;
        padding-left: 0px;
    }
}

.chatbox-area__body .chat-box__thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .chatbox-area__body .chat-box__thumb {
        width: 40px;
        height: 40px;
    }
}

.chatbox-area__body .chat-box__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.chatbox-area__body .chat-box__content {
    width: calc(100% - 48px);
}

@media screen and (max-width: 767px) {
    .chatbox-area__body .chat-box__content {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 424px) {
    .chatbox-area__body .chat-box__content {
        display: none;
    }
}

.chatbox-area__body .chat-box__content .name {
    color: hsl(var(--heading-color));
    font-weight: 600;
    font-family: var(--body-font);
}

.chatbox-area__body .chat-box__content .text {
    color: hsl(var(--body-color));
    font-size: 14px;
}

.chatbox-area__body .chat-box__content .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 4px;
}

.chatbox-area__body .chat-box__content .right .time {
    color: hsl(var(--body-color));
    font-size: 14px;
}

.chatbox-area__body .chat-box__content .right .number {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--heading-color));
    background-color: hsl(var(--base));
    font-size: 12px;
}

.chatbox-area__body .chat-box__footer {
    padding: 10px;
    position: sticky;
    bottom: 0;
    background-color: hsl(var(--white));
}

.single-message {
    margin-bottom: 10px;
    width: fit-content;
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .single-message {
        margin-bottom: 15px;
    }
}

.message-video {
    width: 180px;
    border-radius: 8px;
}

.single-message img {
    max-width: 100%;
    overflow: hidden;
    border-radius: 5px;
    max-height: 100px;
}

.cta-header-img {
    max-height: 180px !important;
    border-radius: 8px !important;
}

.single-message:last-child {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .single-message:last-child {
        margin-bottom: 70px;
    }
}

.single-message.message--right {
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.single-message.message--right .message-content {
    border-radius: 12px 12px 0 12px;
    background-color: hsl(var(--base));
}

.single-message.message--right .message-content .message-text {
    color: hsl(var(--static-white));
}

.single-message.message--left .message-content {
    border-radius: 12px 12px 12px 0;
    background-color: hsl(var(--white));
}

[data-theme=dark] .single-message.message--left .message-content {
    background-color: hsl(var(--body-color) / 0.1);
}

.message-content {
    padding: 10px 12px;
    position: relative;
}

.message-content:hover .ai-response-button {
    visibility: visible;
    transition: 0.3s ease-in-out;
}

.message-content:hover .ai-translate-button {
    visibility: visible;
    transition: 0.3s ease-in-out;
}

.message-content:has(.card) {
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.message-content:has(.message-image) {
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.ai-response-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.ai-translate-button {
    position: absolute;
    top: 10px;
    right: 35px;
    cursor: pointer;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.msg-body {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
    overflow-y: auto;
    max-height: 580px;
    height: 100%;
}

.msg-body::-webkit-scrollbar {
    width: 5px;
}

.msg-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsl(var(--black)/0.1);
}

.msg-body::-webkit-scrollbar-thumb {
    background: hsl(var(--base)/0.7);
}

.msg-body::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--base));
}

.message-text a {
    text-decoration: underline;
}

.message-text {
    color: hsl(var(--heading-color));
    font-size: 14px;
    font-weight: 500;
}

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

.message-time {
    color: hsl(var(--body-color) / 0.6);
    font-size: 12px;
    margin-top: 4px;
}

.input-area {
    background: hsl(var(--white));
    padding: 8px 20px;
    border-radius: 16px;
    width: calc(100% - 120px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: relative;
}

.emoji-container {
    position: absolute;
    display: none;
    z-index: 999;
    bottom: 55px;
    left: 13px;
    max-width: 100%;
}

@media screen and (max-width: 1399px) {
    .input-area {
        width: calc(100% - 120px);
        padding: 8px 10px;
    }
}

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

.input-area .form-control {
    height: 30px !important;
    border-radius: 0 !important;
    width: 100% !important;
    line-height: 1;
    resize: none !important;
    background-color: transparent !important;
    border: 0 !important;
    color: hsl(var(--heading-color));
    padding-left: 0;
}

.input-area .form-control::-webkit-input-placeholder {
    color: hsl(var(--body-color));
}

.input-area .form-control::-moz-placeholder {
    color: hsl(var(--body-color));
}

.input-area .form-control:-ms-input-placeholder {
    color: hsl(var(--body-color));
}

.input-area .form-control::-ms-input-placeholder {
    color: hsl(var(--body-color));
}

.input-area .form-control::placeholder {
    color: hsl(var(--body-color));
}

.chat-send-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 6px;
}

@media screen and (max-width: 1399px) {
    .chat-send-area {
        gap: 5px;
    }
}

@media screen and (max-width: 1199px) {
    .chat-send-area {
        flex-direction: column;
    }
}

.chat-send-area .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 1399px) {
    .chat-send-area .btn-group {
        gap: 5px;
    }
}

.chat-send-area .btn-group .btn-item {
    background-color: hsl(var(--white));
    font-size: 20px;
    color: hsl(var(--base));
    width: 44px;
    height: 44px;
    border-radius: 8px;
    position: relative;
    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;
    cursor: pointer;
    flex-shrink: 0;
}

.note-wrapper__form {
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.note-wrapper__form .form--label {
    color: hsl(var(--body-color));
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}

.note-wrapper__form .form--control {
    height: 70px;
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0px 1px 2px 0px hsl(var(--heading-color) / 0.06);
    box-shadow: 0px 1px 2px 0px hsl(var(--heading-color) / 0.06);
    padding: 10px;
    border: 1px solid hsl(var(--border-color));
}

.note-wrapper__form .form--control::-webkit-input-placeholder {
    color: hsl(var(--body-color));
}

.note-wrapper__form .form--control::-moz-placeholder {
    color: hsl(var(--body-color));
}

.note-wrapper__form .form--control:-ms-input-placeholder {
    color: hsl(var(--body-color));
}

.note-wrapper__form .form--control::-ms-input-placeholder {
    color: hsl(var(--body-color));
}

.note-wrapper__form .form--control::placeholder {
    color: hsl(var(--body-color));
}

.note-wrapper .output {
    background: hsl(var(--section-bg));
    border-radius: 8px;
    padding: 8px;
    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: 10px;
    margin-bottom: 5px;
}

.note-wrapper .output .text {
    color: hsl(var(--heading-color));
    font-size: 14px;
}

.note-wrapper .output .icon {
    color: hsl(var(--body-color));
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.note-wrapper .output .icon:hover {
    color: hsl(var(--danger));
}

.note-wrapper .output .date {
    font-size: 12px;
    color: hsl(var(--body-color));
    margin-top: 8px;
}

.note-wrapper__btn {
    margin-top: 10px;
}

.emoji-icon {
    color: hsl(var(--base));
    font-size: 20px;
}

.dashboard-body:has(.chatbox-area) {
    height: calc(100vh - 81px);
    min-height: unset;
}

.chatbox-wrapper__tab .custom--tab .nav-item .nav-link {
    padding: 4px 8px;
    font-size: 14px;
}

.chatbox-wrapper__tab .custom--tab .nav-item {
    padding: 2px;
}

/*======== chat-box area css end here =========*/


/* Write your css codes here  */

.menu-group {
    margin: 16px 14px 8px;
    padding: 0 2px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: hsl(var(--black) / 0.5);
    position: relative;
}

.menu-group::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 8px;
    background: linear-gradient(90deg, hsl(var(--base)/0.45), transparent);
    opacity: 0.9;
}

/* search box */
.search__box {
    position: relative;
}

.search__results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 10px;
    padding: 6px;
    display: none;
    z-index: 99;
}

.search__results.show {
    display: block;
}

.search__result-item {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    color: hsl(var(--black));
    font-size: 13px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    cursor: pointer
}

.search__result-item:last-child {
    border-bottom: none;
}

.search__result-item:hover {
    background: hsl(var(--base)/0.2);
    color: hsl(var(--black));
}

.search__result-empty {
    padding: 8px 10px;
    color: hsl(var(--black));
    font-size: 12px;
}

.message-inbox-btn {
    position: absolute;
    left: 8px;
    width: 30px;
    height: 30px;
    border-radius: 60px;
    border: 1px solid hsl(var(--black) / 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: hsl(var(--section-bg));
    color: hsl(var(--heading-color));
    transition: 0.3s;
}

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

.chatbox-area.sidebar-left-show .message-inbox-btn {
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    .message-inbox-btn {
        display: none !important;
    }
}

.chatbox-area.sidebar-left-show .la-angle-double-left:before {
    content: "\f101";
}

.chat-media__list {
    position: absolute;
    bottom: 100%;
    max-width: 304px;
    background: hsl(var(--white));
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    transform-origin: left bottom;
    left: 0;
    transform: scale(0);
    opacity: 0;
    transition: 0.2s linear;
}

.chat-media__list.show {
    transform: scale(1);
    opacity: 1;
}

.media-item {
    display: flex;
    text-wrap-mode: nowrap;
    width: unset;
    padding: 8px 13px;
    padding-left: 13px;
    gap: 10px;
    align-items: center;
    cursor: pointer !important;
    font-size: 15px;
    transition: 0.2s linear;
    border-radius: 4px;
}

.media-item:hover {
    background-color: hsl(var(--base) / 0.1);
}

.media-input--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.chat-media__btn {
    background-color: hsl(var(--white));
    font-size: 20px;
    cursor: pointer !important;
    color: hsl(var(--base));
    width: 56px;
    height: 56px;
    border-radius: 8px;
    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;
}

.code-btn {
    margin-right: 5px;
    margin-bottom: 5px;
}

.code-btn:last-child {
    margin-right: 0;
}

.chat-url__list,
.chat-list__wrapper {
    position: absolute !important;
    bottom: 100% !important;
    max-width: 304px !important;
    max-height: 380px !important;
    overflow: auto !important;
    background: hsl(var(--white)) !important;
    padding: 10px !important;
    border-radius: 6px !important;
    margin-bottom: 10px !important;
    transform-origin: left bottom !important;
    left: 0 !important;
    transform: scale(0) !important;
    opacity: 0 !important;
    transition: 0.2s linear !important;
    scrollbar-width: thin !important;
    scrollbar-color: hsl(var(--base) / 0.8) hsl(var(--black) / 0.1) !important;
}

.chat-url__list::-webkit-scrollbar,
.chat-list__wrapper::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

.chat-url__list.show,
.chat-list__wrapper.show {
    transform: scale(1) !important;
    opacity: 1 !important;
    cursor: pointer;
}

.chat-url__list.show label,
.chat-list__wrapper.show label {
    cursor: pointer;
}

.table-thumb {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 100%;
}

.table-thumb img {
    width: 100%;
    height: 100%;
}

.details-content__status.statusForm .form-select {
    padding: 10px 14px !important;
    font-size: 14px;
    border-radius: 6px;
}

.filter-icon {
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    display: none;
}

.user-icon {
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    display: none;
}

@media screen and (max-width: 1499px) {
    .user-icon {
        display: block;
    }

    .close-icon-two {
        display: block;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .filter-icon {
        display: block;
    }
}

.body-content {
    position: relative;
}

.add-variable {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid hsl(var(--border-color));
    border-radius: 50% !important;
    color: hsl(var(--black));
}

.dropdown-menu {
    background: hsl(var(--section-bg));
    border-radius: 6px;
    border: 0;
    padding: 0 !important;
    overflow: hidden;
}

.dropdown-menu li .dropdown-item {
    color: hsl(var(--black)) !important;
    cursor: pointer;
    margin: 0;
    padding: 8px 14px;
    border-bottom: 1px solid hsl(var(--black)/.1);
    transition: .2s linear;
}

.dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}

.dropdown-menu li .dropdown-item:hover {
    background-color: hsl(var(--base)/.2);
}

.custom-attribute-wrapper {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: flex-end;
}

.divider-title::after {
    position: absolute;
    content: '';
    top: 14px;
    right: -40px;
    background: hsl(var(--white) / 0.06);
    height: 2px;
    width: 80px;
}


.divider-title::before {
    position: absolute;
    content: '';
    top: 14px;
    left: -40px;
    background: hsl(var(--white) / 0.06);
    height: 2px;
    width: 80px;
}

/* -------------------------------------------
           iPhone 17 Mockup Styles (Carousel)
           ------------------------------------------- */
.iphone-mockup {
    position: relative;
    width: 320px;
    height: 650px;
    background-color: hsl(var(--static-black));
    /* Phone Body Color */
    border-radius: 45px;
    padding: 8px;
    box-shadow: 0 0 20px hsl(var(--static-black) / 0.15), inset 0 0 6px hsl(var(--white) / 0.03);
    margin: 0 auto;
}

.iphone-mockup__camera {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 28px;
    background-color: hsl(var(--body-color));
    border-radius: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 8px;
    box-shadow: inset 0 0 2px hsl(var(--white) / 0.1);
}

.camera-lens {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: hsl(var(--black));
    box-shadow: inset 0 0 4px hsl(var(--body-color)), inset 1px 1px 2px hsl(var(--heading-color));
}

.iphone-mockup__screen {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--white));
    border-radius: 35px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.whatsapp-chat-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.whatsapp-chat-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--warning) / 0.1);
    background-image: url('../images/wp-bg.png');
    background-size: contain;
    background-repeat: repeat;
    content: "";
    opacity: 0.3;
}

[data-theme=dark] .whatsapp-chat-bg::after {
    filter: invert(1);
    opacity: 0.2;
}

.whatsapp-app-header {
    background: hsl(var(--white));
    padding: 35px 15px 10px;
    /* Padding top space for notch */
    border-bottom: 1px solid hsl(var(--border-color));
    color: hsl(var(--black));
}

.whatsapp-message-container {
    padding: 15px;
    flex-grow: 1;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.whatsapp-message-container::-webkit-scrollbar {
    display: none;
}

.whatsapp-message {
    background-color: hsl(var(--white));
    border-radius: 12px;
    border-top-left-radius: 0;
    padding: 10px;
    box-shadow: 0 1px 2px hsl(var(--black) / 0.1);
    position: relative;
}

.whatsapp-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 0;
    border-color: transparent hsl(var(--white)) transparent transparent;
}

/* Carousel Specific Fixes */
.carousel-cards {
    display: flex;
    /* Makes the wrapper a flex container */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
    padding-bottom: 10px;
    width: 100%;
    gap: 10px;
}

.carousel-cards::-webkit-scrollbar {
    display: none;
}

.whatsapp-carousel-card {
    min-width: 80%;
    /* Forces cards to take 80% width, showing a peek of the next */
    flex: 0 0 80%;
    scroll-snap-align: center;
    background-color: hsl(var(--white));
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 1px 2px hsl(var(--black) / 0.1);
    display: flex;
    flex-direction: column;
}

/* Fix for Image and Video Preview */
.whatsapp-carousel-card .header_media img,
.whatsapp-carousel-card .header_media video {
    width: 100% !important;
    max-width: 100%;
    max-height: 120px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
    display: block;
}

.button-preview button.btn {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--base)) !important;
    /* WhatsApp text button color */
    border: 1px solid hsl(var(--border-color)) !important;
    border-radius: 8px !important;
    padding: 8px 10px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    box-shadow: 0 1px 2px hsl(var(--black) / 0.05) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.2s;
}

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

.template-info-container__right .preview-item {
    position: sticky !important;
    top: 50px !important;
}

.sp-container {
    z-index: 2;
}

.sp-picker-container,
.sp-palette-container {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}

.sp-preview {
    width: 90px !important;
    height: 50px !important;
    border-radius: 0 8px 8px 0 !important;
    margin-right: 0 !important;
}

.sp-dd {
    display: none !important;
}

.cookies-card {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99;
    background-color: hsl(var(--white));
    padding: 24px;
    border-radius: 10px;
    max-width: 530px;
    width: 100%;
    border: 2px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 767px) {
    .cookies-card {
        left: 50%;
        transform: translateX(-50%);
        padding: 16px;
        max-width: calc(100% - 40px);
    }
}

.cookies-card__content {
    margin-bottom: 16px;
}

.cookies-card__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.kyc-noty {
    background-color: hsl(var(--base)/0.08);
    padding: 18px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.kyc-noty h4 {
    margin-bottom: 0;
}

.kyc-noty-pending {
    background-color: hsl(var(--warning)/0.1);
}


/* product card design start here */

.product-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-height: 500px;
    overflow-y: auto;
    padding: 5px;
}

.product-wrapper::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.product-wrapper::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base));
}

@media (max-width: 992px) {
    .product-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .product-wrapper {
        grid-template-columns: 1fr;
    }
}

.product-card {
    background: hsl(var(--section-bg));
    border-radius: 12px;
    box-shadow: 0 0 6px hsl(var(--border-color));
    position: relative;
    overflow: hidden;
}

.product-card__content {
    padding: 12px;
}

.product-card__content .title {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card__price {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    color: hsl(var(--title-color)) !important;
}

.product-card__price del {
    color: hsl(var(--title-color)/0.6);
}

.product-action-dropdown .dropdown-menu {
    padding: 15px 10px !important;
    border: 1px solid hsl(var(--border-color)) !important;
    min-width: 200px !important;
    background-color: hsl(var(--white)) !important;
    border-radius: 6px !important;
}

.product-action-dropdown-item {
    padding: 5px 7px;
    font-size: 12px;
    border: 1px solid hsl(var(--black)/0.05);
    width: 100%;
    border-radius: 8px;
    text-align: left;
    transition: 0.3s;
    color: hsl(var(--black));
}

.product-action-dropdown-item:hover {
    background-color: hsl(var(--base)/0.1);
}

.product-action-dropdown .dropdown-menu li:not(:last-child) {
    margin-bottom: 6px;
}

.product-action-dropdown__btn {
    font-size: 20px;
    width: 25px;
    height: 25px;
}

.product-card-buttons {
    position: absolute;
    right: 0px;
    top: 10px;
}


.offcanvas.product-details-offcanvas {
    max-width: 100% !important;
    border-radius: 12px;
    margin: 0 auto;
    overflow: hidden;

    z-index: 1105 !important;
}

.offcanvas.offcanvas-bottom.product-details-offcanvas {
    height: 80%;
}

.offcanvas-backdrop {
    z-index: 1100 !important;
}


.product-details {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

@media (max-width: 575px) {
    .product-details {
        gap: 1rem;
    }
}

.product-details .ratings-area {
    margin-top: 3px;
}

.product-detail-price {
    margin-top: 8px;
}

.product-types {
    gap: 6px;
}

.product-details-label,
.product-share b {
    font-size: 0.875rem;
    font-weight: 600;
    color: hsl(var(--title-color));
}

.product-types span a {
    color: hsl(var(--body-color) / 0.7);
}

.product-types span a:hover {
    color: hsl(var(--base));
}

.product-details .ratings {
    font-size: 1rem;
}

.product-details .product-price {
    line-height: 1;
    font-weight: 600;
    font-size: 1.1rem;
}

.product-details .product-price {
    color: hsl(var(--title-color));
}

.product-details .product-price del {
    color: hsl(var(--title-color) / 0.6);
}

.product-add-to-cart {
    display: flex;
    gap: 0.8rem;
}

.product-details .product-share a {
    background: hsl(var(--white));
    padding: 5px 12px;
    color: hsl(var(--white));
    border-radius: 3px;
    margin: 0 2px;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--body-color));
    transition: 0.3s;
}

.product-details .product-share a:hover {
    color: hsl(var(--base));
}

.product-details .add-to-wishlist-btn {
    border: 1px solid hsl(var(--border));
    padding: 8px 14px;
    font-size: 0.875rem;
    border-radius: 3px;
}

.product-details .add-to-wishlist-btn .wish-icon {
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 400;
}

.product-details .add-to-wishlist-btn .wish-icon::after {
    content: "\f004";
}

.product-details .add-to-wishlist-btn.active .wish-icon,
.product-details .add-to-wishlist-btn.active .compare-icon {
    font-weight: 900;
    color: hsl(var(--base));
}

.product-details-video {
    max-width: 600px;
    height: 400px;
    width: 100%;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .product-details-video {
        height: 320px;
    }
}

@media (max-width: 425px) {
    .product-details-video {
        height: 200px;
    }
}

.review--image {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

.review--image a {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 1px solid hsl(var(--border-color));
    border-radius: 3px;
    padding: 5px;
}

.review--image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.review-reply-items .review-item .thumb {
    height: 45px !important;
    width: 45px !important;
    padding: 8px;
}

.review-reply-items .posted-by {
    font-size: 16px;
}

.review-reply-items .posted-by .posted-on {
    font-size: 13px;
}

.review-reply-items .review--image a {
    height: 80px;
    width: 80px;
}

.review-reply-items .review-item__reply-msg {
    font-size: 15px;
}

.product-summary {
    color: hsl(var(--body-color));
}


.products-description-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.products-description-list li {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px dashed hsl(var(--border-color));
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .products-description-list li {
        font-size: 14px;
    }
}

.products-description-list .title {
    font-weight: 600;
    color: hsl(var(--title-color));

}

.products-description-list .value {
    text-align: right;
}

.custom-container {
    max-width: 1000px;
}

.product-details-scroll {
    max-height: 630px;
    overflow-y: auto;
}

.product-details-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;

}

.product-details-scroll::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base)/0.4);
}

.product-details-offcanvas .offcanvas-body {
    overflow-y: unset !important;
}

.product-details-offcanvas .offcanvas-header {
    padding: 40px 0px !important;
    padding-bottom: 0px !important;
}



.skeleton-animation {
    position: relative;
    border: none !important;
    min-height: 15px;
    min-width: 40px;
}

.skeleton-animation.desc {
    min-height: 35px;

}

.skeleton-animation::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, hsl(var(--section-bg)) 25%, hsl(var(--border-color)) 50%, hsl(var(--section-bg)) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.6s infinite;
    border-radius: 6px;
    overflow: hidden;
    left: 0;
    top: 0;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.product-card__thumb.skeleton-animation::after {
    border-radius: 0px !important;
}

.product-wrapper:has(.empty-product-box) {
    grid-template-columns: 1fr;
}


/* --------------- */
.dashboard-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    border-radius: 24px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, hsl(var(--white) / 0.18), transparent 30%),
        linear-gradient(135deg, hsl(var(--base-d-800)) 0%, hsl(var(--base-d-500)) 55%, hsl(var(--base-d-200)) 100%);
}


.dashboard-hero__content,
.dashboard-hero__actions {
    position: relative;
    z-index: 1;
}

.dashboard-hero__content {
    flex: 1;
    min-width: 0;
}

.dashboard-hero__eyebrow,
.dashboard-section__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: hsl(var(--static-white) / 0.78);
    margin-bottom: 10px;
}

.dashboard-section__eyebrow {
    color: hsl(var(--base));
    margin-bottom: 6px;
}

.dashboard-hero__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.dashboard-hero__title {
    color: hsl(var(--static-white));
    margin-bottom: 8px;
}

.dashboard-hero__text {
    color: hsl(var(--static-white) / 0.82);
    margin-bottom: 0;
    max-width: 760px;
}

.dashboard-hero__badge {
    flex-shrink: 0;
    padding: 9px 14px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dashboard-hero__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.dashboard-hero__meta-item {
    padding: 16px 18px;
    border-radius: 18px;
    background: hsl(var(--static-white) / 0.1);
    backdrop-filter: blur(6px);
}

.dashboard-hero__meta-item span {
    display: block;
    font-size: 12px;
    color: hsl(var(--static-white) / 0.72);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dashboard-hero__meta-item strong {
    color: hsl(var(--static-white));
    font-size: 18px;
    font-weight: 600;
}

.dashboard-hero__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 210px;
}

.dashboard-hero__actions .btn {
    justify-content: center;
}

.dashboard-section+.dashboard-section {
    margin-top: 32px;
}

.dashboard-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.dashboard-section__title {
    margin-bottom: 0;
}

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

@media screen and (max-width: 991px) {
    .dashboard-hero {
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-hero__actions {
        min-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .dashboard-hero__actions .btn {
        flex: 1;
        min-width: 180px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard-hero {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .dashboard-hero__heading {
        flex-direction: column;
    }

    .dashboard-hero__actions {
        flex-direction: column;
    }
}