/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Inter", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Theme Color Start ============================= */
    --base-h: 180;
    --base-s: 84%;
    --base-l: 35%;
    --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: 239;
    --base-two-s: 84%;
    --base-two-l: 67%;
    --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: 215 14% 34%;
    --body-bg: 0 0% 100%;
    --heading-color: 221 39% 11%;
    --icon-bg: 220 9% 46%;
    --black: 0 0% 0%;
    --border-color: 220 13% 91%;
    --section-bg: 216 12% 84%;
    /* ================================ Box Shadow Start =============================== */
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    /* Warning Color */
    --warning-h: 40;
    --warning-s: 100%;
    --warning-l: 46%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
    /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme=dark] {
    --white: 200 9% 7%;
    --black: 210 40% 98%;
}

/* ========================= Css Variables End =========================== */
/* ======================  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: 16px;
    font-weight: 400;
    margin: 0;
    color: hsl(var(--body-color));
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 10px 0;
    }
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    transition: 0.2s linear;
    line-height: inherit;
}

a {
    display: inline-block;
    transition: 0.3s;
    text-decoration: none;
    color: hsl(var(--heading-color));
}

a:hover {
    color: hsl(var(--base));
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    box-shadow: none;
}

/* ================================= Common Typography Css End =========================== */
/* ======================  Overlay Start  ======================*/
html {
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--base-two)) hsl(var(--section-bg)/0.25);
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: hsl(var(--section-bg)/0.25);
}

body::-webkit-scrollbar-thumb {
    border-radius: 30px;
    border: 2px solid hsl(var(--white));
    background: linear-gradient(180deg, hsl(var(--base)), hsl(var(--base-two)));
}

body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, hsl(var(--base-two)), hsl(var(--base)));
}

.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  ======================*/
.text-gradient {
    display: inline-block;
    background: linear-gradient(163deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-animate {
    display: inline;
    background: linear-gradient(
        90deg,
        hsl(var(--base)) 0%,
        hsl(var(--base-two)) 25%,
        hsl(var(--base)) 50%,
        hsl(var(--base-two)) 75%,
        hsl(var(--base)) 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShine 3s linear infinite;
}

@keyframes textShine {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

/* ======================  Section Heading Start  ======================*/
.section-heading {
    max-width: 700px;
    margin-inline: auto;
    margin-bottom: 60px;
}

.section-heading__subtitle {
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    gap: 10px;
    margin-bottom: 20px;
    border: 1px solid hsl(var(--base-two));
    padding: 9px 12px;
    border-radius: 50px;
    color: hsl(var(--black)/0.5);
}

@media screen and (max-width: 1199px) {
    .section-heading__subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__subtitle {
        font-size: 14px;
    }
}

.section-heading__title {
    font-size: 48px;
    font-weight: 600;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 991px) {
    .section-heading__title {
        font-size: 36px;
    }
}

@media screen and (max-width: 575px) {
    .section-heading__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title {
        font-size: 24px;
    }
}

.section__heading a {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .section__heading a {
        margin-top: 24px;
    }
}

/* ======================  Section Heading End  ======================*/
@media screen and (max-width: 424px) {
    .button-100 {
        width: 100%;
    }
}

/* ======================  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(--section-bg));
    opacity: 1;
    transition: 0.3s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: hsl(var(--base));
    width: 20px;
}

/* ======================  Swiper End  ======================*/
/* ======================  wyg Start  ======================*/
.wyg h1,
.wyg h2,
.wyg h3,
.wyg h4,
.wyg h5 {
    color: hsl(var(--heading-color));
    margin-bottom: 12px;
    margin-top: 20px;
}

.wyg p {
    font-size: 16px;
    margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
    .wyg p {
        font-size: 14px;
        margin-bottom: 14px;
    }
}

.wyg h2 {
    margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
    .wyg h2 {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .wyg h2 {
        margin-bottom: 14px;
    }
}

.wyg ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
    list-style: disc;
    padding-left: 32px;
}

@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 ul li {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .wyg ul li {
        font-size: 14px;
    }
}

.wyg ol {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 48px;
    list-style: decimal;
    padding-left: 32px;
}

@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  ======================*/
/* ======================  filter start  ======================*/
.filter__wrap {
    position: relative;
}

.filter__main {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 12;
    background-color: hsl(var(--white));
    width: 500px;
    padding: 16px;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .filter__main {
        right: auto;
        width: 300px;
    }
}

.filter__main.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.filter__close {
    font-size: 18px;
    cursor: pointer;
    color: hsl(var(--heading-color));
    transition: 0.3s;
}

.filter__close:hover {
    color: hsl(var(--danger));
}

.filter__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.filter__topbar h5 {
    margin-bottom: 0;
}

.filter__topbar a {
    font-size: 14px;
    font-weight: 500;
}

.filter__card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.filter__form {
    border: 1px solid hsl(var(--black)/0.08);
    border-radius: 8px;
    padding: 18px;
    max-height: 230px;
    overflow-y: auto;
}

.filter__form::-webkit-scrollbar {
    width: 4px;
}

.filter__form::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsl(var(--base)/0.2);
    border-radius: 20px;
}

.filter__form::-webkit-scrollbar-thumb {
    background: hsl(var(--base)/0.7);
    border-radius: 20px;
}

.filter__form::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--base));
}

.filter__form .form-check {
    margin-bottom: 18px;
    justify-content: space-between;
}

.filter__form .form-check:last-child {
    margin-bottom: 0;
}

.filter__range {
    border: 1px solid hsl(var(--black)/0.08);
    border-radius: 8px;
    padding: 22px 18px 18px 18px;
}

/* ======================  filter 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 transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(hsl(var(--black)/0.09), hsl(var(--black)/0.09)) border-box;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.accordion .accordion-item:not(:last-child) {
    margin-bottom: 10px;
}

.accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
}

.accordion .accordion-header {
    line-height: 1;
}

.accordion .accordion-body {
    padding: 20px;
    background-color: hsl(var(--white));
}

.accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .accordion .accordion-body .text {
        max-width: 100%;
    }
}

.accordion:first-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.accordion:last-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.accordion .accordion-button {
    background-color: hsl(var(--white));
    color: var(--heading-color);
    font-size: 18px;
    padding: 20px;
}

@media screen and (max-width: 575px) {
    .accordion .accordion-button {
        padding: 13px;
        padding-right: 30px;
    }
}

.accordion .accordion-button::after {
    background-image: none;
}

.accordion .accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--heading-color));
    background-color: hsl(var(--section-bg)/0.2) !important;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--base));
}

.accordion .accordion-button[aria-expanded=true]::after,
.accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f107";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    height: unset;
}

.accordion .accordion-button[aria-expanded=false]::after {
    content: "\f106";
    color: hsl(var(--body-color));
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

.pill {
    border-radius: 40px !important;
}

.btn {
    color: hsl(var(--white)) !important;
    font-weight: 600;
    padding: 16px 29px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    display: inline-flex;
    gap: 8px;
    font-size: 16px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 14px 25px;
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 12px 20px;
    }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    box-shadow: none !important;
}

.btn:active {
    top: 1px;
}

.btn--lg {
    padding: 20px 35px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 18px 30px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 16px 25px;
    }
}

.btn--sm {
    padding: 7px 18px;
    font-weight: 600;
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 8px 12px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0;
}

.btn--base {
    position: relative;
}

.btn--base::before,
.btn--base::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(-120deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    border-radius: inherit !important;
    z-index: -1;
    transition: 0.2s linear;
}

.btn--base::after {
    background: linear-gradient(-120deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    visibility: hidden;
    opacity: 0;
}

.btn--base:hover::after,
.btn--base:focus::after,
.btn--base:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn-outline--base {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
    position: relative;
    transition: 0.2s linear;
}

.btn-outline--base::before,
.btn-outline--base::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(-120deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    border-radius: inherit !important;
    z-index: -1;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.btn-outline--base:hover,
.btn-outline--base:focus,
.btn-outline--base:focus-visible {
    color: hsl(var(--white)) !important;
}

.btn-outline--base:hover::before,
.btn-outline--base:hover::after,
.btn-outline--base:focus::before,
.btn-outline--base:focus::after,
.btn-outline--base:focus-visible::before,
.btn-outline--base:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.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(--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--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--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-outline--base {
    color: hsl(var(--body-color)) !important;
    border: 1px solid transparent !important;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box !important;
}

.btn-outline--base::before,
.btn-outline--base::after {
    display: none;
}

.btn-outline--base:hover,
.btn-outline--base:focus,
.btn-outline--base:focus-visible {
    color: hsl(var(--white)) !important;
    background: linear-gradient(90deg, hsl(var(--base-two)), hsl(var(--base))) padding-box, linear-gradient(90deg, hsl(var(--base-two)), hsl(var(--base))) border-box !important;
}

.btn-outline--base:hover svg path,
.btn-outline--base:focus svg path,
.btn-outline--base:focus-visible svg path {
    stroke: hsl(var(--white));
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.card {
    padding: 24px;
    border-radius: 8px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 1199px) {
    .card {
        padding: 16px;
    }
}

.card-header {
    padding: 12px 0;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--black)/0.06);
}

.card-title {
    margin-bottom: 0;
}

.card-desc {
    font-size: 14px;
    color: hsl(var(--body-color));
    margin-bottom: 0;
}

.card-body {
    background-color: hsl(var(--white));
    padding: 24px 0;
    border-radius: 5px;
}

.card-footer {
    padding: 12px 0;
    background-color: transparent;
    border-top: 1px solid hsl(var(--black)/0.06);
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form-label {
    margin-bottom: 16px;
    font-size: 18px;
    color: hsl(var(--heading-color));
    font-weight: 400;
}

label.required:after {
    content: "*";
    color: hsl(var(--danger)) !important;
    margin-left: 2px;
}

.form-group {
    margin-bottom: 1rem;
}

/* Form Select */
.form-select {
    color: hsl(var(--black)) !important;
    padding: 12px 18px;
    border: 1px solid hsl(var(--black)/0.1);
}

.form-select:focus {
    border-color: hsl(var(--black)/0.2);
    color: hsl(var(--black)) !important;
    outline: 0;
    box-shadow: none;
}

.form-select option {
    background-color: hsl(var(--white));
    color: hsl(var(--black));
}

/* Form Select End */
/* Form Control Start */
.form-control {
    border-radius: 12px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 20px 18px;
    background-color: hsl(var(--section-bg)/0.1);
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--black));
    line-height: 1;
    transition: background 0.2s ease, border-color 0.2s ease;
    font-size: 16px !important;
}

.form-control::placeholder {
    color: hsl(var(--black)/0.6);
    font-size: 16px !important;
    font-weight: 400;
}

.form-control:focus {
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: hsl(var(--black)/0.2);
    opacity: 1;
    border: 0;
}

.form-control[type=password] {
    color: hsl(var(--black)/0.5);
}

.form-control[type=password]:focus {
    color: hsl(var(--black));
}

.form-control[type=file] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.form-control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color)) !important;
}

.form-control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

/* Form Control End */
textarea.form-control {
    height: 130px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
    caret-color: hsl(var(--black));
}

/* Autofill Css End */
/* input group */
.input-group {
    position: relative;
}

/* Show Hide Password */
.password__field {
    position: relative;
    z-index: 1;
}

.password__field input {
    padding-right: 56px !important;
}

.password-show-hide {
    position: absolute;
    right: 12px;
    z-index: 3;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 1;
}

.password-show-hide:focus,
.password-show-hide:focus-visible {
    outline: none;
    box-shadow: none;
}

.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: 6px;
    width: 18px;
    height: 18px;
    border: 2px solid hsl(var(--border-color));
    cursor: pointer;
    margin-left: 0;
    margin-top: 0;
}

.form-check .form-check-input:checked {
    background: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two))) padding-box, linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two))) border-box !important;
    border-color: hsl(var(--base)) !important;
    box-shadow: none;
}

.form-check .form-check-input:checked[type=checkbox] {
    background-image: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two))), linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two)));
}

.form-check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-check .form-check-label {
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}

/* Custom Radio Design */
.form-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    padding-left: 0;
}

.form-radio .form-check-input {
    box-shadow: none;
    border: 2px solid hsl(var(--black)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: 0;
    margin-top: 0;
}

.form-radio .form-check-input:active {
    filter: brightness(100%);
}

.form-radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form-radio .form-check-input:checked[type=radio] {
    background-image: none;
}

.form-radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 3;
}

.form-radio .form-check-label {
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    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(--black)/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(--white)) !important;
}

.form-switch .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form-switch .form-check-label {
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input-group {
    border-radius: 5px;
    border: 1px solid hsl(var(--black)/0.1);
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .form-control {
    border-width: 0px !important;
    padding-right: 10px;
    box-shadow: unset;
}

.input-group .form-control:focus {
    border: none !important;
}

.input-group .input-group-text+.form-control {
    padding-right: 20px;
    padding-left: 10px;
}

.input-group:focus-within {
    border: 1px solid hsl(var(--black)/0.2);
}

.input-group .input-group-text {
    padding: 13px;
    border-width: 0px;
    border-radius: 5px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.input-group .form-control[readonly] {
    background: hsl(var(--black)/0.3) !important;
}

.input-group .form-control[readonly]:focus {
    border-color: hsl(var(--black)/0.3);
}

.input-group:has(.form-control[readonly]) {
    background: hsl(var(--black)/0.3) !important;
}

.input-group:has(.form-control[readonly]):focus-within {
    border-color: hsl(var(--black)/0.4) !important;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.modal-header {
    border-bottom: 1px solid hsl(var(--black)/0.06);
    padding: 15px;
}

.modal-header .close {
    width: 28px;
    height: 28px;
    background-color: hsl(var(--black)/0.1);
    font-size: 16px;
    border-radius: 50%;
    color: hsl(var(--black));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.modal-header .close:hover {
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
}

.modal-content {
    border-radius: 10px !important;
    background-color: hsl(var(--white));
}

.modal-body {
    padding: 15px;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid hsl(var(--black)/0.06);
    justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination-wrapper {
    margin-top: 24px;
    padding: 1.5rem;
}

.pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item.disabled .page-link {
    color: hsl(var(--heading-color)/0.4);
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--black)/0.08);
    border-radius: 4px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--heading-color));
}

.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

/* ================================= Pagination Css End =========================== */

.pagination-wrapper .text-muted {
    color: hsl(var(--body-color)) !important;
}

/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__content {
    width: calc(100% - 35px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    font-size: 12px;
    color: hsl(var(--black)/0.7);
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.edit-btn {
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.08);
}

.delete-btn {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.08);
}

/* Table Content Css end */
/* Table Css Start */
.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    background-color: hsl(var(--white));
    text-align: center;
    padding: 15px 20px;
    color: hsl(var(--black)/0.7);
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    font-size: 14px;
    border: 1px solid hsl(var(--black)/0.08);
    background-color: hsl(var(--base)/0.03);
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 6px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 6px 0 0;
    text-align: right;
}

.table thead tr th:nth-child(2) {
    text-align: left;
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody tr {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 6px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--black)/0.7);
    font-weight: 500;
    max-width: 170px;
    font-size: 13px;
    border-bottom: 1px solid hsl(var(--black)/0.08);
    border-right: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 15px;
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
    border-left: 1px solid hsl(var(--black)/0.08);
    font-size: 14px;
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid hsl(var(--black)/0.08);
}

@media screen and (max-width: 767px) {
    .table--responsive--sm thead {
        display: none;
    }

    .table--responsive--sm tbody tr {
        display: block;
    }

    .table--responsive--sm tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--sm tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.8);
        max-width: unset;
    }

    .table--responsive--sm tbody tr td:last-child {
        border: none;
    }

    .table--responsive--sm tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--sm tbody tr td::before {
        display: block;
        font-size: 14px;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--sm tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 14px;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--md tbody tr td {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 14px;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--lg tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 14px;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 40px !important;
    gap: 20px;
}

@media screen and (max-width: 575px) {
    .custom--tab {
        gap: 6px;
    }
}

.custom--tab .nav-item {
    border-bottom: 0;
    padding: 5px;
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--heading-color));
    padding: 15px 34px;
    background-color: transparent !important;
    border-radius: 50px;
    transition: 0.4s;
    border: 1px solid hsl(var(--black)/0.08) !important;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 12px 32px;
    }
}

@media screen and (max-width: 575px) {
    .custom--tab .nav-item .nav-link {
        padding: 5px 22px;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--white));
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%) !important;
    border: 1px solid transparent !important;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

.custom--tab .nav-item #pills-disabled-tab.nav-link {
    background-color: hsl(var(--black)/0.04) !important;
    color: hsl(var(--heading-color)/0.6);
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    font-size: 0.75rem;
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.badge--base {
    background-color: hsl(var(--base)/0.15) !important;
    color: hsl(var(--base)) !important;
}

.badge--primary {
    background-color: hsl(var(--primary)/0.15) !important;
    color: hsl(var(--primary)) !important;
}

.badge--secondary {
    background-color: hsl(var(--secondary)/0.15) !important;
    color: hsl(var(--secondary)) !important;
}

.badge--success {
    background-color: hsl(var(--success)/0.15) !important;
    color: hsl(var(--success)) !important;
}

.badge--danger {
    background-color: hsl(var(--danger)/0.15) !important;
    color: hsl(var(--danger)) !important;
}

.badge--warning {
    background-color: hsl(var(--warning)/0.15) !important;
    color: hsl(var(--warning)) !important;
}

.badge--info {
    background-color: hsl(var(--info)/0.15) !important;
    color: hsl(var(--info)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--white));
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        padding: 12px;
    }
}

.alert__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.alert__content {
    width: calc(100% - 24px);
    padding-left: 32px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    font-size: 16px;
    color: hsl(var(--base-two)/0.8);
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--base-two)/0.5);
    display: block;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 13px;
    }
}

.alert__link {
    position: relative;
}

.alert__link:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.alert__link::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.alert--base {
    border-color: hsl(var(--base)/0.6);
    color: hsl(var(--base));
}

.alert--base .alert__icon {
    color: hsl(var(--base));
}

.alert--primary {
    border-color: hsl(var(--primary)/0.6);
    color: hsl(var(--primary));
}

.alert--primary .alert__icon {
    color: hsl(var(--primary));
}

.alert--success {
    border-color: hsl(var(--success)/0.6);
    color: hsl(var(--success));
}

.alert--success .alert__icon {
    color: hsl(var(--success));
}

.alert--info {
    border-color: hsl(var(--info)/0.6);
    color: hsl(var(--info));
}

.alert--info .alert__icon {
    color: hsl(var(--info));
}

.alert--danger {
    border-color: hsl(var(--danger)/0.6);
    color: hsl(var(--danger));
}

.alert--danger .alert__icon {
    color: hsl(var(--danger));
}

.alert--warning {
    border-color: hsl(var(--warning)/0.6);
    color: hsl(var(--warning));
}

.alert--warning .alert__icon {
    color: hsl(var(--warning));
}

.alert--secondary {
    border-color: hsl(var(--secondary)/0.6);
    color: hsl(var(--secondary));
}

.alert--secondary .alert__icon {
    color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */
/* ======================  Dropdown Section Start  ======================*/
.dropdown-toggle {
    color: hsl(var(--heading-color));
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 7px;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 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: 8px;
    font-size: 14px;
    color: hsl(var(--heading-color));
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--base)/0.12);
    border-radius: 16px;
    white-space: nowrap;
    box-shadow: 0 18px 45px hsl(var(--black)/0.1);
    overflow: hidden;
    margin-top: 10px !important;
}

.dropdown-item {
    padding: 10px 14px;
    font-weight: 500;
    color: #4b5563;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
    transition: 0.3s;
}

.dropdown-item:not(:last-child) {
    margin-bottom: 4px;
}

