@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');


/* @font-face {
    font-family: 'Air Arabia';
    src: url('../../../font/air-arabia-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Air Arabia';
    src: url('../../../font/air-arabia-light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */

/* Blauer Nue Font Family (English) */
@font-face {
    font-family: 'Blauer Nue';
    src: url('../../../font/Blauer-Nue-Thin-iF6626350c96c3e.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blauer Nue';
    src: url('../../../font/Blauer-Nue-Extralight-iF6626350c56af4.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blauer Nue';
    src: url('../../../font/Blauer-Nue-Light-iF6626350c6db36.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blauer Nue';
    src: url('../../../font/Blauer-Nue-Extrabold-iF6626350c4c856.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blauer Nue';
    src: url('../../../font/Blauer-Nue-Heavy-iF6626350c62afa.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ================================= Css Variable Css Start ========================= */
:root {
    /* Design System Colors */
    --white-h: 0;
    --white-s: 0%;
    --white-l: 100%;
    --white: var(--white-h) var(--white-s) var(--white-l);

    /* Dark Sienna Colors */
    --dark-sienna-h: 350;
    --dark-sienna-s: 95%;
    --dark-sienna-l: 8%;
    --dark-sienna: var(--dark-sienna-h) var(--dark-sienna-s) var(--dark-sienna-l);
    --dark-sienna-light-h: 350;
    --dark-sienna-light-s: 90%;
    --dark-sienna-light-l: 12%;
    --dark-sienna-light: var(--dark-sienna-light-h) var(--dark-sienna-light-s) var(--dark-sienna-light-l);

    /* Rosewood Color */
    --rosewood-h: 355;
    --rosewood-s: 85%;
    --rosewood-l: 20%;
    --rosewood: var(--rosewood-h) var(--rosewood-s) var(--rosewood-l);

    /* OU Crimson Red */
    --ou-crimson-h: 355;
    --ou-crimson-s: 80%;
    --ou-crimson-l: 25%;
    --ou-crimson: var(--ou-crimson-h) var(--ou-crimson-s) var(--ou-crimson-l);

    /* Upsdell Red */
    --upsdell-red-h: 355;
    --upsdell-red-s: 60%;
    --upsdell-red-l: 40%;
    --upsdell-red: var(--upsdell-red-h) var(--upsdell-red-s) var(--upsdell-red-l);

    /* Legacy Colors (keeping for compatibility) */
    --light-h: 0;
    --light-s: 0%;
    --light-l: 100%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --gray-h: 0;
    --gray-s: 1%;
    --gray-l: 54%;
    --gray: var(--gray-h) var(--gray-s) var(--gray-l);
    --gray-two-h: 40;
    --gray-two-s: 6%;
    --gray-two-l: 41%;
    --gray-two: var(--gray-two-h) var(--gray-two-s) var(--gray-two-l);
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --black-two-h: 0;
    --black-two-s: 0%;
    --black-two-l: 13%;
    --black-two: var(--black-two-h) var(--black-two-s) var(--black-two-l);

    /* Primary Brand Color (using Upsdell Red as base) */
    --base-h: 355;
    --base-s: 60%;
    --base-l: 40%;
    --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-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-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-two-h: 201;
    --base-two-s: 100%;
    --base-two-l: 14%;
    --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.05);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --dark: 206 70% 11%;
    --primary-h: 100;
    --primary-s: 69%;
    --primary-l: 41%;
    --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);
    --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
    --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);
    --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
    --success-h: 100;
    --success-s: 69%;
    --success-l: 41%;
    --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);
    --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
    --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);
    --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
    --warning-h: 38;
    --warning-s: 100%;
    --warning-l: 55%;
    --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);
    --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    --info-l-600: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
    --heading-font: var(--font-arabic);
    --body-font: var(--font-arabic);
    --section-bg: 208 100% 97%;
    --heading-color: var(--black-two);
    --body-color: var(--gray);
    --body-bg: var(--light);
    --background-gradient: linear-gradient(45deg, hsl(var(--base)), hsl(var(--base-two)));
    --header-box-shadow: 49px 18px 31px -13px rgba(147, 131, 128, 0.05);
    --card-box-shadow: 0px 2px 15px hsl(var(--black) /.05);
    --card-horizontal-box-shadow: 20px 79px 76px 0px rgba(159, 144, 132, 0.10);
    --card-blog-box-shadow: 20px 79px 76px 0px rgba(159, 144, 132, 0.10);

    /* Font Family Variables */
    --font-arabic: 'IBM Plex Sans Arabic', 'Air Arabia', 'Noto Sans Arabic', 'Tahoma', 'Arial', sans-serif;
    --font-english: 'Blauer Nue', 'Inter', 'Helvetica Neue', 'Arial', sans-serif;
    --font-mono: 'Roboto Mono', 'Courier New', monospace;
}

/* ================================= Css Variable Css End ========================= */

/* ================================= Tailwind Compatibility Styles ========================= */
/* Tailwind RTL Support */
/* [dir="rtl"] .text-left {
    text-align: right !important;
}

[dir="rtl"] .text-right {
    text-align: left !important;
} */

/* Ensure Tailwind utilities work with Bootstrap */
.container {
    max-width: 100%;
}

/* Fix potential conflicts */
[class*="col-"] {
    position: relative;
}

/* Prevent button text wrapping */
button,
.btn,
a.btn,
a[class*="btn"] {
    white-space: nowrap !important;
}

/* Allow specific elements to wrap if needed */
.allow-wrap {
    white-space: normal !important;
}

/* ================================= 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: #f5f5f5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

p {
    font-weight: 400;
    margin: 0;
}

span {
    display: inline-block;
    font-size: 14px;
}

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

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 0 0;
    }
}

h1 {
    font-size: clamp(2.25rem, 1.6871rem + 2.8147vw, 4.5rem);
}

h2 {
    font-size: clamp(2rem, 1.7498rem + 1.251vw, 3rem);
}

h3 {
    font-size: clamp(1.65rem, 1.3249rem + 0.6255vw, 2.25rem);
}

h4 {
    font-size: clamp(1.25rem, 1.25rem + 0.3127vw, 1.75rem);
}

h5 {
    font-size: clamp(1rem, 1rem + 0.3127vw, 1.5rem);
}

h6 {
    font-size: clamp(1rem, 1rem + 0.1564vw, 1.25rem);
}

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

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

a:focus {
    outline: none;
}

a:hover,
a:focus {
    color: hsl(var(--base-d-200));
}

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

select {
    cursor: pointer;
}

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

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

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

.form-select:focus {
    outline: 0;
    box-shadow: none;
}

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

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

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center center; */
    /* width: 100%; */
    /* height: 100%; */
}

.bg-pattern {
    position: relative;
}

/*.bg-pattern::before,*/
/*.bg-pattern::after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  max-width: 570px;*/
/*  max-height: 630px;*/
/*  display: inline-block;*/
/*  position: absolute;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*  z-index: -1;*/
/*  opacity: 0.4;*/
/*}*/

/*.bg-pattern::before {*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  background-image: url("../images/thumbs/pattern-bottom-left.png");*/
/*}*/

/*.bg-pattern::after {*/
/*  right: 0;*/
/*  top: 0;*/
/*  background-image: url("../images/thumbs/pattern-top-right.png");*/
/*}*/

.bg-pattern-top-left::before {
    content: none;
}

.bg-pattern-bottom-right::after {
    content: none;
}

.bg-pattern2 {
    position: relative;
}

.bg-pattern2::before,
.bg-pattern2::after {
    content: "";
    width: 100%;
    height: 100%;
    max-width: 370px;
    max-height: 400px;
    display: inline-block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.bg-pattern2::before {
    left: 0;
    bottom: 0;
    /* background-image: url("../images/thumbs/pattern2-bottom-left.png"); */
}

.bg-pattern2::after {
    right: 0;
    top: 0;
    /* background-image: url("../images/thumbs/pattern2-top-right.png"); */
}

.bg-pattern3 {
    background-image: url("../images/thumbs/home-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 23px;
}

.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }

}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    transition: 0.0s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.5);
    z-index: 99;
    transition: 0.0s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

/* ================================= Custom Classes Css End =========================== */
/* ================================= Extend Classes Css Start ========================= */
.fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-wrap,
.form--radio,
.form--check {
    display: flex;
    flex-wrap: wrap;
}

.flex-align,
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

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

.pa-extend,
.alert__link::before {
    position: absolute;
    content: "";
}

.top-center-extend {
    top: 50%;
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    transform: translateX(-50%);
}

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

.fs-10 {
    font-size: 0.625rem;
}

.fs-11,
.form--check .form-check-input:checked::before {
    font-size: 0.6875rem;
}

.fs-12,
.badge {
    font-size: 0.75rem;
}

.fs-13,
.dashboard .sidebar-menu-list__item.has-dropdown>a:after,
.table tbody tr td,
.customer__name {
    font-size: 0.8125rem;
}

.fs-14,
.user-info__button::before,
.dashboard .dashboard-widget__text,
.dashboard .sidebar-menu .menu-title,
.table tbody tr td:first-child,
.table thead tr th,
.form--check .form-check-label {
    font-size: 0.875rem;
}

.fs-15,
.user-info .user-info-dropdown__link,
.dashboard .sidebar-submenu-list__link .icon,
.dashboard .sidebar-submenu-list__link,
.dashboard .sidebar-menu-list__link .icon,
.table tbody tr td::before,
.form--radio .form-check-label,
.form--label,
.btn--icon {
    font-size: 0.9375rem;
}

.fs-16,
.alert__title,
.btn,
p {
    font-size: 1rem;
}

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

    .fs-16,
    .alert__title,
    .btn,
    p {
        font-size: 0.9375rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18,
.user-info__name,
.user-profile-info__icon,
.custom--accordion .accordion-button {
    font-size: 1.125rem;
}

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

    .fs-18,
    .user-info__name,
    .user-profile-info__icon,
    .custom--accordion .accordion-button {
        font-size: 1.0625rem;
    }
}

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

    .fs-18,
    .user-info__name,
    .user-profile-info__icon,
    .custom--accordion .accordion-button {
        font-size: 1rem;
    }
}

.fs-20 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .fs-20 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-20 {
        font-size: 1.0625rem;
    }
}

/* ================================= Extend Classes Css End =========================== */
/* ================================= Global Classes Css Start ========================= */
.section-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 32px;
    }
}

.section-heading.mb-less {
    margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
    .section-heading.mb-less {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading.mb-less {
        margin-bottom: 18px;
    }
}

.property-horizontal--card .card-meta--two .section-heading__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.section-heading__subtitle {
    padding: 4px 12px;


    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 150%;
}

.all-property {
    padding-top: 30px;
}

@media screen and (max-width: 575px) {
    .section-heading__subtitle {
        font-size: 1rem;
    }
}

@media screen and (max-width: 374px) {
    .section-heading__subtitle {
        font-size: 0.875rem;
    }
}

.section-heading__title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 0px;
    text-align: center;
}

