/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Titillium Web", sans-serif;
    --body-font: "Space Grotesk", sans-serif;
    /* ========================= Theme Color Start ============================= */
    --base-h: 48;
    --base-s: 96%;
    --base-l: 53%;
    --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: 164;
    --base-two-s: 86%;
    --base-two-l: 16%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --body-color: 0 0% 80%;
    --body-bg: 164 81% 8%;
    --heading-color: 0 0% 100%;
    --black: 0 0% 0%;
    --border-color: 158 33% 35%;
    --section-bg: 164 77% 10%;
    /* ================================ Box Shadow Start =============================== */
    --box-shadow: 0px 2px 16px hsl(var(--white) / 0.04);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    /* Warning Color */
    --warning-h: 40;
    --warning-s: 100%;
    --warning-l: 46%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
}

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

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

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

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

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

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

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

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

h2 {
    font-size: 48px;
}

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

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

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

h3 {
    font-size: 32px;
}

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

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

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

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

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

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

select {
    cursor: pointer;
}

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

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

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

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

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

/* ======================  Overlay End  ======================*/
/* ======================  Section Heading Start  ======================*/
.section__heading>span {
    background-color: hsl(var(--white)/0.04);
    border: 1px solid hsl(var(--base)/0.22);
    padding: 12px 16px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 600;
    color: hsl(var(--base));
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    .section__heading>span {
        font-size: 12px;
        font-weight: 500;
        padding: 10px 16px;
    }
}

.section__heading p {
    max-width: 700px;
    margin-inline: auto;
}

/* ======================  Section Heading End  ======================*/
/* ======================  Text Effect Start  ======================*/
.split-line {
    overflow: hidden;
    display: block;
}

.sub__heading,
.section__title,
.char-animation {
    overflow: hidden;
}

/* ======================  Text Effect End  ======================*/

/* ======================  Swiper Start  ======================*/
.swiper-pagination {
    position: unset;
    margin-top: 32px;
}

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

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 24px;
    background: hsl(var(--white)/0.2);
    opacity: 1;
    transition: 0.3s;
}

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

/* ======================  Swiper End  ======================*/
/* ======================  wyg Start  ======================*/
.wyg h1,
.wyg h2,
.wyg h3,
.wyg h4,
.wyg h5 {
    color: hsl(var(--heading-color));
    margin-bottom: 8px;
}

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

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

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

.wyg ul li {
    color: hsl(var(--body-color));
}

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

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

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

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

.wyg ol li {
    color: hsl(var(--body-color));
}

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

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

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

/* ======================  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--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 =========================== */
/* ======================  Font Size Start  ======================*/
.fs--12 {
    font-size: 12px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion .accordion-body {
    padding: 24px;
    background-color: hsl(var(--section-bg));
    color: hsl(var(--body-color));
    font-size: 16px;
}

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

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

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

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

.accordion .accordion-button {
    background-color: hsl(var(--section-bg));
    color: var(--heading-color);
    font-size: 20px;
    padding: 24px;
    padding-right: 50px;
    font-weight: 600;
}

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

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

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

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

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

.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;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 30px;
    height: 30px;
    background-color: hsl(var(--white)/0.08);
    border-radius: 50%;
    font-size: 16px;
    flex: 0 0 auto;
}

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

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

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    border-color: transparent;
    opacity: 0.5;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 18px 30px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 16px 25px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-body {
    background-color: transparent;
    padding: 24px 0;
    border-radius: 4px;
}

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

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

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

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

/* Form Select */
.form-select {
    color: hsl(var(--white)) !important;
    padding: 14px 20px;
    border-radius: 4px;
    border: 1px solid hsl(var(--white)/0.1);
    background-color: hsl(var(--white)/0.04);
    --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:focus {
    border-color: hsl(var(--white)/0.1);
    color: hsl(var(--white)) !important;
    outline: 0;
    box-shadow: none;
}

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

/* Form Select End */
/* Form Control Start */
.form-control {
    border-radius: 4px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 16px 20px;
    background-color: hsl(var(--white)/0.04);
    border: 1px solid hsl(var(--white)/0.1);
    color: hsl(var(--white));
    line-height: 1.2;
}

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

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

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

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

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

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

.form-control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--white)/0.1);
    padding: 4px 10px;
    border-radius: 4px;
    background-color: hsl(var(--base)) !important;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 8px;
    color: hsl(var(--black)) !important;
}

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

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

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

/* 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(--white)/0.6);
    transition: 0.3s;
}

.password-show-hide:hover {
    color: hsl(var(--base));
}

.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: 18px;
    height: 18px;
    border: 1px solid hsl(var(--white)/0.3);
    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(--black));
    font-size: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

/* 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(--white)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: 0;
    margin-top: 0;
}

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

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

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

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

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

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

.form-switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--white)/0.2) !important;
    margin-left: 0;
    margin-top: 0;
    border-radius: 40px;
    width: 54px;
    height: 28px;
    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: 22px;
    height: 22px;
    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% - 26px);
    background-color: hsl(var(--black)) !important;
}

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

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

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

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

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

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

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

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

.input-group .input-group-text {
    padding: 13px;
    border-width: 0px;
    border-radius: 4px;
    background-color: hsl(var(--base));
    color: hsl(var(--black));
}

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

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

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

.btn-close {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
    filter: var(--bs-btn-close-filter);
}

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

.modal-body {
    padding: 15px;
}

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

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

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

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

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 4px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--heading-color));
}

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

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

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

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

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

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

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

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

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

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

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

.tdb__btn {
    width: 34px;
    height: 34px;
    background-color: hsl(var(--base-two));
    border-radius: 4px;
    color: hsl(var(--white));
}

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

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

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

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

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

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

.table tbody tr {
    outline: 1px dashed transparent;
    box-shadow: none;
    transition: 0.3s;
}

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

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

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

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

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

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

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

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

    .table--responsive--sm tbody tr {
        display: block;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid hsl(var(--white)/0.1);
    }

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

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

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

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

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

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

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

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

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

    .table--responsive--md tbody tr {
        display: block;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid hsl(var(--white)/0.1);
    }

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

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

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

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

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

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

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

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

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

    .table--responsive--lg tbody tr {
        display: block;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid hsl(var(--white)/0.1);
    }

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

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

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

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

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

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

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

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

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

    .table--responsive--xl tbody tr {
        display: block;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid hsl(var(--white)/0.1);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--base-two)) !important;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

.alert__link {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 575px) {
    .preloader .loader__text {
        font-size: 1.875rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__area.fixed-header {
    position: fixed;
    background-color: hsl(var(--base-two)/0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid hsl(var(--white)/0.1);
    transition: 0.25s linear;
    animation: slide-down 0.6s;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.header__area .header__menu ul li a {
    color: hsl(var(--heading-color));
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
}

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

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

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

.header__area .header__widgets .dropdown-toggle {
    background-color: hsl(var(--white)/0.04);
    border: 1px solid hsl(var(--white)/0.06);
    padding: 8px 10px;
    border-radius: 4px;
}

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

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

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

.language__item p {
    color: hsl(var(--white));
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

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

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

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

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

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

/* ======================  Header Section End  ======================*/
/* ======================  Footer Section Start  ======================*/
.footer__area {
    background-color: hsl(var(--section-bg));
    position: relative;
    z-index: 1;
}

