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

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Inter", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Theme Color Start ============================= */
    --base-h: 216;
    --base-s: 100%;
    --base-l: 50%;
    --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: 290;
    --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: 0 0% 22%;
    --body-bg: 0 0% 98%;
    --body-bg2: 216 76% 10%;
    --heading-color: 0 0% 22%;
    --black: 0 0% 0%;
    --border-color: 0 0% 64%;
    --section-bg: 240 100% 100%;
    /* ================================ Box Shadow Start =============================== */
    --box-shadow: 0 3px 6px 0 hsl(var(--black) / 0.04);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 230;
    --primary-s: 100%;
    --primary-l: 55%;
    --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: 99;
    --success-s: 62%;
    --success-l: 47%;
    --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: 68%;
    --danger-l: 53%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    /* Warning Color */
    --warning-h: 40;
    --warning-s: 100%;
    --warning-l: 46%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
}

/* ============================== Dark Mood Color Modify Start ============================== */
:root[data-theme=dark] {
    --white: 216 19% 15%;
    --body-color: 0 0% 100%;
    --body-bg: 218 28% 11%;
    --heading-color: 210 20% 98%;
    --black: 0 0% 100%;
    --border-color: 0 0% 51%;
    --section-bg: 221 39% 11%;
    --secondary: 207 10% 61%;
}

/* ============================== 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(180deg, hsl(var(--base-d-200)) 0%, hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

body:has(.header__home) {
    background-color: hsl(var(--white));
}

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

@media screen and (max-width: 991px) {
    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;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

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

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

h3 {
    font-size: 24px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

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

h5 {
    font-size: 20px;
    font-weight: 500;
}

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

h6 {
    font-size: 16px;
    font-weight: 500;
}

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.1);
    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: 640px;
    margin-inline: auto;
}

.section__heading>span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: hsl(var(--base));
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
}

.section__heading>span i {
    font-size: 6px;
}

.section__heading>span::after,
.section__heading>span::before {
    position: absolute;
    left: -56px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    content: "";
    width: 60px;
    height: 2px;
    background-image: linear-gradient(to left, hsl(var(--base)), transparent);
}

.section__heading>span::before {
    left: auto;
    right: -56px;
    background-image: linear-gradient(to right, hsl(var(--base)), transparent);
}

@media screen and (max-width: 991px) {
    .section__heading {
        max-width: 440px;
    }
}

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

.wyg p {
    margin-bottom: 24px;
}

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

.wyg ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
    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;
        padding-left: 20px;
    }
}

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

.wyg ol {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 24px;
    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;
        padding-left: 20px;
    }
}

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

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

.bg--black {
    background-color: hsl(var(--black)) !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--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 {
    border: 1px solid hsl(var(--border-color) / 0.5) !important;
}

.border-top {
    border-top: 1px solid hsl(var(--border-color) / 0.5) !important;
}

.border-bottom {
    border-bottom: 1px solid hsl(var(--border-color) / 0.5) !important;
}

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

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

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.accordion .accordion-item {
    border: 1px solid hsl(var(--black)/0.09);
    background-color: hsl(var(--base)/0.06);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
}

.accordion .accordion-item:nth-child(even) {
    transform: rotate(-3deg);
}

.accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    transform: rotate(0);
}

.accordion .accordion-item:nth-child(1) {
    background-color: #fff4ed;
}

.accordion .accordion-item:nth-child(2) {
    background-color: #f3edfc;
}

.accordion .accordion-item:nth-child(3) {
    background-color: #e8f7ea;
}

.accordion .accordion-item:nth-child(4) {
    background-color: #fdeef2;
}

.accordion .accordion-item:nth-child(5) {
    background-color: #dff8ff;
}

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

@media screen and (max-width: 575px) {
    .accordion .accordion-item:not(:last-child) {
        margin-bottom: 16px;
    }
}

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

.accordion .accordion-body {
    padding: 28px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    color: hsl(var(--body-color)/0.8);
}

@media screen and (max-width: 991px) {
    .accordion .accordion-body {
        font-size: 16px;
        padding: 20px;
    }
}

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

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

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

.accordion .accordion-button {
    background-color: transparent;
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 700;
    padding: 28px;
    padding-right: 56px !important;
}

@media screen and (max-width: 1199px) {
    .accordion .accordion-button {
        font-weight: 600;
    }
}

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

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

.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: 0 1px 1px hsl(var(--black)/0.1);
}

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

.accordion .accordion-button[aria-expanded=true]::after,
.accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f068";
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 34px;
    height: 34px;
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
    font-size: 16px;
    line-height: 1;
}

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

    .accordion .accordion-button[aria-expanded=true]::after,
    .accordion .accordion-button[aria-expanded=false]::after {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

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

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

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

.btn {
    color: hsl(var(--static-white)) !important;
    font-weight: 500;
    padding: 12px 14px;
    border-radius: 8px;
    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: 4px;
    font-size: 16px;
    white-space: nowrap;
    line-height: 1.2;
}

.btn i {
    font-size: 20px;
}

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

.btn .fa-arrow-right {
    transform: rotate(-45deg);
}

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

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

.btn--md {
    padding: 8px 14px 7px;
    font-size: 14px;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    .btn--md {
        font-size: 12px;
    }
}

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

.btn--sm i {
    font-size: 16px;
}

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

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

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

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

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

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

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

.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(--static-white)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-theme=dark] .card {
    border: 1px solid hsl(var(--static-white)/0.08);
    box-shadow: none;
}

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

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: 6px 12px;
    padding-right: 40px !important;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid hsl(var(--border-color)/0.5);
    background-color: transparent;
}

.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: 8px 12px;
    background-color: transparent;
    border: 1px solid hsl(var(--border-color)/0.5);
    color: hsl(var(--black));
    line-height: 1.2;
    font-size: 14px;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

[data-theme=dark] input[type="date"]::-webkit-calendar-picker-indicator,
[data-theme=dark] input[type="datetime-local"]::-webkit-calendar-picker-indicator,
[data-theme=dark] input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(100%) brightness(100%);
}

.form-control::placeholder {
    color: hsl(var(--black)/0.4);
}

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

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

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

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

/* 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(--body-color)) !important;
    caret-color: hsl(var(--body-color));
}

/* 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: 14px;
    height: 14px;
    border: 1px solid hsl(var(--border-color)/0.5);
    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(--static-white));
    font-size: 10px;
    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(--body-color));
}

@media screen and (max-width: 575px) {
    .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: 20px;
    height: 20px;
    margin-left: 0;
    margin-top: 0;
}

@media screen and (max-width: 1399px) {
    .form-radio .form-check-input {
        width: 16px;
        height: 16px;
    }
}

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

@media screen and (max-width: 575px) {
    .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 {
    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: 40px;
    height: 22px;
    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: 16px;
    height: 16px;
    background-color: hsl(var(--white));
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    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% - 20px);
    background-color: hsl(var(--white)) !important;
}

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

@media screen and (max-width: 575px) {
    .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(--border-color)/0.5);
}

.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 {
    border-width: 0px;
    border-radius: 6px;
    background-color: hsl(var(--base));
    color: hsl(var(--static-white));
}

.las.la-search {
    transform: rotate(-90deg);
}

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

.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;
    flex: 0 0 auto;
}

[data-theme=dark] .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 1;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

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

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

.modal-body {
    padding: 24px;
}

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

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 5px;
}

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

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: hsl(var(--base)/0.7);
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--base));
}

/* ================================= 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)/0.1);
    color: hsl(var(--base));
    border-color: hsl(var(--base)/0.1);
}

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

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--border-color)/0.5);
    border-radius: 6px;
    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));
}

@media screen and (max-width: 1199px) {
    .pagination .page-item .page-link {
        width: 34px;
        height: 34px;
    }
}

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

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

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

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

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

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

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

.table thead tr th .form-check .form-check-input {
    border-color: hsl(var(--static-white)/0.5);
}

.table thead tr th .form-check .form-check-input:checked::before {
    color: hsl(var(--base));
}

.table thead tr th .form-check .form-check-input:checked {
    background-color: hsl(var(--static-white)) !important;
    border-color: hsl(var(--static-white)) !important;
}

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

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 16px;
    border: 0;
    border-bottom: 1px solid hsl(var(--black)/0.06);
    font-family: var(--heading-font);
    color: hsl(var(--body-color) / 0.6);
    font-weight: 500;
    font-size: 14px;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 14px;
    color: hsl(var(--heading-color));
    font-weight: 500;
    display: none;
    white-space: nowrap;
    text-align: left;
}

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

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

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

@media screen and (max-width: 767px) {
    .table--responsive--sm .table__lead {
        flex-direction: row-reverse;
    }

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

    .table--responsive--sm .table__check {
        flex-direction: row-reverse;
        gap: 10px;
    }

    .table--responsive--sm .table__contact h4 {
        font-size: 14px;
    }

    .table--responsive--sm .table__contact p {
        font-size: 12px;
    }

    .table--responsive--sm .table__profile span {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .table--responsive--sm .user__status {
        width: 8px !important;
        height: 8px !important;
    }

    .table--responsive--sm thead {
        display: none;
    }

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

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

    .table--responsive--sm tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        text-align: right;
        padding: 10px 14px;
        border: none;
        border-bottom: none;
        max-width: unset;
    }

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

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

    .table--responsive--sm tbody tr td::before {
        display: block;
    }
}

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

@media screen and (max-width: 991px) {
    .table--responsive--md .table__lead {
        flex-direction: row-reverse;
    }

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

    .table--responsive--md .table__check {
        flex-direction: row-reverse;
        gap: 10px;
    }

    .table--responsive--md .table__contact h4 {
        font-size: 14px;
    }

    .table--responsive--md .table__contact p {
        font-size: 12px;
    }

    .table--responsive--md .table__profile span {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .table--responsive--md .user__status {
        width: 8px !important;
        height: 8px !important;
    }

    .table--responsive--md thead {
        display: none;
    }

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

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

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        text-align: right;
        padding: 10px 14px;
        border: none;
        border-bottom: none;
        max-width: unset;
    }

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

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

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

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

@media screen and (max-width: 1199px) {
    .table--responsive--lg .table__lead {
        flex-direction: row-reverse;
    }

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

    .table--responsive--lg .table__check {
        flex-direction: row-reverse;
        gap: 10px;
    }

    .table--responsive--lg .table__contact h4 {
        font-size: 14px;
    }

    .table--responsive--lg .table__contact p {
        font-size: 12px;
    }

    .table--responsive--lg .table__profile span {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .table--responsive--lg .user__status {
        width: 8px !important;
        height: 8px !important;
    }

    .table--responsive--lg thead {
        display: none;
    }

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

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

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        text-align: right;
        padding: 10px 14px;
        border: none;
        border-bottom: none;
        max-width: unset;
    }

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

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

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

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

@media screen and (max-width: 1399px) {
    .table--responsive--xl .table__lead {
        flex-direction: row-reverse;
    }

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

    .table--responsive--xl .table__check {
        flex-direction: row-reverse;
        gap: 10px;
    }

    .table--responsive--xl .table__contact h4 {
        font-size: 14px;
    }

    .table--responsive--xl .table__contact p {
        font-size: 12px;
    }

    .table--responsive--xl .table__profile span {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .table--responsive--xl .user__status {
        width: 8px !important;
        height: 8px !important;
    }

    .table--responsive--xl thead {
        display: none;
    }

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

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

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        text-align: right;
        padding: 10px 14px;
        border: none;
        border-bottom: none;
        max-width: unset;
    }

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

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

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

@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: 24px;
}

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

@media screen and (max-width: 767px) {
    .custom--tab .nav-item {
        padding: 2px;
    }
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--heading-color));
    padding: 8px 20px;
    background-color: hsl(var(--white)) !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: 8px 16px;
    }
}

@media screen and (max-width: 767px) {
    .custom--tab .nav-item .nav-link {
        padding: 6px 10px;
        font-size: 14px;
    }
}

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

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

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

.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: 12px;
    border-radius: 60px;
    padding: 4px 12px;
    font-weight: 600;
    position: relative;
    text-align: center;
}

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

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

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

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

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

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

.badge--info {
    background-color: hsl(var(--info)/0.08) !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: 16px 24px;
    border-radius: 6px;
}

@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: -4px;
    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: 6px;
}

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

.dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

[data-theme=dark] .dropdown-menu {
    border: 1px solid hsl(var(--black)/0.1);
}

.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.2);
    border-radius: 0;
    font-size: 14px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-item i {
    font-size: 20px;
}

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

.dropdown-item.active,
.dropdown-item:active {
    color: hsl(var(--static-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-logo {
    width: 80px;
}

.logo-path {
    fill: transparent;
    stroke: hsl(var(--base));
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1800;
    stroke-dashoffset: 1800;
    animation: drawLoop 2.5s ease-in-out infinite;
}

.logo-path.delay {
    animation-delay: 0.35s;
}

@keyframes drawLoop {
    0% {
        stroke-dashoffset: 1800;
        fill: transparent;
    }

    45% {
        stroke-dashoffset: 0;
        fill: transparent;
    }

    65% {
        stroke-dashoffset: 0;
        fill: hsl(var(--base));
    }

    85% {
        stroke-dashoffset: 0;
        fill: hsl(var(--base));
    }

    100% {
        stroke-dashoffset: 1800;
        fill: transparent;
    }
}

/* ================================= Preloader Css End ===========================  */
/* ================================= Template Selection Css Start =========================== */
::selection {
    color: hsl(var(--static-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: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
    border-radius: 50%;
    transition: 0.3s;
    font-size: 14px;
}

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

/* ======================  Social Icon 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: transparent;
    border: 1px solid hsl(var(--border-color)/0.5);
    border-radius: 8px;
    height: auto;
    padding: 8px 30px 8px 18px;
    font-size: 14px;
}

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

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

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

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

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

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

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

.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);
    background-color: hsl(var(--white)/0.2);
}

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

[data-theme=dark] .select2-search--dropdown .select2-search__field input:-webkit-autofill,
[data-theme=dark] .select2-search--dropdown .select2-search__field textarea:-webkit-autofill,
[data-theme=dark] .select2-search--dropdown .select2-search__field 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));
}

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

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

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsl(var(--black)/0.1);
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: hsl(var(--base)/0.7);
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--base));
}

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

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

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

/* ======================  Select2 Section End  ======================*/
/* ======================  Header Section Start  ======================*/
.header__area {
    position: sticky;
    top: 0;
    z-index: 14;
    display: flex;
    align-items: center;
    padding-block: 16px;
    background-color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--black) / 0.06);
}