.dropdown-item:hover {
    color: hsl(var(--white));
    background: linear-gradient(95deg, hsl(var(--base)), hsl(var(--base-two)));
}

.dropdown-item.active,
.dropdown-item:active {
    color: hsl(var(--white));
    background: linear-gradient(95deg, hsl(var(--base)), hsl(var(--base-two)));
}

/* ======================  Dropdown Section End  ======================*/
/* ================================= Preloader Css Start =========================== */
.preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(var(--white));
    opacity: 1;
    visibility: visible;
    transition: opacity 0.55s ease, visibility 0.55s ease;
}

.preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader.is-hidden .preloader__mark {
    transform: translateY(-8px) scale(0.985);
    opacity: 0;
}

.preloader__mark {
    position: relative;
    z-index: 2;
    width: 104px;
    height: 104px;
    display: grid;
    place-items: center;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 0.4s ease, transform 0.5s ease;
}

.preloader__mark img {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    border-radius: 17px;
    animation: preloader-mark-pulse 2.2s ease-in-out infinite;
}

.preloader__orbit {
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, hsl(var(--base)), hsl(var(--base-two)), hsl(var(--base)/0.08), hsl(var(--base)));
    animation: preloader-orbit 1.8s linear infinite;
}

.preloader__orbit::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: inherit;
    background: hsl(var(--white)/0.92);
}

.preloader__orbit-dot {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    width: 11px;
    height: 11px;
    border: 2px solid hsl(var(--white));
    border-radius: 50%;
    background: hsl(var(--base-two));
    box-shadow: 0 0 18px hsl(var(--base-two)/0.55);
    transform-origin: 0 52px;
    animation: preloader-orbit 1.8s linear infinite;
}

@keyframes preloader-orbit {
    to {
        transform: rotate(360deg);
    }
}

@keyframes preloader-mark-pulse {
    50% {
        transform: scale(1.045);
        box-shadow: 0 16px 36px hsl(var(--base-two)/0.3);
    }
}

@media (prefers-reduced-motion: reduce) {

    .preloader__orbit,
    .preloader__orbit-dot,
    .preloader__mark img {
        animation: none;
    }
}

/* ================================= Preloader Css End ===========================  */
/* ======================  Offcanvas Section Start  ======================*/
.offcanvas__area {
    position: fixed;
    left: -100%;
    top: 0;
    width: 300px;
    height: 100%;
    padding: 20px;
    background-color: hsl(var(--white));
    border-right: 1px solid hsl(var(--black)/0.03);
    z-index: 15;
    transition: 0.4s;
    visibility: hidden;
    overflow-y: auto;
}

.offcanvas__area::-webkit-scrollbar {
    width: 5px;
}

.offcanvas__area::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsl(var(--black)/0.1);
}

.offcanvas__area::-webkit-scrollbar-thumb {
    background: hsl(var(--base)/0.7);
}

.offcanvas__area::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--base));
}

.offcanvas__area.active {
    left: 0;
    visibility: visible;
}

.offcanvas__area .offcanvas__topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/0.06);
}

.offcanvas__area .offcanvas__topbar a img {
    width: 140px;
}

.offcanvas__area .offcanvas__main {
    padding-top: 4px;
}

.offcanvas__area .offcanvas__topbar .menu__close {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: hsl(var(--heading-color));
    background-color: hsl(var(--base) / 0.06);
    font-size: 20px;
    border-radius: 10px;
    transition: 0.3s;
    flex-shrink: 0;
}

.menu__close-lines {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    position: relative;
}

.menu__close-lines span {
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: hsl(var(--heading-color));
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu__close-lines span:first-child {
    transform: rotate(45deg);
}

.menu__close-lines span:last-child {
    transform: rotate(-45deg);
}

.offcanvas__area .offcanvas__topbar .menu__close:hover {
    background-color: hsl(var(--base) / 0.12);
    color: hsl(var(--base));
}

.offcanvas__area .offcanvas__topbar .menu__close:hover .menu__close-lines span {
    background-color: hsl(var(--base));
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: hsl(var(--heading-color));
    border-bottom: 1px solid hsl(var(--black)/0.06);
    padding: 14px 0;
    transition: 0.3s;
    letter-spacing: 0.01em;
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li a:hover,
.offcanvas__area .offcanvas__main .offcanvas__menu ul li a.active {
    color: hsl(var(--base));
    padding-left: 6px;
}

.offcanvas__area .offcanvas__main .offcanvas__widgets {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/0.06);
}

/* ======================  Offcanvas Section End  ======================*/
/* ======================  Header Section Start  ======================*/
.header__area {
    padding: 7px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 8;
    transform: translateY(0);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
    will-change: transform;
    backface-visibility: hidden;
}

.header__area.fixed-header {
    position: fixed;
    top: 0px;
    animation: slide-down 0.42s cubic-bezier(0.16, 1, 0.3, 1) both;
    width: 100%;
}

.header__area.fixed-header .header__main {
    box-shadow: 0 18px 48px hsl(var(--base-two)/0.12);
    backdrop-filter: blur(24px);
}

.header__area .header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 66px;
    padding: 5px 10px 5px 18px;
    border: 1px solid hsl(var(--base)/0.55);
    border-radius: 40px;
    background: hsl(var(--white));
    box-shadow: 0 16px 42px hsl(var(--base-two)/0.08);
    position: relative;
    backdrop-filter: blur(20px);
    transition: background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease;
    will-change: backdrop-filter;
}

.header__area .header__main .menu__open {
    display: none;
    cursor: pointer;
    padding: 8px;
    transition: 0.3s;
}

.menu__open-lines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 24px;
    height: 24px;
}

.menu__open-lines span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: hsl(var(--heading-color));
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu__open:hover .menu__open-lines span {
    background-color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
    .header__area .header__main .menu__open {
        display: block;
    }
}

.header__area .header__logo {
    flex: 0 0 auto;
}

.header__area .header__logo a {
    display: inline-flex;
    align-items: center;
}

.header__area .header__logo a img {
    max-width: 192px;
    width: 100%;
}

.header__area .header__menu {
    flex: 1 1 auto;
}

@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: 40px;
}

@media screen and (max-width: 1199px) {
    .header__area .header__menu ul {
        gap: 28px;
    }
}

.header__area .header__menu ul li a {
    color: #2f3748;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 0;
    position: relative;
    background: linear-gradient(95deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #2f3748;
    transition: -webkit-text-fill-color 0.3s ease;
}

@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 {
    -webkit-text-fill-color: transparent;
}

.header__area .header__menu ul li a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 6px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(95deg, hsl(var(--base)), hsl(var(--base-two)));
}

.header__area .header__widgets {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    flex: 0 0 auto;
}

@media screen and (max-width: 1199px) {
    .header__area .header__widgets {
        gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .header__area .header__widgets {
        display: none;
    }
}

.header__area .header__login .btn {
    min-height: 52px;
    padding: 15px 22px;
    border-radius: 28px !important;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
}

.language__item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.language__item img {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    object-fit: cover;
}

.language__item p {
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}

.language__item:hover p {
    color: hsl(var(--white));
}

.offcanvas__area .language__item:hover p {
    color: hsl(var(--heading-color));
}

.offcanvas__area .offcanvas__main .offcanvas__widgets .dropdown-menu {
    border: 1px solid hsl(var(--black)/0.08);
    box-shadow: 0 8px 24px hsl(var(--black)/0.1);
    border-radius: 10px;
    padding: 6px;
    margin-top: 8px;
}

.offcanvas__area .offcanvas__main .offcanvas__widgets .dropdown-menu .dropdown-item {
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    color: hsl(var(--heading-color));
}

.offcanvas__area .offcanvas__main .offcanvas__widgets .dropdown-menu .dropdown-item:hover {
    background: hsl(var(--base) / 0.06);
    color: hsl(var(--base));
}

.header__widgets .dropdown-toggle {
    min-height: 52px;
    min-width: 153px;
    padding: 12px 18px;
    border: 1px solid hsl(var(--base));
    border-radius: 28px;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(95deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header__widgets .dropdown-toggle::after {
    display: none;
}

.header__widgets .dropdown-toggle .language__item::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #2f3748;
    border-bottom: 2px solid #2f3748;
    margin-left: 2px;
    transform: rotate(45deg) translateY(-2px);
}

.header__widgets .dropdown-toggle .language__item p {
    color: #4b5563;
    font-size: 15px;
    font-weight: 600;
}

.header__widgets .dropdown-toggle .language__item:hover p {
    color: hsl(var(--heading-color));
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -24px, 0);
        transform: translate3d(0, -24px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.header__top__content {
    padding: 12px;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.search__bar {
    display: flex;
    gap: 12px;
    align-items: center;
}

.header__info {
    font-size: 14px;
    font-weight: 400;
    color: hsl(var(--black));
    display: flex;
    gap: 10px;
    align-items: center;
}

/* --- Mobile Header (<=991px) --- */
@media screen and (max-width: 991px) {
    .header__area {
        padding: 0;
    }
    .header__area .header__main {
        min-height: 60px;
        padding: 4px 12px 4px 16px;
        border-radius: 30px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 575px) {
    .header__area .header__main {
        min-height: 56px;
        padding: 4px 10px 4px 14px;
        gap: 12px;
        border-radius: 30px;
        margin-top: 15px;
    }
}

/* ======================  Header Section End  ======================*/
/* ======================  Footer Section Start  ======================*/
.footer__logo {
    margin-bottom: 24px;
}

.footer__text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.footer__dot {
    height: 8px;
    width: 8px;
    background: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two)));
    border-radius: 50%;
}

.footer__widget-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 767px) {
    .footer__widget-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.footer__widget-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 575px) {
    .footer__widget-list li a {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.footer__widget-list li a:hover {
    color: hsl(var(--base));
}

.footer__desc {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.footer__wrap {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
    .footer__wrap {
        padding-bottom: 40px;
    }
}

.footer__copy {
    padding: 24px 0;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.submit-btn {
    height: 54px;
    width: 64px;
    padding: 10px;
    border-radius: 0 8px 8px 0;
}

.footer__subscribe {
    display: flex;
    align-items: center;
    border: 1px solid hsl(var(--section-bg)/0.16);
    border-radius: 8px;
    background-color: hsl(var(--section-bg)/0.1);
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.footer__subscribe:focus-within {
    border-color: hsl(var(--base));
    background-color: hsl(var(--white));
    box-shadow: 0 0 0 4px hsl(var(--base)/0.1);
}

.footer .form-control {
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    background-color: transparent;
    border: 0 !important;
}

.footer .form-control:focus {
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}

/* ======================  Footer Section End  ======================*/
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    transition: 0.35s ease;
    cursor: pointer;
    transform: translateY(16px) scale(0.85);
    opacity: 0;
    visibility: hidden;
    isolation: isolate;
    overflow: hidden;
    background: conic-gradient(from 180deg, hsl(var(--base)), hsl(var(--base-two)), hsl(var(--base)));
    border: 0;
    border-radius: 16px 16px 16px 4px;
    box-shadow: 0 14px 32px hsl(var(--base)/0.28);
}

.scroll-top::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: conic-gradient(from 180deg, hsl(var(--base)), hsl(var(--base-two)), hsl(var(--base)));
    animation: scrollTopSpin 4s linear infinite;
}

.scroll-top::after {
    content: "";
    position: absolute;
    inset: 3px;
    z-index: 1;
    border-radius: 13px 13px 13px 3px;
    background: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two)));
}

.scroll-top i {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 1;
    filter: drop-shadow(0 4px 8px hsl(var(--black)/0.2));
    animation: scrollTopArrow 1.35s ease-in-out infinite;
}

.scroll-top:hover {
    color: hsl(var(--white));
    transform: translateY(-4px) scale(1);
    box-shadow: 0 18px 38px hsl(var(--base-two)/0.34);
}

.scroll-top.show {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
}

@keyframes scrollTopSpin {
    to {
        transform: rotate(1turn);
    }
}

@keyframes scrollTopArrow {

    0%,
    100% {
        transform: translateY(2px);
    }

    50% {
        transform: translateY(-3px);
    }
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ======================  Social Icon Section Start  ======================*/
.social__icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.social__icon.dark__social li a {
    background-color: hsl(var(--white)/0.15);
    color: hsl(var(--white));
}

.social__icon.dark__social li a:hover {
    background: linear-gradient(135deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    border-color: transparent;
    color: hsl(var(--white));
}

.social__icon li a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(var(--black)/0.2);
    color: hsl(var(--body-color));
    border-radius: 50%;
    transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
    font-size: 16px;
}

.social__icon li a:hover {
    background: linear-gradient(135deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    border-color: transparent;
    color: hsl(var(--white));
    transform: translateY(-2px);
}

/* ======================  Social Icon Section End  ======================*/
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    background: linear-gradient(135deg, hsl(var(--base)/0.03) 0%, hsl(var(--base-two)/0.05) 100%);
    position: relative;
    z-index: 1;
    padding: 150px 0 60px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 80px 0 40px;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb {
        padding: 120px 0 30px;
    }
}

.breadcrumb + * {
    margin-top: 40px;
}

.breadcrumb__br1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    user-select: none;
    pointer-events: none;
    opacity: 0.4;
}

.breadcrumb__br2 {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
    opacity: 0.4;
}

.breadcrumb__br3 {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
    opacity: 0.4;
}

.breadcrumb__shape0 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    user-select: none;
    pointer-events: none;
    opacity: 0.35;
}

.breadcrumb__shape1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    user-select: none;
    pointer-events: none;
    opacity: 0.35;
}

@media screen and (max-width: 575px) {
    .breadcrumb__shape1 {
        display: none;
    }
}

.breadcrumb__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3 !important;
    user-select: none;
    pointer-events: none;
    opacity: 0.4;
}

.breadcrumb__shape svg {
    width: 100%;
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    font-size: 36px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    margin-bottom: 16px;
    line-height: 1.2;
}

@media screen and (max-width: 575px) {
    .breadcrumb__title {
        font-size: 26px;
    }
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
}

.breadcrumb__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: hsl(var(--body-text));
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.25s ease;
}

.breadcrumb__link:hover {
    color: hsl(var(--base));
}

.breadcrumb__link svg {
    opacity: 0.7;
}

.breadcrumb__separator {
    display: flex;
    align-items: center;
    color: hsl(var(--body-text)/0.4);
}

.breadcrumb__current {
    color: hsl(var(--base));
    font-weight: 600;
    font-size: 15px;
}

/* ====================== 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(--section-bg) / 0.1) !important;
    border: 1px solid hsl(var(--black) / .08) !important;
    border-radius: 12px;
    height: auto;
    padding: 19px 30px 19px 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
    padding-right: 0;
    line-height: normal;
    color: hsl(var(--heading-color));
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-family: "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(--white));
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 8px;
    overflow: hidden;
}

.select2-search--dropdown {
    padding: 6px;
}

.select2-search--dropdown .select2-search__field {
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid hsl(var(--black)/0.1);
    background-color: hsl(var(--white)/0.2);
    border-radius: 8px;
}

.select2-results__option {
    padding: 10px 14px;
    user-select: none;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.select2-results__option:last-child {
    border-bottom: none;
}

.select2-container--default .select2-results>.select2-results__options {
    scrollbar-width: thin;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.select2-container--default .select2-results__option--selected {
    background-color: hsl(var(--base)/0.1);
    border-color: hsl(var(--base)/0.1);
}

.select2-results__option.select2-results__message {
    text-align: center;
}

/* ======================  Select2 Section End  ======================*/
.account__form__icon {
    color: hsl(var(--base));
}

.account__form__icon svg {
    height: 24px;
    width: 24px;
}

/* ======================  Blog Details Section Start  ======================*/
.search__box {
    position: relative;
    z-index: 1;
}

.search__box button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 54px;
    height: 48px;
    border-radius: 0 6px 6px 0;
    color: hsl(var(--white));
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
}

.search__box .form-control {
    height: 48px;
    padding: 14px 18px;
    padding-right: 64px;
    border-radius: 8px;
    font-size: 14px;
}

.blog__sidebar {
    position: sticky;
    top: 100px;
}

@media screen and (max-width: 991px) {
    .blog__sidebar {
        margin-top: 32px;
    }
}

.blog__sidebar__card {
    padding: 24px;
    border: 1px solid hsl(var(--black)/0.08);
    border-radius: 20px;
    background-color: hsl(var(--section-bg)/0.08);
}

.blog__sidebar__card:not(:last-child) {
    margin-bottom: 24px;
}

.recent__blog__title h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.recent__blog__title {
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    width: fit-content;
}

.recent__blog__single {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.recent__blog__single>a {
    width: 68px;
    height: 58px;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .recent__blog__single>a {
        width: 64px;
        height: 54px;
        border-radius: 5px;
    }
}

.recent__blog__single>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.recent__blog__single h6 {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.recent__blog__single h6 a {
    color: hsl(var(--heading-color));
}

.recent__blog__single h6 a:hover {
    color: hsl(var(--base));
}

.recent__blog__single p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
    color: hsl(var(--body-color));
}

.recent__blog__single:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(var(--black)/0.06);
}

.recent__blog__single:hover>a img {
    transform: scale(1.1);
}

.blog__sidebar__share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}

.blog__sidebar__share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid hsl(var(--black)/0.14);
    border-radius: 50%;
    color: hsl(var(--heading-color));
    font-size: 12px;
}

.blog__sidebar__share a:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.blog__details__content img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    .blog__details__content img {
        border-radius: 10px;
    }
}

.blog__date {
    margin-bottom: 16px;
}

.blog__date span i {
    color: hsl(var(--base));
}

.blog__date span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog__details__content h1 {
    font-size: 46px;
    font-weight: 700;
}

@media screen and (max-width: 1399px) {
    .blog__details__content h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .blog__details__content h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 991px) {
    .blog__details__content h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .blog__details__content h1 {
        font-size: 26px;
    }
}

.blog__details__content p {
    margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
    .blog__details__content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .blog__details__content p {
        margin-bottom: 16px;
    }
}

.blog__details__content ul,
.blog__details__content ol {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

@media screen and (max-width: 1199px) {

    .blog__details__content ul,
    .blog__details__content ol {
        font-size: 8px;
    }
}

@media screen and (max-width: 991px) {

    .blog__details__content ul,
    .blog__details__content ol {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1199px) {

    .blog__details__content ul li,
    .blog__details__content ol li {
        font-size: 14px;
    }
}

.blog__quote {
    background-color: hsl(var(--base)/0.1);
    border-radius: 0 10px 10px 0;
    padding: 32px 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    margin-left: 18px;
}

@media screen and (max-width: 991px) {
    .blog__quote {
        margin-bottom: 16px;
        padding: 22px 14px;
        border-radius: 0 6px 6px 0;
    }
}

.blog__quote::after {
    position: absolute;
    left: -8px;
    top: 0;
    width: 2px;
    height: 100%;
    content: "";
    z-index: 1;
    background-color: hsl(var(--base));
}

.blog__quote::before {
    position: absolute;
    left: -18px;
    top: 0;
    width: 7px;
    height: 100%;
    content: "";
    z-index: 1;
    background-color: hsl(var(--base));
}

.blog__quote p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    max-width: 95%;
}

@media screen and (max-width: 1199px) {
    .blog__quote p {
        font-size: 14px;
    }
}

.blog__quote span {
    position: absolute;
    right: 14px;
    top: 8px;
    z-index: -1;
    color: hsl(var(--base));
    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__image {
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 28px;
    margin-bottom: 60px;
}

.blog__details__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 28px;
}

.blog__details__content {
    min-width: 0;
}

.blog__details__title {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 16px;
}

.blog__details__text {
    font-size: 16px;
    margin-bottom: 40px;
}

.blog__details__point {
    margin-bottom: 40px;
}

.blog__details__point:nth-child {
    margin-bottom: 24px;
}

.blog__details__point__title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}

