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

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Teko", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Theme Color Start ============================= */
    --base-h: 90;
    --base-s: 50%;
    --base-l: 50%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
    --base-two-h: 210;
    --base-two-s: 24%;
    --base-two-l: 16%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --body-color: 0 0% 47%;
    --body-bg: 73 43% 96%;
    --heading-color: 0 0% 12%;
    --black: 0 0% 0%;
    --border-color: 69 42% 85%;
    --section-bg: 69 58% 89%;
    /* ================================ Box Shadow Start =============================== */
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    /* Warning Color */
    --warning-h: 39;
    --warning-s: 100%;
    --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: 203;
    --info-s: 100%;
    --info-l: 73%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
}

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
    cursor: pointer;
}

.gradient-text {
    background-image: linear-gradient(180deg, hsl(var(--base-d-200)) 0%, hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

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

.container-fluid {
    padding-inline: 60px;
}

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

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

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

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

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

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

span {
    display: inline-block;
}

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

h1 {
    font-size: 80px;
}

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

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

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

h2 {
    font-size: 80px;
}

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

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

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

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

h3 {
    font-size: 50px;
}

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

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

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

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

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

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

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

select {
    cursor: pointer;
}

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

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

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

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

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

/* ======================  Overlay End  ======================*/
/* ======================  Section Heading Start  ======================*/
.sub__heading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: hsl(var(--secondary)/0.6);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-left: 90px;
}

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

@media screen and (max-width: 575px) {
    .sub__heading {
        margin-bottom: 16px;
        padding-left: 50px;
    }
}

.sub__heading::after {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    z-index: -2;
    width: 70px;
    height: 1px;
    background-color: hsl(var(--secondary)/0.6);
}

@media screen and (max-width: 1199px) {
    .sub__heading::after {
        width: 50px;
    }
}

@media screen and (max-width: 575px) {
    .sub__heading::after {
        width: 30px;
    }
}

.sub__heading::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    z-index: -1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 1399px) {
    .sub__heading::before {
        width: 16px;
        height: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .sub__heading::before {
        width: 10px;
        height: 10px;
    }
}

.section__heading p {
    font-size: 20px;
    max-width: 780px;
    margin-inline: auto;
}

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

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

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

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

/* ======================  Text Effect End  ======================*/
/* ======================  Swiper Heading Start  ======================*/
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 60px;
    background: hsl(var(--white)/0.6);
    opacity: 1;
    transition: 0.3s;
}

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

/* ======================  Swiper Heading End  ======================*/
/* ======================  Price Range Section Start  ======================*/
.range-slider {
    position: relative;
    user-select: none;
    clear: both;
}

.range-slider-box .sliderr {
    height: 12px;
    background-color: hsl(var(--black)/0.1);
    position: relative;
    border-radius: 30px;
}

.range-slider-box .sliderr .progresss {
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    background-color: hsl(var(--base));
    border-radius: 30px;
}

.range-slider-box .range-input {
    position: relative;
}

.range-slider-box .range-input input {
    position: absolute;
    top: -12px;
    height: 12px;
    width: 100%;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    pointer-events: none;
    border-radius: 0px !important;
}

.range-input input::-webkit-slider-thumb {
    pointer-events: all;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: hsl(var(--white));
    border: 5px solid hsl(var(--base));
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: auto;
    appearance: none;
}

.slider-box {
    padding-bottom: 4px;
    margin-bottom: 16px;
}

.range-slider-box .range-input input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: auto;
    z-index: 1;
}

.range-slider-box .range-input input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    pointer-events: auto;
    z-index: 1;
}

.price-input h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
}

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

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

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

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

@media screen and (max-width: 1199px) {
    .wyg h2 {
        margin-bottom: 14px;
    }
}

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

@media screen and (max-width: 1199px) {
    .wyg ul {
        gap: 8px;
        margin-bottom: 16px;
    }
}

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

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

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

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

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

@media screen and (max-width: 1199px) {
    .wyg ol {
        gap: 8px;
        margin-bottom: 16px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ======================  Gap End  ======================*/
/* =========================== Accordion Css start ============================= */
.accordion .accordion-item {
    border: 1px solid hsl(var(--black)/0.04);
    box-shadow: 0 2px 4px 0 hsl(var(--black)/0.04);
    background-color: transparent !important;
    border-radius: 8px;
    overflow: hidden;
}

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

.accordion .accordion-body {
    padding: 28px;
    background-color: hsl(var(--white));
    font-size: 18px;
}

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

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

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

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

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

@media screen and (max-width: 1599px) {
    .accordion .accordion-button {
        padding: 24px;
    }
}

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

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

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

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

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

.accordion .accordion-button[aria-expanded=true]::after, .accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f068";
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    height: unset;
    color: hsl(var(--white));
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1199px) {
    .btn--icon.btn--sm {
        padding: 4px;
        padding-left: 16px;
        gap: 6px;
    }
}

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

@media screen and (max-width: 1199px) {
    .btn--icon.btn--sm i {
        width: 28px;
        height: 28px;
    }
}

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

@media screen and (max-width: 1199px) {
    .btn--icon i {
        width: 32px;
        height: 32px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Form Control End */
textarea.form-control {
    height: 130px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
    caret-color: hsl(var(--black));
}

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

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

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

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

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

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

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

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

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

.form-check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    box-shadow: none;
}

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

.form-check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

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

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

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

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

.form-switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-color: hsl(var(--white));
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    border-radius: 50%;
    transition: 0.2s linear;
}

.form-switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
}