.header__logo {
    width: 250px;
    flex: 0 0 auto;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .header__logo {
        width: auto;
        text-align: start;
        padding-left: 24px;
    }
}

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

.header__logo a img {
    width: auto;
    height: 34px;
    display: none;
}

@media screen and (max-width: 575px) {
    .header__logo a img {
        height: 26px;
    }
}

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

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

.header__main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-inline: 24px;
}

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

.header__left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-grow: 1;
}

.minified__sidebar {
    color: hsl(var(--body-color) / 0.6);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.minified__sidebar i {
    transition: 0.3s;
}

.minified__sidebar.show i {
    transform: rotate(180deg);
}

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

.search__box {
    position: relative;
    z-index: 1;
    width: 360px;
}

@media screen and (max-width: 991px) {
    .search__box {
        width: 230px;
    }
}

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

.search__box span,
.search__box button {
    position: absolute;
    left: 10px;
    top: 52%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 18px;
    color: hsl(var(--body-color));
}

.search__box.blog button {
    left: auto;
    right: 10px;
    color: hsl(var(--body-color) / 0.6);
}

.search__box .form-control {
    padding-left: 32px !important;
}

.search__box.blog .form-control {
    padding-right: 32px;
    padding-left: 12px !important;
}

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

.header__main .form-control {
    border: none;
    color: hsl(var(--body-color));
    background-color: hsl(var(--body-color)/0.06);
}

.header__main .form-control::placeholder {
    color: hsl(var(--body-color)/0.4);
}

.header__widgets {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.sidebar__open {
    font-size: 26px;
    color: hsl(var(--body-color));
    line-height: 1;
    display: none;
}

@media screen and (max-width: 1199px) {
    .sidebar__open {
        display: block;
    }
}

.home__btn {
    width: 34px;
    height: 34px;
    background-color: hsl(var(--static-white)/0.1);
    color: hsl(var(--static-white));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

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

.notification__btn {
    position: relative;
    z-index: 1;
    font-size: 26px;
    color: hsl(var(--static-white));
}

.notification__btn span {
    position: absolute;
    right: 6px;
    top: 10px;
    z-index: 2;
    height: 6px;
    width: 6px;
    background-color: hsl(var(--danger));
    border-radius: 50%;
}

.notification__btn span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    height: 25px;
    width: 25px;
    border: 5px solid hsl(var(--danger));
    border-radius: 50%;
    content: "";
    animation: heartbit 2s ease-out;
    animation-iteration-count: infinite;
}

@keyframes heartbit {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    25% {
        transform: translate(-50%, -50%) scale(0.1);
        opacity: 0.1;
    }

    50% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.3;
    }

    75% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.5;
    }

    100% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 0;
    }
}

.notification__body {
    width: 280px;
}

.notification__body a p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1;
    margin-bottom: 4px;
    font-size: 14px;
}

.notification__body a {
    display: block;
    white-space: normal;
    padding: 10px 16px;
    border-bottom: 1px solid hsl(var(--border-color)/0.2);
}

.notification__body a span {
    font-size: 12px;
    color: hsl(var(--body-color)/0.6);
}

.notification__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 16px;
}

.notification__footer a i {
    font-size: 18px;
}

.notification__footer a {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.notification__header {
    background-color: hsl(var(--base));
    padding: 10px 16px;
}

.notification__header h4 {
    font-size: 16px;
    font-weight: 600;
    color: hsl(var(--static-white));
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

.notification__header h4 span {
    background-color: hsl(var(--static-white));
    color: hsl(var(--base));
    line-height: 1;
    padding: 2px 6px;
    border-radius: 60px;
    font-size: 14px;
}

.notification__header p {
    color: hsl(var(--static-white)/0.8);
    font-size: 14px;
}

.notification__body a:hover {
    background-color: hsl(var(--base)/0.06);
}

.header__more {
    font-size: 26px;
    color: hsl(var(--info));
    line-height: 1;
}

.profile__avatar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 24px;
}

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

.profile__avatar h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

.profile__avatar p {
    font-size: 14px;
    color: hsl(var(--border-color));
}

.profile__dropdown li a {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    padding: 10px 16px;
}

.profile__dropdown li a i {
    font-size: 20px;
}

.profile__dropdown li:first-child a {
    border-bottom: 1px solid hsl(var(--border-color)/0.2);
    padding: 14px 16px;
    margin-bottom: 16px;
}

.profile__dropdown li:last-child a {
    border-top: 1px solid hsl(var(--border-color)/0.2);
    color: hsl(var(--danger));
    padding: 14px 16px;
    margin-top: 16px;
}

.header__task {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 270px;
    padding: 16px;
    white-space: normal;
}

.header__task li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    border: 1px solid hsl(var(--border-color)/0.2);
    padding: 10px;
    border-radius: 6px;
}

.header__task li a:hover {
    background-color: hsl(var(--border-color)/0.02);
    transform: translateY(-2px);
}

.header__task li a i {
    font-size: 20px;
}

.header__task li:nth-child(1) a i {
    color: hsl(var(--info));
}

.header__task li:nth-child(2) a i {
    color: hsl(var(--success));
}

.header__task li:nth-child(3) a i {
    color: hsl(var(--danger));
}

.header__task li:nth-child(4) a i {
    color: hsl(var(--warning));
}

.header__task li:nth-child(5) a i {
    color: hsl(var(--base));
}

.header__task li:nth-child(6) a i {
    color: hsl(var(--base-two));
}

.header__profile {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: start;
}

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

.header__profile img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.header__profile h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.header__profile p {
    font-size: 14px;
    font-weight: 400;
    color: hsl(var(--body-color)/0.6);
}

/* ======================  Header Section End  ======================*/
/* ======================  Sidebar Section Start  ======================*/
.dashboard__sidebar {
    position: fixed;
    left: 0;
    top: 66px;
    z-index: 13;
    width: 250px;
    height: calc(100% - 66px);
    background-color: hsl(var(--white));
    overflow-y: auto;
    transition: left 0.3s ease;
}

.dashboard__sidebar::-webkit-scrollbar {
    width: 4px;
}

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

.dashboard__sidebar::-webkit-scrollbar-thumb {
    background: hsl(var(--border-color)/0.5);
}

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

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

    .dashboard__sidebar.active {
        left: 0;
    }
}

@media screen and (max-width: 575px) {
    .dashboard__sidebar {
        top: 66px;
        height: calc(100% - 66px);
    }
}

.dashboard__sidebar.show {
    left: -251px;
}

.sidebar__search {
    padding: 12px;
    padding-bottom: 0;
    display: none;
}

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

.sidebar__search .search__box {
    width: 100%;
}

.sidebar__search .form-control {
    border: 1px solid hsl(var(--border-color)/0.5);
    color: hsl(var(--static-white));
}

.sidebar__search .form-control::placeholder {
    color: hsl(var(--static-white)/0.4);
}

.sidebar__search input:-webkit-autofill,
.sidebar__search textarea:-webkit-autofill,
.sidebar__search 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));
}

.dashboard__sidebar ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 12px 32px;
}

.menu__title {
    padding: 10px 20px 2px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: hsl(var(--body-color)/0.3);
    letter-spacing: 0.6px;
    user-select: none;
}