.footer__area::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 130px;
    background-color: hsl(var(--body-bg));
    content: "";
}

.footer__topbar {
    text-align: center;
}

.footer__topbar a img {
    width: 100%;
    max-width: 200px;
}

@media screen and (max-width: 767px) {
    .footer__topbar a img {
        max-width: 160px;
    }
}

.footer__topbar p {
    margin-top: 20px;
    max-width: 700px;
    margin-inline: auto;
}

@media screen and (max-width: 767px) {
    .footer__topbar p {
        margin-top: 12px;
    }
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-block: 60px;
}

@media screen and (max-width: 991px) {
    .footer__wrap {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 40px;
    }

    .footer__wrap .footer__single {
        width: 30%;
    }

    .footer__wrap .footer__single:nth-last-child(2) {
        width: 45%;
    }
}

@media screen and (max-width: 575px) {
    .footer__wrap {
        justify-content: center;
        gap: 20px;
        row-gap: 40px;
        margin-block: 50px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .footer__wrap .footer__single {
        width: auto;
    }

    .footer__wrap .footer__single:nth-last-child(2) {
        width: auto;
    }
}

@media screen and (max-width: 424px) {
    .footer__wrap {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
        row-gap: 40px;
    }

    .footer__wrap .footer__single {
        width: 100%;
    }

    .footer__wrap .footer__single ul {
        max-width: 100%;
    }

    .footer__wrap .footer__single:nth-last-child(2) {
        width: 100%;
    }
}

.footer__single h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

.footer__single ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 230px;
}

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

.footer__single ul li a {
    color: hsl(var(--body-color));
    position: relative;
    z-index: 1;
    padding-left: 16px;
}

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

.footer__single ul li a::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    content: "";
    width: 6px;
    aspect-ratio: 1;
    background-color: hsl(var(--base));
    border-radius: 50%;
    transition: 0.3s;
    opacity: 0.6;
}

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

.footer__single ul li a:hover::after {
    opacity: 1;
}

.footer__copyright {
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid hsl(var(--white)/0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ======================  Social Icon Section End  ======================*/
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    background-color: hsl(var(--section-bg));
    background: radial-gradient(circle at top left, hsl(var(--base)/0.14), transparent 32%), radial-gradient(circle at right center, hsl(var(--base-two-l-100)/0.2), transparent 28%), linear-gradient(135deg, hsl(var(--body-bg)) 0%, hsl(var(--section-bg)) 55%, hsl(var(--base-two)/0.6) 100%);
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding-top: 90px;
        padding-bottom: 50px;
    }
}

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

.breadcrumb__sp {
    position: absolute;
    left: 10%;
    bottom: -200px;
    width: 100%;
    max-width: 380px;
    z-index: -1;
    user-select: none;
    pointer-events: none;
    opacity: 0.3;
}

@media screen and (max-width: 1199px) {
    .breadcrumb__sp {
        max-width: 300px;
        bottom: -150px;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb__sp {
        max-width: 220px;
        bottom: -100px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__sp {
        left: 4%;
        max-width: 180px;
        bottom: -40px;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb__sp {
        left: 0;
        max-width: 150px;
    }
}

.breadcrumb__sp.sp2 {
    left: auto;
    right: 10%;
    bottom: -120px;
    transform: rotate(40deg);
    opacity: 0.5;
}

@media screen and (max-width: 991px) {
    .breadcrumb__sp.sp2 {
        bottom: -80px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__sp.sp2 {
        bottom: -40px;
        right: 4%;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb__sp.sp2 {
        right: 0;
    }
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    margin-bottom: 16px;
    color: hsl(var(--heading-color));
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    line-height: 1;
}

.breadcrumb__item {
    color: hsl(var(--heading-color));
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

/* ======================  Star Rating 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  ======================*/
/* ======================  Select2 Section Start  ======================*/
.select2.select2-container {
    width: 100% !important;
}

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

.select2-container--default .select2-selection--single {
    background-color: hsl(var(--white)/0.04);
    border: 1px solid hsl(var(--white)/0.06);
    border-radius: 4px;
    height: auto;
    padding: 15px 36px 15px 20px;
}

.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: "Line Awesome 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(--section-bg));
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 4px;
    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(--white)/0.1);
    background-color: hsl(var(--white)/0.06);
    color: hsl(var(--white));
}

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

.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(--white)/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(--black));
}

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

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

/* ======================  Select2 Section End  ======================*/
/* ======================  Banner Section Start  ======================*/
.banner__area {
    padding-top: 160px;
    padding-bottom: 80px;
    background: radial-gradient(circle at top left, hsl(var(--base)/0.16), transparent 32%), radial-gradient(circle at right center, hsl(var(--base-two-l-100)/0.4), transparent 28%), linear-gradient(135deg, hsl(var(--body-bg)) 0%, hsl(var(--section-bg)) 55%, hsl(var(--base-two)) 100%);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

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

.banner__area::after {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: -1;
    content: "";
    width: 400px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: hsl(var(--white)/0.02);
}

@media screen and (max-width: 991px) {
    .banner__area::after {
        width: 300px;
        bottom: 40%;
    }
}

.banner__dashboard {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 46%;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 0 30px hsl(var(--base) / 0.06);
}

.banner__dashboard img {
    width: 100%;
}

.banner__dashboard::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 50%;
    background-image: linear-gradient(-15deg, hsl(var(--base) / 0.2), transparent 67%);
}

.corner-border {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 300px;
    height: 300px;
}

.corner-border svg {
    width: 100%;
    height: 100%;
}

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

    .banner__dashboard {
        position: unset;
        max-width: 100%;
        box-shadow: none;
        text-align: center;
        margin-top: 48px;
        padding-inline: 20px;
    }

    .banner__dashboard img {
        max-width: 500px;
        border-radius: 10px;
        border: 1px solid hsl(var(--base) / 0.1);
        box-shadow: 0 0 30px hsl(var(--base) / 0.06);
    }

    .corner-border {
        display: none;
    }

    .banner__dashboard::after {
        display: none;
    }
}

.banner__content>span {
    background-color: hsl(var(--white)/0.04);
    border: 1px solid hsl(var(--base)/0.22);
    padding: 12px 16px;
    padding-left: 32px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 600;
    color: hsl(var(--base));
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 16px;
}

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

.banner__content>span::after {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 8px;
    height: 8px;
    content: "";
    background-color: hsl(var(--base));
    border-radius: 50%;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px hsl(var(--base)/0.6);
    }

    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.banner__content h1 span {
    color: hsl(var(--base));
    display: unset;
}

.banner__content p {
    margin-bottom: 32px;
    font-size: 20px;
}

@media screen and (max-width: 1399px) {
    .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;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.banner__content ul {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 1199px) {
    .banner__content ul {
        margin-top: 32px;
        gap: 10px;
    }
}

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

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

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

.banner__content ul li i {
    width: 36px;
    height: 36px;
    background-color: hsl(var(--white)/0.04);
    border: 1px solid hsl(var(--white)/0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--base));
    border-radius: 50%;
    font-size: 14px;
}

/* ======================  Banner Section End  ======================*/
/* ======================  About Section Start  ======================*/
.about__area {
    overflow: hidden;
}

.about__thumb {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 92%;
}

@media screen and (max-width: 991px) {
    .about__thumb {
        max-width: 70%;
        margin-inline: auto;
        margin-bottom: 24px;
    }
}

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

.about__thumb img {
    width: 80%;
    border-radius: 16px;
}

.about__info {
    position: absolute;
    right: 0;
    top: 8%;
    z-index: 2;
    background-color: hsl(var(--white));
    width: fit-content;
    padding: 20px;
    padding-right: 34px;
    border-radius: 8px;
    box-shadow: -4px 4px 0 0 hsl(var(--base));
    text-align: start;
    animation: top-image-bounce 3s infinite ease-in-out;
}

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

.about__info h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--body-font);
    line-height: 1;
    color: hsl(var(--base-two));
    margin-bottom: 10px;
}

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