.form-switch .form-check-input:checked::before {
    left: calc(100% - 26px);
    background-color: hsl(var(--white)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-body {
    padding: 15px;
}

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

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

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

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

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

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

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

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

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

.table thead tr th {
    text-align: center;
    padding: 12px 16px;
    color: hsl(var(--white));
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 16px;
    border: none;
    background-color: hsl(var(--base));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .table--responsive--sm tbody tr td a {
        font-size: 14px;
    }

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

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

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

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

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

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

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

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

    .table--responsive--md tbody tr td a {
        font-size: 14px;
    }

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

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

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

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

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

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

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

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

    .table--responsive--lg tbody tr td a {
        font-size: 14px;
    }

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

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

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

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

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

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

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

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

    .table--responsive--xl tbody tr td a {
        font-size: 14px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    font-size: 12px;
    border-radius: 40px;
    padding: 6px 12px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert__link {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
    padding: 8px 18px;
    font-weight: 400;
    color: hsl(var(--body-color));
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid hsl(var(--border-color)/0.3);
    border-radius: 0;
    font-size: 14px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__area .header__main {
    display: flex;
    align-items: center;
    gap: 32px;
    background-color: hsl(var(--white)/0.9);
    padding: 12px 14px;
    border-radius: 100px;
    backdrop-filter: blur(16px);
}

@media screen and (max-width: 991px) {
    .header__area .header__main {
        justify-content: space-between;
    }
}

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

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

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

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

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

.header__area .header__menu {
    margin-left: auto;
}

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

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

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

.header__area .header__menu ul li a {
    color: hsl(var(--heading-color));
    font-size: 16px;
    font-weight: 400;
    padding: 8px 18px;
    background-color: hsl(var(--white)/0.4);
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

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

@media screen and (max-width: 1199px) {
    .header__area .header__menu ul li a {
        padding: 6px 16px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

/* ======================  Header Section End  ======================*/
/* ======================  Footer Section Start  ======================*/
.footer__area {
    margin-top: auto;
}

.footer__wrap {
    background-color: hsl(var(--heading-color));
    padding: 60px;
    border-radius: 24px;
    margin-bottom: 60px;
}

@media screen and (max-width: 1399px) {
    .footer__wrap {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .footer__wrap {
        padding: 40px;
        border-radius: 16px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 575px) {
    .footer__wrap {
        padding: 40px 20px;
        border-radius: 10px;
        margin-bottom: 12px;
    }
}

.footer__topbar h2 {
    color: hsl(var(--white));
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 500;
    max-width: 740px;
    text-transform: capitalize;
}

@media screen and (max-width: 1399px) {
    .footer__topbar h2 {
        font-size: 44px;
        max-width: 590px;
    }
}

@media screen and (max-width: 1199px) {
    .footer__topbar h2 {
        font-size: 38px;
        max-width: 500px;
    }
}

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

.footer__topbar h2 span {
    color: hsl(var(--base));
}

.footer__topbar {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    justify-content: space-between;
    margin-bottom: 100px;
}

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

@media screen and (max-width: 991px) {
    .footer__topbar {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }
}

.footer__contact h4 {
    color: hsl(var(--white));
    font-size: 30px;
    font-weight: 400;
}

.footer__contact ul li {
    color: hsl(var(--white));
    font-size: 20px;
}

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

.footer__contact ul li a {
    color: hsl(var(--white));
    text-underline-offset: 10px;
}

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

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

@media screen and (max-width: 991px) {
    .footer__contact ul {
        flex-direction: row;
        gap: 24px;
    }
}

@media screen and (max-width: 575px) {
    .footer__contact ul {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

.footer__contact ul li i {
    color: hsl(var(--base));
    margin-right: 8px;
}

@media screen and (max-width: 1199px) {
    .footer__contact ul li i {
        margin-right: 4px;
    }
}

.footer__contact ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
}

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

.footer__about a img {
    width: 160px;
}

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

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

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

.footer__about p {
    color: hsl(var(--white));
    font-size: 16px;
}

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

.footer__menu h4 {
    color: hsl(var(--white));
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 500;
}

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

@media screen and (max-width: 1199px) {
    .footer__menu h4 {
        margin-bottom: 10px;
    }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1199px) {
    .footer__newsletter h4 {
        margin-bottom: 10px;
    }
}

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

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

.newsletter__form {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.newsletter__form .form-control {
    background-color: hsl(var(--white));
    padding: 18px 24px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
}

@media screen and (max-width: 1399px) {
    .newsletter__form .form-control {
        padding: 16px 20px;
        font-size: 16px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 1199px) {
    .newsletter__form .form-control::placeholder {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .newsletter__form .form-control::placeholder {
        font-size: 14px;
    }
}

.newsletter__form .btn {
    padding: 20px;
    font-size: 20px;
}

@media screen and (max-width: 1399px) {
    .newsletter__form .btn {
        padding: 17px;
        font-size: 18px;
    }
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 100px;
}

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

@media screen and (max-width: 767px) {
    .footer__bottom {
        flex-direction: column;
        gap: 20px;
    }
}

.footer__bottom p {
    color: hsl(var(--white));
    font-size: 16px;
}

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

.footer__bottom p a {
    color: hsl(var(--base));
    text-underline-offset: 8px;
}

.footer__bottom p a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

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

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

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

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

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

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

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

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

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

/* ======================  Social Icon Section End  ======================*/
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    background-color: hsl(var(--white));
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.breadcrumb::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-color: hsl(var(--black)/0.4);
    opacity: 1;
    backdrop-filter: blur(4px);
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    font-size: 40px;
    margin-bottom: 10px;
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .breadcrumb__title {
        font-size: 32px;
        font-weight: 500;
    }
}

.breadcrumb__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    background-color: hsl(var(--white)/0.15);
    width: fit-content;
    margin-inline: auto;
    backdrop-filter: blur(2px);
    padding: 2px 12px;
    border-radius: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ======================  Select2 Section End  ======================*/
/* ======================  Hero Section Start  ======================*/
.hero__area {
    padding-top: 200px;
    padding-bottom: 100px;
    background-image: radial-gradient(hsl(var(--base)), hsl(var(--base-d-400)));
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

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

    .hero__area .container-fluid {
        background-color: hsl(var(--white)/0.1);
        backdrop-filter: blur(20px);
        padding: 40px;
    }
}

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

.hero__globe {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    z-index: -2;
    user-select: none;
    pointer-events: none;
    width: 700px;
    animation: rotateAnim 100s linear 0s infinite alternate none;
}

@media screen and (max-width: 1599px) {
    .hero__globe {
        width: 650px;
    }
}

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

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

@media screen and (max-width: 991px) {
    .hero__globe {
        top: 50%;
    }
}

@media screen and (max-width: 575px) {
    .hero__globe {
        top: 45%;
    }
}

@media screen and (max-width: 424px) {
    .hero__globe {
        top: 40%;
    }
}

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

.hero__content p {
    margin-bottom: 40px;
    color: hsl(var(--white));
    max-width: 80%;
}

@media screen and (max-width: 991px) {
    .hero__content p {
        max-width: 100%;
        margin-bottom: 24px;
    }
}

.hero__content span {
    font-size: 12vw;
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0.7;
    color: hsl(var(--white)/0.1);
    mix-blend-mode: overlay;
    user-select: none;
    margin-top: 80px;
}

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

.hero__content h1 {
    font-size: 90px;
    color: hsl(var(--white));
}

@media screen and (max-width: 1599px) {
    .hero__content h1 {
        font-size: 70px;
    }
}

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

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

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

.hero__area::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: hsl(var(--white)/0.1);
    content: "";
    backdrop-filter: blur(20px);
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .hero__area::after {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 50%;
    }
}

@keyframes rotateAnim {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.hero__info ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 48px;
    text-align: end;
}

@media screen and (max-width: 991px) {
    .hero__info ul {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 32px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {
    .hero__info ul {
        gap: 30px;
    }
}

.hero__info ul li h4 {
    font-size: 56px;
    margin-bottom: 2px;
    line-height: 1;
    color: hsl(var(--white));
}

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

.hero__info ul li p {
    color: hsl(var(--white));
}

#scene {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -3;
    user-select: none;
    pointer-events: none;
}

/* ======================  Hero Section End  ======================*/
/* ======================  About Section Start  ======================*/
.about__thumb {
    width: 99%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.about__thumb img {
    width: 100%;
}

.about__thumb a {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: hsl(var(--white));
    width: 180px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    flex-direction: column;
    overflow: hidden;
    animation: pulse-animation 2s infinite;
}

.about__thumb a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    content: "";
    z-index: -1;
    background-color: hsl(var(--base));
    border-radius: 50%;
    transition: 0.5s;
}

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

.about__thumb a:hover::after {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .about__thumb a {
        width: 150px;
        font-size: 14px;
    }
}

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

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

.about__thumb a i {
    font-size: 50px;
    transform: rotate(-45deg);
}

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

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

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

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

.about__content .btn {
    margin-top: 32px;
}

.about__content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 36px;
}

.about__content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.about__content ul li i {
    min-width: 30px;
}

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

.about__info h4 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

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

@media screen and (max-width: 767px) {
    .about__info h4 {
        width: fit-content;
        margin-inline: auto;
    }
}

.about__info h4::after {
    position: absolute;
    left: 0;
    top: 42%;
    transform: translateY(-50%);
    content: "";
    z-index: -1;
    background-color: hsl(var(--base)/0.2);
    height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
}

.about__info p {
    color: hsl(var(--body-color));
}

.about__left {
    position: sticky;
    top: 140px;
}

/* ======================  About Section End  ======================*/
/* ======================  Projects Section Start  ======================*/
.project__single {
    background-color: hsl(var(--white));
    padding: 20px;
    border: 1px solid hsl(var(--border-color)/0.5);
    border-radius: 10px;
}

@media screen and (max-width: 1199px) {
    .project__single {
        padding: 16px;
        border-radius: 6px;
    }
}

.project__single:hover .project__img::after {
    opacity: 1;
}

.project__single:hover .project__img img {
    transform: scale(1.1);
}

.project__img {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .project__img {
        border-radius: 6px;
    }
}

.project__img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background-color: hsl(var(--black)/0.1);
    transition: 0.4s;
    opacity: 0;
}

.project__img span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    background-color: hsl(var(--base));
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 500;
    color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
    .project__img span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .project__img span {
        font-size: 12px;
        border-radius: 4px;
    }
}

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

.project__info {
    border-bottom: 2px solid hsl(var(--heading-color)/0.1);
}

@media screen and (max-width: 1199px) {
    .project__info {
        border-width: 1px;
    }
}

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

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

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

.project__info li span i {
    color: hsl(var(--heading-color));
}

.project__content h3 {
    font-family: var(--body-font);
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

.project__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.project__bottom span {
    color: hsl(var(--danger));
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

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

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

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

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

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

.filter__topbar {
    text-align: end;
    display: none;
}

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

.ps__topbar h4 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}

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

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

.filter__close {
    width: 24px;
    height: 24px;
    background-color: hsl(var(--danger));
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    border-radius: 50%;
    flex: 0 0 auto;
    cursor: pointer;
    transition: 0.3s;
}

.filter__close:hover {
    background-color: hsl(var(--danger-d-200));
}

.project__sidebar {
    position: sticky;
    top: 120px;
}

@media screen and (max-width: 991px) {
    .project__sidebar {
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 13;
        width: 300px;
        height: 100%;
        background-color: hsl(var(--white));
        padding: 10px;
        overflow-y: auto;
        scrollbar-width: thin;
        transition: 0.3s;
    }

    .project__sidebar.active {
        left: 0;
    }
}

.project__filter {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color)/0.5);
    padding: 24px;
    border-radius: 10px;
}

.project__filter>h4 {
    font-size: 24px;
    letter-spacing: 0.5px;
}

.filter__check {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ======================  Projects Section End  ======================*/
/* ======================  Project-details Section Start  ======================*/
.project__gallery {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    grid-template-rows: 260px 260px;
    gap: 16px;
}

@media screen and (max-width: 1399px) {
    .project__gallery {
        grid-template-rows: 180px 180px;
    }
}

@media screen and (max-width: 1199px) {
    .project__gallery {
        grid-template-rows: 140px 140px;
    }
}

.gallery__single {
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

@media screen and (max-width: 1399px) {
    .gallery__single {
        border-radius: 8px;
    }
}

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

.project__gallery a:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.project__gallery a:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.project__gallery a:nth-child(3) {
    grid-column: 2;
    grid-row: 1/3;
}

.project__gallery a:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
}

.project__gallery a:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

@media (max-width: 575px) {
    .project__gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 140px 220px 140px;
    }

    .project__gallery a:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .project__gallery a:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .project__gallery a:nth-child(3) {
        grid-column: 1/3;
        grid-row: 2;
    }

    .project__gallery a:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
    }

    .project__gallery a:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
    }
}

.details__topbar ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 20px;
}

.details__topbar ul li:not(:last-child) {
    margin-right: 32px;
    padding-right: 32px;
    border-right: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 1199px) {
    .details__topbar ul li:not(:last-child) {
        margin-right: 24px;
        padding-right: 24px;
    }
}

@media screen and (max-width: 575px) {
    .details__topbar ul li:not(:last-child) {
        margin-right: 20px;
        padding-right: 20px;
    }
}

.details__topbar ul li span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
    color: hsl(var(--body-color));
}

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

.details__topbar ul li h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 700;
}

.details__wrapper {
    margin-top: 40px;
}

.details__wrapper .nav-link {
    padding: 8px 24px;
    font-size: 18px;
    font-weight: 500;
    color: hsl(var(--body-color));
    border: none;
    border-bottom: 1px solid transparent;
}

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

.details__wrapper .nav-tabs {
    border-bottom: 1px solid hsl(var(--border-color));
}

.details__wrapper .nav-tabs .nav-item.show .nav-link,
.details__wrapper .nav-tabs .nav-link.active {
    color: hsl(var(--base)) !important;
    background-color: hsl(var(--base)/0.1) !important;
    border-color: hsl(var(--base)) !important;
}

.details__wrapper .nav-tabs .nav-link:focus,
.details__wrapper .nav-tabs .nav-link:hover {
    border-color: hsl(var(--base));
    background-color: transparent;
    color: hsl(var(--body-color));
}

.details__wrapper .accordion .accordion-button:not(.collapsed) {
    background-color: hsl(var(--secondary)) !important;
}

.details__wrapper .accordion .accordion-button {
    font-size: 16px;
    padding: 18px;
}

.details__wrapper .accordion .accordion-body {
    padding: 18px;
    font-size: 16px;
}

.map__embed {
    margin-block: 16px;
}

.map__embed iframe {
    width: 100%;
    height: 350px;
    border-radius: 16px;
}

.details__sidebar__top {
    margin-bottom: 20px;
}

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

.details__sidebar__top ul li span {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: hsl(var(--body-color));
}

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

.details__sidebar__top ul li h4 {
    margin-bottom: 0;
    font-family: var(--body-font);
    font-size: 28px;
    font-weight: 700;
}

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

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

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

@media screen and (max-width: 1399px) {
    .details__sidebar__top ul li i {
        font-size: 24px;
    }
}

.details__info {
    margin-top: 20px;
}

.details__info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 400;
    color: hsl(var(--body-color));
}

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

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

.details__info ul li span {
    font-weight: 500;
    color: hsl(var(--heading-color));
}

.details__info ul li:not(:last-child) {
    border-bottom: 1px solid hsl(var(--border-color)/0.5);
    padding-bottom: 14px;
    margin-bottom: 14px;
}

@media screen and (max-width: 1199px) {
    .details__info ul li:not(:last-child) {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}

/* ======================  Project-details Section End  ======================*/
/* ======================  Tutorial Section Start  ======================*/
.tutorial__wrap {
    padding: 100px;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-attachment: fixed;
}

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

@media screen and (max-width: 1199px) {
    .tutorial__wrap {
        padding: 60px 40px;
        border-radius: 16px;
    }
}

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

.tutorial__wrap::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: hsl(var(--heading-color)/0.5);
}

.tutorial__topbar .sub__heading {
    color: hsl(var(--white));
}

.tutorial__topbar .sub__heading::after {
    background-color: hsl(var(--base));
}

.tutorial__topbar .section__heading h2 {
    margin-bottom: 0;
    color: hsl(var(--white));
}

.tutorial__topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 120px;
}

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

.tutorial__topbar .section__heading {
    max-width: 760px;
}

@media screen and (max-width: 1399px) {
    .tutorial__topbar .section__heading {
        max-width: 660px;
    }
}

.tutorial__single span {
    color: hsl(var(--white));
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--base));
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    backdrop-filter: blur(6px);
    margin-bottom: 24px;
}