.dashboard__sidebar ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 300;
    color: hsl(var(--heading-color));
    border-radius: 6px;
}

.dashboard__sidebar ul li a .la-angle-down {
    transition: 0.3s;
}

.dashboard__sidebar ul li a[aria-expanded=true] {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
}

.dashboard__sidebar ul li a[aria-expanded=true] .la-angle-down {
    transform: rotate(-180deg);
}

.dashboard__sidebar ul li a span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dashboard__sidebar ul li a span i {
    font-size: 18px;
}

.dashboard__sidebar ul li a.active {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
}

.submenu {
    padding: 20px 10px !important;
    gap: 10px !important;
    position: relative;
    z-index: 1;
}

.submenu::after {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    z-index: -1;
    width: 1px;
    height: calc(100% - 54px);
    background-color: hsl(var(--body-color)/0.3);
}

.submenu li a {
    padding: 0 !important;
    padding-left: 32px !important;
    color: hsl(var(--body-color)) !important;
    position: relative;
    z-index: 1;
}

.submenu li a::after {
    position: absolute;
    left: 10px;
    top: 48%;
    transform: translateY(-50%);
    content: "";
    z-index: 1;
    width: 9px;
    height: 9px;
    background-color: hsl(var(--white));
    border: 2px solid hsl(var(--base)/0.2);
    outline: 4px solid hsl(var(--white));
    border-radius: 50%;
    transition: 0.5s;
}

.submenu li a.active,
.submenu li a:hover {
    color: hsl(var(--base)) !important;
    background-color: transparent !important;
}

.submenu li a.active::after,
.submenu li a:hover::after {
    background-color: hsl(var(--base));
}

/* ======================  Sidebar Section End  ======================*/
/* ======================  Odometer Section Start  ======================*/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

/* ======================  Odometer Section End  ======================*/
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: hsl(var(--base));
    width: 34px;
    height: 34px;
    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 ================================= */
/*=============================== Darklight css start here ================================*/
.theme-switch__slider {
    cursor: pointer;
}

.theme-switch__slider span {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: hsl(var(--body-color));
}

.theme-switch__slider i {
    width: 34px;
    height: 34px;
    background-color: hsl(var(--body-color)/0.1);
    color: hsl(var(--body-color));
    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(--static-white));
}

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

/*=============================== Darklight css end here ================================*/
/* ======================  Dashboard Section Start  ======================*/
.main__content {
    padding: 24px;
    padding-left: 274px !important;
    min-height: calc(100vh - 112px);
    transition: 0.3s;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .main__content {
        padding-left: 24px !important;
    }
}

@media screen and (max-width: 767px) {
    .main__content {
        padding: 24px 12px;
        padding-left: 12px !important;
    }
}

.main__content.show {
    padding: 24px !important;
}

.footer__area {
    padding: 10px 24px;
    padding-left: 274px !important;
}

@media screen and (max-width: 1199px) {
    .footer__area {
        padding-left: 24px !important;
    }
}

@media screen and (max-width: 767px) {
    .footer__area {
        padding: 12px;
        padding-left: 12px !important;
    }
}

.footer__area {
    background-color: hsl(var(--white));
    text-align: center;
}

.footer__area p {
    font-size: 14px;
}

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

.dashboard__card {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.06);
    padding: 20px;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

[data-theme=dark] .dashboard__card {
    border-color: hsl(var(--static-white)/0.08);
    box-shadow: none;
}

.dashboard__card__content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.dashboard__card__content h4 span {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--base));
    color: hsl(var(--static-white));
    line-height: 1;
    box-shadow: 0 5px 10px hsl(var(--base)/0.25);
    flex: 0 0 auto;
}

.col-xxl-3:nth-child(1) .dashboard__card__content h4 span {
    background-color: #ff5d11;
    box-shadow: 0 5px 10px rgba(255, 93, 17, 0.25);
}

.col-xxl-3:nth-child(2) .dashboard__card__content h4 span {
    background-color: #22c55e;
    box-shadow: 0 5px 10px rgba(34, 197, 94, 0.25);
}

.col-xxl-3:nth-child(3) .dashboard__card__content h4 span {
    background-color: #0095f8;
    box-shadow: 0 5px 10px rgba(0, 149, 248, 0.25);
}

.col-xxl-3:nth-child(4) .dashboard__card__content h4 span {
    background-color: #cc00ff;
    box-shadow: 0 5px 10px rgba(204, 0, 255, 0.25);
}

.dashboard__card__content p {
    font-weight: 600;
    opacity: 0.7;
}

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

.dashboard__card__bottom {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.dashboard__card__bottom p {
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.dashboard__card__bottom span {
    font-size: 14px;
    font-weight: 400;
    color: hsl(var(--border-color));
}

.dashboard__card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dashboard__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.dashboard__topbar>h4 {
    margin-bottom: 0;
    font-size: 20px;
}

.dashboard__topbar__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    flex-grow: 1;
}

@media screen and (max-width: 1399px) {
    .dashboard__topbar__right {
        gap: 6px;
    }
}

.dashboard__topbar__right .form-select {
    width: fit-content;
}

.dashboard__topbar__right .form-control {
    width: auto;
}

.table__lead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.table__lead img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
    flex: 0 0 auto;
}

.table__lead h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--heading-color));
}

.progress__main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.progress__main h5 {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    flex: 0 0 auto;
    color: hsl(var(--heading-color));
}

.progress__main .progress {
    width: 70px;
}

.progress,
.progress-stacked {
    height: 8px;
    background-color: hsl(var(--border-color)/0.2);
    border-radius: 40px;
}

.progress-bar {
    background-color: hsl(var(--base));
}

.breadcrumb {
    margin-bottom: 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.breadcrumb h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumb ul li {
    color: hsl(var(--heading-color));
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.breadcrumb ul li i {
    font-size: 16px;
}

.breadcrumb ul li a {
    color: hsl(var(--border-color));
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}

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

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

.table__check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.table__user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.table__profile span {
    width: 30px;
    height: 30px;
    background-color: hsl(var(--warning)/0.15);
    color: hsl(var(--warning));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

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

.user__status {
    width: 6px !important;
    height: 6px !important;
    position: absolute;
    right: 3px;
    bottom: 2px;
    z-index: 2;
}

.table__contact h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.table__contact p {
    font-size: 12px;
    font-weight: 400;
    color: hsl(var(--border-color));
}

.report__topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 24px;
}

@media screen and (max-width: 991px) {
    .report__topbar {
        gap: 4px;
        margin-bottom: 10px;
        padding-left: 0;
        flex-wrap: wrap;
    }
}

.report__topbar a {
    padding: 6px 12px;
    background-color: hsl(var(--white));
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    font-weight: 700;
}

.report__topbar a:hover,
.report__topbar a.active {
    background-color: hsl(var(--base));
    color: hsl(var(--static-white));
}

.setting__wrap {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 24px;
    align-items: flex-start;
}

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

.setting__sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

@media screen and (max-width: 991px) {
    .setting__sidebar {
        flex-direction: row;
        overflow-x: auto;
        gap: 4px;
    }
}

.setting__sidebar a {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    color: hsl(var(--heading-color));
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
    .setting__sidebar a {
        border-radius: 5px;
        gap: 5px;
    }
}

.setting__sidebar a i {
    font-size: 18px;
}

@media screen and (max-width: 1399px) {
    .setting__sidebar a i {
        font-size: 18px;
    }
}

.setting__sidebar a:hover,
.setting__sidebar a.active {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--heading-color));
}

.table__company {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 1;
}

.table__company i {
    font-size: 18px;
    color: hsl(var(--heading-color));
}

.widgets__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 8px;
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .widgets__wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

[data-theme=dark] .widgets__wrap {
    border: 1px solid hsl(var(--static-white)/0.08);
    box-shadow: none;
}

.widgets__single {
    background-color: hsl(var(--white));
    padding: 32px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid hsl(var(--border-color)/0.15);
    border-bottom: 1px solid hsl(var(--border-color)/0.15);
    transition: 0.3s;
}

.widgets__single:nth-child(2) span {
    background-color: hsl(var(--base-two));
    box-shadow: 0 8px 14px hsl(var(--base-two)/0.25);
}

.widgets__single:nth-child(3) span {
    background-color: hsl(var(--warning));
    box-shadow: 0 8px 14px hsl(var(--warning)/0.25);
}

.widgets__single:nth-child(4) span {
    background-color: hsl(var(--success));
    box-shadow: 0 8px 14px hsl(var(--success)/0.25);
}

.widgets__single:nth-child(5) span {
    background-color: hsl(var(--danger));
    box-shadow: 0 8px 14px hsl(var(--danger)/0.25);
}

.widgets__single:nth-child(6) span {
    background-color: hsl(var(--info));
    box-shadow: 0 8px 14px hsl(var(--info)/0.25);
}

.widgets__single:nth-child(7) span {
    background-color: #ff27c9;
    box-shadow: 0 8px 14px rgba(255, 39, 201, 0.25);
}

.widgets__single:nth-child(8) span {
    background-color: #00ddad;
    box-shadow: 0 8px 14px rgba(0, 221, 173, 0.25);
}

.widgets__single:nth-child(9) span {
    background-color: #ff7b00;
    box-shadow: 0 8px 14px rgba(255, 123, 0, 0.25);
}

.widgets__single span {
    width: 50px;
    height: 50px;
    background-color: hsl(var(--base));
    box-shadow: 0 8px 14px hsl(var(--base)/0.25);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--static-white));
    font-size: 28px;
    flex: 0 0 auto;
}

.widgets__single h4 {
    margin-bottom: 6px;
}

.widgets__single p {
    font-size: 14px;
}

.company__card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.08);
    padding: 24px 16px;
}

.company__card::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -410px;
    width: 600px;
    aspect-ratio: 1;
    content: "";
    z-index: -1;
    background-color: hsl(var(--warning)/0.06);
    border-radius: 50%;
}

.company__topbar {
    text-align: center;
    margin-bottom: 32px;
}

.company__topbar img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 16px;
}

.company__topbar h4 {
    margin-bottom: 6px;
}