.about__info p {
    font-size: 28px;
    font-weight: 700;
    color: hsl(var(--base-two));
    line-height: 1;
}

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

@keyframes top-image-bounce {
    0% {
        transform: translateY(-8px);
    }

    50% {
        transform: translateY(12px);
    }

    100% {
        transform: translateY(-8px);
    }
}

.about__sp {
    position: absolute;
    left: -25px;
    top: -40px;
    z-index: -1;
    max-width: 260px;
    width: 100%;
    animation: rotate-sp 3s infinite ease-in-out;
}

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

.about__sp img {
    width: 100%;
}

@keyframes rotate-sp {
    0% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(15deg);
    }
}

.about__sp.sp-2 {
    left: auto;
    right: -48px;
    top: auto;
    bottom: -70px;
}

.about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: hsl(var(--base));
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1;
}

.about__metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 20px;
    margin-bottom: 32px;
    padding-top: 20px;
    border-top: 1px solid hsl(var(--white)/0.08);
}

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

.about__metric h3 {
    font-size: 28px;
    color: hsl(var(--base));
    margin-bottom: 6px;
}

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

.about__metric>span {
    display: block;
    font-size: 14px;
    color: hsl(var(--body-color));
}

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

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

.about__action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.about__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: hsl(var(--heading-color));
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

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

.about__link i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid hsl(var(--base)/0.2);
    color: hsl(var(--base));
    background-color: hsl(var(--white)/0.03);
    transition: 0.3s;
}

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

.about__link:hover i {
    background-color: hsl(var(--base));
    color: hsl(var(--black));
}

/* ======================  About Section End  ======================*/
/* ======================  Feature Section Start  ======================*/
.feature__wrap {
    padding: 60px;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--white) / 0.06);
    border-radius: 16px;
    margin-block: 40px;
    position: sticky;
    top: 100px;
}

.feature__wrap:nth-child(even) .row {
    flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
    .feature__wrap {
        position: static;
    }

    .feature__wrap .row {
        flex-direction: column-reverse;
    }

    .feature__wrap:nth-child(even) .row {
        flex-direction: column-reverse;
    }
}

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

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

.feature__content .section__heading h2 {
    font-size: 40px;
}

@media screen and (max-width: 1199px) {
    .feature__content .section__heading h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 575px) {
    .feature__content .section__heading h2 {
        font-size: 30px;
    }
}

.feature__content ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .feature__content ul {
        gap: 24px;
        margin-top: 24px;
    }
}

.feature__content ul li {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .feature__content ul li {
        gap: 16px;
    }
}

.feature__content ul li:last-child::after {
    display: none;
}

.feature__content ul li::after {
    position: absolute;
    left: 12px;
    top: 36px;
    z-index: -1;
    content: "";
    width: 1px;
    height: 74%;
    background-image: linear-gradient(to top, hsl(var(--base)), transparent);
}

@media screen and (max-width: 991px) {
    .feature__content ul li::after {
        height: 60%;
    }
}

.feature__content ul li i {
    width: 24px;
    aspect-ratio: 1;
    background-color: hsl(var(--base)/0.15);
    border-radius: 50%;
    color: hsl(var(--base));
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 2px;
}

.feature__content ul li h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

@media screen and (max-width: 1399px) {
    .feature__content ul li h3 {
        font-size: 18px;
    }
}

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

.feature__content ul li p {
    font-size: 16px;
    max-width: 520px;
}

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

.feature__thumb {
    text-align: center;
}

@media screen and (max-width: 991px) {
    .feature__thumb {
        margin-top: 24px;
    }
}

.feature__thumb img {
    width: 100%;
    max-width: 490px;
    border-radius: 8px;
}

@media screen and (max-width: 991px) {
    .feature__thumb img {
        max-width: 300px;
    }
}

/* ======================  Feature Section End  ======================*/
/* ======================  Tutorial Section Start  ======================*/
.tutorial__area {
    background-color: hsl(var(--white)/0.01);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.tutorial__area::after,
.tutorial__area::before {
    position: absolute;
    left: 12%;
    top: 10%;
    z-index: -1;
    content: "";
    width: 300px;
    aspect-ratio: 1;
    background-color: hsl(var(--base));
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
}

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

    .tutorial__area::after,
    .tutorial__area::before {
        left: 4%;
        width: 200px;
    }
}

.tutorial__area::before {
    left: auto;
    top: auto;
    right: 20%;
    bottom: 20%;
}

@media screen and (max-width: 767px) {
    .tutorial__area::before {
        right: 4%;
    }
}

.tutorial__wrap {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr 2fr;
    gap: 16px;
}

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

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

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

.tutorial__single {
    background-color: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.08);
    padding: 24px 20px;
    border-radius: 12px;
}

@media screen and (max-width: 991px) {
    .tutorial__single:last-child {
        grid-column: span 2;
    }
}

@media screen and (max-width: 575px) {
    .tutorial__single:last-child {
        grid-column: auto;
    }
}

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

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

.tutorial__topbar h3 {
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    color: hsl(var(--white)/0.1);
}