.tutorial__single h3 {
    font-size: 32px;
    color: hsl(var(--white));
    font-weight: 500;
}

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

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

.tutorial__single {
    background-color: hsl(var(--white)/0.1);
    backdrop-filter: blur(6px);
    padding: 32px;
    border-radius: 16px;
}

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

.rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    font-size: 50px;
    font-weight: 400;
}

.rotate-circle:hover svg {
    background-color: hsl(var(--base));
}

.rotate-circle svg {
    width: 100%;
    background-color: hsl(var(--section-bg));
    border-radius: 50%;
    transition: 0.3s;
}

.rotate-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.circle-button {
    position: relative;
    z-index: 1;
    width: fit-content;
    border-radius: 50%;
    padding: 16px;
    margin-right: 60px;
}

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

.tutorial__video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    user-select: none;
    font-size: 40px;
    line-height: 1;
    color: hsl(var(--heading-color));
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }

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

/* ======================  Tutorial Section End  ======================*/
/* ======================  FAQ Section Start  ======================*/
.faq__left img {
    width: 100%;
    border-radius: 16px;
}

@media screen and (max-width: 1399px) {
    .faq__left img {
        border-radius: 10px;
    }
}

.faq__left {
    max-width: 90%;
}

@media screen and (max-width: 1399px) {
    .faq__left {
        max-width: 95%;
    }
}

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