.blog__details__point__text {
    font-size: 16px;
    margin-bottom: 28px;
}

.blog__details__point__dot {
    height: 8px;
    width: 8px;
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    border-radius: 50%;
    flex-shrink: 0;
}

.blog__details__point ul {
    list-style: none;
    padding-left: 0;
}

.blog__details__point ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1399px) {
    .blog__details__image {
        height: 500px;
        margin-bottom: 52px;
        border-radius: 24px;
    }

    .blog__details__image img {
        border-radius: 22px;
    }

    .blog__details__title {
        font-size: 40px;
        line-height: 1.2;
    }

    .blog__details__point {
        margin-bottom: 36px;
    }

    .blog__details__point__title {
        font-size: 32px;
        line-height: 1.25;
    }
}

@media screen and (max-width: 1199px) {
    .blog__details__image {
        height: 430px;
        margin-bottom: 44px;
        border-radius: 22px;
    }

    .blog__details__image img {
        border-radius: 18px;
    }

    .blog__details__title {
        font-size: 34px;
    }

    .blog__details__text {
        margin-bottom: 34px;
    }

    .blog__details__point {
        margin-bottom: 34px;
    }

    .blog__details__point__title {
        font-size: 28px;
    }

    .blog__details__point__text {
        margin-bottom: 24px;
    }

    .blog__sidebar__card {
        padding: 20px;
        border-radius: 16px;
    }
}

@media screen and (max-width: 991px) {
    .blog__details.py-60 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog__details__image {
        height: 360px;
        margin-bottom: 36px;
        border-radius: 18px;
    }

    .blog__details__image img {
        border-radius: 14px;
    }

    .blog__details__title {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .blog__details__text {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 30px;
    }

    .blog__details__point {
        margin-bottom: 30px;
    }

    .blog__details__point__title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .blog__details__point__text {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 20px;
    }

    .blog__details__point ul {
        gap: 0;
    }

    .blog__details__point ul li {
        align-items: flex-start;
        line-height: 1.55;
    }

    .blog__sidebar {
        position: static;
        top: auto;
    }

    .blog__sidebar__card:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .blog__details.py-60 {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .blog__details__image {
        height: 300px;
        margin-bottom: 30px;
        border-radius: 16px;
    }

    .blog__details__image img {
        border-radius: 12px;
    }

    .blog__details__title {
        font-size: 26px;
    }

    .blog__details__point {
        margin-bottom: 26px;
    }

    .blog__details__point__title {
        font-size: 22px;
    }

    .blog__details__point ul li {
        gap: 10px;
        margin-bottom: 12px;
    }

    .blog__sidebar__card {
        padding: 18px;
        border-radius: 14px;
    }

    .recent__blog__single {
        gap: 10px;
    }

    .recent__blog__single>a {
        width: 62px;
        height: 52px;
    }
}

@media screen and (max-width: 424px) {
    .blog__details__image {
        height: 230px;
        margin-bottom: 26px;
    }

    .blog__details__title {
        font-size: 23px;
    }

    .blog__details__text {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .blog__details__point {
        margin-bottom: 24px;
    }

    .blog__details__point__title {
        font-size: 20px;
    }

    .blog__details__point__text {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .blog__details__point ul li {
        font-size: 14px;
    }

    .search__box button {
        width: 48px;
    }

    .search__box .form-control {
        padding-right: 56px;
    }

    .recent__blog__single>a {
        width: 58px;
        height: 50px;
    }

    .recent__blog__single h6 {
        font-size: 13px;
    }
}

@media screen and (max-width: 374px) {
    .blog__details__image {
        height: 200px;
        border-radius: 14px;
    }

    .blog__details__image img {
        border-radius: 10px;
    }

    .blog__details__title {
        font-size: 21px;
    }

    .blog__details__point__title {
        font-size: 19px;
    }

    .blog__details__point ul li {
        gap: 9px;
    }

    .blog__sidebar__card {
        padding: 16px;
    }
}

/* ======================  Blog Details Section End  ======================*/
/* ======================  Error Section Start  ======================*/
.error__main {
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error__main img {
    max-width: 230px;
    width: 100%;
    margin-bottom: 30px;
}

.error__main h2 {
    margin-bottom: 5px;
    font-size: 80px;
    line-height: 1;
}

.error__main h3 {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 1;
}

.error__main h4 {
    font-size: 24px;
    margin-bottom: 24px;
}

.error__main p {
    font-size: 16px;
    max-width: 500px;
    margin-bottom: 30px;
}

.error__main a {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    padding: 13px 20px;
}

.error__main a i {
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .error__main img {
        max-width: 170px;
        margin-bottom: 15px;
    }

    .error__main h2 {
        margin-bottom: 10px;
        font-size: 50px;
    }

    .error__main h3 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .error__main h4 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .error__main p {
        font-size: 14px;
        max-width: 440px;
    }
}

/* ======================  Error Section End  ======================*/
/* ======================  Banner Section Start  ======================*/
.banner__content {
    max-width: 650px;
}

@media screen and (max-width: 991px) {
    .banner__content {
        margin-bottom: 40px;
    }
}

.banner__subtitle {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    padding: 7px 16px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 12px 35px hsl(var(--base-two)/0.08);
    -webkit-background-clip: padding-box, border-box;
}

.banner__subtitle span {
    background: linear-gradient(95deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
    .banner__subtitle {
        font-size: 14px;
        white-space: normal;
        line-height: 1.35;
    }
}

.banner__title {
    max-width: 620px;
    margin-bottom: 24px;
    color: hsl(var(--heading-color));
    font-size: 54px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
}

@media screen and (max-width: 1399px) {
    .banner__title {
        font-size: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .banner__title {
        font-size: 44px;
    }
}

@media screen and (max-width: 767px) {
    .banner__title {
        font-size: 34px;
        line-height: 1.22;
    }
}

.banner__desc {
    max-width: 570px;
    margin-bottom: 34px;
    color: #667085;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
}

.banner__button {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.banner__button .btn {
    min-height: 56px;
    padding: 17px 21px;
    font-size: 16px;
    font-weight: 700;
}

.text__bold {
    font-weight: 700 !important;
    display: inline;
}

.text-gradient {
    display: inline;
    background: linear-gradient(95deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ======================  Banner Section End  ======================*/
/* =========================== Banner Section Start Here ========================= */
.banner {
    padding-top: 185px;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .banner {
        padding-top: 136px;
    }
}

.banner__right1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.banner__right2 {
    position: absolute;
    top: 129px;
    right: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.banner__right3 {
    position: absolute;
    top: 0;
    right: 40px;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.banner__left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.banner__left__shape {
    position: absolute;
    left: 0;
    top: 256px;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.banner__content {
    max-width: 650px;
}

.banner__subtitle {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    padding: 7px 16px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 12px 35px hsl(var(--base-two)/0.08);
    -webkit-background-clip: padding-box, border-box;
}

.banner__subtitle span {
    background: linear-gradient(95deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
    .banner__subtitle {
        font-size: 14px;
        white-space: normal;
        line-height: 1.35;
    }
}

.banner__title {
    max-width: 620px;
    margin-bottom: 24px;
    color: hsl(var(--heading-color));
    font-size: 54px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
}

@media screen and (max-width: 1399px) {
    .banner__title {
        font-size: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .banner__title {
        font-size: 44px;
    }
}

@media screen and (max-width: 767px) {
    .banner__title {
        font-size: 34px;
        line-height: 1.22;
    }
}

.banner__desc {
    max-width: 570px;
    margin-bottom: 34px;
    color: #667085;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
}

.banner__button {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.banner__button .btn {
    min-height: 56px;
    padding: 17px 21px;
    font-size: 16px;
    font-weight: 700;
}

.banner-section {
    position: relative;
    z-index: 1;
    padding: 180px 0 130px;
    background: -webkit-gradient(linear, left top, right top, from(#e9f6fb), to(#eef5ff));
    background: linear-gradient(90deg, #e9f6fb 0%, #eef5ff 100%);
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .banner-section {
        padding: 170px 0 110px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding: 140px 0 70px;
    }
}

/* ===================== Banner Content ===================== */
.banner-content {
    max-width: 650px;
}

.banner-content__chip {
    display: inline-block;
    border: 1px solid hsl(var(--base-two)/0.45);
    border-radius: 999px;
    padding: 8px 16px;
    font-weight: 700;
    background: hsl(var(--white)/0.65);
    color: hsl(var(--base));
    margin-bottom: 16px;
}

.banner-content__title {
    line-height: 1.1;
    color: hsl(var(--heading-color));
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 50px;
}

@media screen and (max-width: 1399px) {
    .banner-content__title {
        font-size: 40px;
        max-width: 500px;
    }
}

.banner-content__title strong {
    font-weight: 700;
    color: #1f2937;
}

.banner-content__title span {
    color: hsl(var(--base));
    font-weight: 400;
    background: linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline;
}

.banner-content__desc {
    max-width: 580px;
    font-size: 16px;
}

.banner-content__button {
    margin-top: 34px;
}

/* ===================== Payment Card ===================== */
.payment-card {
    position: relative;
    border-radius: 22px;
    padding: 28px 26px 26px;
    max-width: 320px;
    width: 100%;
    /* =================== PRIMARY CARD (Gradient Background) =================== */
    /* =================== SECONDARY CARD (White Background) =================== */
}

.payment-card__top {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
}

.payment-card__top img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.payment-card__badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two)));
    color: hsl(var(--white));
    position: absolute;
    right: -4px;
    bottom: 4px;
    font-size: 11px;
    border: 2px solid hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-card h4 {
    margin: 16px 0 4px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.payment-card .role {
    font-size: 0.95rem;
    margin-bottom: 0;
    font-weight: 400;
}

.payment-card__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    margin: 14px 0 0;
    list-style: none;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}

.payment-card__social li {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid currentColor;
    display: grid;
    place-items: center;
    font-size: 13px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.payment-card .message {
    padding-top: 14px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    border-top: 1px solid currentColor;
}

.payment-card h5 {
    margin: 16px 0 18px;
    font-size: 20px;
    font-weight: 600;
}

.payment-card__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 14px 20px;
    border: 1.5px solid currentColor;
    font-weight: 700;
    font-size: 1rem;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    width: 100%;
    text-align: center;
}

.payment-card--primary {
    background: linear-gradient(135deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 60%, hsl(var(--base-two)) 100%);
    color: hsl(var(--white));
}



.payment-card--primary::after {
    content: "$";
    position: absolute;
    top: -27px;
    right: -17px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid transparent;

    background:
        linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box,
        linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;

    color: hsl(var(--base-two));
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

@media screen and (max-width: 424px) {
    .payment-card--primary::after {
        top: -20px;
        right: -10px;
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

.payment-card--primary__top img,
.payment-card--primary .payment-card__top img {
    border: 3px solid hsl(var(--white));
}

.payment-card--primary h4 {
    color: hsl(var(--white));
}

.payment-card--primary .role {
    color: rgba(255, 255, 255, 0.8);
}

.payment-card--primary .payment-card__social {
    border-top-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    color: hsl(var(--white));
}

.payment-card--primary .payment-card__social li {
    border-color: rgba(255, 255, 255, 0.55);
    color: hsl(var(--white));
}

.payment-card--primary .payment-card__social li:hover {
    background: rgba(255, 255, 255, 0.18);
}

.payment-card--primary .message {
    color: rgba(255, 255, 255, 0.88);
    border-top-color: rgba(255, 255, 255, 0.3);
}

.payment-card--primary h5 {
    color: hsl(var(--white));
}

.payment-card--primary h5 span {
    color: hsl(var(--white));
}

.payment-card--primary .payment-card__btn {
    border-color: rgba(255, 255, 255, 0.7);
    color: hsl(var(--white));
    background: transparent;
}

.payment-card--primary .payment-card__btn:hover {
    background: rgba(255, 255, 255, 0.18);
}

.payment-card--secondary {
    background: hsl(var(--white));
    color: #4b5563;
    -webkit-box-shadow: 0 8px 40px rgba(99, 102, 241, 0.1), 0 2px 12px rgba(14, 165, 164, 0.06);
    box-shadow: 0 8px 40px rgba(99, 102, 241, 0.1), 0 2px 12px rgba(14, 165, 164, 0.06);
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.payment-card--secondary .payment-card__top img {
    border: 3px solid transparent;
    background-clip: padding-box;
    outline: 3px solid #0ea5a4;
    outline-offset: 1px;
}

.payment-card--secondary h4 {
    font-size: 1.75rem;
    background: linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.payment-card--secondary .role {
    color: #6b7280;
}

.payment-card--secondary .payment-card__social {
    border-top-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    color: #4b5563;
}

.payment-card--secondary .payment-card__social li {
    border-color: rgba(0, 0, 0, 0.18);
    color: #4b5563;
}

.payment-card--secondary .payment-card__social li:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--base));
}

.payment-card--secondary .message {
    color: #4b5563;
    border-top-color: rgba(0, 0, 0, 0.1);
}

.payment-card--secondary h5 {
    color: #4b5563;
}

.payment-card--secondary h5 span {
    background: linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.payment-card--secondary .payment-card__btn {
    background: transparent;
    color: #1f2937;
    border: 1.5px solid transparent;
    background-image: linear-gradient(hsl(var(--white)), hsl(var(--white))), linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two)));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.payment-card--secondary .payment-card__btn:hover {
    background-image: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two))), linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two)));
    color: hsl(var(--white));
}

/* ===================== Banner Card Scroll Strip ===================== */
.banner-card {
    position: relative;
}

.banner-card.is-looping .banner-card__card {
    -webkit-transition: 0.7s cubic-bezier(0.33, 0, 0.16, 1);
    transition: 0.7s cubic-bezier(0.33, 0, 0.16, 1);
}

.banner-card__card {
    position: absolute;
}

.banner-card__card-placeholder {
    visibility: hidden;
}

@media (min-width: 480px) {

    .banner-card__card,
    .banner-card__card-placeholder {
        max-width: 100%;
    }
}

/* =========================== Banner Section End Here ========================= */
/* ======================  Dashboard Section Start  ======================*/
.dashboard__wrap {
    padding-left: 275px;
}

@media screen and (max-width: 991px) {
    .dashboard__wrap {
        padding-left: 0;
    }
}

.dashboard__wrapper {
    padding: 24px;
}

.dashboard__sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 275px;
    height: 100vh;
    z-index: 2;
    background-color: hsl(var(--heading-color));
    overflow-y: auto;
    scrollbar-width: none;
}

@media screen and (max-width: 991px) {
    .dashboard__sidebar {
        background-color: hsl(var(--heading-color));
        left: -100%;
        z-index: 13;
        transition: 0.3s;
    }

    .dashboard__sidebar.active {
        left: 0;
    }
}

.dashboard__logo a {
    display: block;
    text-align: center;
}

.dashboard__logo a img {
    width: 100%;
    max-width: 175px;
}

.dashboard__logo {
    padding: 32px 24px;
}

.sidebar__close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: hsl(var(--danger));
    width: 30px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    cursor: pointer;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .sidebar__close {
        display: flex;
    }
}

.sidebar__open {
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
    display: none;
}

@media screen and (max-width: 991px) {
    .sidebar__open {
        display: block;
    }
}

.sidebar__open:hover {
    color: hsl(var(--base));
}

.dashboard__menu ul {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding-right: 14px;
    overflow: hidden;
}

.dashboard__menu ul li a {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    color: hsl(var(--white)/0.76);
    border-radius: 0 4px 4px 0;
    position: relative;
    z-index: 1;
    transition: 0.4s;
}

.dashboard__menu ul li a::after {
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    content: "";
    z-index: -1;
    background-color: hsl(var(--white));
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.dashboard__menu ul li a:hover {
    background-color: hsl(var(--base)/0.3);
    color: hsl(var(--white));
}

.dashboard__menu ul li a:hover::after {
    opacity: 0.3;
    visibility: visible;
    left: -8px;
}

.dashboard__menu ul li a.active {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.dashboard__menu ul li a.active::after {
    opacity: 1;
    visibility: visible;
    left: -8px;
}

.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: 24px;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .dashboard__header {
        flex-direction: column;
        gap: 24px;
    }

    .dashboard__header .search__box {
        width: 100%;
    }
}

.dashboard__header h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .dashboard__header h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard__header h2 {
        font-size: 18px;
    }
}

.dashboard__header__widgets {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}

@media screen and (max-width: 991px) {
    .dashboard__header__widgets {
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard__header__widgets {
        width: 100%;
        justify-content: flex-end;
        gap: 14px;
    }

    .dashboard__header__widgets .upload__file {
        margin-right: auto;
    }
}

.upload__file__sb {
    display: none;
}

@media screen and (max-width: 470px) {
    .upload__file__sb {
        display: block;
    }

    .upload__file {
        display: none !important;
    }

    .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(--base)/0.15);
    border-radius: 15px;
    color: hsl(var(--base));
    font-size: 26px;
    transition: 0.3s;
}

.notification__btn:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.profile__dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile__dropdown span {
    font-weight: 500;
}

.notification__count {
    position: absolute;
    right: -6px;
    top: -10px;
    z-index: 2;
    background-color: hsl(var(--base));
    line-height: 1;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: hsl(var(--white));
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid hsl(var(--white));
}

.profile__dropdown img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 9px;
    border: 4px 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;
}

.notification__wrap {
    width: 250px;
    padding: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid hsl(var(--base)/0.3);
}

.notification__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 6px;
}

.notification__footer {
    padding-top: 6px;
}

.notification__header h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.notification__body a {
    padding: 8px 12px;
    color: hsl(var(--body-color));
    background-color: hsl(var(--base)/0.06);
    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 {
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notification__body a span {
    color: hsl(var(--black)/0.4);
    font-size: 12px;
    margin-top: -4px;
    transition: 0.2s;
}

.notification__body a:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.notification__body a:hover p {
    color: hsl(var(--white));
}

.notification__body a:hover span {
    color: hsl(var(--white)/0.5);
}

.notification__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dashboard__card {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.dashboard__card:hover {
    transform: translateY(-5px);
}

.dc__img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
    user-select: none;
    pointer-events: none;
    max-width: 80px;
}

@media screen and (max-width: 1399px) {
    .dc__img {
        max-width: 60px;
    }
}

.dashboard__card h5 {
    font-weight: 600;
}

.dashboard__card p {
    font-size: 32px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .dashboard__card p {
        font-size: 28px;
    }
}

/* ================================= Wallet Card Start =========================== */
.wallet__card {
    background-color: hsl(var(--white));
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.wallet__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid hsl(var(--base) / 0.1);
}

.wallet__heading__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
}

.wallet__heading__desc {
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--body-color));
}

.wallet__heading__icon {
    height: 48px;
    width: 48px;
    min-width: 48px;
    background-color: hsl(var(--base) / 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.wallet__heading__icon img {
    max-width: 28px;
    max-height: 28px;
}

.wallet__body {
    padding: 0 24px 20px;
}

.wallet__body__subtitle {
    font-size: 14px;
    font-weight: 400;
    color: hsl(var(--body-color));
    margin-bottom: 4px;
}

.wallet__body__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.wallet__footer {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0 24px 24px;
}

.wallet__footer .btn {
    flex: 1;
    padding: 10px 12px;
    font-size: 14px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.wallet__footer .btn-outline--dark {
    border-color: hsl(var(--black) / 0.2);
}

.wallet-tab {
    gap: 8px;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 0;
}

.wallet-tab .nav-link {
    background: transparent;
    color: hsl(var(--body-color));
    font-weight: 600;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 12px 12px 0 0;
    border: 1px solid transparent;
    border-bottom: none;
    margin-bottom: -1px;
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wallet-tab .nav-link i {
    font-size: 18px;
}

.wallet-tab .nav-link:hover {
    color: hsl(var(--base));
    background: hsl(var(--base) / 0.05);
}

.wallet-tab .nav-link.active {
    color: hsl(var(--base));
    background: hsl(var(--white));
    border-color: hsl(var(--border-color));
    border-bottom-color: hsl(var(--white));
}
/* ================================= Wallet Card End =========================== */

.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: 10px;
}

@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: 1199px) {
    .table__topbar__right .btn.filter__btn {
        font-size: 14px;
        padding: 18px 20px;
    }
}

.table__topbar__right .search__box .form-control {
    padding: 15px 16px;
    padding-right: 44px;
}

@media screen and (max-width: 767px) {
    .table__topbar__right .search__box .form-control {
        width: 100%;
    }
}

.btn.open__ticket {
    font-size: 14px;
    padding: 18px 20px;
    white-space: nowrap;
}

.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;
}

.dashboard .form-control {
    padding: 17px;
    border-color: hsl(var(--black)/0.12);
}

.dashboard .select2-container--default .select2-selection--single {
    border-color: hsl(var(--black)/0.12);
    padding: 17px 30px 17px 14px;
}

.dashboard .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
}

.dashboard .form-control[type=file] {
    padding: 0;
}

.dashboard .input-group {
    border-color: hsl(var(--black)/0.12);
}

/* ======================  Dashboard Section End  ======================*/
/* ======================  Profile Section Start  ======================*/
.profile__upload input {
    display: none;
}

.profile__upload label {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
}

.profile__upload label img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile__upload label i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    background-color: hsl(var(--black)/0.5);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.profile__upload label:hover i {
    opacity: 1;
    visibility: visible;
}

.profile__wr {
    text-align: center;
    background-color: hsl(var(--base)/0.02);
    border: 1px solid hsl(var(--base)/0.2);
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
}

.profile__wr h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.profile__menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.profile__contact p {
    display: flex;
    align-items: center;
    gap: 8px;
    color: hsl(var(--black)/0.6);
    margin-bottom: 4px;
}

.profile__contact a {
    font-weight: 600;
    color: hsl(var(--heading-color));
    display: block;
}

.profile__contact span {
    font-weight: 600;
    color: hsl(var(--heading-color));
    display: block;
    max-width: 280px;
}

.profile__left ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (max-width: 1199px) {
    .profile__left ul {
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .profile__left ul li {
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .profile__left ul li {
        flex: unset;
    }
}

.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  ======================*/
/* ======================  Brand Section Start  ======================*/
.brand__area {
    overflow: hidden;
    width: 100%;
}

.slide-transition {
    transition-timing-function: linear;
}

.brand__slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.brand__slider {
    padding-inline: 48px;
}

.brand__slider .swiper-slide img {
    width: auto;
    max-width: 170px;
    max-height: 38px;
    object-fit: contain;
}

.brand__wrap {
    background-color: hsl(var(--section-bg)/0.1);
    border-top: 1px solid hsl(var(--border-color)/0.5);
    border-bottom: 1px solid hsl(var(--border-color)/0.5);
    backdrop-filter: blur(10px);
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .brand__wrap {
        padding: 0;
    }

    .brand__slider {
        padding-inline: 20px;
    }

    .brand__slider .swiper-slide {
        height: 84px;
    }

    .brand__slider .swiper-slide img {
        max-width: 130px;
        max-height: 32px;
    }
}

/* ======================  Brand Section End  ======================*/
/* ======================  Features Section Start  ======================*/
.feature .section-heading__subtitle {
    align-items: center;
    border: 1px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--black)/0.58);
}

.feature__card {
    background: linear-gradient(hsl(var(--section-bg)/0.2), hsl(var(--section-bg)/0.2)) padding-box, linear-gradient(hsl(var(--section-bg)/0.01), hsl(var(--section-bg)/0.01)) border-box;
    padding: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .feature__card {
        padding: 20px;
    }
}

.feature__card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two)));
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.feature__card:hover::before {
    opacity: 1;
}

.feature__card__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
    .feature__card__title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 424px) {
    .feature__card__title {
        font-size: 20px;
    }
}

.feature__card__desc {
    font-size: 16px;
    font-weight: 400;
}

.feature__card__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.feature__card__icon {
    height: 80px;
    width: 80px;
    background: linear-gradient(135deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    color: hsl(var(--white));
}

/* ======================  Features Section End  ======================*/
/* ======================  How-it-work Section Start  ======================*/
.how-it-work {
    background-color: hsl(var(--section-bg)/0.08);
    position: relative;
    z-index: 1;
    overflow: visible;
}

.how-it-work .section-heading__subtitle {
    align-items: center;
    border: 2px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--black)/0.58);
}

.how-it-work__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.how-it-work__main {
    margin-top: 108px;
    position: relative;
    z-index: 1;
}

.how-it-work__main2 {
    margin-top: 18px;
}

.how-it-work__wrap {
    position: relative;
    z-index: 1;
    margin-inline: auto;
    overflow: visible;
}

.how-it-work__wrap__shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
    pointer-events: none;
}