.tutorial__single h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.tutorial__single span {
    width: 60px;
    height: 60px;
    background-color: hsl(var(--base)/0.15);
    border: 1px solid hsl(var(--base)/0.15);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tutorial__single span img {
    width: 30px;
}

.tutorial__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

.tutorial__arrow img {
    width: 100px;
    animation: rotate-sp 3s infinite ease-in-out;
}

@media screen and (max-width: 1399px) {
    .tutorial__arrow img {
        width: 75px;
    }
}

/* ======================  Tutorial Section End  ======================*/
/* ======================  Newsletter Section Start  ======================*/
.newsletter__wrap {
    padding: 40px 60px;
    background-color: hsl(var(--base-two));
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

@media screen and (max-width: 1199px) {
    .newsletter__wrap {
        padding: 32px 40px;
    }
}

@media screen and (max-width: 991px) {
    .newsletter__wrap {
        flex-direction: column;
        gap: 30px;
    }
}

@media screen and (max-width: 575px) {
    .newsletter__wrap {
        padding: 32px 24px;
    }
}

.newsletter__content {
    max-width: 46%;
}

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

.newsletter__content h2 {
    color: hsl(var(--white));
}

.newsletter__content p {
    color: hsl(var(--white)/0.9);
}

.newsletter__main {
    max-width: 42%;
}

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

.newsletter__main p {
    color: hsl(var(--white)/0.7);
    margin-top: 16px;
    font-size: 16px;
}

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

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

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

@media screen and (max-width: 575px) {
    .newsletter__form label {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

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

.newsletter__input .form-control {
    padding-right: 145px !important;
}

@media screen and (max-width: 575px) {
    .newsletter__input .form-control {
        padding-right: 116px !important;
    }
}

.newsletter__input .btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 10px 20px;
}

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

/* ======================  Newsletter Section End  ======================*/
/* ======================  Pricing Section Start  ======================*/
.pricing__single {
    height: 100%;
    padding: 28px;
    border-radius: 10px;
    background: linear-gradient(180deg, hsl(var(--white)/0.04), hsl(var(--section-bg)));
    border: 1px solid hsl(var(--white)/0.08);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

.pricing__single::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, hsl(var(--base)/0.1), transparent 38%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.pricing__single:hover {
    transform: translateY(-8px);
    border-color: hsl(var(--base)/0.24);
}

.pricing__single:hover::before {
    opacity: 1;
}

.pricing__single--active {
    transform: translateY(-20px) !important;
    border-color: hsl(var(--base)/0.6) !important;
}

@media screen and (max-width: 991px) {
    .pricing__single--active {
        transform: translateY(0) !important;
    }
}

.pricing__single--active::before {
    opacity: 1;
}

.pricing__topbar {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid hsl(var(--white)/0.08);
}

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

.pricing__pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background-color: hsl(var(--base)/0.12);
    border: 1px solid hsl(var(--base)/0.16);
    color: hsl(var(--base));
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .pricing__pill {
        padding: 6px 12px;
    }
}

.pricing__label {
    padding: 6px 10px;
    background-color: hsl(var(--base));
    color: hsl(var(--black));
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
}

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

.pricing__topbar h3 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.1;
    color: hsl(var(--heading-color));
}

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

.pricing__topbar p {
    margin-bottom: 0;
    font-size: 15px;
    color: hsl(var(--body-color));
}

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

.pricing__info {
    padding-bottom: 6px;
}

.pricing__info h4 {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.pricing__info h4 span {
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    color: hsl(var(--heading-color));
}

.pricing__note {
    margin-bottom: 22px;
    font-size: 14px;
    color: hsl(var(--body-color));
}

.pricing__info ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}

.pricing__info ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: hsl(var(--heading-color));
    font-size: 15px;
    line-height: 1.45;
}

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

.pricing__info ul li i {
    color: hsl(var(--base));
    margin-top: 3px;
}

.pricing__btn {
    margin-top: 28px;
}

@media only screen and (max-width: 991px) {
    .pricing__single {
        padding: 24px;
    }

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

    .pricing__info h4 span {
        font-size: 38px;
    }
}

@media only screen and (max-width: 575px) {
    .pricing__single {
        padding: 20px;
        border-radius: 10px;
    }

    .pricing__topbar {
        padding-bottom: 18px;
        margin-bottom: 20px;
    }
}

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

.testimonial__sp {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

.testimonial__sp img {
    width: auto;
    height: 100%;
    opacity: 0.05;
}

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

.testimonial__slide {
    position: relative;
}

.testimonial__visual {
    position: relative;
    z-index: 1;
    max-width: 420px;
    padding: 18px;
}

.testimonial__halo {
    position: absolute;
    inset: 7% 9%;
    border-radius: 50%;
    background: radial-gradient(circle, hsl(var(--base)/0.35) 0%, hsl(var(--base)/0.08) 48%, transparent 72%);
    filter: blur(10px);
    z-index: -1;
}

.testimonial__visual img {
    width: 100%;
    border-radius: 220px 220px 34px 34px;
    min-height: 420px;
    object-fit: cover;
    box-shadow: 0 24px 60px hsl(var(--black)/0.28);
    border: 1px solid hsl(var(--white)/0.06);
}

@media screen and (max-width: 991px) {
    .testimonial__visual img {
        min-height: 360px;
        box-shadow: none;
    }
}

@media screen and (max-width: 575px) {
    .testimonial__visual img {
        min-height: 280px;
    }
}

.testimonial__floating {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid hsl(var(--white)/0.12);
    backdrop-filter: blur(12px);
    background: hsl(var(--section-bg)/0.72);
    color: hsl(var(--heading-color));
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 16px 36px hsl(var(--black)/0.14);
    animation: top-image-bounce 3s infinite ease-in-out;
}

.testimonial__floating--rating {
    left: 0;
    top: 34px;
    color: hsl(var(--base));
}

.testimonial__floating--result {
    right: 0;
    bottom: 42px;
    background: hsl(var(--base));
    color: hsl(var(--black));
    border-color: hsl(var(--base));
}

.testimonial__eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: hsl(var(--base));
}

.testimonial__content {
    position: relative;
    padding: 18px 10px 18px 20px;
}

.testimonial__content::after {
    position: absolute;
    right: 16px;
    top: -12px;
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 78px;
    line-height: 1;
    color: hsl(var(--base)/0.08);
    z-index: -1;
    animation: rotate-sp 3s infinite ease-in-out;
}

.testimonial__quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, hsl(var(--base)/0.18), hsl(var(--base)/0.04));
    color: hsl(var(--base));
    margin-bottom: 18px;
    font-size: 18px;
}

.testimonial__content .star__rating {
    margin-bottom: 20px;
}

.testimonial__content .star__rating li {
    font-size: 15px;
    color: hsl(var(--base));
}

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

.testimonial__content p {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    color: hsl(var(--heading-color));
    margin-bottom: 28px;
    max-width: 92%;
}

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

@media screen and (max-width: 991px) {
    .testimonial__content p {
        text-align: center;
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial__content p {
        font-size: 17px;
        margin-bottom: 20px;
    }
}

.testimonial__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    border-top: 1px solid hsl(var(--white)/0.06);
    padding-top: 18px;
}

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

.testimonial__content h4 {
    font-size: 20px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 6px;
}

.testimonial__content h6 {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--body-font);
    color: hsl(var(--heading-color)/0.74);
}

.testimonial__meta>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base)/0.22);
    background: hsl(var(--base)/0.08);
    border-radius: 999px;
    padding: 8px 14px;
    line-height: 1;
}

.testimonial__footer {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

@media screen and (max-width: 991px) {
    .testimonial__footer {
        margin-top: 16px;
    }
}

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

.testimonial__button {
    width: 42px;
    height: 42px;
    border: 1px solid hsl(var(--base)/0.25);
    border-radius: 50%;
    color: hsl(var(--heading-color));
    background-color: hsl(var(--white)/0.03);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.testimonial__button:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--black));
}

.testimonial__pagination {
    margin-top: 0;
    width: auto !important;
}

.testimonial__pagination .swiper-pagination-bullet {
    width: 22px;
    height: 4px;
    border-radius: 999px;
    background: hsl(var(--heading-color)/0.18);
    opacity: 1;
    transition: 0.3s;
}

.testimonial__pagination .swiper-pagination-bullet-active {
    width: 44px;
    background: hsl(var(--base));
}

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

    .testimonial__content {
        text-align: center;
        padding-left: 0;
    }

    .testimonial__content::before,
    .testimonial__content::after {
        display: none;
    }

    .testimonial__visual img {
        max-width: 100%;
    }

    .testimonial__content p {
        margin-inline: auto;
    }
}

@media screen and (max-width: 575px) {
    .testimonial__floating {
        position: static;
        width: fit-content;
        margin-top: 10px;
    }

    .testimonial__visual {
        padding: 0;
    }

    .testimonial__content p {
        max-width: 100%;
    }
}