.faq__left .section__heading h2 {
    line-height: 0.9;
    margin-bottom: 4px;
}

.faq__left .section__heading p {
    max-width: 680px;
}

.faq__others {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

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

.faq__contact {
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq__contact span {
    width: 54px;
    height: 54px;
    background-color: hsl(var(--base-two));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
    .faq__contact span {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .faq__contact span {
        width: 46px;
        height: 46px;
        font-size: 16px;
    }
}

.faq__contact h4 {
    margin-bottom: 6px;
    font-size: 16px;
    font-family: var(--body-font);
    color: hsl(var(--body-color)/0.5);
}

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

.faq__contact a {
    font-size: 22px;
    font-weight: 700;
    font-family: var(--heading-color);
    text-underline-offset: 8px;
}

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

.faq__contact a:hover {
    color: hsl(var(--heading-color));
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* ======================  FAQ Section End  ======================*/
/* ======================  Award Section Start  ======================*/
.award__left {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.award__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-top: 24px;
}

@media screen and (max-width: 991px) {
    .award__thumb {
        height: 300px;
        margin-bottom: 24px;
    }
}

.award__single {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid hsl(var(--border-color));
}

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

@media screen and (max-width: 575px) {
    .award__single {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

.award__single img {
    width: 100px;
    margin-right: 40px;
}

@media screen and (max-width: 1199px) {
    .award__single img {
        width: 80px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 575px) {
    .award__single img {
        margin-right: 0;
    }
}

.award__single h4 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    color: hsl(var(--body-color));
    font-family: var(--body-font);
}

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

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

.award__single span {
    font-size: 28px;
    font-weight: 600;
    margin-left: auto;
    color: hsl(var(--body-color));
    flex: 0 0 auto;
}

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

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

@media screen and (max-width: 575px) {
    .award__single span {
        margin-left: 0;
    }
}

.award__wrap {
    max-width: 90%;
    margin-left: auto;
}

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

.award__single:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* ======================  Award Section End  ======================*/
/* ======================  Success Section Start  ======================*/
.success__wrap {
    background-color: hsl(var(--heading-color));
    padding: 80px 60px;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .success__wrap {
        padding: 60px 40px;
        border-radius: 16px;
    }
}

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

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

.success__wrap::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: url(../images/leaf2.png);
    background-size: 200px;
    background-repeat: repeat;
    content: "";
    filter: invert(1) brightness(100);
    opacity: 0.06;
}

.success__wrap .sub__heading {
    color: hsl(var(--white));
}

.success__wrap .sub__heading::after {
    background-color: hsl(var(--white));
}

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

.success__wrap .section__heading p {
    color: hsl(var(--white)/0.7);
}

.success__single {
    background-color: hsl(var(--white));
    padding: 12px;
    border: 1px solid hsl(var(--border-color)/0.5);
    border-radius: 10px;
}

@media screen and (max-width: 1399px) {
    .success__single {
        padding: 16px;
    }
}
.success__content ul {
    margin-top: 12px;
    padding-top: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid hsl(var(--border-color) / 0.6);
}

.success__content ul li h5 {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

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

.success__content ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.success__img {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

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

.success__single:hover .success__img img {
    transform: scale(1);
    filter: brightness(0.6);
}

.success__content {
    padding: 14px;
}

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

.success__content h4 {
    font-family: var(--body-font);
    font-size: 20px;
    margin-bottom: 12px;
}

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

.success__content h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.success__pagination {
    margin-top: 24px;
}

/* ======================  Success Section End  ======================*/
/* ======================  Testimonial Section Start  ======================*/
.testimonial__area {
    overflow: hidden;
}

.testimonial__wrapper {
    padding: 120px 80px;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-attachment: fixed;
}

.testimonial__wrapper::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: hsl(var(--heading-color)/0.2);
    backdrop-filter: blur(6px);
}

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

@media screen and (max-width: 1199px) {
    .testimonial__wrapper {
        padding: 60px;
        border-radius: 16px;
    }
}

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

.testimonial__thumb {
    position: absolute;
    left: 80px;
    bottom: 0;
    z-index: 1;
    width: 550px;
}

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

@media screen and (max-width: 1199px) {
    .testimonial__thumb {
        left: 40px;
        width: 400px;
    }
}

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

.testimonial__thumb img {
    width: 100%;
}

.testimonial__single {
    background-color: hsl(var(--white));
    padding: 48px;
    border-radius: 16px;
}

@media screen and (max-width: 1199px) {
    .testimonial__single {
        padding: 24px;
        border-radius: 10px;
    }
}

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

.testimonial__bottom img {
    flex: 0 0 auto;
    width: 50px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid hsl(var(--white));
}

.testimonial__bottom h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.testimonial__bottom span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--body-color));
    margin-bottom: 0;
}

.testimonial__single p {
    font-size: 22px;
    color: hsl(var(--heading-color));
}

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

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

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

.testimonial__wrap .swiper-3d .swiper-slide-shadow {
    background: transparent;
}

.swiper-button-next,
.swiper-button-prev {
    position: unset;
    width: 50px;
    height: 50px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--heading-color));
    background-color: hsl(var(--white));
    border-radius: 50%;
    transition: 0.3s;
}

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

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--heading-color));
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

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

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    color: hsl(var(--white)/0.5);
    background-color: hsl(var(--white)/0.2);
}