.company__topbar p {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.company__topbar p i {
    font-size: 20px;
    color: hsl(var(--base));
}

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

.company__about p {
    margin-bottom: 16px;
}

.company__about ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.company__about ul li {
    color: hsl(var(--heading-color));
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.company__about ul li i {
    color: hsl(var(--base));
    font-size: 18px;
}

.company__info {
    text-align: center;
}

.company__info ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 24px;
}

.company__info ul li h4 {
    font-size: 20px;
    margin-bottom: 2px;
}

.company__info p {
    color: hsl(var(--border-color));
    font-size: 14px;
}

.company__info li {
    padding-inline: 20px;
}

@media screen and (max-width: 575px) {
    .company__info li {
        padding-inline: 10px;
    }
}

.company__info li:first-child {
    border-right: 1px solid hsl(var(--border-color)/0.2);
}

.table__task h4 {
    font-size: 14px;
    margin-bottom: 2px;
    color: hsl(var(--heading-color)/0.6);
}

.table__task p {
    font-size: 12px;
    color: hsl(var(--border-color));
}

.table__dropdown {
    width: 30px;
    height: 30px;
    color: hsl(var(--heading-color)/0.6);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    font-size: 16px;
    transition: 0.3s;
}

/* ======================  Dashboard Section End  ======================*/
/* ======================  Auth Section Start  ======================*/
.auth__right {
    max-width: 620px;
    margin-left: auto;
    padding: 24px;
}

.auth__wrapper {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black) / 0.1);
    border-radius: 12px;
    padding: 40px 70px;
    min-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.auth__left {
    position: fixed;
    width: calc(100% - 620px);
    min-height: 100vh;
    z-index: 1;
}

.auth__left::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, hsl(var(--base-d-900) / 0.95), transparent);
}

.auth__left__content {
    padding: 60px;
}

.auth__left__content a {
    margin-bottom: 80px;
}

.auth__left__content a img {
    width: 200px;
}

.auth__left__content h2 {
    color: hsl(var(--white));
    font-size: 60px;
    line-height: 1.02;
}

.auth__left__content p {
    color: hsl(var(--white) / 0.9);
    font-size: 20px;
    max-width: 370px;
}

.auth__left__content h2 span {
    color: hsl(var(--base));
    display: block;
}

.auth__content {
    padding: 80px;
}

@media screen and (max-width: 1399px) {
    .auth__content {
        padding: 40px;
    }

    .auth__left__content h2 {
        font-size: 48px;
        line-height: 1.1;
    }

    .auth__left__content p {
        font-size: 18px;
        max-width: 340px;
    }

    .auth__left__content a img {
        width: 160px;
    }

    .auth__left__content a {
        margin-bottom: 48px;
    }

    .auth__wrapper {
        padding: 40px;
    }

    .auth__right {
        max-width: 520px;
    }

    .auth__left {
        width: calc(100% - 520px);
    }
}


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

    .auth__left__content p {
        font-size: 16px;
        max-width: 295px;
    }

    .auth__left__content {
        padding: 40px;
    }
}

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

    .auth__right {
        max-width: 100%;
    }

    .auth__left {
        width: 100%;
        min-height: auto;
        position: relative;
    }

    .auth__wrapper {
        min-height: auto;
    }
}

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

    .auth__left__content {
        padding: 40px 24px;
    }

    .auth__left__content h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .auth__left__content p {
        font-size: 14px;
        max-width: 260px;
    }

    .auth__left__content a {
        margin-bottom: 24px;
    }

    .auth__right {
        padding: 10px;
    }

    .auth__wrapper {
        padding: 32px 24px;
    }
}

.auth__content span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    color: hsl(var(--white));
}

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

.auth__content p {
    color: hsl(var(--white));
    font-size: 32px;
    font-weight: 700;
    max-width: 650px;
}

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

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

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

.auth__btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media screen and (max-width: 991px) {
    .auth__btn {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) translateY(0);
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
}

.auth__btn a {
    font-size: 24px;
    font-weight: 700;
    color: hsl(var(--white));
    padding: 20px 40px;
    border-radius: 16px 0 0 16px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .auth__btn a {
        font-size: 20px;
        padding: 16px 24px;
        border-radius: 12px 0 0 12px;
    }
}

@media screen and (max-width: 991px) {
    .auth__btn a {
        border-radius: 12px 12px 0 0;
        padding: 10px 24px;
    }
}

@media screen and (max-width: 575px) {
    .auth__btn a {
        font-size: 16px;
        font-weight: 600;
    }
}

.auth__btn a:hover {
    color: hsl(var(--white)/0.6);
}

.auth__btn a.active {
    background-color: hsl(var(--body-bg));
    color: hsl(var(--heading-color));
    text-align: center;
}

.auth__btn a.active::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -25px;
    height: 30px;
    width: 20px;
    box-shadow: 0 16px 0 0 hsl(var(--body-bg));
    right: 5px;
    border-bottom-right-radius: 16px;
    z-index: 1;
    rotate: -90deg;
    transition: 0.3s linear;
}

@media screen and (max-width: 991px) {
    .auth__btn a.active::before {
        top: auto;
        right: auto;
        bottom: 0;
        left: -20px;
        rotate: 0deg;
        box-shadow: 1px 12px 0 0 hsl(var(--body-bg));
        border-bottom-right-radius: 12px;
    }
}

.auth__btn a.active::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -25px;
    height: 30px;
    width: 20px;
    box-shadow: 0 16px 0 0 hsl(var(--body-bg));
    right: 5px;
    border-bottom-left-radius: 16px;
    z-index: 1;
    rotate: -450deg;
    rotate: -450deg;
}

@media screen and (max-width: 991px) {
    .auth__btn a.active::after {
        top: auto;
        right: auto;
        bottom: 0;
        right: -20px;
        rotate: 0deg;
        box-shadow: -1px 12px 0 0 hsl(var(--body-bg));
        border-bottom-left-radius: 12px;
    }
}

.auth__btn a.active:hover {
    color: hsl(var(--heading-color)/0.6);
}

.auth__topbar {
    text-align: center;
    margin-bottom: 32px;
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
}

.auth__topbar a img {
    width: 160px;
}

@media screen and (max-width: 1199px) {
    .auth__topbar a img {
        width: 140px;
    }
}

.auth__topbar a {
    margin-bottom: 16px;
}

.auth__topbar h4 {
    font-size: 32px;
    margin-bottom: 4px;
}

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

.auth__topbar p {
    color: hsl(var(--border-color));
}

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

.auth__right form {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
}

.auth__widgets {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

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

.auth__form .form-control {
    padding: 16px;
    background-color: hsl(var(--white));
}

.auth__others {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth__others::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    content: "";
    width: 100%;
    height: 1px;
    background-color: hsl(var(--border-color) / 0.2);
}

.auth__others p {
    background-color: hsl(var(--white));
    padding: 0 24px;
}

@media screen and (max-width: 575px) {
    .auth__others p {
        padding: 0 16px;
    }
}

.auth__social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
}

@media screen and (max-width: 1199px) {
    .auth__social {
        gap: 10px 20px;
    }
}

.auth__social a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 1199px) {
    .auth__social a {
        font-size: 14px;
        gap: 8px;
    }
}

.auth__social a img {
    width: 20px;
}

@media screen and (max-width: 1199px) {
    .auth__social a img {
        width: 16px;
    }
}

.auth__already {
    text-align: center;
    margin-top: 24px;
}

/* ======================  Auth Section End  ======================*/
/* ======================  Policy Section Start  ======================*/
.policy__breadcrumb {
    background-color: hsl(var(--base)/0.06);
    padding-block: 80px;
}

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

@media screen and (max-width: 767px) {
    .policy__breadcrumb {
        padding-block: 40px;
    }
}

.policy__topbar {
    text-align: center;
    max-width: 780px;
    margin-inline: auto;
}

.policy__topbar p {
    color: hsl(var(--body-color)/0.6);
}

/* ======================  Policy Section End  ======================*/
/* ======================  Header Home Section Start  ======================*/
.header__home {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 16px;
    z-index: 9;
}

.header__home.fixed-header {
    position: fixed;
    transition: 0.25s linear;
    animation: slide-down 0.6s;
}

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

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

.hh__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black) / 0.06);
    padding-inline: 24px;
    border-radius: 100px;
}

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

.hh__logo a img {
    width: 160px;
}

@media screen and (max-width: 1199px) {
    .hh__logo a img {
        width: 140px;
    }
}

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

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

@media screen and (max-width: 1199px) {
    .hh__main ul {
        gap: 24px;
    }
}

.hh__main ul li a {
    font-size: 16px;
    color: hsl(var(--body-color));
    font-weight: 600;
    padding-block: 20px;
    position: relative;
    z-index: 1;
}

.hh__main ul li a::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: hsl(var(--base));
    content: "";
    z-index: 1;
    transition: 0.3s;
}

.hh__main ul li a:hover::after,
.hh__main ul li a.active::after {
    width: 100%;
}

.hh__btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.menu__open {
    color: hsl(var(--body-color));
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    display: none;
    background-color: hsl(var(--base) / 0.06);
    padding: 4px 8px;
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base) / 0.1);
    border-radius: 6px;
}

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

.hh__btn .dropdown-toggle {
    background-color: hsl(var(--black)/0.02);
    border: 1px solid hsl(var(--black)/0.06);
    padding: 5px 8px;
    border-radius: 8px;
}