.how-it-work__wrap__shape svg {
    display: block;
    overflow: visible;
}

.how-it-work__item {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s;
}

.how-it-work__item:hover .how-it-work__icon {
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    border-color: transparent;
}

.how-it-work__item:hover .how-it-work__icon svg {
    color: hsl(var(--white)) !important;
}

.how-it-work__item:hover .how-it-work__icon svg path,
.how-it-work__item:hover .how-it-work__icon svg rect,
.how-it-work__item:hover .how-it-work__icon svg circle {
    stroke: hsl(var(--white));
}

.how-it-work__item:hover .how-it-work__icon svg path[fill]:not([fill=none]),
.how-it-work__item:hover .how-it-work__icon svg rect[fill]:not([fill=none]),
.how-it-work__item:hover .how-it-work__icon svg circle[fill]:not([fill=none]) {
    fill: hsl(var(--white));
}

.how-it-work__item:last-child {
    margin-bottom: 0;
}

.how-it-work__main .how-it-work__item {
    justify-content: flex-end;
    text-align: right;
    padding-right: 12px;
    margin-bottom: 51px;
}

.how-it-work__main .how-it-work__item.item1 {
    position: relative;
    right: 0;
    top: 6px;
    z-index: 1;
}

.how-it-work__main .how-it-work__item.item2 {
    position: relative;
    top: 18px;
    right: 0;
    z-index: 1;
}

.how-it-work__main .how-it-work__item.item3 {
    position: relative;
    top: 32px;
    right: 0;
    z-index: 1;
}

.how-it-work__main2 .how-it-work__item {
    padding-left: 4px;
    margin-bottom: 53px;
}

.how-it-work__main2 .how-it-work__item.item1 {
    position: relative;
    left: 0;
    top: 0px;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .how-it-work__main2 .how-it-work__item.item1 {
        background-color: hsl(var(--section-bg)/0.1);
    }
}

.how-it-work__main2 .how-it-work__item.item2 {
    position: relative;
    left: 0;
    top: 12px;
    z-index: 1;
}

.how-it-work__main2 .how-it-work__item.item3 {
    position: relative;
    left: 0;
    top: 23px;
    z-index: 1;
}

.how-it-work__icon {
    height: 64px;
    width: 64px;
    background: hsl(var(--section-bg)/0.3);
    border: 1px solid hsl(var(--black)/0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
    transition: 0.3s;
}

.how-it-work__icon svg {
    width: 34px;
    height: 34px;
}

.how-it-work__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.how-it-work__icon svg path {
    stroke: hsl(var(--black)/0.55);
    transition: 0.3s;
}

.how-it-work__subtitle {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    background: linear-gradient(163deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4px;
}

.how-it-work__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 6px;
}

.how-it-work__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
    color: hsl(var(--black)/0.62);
}

@media screen and (max-width: 991px) {
    .how-it-work__wrap__shape {
        display: none;
    }

    .how-it-work__wrap {
        margin-top: 0px;
    }

    .how-it-work__wrap>.row {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
        margin-inline: 0;
    }

    .how-it-work__wrap>.row>[class*=col-] {
        display: contents;
    }

    .how-it-work__main,
    .how-it-work__main2 {
        display: contents;
        margin-top: 0;
    }

    .how-it-work__main {
        margin-bottom: 0;
    }

    .how-it-work__main .how-it-work__item,
    .how-it-work__main2 .how-it-work__item {
        justify-content: flex-start;
        text-align: left;
        gap: 18px;
        min-height: 136px;
        padding: 22px;
        margin-bottom: 0;
        background: hsl(var(--section-bg)/0.1);
        border: 1px solid hsl(var(--black)/0.06);
        border-radius: 20px;
        inset: auto;
        top: auto;
        right: auto;
        left: auto;
    }

    .how-it-work__main .how-it-work__item {
        flex-direction: row-reverse;
    }

    .how-it-work__main2 .item1 {
        order: 1;
    }

    .how-it-work__main .item1 {
        order: 2;
    }

    .how-it-work__main2 .item2 {
        order: 3;
    }

    .how-it-work__main .item2 {
        order: 4;
    }

    .how-it-work__main2 .item3 {
        order: 5;
    }

    .how-it-work__main .item3 {
        order: 6;
    }

    .how-it-work__content {
        min-width: 0;
    }

    .how-it-work__icon {
        width: 58px;
        height: 58px;
    }

    .how-it-work__subtitle {
        font-size: 21px;
        margin-bottom: 2px;
    }

    .how-it-work__title {
        font-size: 24px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 767px) {
    .how-it-work__wrap {
        margin-top: 0px;
    }

    .how-it-work__wrap>.row {
        gap: 16px;
    }

    .how-it-work__item {
        gap: 14px;
        min-height: auto;
        padding: 18px;
    }

    .how-it-work__icon {
        width: 52px;
        height: 52px;
    }

    .how-it-work__icon svg {
        width: 30px;
        height: 30px;
    }

    .how-it-work__icon img {
        width: 30px;
        height: 30px;
    }

    .how-it-work__subtitle {
        font-size: 20px;
    }

    .how-it-work__title {
        font-size: 23px;
    }

    .how-it-work__desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 424px) {
    .how-it-work__wrap>.row {
        gap: 14px;
    }

    .how-it-work__main .how-it-work__item,
    .how-it-work__main2 .how-it-work__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 18px 16px;
        text-align: left;
    }

    .how-it-work__icon {
        order: -1;
        align-self: flex-start;
        width: 48px;
        height: 48px;
        margin-top: 3px;
    }

    .how-it-work__icon svg {
        width: 28px;
        height: 28px;
    }

    .how-it-work__icon img {
        width: 28px;
        height: 28px;
    }

    .how-it-work__content {
        order: 1;
    }

    .how-it-work__subtitle {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .how-it-work__title {
        font-size: 22px;
        line-height: 1.18;
        margin-bottom: 8px;
    }

    .how-it-work__desc {
        font-size: 15px;
        line-height: 1.55;
    }
}

.how-it-work__main .how-it-work__item {
    margin-top: 0;
}

.how-it-work .section-heading {
    max-width: 815px;
}

/* ======================  How-it-work Section End  ======================*/
/* ======================  Accept-payment Section Start  ======================*/
.accept-payment .section-heading {
    max-width: 760px;
    margin-left: 0;
    margin-bottom: 34px;
}

.accept-payment {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.accept-payment .section-heading__subtitle {
    align-items: center;
    border: 1px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--black)/0.58);
}

.accept-payment .section-heading__title {
    max-width: 730px;
    margin-bottom: 26px;
    font-size: 48px;
    line-height: 1.2;
}

@media screen and (max-width: 991px) {
    .accept-payment .section-heading__title {
        font-size: 36px;
    }
}

@media screen and (max-width: 575px) {
    .accept-payment .section-heading__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 424px) {
    .accept-payment .section-heading__title {
        font-size: 24px;
    }
}

.accept-payment .section-heading__desc {
    max-width: 665px;
    font-size: 18px;
    line-height: 1.55;
    color: hsl(var(--black)/0.62);
}

@media screen and (max-width: 991px) {
    .accept-payment .section-heading__desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .accept-payment .section-heading__desc {
        font-size: 14px;
    }
}

.accept-payment__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.accept-payment__thunb {
    position: relative;
    z-index: 1;
}

.accept-payment__image {
    height: 60px;
    width: 60px;
    --icon-x: -50%;
    --icon-y: -50%;
    --move-x: 0px;
    --move-y: -10px;
    animation: acceptIconMove 4s ease-in-out infinite;
    will-change: transform;
}

.accept-payment__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.icon1 {
    position: absolute;
    left: 45%;
    top: 8%;
    transform: translate(-50%, -50%);
    --move-y: -12px;
    animation-delay: 0s;
}

@media screen and (max-width: 1199px) {
    .icon1 {
        left: 66%;
        top: 9%;
    }
}

.icon2 {
    position: absolute;
    left: 9%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    --move-x: -12px;
    --move-y: 0px;
    animation-delay: -0.5s;
}

.icon3 {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    --move-x: 12px;
    --move-y: 0px;
    animation-delay: -1s;
}

@media screen and (max-width: 1399px) {
    .icon3 {
        right: -10%;
    }
}

@media screen and (max-width: 1199px) {
    .icon3 {
        right: -30%;
    }
}

.icon4 {
    position: absolute;
    right: 41%;
    top: 90%;
    transform: translate(-50%, -50%);
    z-index: 1;
    --move-y: 12px;
    animation-delay: -1.5s;
}

@media screen and (max-width: 1199px) {
    .icon4 {
        right: 16%;
        top: 89%;
    }
}

.icon5 {
    position: absolute;
    right: 28%;
    top: 32%;
    transform: translate(-50%, -50%);
    z-index: 1;
    --move-x: 9px;
    --move-y: -9px;
    animation-delay: -2s;
}

@media screen and (max-width: 1399px) {
    .icon5 {
        right: 15%;
    }
}

@media screen and (max-width: 1199px) {
    .icon5 {
        right: -2%;
    }
}

.icon6 {
    position: absolute;
    right: 59%;
    top: 32%;
    transform: translate(-50%, -50%);
    z-index: 1;
    --move-x: -9px;
    --move-y: -9px;
    animation-delay: -2.5s;
}

@media screen and (max-width: 1399px) {
    .icon6 {
        right: 51%;
        top: 32%;
    }
}

.icon7 {
    position: absolute;
    right: 60%;
    top: 64%;
    transform: translate(-50%, -50%);
    z-index: 1;
    --move-x: -8px;
    --move-y: 10px;
    animation-delay: -3s;
}

@media screen and (max-width: 1399px) {
    .icon7 {
        right: 51%;
        top: 67%;
    }
}

.icon8 {
    position: absolute;
    right: 22%;
    top: 64%;
    transform: translate(-50%, -50%);
    z-index: 1;
    --move-x: 10px;
    --move-y: 8px;
    animation-delay: -3.5s;
}

@media screen and (max-width: 1399px) {
    .icon8 {
        right: 16%;
        top: 66%;
    }
}

@keyframes acceptIconMove {

    0%,
    100% {
        transform: translate(var(--icon-x), var(--icon-y)) translate(0, 0) scale(1);
    }

    50% {
        transform: translate(var(--icon-x), var(--icon-y)) translate(var(--move-x), var(--move-y)) scale(1.04);
    }
}

/* ======================  Accept-payment Section End  ======================*/
/* ======================  Download-app Section Start  ======================*/
.download-app {
    position: relative;
    z-index: 1;
}

.download-app .section-heading__subtitle {
    align-items: center;
    border: 1px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--black)/0.58);
}

.download-app__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.download-app .section-heading__desc {
    margin-bottom: 32px;
}

.download-app__glow {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 130%;
    max-width: 835px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none;
}

@media screen and (max-width: 575px) {
    .download-app__glow {
        display: none;
    }
}

.download-app__glow svg {
    width: 100%;
    height: auto;
    display: block;
}

.download-app__bg {
    position: absolute;
    left: 50%;
    bottom: 3%;
    z-index: 2;
    width: 56%;
    max-width: 345px;
    transform: translateX(-50%);
    pointer-events: none;
    user-select: none;
}

.download-app__bg img {
    width: 100%;
    height: auto;
    display: block;
}

.download-app__thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 100%;
    isolation: isolate;
}

.download-app__image {
    position: relative;
    z-index: 3;
    max-width: 100%;
    height: auto;
    display: block;
}

.download__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 575px) {
    .download__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.download__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.button__wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .download-app__thumb {
        display: block;
        width: min(100%, 560px);
        margin-inline: auto;
    }

    .download-app__bg {
        bottom: 2%;
        width: 58%;
    }

    .download-app__glow {
        width: 125%;
    }
}

@media screen and (max-width: 767px) {
    .download-app__thumb {
        width: min(100%, 430px);
    }

    .download-app__bg {
        bottom: 4%;
        width: 60%;
    }

    .download-app__glow {
        width: 122%;
    }
}

/* ======================  Download-app Section End  ======================*/
/* ======================  Developer-first Section Start  ======================*/
.developer-first {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.developer-first__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.developer-first .section-heading__subtitle {
    align-items: center;
    border: 1px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--black)/0.58);
}

.developer__wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .developer__wrap {
        flex-wrap: wrap;
    }
}

.developer__item {
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    padding: 14px 16px;
    border-radius: 12px;
}

.developer__item__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.developer__item__icon {
    height: 68px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--section-bg)/0.1);
    border: 1px solid hsl(var(--section-bg)/0.2);
    border-radius: 8px;
    flex-shrink: 0;
}

.developer-first__thumb {
    position: relative;
    z-index: 1;
}

.developer-first__thumb__bg {
    position: absolute;
    top: 0;
    right: -296px;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .developer-first .section-heading {
        margin-left: 0;
        margin-bottom: 40px;
        max-width: 100%;
    }
}

/* ======================  Developer-first Section End  ======================*/
/* ======================  Security Section Start  ======================*/
.security {
    background-color: hsl(var(--section-bg)/0.08);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.security .section-heading__subtitle {
    align-items: center;
    border: 1px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--black)/0.58);
}

.security__bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.security__bg svg {
    max-width: 100%;
    height: auto;
    display: block;
}

.security__thumb {
    max-width: 459px;
}

.security__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.security_item {
    display: flex;
    gap: 14px;
    align-items: center;
    height: 100%;
    min-height: 112px;
    background-color: hsl(var(--white));
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
}

.security_item__icon {
    width: 64px;
    height: 68px;
    min-width: 64px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--section-bg)/0.1);
    border: 1px solid hsl(var(--section-bg)/0.5);
    flex-shrink: 0;
}

.security_item__content {
    min-width: 0;
}

.security_item__title {
    font-size: 17px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 8px;
}

.security_item__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 0;
    color: hsl(var(--body-color));
}

.security .section-heading {
    margin-left: 0;
    padding-bottom: 40px;
    margin-bottom: 0 !important;
}

.security .col-lg-7>.row>.col-lg-6:empty {
    display: none;
}

@media screen and (max-width: 1199px) {
    .security__thumb {
        max-width: 420px;
    }

    .security_item {
        padding: 14px;
    }
}

@media screen and (max-width: 991px) {
    .security>.container>.row {
        row-gap: 42px;
    }

    .security__bg {
        right: -160px;
        opacity: 0.75;
    }

    .security__thumb {
        max-width: 360px;
        margin-inline: auto;
    }

    .security .section-heading {
        max-width: 720px;
        margin-inline: auto;
        padding-bottom: 32px;
        text-align: center;
    }

    .security .section-heading__subtitle {
        justify-content: center;
    }

    .security .section-heading__desc {
        margin-inline: auto;
    }

    .security .col-lg-7>.row>.col-md-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .security_item {
        align-items: flex-start;
        min-height: 132px;
        padding: 18px;
    }
}

