@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Plus Jakarta Sans", sans-serif;
    --body-font: "Albert Sans", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 23;
    --base-s: 100%;
    --base-l: 50%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
    /* Base Two Color */
    --base-two-h: 273;
    --base-two-s: 95%;
    --base-two-l: 62%;
    --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%;
    --footer-bg: 221 39% 11%;
    --body-color: 217 19% 27%;
    --text-mute: 220 9% 46%;
    --heading-color: 221 39% 11%;
    --black: 0 0% 0%;
    --border-color: 216 12% 84%;
    --border-color-two: 217 16% 84%;
    --border-color-three: 220 14% 96%;
    --section-bg: 23 100% 96%;
    --gray-bg: 210 20% 98%;
    --background-color: var(--black);



    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    /* Secondary Color */
    --secondary-h: 217;
    --secondary-s: 19%;
    --secondary-l: 27%;
    --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: 142;
    --success-s: 71%;
    --success-l: 45%;
    --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: 84%;
    --danger-l: 60%;
    --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: 38;
    --warning-s: 92%;
    --warning-l: 50%;
    --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: 217;
    --info-s: 91%;
    --info-l: 60%;
    --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);
    --neutral-h: 220;
    --neutral-s: 13%;
    --neutral-l: 91%;
    --neutral: var(--neutral-h) var(--neutral-s) var(--neutral-l);
    --neutral-d-100: var(--neutral-h) var(--neutral-s) calc(var(--neutral-l) - var(--neutral-l) * 0.1);
    --neutral-d-200: var(--neutral-h) var(--neutral-s) calc(var(--neutral-l) - var(--neutral-l) * 0.2);
    --neutral-d-300: var(--neutral-h) var(--neutral-s) calc(var(--neutral-l) - var(--neutral-l) * 0.3);
    --neutral-d-400: var(--neutral-h) var(--neutral-s) calc(var(--neutral-l) - var(--neutral-l) * 0.4);
    --neutral-d-500: var(--neutral-h) var(--neutral-s) calc(var(--neutral-l) - var(--neutral-l) * 0.5);
    --neutral-l-100: var(--neutral-h) calc(var(--neutral-s)) calc(var(--neutral-l) + (100% - var(--neutral-l)) * 0.1);
    --neutral-l-200: var(--neutral-h) calc(var(--neutral-s)) calc(var(--neutral-l) + (100% - var(--neutral-l)) * 0.2);
    --neutral-l-300: var(--neutral-h) calc(var(--neutral-s)) calc(var(--neutral-l) + (100% - var(--neutral-l)) * 0.3);
    --neutral-l-400: var(--neutral-h) calc(var(--neutral-s)) calc(var(--neutral-l) + (100% - var(--neutral-l)) * 0.4);
    --neutral-l-500: var(--neutral-h) calc(var(--neutral-s)) calc(var(--neutral-l) + (100% - var(--neutral-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify End ============================== */
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio {
    display: flex;
    flex-wrap: wrap;
}

.flex-align {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.form-select {
    padding: 19px 16px !important;
}

* {
    outline: none;
}


/* ============================= Display Flex Css End ============================= */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15 {
    font-size: 0.9375rem;
}

.fs-16 {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .fs-16 {
        font-size: 0.9375rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .fs-18 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-18 {
        font-size: 1rem;
    }
}

.fs-20 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .fs-20 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-20 {
        font-size: 1.0625rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--gray-bg));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    color: hsl(var(--body-color));
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.1;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: 3.75rem;
}

@media screen and (max-width: 1399px) {
    h1 {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 1.875rem;
    }
}

h2 {
    font-size: 5.25rem;
}

@media screen and (max-width: 1399px) {
    h2 {
        font-size: 4.375rem;
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 575px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: 3.5rem;
}

@media screen and (max-width: 1399px) {
    h3 {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 575px) {
    h3 {
        font-size: 1.5625rem;
    }
}

h4 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
    h4 {
        font-size: 1.3125rem;
    }
}

@media screen and (max-width: 1199px) {
    h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    h4 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {
    h4 {
        font-size: 1.0625rem;
    }
}

h5 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    h5 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 1199px) {
    h5 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    h5 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    h5 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    h5 {
        font-size: 1rem;
    }
}

h6 {
    font-size: 1rem;
}

@media screen and (max-width: 1399px) {
    h6 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    h6 {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 767px) {
    h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    h6 {
        font-size: 0.875rem;
    }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: inherit;
}

a {
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--info));
}

a:hover {
    color: hsl(var(--base));
}

.policy-contact a {
    color: hsl(var(--base));
    transition: .4s;
    display: inline;
    position: relative;
}

.policy-contact a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 1px;
    background-color: hsl(var(--base));
    transition: .2s;
}
.inline-link{
    color: inherit;
    position: relative;
    text-decoration: underline;
    /* border-bottom: 1px solid hsl(var(--base)); */
}



.policy-contact a:hover::after {
    width: 100%;
}

.tag a {
    color: hsl(var(--base));
    transition: .4s;
    display: inline;
    position: relative;
}

.tag a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 1px;
    background-color: hsl(var(--base));
    transition: .2s;
}

.tag a:hover::after {
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
    font-family: var(--body-font);
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
@media screen and (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1344px;
    }
}

/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg));
}

.text-muted {
    color: hsl(var(--white)/0.6) !important;
}

/* Bg Image Css */
.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

/* Overlay Start */
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show {
    visibility: visible;
    opacity: 1;
}

.gradient-text {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-d-200))), to(hsl(var(--base))));
    background-image: linear-gradient(180deg, hsl(var(--base-d-200)) 0%, hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.gradient-text::-moz-selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.gradient-text::selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 24px;
    }
}

.section-heading__title {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .section-heading__title {
        margin-bottom: 20px;
    }
}

.section-heading__desc {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
}

@media screen and (max-width: 991px) {
    .section-heading__desc {
        max-width: 500px;
    }
}

.section-heading.style-left {
    text-align: left;
}

.section-heading.style-left .section-heading__title::before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.section-heading.style-left .section-heading__subtitle {
    font-weight: 600;
    color: hsl(var(--body-color));
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .section-heading.style-left .section-heading__subtitle {
        font-size: 1.5rem;
    }
}

.section-heading.style-left .section-heading__desc {
    margin-left: 0;
}

/* ====================== Section Heading End ==================== */
html {
    scroll-behavior: smooth;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

.heading-animated-text {
    white-space: normal;
    /* Let browser handle space/wrapping */
}

.heading-animated-text .char {
    display: inline-block;
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.heading-animated-text .char:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.word {
    white-space: nowrap;
    display: inline;
}

@media screen and (max-width: 1199px) {
    main {
        padding-top: 71px;
    }
}

/* ======================  Select2 Start  ======================*/
* {
    --border-radius: 12px;
    --height: 56px;
    --select2-border: hsl(var(--border-color));
    --main: hsl(var(--base));
}

.select2-search__field {
    --border-radius: 12px;
    --height: 56px;
    --select2-border: hsl(var(--border-color));
    --main: hsl(var(--base));
}

.select2+.select2-container {
    border-radius: var(--border-radius);
    height: 56px !important;
}

.select2+.select2-container .select2-selection__rendered {
    line-height: 41px !important;
}

.select2+.select2-container .select2-selection--single {
    height: var(--height) !important;
}

.select2+.select2-container .select2-selection {
    border: 0;
    background-color: transparent;
    width: 100%;
}

.select2+.select2-container .selection {
    width: 100%;
}

.select2+.select2-container .select2-selection__arrow {
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: inherit;
}

.select2+.select2-container .select2-selection__arrow::after {
    position: absolute;
    content: "\f078";
    inset: 0;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: 31px;
    color: hsl(var(--border-color));
}

.select2+.select2-container .select2-selection__arrow b {
    border: 0;
}

.select2-container--open:has(.select2-dropdown--above) {
    margin-top: -12px;
}

.select2-container--open:has(.select2-dropdown--below) {
    margin-top: 10px;
}

.select2-container--open .select2-dropdown {
    --border-radius: 12px;
    --height: 56px;
    --select2-border: hsl(var(--border-color));
    --main: hsl(var(--base));
    border: 1px solid var(--select2-border) !important;
    border-radius: var(--border-radius) !important;
    overflow: hidden;
    z-index: 9;
}

.select2-container--open .select2-dropdown--above {
    margin-bottom: 10px;
}

.select2-search__field {
    border-radius: var(--border-radius);
    border: 1px solid var(--select2-border) !important;
}

.select2-search__field:focus {
    outline: 0;
    border-color: hsl(var(--base)) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: hsl(var(--base));
}

.select2-container--below.select2-container--open .select2-selection__arrow::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-heading .select2-container--default .select2-selection--single {
    border-radius: var(--border-radius) !important;
    position: relative;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
    border-radius: var(--border-radius) !important;
}

/* ======================  Select2 End  ======================*/
.mb--40 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .mb--40 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .mb--40 {
        margin-bottom: 20px;
    }
}

.h-48 {
    height: 48px;
}

/* ================================= Background Color Css Start =========================== */
.bg--base {
    background-color: hsl(var(--base)) !important;
}

.bg--primary {
    background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

.bg--body {
    background-color: hsl(var(--gray-bg)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
    color: hsl(var(--base)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

.text--mute {
    color: hsl(var(--text-mute)) !important;
}

.text--heading {
    color: hsl(var(--heading-color)) !important;
}

/* ================================= Color Css End =========================== */
.py-120 {
    padding-block: 120px;
}

@media screen and (max-width: 991px) {
    .py-120 {
        padding-block: 80px;
    }
}

@media screen and (max-width: 424px) {
    .py-120 {
        padding-block: 60px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 424px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.py-60 {
    padding-block: 60px;
}

@media screen and (max-width: 991px) {
    .py-60 {
        padding-block: 40px;
    }
}

@media screen and (max-width: 424px) {
    .py-60 {
        padding-block: 30px;
    }
}

.pt-60 {
    padding-top: 60px;
}

@media screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media screen and (max-width: 424px) {
    .pt-60 {
        padding-top: 30px;
    }
}

.pb-60 {
    padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .pb-60 {
        padding-bottom: 30px;
    }
}

.my-120 {
    margin-block: 120px;
}

@media screen and (max-width: 991px) {
    .my-120 {
        margin-block: 80px;
    }
}

@media screen and (max-width: 424px) {
    .my-120 {
        margin-block: 60px;
    }
}

.mt-120 {
    margin-top: 120px;
}

@media screen and (max-width: 991px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .mt-120 {
        margin-top: 60px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 424px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

.my-60 {
    margin-block: 60px;
}

@media screen and (max-width: 991px) {
    .my-60 {
        margin-block: 40px;
    }
}

@media screen and (max-width: 424px) {
    .my-60 {
        margin-block: 30px;
    }
}

.mt-60 {
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 424px) {
    .mt-60 {
        margin-top: 30px;
    }
}

.mt-20 {
    margin-top: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

/* ================================= Border Color Css Start =========================== */
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* ================================= 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-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;
    }
}

/* ================================= 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-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 !important;
        padding-bottom: 60px !important;
    }
}

.pt-60 {
    padding-top: 30px !important;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px !important;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px !important;
    }
}

.pb-60 {
    padding-bottom: 30px !important;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px !important;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px !important;
    }
}

.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;
    }
}


/* ================================= 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: 19px 29px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--heading-font);
    font-size: 1rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}


.btn:hover,
.btn:focus,
.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--lg {
    padding: 18px 35px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 18px 30px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 16px 25px;
    }
}

.btn--md {
    padding: 15px 25px;
}

.btn--sm {
    padding: 9px 18px !important;
    font-weight: 600;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 8px 12px !important;
    }
}

@media screen and (max-width: 424px) {
    .btn--sm {
        padding: 8px 8px !important;
        font-size: 12px;
    }
}


.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9375rem;
    padding: 0;
}

.btn--base {
    background-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid hsl(var(--base-d-200)) !important;
}

.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--primary {
    background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
    background-color: hsl(var(--secondary-d-200)) !important;
    border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--success {
    background-color: hsl(var(--success)) !important;
}

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
    background-color: hsl(var(--success-d-200)) !important;
    border: 1px solid hsl(var(--success-d-200)) !important;
}



.btn-outline--success {
    background-color: transparent !important;
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
}

.btn-outline--success:hover,
.btn-outline--success:focus .btn-outline--success:focus-visible {
    background-color: hsl(var(--success)) !important;
    color: hsl(var(--white)) !important;
}





.btn--danger {
    background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
    background-color: hsl(var(--danger-d-200)) !important;
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: transparent !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
    background-color: hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
}

.btn--warning {
    background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--white)) !important;
}

.btn--info {
    background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
    background-color: hsl(var(--info-d-200)) !important;
    border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: transparent !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
}

.btn--gray {
    background-color: hsl(var(--gray-bg));
    color: hsl(var(--heading-color)) !important;
    border: 1px solid hsl(var(--border-color));
    font-weight: 600;
    font-size: 1rem;
    padding: 8px 14px 8px 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .btn--gray {
        font-size: 0.75rem;
        padding: 4px 8px;
    }
}

.btn--gray i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn--gray:hover,
.btn--gray:focus,
.btn--gray:focus-visible,
.btn--gray:active {
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--base)/0.2) !important;
    color: hsl(var(--base)) !important;
}

.btn--gray:hover i,
.btn--gray:focus i,
.btn--gray:focus-visible i,
.btn--gray:active i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.btn-outline--base {
    -webkit-box-shadow: 0px 0px 15px 0px hsl(var(--base)/0.1);
    box-shadow: 0px 0px 15px 0px hsl(var(--base)/0.1);
}

.btn--view {
    background-color: hsl(var(--base)/0.07);
    color: hsl(var(--base)) !important;
    justify-content: space-between;
    gap: 20px;
}

.btn--view:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.btn--dark {
    background-color: hsl(var(--black)) !important;
    color: hsl(var(--white)) !important;
}

.btn--dark:hover {
    background-color: hsl(var(--black) / 0.9) !important;
    color: hsl(var(--white)) !important;
}

.btn--dark:hover,
.btn--dark:focus,
.btn--dark:focus-visible,
.btn--dark:active {
    background-color: hsl(var(--black) / 0.9) !important;
    color: hsl(var(--white)) !important;
}

.btn:disabled {
    opacity: 0.7;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    border-radius: 15px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color-three));
}

.custom--card:has(table) {
    overflow: hidden;
}

.custom--card .card-header {
    padding: 24px;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--border-color-three));
}

.custom--card .card-header .title {
    margin-bottom: 0;
}

.custom--card .card-body {
    background-color: hsl(var(--white));
    padding: 24px;
    border-radius: 15px;
}

@media screen and (max-width: 575px) {
    .custom--card .card-body {
        padding: 16px;
    }

}

@media screen and (max-width: 575px) {
    .dashboard-table .custom--card .card-body {
        padding: 0px;
    }

}

.custom--card .card-footer {
    padding: 12px 24px;
    background-color: transparent;
    border-top: 1px solid hsl(var(--black)/0.1);
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    margin-bottom: 6px;
    font-size: 1rem;
    color: hsl(var(--heading-color));
}

.form-group {
    margin-bottom: 1.5rem;
}

/* Form Select */
.select {
    color: hsl(var(--black)/0.6) !important;
}

.select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--black)) !important;
}

.select option {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

/* Form Select End */
/* Form Control Start */
.form--control {
    border-radius: 12px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 17.5px 16px;
    background-color: transparent;
    border: 1px solid hsl(var(--border-color-two));
    color: hsl(var(--black));
    line-height: 1;
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--text-mute)/0.6);
    font-size: 0.9375rem;
}

.form--control::-moz-placeholder {
    color: hsl(var(--text-mute)/0.6);
    font-size: 0.9375rem;
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--text-mute)/0.6);
    font-size: 0.9375rem;
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--text-mute)/0.6);
    font-size: 0.9375rem;
}

.form--control::placeholder {
    color: hsl(var(--text-mute)/0.6);
    font-size: 0.9375rem;
}

.form--control:focus {
    border-color: hsl(var(--base));
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--black)/0.075);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--black)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--black));
}

.form--control[type=file] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::-webkit-file-upload-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--white)) !important;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--white)) !important;
}

.form--control[type=file]::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

/* Form Control End */
textarea.form--control {
    height: 220px !important;
}

@media screen and (max-width: 767px) {
    textarea.form--control {
        height: 150px;
    }
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
    caret-color: hsl(var(--black));
}

/* Autofill Css End */
/* input group */
.input--group {
    position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
    padding-right: 50px;
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Custom Checkbox Design */
.form--check {
    display: inline-flex;
    align-items: center;
}

.form--check a {
    display: inline;
}

.form--check .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid hsl(var(--black)/0.2);
    cursor: pointer;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    font-weight: 400;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 1rem;
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 1rem;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 0.9375rem;
    }
}

/* Custom Radio Design */
.form--radio .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid hsl(var(--black)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form--radio .form-check-input:active {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type=radio] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input--group {
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
}

.input--group .form--control {
    border-width: 0px !important;
    padding-right: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-left: 46px;
}

.input--group .input-group-text+.form--control {
    padding-right: 20px;
    padding-left: 10px;
}

.input--group:focus-within {
    border: 1px solid hsl(var(--base));
}

.input--group .input-group-text {
    border-width: 0px;
    height: calc(100% - 10px);
    margin: 5px;
    border-radius: 5px;
    background-color: hsl(var(--black)/0.1);
    color: hsl(var(--body-color));
}

.input--group-text {
    margin-left: 5px;
}

.input--group .form--control[readonly] {
    background: hsl(var(--black)/0.01) !important;
}

.input--group .form--control[readonly]:focus {
    border-color: hsl(var(--black)/0.1);
}

.input--group:has(.form--control[readonly]) {
    background: hsl(var(--black)/0.1) !important;
}

.input--group:has(.form--control[readonly]):focus-within {
    border-color: hsl(var(--black)/0.1) !important;
}

.invoice-payment-wrapper .input--group .form--control[readonly] {
    background: transparent !important;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--black)/0.12);
    padding: 24px;
}

@media screen and (max-width: 767px) {
    .custom--modal .modal-header {
        padding: 20px 16px;
    }
}

.custom--modal .modal-header .close {
    width: 25px;
    height: 25px;
    font-size: 1rem;
    line-height: 1;
    border-radius: 8px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--border-color)/0.5);
}

.custom--modal .modal-header .close:hover {
    background-color: hsl(var(--danger)/0.3);
    border: 1px solid hsl(var(--danger));
}

.custom--modal .modal-header .close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: none !important;
}

.custom--modal .modal-content {
    border-radius: 10px !important;
}

.custom--modal .modal-body {
    padding: 24px;
}

@media screen and (max-width: 767px) {
    .custom--modal .modal-body {
        padding: 24px 16px;
    }
}

.custom--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid hsl(var(--black)/0.12);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.custom--modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fade-in-scale {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.fade.show.fade-in-scale {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination-wapper {
    margin-top: 40px;
    padding-top: 16px;
    gap: 10px;
    border-top: 1px solid hsl(var(--border-color));
}

.pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 48px;
    }
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 32px;
    }
}

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--border-color));
    border-radius: 4px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 700;
    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 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ================================= Pagination Css End =========================== */


/* Table Css Start */
.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    padding: 20px 15px;
    color: hsl(var(--white));
    font-family: var(--heading-font);
    font-weight: 500;
    border-bottom: 0;
    max-width: 170px;
    font-size: 1rem;
    background-color: hsl(var(--footer-bg));
    text-align: center;
    white-space: nowrap;

}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 12px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 12px 0 0;
    text-align: right;
}

.card:has(.card-header) .table thead tr th:first-child {
    border-radius: 12px 0 0 12px;
}