.section-heading__link {
    color: hsl(var(--base));
    font-weight: 500;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.section-heading__link span {
    font-size: 1.125rem;
}

.section-heading__link i {
    font-size: 2.5rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .section-heading__link i {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 575px) {
    .section-heading__link i {
        font-size: 1.5rem;
    }
}

.section-heading.style-left {
    align-items: start;
}

.section-heading.style-left .section-heading__title {
    text-align: left;
}

.other-option {
    margin-top: 24px;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media screen and (max-width: 424px) {
    .other-option {
        margin-top: 16px;
    }
}

.other-option::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background-color: #EAEDF0;
    z-index: -1;
}

.other-option__text {
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-block;
    padding: 0 16px;
    background-color: hsl(var(--white));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
    .my-120 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 575px) {
    .my-120 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 575px) {
    .mt-120 {
        margin-top: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 575px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .my-60 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 575px) {
    .mt-60 {
        margin-top: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

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

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

@media screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

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

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

@media screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 575px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .py-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media screen and (max-width: 575px) {
    .pt-60 {
        padding-top: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .pb-60 {
        padding-bottom: 30px;
    }
}

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

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

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

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

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

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

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

/* ================================= Border Classes Css End ========================= */
/* ================================= Accordrion Css Start =========================== */
.custom--accordion .accordion-item {
    background-color: hsl(var(--white));
    border-color: transparent;
    overflow: hidden;

}

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

/* .custom--accordion .accordion-item:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.custom--accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
} */

.custom--accordion .accordion-header {
    padding: 16px;
}

.custom--accordion .accordion-body {
    padding: 0 16px 16px 16px;
    color: hsl(var(--body-color));
}

.custom--accordion .accordion-button {
    font-weight: 500;
    padding: 16px 0;
    color: var(--heading-color);
    background-color: transparent;
    justify-content: space-between;
    align-items: start;
    line-height: 24px;
}

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

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

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

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--base));
    box-shadow: none;
}

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

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f106";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: hsl(var(--base)) !important;
    background-color: hsl(var(--base-l-900));
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 0.8125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transform: none;
}

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

    .custom--accordion .accordion-button[aria-expanded=true]::after,
    .custom--accordion .accordion-button[aria-expanded=false]::after {
        width: 20px;
        height: 20px;
        font-size: 0.75rem;
    }
}

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

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

.btn {
    font-weight: 500;
    font-family: var(--body-font);
    color: hsl(var(--white)) !important;
    padding: 15px 30px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    line-height: 1;
    white-space: nowrap;
}

@media screen and (max-width: 424px) {
    .btn {
        padding: 12px 24px;
    }
}

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

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

@media screen and (max-width: 424px) {
    .btn--lg {
        padding: 17px 34px;
    }
}

.btn--sm {
    padding: 10px 20px;
}

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

@media screen and (max-width: 575px) {
    .btn--sm {
        padding: 7px 14px;
    }
}

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

.btn .icon {
    margin-right: 5px;
}

.btn--sidebar-open {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn--sidebar-open i {
    font-size: 1.375rem;
}

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

.head-btn {
    background: #630C11;
    border-radius: 14px;
    font-size: 18px;
    margin-right: 16px;

}

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

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

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

.btn-soft--base {
    background-color: hsl(var(--base-l-900)) !important;
    border: 1px solid hsl(var(--base-l-900)) !important;
    color: hsl(var(--base)) !important;
}

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

.btn--dark {
    background-color: hsl(var(--dark)) !important;
    border: 2px solid hsl(var(--dark));
    color: hsl(var(--white));
}

.btn--dark:hover:not(button) {
    color: hsl(var(--dark));
    background-color: transparent;
}

.btn--dark:hover {
    background-color: hsl(var(--dark) / 0.9);
    color: hsl(var(--white));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================= Button Css End ================================= */
/* ================================= Card Css Start ================================= */
.custom--card {
    border-radius: 5px;
    box-shadow: var(--card-box-shadow);
    background-color: hsl(var(--white));
    border: transparent;
}

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

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

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

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

.property--card {
    --bs-card-border-width: 0px;
    --bs-card-border-radius: 12px;
    --bs-card-inner-border-radius: 12px;
    --bs-card-spacer-y: 32px;
    --bs-card-spacer-x: 32px;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .property--card {
        --bs-card-spacer-y: 24px;
        --bs-card-spacer-x: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .property--card {
        --bs-card-spacer-y: 16px;
        --bs-card-spacer-x: 16px;
    }
}

.property--card .card-img-top {
    overflow: hidden;
}

.property--card .card-img-top img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.property--card .card-img-top.card--img-sm {
    max-height: 245px;
}

.property--card .card-body-top {
    margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
    .property--card .card-body-top {
        margin-bottom: 16px;
    }
}

.property--card .card-body-bottom {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 16px 8px;
    margin-top: 32px;
}

@media screen and (max-width: 1199px) {
    .property--card .card-body-bottom {
        margin-top: 16px;
    }
}

.property--card .card-title a {
    font-weight: 600;
    line-height: 140%;
    font-size: 16px;
}

@supports (-webkit-line-clamp: 2) {
    .property--card .card-title a {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.property--card .card-title a:hover {
    color: hsl(var(--base));
}

.property--card .card-meta--one .card-meta__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.property--card .card-meta--one .card-meta__item:not(:last-child) {
    margin-bottom: 22px;
}

@media screen and (max-width: 1199px) {
    .property--card .card-meta--one .card-meta__item:not(:last-child) {
        margin-bottom: 16px;
    }
}

.property--card .card-meta--one .card-meta__item i {
    font-size: 1.125rem;
    color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .property--card .card-meta--one .card-meta__item i {
        font-size: 1rem;
    }
}

.property--card .card-meta--one .card-meta__item .text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
}

.card-progress__bar {

    background-color: hsl(var(--base-l-900));
    height: 10px;
}

.card-progress__thumb {
    height: 100%;
    background-color: hsl(var(--base));
}

.card-progress__label {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 117%;
    /* color: hsl(var(--gray-two)); */
    margin-top: 10px;
}

.property--card .card-meta--two {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .property--card .card-meta--two {
        gap: 8px 16px;
    }
}

.property--card .card-meta--two .card-meta__item .text {
    font-size: 0.875rem;
    color: hsl(var(--base));
    font-weight: 700;
    line-height: 150%;
}

@media (min-width:576px) and (max-width: 1199px) {
    .property--card .card-meta--two .card-meta__item .text {
        font-size: 0.75rem;
    }

    .property--card .card-meta__item:not(.card-meta__item__location) {
        display: flex;
        align-items: center;
        gap: 6px;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .property--card .card-meta--two {
        gap: 4px 0;
    }
}

.property--card .card-meta--two .card-meta__item .subtext {
    color: hsl(var(--gray-two));
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 150%;
}

.property--card .card-price {
    color: hsl(var(--gray-two));
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
}

@media (max-width: 767px) {
    .property--card .card-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 1399px) {
    .property--card .card-price {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .property--card .card-price {
        font-size: 0.875rem;
    }
}

/* new card css */

.property-horizontal--card {
    --bs-card-border-width: 0px;
    --bs-card-border-radius: 12px;
    --bs-card-inner-border-radius: 8px;
    --bs-card-spacer-y: 26px;
    --bs-card-spacer-x: 44px;
    flex-direction: row;
    transition: 0.0s linear;
    margin-bottom: 30px;
    border-radius: 30px;

}

.property-horizontal--card:hover {
    box-shadow: var(--card-horizontal-box-shadow);
}

.property-horizontal--card,
.property--card {
    box-shadow: 0px 17px 50px rgba(143, 144, 166, 0.32);
    border: 1px solid #FFE5C9 !important;
}

@media screen and (max-width: 991px) {
    .property-horizontal--card {
        --bs-card-spacer-x: 24px;
    }
}

@media screen and (max-width: 575px) {
    .property-horizontal--card {
        --bs-card-spacer-y: 12px;
        --bs-card-spacer-x: 12px;
    }
}

@media screen and (max-width: 767px) {
    .property-horizontal--card {
        flex-direction: column;
    }
}

.property-horizontal--card .card-img {
    overflow: hidden;
}

.property-horizontal--card .card-img--lg {
    max-width: 178px;
    max-height: 237px;
    margin: 20px;
}

@media screen and (max-width: 767px) {
    .property-horizontal--card .card-img--lg {
        max-width: 100%;
        margin: 0;
        padding: 12px 12px 0px;
    }

    .property-horizontal--card .card-img img {
        border-radius: 6px;
    }
}

.property-horizontal--card .card-img--sm {
    max-width: 100%;
}

.property-horizontal--card .card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.property-horizontal--card .card-body {
    width: 100%;
}


.property-horizontal--card .card-body-bottom {


    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
}

.card-body-bottom .btn {
    font-size: 19px;

    background: #630C11;
    font-weight: 400;

}

@media screen and (max-width: 991px) {
    .property-horizontal--card .card-body-bottom {
        padding-top: 16px;
    }
}

.property-horizontal--card .card-wrapper {
    display: flex;
}

@media screen and (max-width: 575px) {
    .property-horizontal--card .card-wrapper {
        flex-wrap: wrap-reverse;
    }
}

.property-horizontal--card .card-title a {
    font-size: clamp(1.25rem, 1.1249rem + 0.6255vw, 1.75rem);
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0px;
}

@supports (-webkit-line-clamp: 2) {
    .property-horizontal--card .card-title a {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.property-horizontal--card .card-title a:hover {
    color: hsl(var(--base));
}

.property-horizontal--card .card-meta--one .card-meta__item {
    display: flex;
    align-items: start;
    gap: 0px 8px;
}

.property-horizontal--card .card-meta--one .card-meta__item:not(:last-child) {
    margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
    .property-horizontal--card .card-meta--one .card-meta__item:not(:last-child) {
        margin-bottom: 16px;
    }
}

.property-horizontal--card .card-meta--one .card-meta__item i {
    color: hsl(var(--base));
    font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
    .property-horizontal--card .card-meta--one .card-meta__item i {
        font-size: 0.875rem;
    }
}

.property-horizontal--card .card-meta--one .card-meta__item .text {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .property-horizontal--card .card-meta--one .card-meta__item .text {
        font-size: 0.875rem;
    }
}


.property-horizontal--card .card-progress__bar {

    background-color: hsl(var(--base-l-900));
    height: 6px;
}

.property-horizontal--card .card-progress__thumb {
    height: 100%;

    background-color: hsl(var(--base));
}

.property-horizontal--card .card-progress__label {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 100%;
    color: hsl(var(--gray-two));
    margin-top: 10px;
}

.property-horizontal--card .card-meta--two {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.meta_item {
    color: #630C11;
    font-size: 16px;

}

.subtext {
    color: grey;
}



@media screen and (max-width: 767px) {
    .property-horizontal--card .card-meta--two {
        gap: 8px 16px;
    }
}

.property-horizontal--card .card-meta--two .card-meta__item .text {
    color: hsl(var(--base));
    font-weight: 700;
    line-height: 87.5%;
}

@media (max-width: 767px) {
    .property-horizontal--card .card-meta--two .card-meta__item .text {
        font-size: .75rem;
    }
}

.property-horizontal--card .card-meta--two .card-meta__item .subtext {
    color: hsl(var(--gray-two));
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
}

.property-horizontal--card .card-price {
    color: hsl(var(--gray-two));
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
}

@media screen and (max-width: 1399px) {
    .property-horizontal--card .card-price {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .property-horizontal--card .card-price {
        font-size: 1rem;
    }
}

.blog--card {
    --bs-card-border-width: 0px;
    --bs-card-spacer-y: 24px;
    --bs-card-spacer-x: 36px;
    transition: 0.0s linear;
    height: 100%;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
}

.blog--card:hover {
    box-shadow: var(--card-blog-box-shadow);
}

@media screen and (max-width: 1199px) {
    .blog--card {
        --bs-card-spacer-y: 24px;
        --bs-card-spacer-x: 24px;
    }
}

@media screen and (max-width: 991px) {
    .blog--card {
        --bs-card-spacer-y: 16px;
        --bs-card-spacer-x: 16px;
    }
}

.blog--card .card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-card-img {
    width: 100%;
    /* Make the image responsive */
    height: 100px;
    /* Set a fixed height for the rectangle */
    object-fit: cover;
    /* Crop the image to fit within the box */
    border-radius: 8px;
    /* Optional: Add rounded corners for better aesthetics */
}

.card.blog--card {
    overflow: hidden;
    border: 1px solid #D3D3D3;
}

.blog--card .card-date {
    width: -moz-max-content;
    width: max-content;
    background-color: hsl(var(--base-two));
    padding: 12px 20px;
    border-radius: 8px;
    position: absolute;
    top: -60px;
    right: 40px;
    left: auto;
}

@media screen and (max-width: 1199px) {
    .blog--card .card-date {
        top: -50px;
        right: 30px;
        padding: 8px 16px;
    }
}

@media screen and (max-width: 991px) {
    .blog--card .card-date {
        right: 20px;
    }
}

@media screen and (max-width: 575px) {
    .blog--card .card-date {
        top: -40px;
        padding: 6px 12px;
    }
}

.blog--card .card-date .day {
    font-size: clamp(1rem, 0.0872rem + 1.9017vw, 1.75rem);
    color: hsl(var(--base));
    margin-bottom: 0px;
    line-height: 1;
}

.blog--card .card-date .month {
    color: hsl(var(--white));
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .blog--card .card-date .month {
        font-size: 0.75rem;
    }
}

.blog--card .card-meta {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 1199px) {
    .blog--card .card-meta {
        gap: 8px;
        margin-bottom: 8px;
    }
}

.blog--card .card-meta__item i {
    margin-right: 12px;
    color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
    .blog--card .card-meta__item i {
        margin-right: 6px;
    }
}

.blog--card .card-meta__text {
    color: hsl(var(--gray-two));
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 991px) {
    .blog--card .card-meta__text {
        font-size: 0.875rem;
    }
}


.blog--card .card-title,
.blog--card .card-title a {
    font-size: 1.2rem;
    font-weight: 600;
}

@media (max-width: 1199px) {

    .blog--card .card-title,
    .blog--card .card-title a {
        font-size: 1.2rem;
    }
}


@media (max-width: 991px) {

    .blog--card .card-title,
    .blog--card .card-title a {
        font-size: 1.1rem;
    }
}


.blog--card .card-title:hover,
.blog--card .card-title a:hover {
    color: hsl(var(--base));
}

@supports (-webkit-line-clamp: 2) {

    .blog--card .card-title,
    .blog--card .card-title a {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.blog--card .card-body {
    position: relative;
}

@media screen and (max-width: 991px) {
    .blog--card .btn {
        padding: 8px 12px;
    }
}

/* ================================= Modal Css Start ================================ */
.custom--modal {
    --bs-modal-width: 520px;
}

.custom--modal .modal-content {
    border-width: 0px;
    background-color: hsl(var(--white));
    border-radius: 12px !important;
    padding: 32px 28px;
}

@media screen and (max-width: 424px) {
    .custom--modal .modal-content {
        padding: 22px 18px;
    }
}

.custom--modal .modal-header,
.custom--modal .modal-body,
.custom--modal .modal-footer {
    padding: 0px;
}

.custom--modal .modal-header {
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(var(--base-l-900));
}

.custom--modal .modal-body {
    padding-top: 16px;
}

.custom--modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid hsl(var(--base-l-900));
    padding-top: 16px;
    margin-top: 16px;
}

.custom--modal .modal-title {
    font-weight: 600;
    line-height: 120%;
}

.custom--modal .close-btn {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(var(--gray));
    color: hsl(var(--gray));
    border-radius: 6px;
    font-size: 1.125rem;
}

@media screen and (max-width: 424px) {
    .custom--modal .close-btn {
        width: 22px;
        height: 22px;
        font-size: 0.875rem;
    }
}

.custom--modal .modal-form__header:not(:last-child),
.custom--modal .modal-form__body:not(:last-child),
.custom--modal .modal-form__footer:not(:last-child) {
    margin-bottom: 20px;
}

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

    .custom--modal .modal-form__header:not(:last-child),
    .custom--modal .modal-form__body:not(:last-child),
    .custom--modal .modal-form__footer:not(:last-child) {
        margin-bottom: 18px;
    }
}

.custom--modal .modal-form__footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}



.custom--modal .modal-form__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 12px;
}

.custom--modal .modal-form__title span {
    color: hsl(var(--base));
}

.custom--modal .modal-form__desc {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 120%;
}

.custom--modal .modal-form__info-item {
    font-size: 0.875rem;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom--modal .modal-form__info-item:not(:last-child) {
    border-bottom: 1px solid hsl(var(--black-two)/0.06);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.custom--modal .modal-form__info-item .label {
    font-weight: 400;
    color: hsl(var(--gray-two));
}

.custom--modal .modal-form__info-item .value {
    font-weight: 600;
    color: hsl(var(--black-two));
}

.custom--modal .modal-form .form-group {
    margin-bottom: 20px;
}

.custom--modal .modal-form .form--label {
    margin-bottom: 12px;
}

/* ================================= Modal Css End ================================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    flex-wrap: wrap;
    justify-content: end;
    margin-top: 30px;
    gap: 16px;
}

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

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

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

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

.pagination .page-item .page-link {
    width: 40px;
    height: 36px;
    border-radius: 4px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid hsl(var(--black)/0.08);
    color: hsl(var(--body-color));
    background-color: hsl(var(--white));
    font-weight: 600;
    line-height: 150%;
}

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

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

/* ================================= Pagination Css End ============================= */
/* ================================= Table Css Start ================================ */
/* Mobile table horizontal scrolling */
@media screen and (max-width: 991px) {
    .overflow-x-auto {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: hsl(var(--base) / 0.3) hsl(var(--black) / 0.05);
    }

    .overflow-x-auto::-webkit-scrollbar {
        height: 6px;
    }

    .overflow-x-auto::-webkit-scrollbar-track {
        background: hsl(var(--black) / 0.05);
        border-radius: 3px;
    }

    .overflow-x-auto::-webkit-scrollbar-thumb {
        background: hsl(var(--base) / 0.3);
        border-radius: 3px;
    }

    .overflow-x-auto::-webkit-scrollbar-thumb:hover {
        background: hsl(var(--base) / 0.5);
    }

    table {
        min-width: 800px;
    }

    table th,
    table td {
        white-space: nowrap !important;
    }
}

/* ================================= Property Page Tailwind Styles ========================= */
/* Property tabs hover effects */
.property-tabs a:not(.text-white):hover {
    background-color: hsl(var(--black) / 0.03);
}

/* Property Card Styles */
.property-card {
    transition: all 0.3s ease;
}

.property-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.property-card .blue-header {
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
}

.property-card .availability-banner {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

.property-card .countdown-timer {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

.property-card .financial-box {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.property-card .progress-bar {
    background: linear-gradient(90deg, #3B82F6 0%, #1D4ED8 100%);
    box-shadow: 0 1px 3px rgba(59, 130, 246, 0.3);
}

/* Property Details Sidebar */
.property-details-sidebar .block-heading__subtitle {
    margin-top: 0px;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1200px;
    width: 100%;
}

.mfp-close {
    display: none !important;
}

@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

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

.customer__content {
    width: calc(100% - 35px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    color: hsl(var(--black)/0.7);
}

.action-buttons {
    gap: 10px;
    justify-content: flex-end;
}

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-btn {
    color: hsl(var(--primary));
    background-color: hsl(var(--primary)/0.08);
}

.delete-btn {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.08);
}

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

.table thead tr th {
    text-align: center;
    padding: 15px 20px;
    color: hsl(var(--black));
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    border-top: 1px solid hsl(var(--black)/0.08);
    border-bottom: 1px solid hsl(var(--black) / .08);
    /* background-color: hsl(var(--base-two)/0.03); */
}

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

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

.table thead tr th:nth-child(2) {
    /* text-align: left; */
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

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

.table tbody tr:last-child td {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 6px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--black)/0.7);
    font-weight: 500;
    max-width: 170px;
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: right;
}

.table tbody tr td:first-child,
.table thead tr th:first-child {
    text-align: right;
    border-right: 1px solid hsl(var(--black)/0.08);
}

.text-end {
    text-align: left !important;
}

.table tbody tr td:last-child,
.table thead tr th:last-child {
    text-align: left;
    border-left: 1px solid hsl(var(--black)/0.08);
}

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

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

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

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.8);
        max-width: unset;
    }

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

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

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

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

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

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

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

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

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

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

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

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

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

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

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

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

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

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

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

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

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

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

    .table--responsive--xxl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

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

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

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

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

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

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

.custom--tab .nav-item .nav-link {
    color: hsl(var(--white));
    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));
}

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

.badge--base {
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

.badge--primary {
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
    background-color: hsl(var(--primary)/0.05);
}

.badge--secondary {
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
    background-color: hsl(var(--secondary)/0.05);
}

.badge--success {
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
    background-color: hsl(var(--success)/0.05);
}

.badge--danger {
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
    background-color: hsl(var(--danger)/0.05);
}

.badge--warning {
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
    background-color: hsl(var(--warning)/0.05);
}

.badge--info {
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
    background-color: hsl(var(--info)/0.05);
}

.badge--dark {
    border: 1px solid hsl(var(--dark)) !important;
    color: hsl(var(--dark)) !important;
    background-color: hsl(var(--dark)/0.05);
}

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

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

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

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

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

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

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

.alert__title {
    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: 0.8125rem;
    }
}

.alert__link {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================= Alert Css End ================================ */
/* ================================= Preload Css Start ============================ */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: linear-gradient(to bottom,
            hsl(var(--white)/0) 0%,
            hsl(var(--white)/0.6) 35%,
            hsl(var(--white)/0.6) 65%,
            hsl(var(--white)/0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gradient-masked backdrop blur (strongest mid-screen, 0 at edges) */
.preloader::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    mask-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 35%, rgba(0, 0, 0, 0.95) 45%, rgba(0, 0, 0, 0.95) 55%, rgba(0, 0, 0, 0.0) 65%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 35%, rgba(0, 0, 0, 0.95) 45%, rgba(0, 0, 0, 0.95) 55%, rgba(0, 0, 0, 0.0) 65%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 35%, rgba(0, 0, 0, 0.95) 45%, rgba(0, 0, 0, 0.95) 55%, rgba(0, 0, 0, 0.0) 65%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 35%, rgba(0, 0, 0, 0.95) 45%, rgba(0, 0, 0, 0.95) 55%, rgba(0, 0, 0, 0.0) 65%, rgba(0, 0, 0, 0) 100%);
    /* Intersect the two masks: standard + WebKit */
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
    z-index: 0;
}

/* Ensure loader elements appear above the blur overlay */
.preloader>* {
    position: relative;
    z-index: 1;
}

/* Four-tile logo loader */
.loader-logo {
    position: relative;
    width: 140px;
    height: 140px;
}

.loader-logo .tile {
    position: absolute;
    width: 68px;
    height: 68px;
    transform: scale(0.8);
    transform-origin: center;
    /* Start hidden and blurred; revealed by tileIntro */
    opacity: 0;
    filter: blur(4px);
}

/* Quadrant placement */
.loader-logo .t1 {
    top: 6px;
    left: 6px;
    /* Intro then looping pulse */
    animation: tileIntro .5s ease-out 0s forwards, tilePop 1.2s ease-in-out .5s infinite;
}

.loader-logo .t2 {
    top: 6px;
    right: 6px;
    animation: tileIntro .5s ease-out .15s forwards, tilePop 1.2s ease-in-out .65s infinite;
}

.loader-logo .t3 {
    bottom: 6px;
    left: 6px;
    animation: tileIntro .5s ease-out .3s forwards, tilePop 1.2s ease-in-out .8s infinite;
}

.loader-logo .t4 {
    bottom: 6px;
    right: 6px;
    animation: tileIntro .5s ease-out .45s forwards, tilePop 1.2s ease-in-out .95s infinite;
}

/* Set the four colors on the SVG path */
.loader-logo .t1 path {
    fill: #AB282F;
}

.loader-logo .t2 path {
    fill: #7E0D12;
}

.loader-logo .t3 path {
    fill: #630C11;
}

.loader-logo .t4 path {
    fill: #38040D;
}

@keyframes tilePop {
    0% {
        transform: scale(0.94);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.94);
    }
}

/* One-time blur-to-sharp reveal */
@keyframes tileIntro {
    0% {
        transform: scale(0.8);
        opacity: 0;
        filter: blur(4px);
    }

    100% {
        transform: scale(1);
        opacity: 1;
        filter: blur(0);
    }
}

.loader-p {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
    content: "";
    border: 1em solid hsl(var(--base));
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader-p:before {
    animation-delay: 0.5s;
}

.loader-home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: hsl(var(--base));
    clip-path: polygon(50% 0%, 100% 50%, 75% 50%, 75% 100%, 25% 100%, 25% 50%, 0% 50%);
    animation: bounce 1.5s infinite ease-in-out;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* ================================= Preload Css End ============================== */
/* ================================= Header Css Start ============================= */
.header {
    width: 100%;
    position: fixed !important;
    top: 0px !important;
    left: 0px;
    right: 0px;
    padding: 8px 0;
    /* margin-top:-100px; */
    /*background-color: hsl(var(--white));*/
    box-shadow: var(--header-box-shadow);
    -webkit-box-shadow: var(--header-box-shadow);
    -moz-box-shadow: var(--header-box-shadow);
    z-index: 1000;
    /* top: 32px; */
    background: rgba(255, 255, 255, 0.9);
    -webkit-background: rgba(255, 255, 255, 0.23);
    -moz-background: rgba(255, 255, 255, 0.23);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    /* border-radius: 23px; */
    border-bottom: 1px solid #ececec;
}

@media screen and (max-width: 750px) {
    .header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px 0;
        max-height: 101vh;
        /* width:95%; */
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    width: 100%;
    /* position: sticky !important; */
    top: 8px;
    left: 0px;
    right: 0px;
    padding: 8px 0;
    border: none;
    transition: 0.3s linear;
}

@media screen and (max-width: 991px) {
    .header.internal-page-header {
        position: relative;
    }

    .header.fixed-header {
        position: fixed !important;
    }
}

.navbar {
    padding: 0 !important;
}


.navbar-brand.logo img {
    max-width: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.navbar-toggler.header-button {
    width: auto;
    border-color: transparent;
    color: hsl(var(--black)/0.8);
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0.15s ease-in-out;
    font-size: 1.875rem;
}

.navbar-toggler.header-button:focus {
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

.navbar-actions {
    display: flex;
    align-items: center;
}

.navbar-actions--sm {
    display: none;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    padding: 12px 0;
}

@media screen and (max-width: 575px) {
    .navbar-actions--sm {
        display: flex;
    }
}

.navbar-actions--md {
    margin: 0 16px;
}

@media screen and (max-width: 1199px) {
    .navbar-actions--md {
        margin: 0 16px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-actions--md {
        margin: 0 16px;
    }
}

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

.navbar-actions--md .language-box::after {
    content: "";
    width: 1px;
    height: 20px;
    margin: 0px 24px 0px 19px;
    display: inline-block;
    background-color: hsl(var(--black)/0.15);
}

@media screen and (max-width: 575px) {
    .navbar-actions--md .btn {
        padding: 12px 24px;
    }
}

.language-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.language-box .icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--black)/0.7);
    flex-shrink: 0;
    background-color: hsl(var(--black)/0.08);
}

@media screen and (max-width: 991px) {
    .language-box .icon {
        width: 30px;
        height: 30px;
        font-size: 0.875rem;
    }
}

.language-box .form-select {
    width: 45px;
    border-radius: 0px;
    border: none;
    padding: 2px 0px;
    background-color: transparent;
    font-weight: 500;
    background-position: right -2px center;
}

@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu .nav-item {
        position: relative;
    }

    .nav-menu .nav-item {
        margin-right: 40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-menu .nav-item {
        margin-right: 32px;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item.active .nav-link::before {
        background-color: hsl(var(--base));
    }

    .nav-menu .nav-link {
        font-size: 1rem;
        font-weight: 600;
        color: hsl(var(--black)/0.8) !important;
        padding: 0px !important;
        cursor: pointer;
        transition: 0.3s;
        white-space: nowrap;
        position: relative;
    }

    .nav-menu .nav-link::before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
        margin: auto;
    }

    .nav-menu .nav-link:hover,
    .nav-menu .nav-link:focus {
        color: hsl(var(--base)) !important;
    }
}

@media screen and (max-width: 991px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .navbar {
        justify-content: start;
    }

    .nav-menu {
        margin-top: 16px;
    }

    .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-item {
        border-bottom: 1px solid hsl(0deg 0% 0% / 3%);
        box-shadow: 1px 1px 15px #f5f5f5;
        margin: 4px 8px;
        padding: 8px 16px;
    }

    .nav-item.active .nav-link {
        color: hsl(var(--base));
    }

    .nav-link {
        font-size: 1rem;
        font-weight: 500;
        display: inline-block;
        color: hsl(var(--black)/0.8);
        padding: 12px 12px 12px 0 !important;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: hsl(var(--base));
    }
}

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

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

/* ================================= Header Css End =============================== */
/* ================================= Footer Css Start ============================= */
.footer {
    background-color: #fcfcfc;
    margin-top: auto;
    position: relative;
    z-index: 1;
}

/* Minimal footer variant for auth pages */
.footer--minimal {
    padding-top: 24px;
    padding-bottom: 16px;
}

.footer--minimal .footer-logo-section {
    display: flex;
}

.footer--minimal .footer-description-section {
    max-width: 720px;
    margin: 0 auto 8px auto;
}

.footer--minimal .footer-contact-section {
    padding: 16px 0;
}

.footer--minimal .footer-contact-item {
    margin-bottom: 12px;
}

.footer--minimal .footer-contact-icon {
    font-size: 14px;
    color: hsl(var(--black)/0.6);
}

.footer--minimal .footer-contact-text,
.footer--minimal .footer-contact-link {
    color: hsl(var(--black)/0.7);
    font-size: 14px;
}

.footer--minimal .footer-bottom {
    margin-top: 8px;
}

.footer--minimal .copyright {
    color: hsl(var(--black)/0.6);
    font-size: 14px;
}

.footer--minimal .copyright a {
    color: hsl(var(--base));
}

/* Hide PWA install banners for minimal footer contexts by default */
.footer--minimal .install-app-banner,
.footer--minimal+.mobile-footer .mobile-install-instructions {
    display: none !important;
}

.footer__row {
    display: flex;
    align-items: start;
    gap: 124px;
}

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

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

.footer__col--one {
    width: 310px;
    flex-shrink: 0;
}

.footer__col--two {
    display: flex;
    gap: 80px;
    flex: 1;
}

@media (max-width: 1199px) {
    .footer__col--two {
        gap: 32px;
    }

    .footer__col--one {
        width: 240px;
    }
}

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

@media screen and (max-width: 991px) {
    .footer__col--two {
        gap: 32px;
        flex-wrap: wrap;
    }

    .footer__col--two .footer-item {
        flex-grow: 1;
    }
}

.footer-top {
    margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
    .footer-top {
        margin-bottom: 32px;
    }
}

.footer-bottom {
    padding: 0 0 36px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* border-top: 1px solid #0E4866; */
}

@media screen and (max-width: 575px) {
    .footer-bottom {
        flex-direction: column-reverse;
        justify-content: center;
    }
}

.footer-bottom .copyright {
    font-weight: 500;
    color: hsl(0deg 0% 0%);
    flex-shrink: 0;
}


.footer-bottom .footer-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 16px 40px;
    flex: 1;
}

@media screen and (max-width: 575px) {
    .footer-bottom .footer-links {
        gap: 20px;
    }
}

.footer-bottom .footer-link {
    color: hsl(0deg 0% 0%);
    font-weight: 500;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .footer-bottom .footer-links {
        gap: 16px;
    }

    .footer-bottom .copyright,
    .footer-link {
        font-size: 14px;
    }
}

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

    .footer-bottom .copyright {
        font-size: 12px;
    }
}

.footer-bottom .footer-link:hover,
.footer-bottom .footer-link:focus {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: hsl(var(--base));
}

.footer-item__logo {
    display: inline-block;
    margin-bottom: 24px;
    max-width: 260px;
}

.footer-item__logo img {
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-item__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: hsl(var(--white));
    white-space: nowrap;
    position: relative;
    padding-bottom: 16px;
}

.footer-item__title::before {
    content: "";
    width: 48px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsl(var(--base));
}

.footer-item__desc {
    font-weight: 400;
    color: hsl(var(--white));
    line-height: 150%;
}

.footer-item .social-list {
    margin-top: 24px;
}

.footer-item .subscribe-form {
    margin-top: 32px;
}

.footer-menu__item:not(:last-child) {
    /* margin-bottom: 20px; */
}

.footer-menu__link {
    font-weight: 500;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.footer-menu__link a {
    color: hsl(var(--white));
}

.footer-menu__link i {
    color: hsl(var(--base));
}

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

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

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

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

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Selection Css End ============================ */
/* ================================= Social Icon Css Start ======================== */
.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
}

@media screen and (max-width: 424px) {
    .social-list {
        gap: 18px;
    }
}

.social-list__link {
    width: 24px;
    height: 24px;
    color: hsl(var(--base));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.375rem;
}

.social-list--soft {
    gap: 16px;
}

.social-list--soft .social-list__link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: hsl(var(--base-l-900));
    font-size: 1.5rem;
}

@media screen and (max-width: 575px) {
    .social-list--soft .social-list__link {
        width: 36px;
        height: 36px;
        font-size: 1.125rem;
    }
}

.social-list--soft .social-list__link:hover,
.social-list--soft .social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

/* ================================= Social Icon Css End ======================== */
/* ================================= Breadcrumb Css Start ======================= */
.breadcrumb {
    /* min-height: 125px; */
    margin: 100px 0 0 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background: #ffffff;
    background-size: cover;
}

@media(max-width:992px) {
    .breadcrumb {
        margin-top: 70px;
    }
}

@media screen and (max-width: 424px) {
    .breadcrumb {
        /* min-height: 110px; */
    }
}

.breadcrumb::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
}

.breadcrumb__title {
    font-size: clamp(1.5rem, 1.3749rem + 0.6255vw, 2rem);
    margin-bottom: 10px;
    color: hsl(var(--black));
}

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

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb__item {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.breadcrumb__item:not(:last-child)::after {
    content: "\f061";
    font-weight: 900;
    font-family: "Line Awesome Free";
    display: inline-block;
    margin: 0px 4px;
    color: hsl(var(--black)/0.8);
}

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

.breadcrumb__link {
    color: hsl(var(--black)/0.8);
    font-weight: 500;
}

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

/* ================================= Breadcrumb Css End ========================= */
/* ================================= Slick Css Start ============================ */
.slick-initialized.slick-slider {
    margin-left: -12px;
    margin-right: -12px;
}

.slick-initialized.slick-slider .slick-track {
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: hsl(var(--gray-two));
    border: 2px solid hsl(var(--gray-two));
    border: 2px solid #8A8A8A;
    background-color: transparent;
    transition: 0.0s linear;
    font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 32px;
        height: 32px;
        font-size: 0.875rem;
    }
}

.slick-arrow:not(:last-child) {
    margin-right: 24px;
}

@media screen and (max-width: 991px) {
    .slick-arrow:not(:last-child) {
        margin-right: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow:not(:last-child) {
        margin-right: 12px;
    }
}

.slick-arrow:hover,
.slick-arrow:focus {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
}

.slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 16px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 424px) {
    .slick-dots {
        gap: 8px 12px;
    }
}

.slick-dots li button {
    border: none;
    border: 1px solid hsl(var(--gray-two));
    background-color: transparent;
    color: hsl(var(--white));
    width: 24px;
    height: 6px;
    text-indent: -9999px;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
}

/* ================================= Slick Css End ============================== */
/* ================================= Subscribe Form Css Start =================== */
.subscribe-form {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.subscribe-form .form--control {
    border-radius: 0px;
    border: none;
    color: hsl(var(--white));
    font-weight: 400;
    padding: 13px 13px 13px 0px;
    background-color: transparent;
    border-bottom: 1px solid #0E4866 !important;
}

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

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

.subscribe-form .form--control:focus::-moz-placeholder {
    color: hsl(var(--white));
}

.subscribe-form .form--control:focus::placeholder {
    color: hsl(var(--white));
}

.subscribe-form .form--control:focus {
    border-color: transparent !important;
    border-bottom: 1px solid hsl(var(--base)) !important;
}

.subscribe-form .btn {
    margin-top: 22px;
}

.filter-form .form--control {
    border-color: transparent;
    background-color: hsl(var(--white));
}

.filter-form .form--control:focus {
    border-color: hsl(var(--base));
}


/* ================================= Filter Form Css End ======================== */
/* ================================= Search Form Css Start ====================== */
.search-form .input-group {
    flex-wrap: nowrap;
}

.search-form .form--control {
    font-size: 1.25rem;
    padding: 20px 28px;
}

@media screen and (max-width: 1199px) {
    .search-form .form--control {
        font-size: 1.125rem;
        padding: 16px 20px;
    }
}

@media screen and (max-width: 991px) {
    .search-form .form--control {
        font-size: 1rem;
    }
}

.search-form .btn {
    font-size: 1.75rem;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

@media screen and (max-width: 1199px) {
    .search-form .btn {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    .search-form .btn {
        font-size: 1.25rem;
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ================================= Search Form Css End ======================== */
/* ================================= Range Slider Css Start ===================== */
.range-slider__slide {
    border-width: 0px !important;
    background-color: hsl(var(--base)/0.15);
    margin-bottom: 28px;
}

.range-slider .ui-slider-horizontal {
    height: 3px;
}

.range-slider .ui-widget-header {
    background-color: hsl(var(--base));
}

.range-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default,
.range-slider .ui-widget-header .ui-state-default,
.range-slider .ui-button,
.range-slider html .ui-button.ui-state-disabled:hover,
.range-slider html .ui-button.ui-state-disabled:active {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    outline: none;
}

.range-slider__inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.range-slider__inputs .input-group {
    width: 47%;
    flex-wrap: nowrap;
    direction: ltr;
}

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

.range-slider__inputs .form--control {
    font-weight: 500;
    border: 1px solid hsl(var(--base)) !important;
    border-left: 0px !important;
    background-color: transparent !important;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
    border-radius: 4px;
}

/* ================================= Range Slider Css End ======================= */
/* ================================= Blog Sidebar Css Start ===================== */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

@media screen and (max-width: 991px) {
    .blog-sidebar {
        width: 100%;
        height: 100%;
        max-width: 380px;
        min-height: 100vh;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1050;
        transform: translateX(-100%);
        transition: 0.3s linear;
        background-color: hsl(var(--white));
        border-right: 1px solid hsl(var(--black)/0.08);
        padding: 24px;
    }

    .blog-sidebar.show {
        transform: none;
    }
}

@media screen and (max-width: 575px) {
    .blog-sidebar {
        max-width: 350px;
    }
}

@media screen and (max-width: 424px) {
    .blog-sidebar {
        max-width: 320px;
    }
}

@media screen and (max-width: 374px) {
    .blog-sidebar {
        max-width: 100%;
        padding: 16px;
    }
}

.blog-sidebar__top {
    display: none;
}

@media screen and (max-width: 991px) {
    .blog-sidebar__top {
        display: flex;
        align-items: center;
        justify-content: end;
        margin-bottom: 16px;
    }
}

.blog-sidebar__block {
    padding: 24px;

    background-color: hsl(var(--white));
}

.blog-sidebar__block:not(:last-child) {
    margin-bottom: 24px;
}

.blog-sidebar__block:first-child {
    margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
    .blog-sidebar__block {
        padding: 0px;
        border-radius: 0px;
    }

    .blog-sidebar__block:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 24px;
        border-bottom: 1px solid hsl(var(--black)/0.08);
    }
}

.blog-sidebar__title {
    line-height: 150%;
    margin-bottom: 28px;
}

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

@media screen and (max-width: 575px) {
    .blog-sidebar__title {
        font-size: 1.125rem;
    }
}

.blog-sidebar__popular-blogs .popular-blog:not(:last-child) {
    margin-bottom: 24px;
}

.blog-sidebar .close-btn {
    font-size: 0.875rem;
    color: hsl(var(--black)/0.7);
    border: 1px solid hsl(var(--black)/0.7);
    border-radius: 4px;
    padding: 2px 8px;
}

.blog-sidebar .close-btn:focus,
.blog-sidebar .close-btn:hover {
    color: hsl(var(--black));
}

.category-list__item:not(:last-child) {
    margin-bottom: 18px;
}

.category-list__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    line-height: 150%;
    color: hsl(var(--black-two));
}

@media screen and (max-width: 575px) {
    .category-list__link {
        font-size: 0.875rem;
    }
}

.category-list__link.active,
.category-list__link:hover,
.category-list__link:focus {
    color: hsl(var(--base));
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 12px;
}

.tag-list__link {
    padding: 4px 14px;
    border-radius: 4px;
    background-color: #F8F8F8;
    color: hsl(var(--black-two));
    line-height: 150%;
}

@media screen and (max-width: 575px) {
    .tag-list__link {
        font-size: 0.875rem;
        padding: 4px 12px;
    }
}

.tag-list__link:hover,
.tag-list__link:focus {
    background-color: hsl(var(--base-l-900));
    color: hsl(var(--base));
}

.popular-blog {
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 575px) {
    .popular-blog {
        gap: 12px;
    }
}

.popular-blog__thumb {
    max-width: 114px;
    max-height: 83px;
    flex-shrink: 0;
}

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

@media screen and (max-width: 424px) {
    .popular-blog__thumb {
        max-width: 90px;
    }
}

.popular-blog__thumb a,
.popular-blog__thumb img {
    width: 100%;
    height: 100%;
}

.popular-blog__thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.popular-blog__title {
    margin-bottom: 8px;
}

.popular-blog__title a {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 150%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular-blog__title a:hover,
.popular-blog__title a:focus {
    color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .popular-blog__title a {
        font-size: 1rem;
    }
}

.popular-blog__date {
    color: hsl(var(--base));
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media screen and (max-width: 575px) {
    .popular-blog__date {
        font-size: 0.8125rem;
    }
}

/* ================================= Blog Sidebar Css End ======================= */
/* ================================= Blog Comment Css Start ===================== */
.blog-comment-list__item {
    display: flex;
    align-items: start;
    gap: 24px;
}

@media screen and (max-width: 575px) {
    .blog-comment-list__item {
        gap: 16px;
    }
}

.blog-comment-list__item:not(:last-child) {
    margin-bottom: 36px;
}

@media screen and (max-width: 575px) {
    .blog-comment-list__item:not(:last-child) {
        margin-bottom: 18px;
    }
}

.blog-comment-form {
    margin-top: 40px;
}

.blog-comment-form__title {
    line-height: 160%;
    margin-bottom: 24px;
}

.blog-comment-form .form--control {
    min-height: 165px;
    padding: 20px 16px;
    background-color: hsl(var(--white));
}

.blog-comment__title {
    line-height: 160%;
    margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
    .blog-comment__title {
        margin-bottom: 20px;
    }
}

.blog-comment__thumb {
    width: 100%;
    height: 100%;
    max-width: 85px;
    max-height: 85px;
    border-radius: 50%;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .blog-comment__thumb {
        max-width: 55px;
        max-height: 55px;
    }
}

.blog-comment__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.blog-comment__name {
    max-width: calc(100% - 130px);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 0px;
}

.blog-comment__date {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    color: hsl(var(--base));
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-comment__msg {
    font-size: 1.125rem;
    line-height: 160%;
}

@media screen and (max-width: 575px) {
    .blog-comment__msg {
        font-size: 1rem;
    }
}

/* ================================= Blog Comment Css End ======================= */
.dashboard .sidebar-logo {
    text-align: center;
    margin: 24px 0;
}

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

.dashboard .sidebar-logo img {
    max-width: 170px;
    max-height: 60px;
}

.dashboard .cross-sidebar {
    height: 36px;
    width: 36px;
    border-radius: 50px;
    color: hsl(var(--base));
    background-color: hsl(var(--black)/0.1);
    font-size: 18px;
    display: none;
    place-content: center;
    margin-left: auto;
    position: absolute;
    top: 10px;
    right: 10px;
}

@media screen and (max-width: 991px) {
    .dashboard .cross-sidebar {
        display: grid;
    }
}

.dashboard .show-sidebar-btn {
    height: 36px;
    width: 36px;
    border-radius: 4px;
    color: hsl(var(--base));
    background-color: hsl(var(--black)/0.03);
    font-size: 18px;
    display: none;
    place-content: center;
}

@media screen and (max-width: 991px) {
    .dashboard .show-sidebar-btn {
        display: none;
    }
}

.dashboard .sidebar-menu {
    background-color: hsl(var(--white));
    transition: 0.0s linear;
    /* width: 300px; */
    border-radius: 12px;
    flex-shrink: 0;
    /* position: sticky; */
    top: 100px;
    padding: 0 20px;
    /* Menu Title Css */
    /* Hr Css */
}

.dashboard .sidebar-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-menu {
        position: fixed;
        top: 0;
        left: 0;
        background: hsl(var(--white));
        z-index: 1024;
        height: 100vh;
        border-right: 1px solid hsl(var(--black)/0.1);
        border-radius: 0;
        transform: translateX(-100%);
    }

    .dashboard .sidebar-menu.active {
        transform: translateX(0);
    }
}

.dashboard .sidebar-menu__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--body-color));
    font-size: 1.25rem;
    transition: 0.0s linear;
    cursor: pointer;
    z-index: 9;
}

.dashboard .sidebar-menu__close:active {
    top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
    background-color: hsl(var(--white));
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.dashboard .sidebar-menu .menu-title {
    letter-spacing: 0.9px;
    padding: 12px 15px;
    color: hsl(var(--black));
    font-weight: 700;
}

.dashboard .sidebar-menu hr {
    opacity: 0.15;
}

.dashboard .sidebar-menu-list {
    /* margin-top: 40px; */
    /* margin-bottom: 20px; */
    display: flex;
    overflow-x: scroll;
    direction: rtl;
    white-space: nowrap;
}

.dashboard .sidebar-menu-list__item {
    margin-bottom: 6px;
    padding: 0 8px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active>a {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:after {
    transform: rotate(90deg);
    left: 18px;
    color: hsl(var(--white));
}

.sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 12px 15px;
    width: 100%;
    color: hsl(var(--black)/0.6);
    font-weight: 500;
    border-radius: 5px;
}

.dashboard .sidebar-menu-list__link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__link:hover:after {
    color: hsl(var(--white)) !important;
}

.dashboard .sidebar-menu-list__link.active {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
    margin-left: 8px;
    text-align: center;
    border-radius: 4px;
}

.dashboard .sidebar-submenu {
    display: none;
}

.dashboard .sidebar-submenu.open-submenu {
    display: block;
}

.dashboard .sidebar-submenu-list {
    padding: 5px 0;
    background: hsl(var(--white)/0.1);
    border-radius: 6px;
    margin-top: 6px;
}

.dashboard .sidebar-submenu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active>a {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.2);
}

.dashboard .sidebar-submenu-list__link {
    padding: 12px 15px;
    display: block;
    color: hsl(var(--black)/0.6);
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link:hover {
    background-color: hsl(var(--base-l-900)) !important;
    color: hsl(var(--base)) !important;
}

.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    text-align: center;
    border-radius: 4px;
}

/* ============ User Profile Css Start ============ */
/* Sidebar User Info Css */
.user-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid hsl(var(--base-two)/0.15);
    width: 100%;
    padding: 20px 24px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 299px;
    background-color: hsl(var(--white));
    align-self: flex-end;
}

.user-profile-info {
    display: flex;
    flex-wrap: wrap;
}

.user-profile-info__icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #F3F9FE;
    border: 1px solid hsl(var(--black)/0.1);
}

.user-profile-info__content {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.user-profile-info__name {
    margin-bottom: 0px;
}

.user-profile-info__desc {
    color: hsl(var(--body-color));
    font-size: 15px;
}

/* ========= User Profile Css End ============== */
/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ================================= Dashboard Css Start =========================== */
.dashboard {
    position: relative;
}

.dashboard__section-margin {
    margin-bottom: 40px;
}

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

.dashboard__wrapper {
    /* display: flex; */
    max-width: 1024px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

@media screen and (max-width: 991px) {
    .dashboard__wrapper {
        overflow: hidden;
    }
}

.dashboard .dashboard-body {
    position: relative;
    padding: 0px;
    /* width: calc(100% - 324px); */
    background: hsl(0deg 0% 100% / 0%);
    border-radius: 12px;
    margin-top: 16px;
}

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

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

.dashboard .dashboard-widget {
    padding: 24px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: hsl(var(--white));
    transition: 0.25s ease-in-out;
    border: 1px solid hsl(var(--black)/0.05);
}

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

@media screen and (max-width: 767px) {
    .dashboard .dashboard-widget {
        padding: 16px;
    }
}

.dashboard .dashboard-widget__icon {
    width: 50px;
    height: 50px;
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base));
    border-radius: 5px;
    font-size: 1.5rem;
}

.dashboard .dashboard-widget__icon img {
    width: 32px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

.dashboard .dashboard-widget__content {
    width: calc(100% - 50px);
    padding-right: 16px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 40px);
        padding-right: 10px;
    }
}

.dashboard .dashboard-widget__number {
    margin-bottom: 0px;
}

.dashboard .dashboard-widget__text {
    color: hsl(var(--body-color)/0.7);
    margin-bottom: 5px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__text {
        font-size: 0.8125rem;
    }
}

.dashboard .dashboard-widget__btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
}

.dashboard .breadcrumb-dashboard .page-title {
    margin-bottom: 0;
}

.dashboard .breadcrumb-dashboard .form--control {
    flex: 1;
    background-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.dashboard .breadcrumb-dashboard button {
    padding: 10px 20px;
    flex-shrink: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.dashboard .breadcrumb-dashboard button .icon {
    transform: scale(1.4) rotate(-90deg);
}

.user-info {
    position: relative;
    text-align: center;
}

.user-info__button {
    position: relative;
    padding-right: 20px;
}

.user-info__button::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
    pointer-events: none;
}

.user-info .user-info-dropdown {

    overflow: hidden;
    transition: 0.25s linear;
    background-color: hsl(var(--white));
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    width: 240px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    padding: 15px;
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
    border: 1px solid hsl(var(--black)/0.15);
}

.user-info .user-info-dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 991px) {
    .user-info .user-info-dropdown {
        top: 30px !important;
    }
}

.user-info .user-info-dropdown__item:last-child .user-info-dropdown__link {
    border-bottom: 0 !important;
}

.user-info .user-info-dropdown__link {
    padding: 8px 16px !important;
    color: #5d7387 !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 600;
    text-align: left;
    border-radius: 5px;
}

.user-info .user-info-dropdown__link.active {
    /* background-color: hsl(var(--base)); */
    background-color: hsl(var(--base)/0.2);
    color: hsl(var(--base)) !important;
}

.user-info .user-info-dropdown__link:hover {
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base)) !important;
}

.user-info .user-info-dropdown__link .icon {
    margin-right: 8px;
}

.user-info__name {
    color: hsl(var(--black)/0.7);
    margin-left: 10px;
    font-weight: 500;
}

/* ================================= Home Page Css Start ======================== */
/* Banner Section Css Start */
.banner {
    padding-top: 140px;
    padding-bottom: 50px;
}

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


.banner-content__subtitle {
    color: hsl(var(--base));
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 150%;
}

.banner-content__subtitle span {
    color: #000;
}

.subtitle {
    font-weight: 400;
    font-size: 23px;
    line-height: 36px;
    color: #1B1B1B;
    width: 490px;


}

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

.banner-content__title {

    line-height: 120%;
    font-size: 50px;
}


@media screen and (max-width: 750px) {
    .banner-content__title {
        font-size: 30px;
    }

    .subtitle {
        font-size: 20px;
    }
}

.banner-content .btn {
    font-size: 18px;


}

@media screen and (max-width: 991px) {
    .banner-content .btn {
        font-size: 1.125rem;
    }
}

.banner-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.banner-info li {
    /* background: rgba(255, 255, 255, 1); */
    /* border: 1px solid rgba(27, 27, 27, 0.25); */
    /* box-shadow: 0px 109px 44px rgba(0, 0, 0, 0.01), 0px 61px 37px rgba(0, 0, 0, 0.05), 0px 27px 27px rgba(0, 0, 0, 0.09); */
    /* backdrop-filter: blur(6.15px); */
    /* border-radius: 12px; */
    align-items: center;
    justify-content: center;
    padding: 27px;
    border-left: 1px solid #efefef;
}

.banner-info__item .title {
    margin-bottom: 10px;
    color: #630C11;

    font-size: 32px;
}

@media screen and (max-width: 424px) {
    .banner-info__item .title {
        font-size: 24px;
    }
}

.banner-info__item .title span {
    color: #630C11;
}

.banner-info__item .text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

@media screen and (max-width: 575px) {
    .banner-info__item .text {
        font-size: 1rem;
    }
}

.banner-thumbs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.banner-thumbs__thumb {
    width: calc(50% - 24px);
    max-width: 257px;
    height: 270px;
    position: relative;
    z-index: 1;
}

.banner-thumbs__thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 8px;
}

.banner-thumbs__thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 8px;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1;
}

.banner-thumbs__thumb:nth-child(even) {
    margin-top: -40px;
}

.banner-thumbs__thumb:nth-child(1)::after,
.banner-thumbs__thumb:nth-child(4)::after {
    border: 2px solid hsl(var(--base));
}

.banner-thumbs__thumb:nth-child(1)::after {
    top: -32px;
    left: -32px;
}

.banner-thumbs__thumb:nth-child(4)::after {
    bottom: -32px;
    right: -32px;
}

.banner-thumbs__thumb:nth-child(2)::after,
.banner-thumbs__thumb:nth-child(3)::after {
    background-color: hsl(var(--base-l-900));
}

.banner-thumbs__thumb:nth-child(2)::after {
    top: -20px;
    right: -20px;
}

.banner-thumbs__thumb:nth-child(3)::after {
    bottom: -20px;
    left: -20px;
}

/* Banner Section Css End */
/* About Us Section Css Start */
.about-us .section-heading__title {
    max-width: 350px;
    width: 100%;
}

@media screen and (max-width: 374px) {
    .about-us .section-heading__title {
        max-width: 100%;
    }
}

.about-us .btn {
    font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
    .about-us .btn {
        font-size: 1.125rem;
    }
}

.about-us__subheading {
    font-size: 1.25rem;
    color: hsl(var(--base));
    line-height: 150%;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .about-us__subheading {
        font-size: 1.125rem;
    }
}

.about-us__desc {
    max-width: 74%;
    margin-bottom: 64px;
}

@media screen and (max-width: 1399px) {
    .about-us__desc {
        max-width: 85%;
    }
}

@media screen and (max-width: 1199px) {
    .about-us__desc {
        max-width: 80%;
        margin-bottom: 32px;
    }
}

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

@media screen and (max-width: 767px) {
    .about-us__desc {
        max-width: 90%;
    }
}

@media screen and (max-width: 424px) {
    .about-us__desc {
        max-width: 100%;
    }
}

.about-us__desc p {
    line-height: 150%;
}

.about-us__desc p:not(:last-child) {
    margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
    .about-us__desc p:not(:last-child) {
        margin-bottom: 16px;
    }
}

.about-us__wrapper {
    max-width: 570px;
    max-height: 660px;
    position: relative;
}

@media (max-width: 767px) {
    .about-us__wrapper {
        max-width: 420px;
    }
}

.about-us__thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 200px 14px 14px 14px;
    border: 12px solid hsl(var(--base));
}

@media (max-width: 991px) {
    .about-us__thumb {
        border: 6px solid hsl(var(--base));
    }
}

@media (max-width: 375px) {
    .about-us__thumb {
        border-radius: 150px 14px 14px 14px;
    }

    .about-us .floating-card--one {
        top: 25px !important;
    }
}

.about-us .floating-card {
    max-width: -moz-max-content;
    max-width: max-content;
    background-color: hsl(var(--white));
    border-radius: 16px;
    box-shadow: 10px 14px 74px 0px rgba(2, 92, 138, 0.27);
    padding: 32px 48px;
    position: absolute;
}

@media screen and (max-width: 1199px) {
    .about-us .floating-card {
        padding: 32px;
    }
}

@media screen and (max-width: 991px) {
    .about-us .floating-card {
        padding: 16px;
    }
}

.about-us .floating-card--one {
    top: 36px;
    left: -100px;
}

@media screen and (max-width: 1199px) {
    .about-us .floating-card--one {
        left: -70px;
    }
}

@media screen and (max-width: 991px) {
    .about-us .floating-card--one {
        top: 72px;
        left: 0px;
        right: 0px;
    }
}

.about-us .floating-card--two {
    bottom: 36px;
    left: 100px;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

@media screen and (max-width: 1399px) {
    .about-us .floating-card--two {
        gap: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .about-us .floating-card--two {
        left: 0px;
        right: 0px;
        margin: auto;
        gap: 16px;
    }
}

.about-us .floating-card__thumb {
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 1199px) {
    .about-us .floating-card__thumb {
        max-width: 120px;
    }
}

.about-us .floating-card__title {
    font-size: 2.125rem;
    margin-bottom: 0px;
    line-height: 80%;
}

.about-us .floating-card__title span {
    color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
    .about-us .floating-card__title {
        font-size: 1rem;
    }
}

.about-us .floating-card__text {
    color: hsl(var(--heading-color));
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 24px;
}

@media screen and (max-width: 991px) {
    .about-us .floating-card__text {
        font-size: 0.875rem;
    }
}

/* About Us Section Css End */
/* Why Invest Section Css Start */
.why-invest {
    /* background-color: hsl(var(--white)); */
}

.why-invest .section-heading__subtitle {
    font-size: 1rem;
}

.why-invest .title {
    color: #d4a551;
    font-size: 16px;
    font-weight: 500;

    background: #FCF5E8;


}

.why-invest .section-heading__title span {
    color: #d4a551;
}

@media screen and (max-width: 374px) {
    .why-invest .section-heading__subtitle {
        font-size: 0.8125rem;
    }
}

.why-invest-card {
    height: 100%;
    text-align: center;
    background: #fff;
    border-radius: 12px;
}

.why-invest-card__img {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .why-invest-card__img {
        width: 64px;
        height: 64px;
    }
}

.why-invest-card__title {
    margin-bottom: 12px;
    font-weight: 600;
}

.why-invest-card__desc {
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--body-color));

}

.py-90 {
    padding: 90px 0;
}

@media screen and (max-width: 1199px) {
    .why-invest-card__desc {
        max-width: 100%;
    }
}

@media screen and (max-width: 374px) {
    .why-invest-card__desc {
        max-width: 100%;
    }
}


/* Why Invest Section Css End */
/* Featured Property Section Css Start */

.featured-property__cards {
    margin: -64px 0px;
}

@media screen and (max-width: 991px) {
    .featured-property__cards {
        margin: -48px 0px;
    }
}

@media screen and (max-width: 767px) {
    .featured-property__cards {
        margin: -32px 0px;
    }
}

@media screen and (max-width: 424px) {
    .featured-property__cards {
        margin: -24px 0px;
    }
}

.featured-property__cards .slick-list {
    direction: ltr !important;
    padding: 64px 0px;
}

@media screen and (max-width: 991px) {
    .featured-property__cards .slick-list {
        padding: 48px 0px;
    }
}

@media screen and (max-width: 767px) {
    .featured-property__cards .slick-list {
        padding: 32px 0px;
    }
}

@media screen and (max-width: 424px) {
    .featured-property__cards .slick-list {
        padding: 24px 0px;
    }
}

.featured-property__cards .slick-dots {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.featured-property__cards .slick-dots>li {
    display: flex;
    align-items: center;
}

.featured-property .city-card {
    width: 100%;
    height: 100%;
    max-height: 395px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 0.3s linear;
}

@media screen and (max-width: 991px) {
    .featured-property .city-card {
        max-height: 350px;
    }
}

/*.featured-property .city-card:hover {*/
/*  transform: scale(1.08);*/
/*}*/

/*@media screen and (max-width: 424px) {*/
/*  .featured-property .city-card:hover {*/
/*    transform: scale(1.05);*/
/*  }*/
/*}*/

/*.featured-property .city-card:hover .city-card__content {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/

.featured-property .city-card__thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.featured-property .city-card__content {
    background: linear-gradient(180deg, rgba(30, 80, 99, 0) 50%, rgba(25, 48, 56, 0.63) 93.43%);
    filter: drop-shadow(0px 17px 50px rgba(143, 144, 166, 0.32));
    border-radius: 16px;
}



.featured-property .city-card__content {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;

    opacity: 1;
    transition: 0.5s linear;
}

.featured-property .city-card__title {
    color: #fff;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 35px;
}

@media screen and (max-width: 1199px) {
    .featured-property .city-card__title {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .featured-property .city-card__title {
        font-size: 1rem;
    }
}

.featured-property .city-card__text {
    color: hsl(var(--white));
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (max-width: 1199px) {
    .featured-property .city-card__text {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .featured-property .city-card__text {
        font-size: 1rem;
    }
}

/* Featured Property Section Css End */
/* All Property Section Css Start */
.all-property__cards .card:not(:last-child) {
    margin-bottom: 24px;
}

/* All Property Section Css End */
/* Testimonial Section Css Start */
.testimonial {
    background-color: hsl(var(--white));
}

.testimonial .section-heading {
    margin-bottom: 54px;
}

@media screen and (max-width: 1199px) {
    .testimonial .section-heading {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial .section-heading {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial .section-heading {
        max-width: 70%;
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 575px) {
    .testimonial .section-heading {
        max-width: 80%;
    }
}

@media screen and (max-width: 424px) {
    .testimonial .section-heading {
        max-width: 100%;
    }
}

.testimonial .slick-dots {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.testimonial .slick-dots>li {
    display: flex;
    align-items: center;
}

.testimonial__cards .slick-dots {
    margin-top: 32px;
}

@media screen and (max-width: 575px) {
    .testimonial__cards .slick-dots {
        margin-top: 16px;
    }
}

.testimonial__dots .slick-dots {
    justify-content: start;
}

.testimonial__brands {
    max-width: 83%;
}

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

.testimonial__brands .slick-slide {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

@media screen and (max-width: 575px) {
    .testimonial__brands .slick-slide {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media screen and (max-width: 424px) {
    .testimonial__brands .slick-slide {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

.testimonial-card {
    height: 100%;
    padding: 30px;
    padding-bottom: 0px;
}

@media screen and (max-width: 575px) {
    .testimonial-card {
        padding: 22px;
    }
}

.testimonial-card__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 26px 0px;
}

.testimonial-card__content {
    position: relative;
}

.testimonial-card__content::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: hsl(var(--base));
    background-color: hsl(var(--base-l-900));
    position: absolute;
    top: -30px;
    left: -30px;
    font-size: 0.875rem;
}

@media screen and (max-width: 575px) {
    .testimonial-card__content::before {
        width: 20px;
        height: 20px;
        top: -22px;
        left: -22px;
        font-size: 0.75rem;
    }
}

.testimonial-card__desc {
    font-size: 1.125rem;
    line-height: 150%;
}

@media screen and (max-width: 575px) {
    .testimonial-card__desc {
        font-size: 1rem;
    }
}

.testimonial-card__info {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-card__thumb {
    width: 100%;
    height: 100%;
    max-width: 64px;
    max-height: 64px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.testimonial-card__name {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0px;
}

.testimonial-card__country {
    font-size: 1rem;
    line-height: 150%;
}

.testimonial-bottom {
    border-top: 2px solid hsl(var(--gray));
    margin-top: 48px;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .testimonial-bottom {
        margin-top: 32px;
        padding-top: 34px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-bottom {
        gap: 24px;
    }
}


/* .latest-blogs .row>[class*=col-]:nth-child(3n+1) .blog--card,
.latest-blogs .row>[class*=col-]:nth-child(3n+3) .blog--card {
  transform: translateY(-40px);
} */

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

    .latest-blogs .row>[class*=col-]:nth-child(3n+1) .blog--card,
    .latest-blogs .row>[class*=col-]:nth-child(3n+3) .blog--card {
        transform: translateY(0px);
    }
}

/* Latest Blogs Section Css End */
/* ================================= Home Page Css End ========================== */
/* ================================= Property Page Css Start ==================== */
.property-page-inner {
    display: flex;
    align-items: start;
    gap: 0px 56px;
}

@media screen and (max-width: 1199px) {
    .property-page-inner {
        gap: 0px 28px;
    }
}

.property-page-sidebar {
    width: 340px;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
    padding: 24px;
    border-radius: 12px;
    background-color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
    .property-page-sidebar {
        width: 300px;
    }
}

/*@media screen and (max-width: 991px) {*/
.property-page-sidebar {
    width: 100%;
    max-width: 350px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    border-right: 1px solid hsl(var(--black)/0.08);
    background-color: hsl(var(--white));
    z-index: 1001;
    padding: 32px;
    transition: 0.3s linear;
}

.property-page-sidebar.show {
    transform: none;
}

.property-page-sidebar .filter-form .form--control {
    background-color: #F8F8F8;
}

/*}*/

@media screen and (max-width: 374px) {
    .property-page-sidebar {
        padding: 24px;
    }
}

.property-page-sidebar .close-btn {
    font-size: 1.25rem;
    padding: 0;
    display: none;
    border-radius: 50%;
    color: hsl(var(--black)/0.7);
    position: absolute;
    top: 25px;
    left: 32px;
}

@media screen and (max-width: 991px) {
    .property-page-sidebar .close-btn {
        display: block;
    }
}

@media screen and (max-width: 374px) {
    .property-page-sidebar .close-btn {
        top: 17px;
        right: 24px;
    }
}

.property-page-sidebar .close-btn:focus,
.property-page-sidebar .close-btn:hover {
    color: hsl(var(--black));
}

.property-page-content {
    width: 100%;
}

.property-page-content .btn--filter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.property-cards {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}

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

@media screen and (max-width: 575px) {
    .property-cards {
        grid-template-columns: auto;
    }
}

/* ================================= Property Page Css End ====================== */
/* ================================= Property Details Page Css Start ============ */
.property-details .row--one {
    margin-bottom: 42px;
}

@media screen and (max-width: 991px) {
    .property-details .row--one {
        margin-bottom: 32px;
    }
}

.property-details__title {
    margin-bottom: 16px;
    font-size: 21px;
}

@media screen and (max-width: 991px) {
    .property-details__title {
        margin-bottom: 0px;
    }
}

.property-details__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 991px) {
    .property-details__buttons {
        gap: 8px;
    }
}

@media screen and (max-width: 374px) {
    .property-details__buttons {
        gap: 8px;
    }
}

.property-details__buttons .btn {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 400;
    padding-top: 18px;
    padding-bottom: 18px;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}



@media screen and (max-width: 991px) {
    .property-details__buttons .btn {
        width: auto;
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 520px) {
    .propertiy-fixed-desktop {
        padding: 24px;
        position: sticky;
        height: fit-content;
        top: 50px;
    }
}

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

    .property-details__buttons .btn {
        width: 100%;
        font-size: 1rem;
    }

    .propertiy-fixed-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 24px;
        padding-bottom: 90px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        box-shadow: 2px 2px 20px #efefef;
        background: rgba(255, 255, 255, 0.85);
        -webkit-background: rgba(255, 255, 255, 0.85);
        -moz-background: rgba(255, 255, 255, 0.85);
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        -moz-backdrop-filter: blur(15px);
        z-index: 2;
    }
}


.property-details__block {
    border-radius: 14px;
    background-color: hsl(var(--white));
}

.property-details__desc {

    line-height: normal;
}

.property-details__block:not(:first-child) {
    padding: 24px;
}

.property-details__block:first-child {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    overflow: hidden;
    padding-bottom: 32px;
}

.property-card-eran-details {
    border-radius: 12px;
}

.property-details__block .title {
    line-height: 150%;
    margin-bottom: 10px;
}

.property-details__block .custom--accordion .accordion-item:first-child .accordion-button {
    padding-top: 0px;
}

.property-details__block .custom--accordion .accordion-item:last-child .accordion-button {
    padding-bottom: 0px;
}

.property-details__block .custom--accordion .accordion-item:last-child .accordion-body {
    padding-top: 20px;
}

.property-details__block .custom--accordion .accordion-button {
    padding-left: 0px;
    padding-right: 0px;
}

.property-details__block .custom--accordion .accordion-body {
    padding-left: 12px;
    padding-right: 12px;
}

.property-details__slider-img {
    width: 100%;
    height: 100%;
    max-height: 840px;
    max-height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.property-details__slider .slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
    border-width: 0px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    position: absolute;
    font-size: 1.5625rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.property-details__slider .slick-arrow.slick-prev {
    left: 28px;
}

.property-details__slider .slick-arrow.slick-next {
    right: 28px;
}

@media screen and (max-width: 575px) {
    .property-details__slider .slick-arrow {
        width: 36px;
        height: 36px;
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 374px) {
    .property-details__slider .slick-arrow {
        width: 28px;
        height: 28px;
        font-size: 0.875rem;
    }
}

.property-details__thumb {
    max-width: 73%;
    margin-top: 32px;
    margin-left: auto !important;
    margin-right: auto !important;
}

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

@media screen and (max-width: 767px) {
    .property-details__thumb {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }
}

@media screen and (max-width: 575px) {
    .property-details__thumb {
        margin-top: 16px;
    }
}

.property-details__thumb-img {
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 72px;
    -o-object-fit: cover;
    object-fit: cover;

    cursor: pointer;
}

.property-details__thumb .slick-slide {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.property-details__thumb .slick-slide:not(.slick-current) {
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
    .property-details__thumb .slick-slide {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}


.property-details__map {
    width: 100%;

    height: 340px;
    border: none;
}

@media screen and (max-width: 575px) {
    .property-details__map {
        height: 240px;
    }
}

@media screen and (max-width: 424px) {
    .property-details__map {
        height: 180px;
    }
}

.property-details__investors {
    margin-top: 20px;
}

.property-details__cards {
    margin-top: 20px;
}

.property-details-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.property-details-meta__item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.property-details-meta__item .icon {
    font-size: 1rem;
    color: hsl(var(--base));
}

.property-details-meta__item .text {
    font-size: 1rem;
    color: hsl(var(--gray-two));
    font-weight: 500;
    line-height: 100.32%;
}

.property-details-amenities {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 28px;
}

@media screen and (max-width: 575px) {
    .property-details-amenities {
        gap: 10px 20px;
    }
}

.property-details-amenities__item .text {
    color: hsl(var(--base));
    font-weight: 600;
    line-height: 162.5%;
}

@media screen and (max-width: 991px) {
    .property-details-sidebar {
        max-width: 400px;
        height: 100%;
        min-height: 100vh;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1050;
        transform: translateX(-100%);
        transition: 0.3s linear;
        background-color: hsl(var(--white));
        border-right: 1px solid hsl(var(--black)/0.08);
    }

    .property-details-sidebar.show {
        transform: none;
    }
}

@media screen and (max-width: 575px) {
    .property-details-sidebar {
        max-width: 100vw;
        width: 100vw;
    }
}

.property-details-sidebar .close-btn {
    font-size: 1.25rem;
    padding: 0;
    color: hsl(var(--black)/0.7);
    position: absolute;
    top: 24px;
    left: 24px;
    display: none;
}

@media screen and (max-width: 991px) {
    .property-details-sidebar .close-btn {
        display: block;
        top: 16px;
        left: 16px;
    }
}

.property-details-sidebar .close-btn:focus,
.property-details-sidebar .close-btn:hover {
    color: hsl(var(--black));
}

.property-details-sidebar .block-heading__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.property-details-sidebar .block-heading__title {
    line-height: 150%;
    margin-bottom: 0px;
}

.property-details-sidebar .block-heading__subtitle {
    color: hsl(var(--base));
    font-weight: 500;
    line-height: 150%;
    margin-top: 16px;
}

.property-details-sidebar .block-heading__arrows .slick-arrow {
    width: 26px;
    height: 26px;
    border-width: 0px;
    color: hsl(var(--base));
    background-color: hsl(var(--base-l-900));
    font-size: 0.8125rem;
}

.property-details-sidebar .block-heading__arrows .slick-arrow:not(:last-child) {
    margin-right: 16px;
}

.property-details-sidebar__block {
    padding: 24px;

    background-color: hsl(var(--white));
}

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


.property-details-amount-info {
    margin-top: 10px;
}

.property-details-amount-info__item {
    color: hsl(var(--gray-two));
    font-weight: 500;
    line-height: 150%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 424px) {
    .property-details-amount-info__item {
        font-size: 0.875rem;
    }
}

.property-details-amount-info__item:not(:last-child) {
    border-bottom: 1px solid hsl(var(--base-l-900));
}

.property-details-amount-info__item:first-child {
    border-top: 1px solid hsl(var(--base-l-900));
}

.property-details-amount-info__item:last-child {
    padding-bottom: 0px;
}

.property-details-investor__wrapper {
    display: flex;
    gap: 16px;
}

@media screen and (max-width: 424px) {
    .property-details-investor__wrapper {
        gap: 8px;
    }
}

.property-details-investor__thumb {
    max-width: 55px;
    max-height: 55px;
    border-radius: 50%;
    box-shadow: 2px 2px 20px #efefef;
}

.property-details-investor__thumb a {
    width: 100%;
    height: 100%;
}

.property-details-investor__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;

}

.property-details-investor__content .name {
    margin-bottom: 0px;
}

.property-details-investor__content .name a {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 150%;
}

@media screen and (max-width: 424px) {
    .property-details-investor__content .name a {
        font-size: 1rem;
    }
}

.property-details-investor__content .name a:hover,
.property-details-investor__content .name a:focus {
    color: hsl(var(--base));
}

.property-details-investor__content .designation {
    width: 100%;
    color: hsl(var(--gray-two));
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (max-width: 424px) {
    .property-details-investor__content .designation {
        font-size: 0.8125rem;
    }
}

.property-details-investor__content .meta-list {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .property-details-investor__content .meta-list {
        margin-top: 12px;
    }
}

@media screen and (max-width: 1199px) {
    .property-details-investor__content .meta-list {
        gap: 12px;
    }
}

.property-details-investor__content .meta-list__item {
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 1199px) {
    .property-details-investor__content .meta-list__item {
        gap: 6px;
    }
}

@media screen and (max-width: 424px) {
    .property-details-investor__content .meta-list__item {
        font-size: 0.8125rem;
    }
}

.property-details-investor__content .meta-list__item .icon {
    color: hsl(var(--base));
    display: inline-block;
}

.property-details-investor__content .meta-list__item .text {
    line-height: 150%;
    white-space: nowrap;
}

.property-details-investor__content .meta-list__item:last-child .text {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.property-details-card {
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 424px) {
    .property-details-card {
        gap: 12px;
    }
}

.property-details-card:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (max-width: 424px) {
    .property-details-card:not(:last-child) {
        margin-bottom: 16px;
    }
}

.property-details-card__thumb {
    max-width: 115px;
    max-height: 85px;
    flex-shrink: 0;
}

@media screen and (max-width: 424px) {
    .property-details-card__thumb {
        max-width: 90px;
    }
}

.property-details-card__thumb a {
    width: 100%;
    height: 100%;
}

.property-details-card__thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.property-details-card__content {
    width: 100%;
}

.property-details-card__content .title {
    margin-bottom: 4px;
}

.property-details-card__content .title a {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 150%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 424px) {
    .property-details-card__content .title a {
        font-size: 1rem;
    }
}

.property-details-card__content .title a:hover,
.property-details-card__content .title a:focus {
    color: hsl(var(--base));
}

.property-details-card__content .location {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

@media screen and (max-width: 424px) {
    .property-details-card__content .location {
        font-size: 0.75rem;
    }
}

.property-details-card__content .price {
    color: hsl(var(--base));
    font-weight: 700;
    line-height: 150%;
}

@media screen and (max-width: 424px) {
    .property-details-card__content .price {
        font-size: 0.875rem;
    }
}

/* ================================= Property Details Page Css End ============== */
/* ================================= Contact Page Css Start ===================== */
.contact-page {
    flex-grow: 1;
}

.contact-page__section {
    width: 100%;
}

.contact-page__section:not(:last-child) {
    margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
    .contact-page__section:not(:last-child) {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 575px) {
    .contact-page__section:not(:last-child) {
        margin-bottom: 60px;
    }
}

.contact-page__thumb {
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.contact-card {
    height: 100%;
    border: 1px solid hsl(var(--base)/0.32);
    border-radius: 12px;
    padding: 32px;
    display: flex;
    align-items: start;
    gap: 24px;
}

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

@media screen and (max-width: 767px) {
    .contact-card {
        gap: 12px;
        padding: 32px 16px;
    }
}

.contact-card__icon {
    width: 57px;
    height: 57px;

    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
    font-size: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .contact-card__icon {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }
}

.contact-card__title {
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .contact-card__title {
        margin-bottom: 0px;
    }
}

.contact-card__desc {
    font-weight: 500;
    white-space: nowrap;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 767px) {
    .contact-card__desc {
        white-space: normal;
    }
}

.contact-form__header {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .contact-form__header {
        margin-bottom: 20px;
    }
}

.contact-form__title {
    margin-bottom: 10px;
}

.contact-form__desc {
    font-size: 1.25rem;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .contact-form__desc {
        font-size: 1rem;
    }
}

/* .contact-form .form--control {
  background-color: hsl(var(--white));
} */

/* ================================= Contact Page Css End ======================= */
/* ================================= Account Pages Css Start ==================== */
.account {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.account-inner {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.account-form {
    border-radius: 12px;
    background-color: hsl(var(--white));
    max-width: 400px;
    margin: 0 auto;
}

.account-form__header,
.account-form__body,
.account-form__footer {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.account-form__header:not(:last-child),
.account-form__body:not(:last-child),
.account-form__footer:not(:last-child) {
    margin-bottom: 24px;
}

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

    .account-form__header:not(:last-child),
    .account-form__body:not(:last-child),
    .account-form__footer:not(:last-child) {
        margin-bottom: 16px;
    }
}

.account-form__footer {
    margin-top: 24px;
}

.account-form__title {
    color: hsl(var(--black));
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}

.account-form__subtitle {
    font-weight: 500;
    text-align: center;
}

.account-form__subtitle a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.account-form__social-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.la-long-arrow-alt-right {
    transform: rotate(180deg) !important;
}


.account-form__social-btn {
    flex-shrink: 0;
    display: inline-block;
}

.account-form__social-btn .icon {
    width: 34px;
    height: 34px;
}

@media screen and (max-width: 424px) {
    .account-form__social-btn .icon {
        width: 24px;
        height: 24px;
    }
}

.account-form__forgot-pass {
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

@media screen and (max-width: 374px) {
    .account-form .form-check-label {
        padding-left: 6px;
    }
}

.account-form .form-check-label a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

/* ================================= Account Pages Css End ====================== */
/* ================================= Blog Details Page Css Start ================ */
.blog-details__inner {
    border-radius: 14px;
    overflow: hidden;
    background-color: hsl(var(--white));
}

.blog-details__thumb {
    width: 100%;
    height: 100%;
    max-height: 412px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-details__content {
    position: relative;
    padding: 32px;
}

@media screen and (max-width: 767px) {
    .blog-details__content {
        padding: 24px;
    }
}

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

.blog-details__date {
    width: 76px;
    height: 76px;

    background-color: hsl(var(--base-two));
    position: absolute;
    top: -38px;
    right: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .blog-details__date {
        width: 60px;
        height: 60px;
        top: -30px;
        right: 24px;
    }
}

.blog-details__date .day {
    color: hsl(var(--base));
    text-align: center;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .blog-details__date .day {
        font-size: 1.375rem;
    }
}

.blog-details__date .month {
    color: hsl(var(--white));
    text-align: center;
    font-weight: 500;
    line-height: 120%;
}

@media screen and (max-width: 767px) {
    .blog-details__date .month {
        font-size: 0.75rem;
    }
}

.blog-details__title {
    font-size: 1.75rem !important;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .blog-details__title {
        margin-bottom: 12px;
    }
}

.blog-details__desc p {
    font-size: 1.125rem;
    line-height: 160%;
}

.blog-details__desc p:not(:last-child) {
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
    .blog-details__desc p {
        font-size: 1rem;
    }

    .blog-details__desc p:not(:last-child) {
        margin-bottom: 16px;
    }
}

.blog-details__comments {
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    .blog-details__comments {
        margin-top: 30px;
    }
}

.blog-details__comments .blog-comment {
    max-width: 580px;
}

.blog-details-meta {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 767px) {
    .blog-details-meta {
        gap: 8px;
        margin-bottom: 12px;
    }
}

.blog-details-meta__item {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 575px) {
    .blog-details-meta__item {
        font-size: 0.875rem;
        gap: 8px;
    }
}

.blog-details-meta__item i {
    color: hsl(var(--base));
}

.blog-details-meta__item .text {
    color: hsl(var(--gray-two));
    line-height: 150%;
}

/* ================================= Blog Details Page Css End ================== */
/*# sourceMappingURL=main.css.map */

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

/* alert */

.alert--custom {
    margin-bottom: 48px;
    border-radius: 6px;
    border: 0px;
}

.alert--danger {
    background-color: hsl(var(--danger) / .1) !important;
    border-left: 4px solid hsl(var(--danger));
}

.alert--info {
    background-color: hsl(var(--info) / .1) !important;
    border-left: 4px solid hsl(var(--info));
}

.alert--warning {
    background-color: hsl(var(--warning) / .1) !important;
    border-left: 4px solid hsl(var(--warning));
}

.alert-heading {
    color: hsl(var(--black));
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
}

.alert-text {
    font-size: 16px;
}

.custom-alert-link {
    padding: 9px 24px;
    border-radius: 6px;
    margin-top: 20px;
    transition: all linear 0.3s;
    line-height: 1;
}

.custom-alert-danger-link {
    color: hsl(var(--danger));
    border: 1px solid hsl(var(--danger));
}

.custom-alert-secondary-link {
    color: hsl(var(--secondary));
    border: 1px solid hsl(var(--secondary));
}

.custom-alert-link:hover {
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
}

.custom-alert-info-link {
    color: hsl(var(--info));
    border: 1px solid hsl(var(--info));
}

.custom-alert-info-link:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--info));
}

.custom-alert-secondary-link:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--secondary));
}

.custom-alert-warning-link {
    color: hsl(var(--warning));
    border: 1px solid hsl(var(--warning));
}

.custom-alert-warning-link:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--warning));
}

/* maintenance */
.maintenance-page {
    display: grid;
    place-content: center;
    width: 100vw;
    height: 100vh;
}


/* language */
.custom--dropdown {
    position: relative;
    display: inline-block;
}

.custom--dropdown>.custom--dropdown__selected {
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    padding: 0 16px;
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected {
        padding: 0 16px;
    }
}

.custom--dropdown>.dropdown-list {
    position: absolute;
    background-color: hsl(var(--white));
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    transition: 0.25s ease-in-out;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: 100%;
    margin-top: 5px;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    overflow-y: auto !important;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.3);
}

.custom--dropdown.open>.dropdown-list {
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
    min-width: 100px;
}

.dropdown-list>.dropdown-list__item {
    padding: 8px !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600 !important;
}

.dropdown-list>.dropdown-list__item:hover {
    background-color: hsl(var(--base)/0.08) !important;
}

.dropdown-list>.dropdown-list__item:hover span {
    color: hsl(var(--base)) !important;
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
    display: flex;
    align-items: center;
    gap: 10px
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.dropdown-list>.dropdown-list__item .thumb,
.custom--dropdown>.custom--dropdown__selected .thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}

.dropdown-list>.dropdown-list__item .text {
    width: 100%;
    color: hsl(var(--black)/0.8) !important;
}

.custom--dropdown>.custom--dropdown__selected .text {
    width: 100%;
    color: hsl(var(--black)/0.8) !important;
    font-weight: 600 !important;
}

.custom--dropdown .dropdown-list {
    border: 1px solid hsl(var(--black) / .1);
    top: calc(100% + 5px);
    border-radius: 12px;
}

.side-menu--open~.sidebar-submenu {
    display: block;
}

.action--btn {
    padding: 5px;
    border-radius: 25px;
}




/* custom css */

/* Copy Animation */
.base-color {
    color: hsl(var(--base)) !important;
}

.copyInput {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.copied::after {
    position: absolute;
    top: 8px;
    right: 12%;
    width: 100px;
    display: block;
    content: "COPIED";
    font-size: 1em;
    padding: 5px 5px;
    color: #fff;
    background-color: #FF7000;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    50% {
        opacity: 0.7;
        transform: translateX(40%);
    }

    70% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
    }
}




.cookies-card {
    width: 520px;
    padding: 30px;
    color: hsl(var(--black)/0.8);
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: hsl(var(--white));
    border-radius: 5px;
}

.cookies-card.hide {
    bottom: -500px !important;
}

.radius--10px {
    border-radius: 0px;
}

.cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cookies-card__content {
    margin-bottom: 0;
}

.cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
}

.cookies-btn:hover {
    color: #363636;
}


@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}




.hover-input-popup {
    position: relative;
}

.input-popup {
    display: none;
}

.hover-input-popup .input-popup {
    display: block;
    position: absolute;
    bottom: 130%;
    left: 50%;
    width: 280px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.input-popup::after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1a1a1a transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-popup p {
    padding-left: 20px;
    position: relative;
}

.input-popup p::before {
    position: absolute;
    content: '';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
}

.input-popup p.error {
    text-decoration: line-through;
}

.input-popup p.error::before {
    content: "\f057";
    color: #ea5455;
}

.input-popup p.success::before {
    content: "\f058";
    color: #28c76f;
}



.show-filter {
    display: none;
}

@media(max-width:767px) {
    .responsive-filter-card {
        display: none;
        transition: none;
    }

    .show-filter {
        display: block;
    }
}


/* new */
.why-invest-card__icon i {
    font-size: 64px;
    width: 80px;
    height: 80px;
    display: inline-flex;
    /* Ensures inline alignment */
    justify-content: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .why-invest-card__icon i {
        font-size: 64px;
        /* margin-bottom: 16px; */
    }
}

@media (max-width: 767px) {
    .why-invest-card__icon i {
        font-size: 64px;
    }
}

@media (max-width: 576px) {
    .why-invest-card__icon i {
        font-size: 48px;
        width: 64px;
        height: 64px;
    }
}

.social-share__title {
    font-size: 1.5rem;
    font-weight: 500;
}

.border {
    border-color: hsl(var(--black) / 0.1) !important;
    border-radius: 6px !important;
}

.dashboard .dashboard-body__wrapper {
    position: relative;
    width: calc(100% - 324px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.custom--modal .input-group-text {
    background-color: hsl(var(--base)) !important;
    border-radius: 0px !important;
    border: 1px solid hsl(var(--base)) !important;
    color: #fff !important;
}

.custom-btn--sm {
    padding: 8px;
}

.button--group .btn {
    margin: 2px 3px;
}

.empty-slip-message {
    display: grid;
    place-content: center;
    padding: 20px 0px;
    color: #cfcfcf;
    font-size: 0.8754rem;
    font-family: inherit;
}

.empty-slip-message img {
    width: 75px;
    margin-bottom: 0.875rem;
}

.plan-confirm-text {

    margin: 0 auto;
    border-left: 2px solid hsl(var(--base));
    padding: 10px;
    text-align: left !important;
    background: hsl(var(--base)/0.08);
    margin-bottom: 16px;
    font-weight: 500;
}


/* new select */
.gateway-select {
    position: relative;
}

.selected-gateway {
    padding: 0.625rem 1.25rem;
    border: 1px solid #cacaca73;
    border-radius: 8px;
    cursor: pointer;
    height: 48px;
}

.gateway-list {
    border: 1px solid #cacaca73;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    top: 50px;
    height: auto;
    z-index: 9;
    background: #fff;
    max-height: 300px;
    overflow: auto;
}

.gateway-list::-webkit-scrollbar {
    background-color: #cacaca73;
}

.gateway-list::-webkit-scrollbar-thumb {
    background: #706f6f73;
    border-radius: 15px;
}

.single-gateway {
    padding: 0.625rem 1.25rem;
    border-bottom: 1px solid #cacaca73;
    cursor: pointer;
}

.single-gateway:hover {
    background-color: hsl(var(--base-l-900)) !important;
    color: hsl(var(--base)) !important;
}

.single-gateway:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.gateway-title {
    font-weight: 600;
    font-size: 14px;
}

.single-gateway .gateway-charge {
    font-size: 12px;
}

.gateway-select-box {
    opacity: 0;
    height: 0;
    width: 0;
}

.selected-gateway.focus {
    border-color: hsl(var(--base));
}



/* support ticket */

.support-ticket {
    padding: 16px 24px;
    background-color: hsl(var(--black) / .03);
    border-radius: 6px;
    border: 1px solid hsl(var(--base) / .2);
    max-width: 750px;
    width: 100%;
    margin-top: 24px;
}

.reply.support-ticket {
    background-color: transparent;
    margin-left: auto;
    border: 1px solid hsl(var(--info) / .2);
}

.support-ticket-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}

.support-ticket-name .staff {
    font-size: 14px;
    margin-left: 12px;
}

.support-ticket-date {
    font-size: 12px;
    font-weight: 500;
    color: hsl(var(--black));
    border-left: 1px solid hsl(var(--base));
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.7;
    background-color: hsl(var(--base) / .1);
    display: inline-block;
}

.support-ticket-file a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.support-ticket-file .icon {
    font-size: 18px;
}

.support-ticket-file {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.addFile.btn {
    padding: 8px 10px;
    font-weight: 400;
    font-size: 14px;
}

.breadcrumb-dashboard form {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
}

.page-title-note {
    border-left: 2px solid hsl(var(--base));
    padding: 4px 16px;
    font-size: 14px;
    background: hsl(var(--base) / .05);
    font-weight: 600;
    color: hsl(var(--black));
    display: inline-block;
}

textarea::-webkit-scrollbar {
    width: 0;
}

.footer-menu.style-two .footer-menu__item {
    list-style: none;
    color: hsl(var(--white));
    transition: all linear 0.2s;
    padding: 0 8px;
}

.footer-menu.style-two .footer-menu__item:hover {
    color: hsl(var(--base));
}

.footer-menu.style-two {
    padding-left: 16px;
}


.style-two.input-group--custom .btn--group {
    border-radius: 0;
}

.custom--dropdown .icon {
    transition: .2s;
}

.custom--dropdown.open .icon {
    transform: rotate(180deg);
}

.input-group-text,
.range-slider__inputs .form--control {
    border-color: hsl(var(--black) / 0.07) !important;
}

/* .account img {
  max-width: 220px;
} */


/* profile image */
.profile__image_content {
    display: flex;
    justify-content: center;
    position: relative;
    width: 150px;
    height: 150px;
    margin-inline: auto;
}

.profile_image {
    width: 100%;
    height: 100%;
    border: 1px solid hsl(var(--base));
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.profile-edit-icon {
    position: absolute;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid hsl(var(--white) / .5);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 4px;
    background: hsl(var(--black));
    color: hsl(var(--white));
    cursor: pointer;
    right: 15px;
}

.profile_image img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-menu-list {
        margin-top: 60px;
    }
}


/* custom select for deposit */

.select2-dropdown {
    border: 0 !important;
    margin-top: 8px !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05), 6px 4px 19px rgb(115 103 240 / 20%)
}

.select2-search--dropdown {
    padding: 10px 10px !important;
    border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ced4da !important;
    padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
    padding: 12px 14px !important;
    border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
    text-align: center !important;
    padding: 12px 14px !important;
}

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

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #ddd;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    position: absolute;
    right: 10px;
    top: 0;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    transition: .3s;
}

.select2-container--default .select2-selection--single {
    border-color: #ced4da !important;
    border-width: 2px !important;
    border-radius: .375rem !important;
    padding: .375rem .75rem !important;
    height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
    /*left:14px !important;*/
}

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

.select2-results__option:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f1f1f1 !important;
    color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: hsl(var(--base)) !important;
    box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
    outline: 0 !important;
}

.select2-dropdown .country-flag {
    width: 25px;
    height: 25px;

}

.select2-dropdown .gateway-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
    font-size: 12px;
    margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
    border-color: hsl(var(--base)) !important;
    border-radius: .375rem !important;
}

.gateway-card {
    padding: 15px;
}

.payment-card-title {
    padding: 13px 25px;
    text-align: center;
    background-color: hsl(var(--base));
    border-radius: 5px;
    border: 0;
    margin-bottom: 0px;
    color: #fff;
}

.payment-system-list {
    --thumb-width: 100px;
    --thumb-height: 40px;
    --radio-size: 12px;
    --border-color: #cccccf59;
    --hover-border-color: hsl(var(--base));
    background-color: #fff;
    border-radius: 5px;
    height: 100%;

}

.payment-system-list.is-scrollable {
    max-height: min(388px, 70vh);
    overflow-x: auto;
    padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;

}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base));

}


.payment-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 18px;
    border: 1px solid #fff;
    border-top-color: var(--border-color);
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.payment-item:first-child {
    border-top-color: #fff;
    border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
    border-right: 3px solid var(--hover-border-color);
    border-radius: 0px;
}

.payment-item__check {
    border: 3px solid transparent;
}


.payment-item:has(.payment-item__radio:checked) .payment-item__check {
    border: 3px solid hsl(var(--base));
}

.payment-item__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
    width: var(--radio-size);
    height: var(--radio-size);
    border: 1px solid hsl(var(--base));
    display: inline-block;
    border-radius: 100%;

}

.payment-item__name {
    padding-right: 10px;
    width: calc(100% - var(--radio-size));
    transition: all 0.3s;
}

.payment-item__thumb {
    width: var(--thumb-width);
    height: var(--thumb-height);
    text-align: left;
    padding-left: 10px;

    &:has(.text) {
        width: fit-content;
    }
}

.payment-item__thumb img {
    max-width: var(--thumb-width);
    max-height: var(--thumb-height);
    object-fit: cover;
}


.deposit-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.deposit-info__title {
    max-width: 30%;
    margin-bottom: 0px;
    text-align: left;
}

.deposit-info__input {
    max-width: 70%;
    text-align: right;
    width: 100%;
}

.deposit-info__input-select {
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 5px;
    padding-block: 6px;
}

.deposit-info__input-group {
    border: 1px solid var(--border-color);
    direction: ltr;













    .deposit-info__input-group-text {
        align-self: center;
        padding-left: 5px;
    }

}

.deposit-info__input-group .form--control {
    padding: 5px;
    border: 0;
    height: 35px;
    text-align: right;
}

.deposit-info__input-group .form--control:focus {
    box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
    font-size: 14px;

}

.deposit-info__title .text.has-icon {
    display: flex;
    align-items: center;
    gap: 5px
}

.total-amount {
    border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
    font-weight: 600;
}

.payment-item__btn {
    border: 0;
    border-block: 1px solid var(--border-color);
    border-bottom: 0;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
    border-top-color: #fff;
}

button .spinner-border {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}

.adjust-height .payment-system-list.is-scrollable {
    max-height: 461px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* custom select for deposit */



/* social login button */

.account-form__social-btns .btn {
    padding: 8px 18px;
}

.account-form__social-btns .btn.facebook {
    background-color: #1877f214 !important;
    border: 1px solid #1877f2 !important;
    color: #1877f2 !important;
}

.account-form__social-btns .btn.facebook:hover {
    background-color: #1877f2 !important;
    color: hsl(var(--white)) !important;

}

.account-form__social-btns .btn.google {
    background-color: #e9423514 !important;
    border: 1px solid #e94235 !important;
    color: #e94235 !important;
}

.account-form__social-btns .btn.google:hover {
    background-color: #e94235 !important;
    color: hsl(var(--white)) !important;

}

.account-form__social-btns .btn.linkedin {
    background-color: #0076b514 !important;
    border: 1px solid #0077b5 !important;
    color: #0077b5 !important;
}

.account-form__social-btns .btn.linkedin:hover {
    background-color: #0077b5 !important;
    color: hsl(var(--white)) !important;

}

.account-form__social-btns {
    gap: 15px;
}

/* social login button */


/* select2  */
.selection {
    display: block;
}

.select2-container--default .select2-selection--single {
    border: 1px solid hsl(var(--black)/.07) !important;
    border-width: 1px !important;
    border-radius: 6px !important;
    padding: .375rem .75rem !important;
    height: 47.7px !important;
    background-color: #F8F8F8;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: hsl(var(--black)/.7) !important;
    line-height: 32px;
    font-size: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    top: 4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: "\f106" !important;
    transform: unset !important;
}

.select2-container {
    height: 47.7px !important;
}

/* select2  */


.popup-youtube-inner {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.popup-youtube-inner::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: hsl(var(--black) / .2);
}

.popup-youtube {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: grid;
    place-content: center;
    font-size: 24px;
    z-index: 2;
}

.popup-youtube .icon {
    height: 40px;
    width: 40px;
    background-color: hsl(var(--white));
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.empty-notification-list {
    padding: 50px 0;
    background-color: #f9f9f9;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.empty-notification-list img {
    width: 120px;
    margin-bottom: 20px;
}

.empty-notification-list h5 {
    font-size: 18px;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 10px;
}

.empty-notification-list p {
    font-size: 16px;
    color: #adb5bd;
}

.empty-notification-list .btn {
    padding: 10px 20px;
    font-size: 14px;
}


.new-about {
    background: linear-gradient(180deg, #77634A 0%, #515151 100%);
    margin-top: 90px;
}

.items h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}

.items p {
    font-weight: 500;
    color: #E0E0E0;
    font-size: 18px;


}

.data {
    margin-right: 16px;
}

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

    .subtitle {
        width: 100%;
    }

    .navbar-brand {

        margin-right: 0px;
        margin-left: auto;
        float: right;
    }

    .navbar-actions--sm {
        direction: ltr;
    }

    .nav-item {
        text-align: right;


    }

    /*.nav-item a{*/
    /*    padding-right:0px !important; */
    /*}*/
    .navbar-brand.logo img {
        max-width: 170px;
    }

    .banner-info li {
        padding: 20px;
    }

    .new-about {
        height: 100%;
        padding-top: 30px;
    }

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

    .items p {
        font-size: 15px;
    }

    .bg-pattern3 {
        background-position: bottom !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        /* height: 600px; */
        position: relative;
        border-radius: 0px;
    }

    .body-overlay {
        background-color: #fff
    }

    .nav-menu {
        /* padding:0px 16px; */
        overflow-y: scroll;
        max-height: 70vh;
        padding-bottom: 50px;
    }

    .section-heading__title {
        font-size: 21px;
    }

    .new-about {
        border-radius: 0px;
    }
}

.all-property__cards .card {
    border-radius: 16px;
}

.property-card-image {
    position: relative;
    overflow: hidden;
    /* Ensure the zoomed background doesn't overflow */
    height: 250px;
    /* Adjust height as needed */
    border-radius: 16px;
    /* Optional for rounded corners */
}

.property-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease-in-out;
    /* Smooth zoom effect */
    z-index: 0;
}

.property-card-image:hover .property-card-bg {
    transform: scale(1.1);
    /* Zoom the background */
}

.property-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
    pointer-events: none;
    /* Ensure overlay doesn't interfere with hover */
}

.property-card-content {
    position: absolute;
    bottom: 16px;
    right: 16px;
    left: 16px;
    z-index: 2;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    /* Enhance readability */
}

.property-card-content h4 a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: normal;
}

.property-card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    display: flex;
    gap: 5px;
}