.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 {
    color: hsl(var(--body-color));
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

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

.dropdown-toggle .language__item p {
    font-size: 14px;
    font-weight: 400;
}

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

/* ======================  Header Home Section End  ======================*/
/* ======================  Offcanvas Section Start  ======================*/
.offcanvas__area {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 99;
    width: 300px;
    height: 100vh;
    padding: 16px;
    background-color: hsl(var(--white));
    transition: 0.3s;
}

.offcanvas__area.active {
    left: 0;
}

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

.offcanvas__topbar a img {
    width: 140px;
}

.close__menu {
    width: 30px;
    aspect-ratio: 1;
    background-color: hsl(var(--danger)/0.1);
    color: hsl(var(--danger));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.offcanvas__menu ul li a {
    font-weight: 600;
    display: block;
    border-bottom: 1px solid hsl(var(--black)/0.06);
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.offcanvas__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 24px;
}

.offcanvas__menu ul li a:hover {
    color: hsl(var(--base));
    padding-inline: 8px;
}

/* ======================  Offcanvas Section End  ======================*/
/* ======================  Footer Home Section Start  ======================*/
.footer__home {
    background-image: linear-gradient(to top, hsl(var(--base-d-800)), hsl(var(--heading-color)));
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 32px;
}

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

.footer__about a img {
    width: 160px;
}

.footer__about a {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .footer__about a {
        margin-bottom: 16px;
    }
}

.footer__about p {
    color: hsl(var(--white));
}

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

.footer__menu h2 {
    color: hsl(var(--white));
    font-size: 20px;
    margin-bottom: 20px;
}

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

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

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

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

.footer__contact h2 {
    color: hsl(var(--white));
    font-size: 20px;
    margin-bottom: 20px;
}

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

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

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

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

.footer__newsletter h3 {
    color: hsl(var(--white));
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 500;
}

.footer__newsletter {
    margin-top: 32px;
}

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

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

.newsletter__form .form-control {
    background-color: hsl(var(--white));
    padding: 20px;
    padding-right: 100px !important;
}

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

.footer__social ul li a {
    width: 42px;
    aspect-ratio: 1;
    background-color: hsl(var(--white)/0.1);
    color: hsl(var(--white));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.footer__social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.footer__social {
    margin-top: 32px;
}

.footer__label span {
    color: transparent;
    font-size: 20vw;
    line-height: 0.8;
    font-weight: 700;
    user-select: none;
    background: linear-gradient(to top, transparent 0%, hsl(var(--white) / 0.04) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer__label {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: -1;
    width: 100%;
}

.footer__bottom {
    text-align: center;
}

.footer__bottom p {
    color: hsl(var(--white)/0.8);
}

.footer__bottom p a {
    color: hsl(var(--white));
    font-weight: 600;
}

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

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

/* ======================  Footer Home Section End  ======================*/
/* ======================  Banner Section Start  ======================*/
.banner__area {
    padding-top: 180px;
    position: relative;
    z-index: 1;
    background-color: hsl(var(--white));
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .banner__area {
        padding-top: 140px;
    }
}

@media screen and (max-width: 575px) {
    .banner__area {
        padding-top: 120px;
    }
}

.banner__area::after,
.banner__area::before {
    position: absolute;
    left: 5%;
    top: 10%;
    z-index: -2;
    width: 254px;
    aspect-ratio: 1;
    border-radius: 50%;
    content: "";
    background-color: hsl(var(--base));
    filter: blur(200px);
    mix-blend-mode: multiply;
    opacity: 0.5;
}

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

    .banner__area::after,
    .banner__area::before {
        filter: blur(150px);
        left: 0;
        opacity: 0.3;
    }
}

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

    .banner__area::after,
    .banner__area::before {
        width: 200px;
        filter: blur(110px);
        opacity: 0.3;
    }
}

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

    .banner__area::after,
    .banner__area::before {
        left: -50px;
        width: 150px;
        opacity: 0.5;
    }
}

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

    .banner__area::after,
    .banner__area::before {
        top: 4%;
        filter: blur(70px);
        opacity: 0.4;
    }
}

.banner__area::before {
    left: auto;
    right: 5%;
}

@media screen and (max-width: 1399px) {
    .banner__area::before {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner__area::before {
        right: -50px;
    }
}

.banner__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    user-select: none;
    pointer-events: none;
    mix-blend-mode: color-burn;
}

@media screen and (max-width: 991px) {
    .banner__bg {
        height: 58%;
    }
}

@media screen and (max-width: 767px) {
    .banner__bg {
        height: 40%;
    }
}

@media screen and (max-width: 575px) {
    .banner__bg {
        height: 20%;
    }
}

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

.banner__video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    user-select: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.banner__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.banner__content {
    text-align: center;
    max-width: 1000px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.banner__sp {
    position: absolute;
    right: 0;
    bottom: -70px;
    z-index: -1;
    width: 100px;
    animation-name: myAnimation;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

.banner__sp svg {
    width: 100%;
    transform: rotateY(180deg);
}

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

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

    .banner__sp {
        width: 60px;
    }
}

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

.banner__platform {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.banner__platform span {
    width: 38px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: 0.3s;
    border: 3px solid hsl(var(--white));
    outline: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 991px) {
    .banner__platform span {
        width: 32px;
    }
}

.banner__platform span:hover {
    transform: translateY(-4px);
}

.banner__platform span:not(:first-child) {
    margin-left: -12px;
}

.banner__platform span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__platform p {
    width: 38px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid hsl(var(--white));
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--heading-color));
    color: hsl(var(--white));
    margin-left: -12px;
    font-weight: 600;
}

.banner__content h1 {
    font-size: 70px;
    line-height: 1.2;
    text-transform: capitalize;
}

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

@media screen and (max-width: 991px) {
    .banner__content h1 {
        font-size: 40px;
    }
}

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

@media screen and (max-width: 575px) {
    .banner__content h1 {
        font-size: 32px;
    }
}

.banner__content h1 span {
    color: hsl(var(--base));
    font-style: italic;
    font-weight: 500;
}

.banner__content>p {
    font-size: 18px;
    max-width: 750px;
    margin-inline: auto;
}

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

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

.banner__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
}

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

.banner__img img {
    width: 100%;
    border-radius: 16px;
    pointer-events: none;
    user-select: none;
}

.banner__img::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    content: "";
    z-index: 2;
    background-image: linear-gradient(to top, hsl(var(--white)), transparent);
}

/* ======================  Banner Section End  ======================*/
/* ======================  Brand Section Start  ======================*/
.brand__slider__item {
    text-align: center;
    padding-inline: 12px;
}

.brand__slider__item img {
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid hsl(var(--black) / 0.1);
    padding: 20px 32px;
    border-radius: 10px;
    transition: 0.3s;
}

@media screen and (max-width: 1399px) {
    .brand__slider__item img {
        padding: 18px 24px;
    }
}

@media screen and (max-width: 1199px) {
    .brand__slider__item img {
        padding: 14px 20px;
    }
}

@media screen and (max-width: 575px) {
    .brand__slider__item img {
        padding: 12px 10px;
        max-width: 130px;
        border-radius: 6px;
    }
}

.brand__slider__item img:hover {
    border-color: hsl(var(--base) / 0.6);
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

/* ======================  Brand Section End  ======================*/
/* ======================  Feature Section Start  ======================*/
.feature__area {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--base) / 0.02);
    background-image: radial-gradient(hsl(var(--base) / 0.06) 2px, transparent 2px);
    background-size: 20px 20px;
}

.feature__sp {
    position: absolute;
    left: 0;
    top: 10%;
    z-index: -2;
    user-select: none;
    pointer-events: none;
    max-width: 420px;
    width: 100%;
    opacity: 0.04;
}

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

.feature__sp.two {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}

.feature__sp img {
    width: 100%;
}

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

.feature__single p {
    font-weight: 600;
    color: hsl(var(--body-color)/0.7);
}

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

.feature__single {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.04);
    padding: 24px;
    height: 100%;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 16px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.feature__single:hover {
    border-color: hsl(var(--black) / 0.1);
    box-shadow: 0 4px 10px hsl(var(--black) / 0.06);
}

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

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

.feature__single::after {
    position: absolute;
    left: -100px;
    bottom: -150px;
    width: 300px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 60px solid hsl(var(--white)/0.4);
    content: "";
    z-index: -1;
    opacity: 0;
    visibility: visible;
}

.row>div:nth-child(1) .feature__single {
    background-color: #f3edfc;
}

.row>div:nth-child(2) .feature__single {
    background-color: #e4f0fd;
}

.row>div:nth-child(2) .feature__single::after {
    opacity: 1;
    visibility: visible;
}

.row>div:nth-child(3) .feature__single {
    background-color: #e8f7ea;
}

.row>div:nth-child(3) .feature__single::after {
    opacity: 1;
    visibility: visible;
}

.row>div:nth-child(4) .feature__single {
    background-color: #fef1df;
}

.row>div:nth-child(5) .feature__single {
    background-color: #fdeef2;
}

.row>div:nth-child(6) .feature__single {
    background-color: #ece8fd;
}

.row>div:nth-child(6) .feature__single::after {
    opacity: 1;
    visibility: visible;
}

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

    .feature__img img {
        width: 100%;
        max-width: 250px;
    }
}

/* ======================  Feature Section End  ======================*/
/* ======================  Tutorial Section Start  ======================*/
.tutorial__single {
    padding: 32px;
    border: 1px solid hsl(var(--black)/0.06);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

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

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

.tutorial__single:nth-child(even) {
    margin-left: auto;
}

.tutorial__single h6 {
    margin-bottom: 0;
    position: absolute;
    right: -20px;
    top: -30px;
    z-index: 1;
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.04;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: hsl(var(--black));
}

.tutorial__single:hover h6 {
    -webkit-text-stroke-color: hsl(var(--info));
    opacity: 0.2;
}

@media screen and (max-width: 1199px) {
    .tutorial__single h6 {
        font-size: 100px;
        right: -10px;
        top: -20px;
    }
}

.tutorial__single span {
    width: 60px;
    aspect-ratio: 1;
    background-color: hsl(var(--info) / 0.06);
    color: hsl(var(--info));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 6px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
    .tutorial__single span {
        width: 52px;
        font-size: 20px;
    }
}

.row div:nth-child(2) .tutorial__single span {
    background-color: hsl(var(--warning) / 0.06);
}

.row div:nth-child(2) .tutorial__single:hover h6 {
    -webkit-text-stroke-color: hsl(var(--warning));
    opacity: 0.2;
}

.row div:nth-child(3) .tutorial__single span {
    background-color: hsl(var(--danger) / 0.06);
}

.row div:nth-child(3) .tutorial__single:hover h6 {
    -webkit-text-stroke-color: hsl(var(--danger));
    opacity: 0.2;
}

.tutorial__single p {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.8;
}

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

/* ======================  Tutorial Section End  ======================*/
/* ======================  Service Section Start  ======================*/
.service__content .badge {
    padding: 8px 16px;
    font-size: 14px;
    margin-bottom: 16px;
}

.service__content h3 {
    font-size: 32px;
}

.service__content ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service__content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: hsl(var(--body-color) / 0.7);
}

.service__content ul li i {
    color: hsl(var(--success));
}

.service__wrapper {
    background-color: #fdeef2;
    border: 1px solid hsl(var(--black) / 0.04);
    padding: 60px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: sticky;
    top: 140px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform-origin: center top;
    will-change: transform;
}

.service__wrapper:not(:last-child) {
    margin-bottom: 60px;
}

.service__wrapper:nth-child(2) {
    background-color: #e8f7ea;
}

.service__wrapper:nth-child(3) {
    background-color: #e4f0fd;
}

.service__wrapper:nth-child(4) {
    background-color: #fef1df;
}

.service__wrapper:nth-child(5) {
    background-color: #fdeef2;
}

.service__img {
    width: 100%;
}

.service__img img {
    width: 100%;
    border-radius: 12px;
    filter: drop-shadow(0 2px 4px hsl(var(--black) / 0.04));
}

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

    .service__wrapper:not(:last-child) {
        margin-bottom: 40px;
    }

    .service__wrapper {
        padding: 40px;
        gap: 24px;
    }
}

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

@media screen and (max-width: 767px) {
    .service__wrapper {
        display: flex;
        flex-direction: column-reverse;
        padding: 20px;
        top: 100px;
    }

    .service__img {
        width: 270px;
        margin-inline: auto;
    }

}

@media screen and (max-width: 575px) {
    .service__content h3 {
        font-size: 20px;
    }

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

/* ======================  Service Section End  ======================*/
/* ======================  FAQ Section Start  ======================*/
.faq__area {
    position: relative;
    z-index: 1;
}

.faq__sp {
    position: absolute;
    left: 6%;
    top: 20%;
    z-index: -2;
    user-select: none;
    pointer-events: none;
    width: 80px;
    animation: zoomAnim 2s linear 0s infinite alternate none;
}

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

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

.faq__sp img {
    width: 100%;
}

.faq__sp.two {
    left: 14%;
    top: 55%;
}

.faq__sp.three {
    left: auto;
    right: 6%;
    top: 62%;
}

.faq__sp.four {
    left: auto;
    right: 18%;
    top: 24%;
}

@media screen and (max-width: 1399px) {
    .faq__sp.four {
        right: 12%;
    }
}

@keyframes zoomAnim {
    0% {
        transform: scale(0.8) rotate(0);
    }

    100% {
        transform: scale(1) rotate(8deg);
    }
}

/* ======================  FAQ Section End  ======================*/
/* ======================  Blog Section Start  ======================*/
.blog__single {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black) / 0.1);
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s;
}