.card:has(.card-header) .table thead tr th:last-child {
    border-radius: 0 12px 12px 0;

}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody .btn {
    white-space: nowrap;
}


.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 12px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 12px 0;
}

.table tbody tr td {
    vertical-align: middle;
    padding: 10px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--body-color));
    font-weight: 400;
    font-size: 1rem;
    border-bottom: 1px solid hsl(var(--border-color-three));
    text-align: center;
    padding: 15px !important;
}

@media screen and (max-width: 1399px) {
    .table tbody tr td {
        padding: 10px 12px !important;
    }
}

@media screen and (max-width: 767px) {
    .table tbody tr td {
        font-size: 0.875rem;
    }
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 0.9375rem;
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left !important;
    font-size: 0.875rem;
}

.table tbody tr td:last-child {
    text-align: right;
}


@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black) / 0.05) !important;
    }

    .table--responsive--md tbody tr:nth-child(even) td {
        background-color: hsl(var(--black) / .04);
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr:last-child td:last-child {
        border-bottom: 0 !important;
    }

    .table--responsive--md tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black) / 0.05) !important;
        max-width: unset;
        border-radius: 0 !important;
    }

    .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: 0.875rem;
        color: hsl(var(--black)/0.7);
    }

    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black) / 0.05) !important;
    }

    .table--responsive--lg tbody tr:nth-child(even) td {
        background-color: hsl(var(--black) / .04);
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:last-child td:last-child {
        border-bottom: 0 !important;
    }

    .table--responsive--lg tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black) / 0.05) !important;
        max-width: unset;
        border-radius: 0 !important;
    }

    .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: 0.875rem;
        color: hsl(var(--black)/0.7);
    }

    .table--responsive--lg tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr:last-child td:last-child {
        border-bottom: 0 !important;
    }

    .table--responsive--xl tbody tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black) / 0.05) !important;
    }

    .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.05) !important;
        max-width: unset;
        padding: 15px !important;
        border-radius: 0 !important;
    }

    .table--responsive--xl tbody tr:nth-child(even) td {
        background-color: hsl(var(--black) / .04);
    }


    .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: 0.875rem;
        color: hsl(var(--black)/0.7);
    }

    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl thead {
        display: none;
    }

    .table--responsive--xxl tbody tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black) / 0.05) !important;
    }

    .table--responsive--xxl tbody tr:nth-child(even) td {
        background-color: hsl(var(--black) / .04);
    }

    .table--responsive--xxl tbody tr {
        display: block;
    }

    .table--responsive--xxl tbody tr:last-child td:last-child {
        border-bottom: 0 !important;
    }

    .table--responsive--xxl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black) / 0.05) !important;
        max-width: unset;
        border-radius: 0 !important;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }

    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}

/* ================================= Table Css End =========================== */
.payment-method-wrapper {
    display: flex;
    margin-top: 20px;
    gap: 15px;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .payment-method-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.payment-method-wrapper .form--radio {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    .payment-method-wrapper .form--radio {
        width: 100%;
        max-width: 100%;
    }
}

.payment-method-wrapper .form--radio .form-check-label {
    margin: 0;
    background-image: none !important;
    z-index: -1;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--heading-color)) !important;
    border-radius: 8px;
    padding: 24px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .payment-method-wrapper .form--radio .form-check-label {
        padding: 20px;
    }
}

@media screen and (max-width: 575px) {
    .payment-method-wrapper .form--radio .form-check-label {
        padding: 16px;
    }
}

.payment-method-wrapper .form--radio .form-check-label .icon {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
}

.payment-method-wrapper .form--radio .form-check-label .text {
    font-size: 16px;
    font-weight: 600;
}

.payment-method-wrapper .form--radio .form-check-input {
    border: 2px solid hsl(var(--text-color));
    position: absolute;
    top: 20px;
    left: 45px;
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 575px) {
    .payment-method-wrapper .form--radio .form-check-input {
        left: 35px;
    }
}

.payment-content {
    text-align: center;
}

.payment-method-wrapper .form--radio .form-check-input:checked {
    border-color: hsl(var(--base)) !important;
}

.payment-method-wrapper .form--radio .form-check-input:checked::before {
    width: 13px;
    height: 13px;
}

.form-check-label:has(.form-check-input:checked) {
    border-color: hsl(var(--base)) !important;
    background: hsl(var(--base)/0.06);
}

.choose-payment textarea.form--control {
    height: 120px !important;
}

.input--group .input-group-text {
    height: unset !important;
    background-color: hsl(var(--base)/0.1) !important;
    border-radius: 8px !important;
    font-weight: 600;
}

.choose-payment .form--label {
    font-weight: 600;
}

.name-title {
    font-weight: 500;
    font-size: 1.125rem;
    color: hsl(var(--heading-color));
}

.payment-content__left h5.title {
    font-size: 1.5rem;
}

/* ================================= Badge Css Start =========================== */
.custom--badge {
    font-size: 1rem;
    border-radius: 8px;
    padding: 6.5px 10px 6.5px 10px;
    font-weight: 600;
    position: relative;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.badge--dark {
    background-color: hsl(var(--black)/0.15) !important;
    color: hsl(var(--dark)) !important;
}

@media screen and (max-width: 767px) {
    .custom--badge {
        font-size: 0.875rem;
    }
}

.badge--base {
    background-color: hsl(var(--base)/0.15) !important;
    color: hsl(var(--base)) !important;
}

.badge--base .status-icon {
    background-color: hsl(var(--base));
}

.badge--primary {
    background-color: hsl(var(--primary)/0.15) !important;
    color: hsl(var(--primary)) !important;
}

.badge--primary .status-icon {
    background-color: hsl(var(--primary));
}

.badge--secondary {
    background-color: hsl(var(--secondary)/0.15) !important;
    color: hsl(var(--secondary)) !important;
}

.badge--secondary .status-icon {
    background-color: hsl(var(--secondary));
}

.badge--success {
    background-color: hsl(var(--success)/0.15) !important;
    color: hsl(var(--success)) !important;
}

.badge--success .status-icon {
    background-color: hsl(var(--success));
}

.badge--danger {
    background-color: hsl(var(--danger)/0.15) !important;
    color: hsl(var(--danger)) !important;
}

.badge--danger .status-icon {
    background-color: hsl(var(--danger));
}

.badge--warning {
    background-color: hsl(var(--warning)/0.15) !important;
    color: hsl(var(--warning)) !important;
}

.badge--warning .status-icon {
    background-color: hsl(var(--warning));
}

.badge--info {
    background-color: hsl(var(--info)/0.15) !important;
    color: hsl(var(--info)) !important;
}

.badge--info .status-icon {
    background-color: hsl(var(--info));
}

.badge .status-icon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 3px;
}

/*---------------- [START] FEW MORE BADGE FOR TICKET STATUS TO MATCH THE TICKET SYSTEM*/

.badge--open {
    color: #00B029 !important;
    background-color: #00B02926 !important;
}

.badge--customer-reply {
    color: #ff6600 !important;
    background-color: #ff660026 !important;
}

.badge--answered {
    color: #007BFF !important;
    background-color: #007BFF26 !important;
}

.badge--hold {
    color: #888888 !important;
    background-color: #88888826 !important;
}

.badge--progress {
    color: #FFC000 !important;
    background-color: #FFC00026 !important;
}

.badge--escalated {
    color: #5D27C1 !important;
    background-color: #5D27C126 !important;
}

.badge--budget {
    color: #005533 !important;
    background-color: #00553326 !important;
}

.badge--closed {
    color: #343A40 !important;
    background-color: #343A4026 !important;
}

/*---------------- [END] FEW MORE BADGE FOR TICKET STATUS TO MATCH THE TICKET SYSTEM*/




/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--white)) !important;
    font-weight: 400;
    padding: 24px 24px 24px 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px 16px 16px 24px;
    }
}

@media screen and (max-width: 767px) {
    .alert {
        gap: 16px;
        padding: 24px 16px 16px 24px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 24px 16px 16px 16px;
    }
}

.alert__icon {
    position: relative;
    line-height: 1;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background-color: hsl(var(--border-color));
    font-size: 0.875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--white));
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .alert__icon {
        margin-left: 10px;
    }
}

.alert__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-color: hsl(var(--black)/0.15);
    border-radius: 9px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.alert__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: hsl(var(--black)/0.15);
    border-radius: 9px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2;
}

.alert__content {
    width: calc(100% - 24px);
    padding-left: 26px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 24px;
    }
}

@media screen and (max-width: 767px) {
    .alert__content {
        padding-left: 0;
        margin-top: 6px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    font-size: 1rem;
    color: hsl(var(--heading-color));
    font-weight: 700;
    font-family: var(--heading-font);
    margin-bottom: 6px;
    font-size: 1.125rem;
}

.alert__desc {
    color: hsl(var(--text-mute));
    display: block;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.8125rem;
    }
}

.alert__link {
    position: relative;
}

.alert__link:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.alert__link::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.alert--base {
    border-color: hsl(var(--base)/0.6);
}

.alert--base .alert__icon {
    background-color: hsl(var(--base));
}

.alert--base .alert__icon::before,
.alert--base .alert__icon::after {
    background-color: hsl(var(--base)/0.15);
}


.alert--base .alert__icon {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.alert--primary {
    border-color: hsl(var(--primary)/0.6);
}

.alert--primary .alert__icon {
    background-color: hsl(var(--primary));
}

.alert--primary .alert__icon::before,
.alert--primary .alert__icon::after {
    background-color: hsl(var(--primary)/0.15);
}


.alert--primary .alert__icon {
    background-color: hsl(var(--primary));
    color: hsl(var(--white));
}

.alert--success {
    border-color: hsl(var(--success)/0.6);
}

.alert--success .alert__icon {
    background-color: hsl(var(--success));
}

.alert--success .alert__icon::before,
.alert--success .alert__icon::after {
    background-color: hsl(var(--success)/0.15);
}

.alert--success .alert__icon {
    background-color: hsl(var(--success));
    color: hsl(var(--white));
}

.alert--info {
    border-color: hsl(var(--info)/0.6);
}

.alert--info .alert__icon {
    background-color: hsl(var(--info));
}

.alert--info .alert__icon::before,
.alert--info .alert__icon::after {
    background-color: hsl(var(--info)/0.15);
}

.alert--info .alert__icon {
    background-color: hsl(var(--info));
    color: hsl(var(--white));
}

.alert--danger {
    border-color: hsl(var(--danger)/0.6);
}

.alert--danger .alert__icon {
    background-color: hsl(var(--danger));
}

.alert--danger .alert__icon::before,
.alert--danger .alert__icon::after {
    background-color: hsl(var(--danger)/0.15);
}


.alert--danger .alert__icon {
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
}

.alert--warning {
    border-color: hsl(var(--warning)/0.6);
}

.alert--warning .alert__icon {
    color: hsl(var(--warning));
}

.alert--warning .alert__icon::before,
.alert--warning .alert__icon::after {
    background-color: hsl(var(--warning)/0.15);
}


.alert--warning .alert__icon {
    background-color: hsl(var(--warning));
    color: hsl(var(--white));
}


.alert--secondary {
    border-color: hsl(var(--secondary)/0.6);
}

.alert--secondary .alert__icon {
    color: hsl(var(--secondary));
}

.alert--secondary .alert__icon::before,
.alert--secondary .alert__icon::after {
    background-color: hsl(var(--secondary)/0.15);
}

.alert--secondary .alert__icon {
    background-color: hsl(var(--secondary));
    color: hsl(var(--white));
}


/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--white));
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader img {
    max-width: 120px;
}


/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0px;
}

.navbar-brand.logo img {
    max-width: 200px;
    max-height: 60px;
}

.header {
    position: relative;
    z-index: 51;
}

@media screen and (max-width: 1199px) {
    .header {
        top: 0px;
        background-color: hsl(var(--white));
        padding: 15px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 92vh;
        overflow-y: auto;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    background-color: hsl(var(--gray-bg));
    position: sticky;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    top: 0px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    width: 100%;
    border: 1px solid hsl(var(--border-color)/0.3);
}

@media (max-width: 1199px) {
    .header.fixed-header {
        position: fixed;
    }
}

.header .btn-outline--base {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 2px !important;
    height: 48px;
}

.header .btn {
    height: 48px;
}

@media screen and (max-width: 1199px) {
    .header .btn {
        height: 40px;
        padding: 5px 10px;
    }

    .header .btn svg {
        width: 1.125em;
        height: 1.125em;
    }
}

@media screen and (max-width: 767px) {
    .header .btn {
        font-size: 0.875rem;
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 1200px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu .nav-item {
        position: relative;
        padding-right: 30px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .nav-menu .nav-item {
        padding-right: 15px;
    }
}

.nav-link:focus-visible {
    box-shadow: unset !important;
}

@media (min-width: 1200px) {
    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item.active .active {
        background-color: hsl(var(--base-l-300)) !important;
    }

    .nav-menu .nav-item.active .active::before {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
}

@media (min-width: 1200px) {
    .nav-menu .nav-item .nav-link {
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--heading-color)) !important;
        padding: 44px 0;
        position: relative;
        cursor: pointer;
        font-family: var(--body-font);
    }

    .nav-menu .nav-item .nav-link .nav-item__icon {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1199px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 1200px) {
    .header .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        top: 80%;
        left: 0;
        padding: 0 !important;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 20px !important;
        min-width: 190px;
    }

    .header .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.08);
    }

    .header .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base));
    }

    .header .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        font-size: 1rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header .dropdown-menu__link:focus,
    .header .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }
}

@media (min-width: 1200px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 80% !important;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.header .nav-item.dropdown {
    position: unset;
}

@media (min-width: 1200px) {
    .header .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    .header .nav-item.dropdown:hover .mega-menu {
        -webkit-animation: showMenu 0.3s forwards linear;
        animation: showMenu 0.3s forwards linear;
    }
}

@-webkit-keyframes showMenu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes showMenu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.mega-menu {
    background-color: transparent;
    border-radius: 4px;
    width: 100%;
    top: 100%;
    left: 0;
    border: 0;
    border: 0;
    padding: 0;
    margin: 0 !important;
    box-shadow: 0px 5px 30px hsl(var(--black) / .05);
}

@media screen and (max-width: 1199px) {
    .mega-menu.show {
        -webkit-animation: showMenu 0.3s forwards linear;
        animation: showMenu 0.3s forwards linear;
    }
}

@media screen and (max-width: 1199px) {
    .mega-menu {
        border-top: 0;
    }
}

.mega-menu-content {
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 32px 24px;
    border-radius: 20px;
    border-top: 0;
}

@media screen and (max-width: 1199px) {
    .mega-menu-content {
        padding: 20px 0;
        margin-top: 10px;
        box-shadow: none;
    }
}



.hosting-menu-item {
    background-color: hsl(var(--base)/0.07) !important;
}

.hosting-menu-item:hover {
    background-color: hsl(var(--base)/0.2) !important;
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 1199px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu {
        margin-top: 20px;
    }

    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .nav-item:first-child {
        border-bottom: none;
    }

    .nav-item:last-child>a {
        border-bottom: 0;
    }

    .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--border-color)/0.4);
        color: hsl(var(--heading-color));
        font-weight: 500;
    }

    .nav-item .nav-link::before {
        display: none;
    }

    .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .nav-item .nav-link.show[aria-expanded=true] .nav-item__icon {
        background-color: hsl(var(--base) / 0.1);
        color: hsl(var(--base));
    }

    .nav-item .nav-link.show[aria-expanded=true] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 20px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .header .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .header .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--heading-color));
        border-bottom: 1px solid hsl(var(--heading-color)/0.2);
        margin-left: 20px;
        color: hsl(var(--heading-color));
    }

    .header .dropdown-menu li .dropdown-item:hover,
    .header .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
        color: hsl(var(--white)) !important;
    }

    .header .nav-item__icon {
        width: 24px;
        height: 24px;
        background: hsl(var(--border-color) / 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        color: hsl(var(--body-color) / 0.9);
    }
}



.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--heading-color));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.5rem;
}

.navbar-toggler.header-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

.language-box .select {
    color: hsl(var(--heading-color)/0.6) !important;
}

.language-box .select:focus {
    color: hsl(var(--heading-color)) !important;
}

/* ================================= Header Css End =========================== */
.menu-service__item {
    position: relative;
    border-radius: 12px;
    height: 450px;
    display: block;
    overflow: hidden;
    transition: all 0.3s linear;
}

@media screen and (max-width: 1199px) {
    .menu-service__item {
        height: 300px;
    }
}

.menu-service__item::before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.menu-service__item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.menu-service__item .title {
    position: absolute;
    font-weight: 600;
    font-size: 2rem;
    color: hsl(var(--white));
    bottom: 8px;
    left: 30px;
}

@media screen and (max-width: 1199px) {
    .menu-service__item .title {
        font-size: 1.5rem;
    }
}

.menu-service__item:hover .title {
    color: hsl(var(--base)) !important;
    z-index: 1;
}

.menu-service__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}


.service-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
}


.menu-service-item {
    position: relative;
    width: 25%;
    padding: 16px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
    .menu-service-item {
        width: 33.3333%;
        padding: 12px;
        height: 100%;
    }

}

@media screen and (max-width: 767px) {
    .menu-service-item {
        width: 50%;
    }

}

@media screen and (max-width: 424px) {
    .menu-service-item {
        width: 100%;
    }

}


.menu-service-item .service-link-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    width: 24px;
    border-radius: 50%;
    color: hsl(var(--body-color));
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.25rem;
    opacity: 0;
    visibility: hidden;
}

.menu-service-item:hover .service-link-icon,
.menu-service-item.active .service-link-icon {
    color: hsl(var(--base));
}

.menu-service-item:hover .service-link-icon,
.menu-service-item.active .service-link-icon {
    visibility: visible !important;
    opacity: 1 !important;
}

.menu-service-item .service-link-icon i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-service-item:hover,
.menu-service-item.active {
    background-color: hsl(var(--base)/0.07);
}


.menu-service-item:hover .menu-service-item__icon {
    color: hsl(var(--base)) !important;
}

.menu-service-item.active:hover {
    background-color: hsl(var(--base)/0.2) !important;
}

.menu-service-item:hover .menu-service-item__icon,
.menu-service-item.active .menu-service-item__icon {
    color: hsl(var(--base));
}


.menu-service-item__icon {
    margin-bottom: 12px;
    color: hsl(var(--body-color));
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
    .menu-service-item__icon {
        margin-bottom: 8px;
    }

}

.menu-service-item__title {
    margin: 0 0 10px;
}

@media screen and (max-width: 1199px) {
    .menu-service-item__title {
        margin: 0 0 8px;
    }

}

.menu-service-item__desc {
    font-size: 0.875rem;
    margin: 0;
}

.menu-product-item {
    position: relative;
    padding: 12px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
}

.menu-product-item__thumb {
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
}

.menu-product-item__thumb img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.menu-product-item:hover {
    background-color: hsl(var(--gray-bg));
}

.menu-product-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.menu-product-item .title {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 575px) {
    .menu-product-item {
        margin: 0px;
        padding: 0px;
    }
}

.menu-product-item__content .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-product-item .title:hover {
    color: hsl(var(--base));
}





/* ================ Top Header Start Here ================ */
.header-top {
    background-color: hsl(var(--black));
    border-bottom: 1px solid hsl(var(--white)/0.2);
    padding: 10px 0px;
    position: relative;
}

.header-top .social-list.style-two .social-list__link flex-center {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
}

.top-header-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .top-header-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.contact-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact-list__item {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.contact-list__item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.contact-list__item:last-child::before {
    display: none;
}

.contact-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.4);
}

.contact-list__item-icon {
    font-size: 0.75rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.contact-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
}