.property-card-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;

}

.badge {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 12px;
}

.badge--featured {
    background-color: #ffaa00;
}

.badge--new {
    background-color: #00c851;
}





.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.mobile-footer__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.mobile-footer__item {
    flex: 1;
    text-align: center;
    font-size: 11px;
    color: #494949;
    text-decoration: none;
    margin-bottom: 6px;
}

.mobile-footer__item i {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.mobile-footer__item:hover {
    color: hsl(var(--base)) !important;
}

.sidebar-menu {
    /* position: fixed; */
    top: 0;
    left: -100%;
    /* width: 80%; */
    height: 100%;
    background: #fff;
    /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2); */
    z-index: 1100;
    transition: all 0.3s ease;
}

.sidebar-menu__inner {
    padding: 20px;
}

.sidebar-menu.active {
    left: 0;
}

.cross-sidebar {
    text-align: right;
    cursor: pointer;
    margin-bottom: 20px;
}

.dropdown-item {
    text-align: right;
}

.sidebar-menu-list {
    list-style: none;
    padding: 0;
}

.sidebar-menu-list__item {
    margin-bottom: 15px;
}

.sidebar-menu-list__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #555;
}

.sidebar-menu-list__link .icon {
    margin-left: 10px;
    font-size: 18px;
}

.mobile-footer__item.active {
    color: hsl(var(--base)) !important;
    font-weight: bold;
}