.blog__single:hover {
    border-color: hsl(var(--base) / 0.4);
}

.blog__single:hover .blog__img img {
    transform: scale(1.05);
}

.blog__img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.blog__img img {
    width: 100%;
    transition: 0.4s;
}

.blog__content {
    padding: 20px;
}

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

.blog__content h3 {
    font-size: 22px;
    margin-bottom: 6px;
}

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

.blog__content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.blog__content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
    color: hsl(var(--body-color) / 0.6);
    font-size: 14px;
    font-weight: 500;
}

.blog__content>a {
    font-weight: 600;
    color: hsl(var(--base));
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.blog__content>a i {
    transform: rotate(-45deg);
    font-size: 18px;
    transition: 0.3s;
}

.blog__content>a:hover {
    letter-spacing: 0.5px;
}

.blog__content>a:hover i {
    transform: rotate(0);
}

.blog__share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.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 Section End  ======================*/
/* ======================  Pricing Section Start  ======================*/
@media screen and (max-width: 991px) {
    .pricing__wrap {
        overflow-x: auto;
    }
}

.pricing__wrap table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid hsl(var(--black)/0.08);
    border-radius: 10px;
    background: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .pricing__wrap table {
        width: 850px;
    }
}

.pricing__wrap table th:last-child,
.pricing__wrap table td:last-child {
    border-right: 0;
}

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

.pricing__wrap table thead tr th:first-child {
    border-top-left-radius: 10px;
}

.pricing__wrap table thead tr th:last-child {
    border-top-right-radius: 10px;
}

.pricing__wrap table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.pricing__wrap table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.pricing__wrap table tr th {
    padding: 24px 16px;
    text-align: center;
    border-right: 1px solid hsl(var(--black)/0.08);
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.pricing__wrap table tr th.pricing__plan--featured {
    background-color: hsl(var(--base)) !important;
}

.pricing__wrap table tr th.pricing__plan--featured * {
    color: hsl(var(--white));
}

.pricing__wrap table tr th.pricing__plan--featured h3 .badge {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--base)) !important;
}

.pricing__wrap table tr th h3 {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pricing__wrap table tr th h4 {
    font-size: 14px;
    font-weight: 400;
}

.pricing__wrap table tr th h4 span {
    font-size: 32px;
    font-weight: 700;
}

.pricing__wrap table tr th:nth-child(2) {
    background-color: hsl(var(--success));

    & * {
        color: hsl(var(--white)) !important;
    }
}

.pricing__wrap table tr th:nth-child(4) {
    background-color: hsl(var(--warning));

    & * {
        color: hsl(var(--white)) !important;
    }
}

.pricing__wrap table tr td {
    padding: 16px;
    border-right: 1px solid hsl(var(--black)/0.08);
    border-bottom: 1px solid hsl(var(--black)/0.08);
    text-align: center;
    color: hsl(var(--body-color));
    font-size: 18px;
}

@media screen and (max-width: 1199px) {
    .pricing__wrap table tr td {
        font-size: 16px;
    }
}

.pricing__wrap table tr td:first-child {
    text-align: start;
    min-width: 300px;
    font-weight: 600;
    color: hsl(var(--body-color)/0.7);
}

@media screen and (max-width: 1199px) {
    .pricing__wrap table tr td:first-child {
        min-width: 230px;
    }
}

.pricing__wrap table tr td.pricing__plan--featured {
    background-color: hsl(var(--base)/0.06) !important;
}

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

.pricing__wrap table tr td:nth-child(2) {
    background-color: hsl(var(--success)/0.04) !important;
}

.pricing__wrap table tr td:nth-child(4) {
    background-color: hsl(var(--warning)/0.04) !important;
}

.pricing__modules {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.pricing__modules .badge {
    white-space: normal;
    line-height: 1.25;
}

/* ======================  Pricing Section End  ======================*/
/* ======================  Testimonial Section Start  ======================*/
.testimonial__area {
    background-color: hsl(var(--base) / 0.02);
    background-image: radial-gradient(hsl(var(--base) / 0.06) 2px, transparent 2px);
    background-size: 20px 20px;
}

.testimonial__wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 900px;
}

.testimonial__wrap .col-lg-3:nth-child(even) .testimonial__wrapper {
    margin-top: 80px;
}

.testimonial__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: TestimonialScroll 30s linear infinite;
    animation-duration: 30s;
    transition: all 0.4s ease-in;
}

.testimonial__wrapper.reverse__testimonial {
    animation: TestimonialScroll2 30s linear infinite;
}

@keyframes TestimonialScroll {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

@keyframes TestimonialScroll2 {
    from {
        transform: translateY(-50%);
    }

    to {
        transform: translateY(0);
    }
}

.testimonial__single {
    background-image: linear-gradient(to right top, hsl(var(--black)/0.02), transparent);
    border: 1px solid hsl(var(--black)/0.06);
    border-radius: 8px;
    padding: 24px;
}

.testimonial__single .star__rating {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 1px;
}

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

.testimonial__single p {
    font-style: italic;
    margin-bottom: 24px;
}

.testimonial__single h5 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
}

.testimonial__single h5 span {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid hsl(var(--white)/0.1);
}

.testimonial__single h5 span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial__bottom {
    background-color: hsl(var(--white)/0.04);
    width: fit-content;
    margin-inline: auto;
    padding: 16px 24px;
    border-radius: 200px;
    position: relative;
    z-index: 1;
    --offset: 1px;
    overflow: hidden;
}

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

.testimonial__bottom::after {
    content: "";
    background-color: hsl(var(--white));
    position: absolute;
    inset: var(--offset);
    height: calc(100% - 2 * var(--offset));
    width: calc(100% - 2 * var(--offset));
    border-radius: 250px;
    z-index: -1;
}

.testimonial__bottom::before {
    content: "";
    background: conic-gradient(transparent 90deg, #0088FF, #00ffaa, #ff5100, #e5ff00);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 100%;
    animation: rotate 3s linear infinite;
    z-index: -1;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
    }

    to {
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
    }
}

.testimonial__users img {
    width: 150px;
    flex: 0 0 auto;
}

.testimonial__users {
    display: flex;
    align-items: center;
}

.testimonial__users img:not(:first-child) {
    margin-left: -14px;
}

.testimonial__users h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    margin-left: 16px;
}

@media screen and (max-width: 575px) {
    .testimonial__users h5 {
        font-size: 16px;
    }
}

/* ======================  Testimonial Section End  ======================*/
/* ======================  Why Choose Section Start  ======================*/
.why__choose {
    background-color: hsl(var(--base) / 0.02);
    background-image: radial-gradient(hsl(var(--base)/0.06) 2px, transparent 2px);
    background-size: 20px 20px;
}

.wc__single h3 {
    font-size: 20px;
}

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

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

.wc__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.wc__single {
    background-color: hsl(var(--black)/0.02);
    border: 1px solid hsl(var(--black) / 0.02);
    padding: 32px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: 0.3s;
    height: 100%;
}

.wc__single:hover {
    border-color: hsl(var(--base) / 0.4);
}

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

.wc__single span {
    width: 50px;
    aspect-ratio: 1;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 20px;
}

/* ======================  Why Choose Section End  ======================*/
/* ======================  Counter Section Start  ======================*/
.counter__single {
    padding-inline: 48px;
    padding-top: 60px;
    background-color: hsl(var(--warning)/0.2);
    text-align: center;
    border-radius: 400px 400px 0 0;
}

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

.counter__single img {
    width: 100%;
    max-width: 230px;
}

@media screen and (max-width: 991px) {
    .counter__single img {
        max-width: 160px;
    }
}

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

.col-md-4:nth-child(2) .counter__single {
    background-color: hsl(var(--success)/0.2);
    padding-top: 80px;
    padding-bottom: 40px;
}

.col-md-4:nth-child(2) .counter__single p {
    margin-bottom: 40px;
}

.col-md-4:nth-child(2) .counter__single>span {
    font-size: 160px;
    margin-bottom: -20px;
}

@media screen and (max-width: 991px) {
    .col-md-4:nth-child(2) .counter__single>span {
        font-size: 120px;
    }
}

.col-md-4:nth-child(3) .counter__single {
    background-color: hsl(var(--info)/0.2);
}

.counter__single h3 {
    font-size: 80px;
    color: hsl(var(--black));
    line-height: 1;
}

@media screen and (max-width: 1399px) {
    .counter__single h3 {
        font-size: 60px;
    }
}

@media screen and (max-width: 991px) {
    .counter__single h3 {
        font-size: 48px;
    }
}

.counter__single h4 {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

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

@media screen and (max-width: 991px) {
    .counter__single h4 {
        font-size: 20px;
    }
}

.counter__single p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

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

.counter__single>span {
    font-size: 100px;
    line-height: 1;
    opacity: 0.2;
}

@media screen and (max-width: 991px) {
    .counter__single>span {
        font-size: 80px;
    }
}

.counter__title h2 {
    font-size: 80px;
    max-width: 428px;
    text-align: start;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
}

@media screen and (max-width: 1399px) {
    .counter__title h2 {
        font-size: 60px;
        max-width: 320px;
    }
}

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

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

.counter__title svg {
    width: 140px;
    animation-name: myAnimation;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

@media screen and (max-width: 1399px) {
    .counter__title svg {
        width: 100px;
    }
}

@media screen and (max-width: 991px) {
    .counter__title svg {
        height: 130px;
    }
}

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

@keyframes myAnimation {
    from {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-5px);
    }

    80% {
        transform: translateX(5px);
    }

    to {
        transform: translateX(0);
    }
}

.counter__title {
    text-align: end;
    width: fit-content;
    position: relative;
    z-index: -1;
    margin-bottom: -190px;
}

@media screen and (max-width: 991px) {
    .counter__title {
        margin-bottom: -140px;
    }
}

@media screen and (max-width: 767px) {
    .counter__title {
        margin-bottom: -60px;
    }
}

@media screen and (max-width: 575px) {
    .counter__title {
        margin-bottom: 20px;
    }
}

/* ======================  Counter Section End  ======================*/
/* ======================  Breadcrumb Home Section Start  ======================*/
.breadcrumb__home {
    background-color: hsl(var(--base-l-900));
    padding-top: 140px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .breadcrumb__home {
        padding-top: 110px;
        padding-bottom: 40px;
    }
}

.breadcrumb__home::after,
.breadcrumb__home::before {
    position: absolute;
    left: 5%;
    top: 10%;
    z-index: -2;
    width: 254px;
    aspect-ratio: 1;
    border-radius: 50%;
    content: "";
    background-color: hsl(var(--base));
    filter: blur(200px);
    mix-blend-mode: multiply;
    opacity: 0.1;
}

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

    .breadcrumb__home::after,
    .breadcrumb__home::before {
        filter: blur(150px);
        left: 0;
        opacity: 0.7;
    }
}

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

    .breadcrumb__home::after,
    .breadcrumb__home::before {
        width: 200px;
        filter: blur(110px);
        opacity: 0.5;
    }
}

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

    .breadcrumb__home::after,
    .breadcrumb__home::before {
        left: -50px;
        width: 150px;
        opacity: 0.8;
    }
}

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

    .breadcrumb__home::after,
    .breadcrumb__home::before {
        top: 4%;
        filter: blur(70px);
        opacity: 0.4;
    }
}