.contact-list__link:hover .contact-list__link-icon {
    color: hsl(var(--white));
}

/* Login Registration */
.login-registration-list {
    margin: 0 -10px;
    padding-right: 20px;
}

@media screen and (max-width: 991px) {
    .login-registration-list {
        padding-right: 0;
        padding: 10px 0px;
    }
}

.login-registration-list__item {
    color: hsl(var(--white));
    padding: 0 10px;
    position: relative;
}

.login-registration-list__item:last-child::before {
    display: none;
}

.login-registration-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.5);
}

.login-registration-list__icon {
    color: hsl(var(--base));
    margin-right: 6px;
    font-size: 1rem;
}

.login-registration-list__link {
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
    .login-registration-list__link {
        font-size: 0.9375rem;
    }
}

.login-registration-list__link:hover {
    color: hsl(var(--base));
}

.login-registration-list__link:hover .login-registration-list__icon {
    color: hsl(var(--base-d-200));
}

@media screen and (max-width: 991px) {
    .login-registration-list__link:hover {
        color: hsl(var(--base));
    }
}

/* Language Box */
.language-box {
    display: flex;
    align-items: center;
    position: relative;
}

.language-box .select {
    color: hsl(var(--white));
    background-color: transparent;
    border: 1px solid hsl(var(--white)/0.4);
    padding: 5px 8px;
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: 5px;
}

.language-box .select option {
    background-color: hsl(var(--black));
}

/* ================ Top Header End Here ================ */
/* ============= Footer Start Here ======================= */
.footer-area {
    background-color: hsl(var(--footer-bg));
    color: hsl(var(--white));
    margin-top: auto;
}

.footer-menu__wrapper {
    gap: 100px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.3fr;
}

@media screen and (max-width: 1399px) {
    .footer-menu__wrapper {
        gap: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-menu__wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 50px 70px;
    }
}

@media screen and (max-width: 575px) {
    .footer-menu__wrapper {
        gap: 40px 20px;
        grid-template-columns: 1fr;
        padding-inline: 32px;
    }
}

@media screen and (max-width: 424px) {
    .footer-menu__wrapper {
        padding-inline: 16px;
    }
}

.footer-area.bg-img {
    background-size: contain;
    background-position: top center;
}

.footer-area__header {
    text-align: center;
}

.footer-area__header h2 {
    color: hsl(var(--white));
    font-size: 6.5rem;
}

@media screen and (max-width: 1199px) {
    .footer-area__header h2 {
        font-size: 5rem;
    }
}

@media screen and (max-width: 991px) {
    .footer-area__header h2 {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 767px) {
    .footer-area__header h2 {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 575px) {
    .footer-area__header h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 424px) {
    .footer-area__header h2 {
        font-size: 1.75rem;
    }
}

.footer-area__header-btn {
    position: absolute;
    display: flex;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    justify-content: center;
    left: 50%;
    top: 185%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 60px;
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .footer-area__header-btn {
        width: 90px;
        height: 90px;
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .footer-area__header-btn {
        width: 80px;
        height: 80px;
        font-size: 45px;
        top: 207%;
    }
}

@media screen and (max-width: 575px) {
    .footer-area__header-btn {
        width: 56px;
        height: 56px;
        font-size: 28px;
        top: 230%;
    }
}

@media screen and (max-width: 424px) {
    .footer-area__header-btn {
        top: 86px;
    }
}

.footer-area__header-btn i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-area__header-btn:hover i {
    color: hsl(var(--white)/0.8);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.footer-area .footer-area__middle {
    margin-top: 100px;
    padding: 30px 0px;
    border-top: 1px solid hsl(var(--body-color));
    border-bottom: 1px solid hsl(var(--body-color));
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .footer-area .footer-area__middle {
        margin-top: 60px;
    }
}

@media screen and (max-width: 424px) {
    .footer-area .footer-area__middle {
        padding-block: 50px;
    }
}

.footer-area-menu {
    margin-top: 70px;
}

.footer-item {
    position: relative;
    height: 100%;
}

.footer-item__desc {
    color: hsl(var(--white));
    margin-bottom: 20px;
}

.footer-item:before {
    content: "";
    position: absolute;
    background-color: hsl(var(--body-color));
    top: 50%;
    left: -28%;
    width: 1px;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


@media screen and (max-width: 1399px) {
    .footer-item:before {
        left: -19%;

    }
}

@media screen and (max-width: 1199px) {
    .footer-item:before {
        left: -11%;

    }
}

.footer-item:first-child:before {
    display: none;
}

@media screen and (max-width: 575px) {
    .footer-item:before {
        display: none;
    }
}

.footer-item__logo {
    margin-bottom: 20px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 64px;
}

.footer-item__title {
    color: hsl(var(--white));
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .footer-item__title {
        font-size: 1.125rem;
    }
}

.footer-item .social-list {
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .footer-item .social-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item .social-list {
        margin-top: 15px;
    }
}

/* Footer List Item */
.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    padding-bottom: 16px;
}

.footer-menu__item:last-child {
    padding-bottom: 0;
}

.footer-menu__link {
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .footer-menu__link {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .footer-menu__link {
        font-size: 0.875rem;
    }
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
    display: flex;
    padding-bottom: 12px;
}

.footer-contact-menu__item:last-child {
    padding-bottom: 0;
}

.footer-contact-menu__item-icon {
    width: 15px;
    color: hsl(var(--base));
    font-size: 1.25rem;
}

.footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
}


@media screen and (max-width: 1199px) {
    .footer-menu__wrapper>.footer-item:nth-child(3)::before {
        display: none;
    }
}




.footer-menu__contact .item-link {
    display: flex;
    gap: 10px;
    color: hsl(var(--white));
    transition: all 0.3s ease;

}

.footer-menu__contact .item-link i {
    color: hsl(var(--base));
    font-size: 1.25rem;
    margin-top: 3px;
}

.footer-menu__contact .item-link:hover {
    color: hsl(var(--base));
}

.footer-menu__contact .item-link.address:hover {
    color: hsl(var(--white));
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
    background-color: hsl(var(--footer-bg));
    border-top: 1px solid hsl(var(--body-color));
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: hsl(var(--base));
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--white));
    background-color: hsl(var(--body-color));
}

.social-list__link svg {
    width: 30px;
    height: 30px;
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 1199px) {
    .social-list__link {
        width: 50px;
        height: 50px;
    }

    .social-list__link svg {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 991px) {
    .social-list__link {
        width: 40px;
        height: 40px;
    }

    .social-list__link svg {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
}

/* ================================= Social Icon Css End ===========================  */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--warning));
    font-size: 1rem;
}

.rating-list__text {
    color: hsl(var(--body-color));

}

/* ================================= Start Rating Css End =========================== */
/* =========================== Banner Section Start Here ========================= */
.banner-section .banner-shape {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
}

.banner-section__inner {
    position: relative;
    z-index: 1;
    padding: 170px 0 220px;
    margin: 0px 40px;
    border-radius: 30px;
    overflow: hidden;
}

@media screen and (max-width: 1599px) {
    .banner-section__inner {
        padding: 120px 0 180px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section__inner {
        padding: 80px 0 100px;
        margin: 0px 20px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section__inner {
        padding: 60px 0px 80px;
        margin: 0px;
        border-radius: 0px;
    }
}

.banner-section__inner .banner-section__social {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 25px;
    right: 14%;
}

@media screen and (max-width: 1499px) {
    .banner-section__inner .banner-section__social {
        right: 7%;
    }
}

.banner-section__inner .banner-section__social__item:hover a {
    color: hsl(var(--base));
}

.banner-section .banner-shape {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
}

@media screen and (max-width: 575px) {
    .banner-section .banner-shape {
        display: none;
    }
}

.banner-section__social {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
}

.banner-section__social li a {
    color: hsl(var(--heading-color));
}

.banner-section__social li a svg {
    width: 25px;
    height: 25px;
}

.banner-section .banner-content__title {
    overflow: hidden;
}

.banner-section .char {
    display: inline-block;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
}


.banner-content__title {
    color: hsl(var(--heading-color));
    font-size: 10.75rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: right;
}

@media screen and (max-width: 1599px) {
    .banner-content__title {
        font-size: 9.375rem;
    }
}

@media screen and (max-width: 1399px) {
    .banner-content__title {
        font-size: 7.5rem;
    }
}

@media screen and (max-width: 1050px) {
    .banner-content__title {
        font-size: 6.25rem;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__title {
        font-size: 5rem !important;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__title {
        font-size: 3.75rem !important;
        text-align: start;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__title {
        font-size: 2.8125rem !important;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__title {
        font-size: 2.1875rem !important;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__desc__inner {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
    }
}

.banner-content__desc {
    font-size: 1.125rem;
    max-width: 800px;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 767px) {
    .banner-content__desc {
        font-size: 1rem;
    }
}

.banner-content .curve-text {
    position: absolute;
    padding: 10px;
    background-color: hsl(var(--base));
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    border-radius: 100%;
    left: 36%;
    top: 54%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
}

@media screen and (max-width: 1399px) {
    .banner-content .curve-text {
        left: 40%;
        top: 50%;
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-content .curve-text {
        left: 32%;
        padding: 6px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content .curve-text {
        left: 40%;
        top: 47%;
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 787px) {
    .banner-content .curve-text {
        left: 35%;
        top: 45%;
    }
}

@media screen and (max-width: 767px) {
    .banner-content .curve-text {
        display: none !important;
    }
}

.banner-content .curve-text .curve-text-content {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .banner-content .curve-text .curve-text-content {
        width: 100px;
        height: 100px;
    }
}

.banner-content .curve-text .curve-text-content__text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-weight: 400;
}

.banner-content .curve-text-content__favicon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-content .content-text {
    -webkit-animation: text-circle 15s linear 0s infinite;
    animation: text-circle 15s linear 0s infinite;
}

.banner-content .curve-text:hover .curve-text-content__favicon {
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
}

@-webkit-keyframes text-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes text-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Curve Text Css End */
/* =========================== Banner Section End Here ========================= */
/* =============================== Counter Section Css Start ======================= */
.counterup-area__title {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .counterup-area__title {
        margin-bottom: 30px;
    }
}

.counterup-item {
    text-align: center;
}

.counterup-item .title {
    line-height: 1;
    margin-bottom: 0px;
    position: relative;
    color: hsl(var(--base));
    font-weight: 800;
    line-height: 115%;
    z-index: 1;
    letter-spacing: 1px;
}


@media screen and (max-width: 767px) {
    .counterup-item .title {
        font-size: 2.1875rem !important;
    }
}

.counterup-item .title::before {
    content: "";
    position: absolute;
    background: hsl(var(--border-color));
    width: 100%;
    height: 1px;
    bottom: 10px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1399px) {
    .counterup-item .title::before {
        bottom: 6px;
    }
}

@media screen and (max-width: 991px) {
    .counterup-item .title {
        margin-bottom: 0px;
    }

    .counterup-item .title::before {
        bottom: 4px;
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .counterup-item .title::before {
        bottom: 2px;
    }
}

@media screen and (max-width: 575px) {

    .counterup-item .title {
        margin-bottom: 10px;
    }

    .counterup-item .title::before {
        bottom: -2px;
    }
}

@media screen and (max-width: 424px) {
    .counterup-item .title::before {
        display: none;
    }

    .counterup-item {
        padding: 20px;
        border: 1px solid hsl(var(--neutral));
        border-radius: 20px;
    }
}

.counterup-item__subtitle {
    font-size: 1rem;
    color: hsl(var(--body-color));
    position: relative;
}

/* =============================== Counter Section Css End ======================= */
/* =============================== Portfolio Section Css Start ======================= */
.camera-carousel {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .camera-carousel {
        height: auto;
        max-width: 720px;
        margin: 0 auto;
        padding-inline: 15px;
    }
}

@media screen and (max-width: 767px) {
    .camera-carousel {
        max-width: 540px;
    }
}

.camera-carousel .showcase-item {
    --gap: 24px;
    display: flex;
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    gap: var(--gap);
}

@media screen and (max-width: 991px) {
    .camera-carousel .showcase-item {
        width: 100%;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .camera-carousel .showcase-item {
        --gap: 16px;
    }
}

.camera-carousel .showcase-item .carousel-card {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    overflow: hidden;
}

@media screen and (max-width: 1599px) {
    .camera-carousel .showcase-item .carousel-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42vw;
        flex: 0 0 42vw;
    }
}

@media screen and (max-width: 1499px) {
    .camera-carousel .showcase-item .carousel-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46vw;
        flex: 0 0 46vw;
    }
}

@media screen and (max-width: 1399px) {
    .camera-carousel .showcase-item .carousel-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
        flex: 0 0 50vw;
    }
}

@media screen and (max-width: 1299px) {
    .camera-carousel .showcase-item .carousel-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55vw;
        flex: 0 0 55vw;
    }
}

@media screen and (max-width: 1199px) {
    .camera-carousel .showcase-item .carousel-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 57vw;
        flex: 0 0 57vw;
    }
}

@media screen and (max-width: 1099px) {
    .camera-carousel .showcase-item .carousel-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68vw;
        flex: 0 0 68vw;
    }
}

@media screen and (max-width: 991px) {
    .camera-carousel .showcase-item .carousel-card {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: calc(50% - 12px);
        height: 450px;
    }
}



@media screen and (max-width: 767px) {
    .camera-carousel .showcase-item .carousel-card {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .camera-carousel .showcase-item .carousel-card {
        height: unset;
    }
}

.camera-carousel .showcase-item .carousel-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transform: translateY(100%);
    transition: transform 0.6s ease-in-out;
    border-radius: inherit;
    z-index: 1;
}

.camera-carousel .showcase-item .carousel-card:hover::before {
    transform: translateY(0);
}


.camera-carousel .showcase-item .carousel-card:hover .carousel-card__tags {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.camera-carousel .showcase-item .carousel-card:hover .carousel-card__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.camera-carousel .showcase-item .carousel-card .carousel-card__thumb {
    overflow: hidden;
    width: 100%;
    border-radius: 40px;
}

@media screen and (max-width: 991px) {
    .camera-carousel .showcase-item .carousel-card .carousel-card__thumb {
        height: 100%;
    }

}

.camera-carousel .showcase-item .carousel-card .carousel-card__thumb img {
    width: 100%;
    height: auto;
    border-radius: 40px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

@media screen and (max-width: 991px) {
    .camera-carousel .showcase-item .carousel-card .carousel-card__thumb img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

}

.camera-carousel .showcase-item .carousel-card .carousel-card__tags {
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
    padding: 24px;
    padding-bottom: 0px;
    max-width: 650px;

}

.carousel-card__tags .title {
    color: hsl(var(--base));
    font-size: 2rem;
}

@media screen and (max-width: 991px) {
    .carousel-card__tags .title {
        font-size: 1.5rem;
    }


}

@media screen and (max-width: 575px) {
    .carousel-card__tags .title {
        font-size: 1.25rem;
    }

}

.carousel-card.ovoride .carousel-card__tags .title {
    color: #af92ff;
}

.carousel-card.ovopay .carousel-card__tags .title {
    color: #7798ff;
}

.carousel-card.ovowpp .carousel-card__tags .title {
    color: #5ce38e;
}

.carousel-card.ovosale .carousel-card__tags .title {
    color: #56a5ff;
}

.carousel-card__tags .desc {
    color: hsl(var(--white));
    margin-bottom: 20px;

}

.camera-carousel .showcase-item .carousel-card .carousel-card__tags .carousel-card__tags-item {
    margin: 0 0.3rem;
    padding: 0.4rem 0.8rem;
    background: hsl(var(--heading-color));
    color: hsl(var(--white));
    font-size: 0.8rem;
    border-radius: 20px;
    text-decoration: none;
}

.camera-carousel .showcase-item .carousel-card .carousel-card__tags .carousel-card__tags-item:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border: none !important;
}

@media screen and (max-width: 424px) {
    .camera-carousel .showcase-item .carousel-card {
        height: 400px;
        display: unset !important;
    }

    .camera-carousel .showcase-item .carousel-card .carousel-card__thumb img {
        height: 100%;
        object-fit: cover;
    }

    .camera-carousel .showcase-item .carousel-card .carousel-card__thumb {
        height: 100%;
    }

    .camera-carousel .showcase-item .carousel-card:hover .carousel-card__tags {
        bottom: 20px;
    }
}

/* =============================== Portfolio Section Css End ======================= */
.service__area {
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .service__area {
        margin-top: 60px;
    }

}

.service__item {
    display: grid;
    grid-template-columns: 30% 45% 25%;
    border-bottom: 1px solid hsl(var(--black)/0.08);
    padding: 55px 0 50px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .service__item {
        grid-template-columns: 1fr;
        padding: 30px 0;
    }
}

.service__item:first-child {
    border-top: 1px solid hsl(var(--black)/0.08);
}

.service__item:hover .service__hover {
    opacity: 1;
}

.service__item:hover .btn-item {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.service__hover {
    width: 250px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 75%;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin: -100px 0 0 -150px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .service__hover {
        display: none;
    }
}

.service__content {
    max-width: 500px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .service__content {
        max-width: unset;
    }
}

.service__content p {
    font-size: 1.125rem;
    line-height: 1.4;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 991px) {
    .service__content p {
        font-size: 1rem;
    }
}

.service__img-wrap {
    width: 20vw;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    padding-bottom: 25vw;
}

@media screen and (max-width: 767px) {
    .service__img-wrap {
        display: none;
        position: unset;
    }
}

.service__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.service__title {
    font-size: 3rem;
    line-height: 1;
}

@media screen and (max-width: 1399px) {
    .service__title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 991px) {
    .service__title {
        font-size: 1.5rem;
    }
}

.service__number {
    font-size: 1.5rem;
    color: hsl(var(--body-color)/0.7);
    display: block;
}

@media screen and (max-width: 767px) {
    .service__number {
        margin-bottom: 10px;
    }
}

.btn-item {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--heading-color));
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .btn-item {
        width: 40px;
        height: 40px;
    }
}

.btn-item svg {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 767px) {
    .btn-item svg {
        width: 20px;
        height: 20px;
    }
}

.btn_wrapper {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@media screen and (max-width: 767px) {
    .btn_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service__item {
        grid-template-columns: 30% 50% 20%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__item {
        grid-template-columns: 30% 50% 20%;
        padding: 30px 0;
    }

    .service__content {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__item {
        grid-template-columns: 30% 40% 24%;
        gap: 2%;
        padding: 50px 0;
    }
}

.solution-wrapper {
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 767px) {
    .solution-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.solution-wrapper .solution-item__content {
    height: 100%;
    display: block;
}

@media screen and (max-width: 991px) {
    .solution-wrapper .solution-item__content {
        padding-left: 40px;
    }
}

.solution-wrapper .solution-item {
    width: 200px;
    border-radius: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: flex;
    padding: 40px;
    height: 700px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .solution-wrapper .solution-item {
        height: 550px;
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .solution-wrapper .solution-item {
        width: 100% !important;
        height: unset !important;
        padding: 20px;
        overflow: unset !important;
    }
}

.solution-wrapper .solution-item:before {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 24, 39, 0)), to(hsl(var(--heading-color))));
    background: linear-gradient(180deg, rgba(17, 24, 39, 0) 0%, hsl(var(--heading-color)) 100%);
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
}

.solution-wrapper .solution-item__title {
    font-size: 2.5rem;
    color: hsl(var(--white));
    margin-bottom: 25px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
    margin-top: 140px;
}

@media screen and (max-width: 1199px) {
    .solution-wrapper .solution-item__title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 991px) {
    .solution-wrapper .solution-item__title {
        font-size: 1.875rem;
    }
}


.solution-wrapper .solution-item__title.vertical-text {
    -webkit-transform: unset;
    transform: unset;
    display: block;
}

.solution-wrapper .solution-item__desc {
    color: hsl(var(--white)/0.9);
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
}

@media screen and (max-width: 991px) {
    .solution-wrapper .solution-item__desc {
        font-size: 1rem;
    }
}

.solution-wrapper .solution-item .btn {
    opacity: 0;
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
}

.solution-wrapper .solution-item.active-vertical {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.solution-wrapper .solution-item.style-two {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: center;
}

.solution-wrapper .solution-item .vertical-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
}

.solution-wrapper .solution-item.active-vertical .solution-item__content {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@media screen and (max-width: 991px) {
    .solution-wrapper .solution-item.active-vertical .solution-item__content {
        padding-left: 0px;
    }
}

.solution-wrapper .solution-item.active-vertical .solution-item__title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.solution-wrapper .solution-item.active-vertical .solution-item__title.vertical-text {
    display: none;
    -webkit-transform: unset;
    transform: unset;
}

.solution-wrapper .solution-item.active-vertical .solution-item__desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.solution-wrapper .solution-item.active-vertical .btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.solution-wrapper .solution-item.active-vertical .btn svg {
    padding-right: 5px;
}

@media screen and (max-width: 767px) {
    .solution-wrapper .solution-item__title {
        font-size: 1.5rem;
        margin-bottom: 16px;
        margin-top: 0px;
        line-height: 1.3;
    }

    .solution-wrapper .solution-item {
        padding: 32px;
    }

    .solution-wrapper .solution-item:before {
        background: hsl(var(--black) / .5);
    }

    .solution-wrapper .solution-item__desc {
        color: hsl(var(--white));
        font-weight: 400;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .solution-wrapper .solution-item {
        padding: 24px;
    }

    .solution-wrapper .solution-item .btn {
        padding-inline: 20px;
        width: 100%;
        padding-block: 14px;
        font-size: 0.9125rem;
    }
}

@media screen and (min-width: 768px) {
    .solution-wrapper .solution-item .btn {
        pointer-events: none;
    }

    .solution-wrapper .solution-item.active-vertical .btn {
        animation: pointer-events 0.7s ease-in-out forwards;
    }

    @keyframes pointer-events {
        0% {
            pointer-events: none;
        }

        100% {
            pointer-events: all;
        }
    }
}



.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    gap: 24px;
}

@media screen and (max-width: 767px) {
    .filter-header {
        flex-wrap: wrap;
    }
}

.filter-header__left {
    width: 100%;
    max-width: 560px;
}

.filter-header__right {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
}

.filter-header__right-select {
    min-width: 238px;
}

@media screen and (max-width: 767px) {
    .filter-header__right-select {
        min-width: 100%;
    }
}

.search-form {
    width: 100%;
}

.search-form .form--control {
    padding-right: 60px !important;
    height: 56px;
}

.search-form-group {
    position: relative;
}

.search-form .search-form-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    display: flex;
    width: 47px;
    height: 47px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}


/* ================================= technology Start =========================== */

.technology-section__wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.technology-left {
    padding: 120px 20px 120px 60px;
}

@media screen and (min-width: 992px) {
    .technology-left .space {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .technology-left {
        padding: 64px 15px 40px 40px;
    }
}

@media screen and (max-width: 575px) {
    .technology-left {
        padding: 64px 15px 40px 20px;
    }

}

.technology-right {
    position: relative;
    height: 100%;
    max-width: 644px;
    margin-left: auto;
    background-position: center center !important;
    background-size: cover !important;
}

@media screen and (max-width: 991px) {
    .technology-right {
        max-width: 100%;
        height: 600px;
    }

}

@media screen and (max-width: 767px) {
    .technology-right {
        max-width: 100%;
        height: 460px;
    }

}


@media screen and (max-width: 424px) {
    .technology-right {
        max-width: 100%;
        height: 320px;
    }

}

.technology-right::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: hsl(var(--base)/ 0.1);
    top: 0px;
    left: 0px;

}


.technology-right .technology-item {
    position: absolute;
    width: 75px;
    height: 75px;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.203px solid rgba(255, 96, 0, 0.25);
    background-color: hsl(var(--white));
}


@media screen and (max-width: 1199px) {
    .technology-right .technology-item {
        width: 60px;
        height: 60px;
    }
}


@media screen and (max-width: 1199px) {
    .technology-right .technology-item {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 424px) {
    .technology-right .technology-item {
        width: 45px;
        height: 45px;
        padding: 5px;
    }
}

.technology-right .technology-item img {
    width: 48px;
    height: auto;
}

@media screen and (max-width: 1399px) {
    .technology-right .technology-item img {
        width: 40px;
        height: auto;
    }
}

@media screen and (max-width: 424px) {
    .technology-right .technology-item img {
        width: 20px;
        height: auto;
    }
}

.technology-right .technology-item.one {
    right: 14%;
    top: 61%;
    animation: centered_scaled 4s linear infinite;
}

.technology-right .technology-item.two {
    right: 43%;
    top: 11%;
    animation: mover 3s linear infinite;
}

.technology-right .technology-item.three {
    left: 9%;
    top: 23%;
    animation: mover 5s linear infinite;
}

.technology-right .technology-item.four {
    left: 20%;
    bottom: 11%;
    -webkit-animation: mover 10s linear infinite;
    animation: mover 10s linear infinite;

}


.technology-right .technology-item.five {
    left: 20%;
    top: 52%;
    -webkit-animation: mover 9s linear infinite;
    animation: mover 9s linear infinite;
}


.technology-right .technology-item.six {
    bottom: -3%;
    left: 60%;
    -webkit-animation: centered_scaled 4s linear infinite;
    animation: centered_scaled 4s linear infinite;
}

.technology-right .technology-item.saven {
    right: 9%;
    top: 22%;
    -webkit-animation: mover 7s linear infinite;
    animation: mover 7s linear infinite;
}

@-webkit-keyframes centered_scaled {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes centered_scaled {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

    }
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ================================= technology end =========================== */
/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
    position: relative;
    overflow: hidden;
    padding-bottom: 8px;
}

.testimonails-card {
    padding: 40px 24px;
    border-radius: 20px;
    position: relative;
    height: 100%;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: var(--bg);
}

@media screen and (max-width: 767px) {
    .testimonails-card {
        padding: 30px 20px;
    }
}

@media screen and (min-width: 992px) {
    .testimonails-card {
        -webkit-transform: var(--sr, 0deg);
        transform: var(--sr, 0deg);
        top: var(--st);
        left: var(--sl);
    }
}

.testimonails-card.style-one {
    --bg: #F5F3FF;
    --sr: rotate(-4.317deg);
    --st: 120px;
    --sl: 14%;
}

.testimonails-card.style-two {
    --bg: #F0F9FF;
    --st: -30px;
    --sl: 140px;
    position: relative;
}

.testimonails-card.style-three {
    --bg: #ECFEFF;
    --sr: rotate(-6.193deg);
    --sl: -25px;
    z-index: 1;
}

.testimonails-card.style-four {
    --bg: #FFF4ED;
    --sr: rotate(14.749deg);
    --st: -68px;
    --sl: -10px;
}

.testimonails-card.style-five {
    --bg: #F0FDF4;
    --sr: rotate(18.914deg);
    --sl: -15%;
    --st: 46px;
    z-index: -1;
}

.testimonails-card.style-six {
    --bg: #F7FEE7;
    --sr: rotate(5.997deg);
    --sl: -100px;
    --st: -56px;
    z-index: -1;
}

.test-bg-one {
    background: #F5F3FF;
}

.test-bg-two {
    background: #F0F9FF;
}

.test-bg-three {
    background: #ECFEFF;
}

.test-bg-four {
    background: #FFF4ED;
}

.test-bg-five {
    background: #F0FDF4;
}

.test-bg-six {
    background: #F7FEE7;
}

.test-bg-seven {
    background: #FFF0F6;
}

.test-bg-eight {
    background: #FFF7ED;
}

.test-bg-nine {
    background: #FDF6FF;
}

.test-bg-ten {
    background: #EFF8FF;
}

.test-bg-eleven {
    background: #FEF3C7;
}

.test-bg-twelve {
    background: #E0F2FE;
}

.test-bg-thirteen {
    background: #ECFDF5;
}

.test-bg-fourteen {
    background: #FEF7ED;
}

.test-bg-fifteen {
    background: #F0F5FF;
}

.test-bg-sixteen {
    background: #FEF9C3;
}

.test-bg-seventeen {
    background: #FFF1F2;
}

.test-bg-eighteen {
    background: #E7F5FF;
}

.test-bg-nineteen {
    background: #F0FFF4;
}

.test-bg-twenty {
    background: #FFF8E7;
}


.testimonial-item {
    height: 100%;
}

.testimonial-item .icon {
    margin-bottom: 10px;
}

.testimonial-item .icon svg {
    width: 54px;
    height: 54px;
    color: hsl(var(--heading-color));
}

.testimonial-item__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.testimonial-item__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.testimonial-item__thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .testimonial-item__thumb {
        width: 45px;
        height: 45px;
    }
}

.testimonial-item__details {
    width: calc(100% - 60px);
    padding-left: 20px;
}

@media screen and (max-width: 424px) {
    .testimonial-item__details {
        width: calc(100% - 45px);
        padding-left: 10px;
    }
}

.testimonial-item__name {
    font-size: 1.125rem;
    margin-bottom: 0;
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.testimonial-item__designation {
    color: hsl(var(--body-color));
    font-size: 0.875rem;
}

.testimonial-item__desc {
    color: hsl(var(--heading-color));
    font-size: 1.125rem;
    line-height: 1.6;
}

.testimonial--inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 992px) {
    .testimonial--inner.style-2 {
        margin-top: -24px;
    }
}

.testimonails-card {
    -webkit-transition: top 0.7s ease-in-out, left 0.7s ease-in-out, right 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    transition: top 0.7s ease-in-out, left 0.7s ease-in-out, right 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, top 0.7s ease-in-out, left 0.7s ease-in-out, right 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, top 0.7s ease-in-out, left 0.7s ease-in-out, right 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.testimonial-wapper {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.testimonials:hover .testimonails-card {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0 !important;
    left: 0 !important;
}

/* ================================ Testimonails Section Css End ============================= */
/* =============================== Project Section Css Start ======================= */
.project-step__right {
    display: flex;
    gap: 24px;
    flex-direction: column;
    padding-left: 45px;
}

@media screen and (max-width: 1199px) {
    .project-step__right {
        padding-left: 0px;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) {
    .project-step__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
}

.project-step__item {
    padding: 38px 32px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(255, 96, 0, 0.25);
    box-shadow: 0px 0px 25px 0px rgba(255, 96, 0, 0.25);
    border-radius: 20px;
    border: 1px solid hsl(var(--base));
    overflow: hidden;
    position: relative;
}


.project-step__item:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (min-width: 1200px) {
    .project-step__item {
        height: 270px;
    }

}

@media screen and (max-width: 1199px) {
    .project-step__item {
        padding: 30px 20px;
        box-shadow: none;
        height: 100%;
        min-height: unset;
    }
}

@media screen and (max-width: 991px) {
    .project-step__item {
        height: 100%;
    }
}

.project-step__item__count {
    font-size: 1.5rem;
    color: hsl(var(--text-mute));
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .project-step__item__count {
        margin-bottom: 0px;
        position: absolute;
        top: 16px;
        right: 16px;
        font-size: 1.25rem;
        color: hsl(var(--base));
    }
}

.project-step__item__title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    .project-step__item__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1199px) {
    .project-step__item__title {
        font-size: 1.5rem;
    }
}

.project-step__item__subtitle {
    font-size: 1rem;
    max-width: 400px;
}

.project-step__item__inner {
    padding-bottom: 80vh;
}


@media screen and (max-width: 1199px) {
    .project-step__item__inner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        padding-bottom: 0px;
    }
}

/* =============================== Project Section Css End ======================= */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
    margin: 24px 24px;
    border-bottom: 1px solid hsl(var(--secondary));
    padding: 20px 0px;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-logo {
        margin-top: 32px;
    }
}

.dashboard .sidebar-logo img {
    max-width: 170px;
    max-height: 60px;
}

.dashboard .sidebar-menu {
    margin: 12px;
    background-color: hsl(var(--footer-bg));
    z-index: 999;
    height: calc(99vh - 12px);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 300px;
    border-radius: 20px;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
}


.dashboard .sidebar-menu__inner {
    width: 100%;
}

.dashboard .sidebar-menu .filter-search {
    padding: 0px 25px 0px 20px;
    margin-bottom: 20px;
}



.dashboard .sidebar-menu .filter-search .search-form__btn {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.dashboard .sidebar-menu .filter-search .search-form .form--control {
    border: 1px solid hsl(var(--border-color)/0.3);
    color: hsl(var(--white));
}

.dashboard .sidebar-menu .filter-search .search-form .form--control::-webkit-input-placeholder {
    color: hsl(var(--white));
}

.dashboard .sidebar-menu .filter-search .search-form .form--control::-moz-placeholder {
    color: hsl(var(--white));
}

.dashboard .sidebar-menu .filter-search .search-form .form--control:-ms-input-placeholder {
    color: hsl(var(--white));
}

.dashboard .sidebar-menu .filter-search .search-form .form--control::-ms-input-placeholder {
    color: hsl(var(--white));
}

.dashboard .sidebar-menu .filter-search .search-form .form--control::placeholder {
    color: hsl(var(--white));
}

.dashboard .sidebar-menu.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-menu {
        height: 100dvh;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
        margin: 0px;
    }
}

.dashboard .sidebar-menu__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--white));
    font-size: 1.25rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
}

.dashboard .sidebar-menu__close:active {
    top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-body {
    overflow-y: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--white)/0.1) hsl(var(--white)/0.05);
}

.dashboard .sidebar-menu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active {
    position: relative;
}

.dashboard .sidebar-menu-list__item>a {
    display: inline-flex;
}

.dashboard .sidebar-menu-list__item.active>a {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base)) !important;
}

.dashboard .sidebar-menu-list__item.active>a::before {
    display: inline-block;
    content: "";
    position: absolute;
    height: 100%;
    width: 6px;
    background-color: hsl(var(--base));
    border-radius: 0px 4px 4px 0px;
    left: 0px;
    top: 0px;
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    right: 16px;
    top: 14px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    color: hsl(var(--text-color)/0.6);
    font-size: 0.8125rem;
}

.dashboard .sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 12px 24px;
    width: 100%;
    color: hsl(var(--border-color)) !important;
    font-weight: 500;
    font-size: 1.125rem;
    border-radius: 5px;
}

.dashboard .sidebar-menu-list__link:hover {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base)) !important;
}