.mobile-footer__item.active i {
    color: hsl(var(--base)) !important;
}


.price_top_section {
    padding: 16px;
    border-radius: 8px;
    background-color: hsl(var(--white));
}

/* ================================= Design System Utility Classes ========================= */

/* Font Family Utilities */
.font-arabic {
    font-family: var(--font-arabic) !important;
}

.font-english {
    font-family: var(--font-english) !important;
}

.font-mono {
    font-family: var(--font-mono) !important;
}

/* Design System Color Utilities */
.text-dark-sienna {
    color: hsl(var(--dark-sienna)) !important;
}

.text-dark-sienna-light {
    color: hsl(var(--dark-sienna-light)) !important;
}

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

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

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

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

.bg-dark-sienna-light {
    background-color: hsl(var(--dark-sienna-light)) !important;
}

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

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

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

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

.border-dark-sienna-light {
    border-color: hsl(var(--dark-sienna-light)) !important;
}

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

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

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

/* Design System Button Styles */
.btn-dark-sienna {
    background-color: hsl(var(--dark-sienna));
    border-color: hsl(var(--dark-sienna));
    color: hsl(var(--white));
}

.btn-dark-sienna:hover {
    background-color: hsl(var(--dark-sienna-light));
    border-color: hsl(var(--dark-sienna-light));
    color: hsl(var(--white));
}