/* ======================  Testimonial Section End  ======================*/
/* ======================  Faq Section Start  ======================*/
.faq__area {
    background-color: hsl(var(--white)/0.01);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.faq__area::after,
.faq__area::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    width: 300px;
    aspect-ratio: 1;
    background-color: hsl(var(--base));
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.2;
}

.faq__area::before {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    background-color: hsl(var(--base-two));
    opacity: 0.8;
}

.faq__left {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.faq__thumb {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .faq__thumb {
        height: 300px;
    }
}

.faq__accordion .accordion-item {
    background: linear-gradient(135deg, hsl(var(--section-bg)), hsl(var(--white)/0.02));
}

.faq__accordion .accordion-button {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: transparent;
    padding: 22px 50px 22px 24px;
    font-size: 18px;
    font-weight: 600;
    color: hsl(var(--heading-color));
}

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

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

.faq__accordion .accordion-button::after {
    right: 16px;
    color: hsl(var(--base));
}

.faq__accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--base));
    background: linear-gradient(135deg, hsl(var(--base)/0.1), hsl(var(--white)/0.03)) !important;
}

.faq__serial {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(var(--base)/0.14);
    border: 1px solid hsl(var(--base)/0.25);
    color: hsl(var(--base));
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

/* ======================  Faq Section End  ======================*/
/* ======================  Blog Section Start  ======================*/
.blog__single {
    padding: 16px;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--white)/0.08);
    border-radius: 8px;
}

.blog__single:hover .blog__img img {
    filter: grayscale(1) brightness(0.8);
    transform: scale(1);
}

.blog__img {
    display: flex;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.blog__img img {
    width: 100%;
    transform: scale(1.05);
    transition: 0.4s;
}

.blog__content>span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    background-color: hsl(var(--base));
    color: hsl(var(--black));
    width: 64px;
    padding: 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: -30px;
    margin-left: 20px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .blog__content>span {
        width: 56px;
        padding: 8px;
        font-size: 20px;
    }
}

.blog__content>span span {
    font-size: 16px;
    font-weight: 600;
}

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

.blog__content h3 {
    font-size: 24px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
    padding-bottom: 20px;
    margin-bottom: 0;
}

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

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

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

.blog__content h3 a {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blog__content h3 a:hover {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
    color: hsl(var(--base));
}

.blog__content p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.blog__btn i {
    transform: rotate(-45deg);
    transition: 0.3s;
}

.blog__btn:hover i {
    transform: rotate(0);
}

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

/* ======================  Blog Section End  ======================*/
/* ======================  Blog Details Section Start  ======================*/
.search__box {
    position: relative;
    z-index: 1;
}

.search__box button {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--base));
    z-index: 2;
}

.search__box .form-control {
    padding-right: 44px !important;
}

.blog__sidebar {
    position: sticky;
    top: 100px;
}

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

.recent__blog__title h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1;
}

.recent__blog__title {
    padding-bottom: 8px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    width: fit-content;
}

.recent__blog__title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34%;
    height: 2px;
    background-color: hsl(var(--base));
    content: "";
    z-index: 1;
}

.recent__blog__single {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.recent__blog__single>a {
    width: 85px;
    height: 70px;
    flex: 0 0 auto;
    border-radius: 7px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .recent__blog__single>a {
        width: 70px;
        border-radius: 5px;
    }
}

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

.recent__blog__single h6 {
    line-height: 1.4;
    margin-bottom: 10px;
}

.recent__blog__single p {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.recent__blog__single p i {
    color: hsl(var(--base));
}

.recent__blog__single:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid hsl(var(--white)/0.08);
}

.recent__blog__single:hover>a img {
    transform: scale(1.1);
}

.blog__details__content img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 24px;
}

.blog__date {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
    margin-bottom: 24px;
}

.blog__date span i {
    color: hsl(var(--base));
}

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

.blog__quote {
    background-color: hsl(var(--base)/0.06);
    border-left: 3px solid hsl(var(--base));
    border-radius: 10px;
    padding: 32px 24px;
    margin-bottom: 24px;
}

.blog__quote p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: hsl(var(--white));
    max-width: 95%;
}

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

.blog__quote span {
    position: absolute;
    right: 14px;
    top: 8px;
    z-index: -1;
    color: hsl(var(--base)/0.1);
    font-size: 48px;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .blog__quote span {
        font-size: 32px;
    }
}

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

.blog__share h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog__share h6 i {
    color: hsl(var(--base));
}

/* ======================  Blog Details Section End  ======================*/
/* ======================  Error Section Start  ======================*/
.error {
    background-image: linear-gradient(to bottom, hsl(var(--base)/0.1), transparent);
}

.error__main {
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error__main h2 {
    margin-bottom: 10px;
    font-size: 160px;
    line-height: 1;
    text-shadow: 4px 4px hsl(var(--base-d-300));
    letter-spacing: 5px;
}

.error__main h4 {
    margin-bottom: 12px;
}

.error__main p {
    font-size: 16px;
    max-width: 500px;
    margin-bottom: 30px;
}

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

    .error__main p {
        font-size: 14px;
        max-width: 440px;
    }
}

/* ======================  Error Section End  ======================*/
/* ======================  Contact Section Start  ======================*/
.contact__left {
    max-width: 94%;
    height: 100%;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .contact__left {
        max-width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
}

.contact__sp {
    position: absolute;
    right: 0;
    bottom: 2%;
    z-index: -1;
    width: 160px;
    user-select: none;
    pointer-events: none;
}

@media screen and (max-width: 1399px) {
    .contact__sp {
        right: -32px;
        bottom: 9%;
        max-width: 130px;
    }
}

@media screen and (max-width: 1199px) {
    .contact__sp {
        bottom: 5%;
        max-width: 110px;
    }
}

@media screen and (max-width: 991px) {
    .contact__sp {
        bottom: -20px;
        right: 0;
    }
}

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

.contact__card span {
    width: 50px;
    aspect-ratio: 1;
    background-color: hsl(var(--success-d-100));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 24px;
}

.col-lg-4:nth-child(2) .contact__card span {
    background-color: hsl(var(--danger-d-200));
}

.col-lg-4:nth-child(3) .contact__card span {
    background-color: hsl(var(--info-d-100));
}

.contact__card h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact__thumb img {
    width: 100%;
    border-radius: 12px;
}

.contact__thumb {
    margin-block: 24px;
}

.contact__topbar {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact__topbar span {
    width: 60px;
    aspect-ratio: 1;
    border: 1px solid hsl(var(--base)/0.3);
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
}

.contact__topbar h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}

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

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

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

.contact__info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
}

.contact__info>span {
    width: 60px;
    aspect-ratio: 1;
    border: 1px solid hsl(var(--base)/0.1);
    background-color: hsl(var(--base)/0.06);
    border-radius: 8px;
    color: hsl(var(--base));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.contact__info h5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 6px;
}

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

.contact__info p span {
    color: hsl(var(--base));
}

.map__main iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    filter: grayscale(1);
}

@media screen and (max-width: 1199px) {
    .map__main iframe {
        height: 400px;
    }
}

.map__main iframe:hover {
    filter: grayscale(0);
}

/* ======================  Contact Section End  ======================*/
/* ======================  Auth Section Start  ======================*/
.auth__thumb {
    width: 90%;
    height: 100%;
    border-radius: 10px;
}

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