.swiper-pagination {
    position: unset;
    min-width: 45px;
    color: hsl(var(--white));
}

.swiper-pagination span {
    color: hsl(var(--white));
}

.swiper-pagination-current {
    font-size: 30px;
    font-weight: 700;
    color: hsl(var(--base)) !important;
}

@media screen and (max-width: 1199px) {
    .swiper-pagination-current {
        font-size: 24px;
    }
}

.testimonial__widgets {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.swiper-slide:nth-child(odd) .testimonial__single {
    background-image: linear-gradient(to right top, hsl(var(--base)), hsl(var(--white)));
    box-shadow: 0 4px 10px 0 hsl(var(--black)/0.1);
}

.swiper-slide:nth-child(even) .testimonial__single {
    background-image: linear-gradient(to right top, hsl(var(--warning)), hsl(var(--white)));
}

.swiper-slide:nth-child(3n) .testimonial__single {
    background-image: linear-gradient(to right top, hsl(var(--danger-l-500)), hsl(var(--white)));
}

.swiper-slide:nth-child(4n) .testimonial__single {
    background-image: linear-gradient(to right top, hsl(var(--info)), hsl(var(--white)));
}

.testimonial__wrap {
    max-width: 94%;
}

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

.testimonial__wrap .swiper-slide {
    box-shadow: 0 0 20px 0 hsl(var(--black)/0.1);
}

/* ======================  Testimonial Section End  ======================*/
/* ======================  Blog Section Start  ======================*/
.blog__single {
    position: relative;
    z-index: 1;
    min-height: 500px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 12px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .blog__single {
        min-height: 430px;
        border-radius: 8px;
    }
}

.blog__single::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    content: "";
    background-image: linear-gradient(to bottom, transparent, hsl(var(--base-d-800)) 84%);
    z-index: -1;
}

.blog__single h3 {
    color: hsl(var(--white));
    font-family: var(--body-font);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: -16px;
    transition: 0.4s;
}

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

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

.blog__single p {
    font-size: 16px;
    color: hsl(var(--white));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transform: rotateX(90deg);
    transition: 0.4s;
    margin-top: 10px;
    margin-bottom: -40px;
}

.blog__single:hover h3 {
    margin-bottom: 0;
}

.blog__single:hover p {
    transform: rotateX(0);
    margin-bottom: 0;
}