@media screen and (max-width: 767px) {
    .security>.container>.row {
        row-gap: 34px;
    }

    .security__bg {
        right: -240px;
        opacity: 0.55;
    }

    .security__thumb {
        max-width: 320px;
    }

    .security .section-heading {
        padding-bottom: 24px;
    }

    .security .col-lg-7>.row>.col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .security_item {
        min-height: auto;
        padding: 16px;
    }
}

@media screen and (max-width: 424px) {
    .security__thumb {
        max-width: 280px;
    }

    .security_item {
        gap: 12px;
        padding: 14px;
    }

    .security_item__icon {
        width: 56px;
        height: 58px;
        min-width: 56px;
    }

    .security_item__icon svg {
        width: 34px;
        height: 34px;
    }

    .security_item__title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .security_item__desc {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* ======================  Security Section End  ======================*/
/* ======================  Why-choose Section Start  ======================*/
.why-choose {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.why-choose__shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.why-choose__shape svg {
    max-width: 100%;
    height: auto;
    display: block;
}

.why-choose .section-heading__subtitle {
    align-items: center;
    border: 1px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--black)/0.58);
}

.why-choose__wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.why-choose__item {
    position: relative;
    isolation: isolate;
    flex: 0 0 98px;
    width: 98px;
    min-width: 98px;
    height: 540px;
    padding: 16px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: 14px;
    background-color: hsl(var(--section-bg)/0.08);
    cursor: pointer;
    will-change: flex-basis;
    transition: flex-basis 0.68s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.48s ease;
}

.why-choose__item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: url("../images/why-choose-active-bg.png") center bottom/cover no-repeat, linear-gradient(128deg, #0ea9a4 0%, #2785d8 48%, #6366f1 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.42s ease;
}

.why-choose__item-icon {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: auto;
    bottom: 16px;
    height: 64px;
    width: 64px;
    background-color: hsl(var(--white));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17, 24, 39, 0.06);
    transform: translateX(-50%);
    transition: opacity 0.28s ease, transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-choose__item-icon svg {
    width: 41px;
    height: 27px;
}

.why-choose__item-icon svg[viewBox="0 0 41 27"] {
    transform: rotate(170deg);
}

.why-choose__item-title {
    position: absolute;
    z-index: 2;
    left: 26px;
    top: 122px;
    width: calc(100% - 52px);
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 700;
    color: hsl(var(--white)/0);
    text-align: left;
    white-space: normal;
    transform: translateY(28px);
    transition: color 0.32s ease, transform 0.46s cubic-bezier(0.16, 1, 0.3, 1);
    padding-bottom: 0 ! important;
}

.why-choose__item-title::before {
    content: attr(data-title);
    position: absolute;
    left: 23px;
    top: 128px;
    width: 360px;
    color: #344054;
    text-align: center;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease, color 0.3s ease;
}

.why-choose__item-desc {
    position: absolute;
    left: 26px;
    right: 26px;
    top: 170px;
    z-index: 2;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 20px;
    line-height: 1.3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(34px);
    transition: opacity 0.34s ease, visibility 0.34s ease, transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-choose__item-art {
    position: absolute;
    left: 50%;
    bottom: -2px;
    z-index: 1;
    width: min(90%);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 24px);
    transition: opacity 0.36s ease, visibility 0.36s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-choose__item-art img {
    width: 100%;
    height: auto;
    display: block;
}

.why-choose__item.active,
.why-choose__item:focus-within {
    flex-basis: 400px;
    max-width: 400px;
    border-color: transparent;
    box-shadow: 0 24px 52px rgba(37, 99, 235, 0.2);
}

.why-choose__item.active::after,
.why-choose__item:focus-within::after {
    opacity: 1;
}

.why-choose__item.active .why-choose__item-icon,
.why-choose__item:focus-within .why-choose__item-icon {
    left: 26px;
    bottom: 448px;
    opacity: 1;
    transform: translateY(0) scale(1);
    animation: why-choose-icon-in 0.46s cubic-bezier(0.16, 1, 0.3, 1) 0.16s both;
}

.why-choose__item.active .why-choose__item-title,
.why-choose__item:focus-within .why-choose__item-title {
    color: hsl(var(--white));
    transform: translateY(0);
    transition-delay: 0.2s;
}

.why-choose__item.active .why-choose__item-title::before,
.why-choose__item:focus-within .why-choose__item-title::before {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

.why-choose__item.active .why-choose__item-desc,
.why-choose__item:focus-within .why-choose__item-desc {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.26s;
}

.why-choose__item.active .why-choose__item-art,
.why-choose__item:focus-within .why-choose__item-art {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    transition-delay: 0.24s;
}

.why-choose__video {
    position: relative;
    flex: 1 1 474px;
    width: 100%;
    min-width: 0;
    max-width: 474px;
    height: 540px;
    overflow: hidden;
    border-radius: 14px;
    background-color: hsl(var(--section-bg)/0.08);
    box-shadow: 0 18px 46px rgba(17, 24, 39, 0.1);
    isolation: isolate;
}

.why-choose__video-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.why-choose__video-play {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: hsl(var(--base-two));
    padding-left: 10px;
    border: 1px solid hsl(var(--base));
    background-color: hsl(var(--white)/0.7);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1399px) {
    .why-choose__wrap {
        gap: 18px;
    }

    .why-choose__item {
        flex-basis: 86px;
        width: 86px;
        min-width: 86px;
    }

    .why-choose__item.active,
    .why-choose__item:focus-within {
        flex-basis: 360px;
        max-width: 360px;
    }

    .why-choose__item-title {
        font-size: 22px;
    }

    .why-choose__item-title::before {
        width: 330px;
    }

    .why-choose__item-desc {
        font-size: 18px;
    }

    .why-choose__video {
        flex-basis: 420px;
        max-width: 420px;
    }
}

@media screen and (max-width: 1199px) {
    .why-choose__wrap {
        gap: 14px;
    }

    .why-choose__item {
        flex-basis: 74px;
        width: 74px;
        min-width: 74px;
        height: 500px;
        padding: 14px;
    }

    .why-choose__item-icon {
        width: 58px;
        height: 58px;
        bottom: 14px;
    }

    .why-choose__item-icon svg {
        width: 36px;
        height: 25px;
    }

    .why-choose__item-title {
        left: 22px;
        top: 108px;
        width: calc(100% - 44px);
        font-size: 20px;
    }

    .why-choose__item-title::before {
        left: 15px;
        top: 118px;
        width: 300px;
        font-size: 18px;
    }

    .why-choose__item-desc {
        left: 22px;
        right: 22px;
        top: 152px;
        font-size: 16px;
    }

    .why-choose__item.active,
    .why-choose__item:focus-within {
        flex-basis: 320px;
        max-width: 320px;
    }

    .why-choose__item.active .why-choose__item-icon,
    .why-choose__item:focus-within .why-choose__item-icon {
        left: 22px;
        bottom: 420px;
    }

    .why-choose__video {
        flex-basis: 360px;
        max-width: 360px;
        height: 500px;
    }
}

@media screen and (max-width: 991px) {
    .why-choose__shape {
        left: -170px;
        opacity: 0.72;
    }

    .why-choose__wrap {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        overflow: visible;
    }

    .why-choose__item,
    .why-choose__item.active,
    .why-choose__item:focus-within {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: auto;
        min-width: 0;
        max-width: none;
        height: auto;
        min-height: 260px;
        flex-basis: auto;
        padding: 22px;
        cursor: default;
        box-shadow: none;
        overflow: visible;
    }

    .why-choose__item {
        background-color: hsl(var(--white));
    }

    .why-choose__item::after {
        opacity: 0;
    }

    .why-choose__item.active::after,
    .why-choose__item:focus-within::after {
        opacity: 1;
    }

    .why-choose__item-icon,
    .why-choose__item.active .why-choose__item-icon,
    .why-choose__item:focus-within .why-choose__item-icon {
        position: relative;
        left: auto;
        bottom: auto;
        width: 58px;
        height: 58px;
        margin-bottom: 20px;
        opacity: 1;
        transform: none;
        animation: none;
        order: -1;
        transform: rotate(90deg);
    }

    .why-choose__item-icon svg[viewBox="0 0 41 27"],
    .why-choose__item.active .why-choose__item-icon svg[viewBox="0 0 41 27"],
    .why-choose__item:focus-within .why-choose__item-icon svg[viewBox="0 0 41 27"] {
        transform: none;
    }

    .why-choose__item-title,
    .why-choose__item.active .why-choose__item-title,
    .why-choose__item:focus-within .why-choose__item-title {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        color: hsl(var(--heading-color));
        font-size: 22px;
        transform: none;
        margin-bottom: 10px;
    }

    .why-choose__item-title::before,
    .why-choose__item.active .why-choose__item-title::before,
    .why-choose__item:focus-within .why-choose__item-title::before {
        display: none;
    }

    .why-choose__item.active .why-choose__item-title,
    .why-choose__item:focus-within .why-choose__item-title {
        color: hsl(var(--white));
    }

    .why-choose__item-desc,
    .why-choose__item.active .why-choose__item-desc,
    .why-choose__item:focus-within .why-choose__item-desc {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        color: hsl(var(--body-color));
        font-size: 16px;
        line-height: 1.5;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .why-choose__item.active .why-choose__item-desc,
    .why-choose__item:focus-within .why-choose__item-desc {
        color: hsl(var(--white)/0.92);
    }

    .why-choose__item-art,
    .why-choose__item.active .why-choose__item-art,
    .why-choose__item:focus-within .why-choose__item-art {
        display: none;
    }

    .why-choose__video {
        grid-column: 1/-1;
        order: -1;
        max-width: none;
        height: auto;
        aspect-ratio: 16/9;
    }

    .why-choose__video-play {
        width: 82px;
        height: 82px;
    }
}

@media screen and (max-width: 767px) {
    .why-choose__wrap {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .why-choose__item,
    .why-choose__item.active,
    .why-choose__item:focus-within {
        min-height: auto;
        padding: 20px;
        border-radius: 12px;
    }

    .why-choose__item-icon,
    .why-choose__item.active .why-choose__item-icon,
    .why-choose__item:focus-within .why-choose__item-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 16px;
    }

    .why-choose__item-title,
    .why-choose__item.active .why-choose__item-title,
    .why-choose__item:focus-within .why-choose__item-title {
        font-size: 21px;
    }

    .why-choose__item-desc,
    .why-choose__item.active .why-choose__item-desc,
    .why-choose__item:focus-within .why-choose__item-desc {
        font-size: 15px;
    }

    .why-choose__video {
        aspect-ratio: 4/3;
    }

    .why-choose__video-play {
        width: 72px;
        height: 72px;
    }

    .why-choose__video-play svg {
        width: 24px;
        height: 28px;
    }
}

@media screen and (max-width: 424px) {

    .why-choose__item,
    .why-choose__item.active,
    .why-choose__item:focus-within {
        padding: 18px;
    }

    .why-choose__item-title,
    .why-choose__item.active .why-choose__item-title,
    .why-choose__item:focus-within .why-choose__item-title {
        font-size: 20px;
    }
}

@keyframes why-choose-icon-in {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.why-choose .section-heading {
    max-width: 100%;
}

/* ======================  Why-choose Section End  ======================*/
/* ======================  Counter Section Start  ======================*/
.counter {
    padding: 70px 0 120px;
    overflow: hidden;
    padding-top: 0 !important;
}

@media screen and (max-width: 1399px) {
    .counter {
        padding-top: 0 !important;
    }
}

.counter__wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: clamp(420px, 37.88vw, 500px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    border-radius: 40px;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.14) 0%, rgba(2, 6, 23, 0.78) 100%), url("../images/counter-bg.png") center/cover no-repeat;
    isolation: isolate;
}

.counter__item {
    position: relative;
    z-index: 1;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 22px 34px;
    text-align: center;
    border-top: 1px solid hsl(var(--white)/0.2);
    min-width: 0;
}

.counter__item:not(:last-child) {
    border-right: 1px solid hsl(var(--white)/0.2);
}

.counter__number {
    margin-bottom: 8px;
    color: hsl(var(--white));
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.counter__text {
    margin-bottom: 0;
    color: hsl(var(--white)/0.7);
    font-size: 16px;
    line-height: 1.35;
}

@media screen and (max-width: 1199px) {
    .counter__wrapper {
        min-height: 460px;
        border-radius: 32px;
    }

    .counter__item {
        padding-inline: 18px;
    }

    .counter__number {
        font-size: 46px;
    }
}

@media screen and (max-width: 991px) {
    .counter {
        padding: 50px 0 90px;
    }

    .counter__wrapper {
        grid-template-columns: repeat(2, 1fr);
        min-height: 420px;
        border-radius: 24px;
    }

    .counter__item {
        min-height: 170px;
        border-top: 0;
        border-right: 0 !important;
    }

    .counter__item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.18);
    }

    .counter__item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }
}

@media screen and (max-width: 767px) {
    .counter {
        padding: 42px 0 70px;
    }

    .counter__wrapper {
        grid-template-columns: 1fr;
        min-height: auto;
        border-radius: 18px;
        background-position: center;
    }

    .counter__item {
        min-height: 130px;
        padding: 24px 18px;
        border-top: 0;
        border-right: 0 !important;
    }

    .counter__item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .counter__number {
        font-size: 42px;
    }

    .counter__text {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .counter__wrapper {
        border-radius: 14px;
    }

    .counter__item {
        min-height: 116px;
        padding: 22px 14px;
    }

    .counter__number {
        font-size: 34px;
        margin-bottom: 6px;
    }

    .counter__text {
        font-size: 14px;
    }
}

.stats__features__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.stats__features__icon {
    height: 72px;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    border-radius: 12px;
    border: 1px solid transparent;
}

.stats__features__number {
    font-size: 64px;
    font-weight: 800;
    background: linear-gradient(95deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.18;
    transition: opacity 0.35s ease;
}

/* ======================  Counter Section End  ======================*/
/* ======================  Faq Section Start  ======================*/
.faq {
    background-color: hsl(var(--section-bg)/0.08);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.faq__what {
    position: absolute;
    top: 107px;
    right: 22px;
    z-index: -1;
    opacity: 0.1;
}

.faq__what img {
    max-width: 100%;
    height: auto;
    display: block;
}

.faq__bg1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.faq__bg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.faq__bg1 svg,
.faq__bg2 svg {
    max-width: 100%;
    height: auto;
    display: block;
}

.faq .section-heading {
    max-width: 760px;
    margin-inline: auto;
}

.faq .section-heading__subtitle {
    align-items: center;
    border: 1px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--black)/0.58);
}

.faq .row.justify-content-center:last-child {
    row-gap: 24px;
}

.faq .accordion {
    height: 100%;
}

.faq .accordion-item {
    border-radius: 12px;
}

.faq .accordion-button {
    min-height: 68px;
    align-items: center;
    line-height: 1.35;
    padding-right: 48px;
    word-break: normal;
}

.faq .accordion-body {
    line-height: 1.55;
    color: hsl(var(--black)/0.62);
}

@media screen and (max-width: 1199px) {
    .faq__what {
        right: -16px;
        max-width: 160px;
    }

    .faq__bg1 {
        right: -130px;
    }

    .faq__bg2 {
        right: -150px;
    }
}

@media screen and (max-width: 991px) {
    .faq__what {
        top: 92px;
        right: -24px;
        max-width: 130px;
        opacity: 0.08;
    }

    .faq__bg1 {
        right: -220px;
        opacity: 0.72;
    }

    .faq__bg2 {
        right: -240px;
        opacity: 0.7;
    }

    .faq .row.justify-content-center:last-child {
        row-gap: 18px;
    }

    .faq .accordion-button {
        min-height: 64px;
        font-size: 17px;
    }

    .faq .accordion-button:not(.collapsed) {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .faq__what {
        display: none;
    }

    .faq__bg1 {
        right: -300px;
        opacity: 0.48;
    }

    .faq__bg2 {
        right: -320px;
        opacity: 0.48;
    }

    .faq .section-heading {
        margin-bottom: 32px;
    }

    .faq .accordion-item {
        border-radius: 10px;
    }

    .faq .accordion-button {
        min-height: 58px;
        padding: 16px 42px 16px 16px;
        font-size: 16px;
    }

    .faq .accordion-button:not(.collapsed) {
        font-size: 16px;
    }

    .faq .accordion-body {
        padding: 16px;
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .faq .accordion-button {
        padding: 14px 38px 14px 14px;
        font-size: 15px;
    }

    .faq .accordion-button:not(.collapsed) {
        font-size: 15px;
    }

    .faq .accordion-button[aria-expanded=true]::after,
    .faq .accordion-button[aria-expanded=false]::after {
        right: 13px;
    }

    .faq .accordion-body {
        padding: 14px;
        font-size: 14px;
    }
}

/* ======================  Faq Section End  ======================*/
.blog .section-heading {
    max-width: 100%;
    width: 100%;
}

.blog__heading__btn {
    flex-shrink: 0;
    white-space: nowrap !important;
}

.blog {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.blog__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    align-items: end;
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .blog__wrapper {
        flex-wrap: wrap;
    }
}

.blog__item {
    border: 1px solid hsl(var(--border-color)/0.5);
    padding: 20px;
    border-radius: 12px;
}

.blog__item__thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 16px;
    height: 100%;
    width: 100%;
}

.blog__item__thumb img {
    width: 100%;
    height: 100%;
    transition: transform 0.25s ease;
}

.blog__item:hover .blog__item__thumb img {
    transform: scale(1.05);
}

.blog__item__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: transparent;
    background: linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 500;
}

.blog__item__link span,
.blog__item__link i,
.blog__item__link svg {
    color: hsl(var(--base));
    transition: color 0.25s ease, transform 0.25s ease;
}

.blog__item__link:hover {
    color: transparent;
}

.blog__item__link:hover span,
.blog__item__link:hover i,
.blog__item__link:hover svg {
    color: hsl(var(--base-two));
    transform: translateX(3px);
}

.blog__item__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--body-color));
    margin-bottom: 12px;
}

.blog__item__title {
    font-size: 24px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
    .blog__item__title {
        font-size: 18px;
    }
}

.blog__item__title a {
    position: relative;
    display: inline;
    color: inherit;
    background: linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two)));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    transition: color 0.35s ease, background-size 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: background-size;
}

.blog__item__title a:hover {
    color: transparent;
    background-size: 100% 100%;
}

.blog__page {
    position: relative;
    z-index: 1;
}