.auth__topbar {
    text-align: center;
}

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

.social__auth a {
    background-color: hsl(var(--white)/0.06);
    border: 1px solid hsl(var(--white)/0.08);
    padding: 10px 32px;
    border-radius: 100px;
    color: hsl(var(--white));
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .social__auth a {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 24px;
    }
}

.social__auth a:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--black));
}

.auth__others {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.auth__others p {
    width: fit-content;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(20px);
    padding-inline: 16px;
}

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

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

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

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

/* ======================  Auth Section End  ======================*/
/* ======================  Dashboard Section Start  ======================*/
.dashboard p {
    font-size: 14px;
}

.dashboard .form-control {
    padding: 12px 16px;
    font-size: 14px;
}

.dashboard .select2-container--default .select2-selection--single {
    padding: 11px 36px 11px 16px;
    font-size: 14px;
}

.dashboard .form-select {
    padding: 9px 16px;
}

.dashboard .form-control[type=file] {
    line-height: 20px;
}

.dashboard .form-control[type=file]::file-selector-button {
    margin-left: -10px;
}

.dashboard .input-group .input-group-text {
    padding: 9px;
}

.dashboard__wrap {
    padding-left: 280px;
}

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

.dashboard__wrapper {
    padding: 24px;
}

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

.dashboard__sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100vh;
    z-index: 2;
    background-color: hsl(var(--section-bg));
    border-right: 1px solid hsl(var(--white)/0.06);
    overflow-y: auto;
    scrollbar-width: none;
}

@media screen and (max-width: 991px) {
    .dashboard__sidebar {
        left: -100%;
        z-index: 99;
        transition: 0.3s;
    }

    .dashboard__sidebar.active {
        left: 0;
    }
}

.dashboard__logo a {
    display: block;
    text-align: center;
}

.dashboard__logo a img {
    width: 100%;
    max-width: 140px;
}

.dashboard__logo {
    padding: 32px 24px;
}

.sidebar__close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: hsl(var(--danger));
    width: 30px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    cursor: pointer;
    transition: 0.3s;
}

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

.sidebar__open {
    color: hsl(var(--white));
    margin-left: 10px;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
    display: none;
}

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

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

.dashboard__menu ul li a {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--white)/0.06);
    position: relative;
    z-index: 1;
    transition: 0.4s;
}

.dashboard__menu ul li a:hover,
.dashboard__menu ul li a.active {
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base));
    border-color: hsl(var(--base)/0.1);
}

.sidebar__dropdown {
    background-color: hsl(var(--base)/0.2);
    padding: 12px 22px;
    border-radius: 0 0 4px 0;
}

.dashboard__menu ul li a[aria-expanded=true] {
    border-radius: 0 4px 0 0;
}

.dashboard__menu ul li a[aria-expanded=true] .dropdown__arrow i {
    transform: rotate(90deg);
}

.dropdown__arrow {
    line-height: 1;
    margin-left: auto;
}

.dropdown__arrow i {
    transition: 0.3s;
}

.sidebar__dropdown ul {
    padding-right: 0;
}

.sidebar__dropdown ul li a {
    border-radius: 4px;
    padding: 12px 18px;
}

.sidebar__dropdown ul li a.active,
.sidebar__dropdown ul li a:hover {
    background-color: hsl(var(--base)/0.2);
}

.sidebar__dropdown ul li a::after {
    left: -6px !important;
    width: 5px;
    height: 60%;
    background-color: hsl(var(--white)/0.2);
    border-radius: 10px;
}

.sidebar__dropdown ul li a.active::after {
    left: 0 !important;
}

.sidebar__dropdown ul li a:hover::after {
    left: 0 !important;
    opacity: 1;
}

.dashboard__header {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 24px;
    background-color: hsl(var(--section-bg));
    border-bottom: 1px solid hsl(var(--white)/0.06);
}

@media screen and (max-width: 767px) {
    .dashboard__header {
        padding: 10px 16px;
        flex-direction: column;
        gap: 24px;
    }

    .dashboard__header .search__box {
        width: 100%;
    }
}

.dashboard__header h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

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

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

.dashboard__header__widgets {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    padding-right: 16px;
}

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

@media screen and (max-width: 767px) {
    .dashboard__header__widgets {
        width: 100%;
        justify-content: flex-end;
        gap: 14px;
    }

    .dashboard__header__widgets .upload__file {
        margin-right: auto;
    }
}

@media screen and (max-width: 470px) {
    .sidebar__open {
        margin-left: auto !important;
    }
}

.notification__btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: hsl(var(--white)/0.1);
    border-radius: 50%;
    color: hsl(var(--white));
    font-size: 26px;
    transition: 0.3s;
}

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

.notification__btn:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--body-bg));
}

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

.profile__dropdown span {
    font-weight: 500;
}

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

@media screen and (max-width: 991px) {
    .profile__dropdown img {
        width: 38px;
        height: 38px;
    }
}

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

.drop__arrow {
    font-size: 16px;
    line-height: 1;
}

.drop__arrow i {
    transition: 0.3s;
    position: relative;
    top: -3px;
}

.dash__dropdown.show .drop__arrow i {
    transform: rotate(180deg);
    top: 4px;
}

.upload__file .btn {
    padding: 14px 16px;
    border-radius: 6px;
}

.upload__file .btn i {
    margin-right: 2px;
}

.ai__credit {
    line-height: 1;
    border: 1px solid hsl(var(--base)/0.4);
    color: hsl(var(--white));
    padding: 10px 14px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
}

.ai__credit i {
    color: hsl(var(--base));
}

.notification__wrap {
    width: 250px;
    padding: 10px;
}

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

.notification__footer {
    padding-top: 6px;
}

.notification__header h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.notification__body a {
    padding: 8px 12px;
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.1);
    border: 1px solid hsl(var(--base)/0.1);
    border-radius: 4px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.notification__body a p {
    color: hsl(var(--white));
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notification__body a span {
    color: hsl(var(--white)/0.6);
    font-size: 12px;
    margin-top: -4px;
    transition: 0.2s;
}

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

.notification__body a:hover p {
    color: hsl(var(--body-bg));
}

.notification__body a:hover span {
    color: hsl(var(--body-bg)/0.5);
}

.notification__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 280px;
    overflow-y: auto;
}

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

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

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

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

.dashboard__card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    transition: 0.3s;
}

.dashboard__card:hover {
    transform: translateY(-5px);
}

.dashboard__card__content h5 {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--body-font);
    margin-bottom: 20px;
}

.dashboard__card__content p {
    font-size: 24px;
    font-weight: 700;
    color: hsl(var(--white));
    line-height: 1;
}