.blog__bottom {
    border-top: 1px solid hsl(var(--white)/0.2);
    margin-top: 16px;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

.blog__bottom span {
    color: hsl(var(--white));
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

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

.blog__bottom a {
    color: hsl(var(--white));
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

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

.blog__bottom a:hover {
    color: hsl(var(--base));
    gap: 8px;
}

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

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

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

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

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

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

.recent__blog__title h4 {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1;
}

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

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

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

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

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

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

.recent__blog__single h6 {
    margin-bottom: 10px;
    font-size: 22px;
}

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

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

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

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

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

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

@media screen and (max-width: 1199px) {
    .blog__details__content img {
        border-radius: 10px;
    }
}

.blog__date {
    margin-bottom: 16px;
}

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

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

.blog__quote {
    background-color: hsl(var(--base)/0.1);
    border-radius: 0 10px 10px 0;
    padding: 32px 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    margin-left: 18px;
}

@media screen and (max-width: 991px) {
    .blog__quote {
        margin-bottom: 16px;
        padding: 22px 14px;
        border-radius: 0 6px 6px 0;
    }
}

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

.blog__quote::before {
    position: absolute;
    left: -18px;
    top: 0;
    width: 7px;
    height: 100%;
    content: "";
    z-index: 1;
    background-color: hsl(var(--base));
}

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

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

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

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

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

.blog__share h6 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    gap: 12px;
}

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

/* ======================  Blog Details Section End  ======================*/
/* ======================  Brand Section Start  ======================*/
.slide-transition {
    transition-timing-function: linear;
}

.brand__slider .swiper-slide {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .brand__slider .swiper-slide {
        padding: 16px;
        border-radius: 6px;
    }
}

.brand__slider .swiper-slide img {
    width: auto;
    height: 34px;
    transition: 0.3s;
}

@media screen and (max-width: 1199px) {
    .brand__slider .swiper-slide img {
        height: 30px;
    }
}

@media screen and (max-width: 991px) {
    .brand__slider .swiper-slide img {
        height: 26px;
    }
}

/* ======================  Brand Section End  ======================*/
/* ======================  Contact Section Start  ======================*/
.contact__card {
    background-color: hsl(var(--white));
    padding: 32px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.contact__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    border-color: hsl(var(--base)/0.2);
}

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

.contact__card span {
    font-size: 28px;
    width: 70px;
    aspect-ratio: 1;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.contact__card:hover span {
    transform: scale(1.1);
    background-color: hsl(var(--base-d-100));
}

@media screen and (max-width: 767px) {
    .contact__card span {
        width: 60px;
        font-size: 24px;
    }
}

.contact__card h4 {
    font-size: 34px;
}

.contact__card a,
.contact__card p {
    font-size: 24px;
    font-weight: 600;
    color: hsl(var(--body-color)/0.5);
    width: fit-content;
}

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

    .contact__card a,
    .contact__card p {
        font-size: 20px;
    }
}

.contact__card p {
    max-width: 390px;
}

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

.contact__sp {
    position: absolute;
    right: 16px;
    bottom: 0;
    width: auto;
    height: 80%;
    opacity: 0.06;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.contact__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    .contact__map iframe {
        border-radius: 12px;
    }
}

.contact__map {
    width: 96%;
    height: 100%;
    margin-left: auto;
}

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

.contact__form {
    background-color: hsl(var(--white));
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border: 1px solid hsl(var(--border-color)/0.5);
}

@media screen and (max-width: 767px) {
    .contact__form {
        padding: 24px;
        border-radius: 12px;
    }
}

/* ======================  Contact Section End  ======================*/
/* ======================  Error Section Start  ======================*/
.error__main {
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error__main img {
    max-width: 230px;
    width: 100%;
    margin-bottom: 30px;
}

.error__main h2 {
    margin-bottom: 5px;
    font-size: 80px;
    line-height: 1;
}

.error__main h3 {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 1;
}

.error__main h4 {
    font-size: 24px;
    margin-bottom: 24px;
}

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

@media screen and (max-width: 991px) {
    .error__main img {
        max-width: 170px;
        margin-bottom: 15px;
    }

    .error__main h2 {
        margin-bottom: 10px;
        font-size: 50px;
    }

    .error__main h3 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .error__main h4 {
        font-size: 18px;
        margin-bottom: 18px;
    }

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

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

.auth__wrap {
    padding: 48px;
}

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

.auth__topbar {
    text-align: center;
    margin-bottom: 16px;
}

.auth__topbar span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

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

.auth__topbar h3 {
    margin-bottom: 0;
}

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

.auth__or {
    text-align: center;
    margin-block: 16px;
    position: relative;
    z-index: 1;
}

.auth__or::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 100%;
    border-bottom: 1px solid hsl(var(--border-color));
    content: "";
}

.auth__or p {
    font-weight: 600;
    background-color: hsl(var(--white));
    width: fit-content;
    margin-inline: auto;
    padding-inline: 10px;
}

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

.social__login a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid hsl(var(--border-color));
    padding: 10px 20px;
    border-radius: 60px;
}

.social__login a img {
    width: 20px;
}

.social__login a:hover {
    background-color: hsl(var(--border-color));
    color: hsl(var(--heading-color));
}

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

.auth__already p {
    color: hsl(var(--body-color)/0.5);
}

.auth__already p a {
    color: hsl(var(--heading-color));
}

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

/* ======================  Auth Section End  ======================*/
/* ======================  Dashboard Section Start  ======================*/
.dashboard__wrap {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 24px;
}

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

.sidebar__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
}

.sidebar__header img {
    width: 70px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
}

.sidebar__header h4 {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

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

.dashboard__sidebar ul li a {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    padding: 14px 20px;
    border-bottom: 1px solid hsl(var(--black)/0.04);
    color: hsl(var(--body-color));
}

.dashboard__sidebar ul li a .fa-angle-right {
    margin-left: auto;
    transition: 0.3s;
}

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

.dashboard__sidebar ul li a[aria-expanded=true] .fa-angle-right {
    transform: rotate(90deg);
}

.dashboard__sidebar ul li:last-child a {
    border-bottom: none;
}

.dashboard__sidebar {
    background-color: hsl(var(--white));
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .dashboard__sidebar {
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 15;
        width: 300px;
        height: 100%;
        border-radius: 0;
        overflow-y: auto;
        transition: 0.3s;
    }

    .dashboard__sidebar.active {
        left: 0;
    }
}

.dashboard__sidebar .sidebar__dropdown {
    background-color: hsl(var(--base)/0.2);
}

.dashboard__sidebar .sidebar__dropdown a {
    color: hsl(var(--heading-color));
}

.dashboard__mobile {
    text-align: end;
    display: none;
}

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

.sidebar__close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: hsl(var(--danger));
    width: 32px;
    height: 32px;
    color: hsl(var(--white));
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

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

.sidebar__close:hover {
    background-color: hsl(var(--danger-d-200));
}

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

.dashboard__card {
    background-color: hsl(var(--white));
    padding: 24px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}

.dashboard__card img {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: auto;
    height: 80%;
    z-index: -1;
    user-select: none;
    pointer-events: none;
    opacity: 0.1;
}

.dashboard__card span {
    width: 76px;
    aspect-ratio: 1;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

@media screen and (max-width: 991px) {
    .dashboard__card span {
        width: 60px;
        font-size: 22px;
    }
}

.dashboard__card h4 {
    font-family: var(--body-font);
    font-size: 18px;
    color: hsl(var(--body-color)/0.7);
    font-weight: 500;
    margin-bottom: 10px;
}

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

.dashboard__card p {
    font-size: 28px;
    font-weight: 700;
    color: hsl(var(--heading-color));
}

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

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

.profile__img {
    position: relative;
    z-index: 1;
}

.profile__img img {
    width: 120px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
}

.profile__img label {
    position: absolute;
    right: 4px;
    bottom: 6px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    border: 2px solid hsl(var(--white));
    cursor: pointer;
    transition: 0.3s;
}

.profile__img label:hover {
    background-color: hsl(var(--base-d-200));
}

.profile__content h4 {
    font-size: 32px;
    margin-bottom: 6px;
}

.profile__content p {
    color: hsl(var(--body-color)/0.5);
    font-size: 16px;
}

.two__factor__info img {
    width: 100%;
    max-width: 200px;
    margin-block: 16px;
}

.two__factor__info {
    text-align: center;
}

.two__factor__info p {
    font-size: 16px;
}

.ticket__single {
    background-color: hsl(var(--base) / 0.06);
    padding: 24px;
    border-radius: 12px;
}

.ticket__single.user__ticket {
    background-color: hsl(var(--black) / 0.06);
}

.ticket__single p span {
    font-weight: 600;
    color: hsl(var(--base));
}

/* ======================  Dashboard Section End  ======================*/

/* ======chatbot======= */

.chatbot__wrapper {
    position: fixed;
    bottom: 68px;
    right: 16px;
    z-index: 9999;
    font-family: 'Inter', sans-serif;
}

.chatbot__toggle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, hsl(var(--base)) 0%, #1e293b 100%);
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.chatbot__toggle:hover {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.chatbot__badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 8px;
    border: 2px solid #fff;
}

.chatbot__window {
    position: absolute;
    bottom: 100px;
    /* Increased from 85px */
    right: 0;
    width: 380px;
    height: 550px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform-origin: bottom right;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.chatbot__window.active {
    transform: scale(1);
    opacity: 1;
}

.chatbot__header {
    background: #1e293b;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatbot__avatar {
    width: 40px;
    height: 40px;
    background: hsl(var(--base) / 0.2);
    color: hsl(var(--base));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid hsl(var(--base) / 0.3);
}

.chatbot__close {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.chatbot__close:hover {
    color: #fff;
    transform: rotate(90deg);
}

.chatbot__body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
}

.chatbot__msg {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    animation: slideInChat 0.3s ease-out;
}

@keyframes slideInChat {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chatbot__msg--bot {
    align-self: flex-start;
    background: #f1f5f9;
    color: #1e293b;
    border-bottom-left-radius: 4px;
}

.chatbot__msg--user {
    align-self: flex-end;
    background: hsl(var(--base));
    color: #fff;
    border-bottom-right-radius: 4px;
}

.chatbot__footer {
    padding: 20px;
    border-top: 1px solid #f1f5f9;
    background: #fff;
}

.chatbot__input__wrap {
    display: flex;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 5px;
    transition: all 0.3s;
}

.chatbot__input__wrap:focus-within {
    border-color: hsl(var(--base));
    box-shadow: 0 0 0 4px hsl(var(--base) / 0.1);
}

.chatbot__input__wrap input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 10px 15px;
    font-size: 14px;
    outline: none;
    box-shadow: none !important;
}

.chatbot__input__wrap button {
    background: hsl(var(--base));
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    flex: 0 0 auto;
}

.chatbot__input__wrap button:hover {
    transform: scale(1.05);
    background: #1e293b;
}

/* Typing Indicator */
.typing {
    display: flex;
    gap: 4px;
    padding: 10px;
}

.typing span {
    width: 8px;
    height: 8px;
    background: #94a3b8;
    border-radius: 50%;
    animation: typingChat 1s infinite ease-in-out;
}

.typing span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typingChat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@media (max-width: 480px) {
    .chatbot__window {
        width: calc(100vw - 60px);
        height: 500px;
        bottom: 80px;
    }
}







/* investment modal */
/* Modal Styling */
.invest__modal {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 80px hsl(var(--black) / 0.15);
    background: hsl(var(--white) / 0.95);
    backdrop-filter: blur(10px);
}

.invest__modal__header {
    background: hsl(var(--body-bg));
    padding: 25px 30px;
    border-bottom: 1px solid hsl(var(--border-color));
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invest__modal__icon {
    width: 45px;
    height: 45px;
    background: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px hsl(var(--base) / 0.3);
}

.invest__modal__subtitle {
    color: hsl(var(--body-color));
    font-size: 0.875rem;
}

.invest__modal__close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: hsl(var(--white));
    color: hsl(var(--body-color) / 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 2px 5px hsl(var(--black) / 0.05);
}

.invest__modal__close:hover {
    background: hsl(var(--danger) / 0.1);
    color: hsl(var(--danger));
    transform: rotate(90deg);
}

/* Stats */
.invest__stat__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.invest__stat__card {
    background: hsl(var(--white));
    padding: 15px;
    border-radius: 16px;
    border: 1px solid hsl(var(--border-color) / 0.5);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s;
}

.invest__stat__card:hover {
    border-color: hsl(var(--base));
    transform: translateY(-2px);
}

.invest__stat__icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.invest__stat__icon--primary {
    background: hsl(var(--base) / 0.1);
    color: hsl(var(--base));
}

.invest__stat__icon--warning {
    background: hsl(var(--warning) / 0.1);
    color: hsl(var(--warning));
}

.invest__stat__icon--success {
    background: hsl(var(--success) / 0.1);
    color: hsl(var(--success));
}

.invest__stat__label {
    font-size: 0.75rem;
    color: hsl(var(--body-color) / 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.invest__stat__value {
    font-weight: 700;
    color: hsl(var(--heading-color));
    font-size: 0.95rem;
}

/* Qty Stepper */
.invest__qty__wrap {
    background: linear-gradient(135deg, hsl(var(--body-bg)) 0%, hsl(var(--section-bg)) 100%);
    padding: 24px;
    border-radius: 20px;
    border: 1px solid hsl(var(--border-color));
}

.invest__qty__label {
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invest__qty__hint {
    font-size: 0.75rem;
    color: hsl(var(--body-color));
    font-weight: 400;
}

.invest__qty__stepper {
    display: flex;
    align-items: center;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    padding: 5px;
    width: 100%;
}

.invest__qty__btn {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    border: none;
    background: hsl(var(--section-bg));
    color: hsl(var(--body-color));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.invest__qty__btn:hover {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.invest__qty__input {
    flex: 1;
    border: none;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: hsl(var(--heading-color));
    background: transparent;
}

.invest__qty__input:focus {
    outline: none;
}

/* Tabs */
.invest__tab__wrap {
    display: flex;
    background: #f1f5f9;
    padding: 5px;
    border-radius: 12px;
    gap: 5px;
}

.invest__tab__btn {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
}

@media (max-width: 575px) {
    .invest__tab__btn {
        font-weight: 400;
        font-size: 14px;
    }

    .invest__modal .modal-body.p-4 {
        padding: 12px !important;
    }

    .invest__qty__label {
        flex-direction: column;
        gap: 4px;
    }
}

.invest__tab__btn:hover {
    color: hsl(var(--base)) !important;
}

.invest__tab__btn.active, .invest__tab__btn.nav-link.active {
    background: #fff !important;
    color: hsl(var(--base)) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}

/* Summary Card */
.invest__summary__card {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color) / 0.5);
    border-radius: 16px;
    padding: 20px;
}

.invest__summary__row {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid hsl(var(--body-bg));
}

.invest__summary__icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 12px;
}

.bg-primary-soft {
    background: hsl(var(--base) / 0.1);
}

.bg-success-soft {
    background: hsl(var(--success) / 0.1);
}

.bg-warning-soft {
    background: hsl(var(--warning) / 0.1);
}

.bg-info-soft {
    background: hsl(var(--info) / 0.1);
}

.invest__summary__key {
    color: hsl(var(--body-color));
    flex: 1;
    font-size: 0.9rem;
}

.invest__summary__val {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.invest__summary__total {
    margin-top: 20px;
    padding: 15px 20px;
    background: hsl(var(--base) / 0.05);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid hsl(var(--base) / 0.1);
}

.invest__summary__total span:first-child {
    font-weight: 700;
    color: hsl(var(--heading-color));
}

.invest__summary__total__val {
    font-size: 1.4rem;
    font-weight: 900;
    color: hsl(var(--base));
}

.invest__warn {
    background: hsl(var(--danger) / 0.1);
    color: hsl(var(--danger));
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 0.85rem;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.invest__warn a {
    color: #e11d48;
    text-decoration: underline;
    font-weight: 600;
}

.invest__submit__btn {
    width: 100%;
    background: hsl(var(--base));
    color: hsl(var(--white));
    border: none;
    border-radius: 12px;
    padding: 15px;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px hsl(var(--base) / 0.3);
}

.invest__submit__btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px hsl(var(--base) / 0.4);
}

.invest__submit__btn:disabled {
    background: hsl(var(--border-color)) !important;
    color: hsl(var(--body-color) / 0.6) !important;
    border: 1px solid hsl(var(--border-color)) !important;
    box-shadow: none !important;
    cursor: not-allowed;
}

.gateway__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 15px;
}

.gateway__item {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.gateway__item:hover {
    border-color: hsl(var(--base));
    background: hsl(var(--base) / 0.02);
    transform: translateY(-3px);
}

.gateway__item.active {
    border-color: hsl(var(--base));
    background: hsl(var(--base) / 0.05);
    box-shadow: 0 4px 12px hsl(var(--base) / 0.15);
}

.gateway__thumb {
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gateway__thumb img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.gateway__name {
    font-size: 0.8rem;
    font-weight: 600;
    color: hsl(var(--body-color));
    display: block;
}

.gateway__check {
    position: absolute;
    top: 5px;
    right: 5px;
    color: hsl(var(--base));
    font-size: 14px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.2s;
}

.gateway__item.active .gateway__check {
    opacity: 1;
    transform: scale(1);
}

.gateway__item.active .gateway__name {
    color: hsl(var(--base));
}

.invest__info__bar {
    display: flex;
    justify-content: space-between;
    background: hsl(var(--body-bg));
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
}

.invest__info__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
}

.invest__info__label {
    color: hsl(var(--body-color));
    font-weight: 500;
}

.invest__info__value {
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.badge--success {
    background: hsl(var(--success) / 0.1);
    color: hsl(var(--success));
    padding: 2px 8px;
    border-radius: 4px;
}

.badge--warning {
    background: hsl(var(--warning) / 0.1);
    color: hsl(var(--warning));
    padding: 2px 8px;
    border-radius: 4px;
}

.badge--danger {
    background: hsl(var(--danger) / 0.1);
    color: hsl(var(--danger));
    padding: 2px 8px;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .invest__stat__row {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .invest__stat__row {
        grid-template-columns: 1fr;
    }

    .gateway__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .invest__info__bar {
        flex-direction: column;
        gap: 8px;
    }
    .invest__summary__total {
        flex-direction: column;
        gap: 4px;
    }
    .invest__summary__total__val {
        font-size: 18px;
        font-weight: 700;
    }
    .invest__summary__row {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}

/* Comment Styling */
.comment__avatar {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid hsl(var(--white));
    box-shadow: 0 8px 20px hsl(var(--black) / 0.08);
}

.comment__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment__item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: hsl(var(--black) / 0.04);
}

.comment__form .form--control {
    border-radius: 16px;
    padding: 20px;
    border: 1px solid hsl(var(--border-color));
    background: hsl(var(--white));
    transition: all 0.3s;
    min-height: 120px;
    box-shadow: 0 4px 6px -1px hsl(var(--black) / 0.05);
}

.comment__form .form--control:focus {
    border-color: hsl(var(--base));
    box-shadow: 0 10px 15px -3px hsl(var(--base) / 0.1);
    outline: none;
}

.comment__user h6 {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.comment__user small {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: hsl(var(--body-color));
}

.comment__user small i {
    color: hsl(var(--base));
    margin-top: 1px;
}

.comment__user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.cookies-card {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99;
    background-color: hsl(var(--white));
    padding: 24px;
    border-radius: 10px;
    max-width: 530px;
    width: 100%;
    border: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 767px) {
    .cookies-card {
        left: 50%;
        transform: translateX(-50%);
        padding: 16px;
        max-width: calc(100% - 40px);
    }
}

.cookies-card__content {
    margin-bottom: 16px;
}

.cookies-card__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}



.badge--insured-details {
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: hsl(var(--base));
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 10px hsl(var(--base) / 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge--insured-details i {
    font-size: 14px;
}

.kyc-noty {
    background-color: hsl(var(--base)/0.08);
    padding: 18px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.kyc-noty h4 {
    margin-bottom: 0;
}

.kyc-noty-pending {
    background-color: hsl(var(--warning)/0.1);
}