.breadcrumb__home::before {
    left: auto;
    right: 5%;
}

@media screen and (max-width: 1399px) {
    .breadcrumb__home::before {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__home::before {
        right: -50px;
    }
}

.breadcrumb__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    user-select: none;
    pointer-events: none;
    mix-blend-mode: color-burn;
    opacity: 0.5;
}

@media screen and (max-width: 991px) {
    .breadcrumb__bg {
        height: 58%;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__bg {
        height: 40%;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb__bg {
        height: 20%;
    }
}

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

.bh__content {
    text-align: center;
}

.bh__content h2 {
    font-size: 40px;
}

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

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

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

.bh__content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* ======================  Breadcrumb Home Section End  ======================*/
/* ======================  Contact Section Start  ======================*/
.contact__hero {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 48px;
}

.contact__hero__copy {
    max-width: 690px;
}

.contact__eyebrow {
    display: inline-flex;
    color: hsl(var(--base));
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.2;
    text-transform: uppercase;
}

.contact__hero h1 {
    max-width: 620px;
    margin: 14px 0 14px;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -1.8px;
}

.contact__hero p {
    max-width: 570px;
    margin-bottom: 0;
    font-size: 18px;
}

.contact__hero__note {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 250px;
    padding: 18px;
    border: 1px solid hsl(var(--base)/0.14);
    border-radius: 14px;
    background: hsl(var(--white)/0.75);
}

.contact__hero__note__icon,
.contact__aside__avatars {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: hsl(var(--white));
    background: hsl(var(--base));
}

.contact__hero__note strong {
    margin-bottom: 4px;
    color: hsl(var(--heading-color));
    font-size: 14px;
}

.contact__hero__note div span {
    font-size: 12px;
    line-height: 1.45;
}

.contact__details {
    position: relative;
}

.contact__card {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 120px;
    height: 100%;
    padding: 24px;
    overflow: hidden;
    border: 1px solid hsl(var(--black)/0.08);
    border-radius: 16px;
    color: hsl(var(--body-color));
    background: hsl(var(--white)/0.9);
    box-shadow: 0 10px 20px hsl(var(--base-d-800)/0.02);
    transition: 0.3s;
}

.contact__card::after {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    right: -45px;
    bottom: -45px;
    border-radius: 50%;
    background: hsl(var(--info)/0.08);
    z-index: -1;
    transition: 0.4s;
}

.col-lg-4:nth-child(2) .contact__card::after {
    background: hsl(var(--warning)/0.08);
}

.col-lg-4:nth-child(3) .contact__card::after {
    background: hsl(var(--danger)/0.08);
}

.col-lg-4 .contact__card:hover::after {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0;
}

.col-lg-4:nth-child(2) .contact__card:hover::after {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0;
}

.col-lg-4:nth-child(3) .contact__card:hover::after {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0;
}

.contact__card:hover {
    color: hsl(var(--body-color));
}

.contact__card__icon {
    display: grid;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 14px;
    color: hsl(var(--white));
    font-size: 19px;
}

.contact__card--info .contact__card__icon {
    background: hsl(var(--info));
}

.contact__card--warning .contact__card__icon {
    background: hsl(var(--warning));
}

.contact__card--danger .contact__card__icon {
    background: hsl(var(--danger));
}

.contact__card__content {
    min-width: 0;
}

.contact__card__content small,
.contact__card__content strong,
.contact__card__content em {
    display: block;
}

.contact__card__content small {
    margin-bottom: 5px;
    color: hsl(var(--base));
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact__card__content strong {
    overflow-wrap: anywhere;
    color: hsl(var(--heading-color));
    font-size: 17px;
}

.contact__card__content em {
    margin-top: 4px;
    color: hsl(var(--body-color));
    font-size: 12px;
    font-style: normal;
}

.contact__card__arrow {
    position: relative;
    z-index: 1;
    align-self: flex-start;
    margin-left: auto;
    color: hsl(var(--base));
    font-size: 13px;
}

.contact__workspace {
    position: relative;
    margin-top: 32px;
}

.contact__wrap,
.contact__aside {
    border: 1px solid hsl(var(--black)/0.08);
    border-radius: 20px;
    background: hsl(var(--white));
    box-shadow: 0 12px 24px hsl(var(--base-d-800)/0.02);
}

.contact__wrap {
    padding: clamp(20px, 4vw, 32px);
}

.contact__wrap__heading {
    margin-bottom: 30px;
}

.contact__wrap h2,
.contact__aside h2 {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
}

.contact__wrap__heading p {
    margin-bottom: 0;
}

.contact__form .form-label {
    margin-bottom: 9px;
    color: hsl(var(--heading-color));
    font-size: 13px;
    font-weight: 600;
}

.contact__form .form-control {
    min-height: 52px;
    border: 1px solid hsl(var(--black)/0.11);
    border-radius: 10px;
    background: hsl(var(--body-bg));
    box-shadow: none;
}

.contact__form textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

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

.contact__form .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding-inline: 24px;
    border-radius: 10px;
}

.contact__form .btn i {
    transition: 0.3s;
}

.contact__form .btn:hover i {
    transform: rotate(45deg);
}

.contact__aside {
    overflow: hidden;
    background: hsl(var(--base-l-900));
}

.contact__aside__image img {
    width: 100%;
}

.contact__aside__content {
    padding: 30px;
}

.contact__aside__content .contact__eyebrow {
    color: hsl(var(--warning));
}

.contact__aside__content p {
    margin-bottom: 26px;
}

.contact__aside__footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid hsl(var(--black)/0.08);
    font-size: 13px;
}

.contact__aside__avatars {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    color: hsl(var(--white));
    background: hsl(var(--base));
}

@media screen and (max-width: 991px) {
    .contact__hero {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .contact__hero__note {
        display: none;
    }

    .contact__workspace {
        margin-top: 52px;
    }
}

@media screen and (max-width: 575px) {
    .contact__hero h1 {
        letter-spacing: -1px;
    }

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

    .contact__card {
        min-height: 104px;
        padding: 18px;
    }

    .contact__card__icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }

    .contact__card__content strong {
        font-size: 15px;
    }

    .contact__aside__content {
        padding: 25px;
    }
}

/* ======================  Contact Section End  ======================*/
/* ======================  Blog Details Section Start  ======================*/
.blog__wrap img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 16px;
}

.blog__wrap>span {
    color: hsl(var(--heading-color));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    background-color: hsl(var(--warning)/0.1);
    padding: 8px 16px;
    border-radius: 60px;
    line-height: 1;
}

.recent__blogs a {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black) / 0.1);
    padding: 16px;
    border-radius: 10px;
}

.recent__blogs a img {
    flex: 0 0 auto;
    width: 80px;
    height: 66px;
    object-fit: cover;
    border-radius: 6px;
    transition: 0.3s;
}

.recent__blogs a:hover img {
    filter: grayscale(100);
}