.dashboard__card>span {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

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

.chart__topbar h5 {
    margin-bottom: 0;
}

.chart__topbar .dropdown .dropdown-toggle {
    border: 1px solid hsl(var(--black)/0.12);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
}

.dashboard__acco {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.dashboard__acco:hover {
    opacity: 0.8;
    transform: translateY(-5px);
}

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

.dashboard__acco img {
    width: 100%;
}

.dashboard__acco__content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}

.dashboard__acco__content a {
    color: hsl(var(--white));
    font-size: 20px;
    font-weight: 600;
    display: block;
}

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

.dashboard__acco__content p {
    color: hsl(var(--white)/0.7);
    font-size: 14px;
}

.ds__plus {
    color: hsl(var(--base));
    font-size: 20px;
    font-weight: 700;
}

.ds__discount {
    text-decoration: line-through;
    color: hsl(var(--border-color));
}

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

@media screen and (max-width: 767px) {
    .table__topbar {
        flex-direction: column;
    }
}

.filter__btn {
    white-space: nowrap;
}

.table__topbar>h5 {
    margin-bottom: 0;
}

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

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

    .table__topbar__right .search__box {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .table__topbar__right .filter__main {
        right: -30px !important;
    }
}

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

.table__topbar__right.ticket__pg {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.upload__preview {
    margin-bottom: 36px;
    border: 1px solid hsl(var(--black)/0.2);
    border-radius: 12px;
    padding: 17px;
}

.uplaod__box {
    background-color: hsl(var(--black)/0.02);
    border-radius: 10px;
    padding: 68px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.uplaod__box span {
    font-size: 40px;
    color: hsl(var(--base));
    line-height: 1;
    margin-bottom: 12px;
}

.uplaod__box label {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 14px;
    border-radius: 5px;
    border: 1px solid hsl(var(--black)/0.12);
    margin-bottom: 16px;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s;
}

.uplaod__box label:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.upload__title h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}

.table__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

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

.cp__topbar {
    padding: 20px;
    padding-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

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

.cp__left ul li {
    border-right: 1px solid hsl(var(--black)/0.12);
    line-height: 1;
    margin-right: 8px;
    padding-right: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--heading-color));
}

.cp__left ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.cp__right .dropdown-toggle {
    border: 1px solid hsl(var(--black)/0.12);
    padding: 12px;
    border-radius: 8px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
}

.cp__upcoming {
    opacity: 0.4;
    user-select: none;
}

.create__audio__upload {
    width: 100%;
    min-height: 150px;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#ca__upload {
    display: none;
}

.create__audio__upload label {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: hsl(var(--white));
    font-size: 16px;
    font-weight: 600;
    color: hsl(var(--base));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 15px;
    border-radius: 8px 0 0 0;
    cursor: pointer;
}

.widgets__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 8px;
    background-color: hsl(var(--section-bg));
    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);
    }
}

.widgets__single {
    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(--info));
    box-shadow: 0 8px 14px hsl(var(--info)/0.25);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    font-size: 28px;
    flex: 0 0 auto;
}

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

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

.list-group-item {
    color: hsl(var(--white));
    background-color: transparent;
    border: 1px solid hsl(var(--white) / 0.1);
}

/* ======================  Dashboard Section End  ======================*/
/* ======================  Profile Section Start  ======================*/
.profile__upload input {
    display: none;
}

.profile__upload label {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
}

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

.profile__upload label i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    background-color: hsl(var(--black)/0.5);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.profile__upload label:hover i {
    opacity: 1;
    visibility: visible;
}

.profile__wr {
    text-align: center;
    background-color: hsl(var(--white)/0.04);
    border: 1px solid hsl(var(--white)/0.1);
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
}

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

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

.profile__contact p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.profile__contact p i {
    color: hsl(var(--base));
}

.profile__contact a {
    font-weight: 600;
    color: hsl(var(--heading-color));
    display: block;
}

.profile__contact span {
    font-weight: 600;
    color: hsl(var(--heading-color));
    display: block;
}

.profile__left ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.two__factor__info {
    text-align: center;
    margin-bottom: 20px;
}

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

.two__factor__info img {
    max-width: 200px;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .profile__left.card.p-4 {
        padding: 18px !important;
    }

    .profile__wrap.card.p-4 {
        padding: 18px !important;
    }

    .profile__wrap .g-4,
    .profile__wrap .gy-4 {
        --bs-gutter-y: 0.8rem;
    }

    .profile__wrap .g-4,
    .profile__wrap .gx-4 {
        --bs-gutter-x: 0.8rem;
    }
}

/* ======================  Profile Section End  ======================*/
.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));
}

/*==================extra csss====================*/
.user-header-search {
    position: relative;
}

.user-header-search-list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 99;
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    padding: 8px;
    margin: 0;
    list-style: none;
    border: 1px solid hsl(var(--white) / 0.08);
    border-radius: 8px;
    background: #003d2e;
    box-shadow: 0 14px 35px hsl(var(--black) / 0.3);
    display: none;
}

.user-header-search-list.show {
    display: block;
}

.user-header-search-list::-webkit-scrollbar {
    width: 5px;
}

.user-header-search-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsl(var(--white)/0.1);
}

.user-header-search-list::-webkit-scrollbar-thumb {
    background: hsl(var(--base)/0.7);
}

.user-header-search-list::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--base));
}

.user-header-search-list li+li {
    margin-top: 4px;
}

.user-header-search-list a,
.user-header-search-list .empty-search {
    display: block;
    padding: 9px 10px;
    border-radius: 6px;
    color: hsl(var(--white));
    font-size: 14px;
}

.user-header-search-list a:hover {
    background: rgba(255, 204, 0, .12);
    color: hsl(var(--base));
}

.user-header-search-list .empty-search {
    color: rgba(255, 255, 255, .62);
}

.dashboard__header .user-header-search {
    z-index: 50;
}

@media (max-width: 575px) {
    .dashboard__header .user-header-search {
        width: 100%;
        flex-basis: 100%;
        order: 3;
    }
}

.scraper-search-card__hero {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1rem;
    background:
        radial-gradient(circle at top right, hsl(var(--base)/0.18), transparent 34%),
        linear-gradient(135deg, hsl(var(--white)/0.04), hsl(var(--white)/0.01));
    border: 1px solid hsl(var(--white)/0.08);
}

.scraper-search-card__title {
    font-size: 1.7rem;
    line-height: 1.15;
    margin: 0.75rem 0 0.6rem;
}

.scraper-search-card__subtitle {
    color: hsl(var(--white)/0.68);
    max-width: 28rem;
}

.scraper-search-card__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(var(--base)/0.14);
    color: hsl(var(--black));
    font-size: 1.5rem;
    flex-shrink: 0;
}

.scraper-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: hsl(var(--white)/0.08);
    color: hsl(var(--white)/0.82);
}

.scraper-flow-note {
    padding: 1rem 1.05rem;
    border: 1px dashed hsl(var(--base)/0.3);
    border-radius: 1rem;
    background: hsl(var(--base)/0.05);
}

.scraper-flow-note__title {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    color: hsl(var(--white)/0.85);
}

.scraper-flow-note__steps {
    display: grid;
    gap: 0.45rem;
    color: hsl(var(--white)/0.72);
    font-size: 0.9rem;
}

.scraper-stat-card__label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: hsl(var(--white)/0.58);
    margin-bottom: 0.45rem;
}

.scraper-stat-card__value {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
}

.scraper-jobs-card .card-body {
    min-height: 32rem;
}

.scraper-empty-state {
    text-align: center;
    padding: 3.5rem 1rem;
    color: hsl(var(--white)/0.55);
}

.scraper-empty-state i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
    color: hsl(var(--white)/0.28);
}

.scraper-job-card:not(:last-child) {
    border-bottom: 1px solid hsl(var(--white) / 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.scraper-job-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.scraper-job-card__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    color: hsl(var(--white)/0.92);
}

.scraper-job-card__submeta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    color: hsl(var(--white)/0.58);
    font-size: 0.83rem;
}