/* ======================  Cta Section Start  ======================*/
.cta {
    background: linear-gradient(135deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cta__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.cta__bg svg {
    display: block;
    width: 100%;
    height: 100%;
}

.cta__bg svg g {
    opacity: 0.35;
    mix-blend-mode: normal !important;
}

.cta__bg svg path,
.cta__bg svg rect,
.cta__bg svg circle,
.cta__bg svg ellipse,
.cta__bg svg polygon,
.cta__bg svg polyline {
    fill: hsl(var(--white));
    stroke: hsl(var(--white));
}

.cta__white__btn {
    background: hsl(var(--white));
    min-height: 52px;
    padding: 15px 22px;
    border-radius: 28px !important;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    box-shadow: 0 20px 40px hsl(var(--black)/0.08);
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.cta__white__btn span {
    color: transparent;
    background: linear-gradient(90deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.cta__white__btn svg {
    flex-shrink: 0;
    color: hsl(var(--base-two));
    transition: transform 0.3s ease;
}

.cta__white__btn svg path {
    stroke: currentColor;
}

.cta__white__btn:hover,
.cta__white__btn:focus,
.cta__white__btn:focus-visible {
    color: hsl(var(--base-two)) !important;
    background-color: hsl(var(--white)) !important;
    transform: translateY(-3px);
    box-shadow: 0 24px 48px hsl(var(--black)/0.14) !important;
}

.cta__white__btn:hover svg,
.cta__white__btn:focus svg,
.cta__white__btn:focus-visible svg {
    transform: translate(3px, -3px);
}

.cta__white__btn:active {
    top: 0;
    transform: translateY(-1px);
    box-shadow: 0 16px 32px hsl(var(--black)/0.12) !important;
}

.cta-heading__subtitle {
    font-size: 16px;
    color: hsl(var(--white));
    font-weight: 500;
    border: 1px solid hsl(var(--white));
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cta-heading__subtitle svg {
    color: hsl(var(--white));
}

.cta-heading__subtitle svg path,
.cta-heading__subtitle svg rect {
    fill: currentColor;
}

.cta-heading__subtitle svg stop {
    stop-color: currentColor;
}

.cta-heading__title {
    font-size: 48px;
    color: hsl(var(--white));
    font-weight: 700;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .cta-heading__title {
        font-size: 30px;
    }
}

.cta-heading__desc {
    font-size: 16px;
    color: hsl(var(--white));
    padding-bottom: 40px;
    max-width: 574px;
    margin: auto;
}

/* ======================  Cta Section End  ======================*/
/* ======================  Stats Section Start  ======================*/
.stats {
    overflow: hidden;
}

.stats__content {
    min-width: 0;
}

.stats__subtitle {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    background: linear-gradient(95deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.stats__title {
    max-width: 100%;
    font-size: clamp(72px, 9vw, 140px);
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(95deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

.stats__desc {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 500;
    color: hsl(var(--body-color));
}

.stats__right {
    min-width: 0;
}

.stats__right__title {
    font-size: 48px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    max-width: 525px;
    margin: auto;
}

.stats__right__title span {
    font-style: italic;
    font-weight: 500;
}

.stats__right__desc {
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--body-color));
    max-width: 525px;
    margin: 20px auto 0;
}

.stats__features {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    border: 1px solid transparent;
    border-radius: 40px;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(hsl(var(--base-two)/0.35), hsl(var(--base-two)/0.35)) border-box;
}

.stats__features__item {
    padding: 56px 32px;
    border-right: 1px solid hsl(var(--base-two)/0.12);
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 0;
    min-height: 360px;
}

.stats__features__item:hover .stats__features__bg {
    opacity: 1;
}

.stats__features__item:hover .stats__features__number {
    opacity: 1;
}

.stats__features__item:last-child {
    border-right: 0;
}

.stats__features__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.stats__features__icon {
    height: 72px;
    width: 72px;
    flex: 0 0 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    border-radius: 12px;
    border: 1px solid transparent;
}

.stats__features__icon svg {
    max-width: 48px;
    max-height: 48px;
}

.stats__features__number {
    font-size: 64px;
    line-height: 1;
    font-weight: 800;
    background: linear-gradient(95deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.18;
    transition: opacity 0.35s ease;
}

.stats__features__item__title {
    font-size: 28px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    margin-bottom: 14px;
}

.stats__features__item__desc {
    font-size: 16px;
    line-height: 1.55;
    color: hsl(var(--body-color));
    margin-bottom: 0;
}

.stats__features__bg {
    position: absolute;
    bottom: -270px;
    right: -220px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.stats__features__bg svg {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1199px) {
    .stats__right__title {
        font-size: 42px;
    }

    .stats__features__item {
        padding: 44px 24px;
        min-height: 330px;
    }

    .stats__features__heading {
        margin-bottom: 40px;
    }

    .stats__features__number {
        font-size: 56px;
    }
}

@media screen and (max-width: 991px) {
    .stats {
        text-align: center;
    }

    .stats>.container>.row:first-child {
        row-gap: 28px;
    }

    .stats>.container>.row.py-120 {
        padding-top: 80px !important;
        padding-bottom: 90px !important;
    }

    .stats__title {
        font-size: clamp(64px, 14vw, 110px);
    }

    .stats__right__title,
    .stats__right__desc {
        margin-inline: auto;
    }

    .stats__right__title {
        font-size: 38px;
    }

    .stats__features {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .stats__features__item {
        min-height: auto;
        padding: 34px 28px;
        text-align: left;
        border-right: 0;
        border-bottom: 1px solid hsl(var(--base-two)/0.12);
    }

    .stats__features__item:last-child {
        border-bottom: 0;
    }

    .stats__features__heading {
        margin-bottom: 38px;
    }

    .stats__features__bg {
        width: 360px;
        height: 260px;
        right: -160px;
        bottom: -190px;
    }
}

@media screen and (max-width: 767px) {
    .stats>.container>.row.py-120 {
        padding-top: 60px !important;
        padding-bottom: 70px !important;
    }

    .stats__subtitle {
        font-size: 18px;
    }

    .stats__title {
        font-size: clamp(52px, 17vw, 76px);
    }

    .stats__desc {
        font-size: clamp(22px, 7vw, 30px);
    }

    .stats__right__title {
        font-size: 30px;
    }

    .stats__features {
        border-radius: 18px;
    }

    .stats__features__item {
        padding: 28px 20px;
    }

    .stats__features__heading {
        margin-bottom: 28px;
    }

    .stats__features__icon {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }

    .stats__features__icon svg {
        max-width: 40px;
        max-height: 40px;
    }

    .stats__features__number {
        font-size: 46px;
    }

    .stats__features__item__title {
        font-size: 23px;
    }

    .stats__features__item__desc {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .stats__title {
        font-size: 46px;
    }

    .stats__right__title {
        font-size: 27px;
    }

    .stats__features {
        border-radius: 14px;
    }

    .stats__features__item {
        padding: 24px 16px;
    }

    .stats__features__heading {
        margin-bottom: 24px;
    }

    .stats__features__icon {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }

    .stats__features__icon svg {
        max-width: 36px;
        max-height: 36px;
    }

    .stats__features__number {
        font-size: 38px;
    }
}

/* ======================  Stats Section End  ======================*/
/* ======================  Mission Section Start  ======================*/
.mission {
    background-color: hsl(var(--section-bg)/0.08);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mission .section-heading__subtitle {
    align-items: center;
    border: 1px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--black)/0.58);
}

.mission__bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.mission__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.02;
    user-select: none;
    pointer-events: none;
}

.mission__bg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.mission__grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.mission__item {
    background-color: hsl(var(--white));
    border-radius: 20px;
    padding: 32px;
    border: 1px solid hsl(var(--black)/0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease;
}

.mission__item:hover .mission__item__bg {
    opacity: 1;
}

.mission__item__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.mission__icon {
    height: 56px;
    width: 56px;
    border-radius: 12px;
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: hsl(var(--white));
}

.mission__title {
    font-size: 24px;
    font-weight: 700;
    color: hsl(var(--black));
    margin-bottom: 16px;
}

@media screen and (max-width: 424px) {
    .mission__title {
        font-size: 20px;
    }
}

.mission .section-heading {
    max-width: 538px;
    margin-left: 0;
}

@media screen and (max-width: 1399px) {
    .mission__grid {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .mission__grid>[class*=col-]:nth-child(n+3) {
        margin-top: var(--bs-gutter-y) !important;
    }
}

/* ======================  Mission Section End  ======================*/
/* ======================  Currency Section Start  ======================*/
.currency .section-heading__subtitle {
    align-items: center;
    border: 1px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--black)/0.58);
}

.currency__item {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1) !important;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.currency__item:hover {
    background: linear-gradient(90deg,
            hsl(var(--base) / 0.1),
            hsl(var(--base-two) / 0.1));
    border: 1px solid hsl(var(--base-two) / 0.5) !important;
}

.currency__icon {
    margin-bottom: 12px;
    height: 40px;
    width: 40px;
}

.currency__icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.currency__name {
    font-size: 16px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 2px !important;
}

.currency .section-heading {
    margin-bottom: 20px;
}

/* ======================  Currency Section End  ======================*/
/* ======================  Contact-page Section Start  ======================*/
.contact-page {
    padding-top: 0;
}

/* Main Content Grid */
.contact-content {
    background: hsl(var(--white));
    border-radius: 24px;
    border: 1px solid hsl(var(--border-color));
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.contact-content .row {
    overflow: hidden;
}

/* Contact Form Section */
.contact-form-section {
    padding: 48px;
    border-right: 1px solid hsl(var(--border-color));
}

.contact-form-section__title {
    font-size: 24px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 32px;
}

.contact-form__group {
    margin-bottom: 0;
}

.contact-form__label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--heading-color));
    margin-bottom: 8px;
}

.contact-form__input-wrapper {
    position: relative;
}

.contact-form__input,
.contact-form__textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    color: hsl(var(--heading-color));
    background-color: transparent;
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    transition: all 0.3s ease;
    outline: none;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
    color: #999 !important;
    opacity: 1 !important;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
    border-color: hsl(var(--base));
    background-color: hsl(var(--white));
    box-shadow: 0 0 0 3px hsl(var(--base)/0.1);
}

.contact-form__textarea {
    resize: vertical;
    min-height: 120px;
}

@media screen and (max-width: 991px) {
    .contact-form-section {
        padding: 32px;
        border-right: none;
        border-bottom: 1px solid hsl(var(--border-color));
    }
}

@media screen and (max-width: 575px) {
    .contact-form-section {
        padding: 24px;
    }
}

/* Contact Info Sidebar */
.contact-info-sidebar {
    padding: 48px;
    background: linear-gradient(135deg, hsl(var(--base)/0.03) 0%, hsl(var(--base-two)/0.03) 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-info-sidebar__title {
    font-size: 24px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 12px;
}

.contact-info-sidebar__text {
    font-size: 15px;
    color: hsl(var(--body-text));
    margin-bottom: 32px;
    line-height: 1.6;
}

/* Contact Info Cards */
.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: hsl(var(--white));
    border-radius: 16px;
    border: 1px solid hsl(var(--border-color));
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    border-color: hsl(var(--base)/0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.contact-info-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-card__icon svg {
    color: hsl(var(--white));
}

.contact-info-card__content {
    flex: 1;
    min-width: 0;
}

.contact-info-card__label {
    font-size: 13px;
    font-weight: 600;
    color: hsl(var(--body-text)/0.55);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.contact-info-card__value {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: hsl(var(--body-text)/0.7);
    text-decoration: none;
    word-break: break-word;
    transition: color 0.25s ease;
}

.contact-info-card__value:hover {
    color: hsl(var(--base));
}

/* Social Links */
.contact-social {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid hsl(var(--border-color));
}

.contact-social__title {
    font-size: 14px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 16px;
}

.contact-social__links {
    display: flex;
    gap: 12px;
}

.contact-social__link {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--body-text));
    transition: all 0.3s ease;
}

.contact-social__link:hover {
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    border-color: transparent;
    color: hsl(var(--white));
    transform: translateY(-2px);
}

@media screen and (max-width: 991px) {
    .contact-info-sidebar {
        padding: 32px;
    }
}

@media screen and (max-width: 575px) {
    .contact-info-sidebar {
        padding: 24px;
    }
    .contact-info-card {
        padding: 16px;
    }
}

/* ======================  Contact-page Section End  ======================*/
/* ======================  Acount Section Start  ======================*/
.acount {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: 92px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.acount__bg1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    user-select: none;
    pointer-events: none;
}

.acount__bg2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.acount__bg3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

.acount__shape {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    left: -110px;
    top: 230px;
}

.acount__shape2 {
    position: absolute;
    right: -40px;
    top: 200px;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

@media screen and (max-width: 1199px) {
    .acount {
        padding: 72px 0;
    }

    .acount__shape {
        opacity: 0.55;
    }

    .acount__shape--left {
        left: 2%;
        width: 20%;
    }

    .acount__shape--right {
        right: 2%;
        width: 20%;
    }
}

@media screen and (max-width: 991px) {
    .acount {
        padding: 48px 0;
    }

    .acount__shape {
        display: none;
    }
}

.account__back {
    position: absolute;
    top: 32px;
    left: 36px;
    z-index: 3;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--heading-color));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 14px 32px hsl(var(--black)/0.06);
    transition: 0.2s linear;
}

.account__back i {
    color: hsl(var(--base));
    transition: 0.2s linear;
}

.account__back:hover {
    color: hsl(var(--white));
    background: linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    transform: translateX(-3px);
}

.account__back:hover i {
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .account__back {
        top: 18px;
        left: 16px;
        min-height: 40px;
        padding: 9px 14px;
        font-size: 14px;
    }
}

.account__form {
    padding: 58px 46px 40px;
    border-radius: 32px;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(135deg, hsl(var(--base-two)/0.28), hsl(var(--base)/0.35)) border-box;
    border: 2px solid transparent;
    box-shadow: 0 24px 80px hsl(var(--black)/0.06);
}

@media screen and (max-width: 767px) {
    .account__form {
        margin-top: 36px;
    }
}

.account__form__header {
    text-align: center;
}

.account__form__title {
    font-size: 32px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 12px;
}

.account__form__desc {
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--body-color));
    margin-bottom: 40px;
}

.account__form__btn {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 10px;
    border: 1px solid hsl(var(--black)/0.05);
    border-radius: 12px;
    margin-bottom: 40px;
    background-color: hsl(var(--section-bg)/0.1);
}

.account__form__btn .btn {
    width: 100%;
    min-height: 48px;
    padding: 14px 18px;
    border-radius: 8px;
}

.account__form__content .row {
    --bs-gutter-x: 16px;
}

.account__form__content .form-group {
    margin-bottom: 22px;
}

.account__form__field {
    position: relative;
}

.account__form__field .form-control {
    --form-control-bg: hsl(var(--section-bg) / 0.1);
    --form-control-border: hsl(var(--black) / .08);
    min-height: 60px;
    padding: 18px 56px;
    border-radius: 12px;
    color: hsl(var(--heading-color));
    padding-right: 18px;
}

.account__form__field .form-control::placeholder {
    color: hsl(var(--body-color)/0.65);
}

.account__form__icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two)));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 20px;
    z-index: 2;
}

.account__form__toggle {
    right: 18px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--body-color)/0.32);
    font-size: 22px;
}

.account__form__toggle:hover {
    color: hsl(var(--base-two));
}

.account__form__terms {
    margin-top: -4px;
    margin-bottom: 24px;
}

.account__form__terms .form-check {
    align-items: flex-start;
}

.account__form__terms .form-check-input {
    flex-shrink: 0;
    margin-top: 2px;
}

.account__form__terms .form-check-label {
    color: hsl(var(--body-color));
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.account__form__terms .form-check-label a {
    color: hsl(var(--base));
}

.account__form__terms .form-check-label a:hover {
    color: hsl(var(--base-two));
}

.account__form__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: -2px;
    margin-bottom: 24px;
}

.account__form__meta .form-check-label {
    color: hsl(var(--body-color));
    font-size: 16px;
    font-weight: 400;
}

.account__form__link {
    color: hsl(var(--base-two));
    font-size: 16px;
    font-weight: 500;
}

.account__form__link:hover {
    color: hsl(var(--base));
}

.account__form__submit {
    width: 100%;
    min-height: 60px;
    font-size: 17px;
}

.account__form__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 28px 0;
    color: hsl(var(--body-color)/0.65);
    font-weight: 600;
}

.account__form__divider::before,
.account__form__divider::after {
    content: "";
    height: 1px;
    flex: 1;
    background-color: hsl(var(--black)/0.12);
}

.account__form__social {
    display: grid;
    gap: 16px;
}

.account__form__social-btn {
    min-height: 60px;
    border: 1px solid hsl(var(--black)/0.05);
    border-radius: 12px;
    background-color: hsl(var(--section-bg)/0.1);
    color: hsl(var(--body-color));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.2s linear;
}

.account__form__social-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.account__form__social-btn i {
    color: hsl(var(--black));
    font-size: 28px;
}

.account__form__social-btn:hover {
    border-color: hsl(var(--base)/0.35);
    color: hsl(var(--heading-color));
    box-shadow: 0 14px 30px hsl(var(--black)/0.04);
}

@media screen and (max-width: 767px) {
    .account__form {
        padding: 38px 18px 26px;
        border-radius: 24px;
    }

    .account__form__title {
        font-size: 28px;
    }

    .account__form__desc {
        margin-bottom: 28px;
    }

    .account__form__btn {
        gap: 10px;
        margin-bottom: 30px;
    }

    .account__form__content .form-group {
        margin-bottom: 22px;
    }

    .account__form__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .account__form__social-btn {
        font-size: 16px;
    }
}

/* ======================  Acount Section End  ======================*/
/* ======================  Payment-page Section Start  ======================*/
/* ======================  Our Process Section Start  ======================*/
.our-process .section-heading__subtitle {
    align-items: center;
    border: 1px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--black)/0.58);
}

.our-process__sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.our-process__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-process__wrapper::before {
    position: absolute;
    content: "";
    left: 40px;
    right: 40px;
    top: 36px;
    height: 8px;
    border-radius: 30px;
    background-color: hsl(var(--border-color));
    z-index: 0;
}

.our-process__item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-process__icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(var(--white));
    border: 8px solid hsl(var(--border-color));
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.our-process__shape1 {
    position: absolute;
    right: -21px;
    top: 9px;
    z-index: 1;
    transform: rotate(90deg);
}

.our-process__shape1 svg {
    height: 16px;
    width: 16px;
}

.our-process__shape2 {
    position: absolute;
    right: -20px;
    bottom: 8px;
    z-index: 1;
    transform: rotate(179deg);
}

.our-process__shape2 svg {
    height: 16px;
    width: 16px;
}

.our-process__shape3 {
    position: absolute;
    left: -21px;
    top: 9px;
    z-index: 1;
}

.our-process__shape3 svg {
    height: 16px;
    width: 16px;
}

.our-process__shape4 {
    position: absolute;
    left: -19px;
    bottom: 8px;
    z-index: 1;
    transform: rotate(264deg);
}

.our-process__shape4 svg {
    height: 16px;
    width: 16px;
}

.our-process__wrap {
    background-color: hsl(var(--white));
    position: relative;
    z-index: 1;
    padding: 120px;
    border: 2px solid hsl(var(--border-color)/0.8);
    border-radius: 40px;
    overflow: hidden;
}

.our-process__wrap__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.our-process__title {
    font-size: 24px;
    font-weight: 600;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 1199px) {
    .our-process {
        overflow: hidden;
    }

    .our-process__wrap {
        padding: 80px 48px;
        border-radius: 32px;
    }

    .our-process__wrap__bg svg {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .our-process__wrapper {
        gap: 20px;
    }

    .our-process__wrapper::before {
        left: 40px;
        right: 40px;
    }

    .our-process__item {
        min-width: 0;
        flex: 1 1 0;
        text-align: center;
    }

    .our-process__title {
        font-size: 21px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .our-process__wrapper::before {
        left: calc((100% - 40px) / 6);
        right: calc((100% - 40px) / 6);
    }
}

@media screen and (max-width: 991px) {
    .our-process__wrap {
        padding: 64px 32px;
        border-radius: 26px;
    }

    .our-process__wrapper {
        gap: 18px;
    }

    .our-process__wrapper::before {
        left: 36px;
        right: 36px;
    }

    .our-process__icon {
        width: 72px;
        height: 72px;
        border-width: 7px;
    }

    .our-process__title {
        font-size: 19px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .our-process__wrapper::before {
        left: calc((100% - 36px) / 6);
        right: calc((100% - 36px) / 6);
    }
}

@media screen and (max-width: 767px) {
    .our-process.pb-120 {
        padding-bottom: 70px;
    }

    .our-process__wrap {
        padding: 44px 22px;
        border-radius: 20px;
    }

    .our-process__wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        max-width: 320px;
        margin-inline: auto;
    }

    .our-process__wrapper::before {
        left: 36px;
        right: auto;
        top: 38px;
        bottom: 38px;
        width: 8px;
        height: auto;
    }

    .our-process__item {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        gap: 18px;
    }

    .our-process__icon {
        width: 76px;
        height: 76px;
        margin-bottom: 0;
        flex: 0 0 76px;
    }

    .our-process__shape1,
    .our-process__shape2,
    .our-process__shape3,
    .our-process__shape4 {
        display: none;
    }

    .our-process__title {
        font-size: 19px;
    }
}

@media screen and (max-width: 424px) {
    .our-process__wrap {
        padding: 36px 16px;
        border-radius: 16px;
    }

    .our-process__wrapper {
        max-width: 290px;
        gap: 20px;
    }

    .our-process__wrapper::before {
        left: 32px;
        top: 34px;
        bottom: 34px;
    }

    .our-process__item {
        gap: 14px;
    }

    .our-process__icon {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
        border-width: 6px;
    }
}

/* ======================  Our Process Section End  ======================*/
/* ======================  process Section End  ======================*/
.payment-process {
    overflow: hidden;
}

.payment-process .section-heading__subtitle {
    align-items: center;
    border: 1px solid transparent;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--black)/0.58);
}