.recent__blogs a h3 {
    font-size: 16px;
    margin-bottom: 0;
    transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent__blogs a span {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    margin-bottom: 6px;
}

.recent__blogs a:not(:last-child) {
    margin-bottom: 10px;
}

.recent__blogs a span i {
    color: hsl(var(--base));
}

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

.blog__sidebar {
    position: sticky;
    top: 100px;
}

/* ======================  Blog Details Section End  ======================*/

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



/* metric card */

.metric__card {
    display: block;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black) / 0.10);
    border-radius: 12px;
    text-decoration: none !important;
    color: inherit;
    box-shadow: 0 2px 5px hsl(var(--black) / 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.metric__card:hover {
    color: inherit;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px hsl(var(--black) / 0.07);
}

.metric__card__body {
    min-height: 76px;
    padding: 18px 18px !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.metric__card__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 21px;
}

.metric__card__content {
    flex: 1;
    min-width: 0;
}

.metric__card__value {
    margin: 0 0 2px;
    color: hsl(var(--black));
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.metric__card__label {
    margin: 0;
    color: hsl(var(--black) / 0.60);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.metric__card__arrow {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: hsl(var(--black) / 0.45);
    font-size: 15px;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.metric__card:hover .metric__card__arrow {
    transform: translateX(2px);
}

.metric__card--primary .metric__card__icon {
    color: hsl(var(--base));
    background: hsl(var(--base) / 0.08);
}

.metric__card--primary:hover {
    border-color: hsl(var(--base) / 0.28);
}

.metric__card--primary:hover .metric__card__arrow {
    color: hsl(var(--base));
    background: hsl(var(--base) / 0.08);
}

.metric__card--info .metric__card__icon {
    color: hsl(var(--info));
    background: hsl(var(--info) / 0.09);
}

.metric__card--info:hover {
    border-color: hsl(var(--info) / 0.28);
}

.metric__card--info:hover .metric__card__arrow {
    color: hsl(var(--info));
    background: hsl(var(--info) / 0.09);
}

.metric__card--warning .metric__card__icon {
    color: hsl(var(--warning));
    background: hsl(var(--warning) / 0.11);
}

.metric__card--warning:hover {
    border-color: hsl(var(--warning) / 0.30);
}

.metric__card--warning:hover .metric__card__arrow {
    color: hsl(var(--warning));
    background: hsl(var(--warning) / 0.10);
}

.metric__card--success .metric__card__icon {
    color: hsl(var(--success));
    background: hsl(var(--success) / 0.10);
}

.metric__card--success:hover {
    border-color: hsl(var(--success) / 0.28);
}

.metric__card--success:hover .metric__card__arrow {
    color: hsl(var(--success));
    background: hsl(var(--success) / 0.10);
}

@media (max-width: 767px) {
    .inventory-panel__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .metric__card__body {
        min-height: 72px;
        padding: 12px 14px !important;
        gap: 10px;
    }

    .metric__card__icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 20px;
    }

    .metric__card__value {
        font-size: 20px;
    }

    .metric__card__arrow {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }
}

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

.portal__logo {
    width: 50px;
    border: 1px solid hsl(var(--border-color) / 0.5);
    padding: 4px;
    border-radius: 6px;
    margin-top: 6px;
}

.form-text {
    color: hsl(var(--body-color) / 0.5);
}

.crm__contact__list li h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.crm__contact__list li p {
    font-size: 14px;
    color: hsl(var(--body-color) / 0.6);
}

.crm__contact__list li {
    border-bottom: 1px solid hsl(var(--border-color) / 0.2);
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.portal__banner__subtitle span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.portal__banner__subtitle span i {
    font-size: 20px;
    color: hsl(var(--success));
    line-height: 1;
    margin-bottom: -2px;
}

.portal__banner__subtitle img {
    width: 50px;
    background-color: hsl(var(--static-white));
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    padding: 3px;
}

.portal__banner__subtitle {
    display: flex;
    align-content: center;
    gap: 16px;
}

#aiAssistantButton {
    background-color: hsl(var(--white)/0.04);
    width: fit-content;
    color: hsl(var(--body-color)) !important;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    --offset: 1px;
    overflow: hidden;
}

#aiAssistantButton::after {
    content: "";
    background-color: hsl(var(--white));
    position: absolute;
    inset: var(--offset);
    height: calc(100% - 2 * var(--offset));
    width: calc(100% - 2 * var(--offset));
    border-radius: 6px;
    z-index: -1;
}

#aiAssistantButton::before {
    content: "";
    background: conic-gradient(transparent 90deg, #0088FF, #00ffaa, #ff5100, #e5ff00);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 100%;
    animation: rotate 3s linear infinite;
    z-index: -1;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
    }

    to {
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
    }
}

.plan__addons span {
    font-size: 13px;
}

.plan__addons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.plan__limits {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.plan__limits:not(:last-child) {
    border-bottom: 1px solid hsl(var(--border-color) / 0.16);
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.plan__limits span {
    font-size: 14px;
}

.plan__limits h5 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.plan__topbar {
    background-color: hsl(var(--black) / 0.02);
    padding: 24px 16px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 24px;
    border: 1px solid hsl(var(--black) / 0.04);
}

.plan__topbar__left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.plan__topbar p {
    font-size: 14px;
    max-width: 300px;
    margin-inline: auto;
}

.plan__topbar h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: hsl(var(--base));
}

.plan__topbar h5 small {
    font-weight: 400;
    font-size: 14px;
    color: hsl(var(--body-color));
}

.plan__date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px 16px;
    border: 1px solid hsl(var(--border-color) / 0.2);
    padding: 6px 12px;
    border-radius: 6px;
}

.plan__date span {
    font-size: 14px;
}

.plan__date strong {
    font-weight: 600;
    font-size: 14px;
}

.role__card {
    background-color: hsl(var(--black) / 0.02);
    border: 1px solid hsl(var(--black) / 0.04);
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.quick__setup strong {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}

.quick__setup span {
    font-size: 14px;
}

.quick__setup {
    margin-top: 10px;
    border-top: 1px solid hsl(var(--border-color) / 0.2);
    padding-top: 10px;
}

.quick__setup:first-child {
    border-top: none;
    margin-top: 0;
}

.logs__list {
    font-size: 14px;
    list-style: disc;
    padding-left: 16px;
    margin-top: 12px;
}

.list-group-item {
    color: hsl(var(--body-color));
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color) / 0.3);
}

.journal-line {
    margin-top: 2px;
}

.pricing__area {
    background-color: hsl(var(--base) / 0.02);
    background-image: radial-gradient(hsl(var(--base) / 0.06) 2px, transparent 2px);
    background-size: 20px 20px;
}

.pricing-comparison__scroll {
    overflow-x: auto;
    padding: 28px 2px 8px;
}

.pricing-comparison__scroll:focus-visible {
    outline: 2px solid hsl(var(--base));
    outline-offset: 3px;
}

.pricing-comparison__head,
.pricing-comparison__body {
    display: contents;
}

.pricing-comparison__row {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1 / -1;
}

.pricing-comparison__grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(280px, 22%) repeat(var(--pricing-plan-count), minmax(280px, 1fr));
    font-size: 15px;
}

.pricing-comparison__grid .pricing-comparison__cell {
    min-width: 280px;
    text-align: center;
    background-color: hsl(var(--base-l-900) / 0.3);
    border-inline: 1px solid hsl(var(--static-white) / .9);
}

.pricing-comparison__grid .pricing-comparison__cell:nth-child(2) {
    background-color: #f7fff8;
}

.pricing-comparison__grid .pricing-comparison__cell:nth-child(4) {
    background-color: #fbfdff;
}

.pricing-comparison__grid {
    min-width: max(1060px, calc(280px * (var(--pricing-plan-count) + 1)));
}

@media screen and (max-width: 1399px) {
    .pricing-comparison__grid {
        min-width: max(1060px, calc(260px * (var(--pricing-plan-count) + 1)));
        grid-template-columns: minmax(260px, 22%) repeat(var(--pricing-plan-count), minmax(260px, 1fr));
    }
}

.pricing-comparison__grid .pricing-comparison__head .pricing-comparison__cell {
    position: relative;
    padding: 30px 26px 10px;
    border-top: 2px solid hsl(var(--static-white));
    border-radius: 18px 18px 0 0;
    align-content: start;
    font-weight: 700;
    background-color: hsl(var(--base-l-900) / 0.3);
}

.pricing-comparison__grid .pricing-comparison__head .pricing-comparison__cell:nth-child(2) {
    background-color: #f7fff8;
}

.pricing-comparison__grid .pricing-comparison__head .pricing-comparison__cell:nth-child(4) {
    background-color: #fbfdff;
}

.pricing-comparison__grid .pricing-comparison__cell:first-child {
    text-align: left;
    background: hsl(var(--static-white) / .8);
}

.pricing-comparison__grid .pricing-comparison__head .pricing-comparison__cell:first-child {
    padding: 42px 28px 20px;
}

.pricing-comparison__grid h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 500;
    color: hsl(var(--body-color));
}

.pricing-comparison__intro p {
    max-width: 195px;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
}

.pricing-comparison__identity {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
}

.pricing-comparison__icon {
    width: 48px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 24px;
    color: hsl(var(--static-white));
    background-color: hsl(var(--base));
    box-shadow: 0 5px 12px hsl(var(--base) / .15);
}

.pricing-comparison__grid .pricing-comparison__head .pricing-comparison__cell:nth-child(2) .pricing-comparison__icon {
    background-color: hsl(var(--success));
    box-shadow: 0 5px 12px hsl(var(--success) / .15);
}

.pricing-comparison__grid .pricing-comparison__head .pricing-comparison__cell:nth-child(4) .pricing-comparison__icon {
    background-color: hsl(var(--info));
    box-shadow: 0 5px 12px hsl(var(--info) / .15);
}

.pricing-comparison__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
    font-weight: 400;
}

.pricing-comparison__price strong {
    color: hsl(var(--body-color));
    font-size: clamp(26px, 2.6vw, 32px);
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 1.3;
}

.pricing-comparison__price span {
    font-size: 14px;
    white-space: nowrap;
}

.pricing-comparison__description {
    min-height: 48px;
    margin: 12px 0;
    font-weight: 400;
    line-height: 1.5;
}

.pricing-comparison__grid .pricing-comparison__body .pricing-comparison__cell {
    align-content: center;
    padding: 11px 20px;
    border-top: 1px solid hsl(var(--body-color) / .075);
    line-height: 1.5;
}

.pricing-comparison__grid .pricing-comparison__body .pricing-comparison__cell:first-child {
    font-weight: 500;
    color: hsl(var(--body-color) / .85);
}

.pricing-comparison__grid .pricing-comparison__body .pricing-comparison__cell:first-child>i {
    margin-right: 16px;
    font-size: 23px;
    vertical-align: middle;
    color: hsl(var(--body-color));
}

.pricing-comparison__grid .pricing-comparison__body .pricing-comparison__row:last-child .pricing-comparison__cell {
    border-bottom: 1px solid hsl(var(--static-white));
    border-radius: 0 0 18px 18px;
    padding: 16px 20px;
}

.pricing-comparison__grid .pricing-comparison__plan--featured {
    border-left: 1px solid hsl(var(--base) / 0.2);
    border-right: 1px solid hsl(var(--base) / 0.2);
}

.pricing-comparison__grid .pricing-comparison__head .pricing-comparison__plan--featured {
    border-top-color: hsl(var(--base) / 0.2);
    border-top-width: 1px;
}

.pricing-comparison__grid .pricing-comparison__body .pricing-comparison__row:last-child .pricing-comparison__plan--featured {
    border-bottom-color: hsl(var(--base) / 0.2);
}

.pricing-comparison__plan--featured .pricing-comparison__cta,
.pricing-comparison__popular {
    color: hsl(var(--base));
    background-color: hsl(var(--white));
}

.pricing-comparison__plan--featured .pricing-comparison__cta:hover {
    box-shadow: 0 4px 16px hsl(var(--base) / .3);
}

.pricing-comparison__popular {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border: 1px solid hsl(var(--base) / 0.2);
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.pricing-comparison__popular i {
    font-size: 16px;
}

.pricing-comparison__addons {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    text-align: left;
}

.pricing-comparison__addons span {
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 1.5;
    color: hsl(var(--base));
    background: hsl(var(--base) / .1);
}

.pricing-comparison__grid .pricing-comparison__cell:nth-child(2) .pricing-comparison__addons span {
    color: hsl(var(--success));
    background: hsl(var(--success) / .1);
}

.pricing-comparison__grid .pricing-comparison__cell:nth-child(4) .pricing-comparison__addons span {
    color: hsl(var(--info));
    background: hsl(var(--info) / .1);
}

.pricing-comparison__addon-label {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.pricing-comparison__addon-label>i {
    font-size: 25px;
}

.pricing-comparison__addon-label small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: hsl(var(--body-color));
}

.pricing-comparison__benefit {
    display: flex;
    gap: 12px;
    align-items: center;
}

.pricing-comparison__benefit>i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 26px;
    color: hsl(var(--warning));
    background: hsl(var(--warning) / .07);
}

.col-lg-4:nth-child(2) .pricing-comparison__benefit>i {
    color: hsl(var(--info));
    background: hsl(var(--info) / .07);
}

.col-lg-4:nth-child(3) .pricing-comparison__benefit>i {
    color: hsl(var(--success));
    background: hsl(var(--success) / .07);
}

.pricing-comparison__benefit strong {
    display: block;
    color: hsl(var(--heading-color));
    font-weight: 600;
    font-size: 16px;
}

.pricing-comparison__benefit span {
    color: hsl(var(--body-color));
    font-size: 14px;
}

@supports (-moz-appearance: none) {

    .banner__area::after,
    .banner__area::before {
        opacity: 0.3;
    }
}