.dashboard .sidebar-menu-list__link:hover icon svg {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link.active {
    color: hsl(var(--base)) !important;
}

.dashboard .sidebar-menu-list__link.active icon svg {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

.dashboard .sidebar-submenu {
    display: none;
}

.dashboard .sidebar-submenu.open-submenu {
    display: block;
}

.dashboard .sidebar-submenu-list {
    padding: 5px 0;
}

.dashboard .sidebar-submenu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active>a {
    background-color: hsl(var(--base)/0.06);
    color: hsl(var(--base)) !important;
}

.dashboard .sidebar-submenu-list__link {
    padding: 12px 15px;
    display: block;
    color: hsl(var(--border-color));
    font-weight: 500;
    font-size: 0.9375rem;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid hsl(var(--black)/0.4);
    border-radius: 50%;
}

.dashboard .sidebar-submenu-list__link:hover {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base)) !important;
}

.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

.dashboard .sidebar-submenu-list__link .icon svg {
    color: hsl(var(--border-color));
}

/* ============ User Profile Css Start ============ */
/* Sidebar User Info Css */
.user-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid hsl(var(--base-two)/0.15);
    width: 100%;
    padding: 20px 24px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 299px;
    background-color: hsl(var(--white));
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.user-profile-info {
    display: flex;
    flex-wrap: wrap;
}


.user-profile-info__content {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.user-profile-info__name {
    margin-bottom: 0px;
}

.user-profile-info__desc {
    color: hsl(var(--body-color));
    font-size: 15px;
}

/* ========= User Profile Css End ============== */
/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ======================  Plugin Customization Start  ======================*/

/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base-two));
}

.slick-next {
    right: -20px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 10px;
    }
}

.slick-prev {
    left: -20px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}

.slick-initialized.slick-slider .slick-track {
    display: flex;
    padding: 10px 0px;
}

/* -------------- Slick Slider Arrow Style two ------------  */
.slick-arrow {
    position: absolute;
    z-index: 1;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    top: -67px;
}

@media screen and (max-width: 1199px) {
    .slick-arrow {
        top: -69px;
    }
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        top: auto;
        bottom: -50px;
        right: 50%;
    }
}

.slick-arrow:hover {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

.slick-next {
    right: 10px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .slick-next {
        top: auto;
        right: calc(50% - 37px);
    }
}

.slick-prev {
    right: 52px;
}

@media screen and (max-width: 767px) {
    .slick-prev {
        top: auto;
        right: calc(50% + 5px);
    }
}

/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    --size: 8px;
    border: none;
    background-color: hsl(var(--border-color));
    color: hsl(var(--white));
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 20px;
    border-radius: 5px;
    color: hsl(var(--base));
}


/* =========================================== Account SCSS Start =========================*/
/* Left Content SCSS */



.account__inner {
    display: flex;
    min-height: 100vh;
}


.account-content {
    max-width: 550px;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .account-content {
        padding: 0px !important;

    }

}


@media screen and (max-width: 1199px) {
    .account-content__top {
        padding-left: 0px;
        padding-top: 0px;
    }
}

.account-content__bottom {
    padding: 0px 48px;
}

@media screen and (max-width: 1199px) {
    .account-content__bottom {
        padding: 0px;
    }
}

.account-content__bottom .policy-privacy {
    max-width: 620px;
}

.account-content__bottom .policy-privacy a {
    color: hsl(var(--text-mute));
}

.account-content__bottom .policy-privacy a:hover {
    color: hsl(var(--base));
}

.account-left {
    width: 55%;
    max-width: 55%;
    position: relative;
    z-index: 1;
    padding: 80px 48px 48px 48px;
}