.payment-process .row>.row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.payment-process__item {
    padding: 24px;
    border: 1px solid hsl(var(--border-color));
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    min-width: 0;
}

.col-lg-3:nth-child(even) .payment-process__item {
    flex-direction: row-reverse;
}

.payment-process__shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.payment-process__shape svg {
    max-width: 100%;
    height: auto;
    display: block;
}

.payment-process__icon {
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--section-bg)/0.2);
    border-radius: 12px;
    margin-bottom: 24px;
    flex-shrink: 0;
}

.payment-process__icon svg {
    max-width: 32px;
    max-height: 32px;
}

.payment-process__title {
    font-size: 18px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 8px;
}

.payment-process__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .payment-process .row>.row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .payment-process .row>.row>.col-lg-3 {
        width: 50%;
    }

    .payment-process__item {
        min-height: 220px;
    }
}

@media screen and (max-width: 991px) {
    .payment-process__item {
        min-height: 205px;
    }
}

@media screen and (max-width: 767px) {
    .payment-process.pb-120 {
        padding-bottom: 70px;
    }

    .payment-process .row>.row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .payment-process .row>.row>.col-lg-3 {
        width: 100%;
    }

    .payment-process__item {
        min-height: auto;
        padding: 22px;
        border-radius: 16px;
    }

    .payment-process__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 18px;
    }

    .payment-process__icon svg {
        max-width: 30px;
        max-height: 30px;
    }

    .payment-process__title {
        font-size: 17px;
    }

    .payment-process__desc {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .payment-process .row>.row {
        --bs-gutter-y: 16px;
    }

    .payment-process__item {
        padding: 20px 18px;
        border-radius: 14px;
    }

    .payment-process__icon {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }
}

/* ======================  process Section End  ======================*/
/* ======================  Fiat Section Start  ======================*/
.fiat {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: hsl(var(--section-bg)/0.1);
}

.fiat__bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.fiat__bg svg {
    max-width: 100%;
    height: auto;
    display: block;
}

.fiat__header {
    max-width: 860px;
    margin: 0 auto 66px;
}

.fiat__badge {
    min-height: 45px;
    padding: 11px 20px;
    margin-bottom: 28px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: linear-gradient(hsl(var(--white)), hsl(var(--white))) padding-box, linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
    color: hsl(var(--body-color));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.fiat__badge i {
    color: hsl(var(--base-two));
    font-size: 18px;
}

.fiat__title {
    color: hsl(var(--heading-color));
    font-size: 48px;
    font-weight: 700;
    line-height: 1.17;
    margin-bottom: 24px;
}

.fiat__desc {
    max-width: 760px;
    margin: 0 auto;
    color: hsl(var(--body-color));
    font-size: 16px;
    line-height: 1.55;
}

@media screen and (max-width: 991px) {
    .fiat__title {
        font-size: 38px;
    }
}

@media screen and (max-width: 767px) {
    .fiat__header {
        margin-bottom: 44px;
    }

    .fiat__badge {
        min-height: 40px;
        padding: 9px 14px;
        gap: 8px;
        font-size: 14px;
    }

    .fiat__title {
        font-size: 30px;
    }

    .fiat__desc {
        font-size: 15px;
    }
}

.fiat__item__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
    margin-left: 60px;
    margin-right: 60px;
}

.fiat__item {
    display: flex;
    gap: 30px;
    align-items: center;
    max-width: 490px;
    position: relative;
    z-index: 1;
    min-width: 0;
}

.fiat__item__shape1 {
    position: absolute;
    right: 0;
    right: 55px;
    top: 73px;
    transform: rotate(171deg);
}

@media screen and (max-width: 1399px) {
    .fiat__item__shape1 {
        display: none;
    }
}

.fiat__item__shape2 {
    position: absolute;
    right: -81px;
    top: 64px;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .fiat__item__shape2 {
        display: none;
    }
}

.fiat__item__shape3 {
    position: absolute;
    left: 43px;
    top: 99px;
    transform: rotate(99deg);
}

@media screen and (max-width: 1399px) {
    .fiat__item__shape3 {
        display: none;
    }
}

.fiat__item__shape4 {
    position: absolute;
    left: -90px;
    top: 84px;
    z-index: -1;
    transform: rotate(91deg);
}

@media screen and (max-width: 1399px) {
    .fiat__item__shape4 {
        display: none;
    }
}

.fiat__item:first-child {
    text-align: right;
}

.fiat__item:last-child {
    position: relative;
    z-index: 1;
}

.fiat__item:last-child .fiat__item__number {
    left: auto;
    right: -6px;
}