.btn-rosewood {
    background-color: hsl(var(--rosewood));
    border-color: hsl(var(--rosewood));
    color: hsl(var(--white));
}

.btn-rosewood:hover {
    background-color: hsl(var(--ou-crimson));
    border-color: hsl(var(--ou-crimson));
    color: hsl(var(--white));
}

.btn-upsdell-red {
    background-color: hsl(var(--upsdell-red));
    border-color: hsl(var(--upsdell-red));
    color: hsl(var(--white));
}

.btn-upsdell-red:hover {
    background-color: hsl(var(--ou-crimson));
    border-color: hsl(var(--ou-crimson));
    color: hsl(var(--white));
}

/* Design System Card Styles */
.card-dark-sienna {
    background-color: hsl(var(--dark-sienna));
    color: hsl(var(--white));
}

.card-rosewood {
    background-color: hsl(var(--rosewood));
    color: hsl(var(--white));
}

.card-upsdell-red {
    background-color: hsl(var(--upsdell-red));
    color: hsl(var(--white));
}

/* Language-specific font classes */
[lang="ar"] {
    font-family: var(--font-arabic);
}

[lang="en"] {
    font-family: var(--font-english);
}

/* Responsive font size utilities for design system */
.text-design-xs {
    font-size: 0.75rem;
}