@media screen and (max-width: 1199px) {
    .account-left {
        width: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 1599px) {
    .account-left {
        padding: 60px 40px;
    }
}

@media screen and (max-width: 991px) {
    .account-left {
        display: none;
    }
}

.account-left__thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.account-left__title {
    color: hsl(var(--white));
    font-size: 3rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 1599px) {
    .account-left__title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1399px) {
    .account-left__title {
        font-size: 2rem;
    }
}

.account-left__desc {
    color: hsl(var(--white));
}

.account-left__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {

    .account-left::before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(41.38%, rgba(0, 0, 0, 0)), color-stop(98.19%, #000000)), #3333338c;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.38%, #000000 98.19%), #3333338c;
    }
}

@media screen and (max-width: 575px) {
    .account-left {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 424px) {
    .account-left {
        padding: 30px 20px;
    }
}

/* Right Content SCSS */
.account-right {
    width: 45%;
    padding: 40px 60px;
}

@media screen and (max-width: 1399px) {
    .account-right {
        padding: 40px 50px;
    }
}

@media screen and (max-width: 1199px) {
    .account-right {
        width: 50%;
    }
}


@media screen and (max-width: 991px) {
    .account-right {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .account-right {
        width: 100%;
        padding: 40px;
    }
}

@media screen and (max-width: 575px) {
    .account-right {
        padding: 40px 25px;
    }
}

.account-form__title {
    font-size: 3rem;
    padding: 50px 0px;

}

@media screen and (max-width: 1599px) {
    .account-form__title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1499px) {
    .account-form__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 5767px) {
    .account-form__title {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 575px) {
    .account-form__title {
        font-size: 1.875rem;
    }
}

.verification-code input {
    border-radius: 6px;
    background: #f1f1f1;
    border: 1px solid hsl(var(--base));
}

@media (max-width: 575px) {
    .verification-code input {
        padding: 12px;
    }
}


@media (max-width: 375px) {
    .verification-code input {
        padding: 8px;
    }
}


.client-slider__item {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(17, 24, 39, 0.25);
    -webkit-backdrop-filter: blur(7.1999998093px);
    backdrop-filter: blur(7.1999998093px);
    padding: 48px;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .client-slider__item {
        padding: 30px;
        border-radius: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .client-slider__item {
        padding: 24px;
        border-radius: 20px;
    }
}

.client-slider__item__desc {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    color: hsl(var(--white));
    font-family: var(--heading-font);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1599px) {
    .client-slider__item__desc {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .client-slider__item__desc {
        font-size: 1.125rem;
    }
}

.client-slider__item__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}

.client-slider__item__thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.client-slider__item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.client-slider__item__name {
    font-size: 1.125rem !important;
    font-weight: 500;
    color: hsl(var(--white));
    margin-bottom: 5px;
}

.client-slider__item__position {
    font-size: 0.875rem;
    color: hsl(var(--white));
}

/* Google Button */
.btn--google {
    border: 1px solid hsl(var(--border-color));
    padding: 17px 30px;
    font-weight: 500;
    color: hsl(var(--black)/0.54) !important;
    border-radius: 12px !important;
    font-size: 1.125rem;
}

.btn--google svg {
    width: 1.11111111em;
    height: 1.11111111em;
}

@media screen and (max-width: 575px) {
    .btn--google {
        font-size: 1.125rem;
        padding: 14px 20px;
    }
}

.btn--google:hover,
.btn--google:active,
.btn--google:focus {
    border-color: hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

/* Or Other Option SCSS */
.other-option {
    margin: 20px 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.other-option::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--border-color-two));
    z-index: -1;
}



.other-option__text {
    background-color: hsl(var(--gray-bg));
    display: inline-block;
    padding: 0 16px;
    font-family: var(--body-font);
    color: hsl(var(--text-mute));
}

@media screen and (max-width: 1399px) {
    .other-option {
        margin: 30px 0 20px;
    }
}

@media screen and (max-width: 1199px) {
    .other-option {
        margin: 20px 0 15px;
    }
}

/* =========================================== Account SCSS End =========================*/
.client-slider {
    position: relative;
}

.client-slider .slick-arrow {
    top: auto;
    bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .client-slider .slick-arrow {
        width: 32px;
        height: 32px;
    }
}

.client-slider .slick-next {
    right: 48px;
    background-color: transparent;
    border: 1px solid hsl(var(--white));
}

.client-slider .slick-next:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .client-slider .slick-next {
        right: 32px;
    }
}

@media screen and (max-width: 991px) {
    .client-slider .slick-next {
        right: 24px;
    }
}

.client-slider .slick-prev {
    right: 120px;
    left: auto;
    border: 1px solid hsl(var(--white));
    background-color: transparent;
}


.client-slider .slick-prev:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .client-slider .slick-prev {
        right: 80px;
    }
}

@media screen and (max-width: 991px) {
    .client-slider .slick-prev {
        right: 60px;
    }
}

.select2+.select2-container .select2-selection {
    background-color: transparent;
    width: 100%;
    outline: 0;
    border: 1px solid hsl(var(--border-color)) !important;
}

/* ================================= Contact Css Start =========================== */
.contact-area {
    overflow: hidden;
}

.contact-area__content {
    padding: 80px 0px;
}

.contact-area__content .title {
    font-size: 7.5rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .contact-area__content .title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 991px) {
    .contact-area__content .title {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 767px) {
    .contact-area__content .title {
        font-size: 3.125rem;
    }
}

.contact-area__content .desc {
    font-size: 1.125rem;
    font-weight: 500;
    color: hsl(var(--text-mute));
}

.contact-area__thumb {
    text-align: right;
}

.contact-area__thumb img {
    position: relative;
    right: -140px;
    mix-blend-mode: hard-light;
}

@media screen and (max-width: 1499px) {
    .contact-area__thumb img {
        right: auto;
        left: auto;
    }
}

@media screen and (max-width: 991px) {
    .contact-area__thumb img {
        display: none;
    }
}

/* ================================= Contact Css Start =========================== */
/*----------------------------------------*/
/*   SLIDER CSS START
/*----------------------------------------*/
.marquee-wrapper {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
}

.marquee-wrapper .marquee {
    display: flex;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: hsl(var(--base));
    padding: 20px 0px;
}

.marquee-wrapper .marquee div {
    text-transform: uppercase;
    will-change: transform;
    white-space: nowrap;
    font-size: 80px;
    color: hsl(var(--white));
    font-weight: 700;
    padding: 0px 25px;
    line-height: 1;
}

@media screen and (max-width: 1499px) {
    .marquee-wrapper .marquee div {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 991px) {
    .marquee-wrapper .marquee div {
        font-size: 2.5rem;
    }
}

.marquee-wrapper .marquee span {
    padding: 0px 25px;
}

.marquee-wrapper .marquee__inner {
    display: flex;
    gap: 20px;
}

.contact-form__title {
    max-width: 905px;
    margin-bottom: 50px;
}

.contact-form__left__wrapper {
    display: flex;
    gap: 24px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.contact-form__left__wrapper .social-list__link {
    width: 40px;
    height: 40px;
}

.contact-form__left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (max-width: 991px) {
    .contact-form__left {
        gap: 30px;
    }
}

.contact-form__info {
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 575px) {
    .contact-form__info {
        gap: 16px;
    }

}

.contact-form__info-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(var(--border-color));
    box-shadow: var(--box-shadow);
    flex-shrink: 0;
}

.contact-form__info svg {
    width: 24px;
    height: 24px;
}

.contact-form__info-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: hsl(var(--heading-color));
    font-family: var(--heading-font);
}

.contact-form__info-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-form__info-link {
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--heading-color));
    font-family: var(--heading-font);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-form__info-subtitle {
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .contact-form__info-link {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {
    .contact-form__info-link {
        font-size: 1rem;
    }
}

.contact-form__info-link i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-form__info-link:hover {
    color: hsl(var(--base));
}

.contact-form__info-link.address:hover {
    color: hsl(var(--heading-color));

}

.contact-form__info-link:hover i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.contact-form__right {
    max-width: 860px;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid hsl(var(--base));
    background: hsl(var(--white));
    -webkit-box-shadow: 0px 0px 25px 0px hsl(var(--base)/0.25);
    box-shadow: 0px 0px 25px 0px hsl(var(--base)/0.25);
}

@media (max-width: 575px) {
    .contact-form__right {
        padding: 24px;
    }

}

.contact-form__right textarea.form--control {
    height: 140px !important;
}


.contact-form .contact-form-service {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.contact-form .contact-form-service__list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.contact-form .contact-form-service__item {
    padding: 9.5px 18px;
    border-radius: 8px;
    border: 1px solid hsl(var(--body-color));
    color: hsl(var(--body-color));
    font-size: 1.125rem;
}

@media screen and (max-width: 1199px) {
    .contact-form .contact-form-service__item {
        padding: 8px 15px;
        font-size: 1rem;
    }
}

.contact-form .policy-privacy {
    font-size: 0.875rem;
    color: hsl(var(--text-mute));
}

.contact-form .policy-privacy a {
    color: hsl(var(--text-mute));
    text-decoration: underline;
}

.contact-form .policy-privacy a:hover {
    color: hsl(var(--base));
}

/* ======================  Product Page Start  ======================*/
.product-page .filter-header__right {
    display: flex;
    gap: 12px;
}

.product-page .filter-header {
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .product-page .filter-header__right-select {
        max-width: 380px;
        min-width: unset;
        width: 100%;
    }
}

.view-style {
    gap: 12px;
}

.view-style li {
    background: transparent !important;
    padding: 0px;
    height: 100%;
}

.view-style li a {
    color: hsl(var(--body-color));
    font-size: 24px;
    width: 56px;
    height: 56px;
    padding: 0 !important;
    border: 1px solid hsl(var(--border-color));
    text-align: center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-style li a.active {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.2);
    border: 1px solid hsl(var(--base));
}

.product-card {
    display: flex !important;
    flex-direction: column;
    padding: 16px;
    background-color: hsl(var(--white));
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 767px) {
    .product-card {
        padding: 12px;
    }
}

.product-card__thumb {
    width: 100%;
    aspect-ratio: 1/0.5084745763;
    border-radius: 5px;
    overflow: hidden;
}

.product-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.product-card__thumb .link {
    width: 100%;
    height: 100%;
    display: block;
}

.product-card:hover .product-card__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-card__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .product-card__title {
        font-size: 1rem;
    }
}

.product-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-card__title .link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card__badge {
    font-size: 0.75rem;
    font-weight: 600;
    background-color: hsl(var(--base)/0.2);
    color: hsl(var(--base));
    padding: 5.5px 15px;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    .product-card__badge {
        padding: 4px 8px;
    }
}

.product-card__price {
    font-size: 1.5rem;
    font-weight: 700;
    color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .product-card__price {
        font-size: 1.125rem;
    }
}

.product-card__content-inner {
    padding: 0px 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
}


@media screen and (max-width: 767px) {
    .product-card__content-inner {
        padding: 0px 6px;
    }

    .product-card__content-inner .rating-list__item {
        font-size: 0.75rem;
    }
}

.product-card__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px 8px;
    border-top: 1px solid hsl(var(--border-color)/0.5);
    margin-top: 8px;
    padding-top: 16px;
    gap: 8px;
}


.list-view-active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width: 480px) {
    .list-view-active .product-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .list-view-active .product-card {
        gap: 40px;
    }
}

@media screen and (max-width: 991px) {
    .list-view-active .product-card {
        gap: 20px;
    }
}

.list-view-active .product-card__content {
    padding: 5px 0px;
}

@media screen and (min-width: 480px) {
    .list-view-active .product-card__content {
        width: calc(100% - 260px);
    }
}

.list-view-active .product-card__title {
    font-size: 1.25rem;
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .list-view-active .product-card__title {
        font-size: 1rem;
    }
}

.list-view-active .product-card__price {
    font-size: 2rem;
}

@media screen and (max-width: 991px) {
    .list-view-active .product-card__price {
        font-size: 1.5rem;
    }
}


@media screen and (min-width: 480px) {
    .list-view-active .product-card__thumb {
        max-width: 260px;
        max-height: 100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 575px) {
    .list-view-active .product-card__thumb {
        max-width: 200px;
    }

    .list-view-active .product-card__content {
        width: calc(100% - 200px);
    }
}

/* ======================  Product Page End  ======================*/
/* ================================= Product details Css Start =========================== */
.product-details__header {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-details__left {
    background-color: hsl(var(--white));
    border-radius: 20px;
    padding: 12px;
}

@media screen and (max-width: 991px) {
    .product-details__left {
        padding: 15px;
    }
}

.product-details__title {
    font-size: 2.5rem;
    font-weight: 600;
    max-width: 950px;
}

@media screen and (max-width: 1199px) {
    .product-details__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .product-details__title {
        font-size: 1.5rem;
    }
}

.product-details__inner {
    padding: 24px 8px;
}

.product-details__action {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 24px;
}

.product-details__action__left ul {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
    .product-details__action__left ul {
        gap: 8px;
    }
}

.product-details__action .badge {
    padding: 5.5px 15px;
}

.product-details__price {
    border-left: 1px solid hsl(var(--border-color));
    padding-left: 10px;
}

.product-details__price svg {
    color: hsl(var(--base));
}

.product-details__thumb {
    border-radius: 8px;
    overflow: hidden;
}

.product-details__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.product-details__thumb a {
    width: 100%;
    height: 100%;
    display: block;
}

.product-details .social-list__item {
    margin-right: 8px;
}

.product-details .social-list__link {
    width: 48px;
    height: 48px;
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 767px) {
    .product-details .social-list__link {
        width: 40px;
        height: 40px;
    }
}

.product-details .social-list__link.active {
    background-color: hsl(var(--base)/0.2) !important;
    color: hsl(var(--heading-color)) !important;
}

.product-details .social-list__link:hover {
    background-color: hsl(var(--base)/0.2) !important;
    color: hsl(var(--heading-color)) !important;
}

.product-details__sidebar {
    position: sticky;
    top: 125px;
}

.product-details__sidebar__widget {
    padding: 16px 20px;
    background-color: hsl(var(--white));
    border-radius: 20px;
}

.product-details__sidebar__widget:not(:last-child) {
    margin-bottom: 24px;
}

.product-details__sidebar__widget .title {
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border-color)/0.6);
    padding-bottom: 10px;
    font-size: 1.25rem;
}

.product-details__sidebar__widget .thumb {
    border-radius: 12px;
    overflow: hidden;
    padding: 12px 0px 20px;
}

.product-details__sidebar__widget .product-update__list .item-title {
    margin-bottom: 5px;
    font-size: 1.125rem;
    font-weight: 500;
}

.product-details__sidebar__widget .product-update__list-item:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(var(--border-color)/0.6);
}

.product-details__sidebar__widget .product-update__list .update-date {
    font-size: 0.875rem;
    color: hsl(var(--text-mute));
}

.product-details__sidebar__info {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    position: relative;
}

.product-details__sidebar__info::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 100%;
    background-color: hsl(var(--border-color));
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details__sidebar__info::before {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    .product-details__sidebar__info::before {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .product-details__sidebar__info {
        gap: 15px;
    }
}

.product-details__sidebar__info__item .price {
    font-size: 1.5rem;
    font-weight: 700;
}

.product-details__sidebar__info__item .price del {
    color: hsl(var(--text-mute));
    font-size: 1rem;
}

.product-update__list-item {
    display: none;
}




/* =========================================== About Css Start ==============================*/
.about-banner {
    position: relative;
}

@media screen and (max-width: 575px) {
    .about-banner {
        padding: 0px 0px;
    }
}

.about-banner__content {
    z-index: 1;
}

.about-banner__thumb img {
    position: absolute;
    z-index: -1;
    opacity: 0.9;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    mix-blend-mode: hard-light;
}

@media screen and (max-width: 1199px) {
    .about-banner__thumb img {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .about-banner__thumb img {
        max-width: 400px;
    }
}

.about-banner__title {
    font-size: 7.5rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    padding: 150px 0px 100px;
}

@media screen and (max-width: 1499px) {
    .about-banner__title {
        font-size: 6.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .about-banner__title {
        font-size: 5rem;
        padding: 80px 0px 80px;
    }
}

@media screen and (max-width: 991px) {
    .about-banner__title {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 767px) {
    .about-banner__title {
        font-size: 2.5rem;
        padding: 133px 0px 105px;
    }
}

@media screen and (max-width: 575px) {
    .about-banner__title {
        font-size: 2rem;
        padding: 133px 0px 105px;
    }
}

@media screen and (max-width: 424px) {
    .about-banner__title {
        font-size: 1.5625rem;
    }
}

.about-banner .desc {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3;
    color: hsl(var(--text-mute));
    max-width: 550px;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .about-banner .desc {
        font-size: 1rem;
    }
}

.about-banner__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.circle-wrapper {
    position: relative;
    width: 132px;
    height: 132px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .circle-wrapper {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 575px) {
    .circle-wrapper {
        display: none;
    }
}

.circle-wrapper .rotating-circle {
    width: 100%;
    height: 100%;
    -webkit-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}

.circle-wrapper .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #1a1c20;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.about-section__thumb {
    position: relative;
    padding-right: 24px;
}

@media screen and (max-width: 1199px) {
    .about-section__thumb {
        padding-right: 0px;
    }
}

.about-section__thumb::before {
    position: absolute;
    content: "";
    width: 860px;
    height: 347px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: -46%;
    border-radius: 0px 15px 15px 0px;
    background: hsl(var(--base));
    mix-blend-mode: multiply;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .about-section__thumb::before {
        left: -70%;
    }
}

@media screen and (max-width: 1199px) {
    .about-section__thumb::before {
        height: 240px;
        width: 700px;
    }
}

@media screen and (max-width: 991px) {
    .about-section__thumb::before {
        display: none;
    }
}

.about-section__thumb img {
    border-radius: 20px;
    width: 100%;
}

.about-section .about-content {
    padding-right: 60px;
}

@media screen and (max-width: 1199px) {
    .about-section .about-content {
        padding-right: 0px;
    }
}

.about-section .about-content .desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.about-scroll-text .marquee {
    background: hsl(var(--white)) !important;
}

.about-scroll-text .marquee div {
    color: hsl(var(--neutral)) !important;
}

.about-counter__title {
    margin-bottom: 0px;
}

.about-counter__desc {
    font-size: 1.125rem;
    color: hsl(var(--text-mute));
    max-width: 475px;
}

.about-counter__heading {
    position: relative;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    gap: 32px;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .about-counter__heading {
        padding-bottom: 60px;
    }
}

.about-counter__heading .about-counter__shape {
    position: absolute;
    left: -18%;
    z-index: -1;
    bottom: 16px;
    opacity: 0.9;
    mix-blend-mode: hard-light;
    -webkit-animation: mover 3s linear infinite;
    animation: mover 3s linear infinite;
}

@media screen and (max-width: 767px) {
    .about-counter__heading .about-counter__shape {
        display: none;
    }
}




.about-us-choose .section-heading__title {
    max-width: 488px;
}


.about-us__banner {
    padding: 130px 24px;
    margin: 0px 40px;
    border-radius: 30px;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .about-us__banner {
        padding: 100px 24px;
    }
}

@media screen and (max-width: 767px) {
    .about-us__banner {
        margin: 0px 20px;
        padding: 80px 16px;
    }
}

@media screen and (max-width: 575px) {
    .about-us__banner {
        margin: 0px;
        border-radius: 0px;
        padding: 60px 0;
    }
}

.about-us__banner-title {
    font-size: 7.5rem;
}

@media screen and (max-width: 1399px) {
    .about-us__banner-title {
        font-size: 6rem;
    }

}

@media screen and (max-width: 1199px) {
    .about-us__banner-title {
        font-size: 3rem;
    }

}

@media screen and (max-width: 767px) {
    .about-us__banner-title {
        font-size: 2.5rem;
    }
}

.about-us__banner-desc {
    font-size: 1.125rem;
    font-weight: 500;
    max-width: 820px;
    margin-bottom: 40px;
    color: hsl(var(--heading-color))
}

@media screen and (max-width: 767px) {
    .about-us__banner-desc {
        font-size: 1rem;
    }

}

@media screen and (max-width: 575px) {
    .about-us__banner-button .btn {
        padding: 19px 24px;
    }

}


.btn-white--base {
    background: hsl(var(--white));
    color: hsl(var(--base)) !important;
}

.btn-white--base:hover {
    background: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}


.our-mv__inner {
    width: 100%;
    position: relative;

}

.our-mv__inner-bg {
    width: 100%;
    object-position: center;
    object-fit: cover;
    aspect-ratio: 1/0.8868613139;
    mask-image: url('../images/vision-mission-mask.png');
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .our-mv__inner-bg {
        display: none;
    }
}

.our-mv-card {
    max-width: 536px;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .our-mv-card {
        max-width: 460px;
    }
}

@media screen and (max-width: 1199px) {
    .our-mv-card {
        max-width: 360px;
    }
}

@media screen and (max-width: 991px) {
    .our-mv-card {
        position: unset;
        max-width: unset;
        text-align: left !important;
        padding: 32px;
        border: 1px solid hsl(var(--neutral));
        border-radius: 20px;
        background-color: hsl(var(--white));
    }

    .our-mv-card:not(:last-child) {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .our-mv-card {
        padding: 24px;
    }
}

@media screen and (max-width: 575px) {
    .our-mv-card {
        padding: 16px;
    }
}

.our-mv-card--mission {
    text-align: left;
    top: 55px;
    right: -112px;
}

@media screen and (max-width: 1399px) {
    .our-mv-card--mission {
        text-align: left;
        top: 28px;
        right: -100px;
    }
}

@media screen and (max-width: 1199px) {
    .our-mv-card--mission {
        right: -64px;
    }
}

.our-mv-card--vision {
    text-align: right;
    left: -112px;
    bottom: 72px;
}

@media screen and (max-width: 1399px) {
    .our-mv-card--vision {
        text-align: right;
        left: -100px;
        bottom: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .our-mv-card--vision {
        left: -64px;
    }
}

.our-mv-card__title {
    color: hsl(var(--base));
    margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
    .our-mv-card__title {
        font-size: 2.5rem;
    }
}


@media screen and (max-width: 767px) {
    .our-mv-card__title {
        font-size: 1.75rem;
    }
}

.our-mv-card__desc {
    color: hsl(var(--text-mute));
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

@media screen and (max-width: 1199px) {
    .our-mv-card__desc {
        font-size: 1rem;
    }
}

/* =========================================== About Css End ==============================*/

/* ================================= customization Css Start =========================== */
.customization-banner {
    position: relative;
    padding: 250px 0px 200px;
}

@media screen and (max-width: 1399px) {
    .customization-banner {
        padding: 180px 0px 150px;
    }
}

@media screen and (max-width: 991px) {
    .customization-banner {
        padding: 250px 0px 150px;
    }
}


@media screen and (max-width: 575px) {
    .customization-banner {
        padding: 150px 0px 150px;
    }
}


.customization-banner__shape {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.9;
    z-index: 2;
}

@media screen and (max-width: 1499px) {
    .customization-banner__shape {
        max-width: 500px;
    }
}

@media screen and (max-width: 1399px) {
    .customization-banner__shape {
        max-width: 350px;
    }
}

@media screen and (max-width: 991px) {
    .customization-banner__shape {
        max-width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .customization-banner__shape {
        max-width: 400px;
    }
}

@media screen and (max-width: 575px) {
    .customization-banner__shape {
        max-width: 300px;
    }
}

@media screen and (max-width: 424px) {
    .customization-banner__shape {
        max-width: 250px;
    }
}

.customization-banner__content {
    text-align: center;
}

.customization-banner__title {
    position: relative;
    z-index: 12;
    font-size: 10.75rem;
    font-weight: 800;
}

@media screen and (max-width: 1499px) {
    .customization-banner__title {
        font-size: 6.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .customization-banner__title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 991px) {
    .customization-banner__title {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 767px) {
    .customization-banner__title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .customization-banner__title {
        font-size: 2rem;
    }
}

/* ================================= customization Css END =========================== */
/* ================================= customization category Css Start =========================== */
.customization-category__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.customization-category .category-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 32px 24px;
    background-color: hsl(var(--white));
    border-radius: 12px;
}

@media screen and (max-width: 991px) {
    .customization-category .category-item {
        padding: 20px 16px;
    }
}

.customization-category .category-item__icon svg {
    color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .customization-category .category-item__icon svg {
        width: 24px;
        height: 24px;
    }
}

.customization-category .category-item__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .customization-category .category-item__title {
        font-size: 1rem;
    }
}

.customization-form .section-heading {
    padding-right: 60px;
}

/* ================================= customization category Css End =========================== */
.projectTimeline_circle {
    z-index: 2;
    background-color: #000;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 0.9375rem;
    height: 0.9375rem;
    margin-top: 7px;
}

.projectTimeline_progress {
    flex-direction: column;
    align-items: center;
    width: 2rem;
    height: 100%;
    display: flex;
    position: absolute;
}

.projectTimeline_content-right {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    padding-left: 35px;
}

@media screen and (max-width: 767px) {
    .projectTimeline_content-right {
        padding-left: 0px;
    }

}


.projectTimeline_fade-overlay-top {
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--background-color--bg-light)), to(#0000));
    background-image: linear-gradient(180deg, var(--background-color--bg-light), #0000);
    width: 0.25rem;
    height: 4rem;
    position: absolute;
}

.projectTimeline_item {
    z-index: 2;
    grid-template-rows: auto;
    grid-template-columns: 1fr 12rem 1fr;
    grid-auto-columns: 1fr;
}

.projectTimeline_item .desc {
    font-size: 1rem;
    color: hsl(var(--body-color));
}

.projectTimeline_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 60px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .projectTimeline_row {
        padding-bottom: 40px;
    }

}

.projectTimeline_line {
    background-color: #d9dadb;
    width: 0.1875rem;
    height: 100%;
}

.projectTimeline_fade-overlay-bottom {
    z-index: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff0), to(var(--background-color--bg-light)));
    background-image: linear-gradient(180deg, #fff0, var(--background-color--bg-light));
    width: 0.25rem;
    height: 4rem;
    position: absolute;
    bottom: 0%;
}

.projectTimeline_progress-line-cover {
    background-color: var(--color--background);
    width: 100%;
    height: 50vh;
    position: absolute;
    top: -50vh;
}

.projectTimeline_progress-line {
    background-color: #000;
    width: 0.1875rem;
    height: 50vh;
    margin-top: -50vh;
    position: sticky;
    top: 0;
}

.projectTimeline_content {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
    position: relative;
}

@media (max-width: 1399px) {
    .projectTimeline_content {
        grid-column-gap: 7rem;
        grid-row-gap: 7rem;
    }
}

@media (max-width: 1199px) {
    .projectTimeline_content {
        grid-column-gap: 5rem;
        grid-row-gap: 5rem;
    }
}

@media (max-width: 991px) {
    .projectTimeline_content {
        grid-column-gap: 3rem;
        grid-row-gap: 0rem;
    }
}

.projectTimeline_circle-wrapper {
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 8rem;
    height: 100%;
    margin-left: -6rem;
    display: flex;
    position: absolute;
}

.hosting-titleline .projectTimeline_circle-wrapper {
    margin-left: -6rem;
}

@media screen and (max-width: 767px) {
    .hosting-titleline .projectTimeline_circle-wrapper {
        margin-left: unset;
    }

}

.hosting-titleline .projectTimeline_content-right {
    grid-row-gap: 0rem;
}

.hosting-titleline .projectTimeline_content-right .projectTimeline_circle {
    margin-top: 7px;
}

.projectTimeline_content-left {
    position: sticky;
    top: 9rem;
}

@media screen and (max-width: 991px) {
    .projectTimeline_content-left {
        position: unset;
    }
}

.project-timeline-step {
    font-size: 1.125rem;
    font-weight: 500;
    color: hsl(var(--text-mute));
    margin-bottom: 10px;
    font-family: var(--heading-font);
}

.project-timeline-heading .title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.projectTimeline_progress-line-cover {
    background-color: #f9fafb;
    width: 100%;
    height: 50vh;
    position: absolute;
    top: -50vh;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .projectTimeline_content {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    #timeline-wrapper {
        grid-area: 2/1/3/2;
        justify-self: start;
    }
}

@media screen and (max-width: 767px) {
    .projectTimeline_item {
        grid-template-rows: auto auto;
        grid-template-columns: 4rem 1fr;
        margin-left: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .projectTimeline_circle-wrapper {
        width: 2rem;
        margin-left: 0;
    }
}

.projectTimeline_circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: hsl(var(--text-mute)/0.4);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.projectTimeline_circle.active {
    background-color: hsl(var(--heading-color));
}

.check-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: hsl(var(--gray-bg));
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--body-color));
    border: 2px solid hsl(var(--border-color));
}

.check-circle i {
    font-size: 0.875rem;
}

.check--success {
    background-color: hsl(var(--success)/0.3);
    color: hsl(var(--success));
    border-color: hsl(var(--success));
    transition: all 0.3s ease-in-out;
}

.check--danger {
    background-color: hsl(var(--danger)/0.3);
    color: hsl(var(--danger));
    border-color: hsl(var(--danger));
}

.check--base {
    background-color: hsl(var(--base)/0.3);
    color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.check--warning {
    background-color: hsl(var(--warning)/0.3);
    color: hsl(var(--warning));
    border-color: hsl(var(--warning));
}

.check--primary {
    background-color: hsl(var(--primary)/0.3);
    color: hsl(var(--primary));
    border-color: hsl(var(--primary));
}

.check--white {
    background-color: hsl(var(--white)/0.2);
    color: hsl(var(--white));
    border-color: hsl(var(--white));
}

@media (min-width: 1400px) {
    .container:has() {
        max-width: 1341px;
    }
}

.installation-page {
    position: relative;
    background-color: hsl(var(--gray-bg));
}

.installation-page .installation__shape {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.installation-page .installation__shape img {
    opacity: 0.9;
    mix-blend-mode: hard-light;
}

@media screen and (max-width: 1620px) {
    .installation-page .installation__shape {
        max-width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .installation-page .installation__shape {
        display: none;
    }
}

.installation-page__content {
    padding: 130px 0px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .installation-page__content {
        padding: 100px 0px;
    }
}

@media screen and (max-width: 767px) {
    .installation-page__content {
        padding: 80px 0px;
    }
}

@media screen and (max-width: 575px) {
    .installation-page__content {
        padding: 60px 0px;
    }
}

.installation-page__title {
    font-size: 10.75rem;
    font-weight: 800;
}

@media screen and (max-width: 1399px) {
    .installation-page__title {
        font-size: 8.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .installation-page__title {
        font-size: 6.25rem;
    }
}

@media screen and (max-width: 991px) {
    .installation-page__title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .installation-page__title {
        font-size: 3.75rem;
        text-align: start !important;
    }
}

@media screen and (max-width: 575px) {
    .installation-page__title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .installation-page .title-two {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
    }
}

.installation-page .desc {
    max-width: 540px;
    text-align: start;
    font-size: 1.125rem;
}

.pricing-plans:has(.server-location) .section-heading__style-two {
    align-items: flex-start;
}


@media screen and (max-width: 1399px) {
    .pricing-plans:has(.server-location) .section-heading__style-two {
        align-items: center;
    }
}

.pricing-plans .section-heading {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 20px;
}

@media screen and (max-width: 991px) {
    .pricing-plans .section-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }
}

.pricing-plans .section-heading__title {
    margin-bottom: 0px;
    width: calc(100% - 430px);
}

@media screen and (max-width: 1399px) {
    .pricing-plans .section-heading__title {
        width: calc(100% - 360px);
    }
}

@media screen and (max-width: 991px) {
    .pricing-plans .section-heading__title {
        width: 100%;
    }
}

.pricing-plans .section-heading__desc {
    max-width: 430px;
}

@media screen and (max-width: 1399px) {
    .pricing-plans .section-heading__desc {
        max-width: 360px;
    }
}

@media screen and (max-width: 991px) {
    .pricing-plans .section-heading__desc {
        max-width: 100%;
    }
}

.pricing-plans {
    z-index: 3 !important;
    position: relative !important;
}


.price-header-wrapper {
    z-index: 2;
}


@media screen and (max-width: 1199px) {
    .price-header-sticky {
        position: unset;
    }

}

.pricing-plans__item {
    background-color: hsl(var(--white));
    border-radius: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.pricing-plans__item:hover {
    background-color: hsl(var(--base));
}


.pricing-plans__item__header {
    border-radius: 8px 8px 0px 0px;
    background: hsl(var(--white));
    padding: 8px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.pricing-plans__item:hover .pricing-plans__item__header {
    background-color: hsl(var(--base));
}


.pricing-plans__item__top {
    padding: 16px;
    border-radius: 8px;
}

.pricing-plans__item__top .title {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 600;
}

.pricing-plans__item__top .desc {
    color: hsl(var(--text-mute));
    font-size: 0.875rem;
}

.pricing-plans__item__top .price {
    font-size: 1.5rem;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing-plans__item__top .price del {
    font-size: 1rem;
    font-family: var(--body-font);
    color: hsl(var(--text-mute));
    font-weight: 400;
}

.pricing-plans__item__content {
    margin-top: 35px;
}

.pricing-plans__item__body {
    padding: 24px 16px 16px 16px;
    margin-top: -3px;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .pricing-plans__item__body {
        padding: 16px;
    }

}

.pricing-plans__item__body .content {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-plans__item:hover .pricing-plans__item__body .content {
    color: hsl(var(--white));
}

.pricing-plans__item:hover .check--success {
    background-color: hsl(var(--white)/0.3);
    color: hsl(var(--white));
    border-color: hsl(var(--white));

}

.pricing-plans__item:hover .check--danger {
    background-color: hsl(var(--white)/0.3);
    color: hsl(var(--white));
    border-color: hsl(var(--white));
}


.pricing-plans__item__list li {
    display: flex;
    gap: 8px;
}

@media screen and (max-width: 767px) {
    .pricing-plans__item__list li {
        font-size: 0.875rem;
    }
}

.pricing-plans__item__list li:not(:last-child) {
    margin-bottom: 24px;
}

.pricing-plans__item__list li .check-circle {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pricing-plans__item__enterprice {
    background-color: hsl(var(--base)) !important;
}

.pricing-plans__item__enterprice .pricing-plans__item__list .content {
    color: hsl(var(--white));
}

.pricing-plans__item__enterprice .pricing-plans__item__header {
    background-color: hsl(var(--base));
}

.domin-hosting-page .desc {
    max-width: 350px;
}

.next-hosting__item {
    border: 1px solid hsl(var(--neutral));
    padding: 32px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: hsl(var(--white));
}

.next-hosting__item:hover {
    transform: translateY(-5px);
}


@media screen and (max-width: 767px) {
    .next-hosting__item {
        padding: 20px;
    }
}

.next-hosting__item-thumb {
    margin-bottom: 24px;
}

.domain-buying__rules__items .thumb {
    width: 85px;
    height: 85px;
    border-radius: 8px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

.domain-buying__rules__items .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.domain-buying__rules__items .title {
    margin-bottom: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">") !important;
}

.breadcrumb-item a {
    color: hsl(var(--body-color));
}

.breadcrumb-item.active {
    font-weight: 600;
    color: hsl(var(--heading-color));
}

.why-choose__list-item {
    display: flex;
    gap: 12px;
    font-size: 1.125rem;
}

.why-choose__list-item .icon i {
    color: hsl(var(--success));
}

.why-choose__list-item:not(:last-child) {
    margin-bottom: 16px;
}

.why-choose__list .content {
    font-size: 1.125rem;
}

@media screen and (max-width: 424px) {
    .why-choose__list .content {
        font-size: 1rem;
    }
}

.why-choose__item {
    padding: 32px;
    border-radius: 20px;
    background-color: hsl(var(--white));
    transition: all 0.3s ease-in-out;
}


.why-choose__item:hover {
    transform: translateY(-5px);
}

.why-choose__item:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .why-choose__item {
        padding: 24px 20px;
    }
}

.why-choose__item__thumb {
    margin-bottom: 20px;
}

/* ============================== Service Section Css Start ===================*/
.service-item {
    text-align: left;
    border: 1px solid hsl(var(--neutral));
    border-left: 0;
    border-bottom: 0;
    height: 100%;
    padding: 30px 40px;
}

@media screen and (max-width: 1399px) {
    .service-item {
        padding: 35px 10px;
    }
}

@media screen and (max-width: 991px) {
    .service-item {
        padding: 25px 10px;
    }
}

@media screen and (max-width: 991px) {
    .service-item {
        padding: 15px 10px;
    }
}

@media screen and (max-width: 424px) {
    .service-item {
        border: 0 !important;
        padding: 30px 20px !important;
        background-color: hsl(var(--white)) !important;
        -webkit-box-shadow: 0px 0px 30px rgba(0, 102, 255, 0.08);
        box-shadow: 0px 0px 30px rgba(0, 102, 255, 0.08);
        border-radius: 20px;
    }
}

.service-item__title {
    margin-top: 20px;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .service-item__title {
        margin-top: 15px;
    }
}

.service-item__title .link {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}

.service-item__title .link:hover {
    color: hsl(var(--base));
}

.service-item__desc {
    margin-bottom: 25px;
    max-width: 340px;
}

@media screen and (max-width: 1399px) {
    .service-item__desc {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .service-item__desc {
        margin-bottom: 15px;
        font-size: 0.9375rem;
    }
}

.service-item.style-left {
    text-align: left;
    padding: 50px !important;
}

@media screen and (max-width: 1399px) {
    .service-item.style-left {
        padding: 40px !important;
    }
}

@media screen and (max-width: 1199px) {
    .service-item.style-left {
        padding: 30px !important;
    }
}

@media screen and (max-width: 991px) {
    .service-item.style-left {
        padding: 30px 20px !important;
    }
}

@media screen and (max-width: 991px) {
    .service-item.style-left {
        padding: 15px 20px !important;
    }
}

.service-item.style-left .service-item__icon {
    margin-left: 0;
}

.service-item.style-left .service-item__desc {
    margin-left: 0;
}

.service-item.style-left .service-item__icon {
    max-width: 55px;
    max-height: initial;
}

.arrow-btn {
    font-size: 1.563rem;
    line-height: 0.6;
    color: hsl(var(--heading-color));
    opacity: 0.4;
}

.arrow-btn:hover {
    color: hsl(var(--base));
    opacity: 1;
}

.service-item-wrapper div[class*=col] {
    padding: 0;
}

@media screen and (max-width: 424px) {
    .service-item-wrapper div[class*=col] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 768px) {
    .service-item-wrapper div[class*=col]:nth-child(-n+3) .service-item {
        border-top: 0;
        padding-top: 0;
    }

    .service-item-wrapper div[class*=col]:nth-last-child(1) .service-item,
    .service-item-wrapper div[class*=col]:nth-last-child(2) .service-item,
    .service-item-wrapper div[class*=col]:nth-last-child(3) .service-item {
        border-bottom: 0;
        border-top: 1px solid hsl(var(--neutral));
        padding-bottom: 0;
    }

    .service-item-wrapper div[class*=col]:nth-child(3n+3) .service-item {
        border-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .service-item-wrapper div[class*=col]:nth-child(-n+2) .service-item {
        border-top: 0;
        padding-top: 0;
    }

    .service-item-wrapper div[class*=col]:nth-last-child(1) .service-item,
    .service-item-wrapper div[class*=col]:nth-last-child(2) .service-item {
        border-bottom: 0;
        border-top: 1px solid hsl(var(--neutral));
        padding-bottom: 0;
    }

    .service-item-wrapper div[class*=col]:nth-child(2n+2) .service-item {
        border-right: 0;
    }
}

@media screen and (max-width: 424px) {
    .service-item-wrapper div[class*=col]:nth-child(-n+2) .service-item {
        padding-top: 15px;
    }

    .service-item-wrapper div[class*=col]:nth-last-child(2) .service-item {
        padding-bottom: 15px;
    }

    .service-item-wrapper div[class*=col]:nth-child(2n+2) .service-item {
        border-right: 0;
    }
}

@media screen and (max-width: 424px) {
    .gy-xsm-4 {
        --bs-gutter-y: 1.5rem;
    }
}

/* ============================== Service Section Css End ===================*/
/*================================== Plan Css Start ==================================*/
.vps-hosting__menu {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .vps-hosting__menu {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .vps-hosting__menu {
        margin-bottom: 24px;
    }
}

.vps-hosting__menu .nav-pills {
    background-color: hsl(var(--base)/0.1);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid hsl(var(--base));
    padding: 4px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}

.vps-hosting__menu .nav-pills .nav-link {
    font-size: 1.125rem;
    color: hsl(var(--heading-color));
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 20px !important;
}

@media screen and (max-width: 424px) {
    .vps-hosting__menu .nav-pills .nav-link {
        font-size: 0.875rem;
        padding: 8px 18px !important;
    }
}

.vps-hosting__menu .nav-pills .nav-link.active {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.nav-pills .nav-link:focus-visible {
    box-shadow: none !important;
}

.plan__wrapper {
    overflow-x: auto;
    position: relative;
}

.plan__wrapper::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.3);
    border-radius: 0px;
}

.plan__wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.plan__wrapper::-webkit-scrollbar-track {
    background-color: hsl(var(--black)/0.1);
}

.plan-item__data:first-child .plan-item__data-title {
    white-space: break-spaces;
    line-height: 1.4;
}

/* Vps Plan Item */
.plan-item {
    --gap: 24px;
    display: flex;
    padding: 20px;
    border: 1px solid hsl(var(--neutral)/ 0.8);
    gap: var(--gap);
    min-width: 1300px;
    border-radius: 16px;
    background-color: hsl(var(--white));
    margin-bottom: 12px;
    transition: all 0.3s ease;
    flex-wrap: nowrap;
}

.plan-item:nth-child(even) {
    background-color: hsl(var(--base) / 0.02);
}

.plan-item:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 575px) {
    .plan-item {
        padding: 16px;
    }
}

.plan-item__content {
    gap: 50px;
}


@media screen and (max-width: 1499px) {
    .plan-item__content {
        gap: 40px;
    }
}

.plan-item__data:first-child {
    min-width: 200px;
    max-width: 180px;
}

.plan-item__data {
    width: 155px;
    flex: 1;
}

.plan-item__button {
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .plan-item__data:first-child {
        min-width: 140px;
        max-width: 150px;
    }

}

.plan-item__data.data-price {
    display: block;
}

.plan-item__data.data-price .plan-item__data-info {
    width: 100%;
    padding-left: 0;
}

.plan-item__data-icon {
    width: 25px;
}

.plan-item__data-icon img {
    max-width: 25px;
}

.plan-item__data-info {
    width: calc(100% - 25px);
    padding-left: 10px;
}

.plan-item__data-subtitle {
    font-weight: 400;
    font-family: var(--heading-font);
    color: hsl(var(--text-mute));
}

.plan-item__data-title {
    margin-bottom: 5px;
    color: hsl(var(--heading-color));
    font-size: 1.125rem;
    white-space: nowrap;
}

@media screen and (max-width: 575px) {
    .plan-item__data-title {
        font-size: 0.875rem;
    }

}

.plan-item__data-title .duration {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.plan-item__data-title.price-title {
    font-size: 1.75rem;
    margin-bottom: 18px;
    text-align: center;
}

.disk-space {
    width: 170px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .plan-item {
        padding: 16px;
        min-width: 1100px;
        gap: 32px;
    }

    .plan-item__content {
        gap: 24px !important;
        justify-content: space-between;
        flex: 1;
    }

    .plan-item__data:first-child {
        min-width: 150px;
        max-width: 150px;
    }

    .plan-item__data {
        width: unset;
        flex: unset;
    }

    .plan-item__data-title {
        font-size: 1rem;
    }

    .plan-item .btn {
        font-size: 0.875rem;
        padding: 12px;
    }

    .plan-item__data-title.price-title {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .plan-item {
        width: calc(50% - 12px);
        flex-direction: column;
        min-width: unset;
        margin-bottom: 0px;
    }

    .plan__wrapper {
        position: relative;
        overflow-x: inherit;
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .plan-item__content {
        flex-direction: column;
        width: 100%;
        align-items: self-start;
        gap: 30px !important;
    }

    .plan-item__data:first-child {
        max-width: 100%;
        min-width: 100%;
    }

    .plan-item__data-title.price-title {
        text-align: start;
    }

    .plan-item__button,
    .plan-item__data,
    .plan-item__button .btn {
        width: 100%;
    }

    .plan-item:nth-child(even) {
        background-color: hsl(var(--white));
    }
}


@media screen and (max-width: 767px) {
    .plan__wrapper {
        gap: 16px;
    }

    .plan-item {
        width: calc(100% / 2 - 8px);
    }

    .plan-item__data-title {
        font-size: 1rem;
    }

    .plan-item__content {
        gap: 16px !important;
    }
}


@media screen and (max-width: 575px) {
    .plan__wrapper {
        gap: 14px;
    }

    .plan-item__data-icon {
        width: 20px;
    }

    .plan-item__data-icon img {
        max-width: 20px;
    }

    .plan-item__data-title {
        font-size: 0.9125rem;
        font-weight: 600;
    }

    .plan-item__data-subtitle {
        font-size: 0.75rem;
    }

    .plan-item__content {
        gap: 10px !important;
    }
}

@media screen and (max-width: 424px) {
    .plan-item {
        width: 100%;
    }
}

/*================================== Plan Css End ==================================*/
/*==================================  Domain search design start here ==================================*/
.domain-search__content {
    text-align: center;
}

.domain-search__content .domain-search__title {
    font-size: 3.75rem;
    color: hsl(var(--heading-color));
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .domain-search__content .domain-search__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .domain-search__content .domain-search__title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 424px) {
    .domain-search__content .domain-search__title {
        font-size: 2rem;
    }
}

.domain-search__content .domain-search__desc {
    font-size: 1.125rem;
    color: hsl(var(--heading-color));
    margin-bottom: 24px;
}

.domain-search-section {
    padding: 150px 0px 150px;
}

@media screen and (max-width: 1199px) {
    .domain-search-section {
        padding: 80px 0px 80px;
    }
}

@media screen and (max-width: 991px) {
    .domain-search-section {
        padding: 60px 0px 60px;
    }
}

.domain-search-section .vps-hosting__menu .nav-pills {
    background-color: #FFF4ED !important;
}

.domain-search-section .vps-hosting__menu {
    margin-bottom: 24px;
}

.domain-search-section .input--group {
    background: hsl(var(--white));
}

.domain-search-section .input--group .input-group-text {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
    padding: 15px 30px !important;
}

.domain-search-section .vps-hosting__wrapper {
    max-width: 1096px;
    margin-left: auto;
    margin-right: auto;
}

.domain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .domain-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .domain-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media screen and (max-width: 424px) {
    .domain-grid {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    }
}

.domain-card {
    border: 1px solid hsl(var(--base));
    border-radius: 10px;
    text-align: center;
    padding: 20px 15px;
    background: hsl(var(--base)/0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.domain-card:hover {
    background-color: hsl(var(--base)/0.2);
}

.domain-card h3 {
    font-size: 1.5rem;
    margin: 0 0 10px;
    font-weight: 600;
    color: hsl(var(--heading-color));
}

.domain-card .old-price {
    text-decoration: line-through;
    color: hsl(var(--text-mute));
    font-size: 1.125rem;
    font-weight: 500;
}

.domain-card .new-price {
    display: block;
    font-size: 1.25rem;
    color: hsl(var(--heading-color));
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .section-heading__style-two {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}

.section-heading__style-two .section-heading__desc {
    max-width: 650px;
}

@media screen and (max-width: 1399px) {
    .section-heading__style-two .section-heading__desc {
        max-width: 500px;
    }
}

.section-heading__style-two .section-heading__title {
    text-align: end;
}

@media screen and (max-width: 991px) {
    .section-heading__style-two .section-heading__title {
        text-align: start;
    }
}

/*==================================  Domain search design End here ==================================*/
.domain-list-item {
    padding: 20px;
    background: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 424px) {
    .domain-list-item {
        padding: 16px;
    }
}

.domain-list-item:not(:last-child) {
    border-bottom: 1px solid hsl(var(--neutral));
}

.domain-list-item .domain-name {
    font-size: 1.125rem;
    font-weight: 500;
    color: hsl(var(--heading-color));
}

.domain-list-item .domain-price {
    font-size: 1.25rem;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 424px) {
    .domain-list-item .domain-price {
        font-size: 1.125rem;
    }
}

.domain-list-item:hover {
    background: hsl(var(--base)/0.1);
}


.domain-list__link svg {
    color: #919499ab;
}

.domain-list__item.active svg {
    color: hsl(var(--base)) !important;
}

.add_to_cart_btn {
    background-color: hsl(var(--base)/0.1);
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base)) !important;
}

.add_to_cart_btn:hover {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.input--group .domain-form__icon {
    position: absolute;
    left: 20px;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    color: hsl(var(--body-color));
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 1.25rem;
}

.input--group .form--control {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.invoice-payment-wrapper .input--group .form--control {
    padding-left: 20px;
}

.input--group .form--control:focus+.domain-form__icon {
    visibility: hidden;
    opacity: 0;
}

.input--group .form--control:focus {
    padding-left: 20px;
}

/*==================================  Search domain result Start here ==================================*/
/*==================================  Cart page design Start here ==================================*/
.cart-page__left,
.cart-page__right {
    padding: 24px;
    border-radius: 12px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--neutral)/0.6);
}

.cart-page__left-top {
    border-bottom: 1px solid hsl(var(--neutral)/0.6);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cart-page__left-top .cart-page__left-title {
    font-size: 2rem;
    font-weight: 600;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 424px) {
    .cart-page__left-top .cart-page__left-title {
        font-size: 1.5rem;
    }
}

.cart-page .discount-price {
    text-decoration: line-through;
    color: hsl(var(--text-mute));
    font-weight: 400;
}

.cart-page__right .cart-page__right-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: hsl(var(--heading-color));
    margin-bottom: 5px;
}

@media screen and (max-width: 424px) {
    .cart-page__right .cart-page__right-title {
        font-size: 1.125rem;
    }
}

.cart-page__right .cart-page__right-top {
    margin-bottom: 20px;
}

.cart-page .cart-list__item {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 1rem;
}

@media screen and (max-width: 424px) {
    .cart-page .cart-list__item {
        flex-wrap: wrap;
    }
}

.cart-page .cart-list__item .text {
    font-weight: 400;
}

.cart-page .cart-list__item .amount {
    font-weight: 700;
}

.card-page__form {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*==================================  Cart page design End  here ==================================*/
/* ================================= Dashboard Css Start =========================== */
.dashboard {
    position: relative;
    /* User Info Css Start */
    /* User Info Css End */
    /* ================================= Dashboard Css End =========================== */
}

.dashboard__right {
    width: 100%;
    margin-left: 300px;
    background-color: #F9FAFB;
}

@media screen and (max-width: 991px) {
    .dashboard__right {
        width: 100%;
        margin-left: 0;
    }
}

.dashboard__right .btn.support {
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
}

@media screen and (max-width: 1199px) {
    .dashboard__right .btn.support {
        height: 54px;
        padding: 15px 18px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard__right .btn.support {
        height: 40px;
        padding: 15px 10px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard__right .btn.support .text {
        display: none;
    }
}

.dashboard__right .btn.support i {
    font-size: 1.5rem;
}

@media screen and (max-width: 424px) {
    .dashboard .breadcrumb-header__title {
        display: none;
    }
}

.dashboard .dropdown {
    display: inline-block !important;
}

.dashboard .dashboard-header {
    border-radius: 20px;
    background-color: hsl(var(--white));
    padding: 32px 24px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header {
        padding: 24px 16px;
    }
}

.dashboard .dashboard-header__inner {
    gap: 10px;
}

.dashboard .dashboard-header__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard .dashboard-header__right {
    gap: 15px;
}

.dashboard .dashboard-header .bd-btn {
    padding: 10px 25px;
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
}

.dashboard .dashboard-header .bd-btn:hover {
    background-color: hsl(var(--base)/0.2);
}

.dashboard .dashboard-header .bd-btn:active {
    position: relative;
    top: 2px;
}

.dashboard .dashboard-header .bd-btn .icon {
    margin-right: 5px;
}

.dashboard .dashboard-header .bd-btn.support {
    background-color: hsl(var(--primary)/0.1);
    color: hsl(var(--primary));
}

.dashboard .dashboard-header .bd-btn.support:hover {
    background-color: hsl(var(--primary)/0.2);
}

.dashboard .dashboard-header .bd-btn.logout {
    background-color: hsl(var(--danger)/0.1);
    color: hsl(var(--danger));
}

.dashboard .dashboard-header .bd-btn.logout:hover {
    background-color: hsl(var(--danger)/0.2);
}

.dashboard .user-info {
    position: relative;
    text-align: center;
}

.dashboard .user-info__button {
    position: relative;
    padding-right: 20px;
    border: 1px solid hsl(var(--base));
    padding: 6px 40px 6px 8px;
    border-radius: 12px;
}

@media screen and (max-width: 1199px) {
    .dashboard .user-info__button {
        padding: 6px 30px 6px 8px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .user-info__button {
        padding: 4px 25px 4px 4px;
    }
}

.dashboard .user-info__button::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
    font-size: 1rem;
    pointer-events: none;
}

.dashboard .user-info__name {
    color: hsl(var(--heading-color));
    line-height: 1;
}

.dashboard .user-info .user-info-dropdown {
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0px 5px 25px hsl(var(--black)/0.1);
    box-shadow: 0px 5px 25px hsl(var(--black)/0.1);
    width: 220px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    padding: 15px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

.dashboard .user-info .user-info-dropdown.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 991px) {
    .dashboard .user-info .user-info-dropdown {
        -webkit-transform: unset !important;
        transform: unset !important;
        top: 43px !important;
    }
}

.dashboard .user-info .user-info-dropdown__item:last-child .user-info-dropdown__link {
    border-bottom: 0 !important;
}

.dashboard .user-info .user-info-dropdown__link {
    padding: 8px 16px !important;
    color: #5d7387 !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 600;
    text-align: left;
    font-size: 0.9375rem;
    border-radius: 5px;
}

.dashboard .user-info .user-info-dropdown__link.active {
    background-color: hsl(var(--base));
}

.dashboard .user-info .user-info-dropdown__link:hover {
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base)) !important;
}

.dashboard .user-info .user-info-dropdown__link .icon {
    margin-right: 8px;
}

.dashboard .user-info__thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 8px;
}

@media screen and (max-width: 424px) {
    .dashboard .user-info__thumb {
        width: 32px;
        height: 32px;
    }
}

.dashboard .user-info__content {
    padding-left: 10px;
    text-align: left;
}

@media screen and (max-width: 1199px) {
    .dashboard .user-info__content {
        display: none;
    }
}

.dashboard .user-info__name {
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1;
}

.dashboard .user-info__role {
    color: hsl(var(--text-mute));
    font-size: 0.875rem;
}

.dashboard .dashboard-body {
    position: relative;
    padding: 12px 24px 24px 36px;
    min-height: 100vh;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body {
        padding: 16px;
    }
}

.dashboard .dashboard-body__bar-icon {
    color: hsl(var(--black));
    font-size: 2rem;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body__bar-icon {
        font-size: 1.575rem;
    }
}

.dashboard .dashboard-widget {
    border: 1px solid hsl(var(--card-color));
    padding: 32px 16px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: hsl(var(--white));
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    height: 100%;
}

.dashboard .dashboard-widget:hover {
    background-color: hsl(var(--card-color)/0.08);
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-widget {
        padding: 32px 16px;
    }
}

.dashboard .dashboard-widget__icon {
    width: 48px;
    height: 48px;
    background-color: hsl(var(--card-color)/0.08);
    color: hsl(var(--card-color));
    border-radius: 8px;
    font-size: 1.5rem;
    background-color: hsl(var(--card-color)/0.1);
}

.dashboard .dashboard-widget__icon img {
    width: 32px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

.dashboard .dashboard-widget__content {
    width: calc(100% - 50px);
    padding-left: 16px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 40px);
        padding-left: 10px;
    }
}

.dashboard .dashboard-widget__number {
    margin-bottom: 0px;
}

.dashboard .dashboard-widget__text {
    color: hsl(var(--text-mute));
    font-size: 0.875rem;
    margin-bottom: 5px;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__text {
        font-size: 0.8125rem;
    }
}

.dashboard .dashboard-widget__link {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    color: hsl(var(--border-color));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    position: absolute;
    right: 12px;
    top: 12px;
    -webkit-transition: all 0.3s ease-i n-out;
    transition: all 0.3s ease-i n-out;
    background-color: hsl(var(--card-color)/0.3);
    color: hsl(var(--card-color));
    border-color: hsl(var(--card-color));
}

.dashboard .dashboard-widget__link i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dashboard-widget__link:has(.fa-plus) i {
    transform: unset;
}

.dashboard .dashboard-widget__link:hover {
    background-color: hsl(var(--card-color)/0.3);
    color: hsl(var(--card-color));
    border-color: hsl(var(--card-color));
}

.dashboard .dashboard-widget__link:hover i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.dashboard .dashboard-widget.base-widget {
    --card-color: var(--base);
}


.dashboard .dashboard-widget.primary-widget {
    --card-color: var(--primary);
}

.dashboard .dashboard-widget.danger-widget {
    --card-color: var(--danger);
}

.dashboard .dashboard-widget.success-widget {
    --card-color: var(--success);
}

.dashboard .dashboard-widget.info-widget {
    --card-color: var(--info);
}

.dashboard .dashboard-widget.warning-widget {
    --card-color: var(--warning);
}




.dashboard .dashboard-widget.secondary-widget {
    --card-color: var(--secondary);
}


.dashboard .dashboard-widget.purple-widget {
    --card-color: 277 87% 43%;
}

.dashboard .dashboard-widget:hover {
    background-color: hsl(var(--card-color)/0.02) !important;
}


.dashboard .dashboard-widget.style-two {
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
    padding: 16px;
    border: 1px solid hsl(var(--border-color)/0.4);
}

.dashboard .dashboard-widget.style-two .dashboard-widget__content {
    padding-left: 0px;
}

.dashboard .dashboard-widget.style-two:hover {
    background-color: hsl(var(--white));
}

.dashboard .dashboard-widget.style-two .svg-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: hsl(var(--gray-bg));
    z-index: -1;
}

.dashboard .dashboard-widget.style-two .dashboard-widget__link {
    color: hsl(var(--border-color));
    background-color: initial;
    border: 1px solid hsl(var(--border-color));
}

.dashboard .dashboard-widget.style-two .dashboard-widget__link:hover {
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
}

.filter-search {
    gap: 10px;
}

.filter-search .filter {
    padding: 10px 14px;
    border: 2px solid hsl(var(--border-color));
    border-radius: 8px;
    cursor: pointer;
}

.filter-search .filter span {
    color: hsl(var(--heading-color)/0.6);
    font-weight: 500;
}

.filter-search .filter span:not(:last-child) {
    margin-right: 8px;
}

.filter-search .search-form {
    width: 372px;
    display: flex;
    flex-wrap: wrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .filter-search .search-form {
        width: 300px;
    }
}

@media screen and (max-width: 660px) {
    .filter-search .search-form {
        width: 250px;
    }
}

@media screen and (max-width: 575px) {
    .filter-search .search-form {
        width: 100% !important;
    }
}

.filter-search .search-form .form--control {
    font-size: 1rem;
    background-color: hsl(var(--gray-l-500));
    padding-left: 60px;
    padding-right: 20px !important;
    border-radius: 12px;
    height: 56px;
    border: 1px solid hsl(var(--border-color));
}

.filter-search .search-form .search-form__btn {
    position: absolute;
    border-radius: 8px;
    left: 5px;
    font-size: 1.125rem;
    color: hsl(var(--body-color));
    width: 48px;
    border: none;
    background-color: hsl(var(--base)/0.2);
    height: 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dashboard__card-content .dashboard-desc {
    font-size: 1.5rem;
}

.dashboard__card-content {
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .dashboard__card-content .dashboard-desc {
        font-size: 1rem;
    }
}

.dashboard__card-content .dashboard-title {
    font-size: 2rem;
}

@media screen and (max-width: 1699px) {
    .dashboard__card-content .dashboard-title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard__card-content .dashboard-title {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard__card-content .dashboard-title {
        font-size: 1rem;
    }

    .dashboard__card-content .dashboard-desc {
        font-size: 0.875rem;
    }

}

.purchase-history__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    flex-wrap: wrap;
    gap: 10px;
}

.purchase-history__item:not(:last-child) {
    margin-bottom: 16px;
    border-bottom: 1px solid hsl(var(--border-color)/0.4);
}

.purchase-history__item .title,
.purchase-history__item .price {
    margin-bottom: 0px;
    font-size: 1.125rem;
}

@media screen and (max-width: 767px) {

    .purchase-history__item .title,
    .purchase-history__item .price {
        font-size: 1rem;
    }

}

.purchase-history__item .status {
    color: hsl(var(--success));
    font-size: 1rem;
}

.purchase-history__item .status {
    font-size: 1rem;
}

.purchase-history__item__content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-category__desc {
    font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
    .service-category__desc {
        font-size: 1rem;
    }
}

.service-category__features {
    padding: 40px 0px;
}

@media screen and (max-width: 1199px) {
    .service-category__features {
        padding: 30px 0px;
    }
}

.service-category__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .service-category__features {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
}

.service-category__thumb {
    border-radius: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .service-category__thumb {
        padding: 24px;
        border-radius: 20px;
        box-shadow: 0px 0px 15px 0px hsl(var(--black)/0.05);
    }

    .service-category__thumb img {
        max-width: 420px;
        margin-inline: auto;
    }
}

@media (max-width: 424px) {
    .service-category__thumb {
        padding: 16px;
    }
}

.service-category .item {
    font-size: 18px;
    color: hsl(var(--heading-color));
    display: flex;
    gap: 12px;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .service-category .item {
        font-size: 1rem;
    }
}

.service-category .item .check-circle {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* ======================  Pages Design End  ======================*/
/*# sourceMappingURL=main.css.map */

.footer-area__middle-logo img {
    max-width: 280px;
}

@media screen and (max-width: 767px) {
    .footer-area__middle-logo img {
        max-width: 160px;
    }

}

.account-content__logo img {
    max-width: 200px;
}

label.required:after {
    content: '*';
    color: hsl(var(--danger));
    margin-left: 2px;
}

.empty-message-row img {
    width: 120px;
}

body .table tbody .empty-message-row td {
    text-align: center !important;
}

.empty-message-row td::before {
    display: none !important;
}



/* product review page design start here */

.product-review-wrapper {
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 20px;
}

.product-review-tabs .nav-link {
    border: none;
    font-size: 18px;
    background: transparent;
    color: hsl(var(--text-mute));
    font-weight: 500;
    padding: 6px 16px !important;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 1.125rem;
}

.product-review-tabs .nav-link.active {
    background: hsl(var(--base)/0.15);
    color: hsl(var(--base));
}

.product-review-tabs .nav-link:focus {
    box-shadow: none;
}

.product-review {
    --width-left: 30%;
    display: flex;
    align-items: center;
    gap: 24px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
    .product-review {
        --width-left: 40%;
        gap: 16px;
    }

}

@media screen and (max-width: 767px) {
    .product-review {
        --width-left: 100%;
        flex-wrap: wrap;
    }

}

.product-review:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid hsl(var(--border-color));
}


.product-review__author {
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
}

.product-review__author .thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.product-review__left {
    width: var(--width-left);
}

.product-review__right {
    width: calc(100% - (var(--width-left)));
}

@media screen and (max-width: 767px) {
    .product-review__right {
        width: 100%;
    }

}

.product-review .info .name {
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .product-review .info .name {
        font-size: 1rem;
    }

}

.product-review .info .designation {
    font-size: 14px;
}

.product-review strong.rating-by {
    font-size: 18px;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 991px) {
    .product-review strong.rating-by {
        font-size: 1rem;
    }

}

.product-review__content {
    font-size: 1.125rem;
}

@media screen and (max-width: 991px) {
    .product-review__content {
        font-size: 1rem;
    }

}


.product-review .rating-list__text {
    padding: 0px 5px;
}

/* =============Bottom Footer End Here ======================= */
.cta-area-wrapper {
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 0px 50px;
    text-align: right;
    align-items: end;
}

@media screen and (max-width: 991px) {
    .cta-area-wrapper {
        flex-direction: column-reverse;
        padding: 0px 30px;
        text-align: center;
    }

}

@media screen and (max-width: 991px) {
    .cta-area__thumb {
        width: 100%;
        margin: 0 auto;
    }
}

.cta__subscribe .form--control {
    border-radius: 30px !important;
    background-color: hsl(var(--white));
    padding-right: 145px;
    border-color: transparent !important;
}

.cta__subscribe .form--control:focus {
    border-color: hsl(var(--base));
    box-shadow: none;
}

@media screen and (max-width: 575px) {
    .cta__subscribe .form--control {
        width: 100%;
        padding-right: 100px;
    }
}

.cta__subscribe .btn {
    border-radius: 8px !important;
}

@media screen and (max-width: 575px) {
    .cta__subscribe .btn {
        padding: 6px 10px;
        font-size: 0.875rem;
    }
}


.cta-form {
    padding: 40px 0px;
    display: flex;
    align-items: center;
    max-width: 575px;
}

@media screen and (max-width: 991px) {

    .cta-form {
        max-width: 100%;
        padding: 40px 0px 0px;
    }
}

.cta__subscribe-input .btn {
    position: absolute;
    z-index: 21;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    height: 48px;
    border-radius: 30px !important;
}

.cta__subscribe-subtitle {
    font-size: 3rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .cta__subscribe-subtitle {
        font-size: 2rem;
    }

}

@media screen and (max-width: 767px) {
    .cta__subscribe-subtitle {
        font-size: 1.5rem;
    }

}

.cta__subscribe-title {
    font-size: 3.75rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .cta__subscribe-title {
        font-size: 2.813rem;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 991px) {
    .cta__subscribe-title {
        font-size: 2rem;
        margin-bottom: 10px !important;
    }

}

.cta__desc {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 35px;
}


@media screen and (max-width: 1199px) {
    .cta__desc {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 575px) {
    .cta__desc {
        font-size: 1rem;
    }

}

/* ======================  Video Start  ======================*/

.video-container {
    position: relative;
    cursor: none;
    width: 100%;
    overflow: hidden;
}


.video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 50px 20px;
}

@media screen and (max-width: 767px) {
    .video-section {
        height: 500px;
    }

}


.video-section .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-section .video-content {
    position: relative;
    text-align: center;
    z-index: 2;
    max-width: 800px;
}

.video-content__title,
.video-content__desc {
    color: hsl(var(--white));
}

.video-content__desc {
    font-size: 1.124rem;
    margin-bottom: 20px;
}

.video-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--black)/ 0.1);
    z-index: 1;
}

.play-button a {
    display: inline-block;
    font-size: 2rem;
    color: hsl(var(--white));
    text-decoration: none;
    animation: dropDown 1.5s infinite;
    background: hsl(var(--base)/ 0.6);
    width: 50px;
    height: 50px;
    line-height: 50px;
}

/* Dropping downside animation */
@keyframes dropDown {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(10px);
        opacity: 0.7;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.pagination-wrapper .text-muted {
    color: hsl(var(--body-color)) !important;
}

/* ======================  Video End  ======================*/



/* Sidebar User Info Css */
.sidebar-menu__footer {
    padding: 24px;
    padding-bottom: 35px;
}

.user-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    padding: 7px;
    background-color: hsl(var(--footer-bg));
    align-self: flex-end;
    border: 1px solid hsl(var(--secondary));
    border-radius: 10px;
}

.user-profile .dropdown-item {
    padding: 9px 15px;
    color: hsl(var(--body-color));
    font-weight: 500;
    border-radius: 8px;
}

.user-profile .dropdown-item.logout {
    color: hsl(var(--danger));
}

.user-profile .dropdown-item:hover,
.user-profile .dropdown-item:focus {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
}

.user-profile .dropdown-item.logout:hover,
.user-profile .dropdown-item.logout:focus {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.1);
}

.user-profile .dropdown-item .icon {
    margin-right: 8px;
}

.user-profile .dropdown-item:active {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
}

.user-profile .user-profile-dots {
    color: hsl(var(--white));
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.user-profile .user-profile-dots i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.user-profile-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.user-profile-info__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f3f9fe;
    font-size: 1.125rem;
    border: 1px solid hsl(var(--black)/0.1);
}



.user-profile-info__content {
    width: calc(100% - 40px);
    padding-left: 8px;
    padding-right: 20px;
    text-align: left;
}

.user-profile-info__name {
    margin-bottom: 3px;
    font-weight: 500;
    color: hsl(var(--white));
    font-family: var(--heading-font);
    line-height: 1;
    font-size: 1.125rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.user-profile-info__desc {
    color: hsl(var(--white) / 0.6);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
}

.user-profile .dropdown-toggle::after {
    display: none;
}

.user-profile .dropdown-menu {
    box-shadow: -1px -1px 20px rgba(0, 0, 0, 0.08), 0 4px 6px rgba(0, 0, 0, 0.06);
    padding: 15px 12px;
    border: none !important;
    border-radius: 12px;
}


.user-profile .dropdown-menu::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-color: hsl(var(--white));
    left: -7px;
    bottom: 16px;
    transform: translateY(-50%) rotate(45deg);
    border-width: 1px;
    border-color: hsl(var(--white)) hsl(var(--white)) #7e7e7e30 #7e7e7e30;
    border-style: solid;
    z-index: -1;
}

@media (min-width: 460px) {
    .user-profile .dropdown-menu {
        margin-left: 260px !important;
        transform: translate(0) !important;
    }
}


@media (max-width: 460px) {
    .user-profile .dropdown-menu::before {
        display: none;
    }
}

/* ========= User Profile Css End ============== */



.skeleton-animation {
    position: relative;
    border: none !important;
}

.skeleton-animation::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, #f5f5f5 25%, #eaeaea 50%, #f5f5f5 75%);
    background-size: 200% 100%;
    animation: shimmer 1.6s infinite;
    border-radius: 6px;
    overflow: hidden;
    left: 0;
    top: 0;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.register-domain {
    position: relative;
    z-index: 1;
    padding: 150px 0 150px;
    margin: 0px 40px;
    border-radius: 30px;
    margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
    .register-domain {
        padding: 80px 0 100px;
        margin: 0px 20px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .register-domain {
        padding: 40px 0px 60px;
        margin: 0px;
        border-radius: 0px;
        margin-bottom: 60px;
    }
}



.ajax-loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black) / 0.5);
    z-index: 99999999;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

._1UDDE {
    animation: rotateAnimation 1.8s linear infinite;
}

._3GbTq {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: _9ynz9 1.8s ease-in-out infinite;
    stroke: hsl(var(--base));
}

@keyframes _9ynz9 {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes rotateAnimation {
    100% {
        transform: rotate(360deg);
    }
}






.cookies-card {
    width: 550px;
    padding: 25px;
    color: #1E2337;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999999;
    transition: all .5s;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 18px rgb(0 0 0 / 20%);
    border-radius: 20px;
}

.cookies-card .btn {
    padding: 15px 15px;
}

.cookies-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.cookies-card__close {
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    color: #797878;
    transition: all 0.2s;
}

.cookies-card__close:hover {
    color: #000;
}

.cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cookies-card__content {
    margin-bottom: 0;
    margin-bottom: 24px;
}

.cookies-card__footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cookies-card__btn-outline {
    text-decoration: none;
    padding: 12px 20px;
    color: #001E00;

}

.cookies-card__btn {
    color: #fff !important;
    text-decoration: none;
    padding: 8px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
    background-color: #363636;
    transition: all 0.2s;
}

.cookies-card__btn:hover {
    background-color: #0e0e0e;
}




@media (max-width: 767px) {
    .cookies-card {
        width: calc(100% - 20px);
        left: 10px;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}


.cookies-card.hide {
    bottom: -500px !important;
}



.show-filter {
    display: none;
}

@media(max-width:767px) {
    .responsive-filter-card {
        display: none;
        transition: none;
    }

    .show-filter {
        display: block;
    }
}



/* select 2 css  */


.select2-container--open .select2-dropdown {
    --border-radius: 12px;
    --height: 56px;
    --select2-border: hsl(var(--border-color));
    --main: hsl(var(--base));
    border: 1px solid var(--select2-border) !important;
    border-radius: var(--border-radius) !important;
    overflow: hidden;
}

.select2-wrapper {
    --border-radius: 12px;
    --height: 56px;
    --select2-border: hsl(var(--border-color));
    --main: hsl(var(--base));
}

.select2-search__field {
    --border-radius: 12px;
    --height: 56px;
    --select2-border: hsl(var(--border-color));
    --main: hsl(var(--base));
}

.select2-dropdown {
    border: 0 !important;
    margin-top: 8px !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05), 6px 4px 19px rgb(115 103 240 / 20%)
}

.select2-search--dropdown {
    padding: 10px 10px !important;
    border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ced4da !important;
    padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
    padding: 12px 14px !important;
    border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
    text-align: center !important;
    padding: 12px 14px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #ddd;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    position: absolute;
    right: 10px;
    top: 0;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    transition: .3s;
}

.select2-container--default .select2-selection--single {
    border-color: hsl(var(--border-color)) !important;
    border-width: 1px !important;
    border-radius: var(--border-radius) !important;
    padding: .375rem .75rem !important;
    height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 26px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    transform: rotate(-180deg);
}

.select2-results__option:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f1f1f1 !important;
    color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: hsl(var(--base)) !important;
    box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
    outline: 0 !important;
}

.select2-dropdown .country-flag {
    width: 25px;
    height: 25px;
    border-radius: 8px;
}

.select2-dropdown .gateway-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
    font-size: 12px;
    margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
    border-color: hsl(var(--base)) !important;
}

/* select 2 css  end */

.gateway-card {
    padding: 15px;
}

.payment-card-title {
    padding: 13px 25px;
    text-align: center;
    background-color: hsl(var(--base));
    border-radius: 5px;
    border: 0;
    margin-bottom: 0px;
    color: #fff;
}

.payment-system-list {
    --thumb-width: 100px;
    --thumb-height: 40px;
    --radio-size: 12px;
    --border-color: #cccccf59;
    --hover-border-color: hsl(var(--base));
    background-color: #fff;
    border-radius: 5px;
    height: 100%;

}


.payment-system-list.is-scrollable {
    max-height: min(388px, 70vh);
    overflow-x: auto;
    padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;

}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base));
    border-radius: 10px;
}

.payment-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 18px;
    border: 1px solid #fff;
    border-top-color: var(--border-color);
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.payment-item:first-child {
    border-top-color: #fff;
    border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
    border-left: 3px solid var(--hover-border-color);
    border-radius: 0px;
}

.payment-item__check {
    border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
    border: 3px solid hsl(var(--base));
}

.payment-item__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
    width: var(--radio-size);
    height: var(--radio-size);
    border: 1px solid hsl(var(--base));
    display: inline-block;
    border-radius: 100%;

}

.payment-item__name {
    padding-left: 10px;
    width: calc(100% - var(--radio-size));
    transition: all 0.3s;
}

.payment-item__thumb {
    width: var(--thumb-width);
    height: var(--thumb-height);
    text-align: right;
    padding-left: 10px;

    &:has(.text) {
        width: fit-content;
    }
}

.payment-item__thumb img {
    max-width: var(--thumb-width);
    max-height: var(--thumb-height);
    object-fit: cover;
}


.deposit-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.deposit-info__title {
    max-width: 50%;
    margin-bottom: 0px;
    text-align: left;
}

.deposit-info__input {
    max-width: 50%;
    text-align: right;
    width: 100%;
}

.deposit-info__input-select {
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 5px;
    padding-block: 6px;
}

.deposit-info__input-group {
    border: 1px solid var(--border-color);
    border-radius: 5px;

    .deposit-info__input-group-text {
        align-self: center;
        padding-left: 5px;
    }

}

.deposit-info__input-group .form--control {
    padding: 5px;
    border: 0;
    height: 35px;
    text-align: right;
}

.deposit-info__input-group .form--control:focus {
    box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
    font-size: 14px;

}

.deposit-info__title .text.has-icon {
    display: flex;
    align-items: center;
    gap: 5px
}

.total-amount {
    border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
    font-weight: 600;
}

.payment-item__btn {
    border: 0;
    border-block: 1px solid var(--border-color);
    border-bottom: 0;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
    border-top-color: #fff;
}

button .spinner-border {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}


.button-loader .spinner-border {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}

.project-slider-arrow {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.project-slider-arrow .slick-next,
.project-slider-arrow .slick-prev {
    width: 56px;
    height: 56px;
    border: 1px solid hsl(var(--black) / .2);
    border-radius: 50%;
    color: hsl(var(--black) / .5);
    background-color: transparent;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: unset;
}

@media screen and (max-width: 991px) {

    .project-slider-arrow .slick-next,
    .project-slider-arrow .slick-prev {
        width: 45px;
        height: 45px;
    }
}

.project-slider-arrow .slick-next:hover,
.project-slider-arrow .slick-prev:hover {
    background-color: transparent;
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
}

.section-heading-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.section-heading-wrapper .section-heading {
    margin-bottom: 0px;
    flex: 1;
}

@media screen and (max-width: 991px) {
    .section-heading-wrapper {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading-wrapper {
        align-items: center;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 575px) {
    .section-heading-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}


.floating-cart {
    display: flex;
    position: fixed;
    top: 50%;
    background: #fff;
    right: 30px;
    padding: 8px 20px;
    flex-direction: column;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 10px;
    border: 2px solid #ff6200;
    transition: transform .3s ease .4s, background-color .25s ease;
    animation: move-tb 3s linear infinite;
}

@media screen and (max-width: 1399px) {
    .floating-cart {
        top: 60%;
    }
}

@media screen and (max-width: 575px) {
    .floating-cart {
        padding: 4px 13px;
    }

    .floating-cart__icon {
        font-size: 2rem;
    }

    .floating-cart__coun {
        font-size: 0.875rem;
    }
}

.floating-cart__icon {
    font-size: 2.5rem;
    line-height: 1;
}

@keyframes move-tb {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

[data-lenis-prevent] * {
    overscroll-behavior: contain;
}





/* service item design start here */

.service-item-box {
    border: 1px solid hsl(var(--border-color) / 0.7);
    border-radius: 8px;
    padding: 32px;
    display: block;
    transition: all .3s ease;
}

@media screen and (max-width: 1399px) {
    .service-item-box {
        padding: 24px;
    }

}

@media screen and (max-width: 575px) {
    .service-item-box {
        padding: 24px 16px;
    }

}

.service-item-box:hover {
    box-shadow: 0px 0px 30px 0px hsl(var(--border-color) / 0.2);
    border: 1px solid hsl(var(--base) / 0.6);
}

.service-item-box:hover i {
    color: hsl(var(--base));
}

.service-item-box__title {
    transition: all 0.3s ease;
}

.service-item-box:hover .service-item-box__title {
    color: hsl(var(--base));
}

.service-item-box__thumb {
    overflow: hidden;
    border-radius: 20px;
}

.service-item-box__thumb img {
    transition: all 0.3s ease;
}

.service-item-box:hover .service-item-box__thumb img {
    transform: scale(1.1);
}

.service-item-box__desc {
    margin-bottom: 20px;
}

.service-item-box__list {
    margin-top: 20px;
}

.service-item-box__list-content {
    display: flex;
    gap: 8px;
}

.service-item-box__list-content:not(:last-child) {
    margin-bottom: 10px;
}

.service-item-box i {
    color: hsl(var(--success));
    transition: all .3s ease;
}