.scraper-job-card__submeta i {
    color: hsl(var(--white)/0.45);
}

.scraper-job-card__actions {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-shrink: 0;
}

.scraper-job-card__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.scraper-metric-pill {
    padding: 10px 16px;
    border-radius: 6px;
    background: hsl(var(--white)/0.04);
    border: 1px solid hsl(var(--white)/0.06);
}

.scraper-metric-pill__label {
    display: block;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: hsl(var(--white)/0.54);
    margin-bottom: 0.35rem;
}

.scraper-metric-pill__value {
    font-size: 18px;
    font-weight: 700;
    color: hsl(var(--white)/0.88);
    line-height: 1;
}

.scraper-job-card__error {
    margin-top: 0.9rem;
    padding: 0.85rem 0.95rem;
    border-radius: 0.85rem;
    background: hsl(var(--base-two)/0.12);
    color: hsl(var(--white)/0.88);
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    font-size: 0.9rem;
}

@media (max-width: 575px) {
    .scraper-job-card__metrics {
        grid-template-columns: 1fr;
    }
}

.pipeline-board {
    display: grid;
    grid-template-columns: repeat(6, minmax(245px, 1fr));
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.pipeline-filter {
    border: 1px solid hsl(var(--white)/0.08);
    border-radius: 8px;
    background: hsl(var(--white)/0.025);
}

.pipeline-filter-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(150px, 1fr)) auto;
    gap: 14px;
    align-items: end;
}

.pipeline-filter-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pipeline-column {
    min-height: 72vh;
    border: 1px solid hsl(var(--white)/0.08);
    border-radius: 8px;
    background: hsl(var(--white)/0.025);
    display: flex;
    flex-direction: column;
}

.pipeline-column__header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    border-bottom: 1px solid hsl(var(--white)/0.08);
}

.pipeline-column__header small {
    color: hsl(var(--white)/0.62);
}

.pipeline-count {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: hsl(var(--white)/0.08);
    font-weight: 700;
    flex: 0 0 auto;
}

.pipeline-dropzone {
    flex: 1;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 12px;
}

.pipeline-dropzone.is-over {
    outline: 2px dashed hsl(var(--base));
    outline-offset: -8px;
}

.pipeline-card {
    border: 1px solid hsl(var(--white)/0.08);
    border-radius: 8px;
    padding: 12px;
    background:
        linear-gradient(135deg, hsl(var(--section-bg)/0.92), hsl(var(--body-bg)/0.96));
    cursor: grab;
}

.pipeline-card.is-dragging {
    opacity: .55;
}

.pipeline-card__top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: start;
}

.pipeline-card__top a {
    color: hsl(var(--base));
    flex: 0 0 auto;
}

.pipeline-card p {
    color: hsl(var(--white)/0.72);
    font-size: 13px;
    margin: 8px 0;
    line-height: 1.5;
}

.pipeline-card__meta {
    display: grid;
    gap: 5px;
    color: hsl(var(--white)/0.82);
    font-size: 12px;
}

.pipeline-card__footer {
    margin-top: 10px;
}

.pipeline-stage-select {
    font-size: 12px;
}

.pipeline-empty {
    min-height: 82px;
    border: 1px dashed hsl(var(--white)/0.16);
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: hsl(var(--white)/0.58);
    font-size: 13px;
}

.pipeline-column--success .pipeline-column__header {
    border-top: 3px solid hsl(var(--base));
}

.pipeline-column--danger .pipeline-column__header {
    border-top: 3px solid hsl(var(--base-two-l-100));
}

.pipeline-column--warning .pipeline-column__header {
    border-top: 3px solid hsl(var(--base));
}

.pipeline-column--info .pipeline-column__header {
    border-top: 3px solid hsl(var(--base-l-200));
}

.pipeline-column--base .pipeline-column__header {
    border-top: 3px solid hsl(var(--base-two));
}

.pipeline-column--default .pipeline-column__header {
    border-top: 3px solid hsl(var(--white)/0.4);
}

@media (max-width: 1320px) {
    .pipeline-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pipeline-filter-actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .pipeline-filter-grid {
        grid-template-columns: 1fr;
    }

    .pipeline-filter-actions,
    .pipeline-filter-actions .btn {
        width: 100%;
    }
}

.campaign__data {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-block: 16px;
    border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.cookies-card {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    background-color: hsl(var(--base-two-d-200));
    padding: 20px;
    border: 1px solid hsl(var(--base) / 0.2);
    border-radius: 10px;
    max-width: 620px;
    box-shadow: 0 0 24px hsl(var(--base) / 0.06);
}

.cookies-card__content {
    margin-bottom: 16px;
}

/* =========== */
.pipeline__right {
    padding-left: 40px;
}

.crm-pipeline__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: hsl(var(--black));
    background: hsl(var(--base));
    box-shadow: 0 8px 18px hsl(var(--base)/0.16);
}

.crm-pipeline__image-wrap img {
    width: 100%;
    display: block;
    border-radius: 16px;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}

.crm-pipeline__metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.crm-pipeline__metric {
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid hsl(var(--white)/0.06);
    background: hsl(var(--white)/0.03);
}

.crm-pipeline__metric span {
    display: block;
    color: hsl(var(--white)/0.68);
    font-size: 12px;
    margin-bottom: 4px;
}

.crm-pipeline__metric strong {
    color: hsl(var(--white));
    font-size: 15px;
}

.crm-pipeline__heading {
    margin-bottom: 22px;
}

.crm-pipeline__heading p {
    margin-left: 0;
}

.crm-pipeline__step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0 16px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid hsl(var(--white)/0.08);
    background: transparent;
}

.crm-pipeline__icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    color: hsl(var(--white));
    background-color: hsl(var(--info));
}

.crm-pipeline__step:nth-child(2) .crm-pipeline__icon {
    background-color: hsl(var(--danger));
}

.crm-pipeline__step:nth-child(3) .crm-pipeline__icon {
    background-color: hsl(var(--warning));
}

.crm-pipeline__step:nth-child(4) .crm-pipeline__icon {
    background-color: hsl(var(--success));
}

.crm-pipeline__content h3 {
    font-size: 18px;
    margin-bottom: 6px;
    color: hsl(var(--white));
}

.crm-pipeline__content p {
    margin-bottom: 0;
    color: hsl(var(--white)/0.72);
    font-size: 14px;
}

.crm-pipeline__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .pipeline__right {
        padding-left: 0;
    }

    .crm-pipeline__heading {
        margin-bottom: 20px;
    }

    .crm-pipeline__image-wrap img {
        max-width: 400px;
        margin-inline: auto;
    }
}

@media (max-width: 575px) {
    .crm-pipeline__badge {
        top: 12px;
        left: 12px;
    }

    .crm-pipeline__image-wrap {
        padding-top: 32px;
    }

    .crm-pipeline__metric-grid {
        grid-template-columns: 1fr;
    }

    .crm-pipeline__step {
        padding: 14px 0;
    }

    .crm-pipeline__icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .crm-pipeline__content h3 {
        font-size: 16px;
    }
}

.progress-bar {
    background: linear-gradient(90deg,
            hsl(var(--base)) 0%,
            hsl(var(--info)) 100%) !important;
}