.text-design-sm {
    font-size: 0.875rem;
}

.text-design-base {
    font-size: 1rem;
}

.text-design-lg {
    font-size: 1.125rem;
}

.text-design-xl {
    font-size: 1.25rem;
}

.text-design-2xl {
    font-size: 1.5rem;
}

.text-design-3xl {
    font-size: 1.875rem;
}

.text-design-4xl {
    font-size: 2.25rem;
}

.text-design-5xl {
    font-size: 3rem;
}



.whatsapp-support-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #25D366;
    color: white !important;

    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.whatsapp-support-btn:hover {
    background: #20BA5A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

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

.login-form-container:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.login-form input:focus {
    border-color: hsl(var(--base) / 0.5);
    box-shadow: 0 0 0 3px hsl(var(--base) / 0.1);
}

.login-form select:focus {
    border-color: hsl(var(--base) / 0.5);
    box-shadow: 0 0 0 3px hsl(var(--base) / 0.1);
}

.whatsapp-support-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.form-control:focus,
input:focus {
    border-color: hsl(var(--base)) !important;
    box-shadow: none !important;
}

tr {
    white-space: nowrap;
}

.bg-light-base {
    background-color: hsl(var(--base) / 0.05);
}

.bg-light-success {
    background-color: hsl(var(--success) / 0.05);
}

.text-muted {
    color: #4e4e4e !important;
}

/* Auth Banner Overlay */
.auth-illustration {
    position: relative;
}

.auth-illustration img {
    object-fit: cover;
    display: block;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

.overlay-top {
    display: flex;
}

.overlay-asterisk {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    color: #2b2b2b;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.overlay-bottom {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.overlay-eyebrow {
    font-size: 14px;
    opacity: 0.9;
}

.overlay-heading {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
}

@media (min-width: 992px) {
    .overlay-heading {
        font-size: 32px;
    }

    .overlay-asterisk {
        width: 48px;
        height: 48px;
        font-size: 28px;
    }
}

/* Auth Step Transitions */
#auth-steps {
    position: relative;
}

#step-phone,
#step-verify,
#step-complete {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 1;
    transform: translateX(0);
}