.fiat__item__icon {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.fiat__item__img {
    height: 92px;
    width: 92px;
    border-radius: 80%;
    background-color: hsl(var(--icon-bg));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fiat__item__img svg {
    max-width: 56px;
    max-height: 56px;
}

.fiat__item__number {
    position: absolute;
    top: -3px;
    left: -6px;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    color: hsl(var(--white));
    border-radius: 50%;
    border: 1px solid hsl(var(--white));
}

.fiat__item2 {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 410px;
    min-width: 0;
}

.fiat__item2:first-child {
    text-align: right;
    position: relative;
    top: -35px;
    right: -13px;
    z-index: 1;
}

.fiat__item2:last-child {
    position: relative;
    top: -30px;
    right: 17px;
}

.fiat__item2:last-child .fiat__item__number {
    left: auto;
    right: -6px;
}

.fiat__item2__icon {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.fiat__item2__img {
    height: 92px;
    width: 92px;
    border-radius: 80%;
    background-color: hsl(var(--base-two));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fiat__item2__img svg {
    max-width: 56px;
    max-height: 56px;
}

.fiat__item__wrap2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fiat__item__wrap2 .fiat__item2:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    top: 10px;
    left: 0px;
    z-index: 1;
}

.fiat__item__wrap2 .fiat__item2:nth-child(2) .fiat__item__number {
    top: auto;
    left: auto;
    right: -10px;
    bottom: 14px;
}

@media screen and (max-width: 1199px) {
    .fiat__header {
        margin-bottom: 54px;
    }

    .fiat__item__wrap {
        margin-inline: 0;
        gap: 30px;
    }

    .fiat__item {
        gap: 22px;
        max-width: 460px;
    }

    .fiat__item__shape1,
    .fiat__item__shape2,
    .fiat__item__shape3,
    .fiat__item__shape4 {
        opacity: 0.65;
    }

    .fiat__item2 {
        max-width: 350px;
    }
}

@media screen and (max-width: 1399px) {
    .fiat__header {
        margin-bottom: 56px;
    }

    .fiat .container>.row:last-child>.col-lg-12 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .fiat__item__wrap,
    .fiat__item__wrap2 {
        display: contents;
    }

    .fiat__item__wrap .fiat__item:first-child {
        order: 2;
    }

    .fiat__item__wrap .fiat__item:last-child {
        order: 4;
    }

    .fiat__item__wrap2 .fiat__item2:first-child {
        order: 1;
    }

    .fiat__item__wrap2 .fiat__item2:nth-child(2) {
        order: 3;
    }

    .fiat__item__wrap2 .fiat__item2:last-child {
        order: 5;
        grid-column: 1/-1;
    }

    .fiat__item__wrap {
        margin: 0;
    }

    .fiat__item__wrap2 {
        margin: 0;
    }

    .fiat__item,
    .fiat__item2,
    .fiat__item2:first-child,
    .fiat__item2:last-child,
    .fiat__item__wrap2 .fiat__item2:nth-child(2) {
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
        max-width: none;
        min-height: 190px;
        padding: 24px;
        border: 1px solid hsl(var(--border-color));
        border-radius: 20px;
        background-color: hsl(var(--white));
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 22px;
    }

    .fiat__item:first-child,
    .fiat__item:last-child {
        text-align: left;
        flex-direction: row;
    }

    .fiat__item__icon,
    .fiat__item2__icon {
        order: 1;
    }

    .fiat__item__content {
        order: 2;
        text-align: left;
        min-width: 0;
    }

    .fiat__item__title {
        font-size: 24px;
        line-height: 1.22;
        margin-bottom: 12px;
    }

    .fiat__item__desc {
        font-size: 16px;
        line-height: 1.55;
    }

    .fiat__item__wrap2 .fiat__item2:nth-child(2) {
        grid-column: auto;
        max-width: none;
        margin-inline: 0;
    }

    .fiat__item:last-child .fiat__item__number,
    .fiat__item2:last-child .fiat__item__number,
    .fiat__item__wrap2 .fiat__item2:nth-child(2) .fiat__item__number {
        top: -3px;
        right: auto;
        bottom: auto;
        left: -6px;
    }

    .fiat__item__shape1,
    .fiat__item__shape2,
    .fiat__item__shape3,
    .fiat__item__shape4 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .fiat .container>.row:last-child>.col-lg-12 {
        gap: 22px;
    }

    .fiat__item__wrap,
    .fiat__item__wrap2 {
        display: contents;
        margin: 0;
    }

    .fiat__item__wrap {
        margin-bottom: 24px;
    }

    .fiat__item,
    .fiat__item2,
    .fiat__item2:first-child,
    .fiat__item2:last-child,
    .fiat__item__wrap2 .fiat__item2:nth-child(2) {
        top: auto;
        right: auto;
        left: auto;
        max-width: none;
        width: 100%;
        min-height: 190px;
        padding: 22px;
        border: 1px solid hsl(var(--border-color));
        border-radius: 20px;
        background-color: hsl(var(--white));
        text-align: left;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 18px;
    }

    .fiat__item:first-child {
        text-align: left;
        flex-direction: row;
    }

    .fiat__item:last-child {
        flex-direction: row;
    }

    .fiat__item__wrap2 .fiat__item2:nth-child(2) {
        grid-column: auto;
        max-width: none;
        margin-inline: 0;
    }

    .fiat__item__title {
        font-size: 22px;
    }

    .fiat__item__shape1,
    .fiat__item__shape2,
    .fiat__item__shape3,
    .fiat__item__shape4 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .fiat.py-120 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .fiat .container>.row:last-child>.col-lg-12 {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .fiat__item__wrap,
    .fiat__item__wrap2 {
        display: contents;
    }

    .fiat__item,
    .fiat__item2,
    .fiat__item2:first-child,
    .fiat__item2:last-child,
    .fiat__item__wrap2 .fiat__item2:nth-child(2) {
        min-height: auto;
        padding: 22px;
        border-radius: 16px;
        max-width: none;
    }

    .fiat__item__wrap2 .fiat__item2:last-child {
        grid-column: auto;
    }

    .fiat__item__wrap2 .fiat__item2:nth-child(2) {
        grid-column: auto;
    }

    .fiat__item__title {
        font-size: 20px;
    }

    .fiat__item__img,
    .fiat__item2__img {
        width: 76px;
        height: 76px;
    }

    .fiat__item__img svg,
    .fiat__item2__img svg {
        max-width: 46px;
        max-height: 46px;
    }
}

@media screen and (max-width: 424px) {

    .fiat__item,
    .fiat__item2,
    .fiat__item2:first-child,
    .fiat__item2:last-child,
    .fiat__item__wrap2 .fiat__item2:nth-child(2) {
        gap: 14px;
        padding: 20px 16px;
        border-radius: 14px;
    }

    .fiat__item__img,
    .fiat__item2__img {
        width: 62px;
        height: 62px;
    }

    .fiat__item__img svg,
    .fiat__item2__img svg {
        max-width: 38px;
        max-height: 38px;
    }

    .fiat__item__title {
        font-size: 18px;
    }

    .fiat__item__desc {
        font-size: 15px;
    }
}

@media screen and (max-width: 374px) {

    .fiat__item,
    .fiat__item2,
    .fiat__item2:first-child,
    .fiat__item2:last-child,
    .fiat__item__wrap2 .fiat__item2:nth-child(2) {
        gap: 12px;
        padding: 18px 14px;
    }

    .fiat__item__img,
    .fiat__item2__img {
        width: 56px;
        height: 56px;
    }

    .fiat__item__img svg,
    .fiat__item2__img svg {
        max-width: 34px;
        max-height: 34px;
    }

    .fiat__item__number {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .fiat__item__title {
        font-size: 17px;
    }

    .fiat__item__desc {
        font-size: 14px;
    }
}

/* ======================  Fiat Section End  ======================*/
/* ======================  Payment-page Section End  ======================*/
/* ======================  crypto Section start  ======================*/
.crypto {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.crypto__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.crypto__bg svg {
    max-width: 100%;
    height: auto;
    display: block;
}

.crypto__wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1;
}

.crypto__wrap__shape1 {
    position: absolute;
    right: 0;
    top: 56px;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .crypto__wrap__shape1 {
        right: -46px;
        top: 41px;
    }
}

@media screen and (max-width: 1199px) {
    .crypto__wrap__shape1 {
        display: none;
    }
}

.crypto__wrap__shape2 {
    position: absolute;
    left: 0;
    top: 200px;
}

@media screen and (max-width: 1399px) {
    .crypto__wrap__shape2 {
        left: -50px;
        top: 175px;
    }
}

@media screen and (max-width: 1199px) {
    .crypto__wrap__shape2 {
        display: none;
    }
}

.crypto__wrap__shape3 {
    position: absolute;
    bottom: 200px;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .crypto__wrap__shape3 {
        bottom: 187px;
        right: -49px;
    }
}

@media screen and (max-width: 1199px) {
    .crypto__wrap__shape3 {
        display: none;
    }
}

.crypto__wrap__shape4 {
    position: absolute;
    bottom: 56px;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .crypto__wrap__shape4 {
        bottom: 45px;
        left: -47px;
    }
}

@media screen and (max-width: 1199px) {
    .crypto__wrap__shape4 {
        display: none;
    }
}

.crypto__wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}

.crypto__item {
    display: flex;
    align-items: center;
    gap: 24px;
    background-color: hsl(var(--section-bg)/0.1);
    border-radius: 40px 16px 16px 40px;
    border: 1px solid hsl(var(--border-color));
    padding-right: 24px;
    overflow: hidden;
    max-width: 1080px;
    width: 100%;
    margin: auto;
    min-width: 0;
}

.crypto__item:nth-child(even) {
    flex-direction: row-reverse;
    border-radius: 16px 40px 40px 16px;
    padding-right: 0;
    padding-left: 24px;
}

.crypto__item:nth-child(even) .crypto__item__content__wrap {
    flex-direction: row-reverse;
}

.crypto__item:nth-child(even) .crypto__item__content {
    text-align: right;
}

.crypto__item__icon {
    height: 116px;
    width: 125px;
    background-color: hsl(var(--icon-bg));
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 125px;
}

.crypto__item__icon svg {
    max-width: 64%;
    max-height: 64%;
}

.crypto__item__title {
    font-size: 24px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 12px;
}

.crypto__item__desc {
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--body-color));
}

.crypto__item__content__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 24px;
    min-width: 0;
}

.crypto__item__content {
    min-width: 0;
}

.crypto__item__number {
    height: 64px;
    width: 64px;
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    font-size: 24px;
    font-weight: 600;
    color: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex: 0 0 64px;
}

@media screen and (max-width: 1399px) {
    .crypto__wrap {
        gap: 28px;
    }

    .crypto__wrap__shape1,
    .crypto__wrap__shape2,
    .crypto__wrap__shape3,
    .crypto__wrap__shape4 {
        opacity: 0.75;
    }

    .crypto__item {
        max-width: 1000px;
        gap: 22px;
    }

    .crypto__item__icon {
        width: 116px;
        height: 108px;
        flex-basis: 116px;
    }

    .crypto__item__title {
        font-size: 22px;
        line-height: 1.25;
    }
}

@media screen and (max-width: 1199px) {
    .crypto__wrap {
        gap: 24px;
    }

    .crypto__item {
        max-width: 920px;
        gap: 20px;
        padding-right: 22px;
    }

    .crypto__item:nth-child(even) {
        padding-left: 22px;
    }

    .crypto__item__icon {
        width: 104px;
        height: 100px;
        flex-basis: 104px;
    }

    .crypto__item__content__wrap {
        gap: 20px;
    }

    .crypto__item__title {
        font-size: 21px;
    }

    .crypto__item__number {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
        font-size: 21px;
    }
}

@media screen and (max-width: 991px) {
    .crypto__wrap {
        gap: 20px;
    }

    .crypto__wrap__shape1,
    .crypto__wrap__shape2,
    .crypto__wrap__shape3,
    .crypto__wrap__shape4 {
        display: none;
    }

    .crypto__item {
        max-width: 100%;
        border-radius: 28px 14px 14px 28px;
    }

    .crypto__item:nth-child(even) {
        border-radius: 14px 28px 28px 14px;
    }

    .crypto__item__icon {
        width: 92px;
        height: 92px;
        flex-basis: 92px;
    }

    .crypto__item__title {
        font-size: 20px;
    }

    .crypto__item__desc {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 0;
    }

    .crypto__item__number {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {
    .crypto.py-120 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .crypto__bg {
        opacity: 0.7;
    }

    .crypto__wrap {
        gap: 18px;
    }

    .crypto__item {
        gap: 16px;
        padding: 20px;
        border-radius: 18px;
    }

    .crypto__item:nth-child(even) {
        flex-direction: row;
        border-radius: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .crypto__item:nth-child(even) .crypto__item__content__wrap {
        flex-direction: row;
    }

    .crypto__item:nth-child(even) .crypto__item__content {
        text-align: left;
    }

    .crypto__item__icon {
        width: 76px;
        height: 76px;
        flex-basis: 76px;
        border-radius: 14px;
    }

    .crypto__item__content__wrap {
        gap: 16px;
    }

    .crypto__item__number {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 17px;
    }
}

@media screen and (max-width: 424px) {
    .crypto__item {
        align-items: flex-start;
        gap: 14px;
        padding: 18px 16px;
    }

    .crypto__item:nth-child(even) {
        padding-left: 16px;
        padding-right: 16px;
    }

    .crypto__item__icon {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .crypto__item__content__wrap {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }

    .crypto__item:nth-child(even) .crypto__item__content__wrap {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .crypto__item__title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .crypto__item__desc {
        font-size: 14px;
    }

    .crypto__item__number {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 15px;
    }
}

@media screen and (max-width: 374px) {
    .crypto__item {
        gap: 12px;
        padding: 16px 14px;
    }

    .crypto__item:nth-child(even) {
        padding-left: 14px;
        padding-right: 14px;
    }

    .crypto__item__icon {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .crypto__item__title {
        font-size: 17px;
    }
}

/* ======================  crypto Section End  ======================*/
/* ======================  Api Section Start  ======================*/
.api {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--section-bg)/0.1);
    overflow: hidden;
}

.api__bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.api__bg svg {
    max-width: 100%;
    height: auto;
    display: block;
}

.api__item {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 498px;
    min-width: 0;
    box-sizing: border-box;
}

.api__item__icon {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    flex-shrink: 0;
    position: relative;
    top: 24px;
    z-index: 3;
    left: 24px;
}

.api__item__number {
    height: 100px;
    width: 133px;
    font-size: 40px;
    font-weight: 600;
    color: hsl(var(--white));
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -24px;
    z-index: 0;
    -webkit-mask-image: url(../images/mask-shape-no.png);
    mask-image: url(../images/mask-shape-no.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding-bottom: 22px;
    padding-left: 30px;
}

.api__item__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 498px;
    min-height: 144px;
    padding: 20px;
    padding-top: 34px;
    background-color: transparent;
    box-sizing: border-box;
}

.api__item__content::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: -1;
    background-color: hsl(var(--border-color));
    -webkit-mask-image: url("../images/mask-shape.png");
    mask-image: url("../images/mask-shape.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.api__item__content::after {
    position: absolute;
    content: "";
    inset: 1px;
    z-index: -1;
    background-color: hsl(var(--white));
    -webkit-mask-image: url("../images/mask-shape.png");
    mask-image: url("../images/mask-shape.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.api__item__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.api__item__desc {
    font-size: 16px;
    font-weight: 400;
    max-width: 364px;
    line-height: 1.55;
    margin-bottom: 0;
}

.api__item__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1120px;
    min-height: 650px;
    margin: 88px auto 0;
    gap: 32px;
    position: relative;
    z-index: 1;
}

.api__item__main__shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.api__item__main__shape img {
    max-width: 1087px;
    width: 72vw;
    height: auto;
    display: block;
}

.api__item__wrap {
    width: 100%;
    max-width: 498px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.api__item__wrap:first-of-type {
    margin-top: 85px;
    gap: 62px;
}

.api__item__wrap:last-child {
    gap: 109px;
}

.api__item__wrap:last-child .api__item__icon {
    position: absolute;
    left: auto;
    right: 24px;
    top: -22px;
}

.api__item__wrap:last-child .api__item__number {
    left: 0;
    right: auto;
    top: -71px;
    -webkit-mask-image: url("../images/mask-shape-no1.png");
    mask-image: url("../images/mask-shape-no1.png");
    padding-left: 0;
    padding-right: 20px;
}

.api__item__wrap:last-child .api__item__content {
    text-align: right;
}

.api__item__wrap:last-child .api__item__content .api__item__desc {
    margin-left: auto;
}

.api__item__wrap:last-child .api__item__content::before,
.api__item__wrap:last-child .api__item__content::after {
    -webkit-mask-image: url("../images/mask-shape2.png");
    mask-image: url("../images/mask-shape2.png");
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .api__item__wrap:last-child .api__item:nth-child(1) {
        top: 28px !important;
        right: 7px !important;
        max-width: 472px;
    }

    .api__item__wrap:first-of-type .api__item:nth-child(1) {
        top: 114px !important;
        left: -16px !important;
    }

    .api__item__wrap:last-child .api__item:nth-child(2) {
        top: 296px !important;
        right: -18px !important;
    }

    .api__item__wrap:first-of-type .api__item:nth-child(2) {
        top: 381px !important;
        left: -15px !important;
    }

    .api__item__wrap:last-child .api__item:nth-child(3) {
        top: 562px !important;
        right: -18px !important;
    }
}

@media (min-width: 992px) {
    .api__item__main {
        min-height: 700px;
    }

    .api__item__wrap {
        position: absolute;
        inset: 0;
        max-width: none;
        display: block;
        margin-top: 0 !important;
    }

    .api__item__wrap .api__item {
        position: absolute;
    }

    .api__item__wrap:first-of-type .api__item:nth-child(1) {
        top: 114px;
        left: -24px;
    }

    .api__item__wrap:first-of-type .api__item:nth-child(2) {
        top: 397px;
        left: -24px;
    }

    .api__item__wrap:last-child .api__item:nth-child(1) {
        top: 20px;
        right: -30px;
    }

    .api__item__wrap:last-child .api__item:nth-child(2) {
        top: 304px;
        right: -27px;
    }

    .api__item__wrap:last-child .api__item:nth-child(3) {
        top: 590px;
        right: -30px;
    }
}

@media screen and (max-width: 1399px) {
    .api__bg {
        opacity: 0.7;
    }

    .api__item {
        height: 100%;
    }

    .api__item__icon {
        height: 44px;
        width: 44px;
        position: absolute;
        top: -20px;
        left: 22px;
    }

    .api__item__icon svg {
        width: 25px;
        height: 25px;
    }

    .api__item__number {
        width: 52px;
        height: 52px;
        font-size: 20px;
        top: 18px;
        right: 18px;
        z-index: 2;
        padding: 0;
        border-radius: 14px;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .api__item__content {
        max-width: none;
        min-height: 150px;
        padding: 40px 88px 24px 20px;
    }

    .api__item__content::before,
    .api__item__content::after {
        -webkit-mask-image: none;
        mask-image: none;
        border-radius: 18px;
    }

    .api__item__content::before {
        background: linear-gradient(135deg, hsl(var(--base)/0.7), hsl(var(--border-color)) 24%, hsl(var(--border-color)));
    }

    .api__item__content::after {
        inset: 1px;
        box-shadow: 0 12px 32px hsl(var(--black)/0.04);
    }

    .api__item__title {
        font-size: 20px;
        line-height: 1.25;
    }

    .api__item__desc {
        font-size: 15px;
        max-width: 100%;
    }

    .api__item__main {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 24px;
        min-height: 0;
        max-width: 960px;
        margin-top: 58px;
    }

    .api__item__main__shape {
        display: none;
    }

    .api__item__wrap {
        position: static;
        inset: auto;
        display: contents;
        max-width: none;
        margin-top: 0;
    }

    .api__item__wrap .api__item {
        position: relative;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        max-width: none;
    }

    .api__item__wrap:first-of-type .api__item:nth-child(1) {
        order: 2;
    }

    .api__item__wrap:first-of-type .api__item:nth-child(2) {
        order: 4;
    }

    .api__item__wrap:last-child .api__item:nth-child(1) {
        order: 1;
    }

    .api__item__wrap:last-child .api__item:nth-child(2) {
        order: 3;
    }

    .api__item__wrap:last-child .api__item:nth-child(3) {
        order: 5;
        grid-column: 1/-1;
        max-width: 468px;
        justify-self: center;
    }

    .api__item__wrap:last-child .api__item__icon {
        left: 22px;
        right: auto;
        top: -20px;
    }

    .api__item__wrap:last-child .api__item__number {
        left: auto;
        right: 18px;
        top: 18px;
        -webkit-mask-image: none;
        mask-image: none;
        padding: 0;
    }

    .api__item__wrap:last-child .api__item__content {
        text-align: left;
        padding-right: 88px;
    }

    .api__item__wrap:last-child .api__item__content .api__item__desc {
        margin-left: 0;
    }

    .api__item__wrap:last-child .api__item__content::before,
    .api__item__wrap:last-child .api__item__content::after {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

@media screen and (max-width: 991px) {
    .api__item__main {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 34px 24px;
        min-height: 0;
        max-width: 100%;
        margin-top: 64px;
    }

    .api__item__wrap:last-child .api__item__number {
        left: auto;
        right: 18px;
        top: 18px;
        -webkit-mask-image: none;
        mask-image: none;
        padding: 0;
    }

    .api__item__wrap:last-child .api__item__content {
        text-align: left;
        padding-right: 84px;
    }

    .api__item__wrap:last-child .api__item__content .api__item__desc {
        margin-left: 0;
    }

    .api__item__wrap:last-child .api__item__content::before,
    .api__item__wrap:last-child .api__item__content::after {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

@media screen and (max-width: 767px) {
    .api.py-120 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .api__item__icon {
        width: 42px;
        height: 42px;
        top: -18px;
        left: 20px;
    }

    .api__item__icon svg {
        width: 24px;
        height: 24px;
    }

    .api__item__number {
        width: 46px;
        height: 46px;
        font-size: 18px;
        top: 16px;
        right: 16px;
        padding: 0;
    }

    .api__item__content {
        min-height: auto;
        padding: 38px 74px 22px 18px;
    }

    .api__item__title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .api__item__desc {
        font-size: 15px;
    }

    .api__item__main {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 54px;
    }

    .api__item__main__shape {
        display: none;
    }

    .api__item__wrap:last-child .api__item:nth-child(3) {
        max-width: none;
    }

    .api__item__wrap:last-child .api__item__content {
        padding-right: 74px;
    }

    .api__item__wrap:last-child .api__item__number {
        right: 16px;
        top: 16px;
    }
}

@media screen and (max-width: 424px) {
    .api__item__icon {
        width: 38px;
        height: 38px;
        top: -16px;
        left: 16px;
    }

    .api__item__icon svg {
        width: 22px;
        height: 22px;
    }

    .api__item__number {
        width: 42px;
        height: 42px;
        font-size: 16px;
        right: 14px;
        top: 14px;
        padding: 0;
    }

    .api__item__content {
        padding: 36px 64px 20px 16px;
    }

    .api__item__content::before,
    .api__item__content::after {
        -webkit-mask-image: none;
        mask-image: none;
        border-radius: 16px;
    }

    .api__item__title {
        font-size: 18px;
    }

    .api__item__desc {
        font-size: 14px;
    }

    .api__item__main {
        gap: 28px;
    }

    .api__item__wrap:last-child .api__item__content {
        padding-right: 64px;
    }

    .api__item__wrap:last-child .api__item__number {
        right: 14px;
        top: 14px;
    }
}

@media screen and (max-width: 374px) {
    .api__item__number {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .api__item__content {
        padding: 34px 58px 18px 14px;
    }

    .api__item__title {
        font-size: 17px;
    }

    .api__item__wrap:last-child .api__item__content {
        padding-right: 58px;
    }
}

/* ======================  Api Section End  ======================*/
/* ======================  Security Section start  ======================*/
.security-core__item {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    padding: 24px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
}

.security-core__item__shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.security-core__heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.security-core__title {
    font-size: 18px;
    font-weight: 600;
}

.security-core__desc {
    font-size: 16px;
    font-weight: 400;
}

.security-core__icon {
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(var(--section-bg)/0.1);
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    flex-shrink: 0;
}

/* ======================  Security Section End  ======================*/
/* ======================  Api Section Start  ======================*/
/* ======================  Api Section End  ======================*/
/*# sourceMappingURL=main.css.map */


/* ========================= Form CSS End ===========================  */
.verification-box .account-body__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: hsl(var(--base));
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .verification-box .account-body__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 424px) {
    .verification-box .account-body__title {
        font-size: 1.5rem;
    }
}

.verification-box .account-body__desc {
    font-weight: 500;
    color: #4b5563;
}

@media screen and (max-width: 424px) {
    .verification-box .account-body__desc {
        font-size: 1rem;
    }
}

.verification-box .verification-btn {
    margin-top: 20px;
}

.verification-wrapper__text {
    text-align: center;
    margin: 24px 0px;
}

.verification-wrapper__text .resend-code,
.verification-wrapper__text .verification-content-link {
    color: hsl(var(--heading-color));
    font-size: 1.125rem;
    font-weight: 500;
}

@media screen and (max-width: 424px) {

    .verification-wrapper__text .resend-code,
    .verification-wrapper__text .verification-content-link {
        font-size: 1rem;
    }
}

.verification-wrapper__text button {
    color: hsl(var(--base));
    font-size: 1.125rem;
    background-color: transparent;
    border: none;
}

@media screen and (max-width: 424px) {
    .verification-wrapper__text button {
        font-size: 1rem;
    }
}

.verification-wrapper__text .timeout {
    font-size: 1rem;
    font-style: italic;
    color: #4b5563;
}

.verification-wrapper .otp-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    font-family: Arial, sans-serif;
}

.verification-wrapper .otp-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 424px) {
    .verification-wrapper .otp-inputs {
        gap: 5px;
    }
}

.verification-wrapper .otp-input {
    width: 56px;
    height: 56px;
    font-size: 24px;
    text-align: center;
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    background: hsl(var(--white));
    color: hsl(var(--body-color));
    outline: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .verification-wrapper .otp-input {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 460px) {
    .verification-wrapper .otp-input {
        width: 35px;
        height: 35px;
        font-size: 1.125rem;
    }
}

.verification-wrapper .otp-input:focus {
    border-color: hsl(var(--base));
    background: hsl(var(--white));
}


/* change */
.account__form__logo{
    max-width:190px;
    margin-bottom: 18px;
}
/* change */

/* =============================================
   Payment Process — hover effects
   ============================================= */
.payment-process__item {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border: 1px solid hsl(var(--border-color));
}
.payment-process__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px hsl(var(--base) / 0.08);
    border-color: hsl(var(--base) / 0.2);
}
.payment-process__item .payment-process__icon {
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.payment-process__item:hover .payment-process__icon {
    transform: scale(1.08);
    background-color: hsl(var(--base) / 0.15);
}
.payment-process__item .payment-process__title {
    transition: color 0.3s ease;
}
.payment-process__item:hover .payment-process__title {
    color: hsl(var(--base));
}

/* =============================================
   Payment Verification — hover effects
   ============================================= */
.payment-verification-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.payment-verification-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px hsl(var(--base) / 0.08);
}
.payment-verification-card__icon {
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.payment-verification-card:hover .payment-verification-card__icon {
    transform: scale(1.08);
    background-color: hsl(var(--base) / 0.18);
}
.payment-verification-card__title {
    transition: color 0.3s ease;
}
.payment-verification-card:hover .payment-verification-card__title {
    color: hsl(var(--base));
}

/* =============================================
   Security Core — hover effects
   ============================================= */
.security-core__item {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.security-core__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px hsl(var(--base) / 0.08);
    border-color: hsl(var(--base) / 0.2);
}
.security-core__icon {
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.security-core__item:hover .security-core__icon {
    transform: scale(1.08);
    background-color: hsl(var(--base) / 0.18);
}
.security-core__title {
    transition: color 0.3s ease;
}
.security-core__item:hover .security-core__title {
    color: hsl(var(--base));
}

/* =============================================
   Fiat Payment — hover effects
   ============================================= */
.fiat__item__icon {
    transition: transform 0.3s ease;
}
.fiat__item:hover .fiat__item__icon {
    transform: scale(1.06);
}
.fiat__item2:hover .fiat__item__icon {
    transform: scale(1.06);
}
.fiat__item2 .fiat__item__icon {
    transition: transform 0.3s ease;
}
.fiat__item__img {
    transition: box-shadow 0.3s ease;
}
.fiat__item:hover .fiat__item__img,
.fiat__item2:hover .fiat__item__img {
    box-shadow: 0 8px 24px hsl(var(--base) / 0.15);
}
.fiat__item__title {
    transition: color 0.3s ease;
}
.fiat__item:hover .fiat__item__title,
.fiat__item2:hover .fiat__item__title {
    color: hsl(var(--base));
}

/* =============================================
   Crypto Payment — hover effects
   ============================================= */
.crypto__item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.crypto__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px hsl(var(--base) / 0.08);
}
.crypto__item__icon {
    transition: transform 0.3s ease;
}
.crypto__item:hover .crypto__item__icon {
    transform: scale(1.06);
}
.crypto__item__number {
    transition: background 0.3s ease, transform 0.3s ease;
}
.crypto__item:hover .crypto__item__number {
    background: linear-gradient(90deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    transform: scale(1.08);
}
.crypto__item__title {
    transition: color 0.3s ease;
}
.crypto__item:hover .crypto__item__title {
    color: hsl(var(--base));
}

/* =============================================
   API Payment Flow — line fill animation
   ============================================= */
.api__item__main__shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.api__item__main__shape img {
    max-width: 1087px;
    width: 72vw;
    height: auto;
    display: block;
}

.api__item__main__shape::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    -webkit-mask-image: url("../images/api-bg.png");
    mask-image: url("../images/api-bg.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    clip-path: inset(0 0 100% 0);
    opacity: 0;
}

.api__item__main__shape.animate-fill::after {
    animation: apiLineFill 2s ease-out forwards;
}

@keyframes apiLineFill {
    0% {
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        clip-path: inset(0 0 0% 0);
        opacity: 1;
    }
}

/* =============================================
   Our Process — mobile redesign
   ============================================= */
@media screen and (max-width: 767px) {
    .our-process.pb-120 {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 424px) {
    .our-process.pb-120 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .our-process__wrapper::before {
        width: 3px;
        left: 35px;
        right: auto;
        top: 42px;
        bottom: 42px;
        background: linear-gradient(180deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 50%, hsl(var(--border-color)) 100%);
        border-radius: 10px;
    }
}

@media screen and (max-width: 424px) {
    .our-process__wrapper::before {
        left: 30px;
        top: 38px;
        bottom: 38px;
    }
}

@media screen and (max-width: 767px) {
    .our-process__wrapper {
        gap: 16px;
        max-width: 100%;
    }

    .our-process__item {
        background: hsl(var(--white));
        border: 1px solid hsl(var(--border-color));
        border-radius: 16px;
        padding: 18px 16px;
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .our-process__item:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px hsl(var(--base) / 0.08);
        border-color: hsl(var(--base) / 0.2);
    }

    .our-process__icon {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
        border-width: 5px;
    }

    .our-process__icon svg {
        max-width: 24px;
        max-height: 24px;
    }

    .our-process__title {
        font-size: 17px;
        font-weight: 600;
    }
}

@media screen and (max-width: 424px) {
    .our-process__wrapper {
        gap: 12px;
    }

    .our-process__item {
        padding: 14px 12px;
        border-radius: 14px;
    }

    .our-process__icon {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        border-width: 4px;
    }

    .our-process__icon svg {
        max-width: 20px;
        max-height: 20px;
    }

    .our-process__title {
        font-size: 15px;
    }
}

.our-process__step-num {
    display: none;
}

@media screen and (max-width: 767px) {
    .our-process__step-num {
        display: flex;
        position: absolute;
        top: -6px;
        right: -6px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: linear-gradient(135deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
        color: hsl(var(--white));
        font-size: 11px;
        font-weight: 700;
        align-items: center;
        justify-content: center;
        z-index: 2;
        line-height: 1;
    }
}

/* =============================================
   Download App — floating image animation
   ============================================= */
@keyframes floatImage {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

.download-app__image {
    animation: floatImage 3.5s ease-in-out infinite;
}

/* =============================================
   Feature — icon hover
   ============================================= */
.feature__card__icon {
    transition: transform 0.3s ease;
}

.feature__card:hover .feature__card__icon {
    transform: scale(1.05);
}

/* =============================================
   How It Work — icon invert on hover
   ============================================= */
.how-it-work__icon img {
    transition: 0.3s;
}

.how-it-work__item:hover .how-it-work__icon img {
    filter: brightness(0) invert(1);
}

/* =============================================
   Security — floating image animation
   ============================================= */
@keyframes floatSecurity {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

.security__thumb img {
    animation: floatSecurity 3.5s ease-in-out infinite;
}

/* =============================================
   Why Choose Us — item desc position
   ============================================= */
.why-choose__item-desc {
    top: 202px;
}

@media screen and (max-width: 1399px) {
    .why-choose__item-desc {
        top: 198px;
    }
}

@media screen and (max-width: 1199px) {
    .why-choose__item-desc {
        top: 178px;
    }
}

@media screen and (max-width: 991px) {
    .why-choose__item-desc,
    .why-choose__item.active .why-choose__item-desc,
    .why-choose__item:focus-within .why-choose__item-desc {
        top: auto;
    }
}