#step-phone.d-none,
#step-verify.d-none,
#step-complete.d-none {
    opacity: 0;
    transform: translateX(-20px);
    pointer-events: none;
}

/* Loading states */
.btn.opacity-75 {
    opacity: 0.75 !important;
    pointer-events: none;
}

/* Step title transitions */
#step-title,
#step-description {
    transition: opacity 0.2s ease-in-out;
}

/* Verification code input styling */
#verification-code {
    letter-spacing: 0.5em;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}

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

.btn-base-light:hover {
    background-color: hsl(var(--base-two) / 0.1);
    border-color: hsl(var(--base) / 0.1);
    color: hsl(var(--base-two)) !important;
}

.tab-btn {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: hsl(var(--base-two)) !important;
}

.tab-panel-card {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/* Price History Modal - make table fit on small screens without horizontal scrolling */
@media (max-width: 575.98px) {
    #priceHistoryModal .table-responsive {
        overflow-x: visible;
    }

    #priceHistoryModal table.table {
        table-layout: fixed;
        width: auto;
        min-width: 100% !important;
    }

    #priceHistoryModal table.table th,
    #priceHistoryModal table.table td {
        white-space: normal;
        word-break: break-word;
        padding: 0.5rem 0.5rem;
        font-size: 0.875rem;
        vertical-align: top;
    }

    #priceHistoryModal table.table th:nth-child(1),
    #priceHistoryModal table.table td:nth-child(1) {
        width: 34%;
    }

    #priceHistoryModal table.table th:nth-child(2),
    #priceHistoryModal table.table td:nth-child(2) {
        width: 33%;
    }

    #priceHistoryModal table.table th:nth-child(3),
    #priceHistoryModal table.table td:nth-child(3) {
        width: 33%;
    }
}

