@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Poppins", sans-serif;
    --body-font: "Open Sans", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 175;
    --base-s: 19%;
    --base-l: 38%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
    /* Base Two Color */
    --base-two-h: 38;
    --base-two-s: 44%;
    --base-two-l: 90%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    --base-third-h: 160;
    --base-third-s: 51%;
    --base-third-l: 58%;
    --base-third: var(--base-third-h) var(--base-third-s) var(--base-third-l);

    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --body-color: 0 0% 29%;
    --heading-color: 165 20% 4%;
    --body-bg: 45 40% 98%;
    --black: 0 0% 0%;
    --border-color: 177 12% 61%;
    --border-color-two: 0 0% 52%;
    --border-color-three: 39 29% 78%;
    --section-bg: 39 47% 94%;
    --section-bg-two: 180 13% 91%;
    --section-bg-three: 38 44% 90%;
    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    --input-bg: #3F5D5A;
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    /* Success Color */
    --success-h: 146;
    --success-s: 64%;
    --success-l: 36%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    --dark-h: 165;
    --dark-s: 20%;
    --dark-l: 4%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-l);
    --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
    --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
    --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
    --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
    --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
    --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
    --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
    --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
    --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
    --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
    /* Warning Color */
    --warning-h: 45;
    --warning-s: 100%;
    --warning-l: 51%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    /* Info Color */
    --info-h: 188;
    --info-s: 78%;
    --info-l: 41%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
    /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme=dark] {
    --white: 200 9% 7%;
    --black: 210 40% 98%;
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align,
.action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15,
.mega-menu-list__link::before {
    font-size: 0.9375rem;
}

.fs-16 {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .fs-16 {
        font-size: 0.9375rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .fs-18 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-18 {
        font-size: 1rem;
    }
}

.fs-20 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .fs-20 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-20 {
        font-size: 1.0625rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--body-bg));
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    color: hsl(var(--body-color));
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.3;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1,
.h1 {
    font-size: 4rem;
}

@media screen and (max-width: 1399px) {

    h1,
    .h1 {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 991px) {

    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 575px) {

    h1,
    .h1 {
        font-size: 1.875rem;
    }
}

h2,
.h2 {
    font-size: 2.5rem;
}

@media screen and (max-width: 1199px) {

    h2,
    .h2 {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 991px) {

    h2,
    .h2 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 767px) {

    h2,
    .h2 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 575px) {

    h2,
    .h2 {
        font-size: 1.5625rem;
    }
}

h3,
.h3 {
    font-size: 1.875rem;
}

@media screen and (max-width: 1399px) {

    h3,
    .h3 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 1199px) {

    h3,
    .h3 {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 991px) {

    h3,
    .h3 {
        font-size: 1.4375rem;
    }
}

@media screen and (max-width: 767px) {

    h3,
    .h3 {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 575px) {

    h3,
    .h3 {
        font-size: 1.25rem;
    }
}

h4,
.h4 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {

    h4,
    .h4 {
        font-size: 1.3125rem;
    }
}

@media screen and (max-width: 1199px) {

    h4,
    .h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {

    h4,
    .h4 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 767px) {

    h4,
    .h4 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {

    h4,
    .h4 {
        font-size: 1.0625rem;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {

    h5,
    .h5 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 1199px) {

    h5,
    .h5 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {

    h5,
    .h5 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {

    h5,
    .h5 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {

    h5,
    .h5 {
        font-size: 1rem;
    }
}

h6,
.h6 {
    font-size: 1rem;
}

@media screen and (max-width: 1399px) {

    h6,
    .h6 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {

    h6,
    .h6 {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {

    h6,
    .h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 767px) {

    h6,
    .h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {

    h6,
    .h6 {
        font-size: 0.875rem;
    }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: inherit;
}

a {
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--base));
}

a:hover {
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
    font-family: var(--body-font);
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg));
}

.text-muted {
    color: hsl(var(--white)/0.6) !important;
}

/* Bg Image Css */
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

/* Overlay Start */
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show {
    visibility: visible;
    opacity: 1;
}

.bottom-reveal,
.left-reveal,
.right-reveal,
.scaleUp {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gradient-text {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-d-200))), to(hsl(var(--base))));
    background-image: linear-gradient(180deg, hsl(var(--base-d-200)) 0%, hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.gradient-text::-moz-selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.gradient-text::selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 9991;
}

/* Overlay End */
@media (max-width: 1920px) and (min-width: 1400px) {
    .p-left {
        padding-left: clamp(3.75rem, -37.476rem + 47.1154vw, 19.0625rem);
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .p-left {
        padding-left: clamp(2.5rem, -37.0729rem + 52.7638vw, 9.0625rem);
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .p-left {
        padding-left: clamp(1.5rem, -30.2488rem + 51.2077vw, 8.125rem);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .p-md-right {
        padding-right: clamp(2rem, -21.2466rem + 48.4305vw, 8.75rem);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .p-left {
        padding-left: clamp(2rem, -21.2466rem + 48.4305vw, 8.75rem);
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .p-md-right {
        padding-right: clamp(1.25rem, -17.4674rem + 52.0833vw, 7.5rem);
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .p-left {
        padding-left: clamp(1.25rem, -17.4674rem + 52.0833vw, 7.5rem);
    }
}

@media (max-width: 575px) {
    .p-left {
        padding: 0 10px;
    }
}

/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 40px;
    }
}

/* .section-heading__title {
    margin-bottom: 5px;
} */

.section-heading__desc {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    font-weight: 400;
    font-size: clamp(0.9375rem, 0.7953rem + 0.6068vw, 1.25rem);
}

.section-heading__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-heading.two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-heading.two.section-heading {
    text-align: left !important;
}

.section-heading.two .section-heading__title {
    margin-bottom: 0;
}

.section-heading.style-left {
    text-align: left;
}

.section-heading.style-left .section-heading__desc {
    margin-left: 0;
}

.section-heading.style-left .section-heading__btns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 32px;
}

@media screen and (max-width: 991px) {
    .section-heading.style-left .section-heading__btns {
        margin-top: 16px;
    }
}

.section-heading.style-left .section-heading__desc {
    font-weight: 300;
    font-size: clamp(0.9375rem, 0.9091rem + 0.1214vw, 1rem);
}

.section-heading.style-left .section-heading__content {
    width: 50%;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .section-heading.style-left .section-heading__content {
        width: 100%;
    }
}

.title-text {
    font-weight: 400;
    color: hsl(var(--base));
}

/* ====================== Section Heading End ==================== */
/* ================================= Background Color Css Start =========================== */
.bg--base {
    background-color: hsl(var(--base)) !important;
}

.bg--primary {
    background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
    color: hsl(var(--base)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

/* ================================= Color Css End =========================== */
.py-120 {
    padding-block: 120px;
}

@media screen and (max-width: 991px) {
    .py-120 {
        padding-block: 80px;
    }
}

@media screen and (max-width: 424px) {
    .py-120 {
        padding-block: 60px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 424px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.py-60 {
    padding-block: 60px;
}

@media screen and (max-width: 991px) {
    .py-60 {
        padding-block: 40px;
    }
}

@media screen and (max-width: 424px) {
    .py-60 {
        padding-block: 30px;
    }
}

.pt-60 {
    padding-top: 60px;
}

@media screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media screen and (max-width: 424px) {
    .pt-60 {
        padding-top: 30px;
    }
}

.pb-60 {
    padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .pb-60 {
        padding-bottom: 30px;
    }
}

.my-120 {
    margin-block: 120px;
}

@media screen and (max-width: 991px) {
    .my-120 {
        margin-block: 80px;
    }
}

@media screen and (max-width: 424px) {
    .my-120 {
        margin-block: 60px;
    }
}

.mt-120 {
    margin-top: 120px;
}

@media screen and (max-width: 991px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .mt-120 {
        margin-top: 60px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 424px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

.my-60 {
    margin-block: 60px;
}

@media screen and (max-width: 991px) {
    .my-60 {
        margin-block: 40px;
    }
}

@media screen and (max-width: 424px) {
    .my-60 {
        margin-block: 30px;
    }
}

.mt-60 {
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 424px) {
    .mt-60 {
        margin-top: 30px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

/* ================================= Border Color Css Start =========================== */
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-160 {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (min-width: 576px) {
    .my-160 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .my-160 {
        margin-top: 160px;
        margin-bottom: 160px;
    }
}

.mt-160 {
    margin-top: 80px;
}

@media (min-width: 576px) {
    .mt-160 {
        margin-top: 100px;
    }
}

@media (min-width: 992px) {
    .mt-160 {
        margin-top: 160px;
    }
}

.mb-160 {
    margin-bottom: 80px;
}

@media (min-width: 576px) {
    .mb-160 {
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .mb-160 {
        margin-bottom: 120px;
    }
}

.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .my-80 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .my-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.mt-80 {
    margin-top: 40px;
}

@media (min-width: 576px) {
    .mt-80 {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .mt-80 {
        margin-top: 80px;
    }
}

.mb-80 {
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .mb-80 {
        margin-bottom: 80px;
    }
}

/* ================================= margin Css End =========================== */
/* ================================= margin Css Start =========================== */
.py-160 {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 576px) {
    .py-160 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .py-160 {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

.pt-160 {
    padding-top: 80px;
}

@media (min-width: 576px) {
    .pt-160 {
        padding-top: 100px;
    }
}

@media (min-width: 992px) {
    .pt-160 {
        padding-top: 160px;
    }
}

.pb-160 {
    padding-bottom: 80px;
}

@media (min-width: 576px) {
    .pb-160 {
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .pb-160 {
        padding-bottom: 120px;
    }
}

.py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .py-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .py-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.pt-80 {
    padding-top: 40px;
}

@media (min-width: 576px) {
    .pt-80 {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .pt-80 {
        padding-top: 80px;
    }
}

.pb-80 {
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .pb-80 {
        padding-bottom: 80px;
    }
}

/* ================================= margin Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion {
    border: 1px solid transparent;
    padding: 0px;
    border-radius: 40px;
}

.custom--accordion .accordion-item {
    border: 1px solid hsl(var(--heading-color));
    border-radius: 16px;
    overflow: hidden;
    background-color: hsl(var(--white));
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 16px;
}

.custom--accordion .accordion-header {
    line-height: 1;
}

.custom--accordion .accordion-body {
    padding: 24px;
    padding-top: 0;
    background-color: hsl(var(--white)) !important;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body {
        padding: 20px;
        padding-top: 0;
    }
}

.custom--accordion .accordion-body .text {
    max-width: 90%;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
    border-radius: 16px;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 16px;
}

.custom--accordion .accordion-button {
    background-color: hsl(var(--white));
    color: hsl(var(--black));
    font-size: 1.25rem;
    font-weight: 700;
    padding: 24px;
    padding-right: 30px;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        padding: 20px;
        padding-right: 30px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 424px) {
    .custom--accordion .accordion-button {
        font-size: 0.9375rem;
    }
}

.custom--accordion .accordion-button .icon {
    font-size: 32px;
    margin-right: 12px;
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-button .icon {
        font-size: 24px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    background-color: hsl(var(--white)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--white));
}

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f00d";
    display: inline-block;
    position: absolute;
    right: 20px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--black));
}

@media screen and (max-width: 575px) {

    .custom--accordion .accordion-button[aria-expanded=true]::after,
    .custom--accordion .accordion-button[aria-expanded=false]::after {
        right: 10px;
    }
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f067";
    color: hsl(var(--black));
}

.custom--accordion .accordion-item:has(.accordion-collapse.show) {
    background-color: hsl(var(--white)) !important;
    -webkit-box-shadow: 0 4px 0 0 #91A8A7;
    box-shadow: 0 4px 0 0 #91A8A7;
}

.sidebar--accordion .accordion-item {
    background-color: #F9F6F1 !important;
    border: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.sidebar--accordion .accordion-item:not(:last-child) {
    margin-bottom: 8px;
}

.sidebar--accordion .accordion-header {
    line-height: 1;
    padding: 0 !important;
}

.sidebar--accordion .accordion-body {
    padding: 16px;
}

.sidebar--accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .sidebar--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.sidebar--accordion .accordion-button {
    background-color: #F9F6F1;
    color: hsl(var(--body-color));
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
}

.sidebar--accordion .accordion-button::after {
    background-image: none;
}

.sidebar--accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar--accordion .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white));
}

.sidebar--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--base));
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
}

.sidebar--accordion .accordion-button[aria-expanded=true]::after,
.sidebar--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f106";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: unset;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    color: hsl(var(--white));
}

.sidebar--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f107";
    color: hsl(var(--black));
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

.pill {
    border-radius: 40px !important;
}

.btn {
    color: hsl(var(--white)) !important;
    font-weight: 500;
    padding: 13px 26px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 14px 25px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 12px 20px;
    }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.btn--lg {
    padding: 17px 30px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 15px 24px;
    }
}

.btn--sm {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 8px 12px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9375rem;
    padding: 0;
}

.btn--base {
    background-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
    background-color: hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.btn--primary {
    background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
    background-color: hsl(var(--secondary-d-200)) !important;
    border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--danger {
    background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
    background-color: hsl(var(--danger-d-200)) !important;
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: transparent !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
    background-color: hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
}

.btn--warning {
    background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--white)) !important;
}

.btn--info {
    background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
    background-color: hsl(var(--info-d-200)) !important;
    border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: transparent !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
}

.btn--success {
    background-color: hsl(var(--success)) !important;
}

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
    background-color: hsl(var(--success-d-200)) !important;
    border: 1px solid hsl(var(--success-d-200)) !important;
}

.btn-outline--success {
    background-color: transparent !important;
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
}

.btn-outline--success:hover,
.btn-outline--success:focus .btn-outline--success:focus-visible {
    background-color: hsl(var(--success)) !important;
    color: hsl(var(--white)) !important;
}

.btn--dark {
    background-color: hsl(var(--dark)) !important;
}

.btn--dark:hover,
.btn--dark:focus .btn--dark:focus-visible {
    background-color: hsl(var(--dark-d-200)) !important;
    border: 1px solid hsl(var(--dark-d-200)) !important;
}

.btn-outline--dark {
    background-color: transparent !important;
    border: 1px solid hsl(var(--dark)) !important;
    color: hsl(var(--dark)) !important;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus .btn-outline--dark:focus-visible {
    background-color: hsl(var(--dark)) !important;
    color: hsl(var(--white)) !important;
}

/* ================================= Button Css End =========================== */
.btn--base {
    border: 1px solid hsl(var(--base-l-400));
}

.btn-outline--base {
    border: 1px solid hsl(var(--base-l-400));
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--heading-color)) !important;
    font-weight: 700;
}


/* ================================= Card Css Start =========================== */
.custom--card {
    border-radius: 12px;
    border: 1px solid hsl(var(--black)/0.1);
    background-color: hsl(var(--white));
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.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: 12px;
}

.custom--card .card-footer {
    padding: 12px 24px;
    background-color: transparent;
    border-top: 1px solid hsl(var(--black)/0.1);
}

/* ======================= Dashboard Widget Card Start ======================= */
.dashboard-widget-card {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    border: 1px solid hsl(var(--black)/0.07);
    background-color: hsl(var(--white));
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: var(--box-shadow);
}

.dashboard-widget-card .card-body {
    position: relative;
    z-index: 1;
    padding: 22px 24px;
    gap: 16px;
}

.dashboard-widget-card-title {
    margin-bottom: 20px;
}

.dashboard-widget-card h6 {
    font-size: 0.95rem;
    font-weight: 600;
    color: hsl(var(--heading-color)/0.85);
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.dashboard-widget-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 1399px) {
    .dashboard-widget-card h3 {
        font-size: 1.25rem;
    }
}

.dashboard-widget-card .widget-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    border: 1px solid hsl(var(--black)/0.08);
    box-shadow:
        0 10px 20px hsl(var(--black)/0.08),
        inset 0 1px 0 hsl(var(--white)/0.8);
    font-size: 1.7rem;
    flex-shrink: 0;
}

.dashboard-widget-card:hover {
    transform: translateY(-6px);
    border-color: hsl(var(--base)/0.4);
}

/* ======================== Dashboard Widget Card End ======================== */

/* ======================= Service Summary Card Start ======================== */
.service--summary {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid hsl(var(--black)/0.06);
}


.service--summary .card-header {
    background: transparent;
    border-bottom: 1px solid hsl(var(--black)/0.08);
    padding: 16px 22px;
}

.service--summary .card-title {
    font-weight: 700;
    letter-spacing: 0.2px;
}

.service--summary .card-body {
    position: relative;
    z-index: 1;
    padding: 22px;
}

.service--summary h6 {
    font-size: 1.05rem;
    font-weight: 700;
    color: hsl(var(--heading-color));
}

.service--summary .list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.service--summary .list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed hsl(var(--black)/0.12);
    font-weight: 500;
    color: hsl(var(--heading-color)/0.85);
}

.service--summary .list li:last-child {
    border-bottom: none;
}

.service--summary .mt-3 {
    margin-top: 16px !important;
    padding-top: 12px;
    border-top: 1px solid hsl(var(--black)/0.08);
    font-size: 1rem;
}

/* ======================== Service Summary Card End ========================= */

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label,
.form-label {
    margin-bottom: 6px;
    font-size: 1rem;
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.form--label.label-two {
    color: hsl(var(--white));
}

.form-group {
    margin-bottom: 1rem;
}

/* Form Select */
.select {
    color: hsl(var(--black)/0.6) !important;
}

.select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--black)) !important;
}



/* Form Select End */
/* Form Control Start */
.form--control {
    border-radius: 10px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 10px 24px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.2);
    color: hsl(var(--black));
    line-height: 1;
}

.form--control.form-two {
    border-color: #91A8A7;
    background-color: #3F5D5A;
    color: hsl(var(--white));
}

.form--control.form-two::-webkit-input-placeholder {
    color: #CFCFCF;
}

.form--control.form-two::-moz-placeholder {
    color: #CFCFCF;
}

.form--control.form-two:-ms-input-placeholder {
    color: #CFCFCF;
}

.form--control.form-two::-ms-input-placeholder {
    color: #CFCFCF;
}

.form--control.form-two::placeholder {
    color: #CFCFCF;
}

.form--control.form-two:focus {
    border-color: #91A8A7;
}

.form--control.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--black)/0.6);
    font-size: 0.875rem;
}

.form--control::-moz-placeholder {
    color: hsl(var(--black)/0.6);
    font-size: 0.875rem;
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--black)/0.6);
    font-size: 0.875rem;
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--black)/0.6);
    font-size: 0.875rem;
}

.form--control::placeholder {
    color: hsl(var(--black)/0.6);
    font-size: 0.875rem;
}

.form--control:focus {
    border-color: hsl(var(--base));
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--black)/0.1);
    opacity: 1;
    border: 1px solid hsl(var(--black)/0.2);
}

.form--control[type=password] {
    color: hsl(var(--black)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--black));
}

.form--control[type=file] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::-webkit-file-upload-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color)) !important;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--white)) !important;
}

.form--control[type=file]::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

/* Form Control End */
/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
    caret-color: hsl(var(--black));
}

/* Autofill Css End */
/* input group */
.input--group {
    position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
    padding-right: 50px;
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Custom Checkbox Design */
.form--check a {
    display: inline;
}

.form--check .form-check-input {
    background-color: hsl(var(--white));
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid hsl(var(--black) / 0.2);
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 1px 1px hsl(var(--black) / 0.1) inset,
        0px 2px 2px 0px hsl(var(--black) / 0.12) inset !important;
    box-shadow: 0px 0px 1px 1px hsl(var(--black) / 0.1) inset,
        0px 2px 2px 0px hsl(var(--black) / 0.12) inset !important;
    margin-top: 2px;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--heading-color)) !important;
    border-color: hsl(var(--heading-color)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    padding-left: 12px;
    cursor: pointer;
    font-size: 1rem;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 0.9375rem;
    }
}

/* Custom Radio Design */
.form--radio .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid hsl(var(--black)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form--radio .form-check-input:active {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type=radio] {
    background-image: none;
}

.form-check-input:checked[type=radio] {
    background-image: none;

}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--black)/0.2) !important;
    padding: 10px !important;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 40px;
    width: 70px;
    height: 38px;
    cursor: pointer;
}

.form--switch .form-check-input:focus {
    border-radius: 40px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-color: hsl(var(--white));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 33px);
    background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--switch .form-check-label {
    width: calc(100% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.form-floating>label {
    color: hsl(var(--body-color)) !important;
    background: transparent;
}

.form-floating .form--control::-webkit-input-placeholder {
    color: hsl(var(--heading-color));
    font-weight: 600;
    height: 52px;
}

.form-floating .form--control::-moz-placeholder {
    color: hsl(var(--heading-color));
    font-weight: 600;
    height: 52px;
}

.form-floating .form--control:-ms-input-placeholder {
    color: hsl(var(--heading-color));
    font-weight: 600;
    height: 52px;
}

.form-floating .form--control::-ms-input-placeholder {
    color: hsl(var(--heading-color));
    font-weight: 600;
    height: 52px;
}

.form-floating .form--control::placeholder {
    color: hsl(var(--heading-color));
    font-weight: 600;
    height: 52px;
}

.form-floating>label::after {
    background: transparent !important;
}

/*=========== floating input css end here ===========*/
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 0;
    padding: 0px;
    margin-bottom: 30px;
}

.custom--modal .modal-header .modal-title {
    font-weight: 600;
}

.custom--modal .modal-header .btn-close {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--modal .modal-header .btn-close i {
    font-size: 1.5625rem;
    color: hsl(var(--black));
}

.custom--modal .modal-header .btn-close i:hover {
    color: hsl(var(--danger));
}

.custom--modal .modal-header .btn-close :focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--modal .modal-content {
    border-radius: 8px !important;
    padding: 32px;
}

@media screen and (max-width: 424px) {
    .custom--modal .modal-content {
        padding: 20px;
    }
}

.custom--modal .modal-body {
    padding: 0px;
    margin-bottom: 30px;
}

.custom--modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    border-top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */

.pagination-wrapper {
    margin-top: 24px !important;
}

.pagination-wrapper p {
    color: hsl(var(--body-color)) !important;
}

.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 48px;
    }
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 32px;
    }
}

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border: 1px solid #DEDEDE;
    background: hsl(var(--white));
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    font-weight: 600;
    color: #A3A3A3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-item:first-child .page-link::after,
.pagination .page-item:last-child .page-link::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f104";
    display: inline-block;
    color: #A3A3A3;
    font-size: 14px;
    margin-left: -8px;
}

.pagination .page-item:last-child .page-link::after {
    content: "\f105";
}

.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
    border: 1px solid #858585;
    color: hsl(var(--heading-color));
    background-color: hsl(var(--white)) !important;
    -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
}

.pagination .page-item:first-child {
    margin-right: auto;
}

.pagination .page-item:last-child {
    margin-left: auto;
}

.pagination .page-item .page-link {
    border: 0;
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    font-size: 14px;
    color: hsl(var(--body-color));
}

.pagination .page-item .page-link:hover {
    background-color: #DEDEDE;
    color: hsl(var(--black));
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__content {
    width: calc(100% - 35px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    font-size: 0.8125rem;
    color: hsl(var(--black)/0.7);
}

.action-buttons {
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.edit-btn {
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.08);
}

.delete-btn {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.08);
}

/* Table Content Css end */
/* Table Css Start */
.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    padding: 15px 20px;
    color: hsl(var(--white));
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    font-size: 0.875rem;
    background-color: hsl(var(--base));
    vertical-align: middle;
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 6px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 6px 0 0;
    text-align: right;
}


.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody tr {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 6px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--black)/0.7);
    font-weight: 500;
    max-width: 170px;
    font-size: 0.8125rem;
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 0.9375rem;
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
    border-left: 1px solid hsl(var(--black)/0.08);
    font-size: 0.875rem;
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid hsl(var(--black)/0.08);
}

@media screen and (max-width: 767px) {
    .table--responsive--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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid hsl(var(--black)/0.08) !important;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 12px 15px;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid transparent !important;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

.custom--tab.tab-two {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: hsl(var(--body-bg));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px;
    border-radius: 40px;
    z-index: 1;
}

@media screen and (max-width: 424px) {
    .custom--tab.tab-two {
        padding: 0;
    }
}

.custom--tab.tab-two .nav-item {
    padding: 0px;
}

.custom--tab.tab-two .nav-item .nav-link {
    color: hsl(var(--base-two));
    padding: 12px 25px;
    background-color: transparent !important;
    border-radius: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 700;
    border: 0 !important;
}

@media screen and (max-width: 1199px) {
    .custom--tab.tab-two .nav-item .nav-link {
        padding: 8px 15px !important;
    }
}

@media screen and (max-width: 424px) {
    .custom--tab.tab-two .nav-item .nav-link {
        padding: 8px 10px !important;
        font-size: 14px;
    }
}

.custom--tab.tab-two .nav-item .nav-link.active {
    color: hsl(var(--base-two));
    background-color: transparent;
    border: 0 !important;
    position: relative;
}

.custom--tab.tab-two .nav-item .nav-link:hover {
    color: hsl(var(--base-two));
}

.custom--tab.tab-two .nav-item-background {
    display: inline-block;
    width: 100%;
    height: calc(100% - 8px);
    position: absolute;
    z-index: -1;
    bottom: 0;
    background-color: hsl(var(--section-bg-three)) !important;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    top: 50%;
    border-radius: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
}

.custom--badge {
    font-size: 0.75rem;
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.badge--base {
    background-color: hsl(var(--base)/0.15) !important;
    color: hsl(var(--base)) !important;
}

.badge--primary {
    background-color: hsl(var(--primary)/0.15) !important;
    color: hsl(var(--primary)) !important;
}

.badge--secondary {
    background-color: hsl(var(--secondary)/0.15) !important;
    color: hsl(var(--secondary)) !important;
}

.badge--success {
    background-color: hsl(var(--success)/0.15) !important;
    color: hsl(var(--success)) !important;
}

.badge--danger {
    background-color: hsl(var(--danger)/0.15) !important;
    color: hsl(var(--danger)) !important;
}

.badge--warning {
    background-color: hsl(var(--warning)/0.15) !important;
    color: hsl(var(--warning)) !important;
}

.badge--info {
    background-color: hsl(var(--info)/0.15) !important;
    color: hsl(var(--info)) !important;
}

.badge--dark {
    background-color: hsl(var(--dark)/0.15) !important;
    color: hsl(var(--dark)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--white));
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 12px;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        padding: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.alert__icon {
    font-size: 1.25rem;
    line-height: 1;
}

.alert__content {
    width: calc(100% - 20px);
    padding-left: 10px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    font-size: 1.125rem;
    color: hsl(var(--white));
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--white)/0.8);
    display: block;
    line-height: 1.375;
    font-size: 14px;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.8125rem;
    }
}

.alert--base {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
}


.alert--primary {
    border-color: hsl(var(--primary));
    background-color: hsl(var(--primary)/0.1);
}

.alert--primary .alert__icon {
    color: hsl(var(--white));
}

.alert--success {
    border-color: hsl(var(--success));
    background-color: hsl(var(--success)/0.1);
}


.alert--info {
    border-color: hsl(var(--info));
    background-color: hsl(var(--info)/0.1);
}

.alert--info .alert__icon {
    color: hsl(var(--white));
}

.alert--danger {
    border-color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.1);
}

.alert--danger .alert__icon {
    color: hsl(var(--white));
}

.alert--warning {
    border-color: hsl(var(--warning));
    background-color: hsl(var(--warning)/0.1);
}


.alert--secondary {
    border-color: hsl(var(--secondary));
    background-color: hsl(var(--secondary)/0.1);
}


/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
}

.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;
    -webkit-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader-p:before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo {
    margin-right: 50px;
}

@media screen and (max-width: 1199px) {
    .navbar-brand.logo {
        margin-right: 20px;
    }
}

.navbar-brand.logo img {
    max-width: 200px;
    max-height: 60px;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

.header {
    position: absolute;
    z-index: 999;
    background: hsl(var(--base)/0.4);
    left: 0;
    right: 0;
    padding: 0;
    -webkit-backdrop-filter: blur(10.5px);
    backdrop-filter: blur(10.5px);

}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        background-color: hsl(var(--base));
        padding: 15px 0;
        position: absolute;
        left: 0;
        right: 0;
        max-height: 101vh;
        overflow-y: auto;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    background-color: hsl(var(--base));
    position: fixed;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    top: 0px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    width: 100%;
    box-shadow: -6px 10px 20px 0px hsl(var(--white) / .1);
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu .nav-item {
        padding-right: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-menu .nav-item {
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:last-child {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--white)) !important;
    }

    .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--white)) !important;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link {
        font-size: 1rem;
        color: hsl(var(--white)) !important;
        padding: 28px 0;
        position: relative;
        cursor: pointer;
        /* ======================== Style two ================ */
    }

    .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 20px;
        width: 0;
        height: 2px;
        background-color: hsl(var(--white));
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link .nav-item__icon {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
        border: 0;
        background-color: hsl(var(--white));
    }

    .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        color: hsl(var(--black));
        font-size: 1rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative;
    }

    .dropdown-menu__link::after {
        position: absolute;
        content: "\f00c";
        font-family: "Line Awesome Free";
        font-weight: 700;
        right: 14px;
        top: 50%;
        font-size: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: hsl(var(--white));
        visibility: hidden;
        opacity: 0;
    }

    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }

    .dropdown-menu__link:focus::after,
    .dropdown-menu__link:hover::after {
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .nav-menu .nav-item:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
    main {
        padding-top: 50px;
    }

    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu {
        margin-top: 20px;
    }

    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .nav-item:first-child {
        border-bottom: none;
    }

    .nav-item:last-child>a {
        border-bottom: 0;
    }

    .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--white)/0.1);
        color: hsl(var(--white));
    }

    .nav-item .nav-link::before {
        display: none;
    }

    .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--white)) !important;
    }

    .nav-item .nav-link.show[aria-expanded=true] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--white));
        border-bottom: 1px solid hsl(var(--white)/0.2);
        margin-left: 20px;
        color: hsl(var(--white));
    }

    .dropdown-menu li .dropdown-item:hover,
    .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--white));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2rem;
}

.navbar-toggler.header-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

select {
    color: hsl(var(--white)) !important;
    background-color: transparent;
    border: 1px solid hsl(var(--white)/0.4);
    padding: 5px 8px;
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: 5px;
}

select option {
    background-color: hsl(var(--white));
}

/* Login Registration */
.login-registration-list {
    gap: 10px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .login-registration-list {
        padding-right: 0;
    }
}

.login-registration-list__item {
    color: hsl(var(--white));
}

.login-registration-list__link {
    font-weight: 600;
    color: hsl(var(--white));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.login-registration-list__link:hover {
    color: hsl(var(--base-two));
}

@media screen and (max-width: 991px) {
    .login-registration-list__link:hover {
        color: hsl(var(--base));
    }
}

.login-registration-list__link .icon {
    font-size: 18px;
}

@media screen and (max-width: 575px) {
    .login-registration-list__link {
        font-size: 0.9375rem;
    }
}

.login-registration-list .header-top-icon {
    color: hsl(var(--white));
}

.login-registration-list .header-top-icon:hover {
    color: hsl(var(--base-two));
}

/*=========== Custom Dropdown Css Start=========== */
.custom--dropdown {
    margin-left: 20px;
}

@media screen and (max-width: 1199px) {
    .custom--dropdown {
        margin-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .custom--dropdown {
        width: 90px;
    }
}

.custom--dropdown.open>.custom--dropdown__selected::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom--dropdown>.custom--dropdown__selected {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    padding-right: 30px;
}

@media screen and (max-width: 991px) {
    .custom--dropdown>.custom--dropdown__selected {
        padding: 0;
    }
}

.custom--dropdown>.custom--dropdown__selected::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
    display: inline-block;
    position: absolute;
    margin-left: auto;
    width: unset !important;
    right: 10px;
    color: hsl(var(--white));
    font-size: 12px;
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected::before {
        right: 2px;
    }
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected {
        padding-right: 15px;
    }
}

.custom--dropdown>.dropdown-list {
    position: absolute;
    background-color: hsl(var(--black));
    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;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: 100%;
    margin-top: 5px;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    width: 85px;
    overflow-y: auto !important;
}

@media screen and (max-width: 991px) {
    .custom--dropdown>.dropdown-list {
        left: auto;
        right: 0;
        width: 80px;
        background-color: hsl(var(--white));
    }
}

.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 {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
    background-color: hsl(var(--black)) !important;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 1199px) {
    .custom--dropdown.open>.dropdown-list {
        background-color: hsl(var(--white)) !important;
    }
}

.dropdown-list>.dropdown-list__item {
    padding: 10px 8px !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}

.dropdown-list>.dropdown-list__item:hover {
    background-color: hsl(var(--base)) !important;
}

.dropdown-list>.dropdown-list__item:hover .text {
    color: hsl(var(--black)) !important;
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 50%;
}

.dropdown-list>.dropdown-list__item .text,
.custom--dropdown>.custom--dropdown__selected .text {
    width: calc(100% - 24px);
    padding-left: 4px;
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 991px) {
    .dropdown-list>.dropdown-list__item .text {
        color: hsl(var(--black)) !important;
    }
}

.dropdown-list__item .icon {
    width: 24px;
    font-size: 24px;
    color: hsl(var(--white));
}

/* ================================= Header Css End =========================== */
.header-two {
    position: relative;
    background: hsl(var(--base));
}

@media screen and (max-width: 991px) {
    .header-two {
        position: absolute;
    }
}

.header-two.fixed-header {
    position: sticky;
}

main {
    overflow: hidden;
}

main:has(.sidebar-menu) {
    overflow: unset;
}

.header-two .dropdown-list__item .thumb {
    width: 100% !important;
    padding: 10px 12px;
    color: hsl(var(--white)) !important;
}


.header-two .dropdown-list>.dropdown-list__item {
    padding: 0px !important;
}

.header-two .dropdown-list>.dropdown-list__item:hover .text {
    color: hsl(var(--white)) !important;
}

/*======================================== Mega Menu Css Start ==================================*/
.mega-menu {
    left: 0 !important;
    top: 120%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border-radius: 10px;
    z-index: 9;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;

}

.mega-menu__content {
    padding: 20px;
    background-color: hsl(var(--white));
}

.mega-menu__content__topbar {
    margin-bottom: 20px;
}

.mega-menu__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: hsl(var(--section-bg));
    padding: 24px 32px;
    border-radius: 0 0 16px 16px;
}

@media screen and (max-width: 991px) {
    .mega-menu__bottom {
        padding: 10px;
    }
}

.mega-menu__bottom .title {
    color: hsl(var(--body-color));
    font-weight: 500;
    margin-bottom: 0;
}

.mega-menu__left {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 10px;
}

@media screen and (max-width: 424px) {
    .mega-menu__left {
        grid-template-columns: 1fr;
    }
}

.mega-menu__right {
    background-color: hsl(var(--body-bg));
    padding: 24px;
}

.mega-menu__right .title {
    margin-bottom: 16px;
}

.mega-menu__category {
    display: grid;
    gap: 30px 10px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.mega-menu__category .category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

@media screen and (max-width: 575px) {
    .mega-menu__category .category-list {
        gap: 10px;
    }
}

.mega-menu__category .category-list__link {
    color: hsl(var(--body-color));
}

.mega-menu__category .category-list__link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .mega-menu {
        position: static;
        display: none;
        border-radius: 12px;
        width: 100%;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        margin-top: 20px;

    }

    .mega-menu.show {
        display: block;
    }

    .mega-menu.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .mega-menu.show[aria-expanded=true] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 991px) {
    .mega-menu__content {
        padding: 10px !important;
        background-color: hsl(var(--section-bg));
    }
}

.mega-menu__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media screen and (max-width: 1399px) {
    .mega-menu__inner {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .mega-menu__inner {
        gap: 10px;
    }
}

.mega-menu-list {
    width: 23%;
}

@media screen and (max-width: 991px) {
    .mega-menu-list {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {
    .mega-menu-list {
        width: 47%;
    }
}

@media screen and (max-width: 424px) {
    .mega-menu-list {
        width: 100%;
    }
}

.mega-menu-list__link {
    color: hsl(var(--black));
    -webkit-transition: 0.1s linear !important;
    transition: 0.1s linear !important;
    position: relative;
    padding: 0 0 0 20px;
}

.mega-menu-list__link::before {
    position: absolute;
    content: "\f101";
    font-weight: 900;
    font-family: "Line Awesome Free";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--base));
}

.mega-menu-list__link:hover {
    text-decoration: underline;
    margin-left: 4px;
    color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .mega-menu-list__link {
        font-size: 15px;
    }
}

/* Mega Menu List Css*/
.mega-menu-list__item {
    padding: 10px 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 1199px) {
    .mega-menu-list__item {
        padding: 8px 0;
    }
}

@media screen and (max-width: 767px) {
    .mega-menu-list__item {
        padding: 5px 0;
    }
}

.mega-menu-list__link:hover {
    color: hsl(var(--base));
}

.mega-menu__title {
    font-size: var(--heading-six);
    font-weight: 600;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.3;
    margin-bottom: 7px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 575px) {
    .mega-menu__title {
        font-size: 17px;
    }
}

.mega-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    --wh: 40px;
    padding: 12px;
    border-radius: 8px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media screen and (max-width: 1199px) {
    .mega-item {
        gap: 10px;
    }
}

.mega-item:hover {
    background-color: hsl(var(--body-bg));
}

.mega-item__icon {
    width: var(--wh);
    height: var(--wh);
    background-color: hsl(var(--base)/0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--base));
    font-size: 24px;
    border-radius: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 4px;
}

.mega-item__content {
    width: calc(100% - var(--wh));
}

.mega-item__title {
    font-weight: 500;
    margin-bottom: 5px;
}

.mega-item__title a:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-list__item {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.contact-list__item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.contact-list__item:last-child::before {
    display: none;
}

.contact-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsl(var(--base-two));
}

.contact-list__item-icon {
    font-size: 1.25rem;
    color: hsl(var(--base));
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.contact-list__link {
    color: hsl(var(--body-color));
    font-weight: 600;
    font-family: var(--body-font);
}

.contact-list__link:hover .contact-list__link-icon {
    color: hsl(var(--white));
}

.fixed-header .header-button {
    color: hsl(var(--white));
}

/* ============= Footer Start Here ======================= */
.footer-area {
    color: hsl(var(--white));
    margin-top: auto;
    background-color: hsl(var(--section-bg-two));
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-area__shape {
    position: absolute;
    right: 30px;
    bottom: -15px;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .footer-area__shape {
        right: -40px;
    }
}

@media screen and (max-width: 991px) {
    .footer-area__shape {
        max-width: 40%;
    }
}

@media screen and (max-width: 575px) {
    .footer-area__shape {
        opacity: 0.2;
        right: 0;
    }
}

.footer-area__shape-two {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.footer-area__logo {
    margin-bottom: 40px;
}

.footer-area__logo a img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 64px;
}

.footer-area__top {
    max-width: 80%;
}

@media screen and (max-width: 1399px) {
    .footer-area__top {
        max-width: 100%;
    }
}

.footer-area__contact {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 70%;
    padding-bottom: 30px;
    border-bottom: 1px solid #202E2D;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
    .footer-area__contact {
        max-width: 100%;
    }
}

.footer-area__contact .left .title {
    margin-bottom: 6px;
}

.footer-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .footer-item-container {
        gap: 40px 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 374px) {
    .footer-item-container {
        grid-template-columns: 1fr;
    }
}

.footer-item__title {
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .footer-item__title {
        margin-bottom: 16px;
    }
}

.footer-item .social-list {
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .footer-item .social-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item .social-list {
        margin-top: 15px;
    }
}

/* Footer List Item */
.footer-menu__item {
    display: block;
    padding-bottom: 16px;
}

.footer-menu__item:last-child {
    padding-bottom: 0;
}

.footer-menu__link {
    color: hsl(var(--body-color));
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

.footer-menu.style-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 24px;
}

@media screen and (max-width: 1199px) {
    .footer-menu.style-right {
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer-menu.style-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-menu.style-right .footer-menu__item {
    padding-bottom: 0;
}

.footer-menu.style-right .footer-menu__link {
    color: hsl(var(--base-d-800));
    text-decoration: underline;
    font-size: 14px;
}

.subscribe-item__title {
    margin-bottom: 16px;
    font-weight: 400;
    color: hsl(var(--black));
}

.subscribe-item__text {
    font-size: 12px;
    color: hsl(var(--black));
}

.subscribe-item__text .link {
    font-weight: 700;
    text-decoration: underline;
    color: hsl(var(--black));
}

.subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 424px) {
    .subscribe-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.subscribe-form .btn {
    width: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 424px) {
    .subscribe-form .btn {
        width: 100%;
    }
}

.subscribe-form .form--control {
    width: calc(100% - 130px);
    border-radius: 40px;
    border-color: hsl(var(--heading-color));
}

@media screen and (max-width: 424px) {
    .subscribe-form .form--control {
        width: 100%;
    }
}

.subscribe-form .form--control:focus {
    border-color: hsl(var(--base));
}

.subscribe-form .form--control::-webkit-input-placeholder {
    color: #686868;
    font-weight: 600;
    font-size: 16px;
}

.subscribe-form .form--control::-moz-placeholder {
    color: #686868;
    font-weight: 600;
    font-size: 16px;
}

.subscribe-form .form--control:-ms-input-placeholder {
    color: #686868;
    font-weight: 600;
    font-size: 16px;
}

.subscribe-form .form--control::-ms-input-placeholder {
    color: #686868;
    font-weight: 600;
    font-size: 16px;
}

.subscribe-form .form--control::placeholder {
    color: #686868;
    font-weight: 600;
    font-size: 16px;
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
    padding: 32px 0;
}

.bottom-footer-text {
    color: hsl(var(--base-d-800));
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .bottom-footer-text {
        text-align: center;
    }
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: hsl(var(--base));
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
    background-color: hsl(var(--base)/0.15);
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 155px 0 70px;
    background-color: #ddd;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding: 115px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 105px 0 40px;
    }
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumb__item {
    color: hsl(var(--white));
    padding: 0 5px;
    font-weight: 400;
    font-size: 1rem;
}

@media screen and (max-width: 374px) {
    .breadcrumb__item {
        font-size: 14px;
        padding: 0 3px;
    }
}

.breadcrumb__item-text {
    color: hsl(var(--white));
    font-weight: 600;
}

.breadcrumb__link {
    color: hsl(var(--white));
}

.breadcrumb__link:hover {
    color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.rating-list__item {
    font-size: 20px;
    color: hsl(var(--warning));
}

@media screen and (max-width: 575px) {

    .rating-list__item {
        font-size: 16px;
    }
}

.rating-list__number {
    color: hsl(var(--black));
    background-color: hsl(var(--base-two));
    font-size: 14px;
    padding: 5px 11px;
    border-radius: 30px;
    line-height: 1;
    font-weight: 600;
}

.rating-list__link {
    color: hsl(var(--white));
}

.rating-list__link:hover {
    color: hsl(var(--white));
    text-decoration: underline;
}

/* ================================= Start Rating Css End =========================== */
.blog-sidebar-wrapper {
    position: sticky;
    top: 100px;
}

/* ============ Sidebar search box ============= */
.search-box {
    position: relative;
}

.search-box__button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--base));
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
    background-color: hsl(var(--black)/0.03);
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-sidebar:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .blog-sidebar {
        padding: 20px 15px;
    }
}

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
    color: hsl(var(--black));
}

.blog-sidebar__title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: hsl(var(--base));
    left: 0;
    bottom: 0px;
}

/* ========================= Category & Tags List Style ========================= */
.text-list {
    /* Category */
    /* Style Tag */
}

.text-list.style-category .text-list__item {
    border-bottom: 1px dashed hsl(var(--black)/0.2);
}

.text-list.style-category .text-list__item:last-child {
    border-bottom: 0;
}

.text-list.style-category .text-list__link {
    color: hsl(var(--black));
}

.text-list.style-category .text-list__link:hover {
    color: hsl(var(--base));
}

.text-list.style-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
}

.text-list.style-tag .text-list__item {
    padding: 7px;
}

.text-list.style-tag .text-list__link {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--black)/0.08);
    padding: 6px 20px;
    border-radius: 3px;
}

.text-list.style-tag .text-list__link.active {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.text-list.style-tag .text-list__link:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog__thumb {
    width: 80px;
    max-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .latest-blog__thumb {
        width: 60px;
    }
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-blog__content {
        width: calc(100% - 60px);
    }
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-blog__title a:hover {
    color: hsl(var(--base));
}

/* ========================= Latest Blog Css End ===================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
    position: relative;
    z-index: 2;
    padding: 130px 0 130px;
}



@media screen and (max-width: 991px) {
    .banner-section {
        padding: 160px 0 100px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section {
        padding: 120px 0 60px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section.bg-img {
        background-position: center right;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .t-datepicker-days {
        left: -30px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section .t-datepicker-days {
        left: -40px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section .t-check-out .t-datepicker-days {
        left: -150px;
    }
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.5);
    content: "";
    z-index: -1
}

@media screen and (max-width: 767px) {
    .banner-section::before {
        background-color: hsl(var(--black)/0.7);
    }
}

.banner-content__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: hsl(var(--base)/0.2);
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base-third));
    font-size: 14px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


@media screen and (max-width: 575px) {
    .banner-content__badge {
        font-size: 14px;
    }

}

.badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: hsl(var(--base-third));
}

.banner-content__title {
    color: hsl(var(--white));
    margin-bottom: 10px;
}

.banner-content__title .title-text {
    font-weight: 400;
    color: hsl(var(--base-third));
}

.banner-content__desc {
    color: hsl(var(--white));
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .banner-content__desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__desc {
        margin-bottom: 20px;
    }
}

.destination-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
    justify-content: center;
}


@media screen and (max-width: 575px) {
    .banner-content__desc {
        margin-bottom: 20px;
    }

    .destination-row {
        margin-bottom: 25px;
    }
}


.destination-chip {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid hsl(var(--white)/0.2);
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 13px;
    color: hsl(var(--white)/0.8);
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
    .destination-chip {
        font-size: 12px;
        padding: 4px 10px;
    }
}

.destination-chip:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 1px solid hsl(var(--base));
}

.destination-flag {
    font-size: 14px;
     max-width: 18px;
}

.destination-flag img{
    border-radius:50%;
}




.search-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}


@media screen and (max-width: 767px) {
    .search-form-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.search-form-container__inner {
    width: calc(100% - 64px);
    background-color: hsl(var(--white));
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(79, 116, 113, 0.2);
    -webkit-box-shadow: 0 2px 0 0 rgba(79, 116, 113, 0.24);
    box-shadow: 0 2px 0 0 rgba(79, 116, 113, 0.24);
}

@media screen and (max-width: 767px) {
    .search-form-container__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        background-color: transparent;
        gap: 10px;
        border: 0;
    }
}

.search-form-container__inner .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 20px;
    width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
    .search-form-container__inner .search-box {
        background-color: hsl(var(--white));
        width: 100%;
        border-radius: 16px;
    }
}

.search-form-container__inner .search-box__icon {
    color: hsl(var(--base));
    font-size: 20px;
}

.search-form-container__inner .search-box .form--control {
    border: 0;
    padding: 0;
    margin-left: 12px;
    border-radius: 0px;
}

.search-form-container__inner .search-box .form--control:focus {
    border: 0 !important;
}

.search-form-container__inner .search-box .form--control::-webkit-input-placeholder {
    color: #B2B2B2;
}

.search-form-container__inner .search-box .form--control::-moz-placeholder {
    color: #B2B2B2;
}

.search-form-container__inner .search-box .form--control:-ms-input-placeholder {
    color: #B2B2B2;
}

.search-form-container__inner .search-box .form--control::-ms-input-placeholder {
    color: #B2B2B2;
}

.search-form-container__inner .search-box .form--control::placeholder {
    color: #B2B2B2;
}

.search-form-container .search-btn {
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsl(var(--base-third));
    border-radius: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: hsl(var(--white));
    font-size: 18px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .search-form-container .search-btn {
        width: 100%;
    }
}

.t-check-in {
    border: none !important;
}

.t-check-out {
    border: none !important;
    text-align: right;
}

.date-picker {
    width: 260px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .date-picker {
        background-color: hsl(var(--white));
        width: 100%;
        border-radius: 16px;
    }
}

.date-picker::after {
    position: absolute;
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: hsl(var(--base));
    font-size: 20px;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
    color: #B2B2B2;
    font-size: 16px;
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.t-dates {
    padding: 10px 15px;
    height: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .t-dates {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.t-datepicker {
    margin-left: 16px;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .t-datepicker {
        margin-left: 35px;
    }
}

@media screen and (max-width: 1199px) {

    .t-next,
    .t-prev,
    .t-table-condensed td,
    .t-table-condensed th {
        padding: 5px !important;
    }
}

@media screen and (max-width: 1199px) {
    .filter-sidebar .t-dates {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .filter-sidebar .date-picker {
        background-color: hsl(var(--white));
        width: 100%;
        border-radius: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .t-datepicker-days {
        width: 280px;
        left: -15px;
    }
}

@media screen and (max-width: 1199px) {
    .t-datepicker-days .t-table-wrap {
        margin-left: 0;
        width: 100%;
        padding: 0 10px;
    }
}

/* =========================== Banner Section End Here ========================= */
/*================ filter css start here ================*/
.trust-section {
    background-color: hsl(var(--section-bg));
    padding: 24px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.trust-section__thumb {
    position: absolute;
    right: 15%;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 1599px) {
    .trust-section__thumb {
        right: 7%;
    }
}

@media screen and (max-width: 991px) {
    .trust-section__thumb {
        right: 10px;
        opacity: 0.5;
    }
}

@media screen and (max-width: 767px) {
    .trust-section__thumb {
        display: none;
    }
}

.trust-section__shape {
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 1599px) {
    .trust-section__shape {
        right: 0;
    }
}

.trust-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .trust-wrapper {
        gap: 10px;
    }
}

.trust-wrapper .text .bold-text {
    font-weight: 600;
    color: hsl(var(--white));
}

.trust-wrapper .client-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;

}

.trust-wrapper .client-review__title {
    color: hsl(var(--white));
    font-size: 20px;
    font-weight: 500;
    font-family: var(--heading-font);
}

.trust-wrapper .client-review .rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.client-review-box {
    text-align: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .client-review-box {
        margin-top: 15px;
    }
}

.trust-wrapper .client-review .rating-list__item {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsl(var(--success));
    color: hsl(var(--white));
}

.trust-wrapper .client-review .rating-list__item.half {
    background-color: #D9D9D9;
    position: relative;
    z-index: 1;
}

.trust-wrapper .client-review .rating-list__item.half::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 50%;
    background-color: hsl(var(--success));
}

.trust-wrapper .trustpilot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.trust-wrapper .trustpilot__icon {
    width: 32px;
    color: hsl(var(--success));
    line-height: 1;
}

.trust-wrapper .trustpilot__text {
    font-size: 20px;
    font-weight: 700;
    color: hsl(var(--white));
}

/*================ filter css end here ================*/
/*========== explore section css start here ==========*/
.explore-container {
    padding: 200px 80px 80px 80px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .explore-container {
        padding: 150px 60px 60px 60px;
    }
}

@media screen and (max-width: 991px) {
    .explore-container {
        padding: 80px 30px 30px 30px;
    }
}

@media screen and (max-width: 991px) {
    .explore-container {
        padding: 30px;
    }
}

@media screen and (max-width: 575px) {
    .explore-container {
        padding: 20px;
    }
}

.explore-container__content {
    background: hsl(var(--section-bg));
    padding: 40px;
    max-width: 650px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 0 6px #D8CDB8;
    box-shadow: 0 0 0 6px #D8CDB8;
}

@media screen and (max-width: 991px) {
    .explore-container__content {
        max-width: 100%;
        padding: 20px;
    }
}

.explore-container__title {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .explore-container__title {
        margin-bottom: 16px;
    }
}

.explore-container__title .title-text {
    font-weight: 400;
}

.explore-container__desc {
    font-weight: 400;
}

.explore-container__btn {
    margin-top: 55px;
}

@media screen and (max-width: 1399px) {
    .explore-container__btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .explore-container__btn {
        margin-top: 24px;
    }
}

/*========== explore section css end here ==========*/
/*=========== why choose section css start here ===========*/
.choose-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 65px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
    .choose-item-wrapper {
        gap: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .choose-item-wrapper {
        gap: 40px;
        grid-template-columns: 1fr;
    }
}

.choose-item {
    width: 100%;
}

.choose-item__thumb {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.choose-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.choose-item__content {
    margin-top: 32px;
}

@media screen and (max-width: 991px) {
    .choose-item__content {
        margin-top: 20px;
    }
}

.choose-item__title {
    margin-bottom: 16px;
}

.choose-item__desc {
    font-weight: 400;
}

.choose-item:first-child {
    margin-top: 0 !important;
}

.choose-item:nth-child(even) {
    margin-top: 100px;
}

@media screen and (max-width: 1199px) {
    .choose-item:nth-child(even) {
        margin-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .choose-item:nth-child(even) {
        margin-top: 0;
    }
}

.choose-item:nth-child(2) {
    margin-top: 200px;
}

@media screen and (max-width: 1199px) {
    .choose-item:nth-child(2) {
        margin-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .choose-item:nth-child(2) {
        margin-top: 0;
    }
}

.choose-item:nth-child(odd) {
    margin-top: -120px;
}

@media screen and (max-width: 1199px) {
    .choose-item:nth-child(odd) {
        margin-top: -80px !important;
    }
}

@media screen and (max-width: 767px) {
    .choose-item:nth-child(odd) {
        margin-top: 0 !important;
    }
}

/*=========== why choose section css end here ===========*/
/*============ popular section css start here ============*/
.popular-section {
    background-color: hsl(var(--section-bg));
    padding: 160px 0;
}

@media screen and (max-width: 1399px) {
    .popular-section {
        padding: 120px 0;
    }
}

@media screen and (max-width: 991px) {
    .popular-section {
        padding: 80px 0;
    }
}

@media screen and (max-width: 575px) {
    .popular-section {
        padding: 60px 0;
    }
}

.popular-section .slick-next {
    right: 0px;
}

.popular-section .slick-prev {
    right: 70px;
}

.popular-section .slick-arrow {
    margin-right: clamp(3.75rem, -37.476rem + 47.1154vw, 19.0625rem);
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .popular-section .slick-arrow {
        margin-right: clamp(2.5rem, -37.0729rem + 52.7638vw, 9.0625rem);
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .popular-section .slick-arrow {
        margin-right: clamp(1.5rem, -30.2488rem + 51.2077vw, 8.125rem);
    }
}

.location-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.location-item:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.location-item__thumb {
    width: 100%;
    height: 100%;
    position: relative;
}

.location-item__thumb img {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.location-item__place {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: hsl(var(--white));
    border-radius: 40px;
    padding: 10px 20px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    border: 1px solid hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .location-item__place {
        padding: 8px 16px;
        font-size: 14px;
    }
}

/*============ popular section css end here ============*/
/*================ travel deal section css start here ================*/
.deal-section .slick-track {
    padding-bottom: 30px;
}

.deal-section .slick-dots {
    text-align: left;
    padding-top: 0px;
}

/* .location-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
} */

.location-card {
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    background: hsl(var(--white));
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.location-card__icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    color: hsl(var(--white));
    background: rgba(32, 46, 45, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.location-card:hover .location-card__thumb-link img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.location-card__thumb {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.location-card__thumb-link {
    width: 100%;
    height: 100%;
}

.location-card__thumb-link img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-size: cover;
    width: 100%;
}

.location-card__content {
    background-color: hsl(var(--white));
    padding: 24px 16px;
}

.location-card__title {
    margin-bottom: 16px;
    margin-top: 12px;
}

.location-card__title-link {
    color: hsl(var(--heading-color));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.location-card__title-link:hover {
    color: hsl(var(--base));
}

.location-card__price {
    font-weight: 500;
    font-size: 20px;
    color: hsl(var(--base));
}

.text-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-list__item {
    color: hsl(var(--black) / .75);
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.text-list__item::after {
    position: absolute;
    content: "";
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: hsl(var(--black));
}

.text-list__item:last-child::after {
    display: none;
}

/*================ travel deal section css end here ================*/
/*=========== theme section start here ===========*/
.theme-section {
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.theme-section .section-heading__title {
    color: hsl(var(--white));
}

.theme-section .section-heading__title .title-text {
    color: hsl(var(--white));
}

.theme-section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(59.33% 50% at 50% 50%, #2F4644 0%, rgba(79, 116, 113, 0.7) 100%);
    z-index: -1;
}

/*=========== theme section end here ===========*/
/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
    position: relative;
}

.testimonials .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

.testimonials .slick-next {
    right: 0px;
}

.testimonials .slick-prev {
    left: 0px;
}

.testimonials .slick-dots {
    padding-top: 30px;
    text-align: center;
}

.testimonails-card {
    height: 100%;
}

.testimonial-item {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    background-color: hsl(var(--white));
    border-radius: 16px;
    padding: 24px;
    height: 100%;
}



.testimonial-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-item__rating .rating-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-item__thumb {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.testimonial-item__name {
    margin-bottom: 5px;
    font-weight: 600;
}

.testimonial-item__designation {
    font-weight: 400;
}

.testimonial-item__desc {
    margin-top: 20px;
    color: hsl(var(--heading-color));
    font-family: var(--heading-font);
    font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
    .testimonial-item__desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-item__desc {
        font-size: 16px;
    }
}

/* ================================ Testimonails Section Css End ============================= */
/*================ counter up section start here ================*/
.counterup-item {
    border-radius: 16px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    padding: 48px 24px;
    text-align: center;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.counterup-item__thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.counterup-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 17px;
}

.counterup-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    z-index: -1;
    background: hsl(var(--white)/0.9);
}

@media screen and (max-width: 1399px) {
    .counterup-item {
        padding: 32px 20px;
    }
}

.counterup-item__title {
    color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .counterup-item__title {
        font-size: 32px;
    }
}

.counterup-item__text {
    font-weight: 400;
    font-size: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 1399px) {
    .counterup-item__text {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 424px) {
    .counterup-item__text {
        font-size: 14px;
    }
}

.odometer {
    font-size: 2.5rem;
    line-height: 1;
    color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .odometer {
        font-size: 32px;
    }
}

/*================ counter up section end here ================*/
/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    background-color: hsl(var(--white));
    border-radius: 16px;
    padding: 20px;
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 1399px) {
    .blog-item {
        gap: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .blog-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.blog-item:hover .blog-item__thumb-link img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-item__thumb {
    border-radius: 16px;
    overflow: hidden;
    max-height: 250px;
    width: 300px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1399px) {
    .blog-item__thumb {
        width: 250px;
    }
}

@media screen and (max-width: 1199px) {
    .blog-item__thumb {
        width: 100%;
    }
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-item__top .text {
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    border-radius: 8px;
    background-color: hsl(var(--section-bg-two));
    color: hsl(var(--base));
    line-height: 1;
}

.blog-item__top .date {
    color: hsl(var(--base));
    font-weight: 700;
}

.blog-item__content {
    height: 100%;
    width: calc(100% - 300px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1399px) {
    .blog-item__content {
        width: calc(100% - 250px);
    }
}

@media screen and (max-width: 1199px) {
    .blog-item__content {
        width: 100%;
    }
}

.blog-item__title {
    margin-top: 16px;
    margin-bottom: 8px;
}

.blog-item__title-link {
    color: hsl(var(--heading-color));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__title-link:hover {
    color: hsl(var(--base));
}

.blog-item__desc {
    margin-bottom: 40px;
    font-weight: 400;
    color: hsl(var(--heading-color));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1399px) {
    .blog-item__desc {
        margin-bottom: 20px;
    }
}

.blog-item__btn {
    margin-top: auto;
    color: hsl(var(--base));
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.blog-item__btn .icon {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.blog-item__btn:hover .icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

/* Text Border Bottom Animation Css Start */
.border-effect {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border-effect:hover {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
}

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/*============= cta section css start here =============*/
.cta-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 60px 0;
}

@media screen and (max-width: 424px) {
    .cta-section {
        padding: 40px 0;
    }
}

.cta-section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--base));
    z-index: -2;
}

.cta-section__shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cta-section__shape img {
    width: 100%;
    height: 100%;
}

.cta-section__shape-two {
    position: absolute;
    top: 0;
    right: 10%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .cta-section__shape-two {
        right: 2%;
    }
}

@media screen and (max-width: 991px) {
    .cta-section__shape-two {
        opacity: 0.4;
    }
}

@media screen and (max-width: 767px) {
    .cta-section__shape-two {
        opacity: 0.2;
    }
}

@media screen and (max-width: 424px) {
    .cta-section__shape-two {
        display: none;
    }
}

.cta-section__shape-two img {
    width: 100%;
    height: 100%;
}

.cta-section .cta-content__title {
    color: hsl(var(--base-two));
    max-width: 350px;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .cta-section .cta-content__title {
        margin-bottom: 16px;
    }
}

.cta-section .cta-content__title .title-text {
    color: hsl(var(--white));
}

.cta-section .cta-content__desc {
    color: hsl(var(--white));
    font-weight: 20;
    font-weight: 400;
    max-width: 650px;
}

.cta-section .cta-content__btns {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .cta-section .cta-content__btns {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section .cta-content__btns {
        margin-top: 16px;
    }
}

@media screen and (max-width: 374px) {
    .cta-section .cta-content__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 374px) {
    .cta-section .cta-content__btns .btn {
        width: 100%;
    }
}

/*============= cta section css end here =============*/
/*=========== filter section css start here ===========*/
.filter-banner {
    padding: 100px 0 20px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .filter-banner {
        padding: 20px 0;
    }
}

.filter-banner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 35, 34, 0.5)), to(rgba(24, 35, 34, 0.5))), -webkit-gradient(linear, right top, left top, color-stop(36.9%, rgba(32, 46, 45, 0)), color-stop(88.21%, rgba(32, 46, 45, 0.71)));
    background: linear-gradient(0deg, rgba(24, 35, 34, 0.5) 0%, rgba(24, 35, 34, 0.5) 100%), linear-gradient(-90deg, rgba(32, 46, 45, 0) 36.9%, rgba(32, 46, 45, 0.71) 88.21%);
}

.filter-search {
    margin-top: 45px;
}

.filter-search__title {
    color: hsl(var(--white));
    font-weight: 500;
    margin-bottom: 16px;
}

.filter-search__form {
    background-color: hsl(var(--white));
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.filter-search__form .form--control {
    border: 0;
    padding: 15px 24px;
    padding-right: 60px;
}

.filter-search__form .form--control::-webkit-input-placeholder {
    color: hsl(var(--body-color));
}

.filter-search__form .form--control::-moz-placeholder {
    color: hsl(var(--body-color));
}

.filter-search__form .form--control:-ms-input-placeholder {
    color: hsl(var(--body-color));
}

.filter-search__form .form--control::-ms-input-placeholder {
    color: hsl(var(--body-color));
}

.filter-search__form .form--control::placeholder {
    color: hsl(var(--body-color));
}

.filter-search__form .form--control:focus {
    border: 0;
}

.filter-search__form .input-group-text {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 1px solid hsl(var(--border-color));
    border-radius: 0;
    background-color: var(--input-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--white));
    width: 48px;
    border-radius: 0 12px 12px 0;
}

.filter-search__text {
    margin-top: 24px;
    color: hsl(var(--white));
    font-weight: 700;
}


.filter-section .select2+.select2-container .select2-selection__rendered {
    line-height: var(--height);
    color: hsl(var(--body-color));
    padding-left: 20px !important;
    font-weight: 600;
}

.filter-section .select2+.select2-container .select2-selection {
    border-radius: 8px;
}

.filter-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.filter-main-wrapper .filter-body {
    width: calc(100% - 320px);
    padding-left: 20px;
}

@media screen and (max-width: 1199px) {
    .filter-main-wrapper .filter-body {
        width: 100%;
        padding-left: 0;
    }
}

.filter-main-wrapper .filter-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
    .filter-main-wrapper .filter-header {
        display: grid;
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width: 575px) {
    .filter-main-wrapper .filter-header {
        grid-template-columns: 1fr;
    }
}

.filter-main-wrapper .filter-header__left {
    width: 260px;
}

@media screen and (max-width: 1199px) {
    .filter-main-wrapper .filter-header__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        width: 100%;
    }
}

@media screen and (max-width: 374px) {
    .filter-main-wrapper .filter-header__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}

@media screen and (max-width: 1199px) {
    .filter-main-wrapper .filter-header__left .select2+.select2-container {
        min-width: 240px;
    }
}

@media screen and (max-width: 374px) {
    .filter-main-wrapper .filter-header__left .select2+.select2-container {
        min-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 374px) {
    .filter-main-wrapper .filter-header__left .select2-wrapper {
        width: 100%;
    }
}

.filter-main-wrapper .filter-header__left .sidebar-filter-icon {
    display: none;
    background-color: hsl(var(--white));
    padding: 13px 15px;
    border-radius: 8px;
    line-height: 1;
    border: 1px solid hsl(var(--heading-color)/0.2);
}

@media screen and (max-width: 1199px) {
    .filter-main-wrapper .filter-header__left .sidebar-filter-icon {
        display: block;
    }
}

@media screen and (max-width: 374px) {
    .filter-main-wrapper .filter-header__left .sidebar-filter-icon {
        width: 100%;
    }
}

.filter-main-wrapper .filter-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media screen and (max-width: 374px) {
    .filter-main-wrapper .filter-header__right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.filter-main-wrapper .filter-header__right .custom--tab .nav-item .nav-link {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsl(var(--base-two)/0.2) !important;
    color: hsl(var(--body-color));
    border: 1px solid hsl(var(--base-two)) !important;
}

.filter-main-wrapper .filter-header__right .custom--tab .nav-item .nav-link.active {
    color: hsl(var(--base-two-d-600));
    border: 1px solid hsl(var(--base-two)/0.2) !important;
    background-color: hsl(var(--base-two)) !important;
}

.filter-main-wrapper .filter-header__right .text {
    font-weight: 600;
}

/*========= location card two css start here =========*/
.location-card.card-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px;
}

@media screen and (max-width: 575px) {
    .location-card.card-two {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .location-card.card-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}

.location-card.card-two .location-card__thumb {
    width: 310px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    max-height: 280px;
}

@media screen and (max-width: 1399px) {
    .location-card.card-two .location-card__thumb {
        width: 280px;
    }
}

@media screen and (max-width: 991px) {
    .location-card.card-two .location-card__thumb {
        width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .location-card.card-two .location-card__thumb {
        width: 100%;
    }
}

.location-card.card-two .location-card__thumb-link {
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .location-card.card-two .location-card__thumb-link {
        border-radius: 0;
    }
}

.location-card.card-two .location-card__thumb-link img {
    height: 100%;
    border-radius: 8px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .location-card.card-two .location-card__thumb-link img {
        border-radius: 0;
    }
}

.location-card.card-two .location-card__icon {
    left: 16px;
}

.location-card.card-two .location-card__content {
    width: calc(100% - 310px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 24px;
    padding: 10px 16px;
}

@media screen and (max-width: 1399px) {
    .location-card.card-two .location-card__content {
        width: calc(100% - 280px);
        gap: 15px;
    }
}

@media screen and (max-width: 991px) {
    .location-card.card-two .location-card__content {
        width: calc(100% - 250px);
    }
}

@media screen and (max-width: 767px) {
    .location-card.card-two .location-card__content {
        width: 100%;
        padding: 24px 16px;
    }
}

@media screen and (max-width: 575px) {
    .location-card.card-two .location-card__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.location-card.card-two .location-card__content .right {
    min-width: 170px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

@media screen and (max-width: 1399px) {
    .location-card.card-two .location-card__content .right {
        gap: 3px;
    }
}

@media screen and (max-width: 991px) {
    .location-card.card-two .location-card__content .right {
        min-width: 130px;
    }
}

@media screen and (max-width: 575px) {
    .location-card.card-two .location-card__content .right {
        text-align: left;
        min-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .location-card.card-two .location-card__content .right .btn {
        padding: 8px 12px;
        font-size: 14px;
    }
}

.location-card.card-two .location-card__content .btns-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

@media screen and (max-width: 575px) {
    .location-card.card-two .location-card__content .btns-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 374px) {
    .location-card.card-two .location-card__content .btns-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.location-card.card-two .location-card__title {
    margin-top: 0;
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .location-card.card-two .location-card__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.location-card.card-two .location-card__rating {
    margin-top: 10px;
}

@media screen and (max-width: 1399px) {
    .location-card.card-two .location-card__rating .rating-list__item {
        font-size: 16px;
    }
}

.location-card.card-two .location-card__rating .rating-list__number {
    font-size: 12px;
    padding: 5px 8px;
}

.location-card.card-two .location-card__text {
    font-weight: 600;
    margin-top: 10px;
}

@media screen and (max-width: 1399px) {
    .location-card.card-two .location-card__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 1399px) {
    .location-card.card-two .location-card__price {
        font-size: 16px;
    }
}

@media screen and (max-width: 1399px) {
    .location-card.card-two .text-list__item {
        font-size: 14px;
    }
}

.location-card.card-two .text-list__item-icon svg {
    width: 14px !important;
}

.text-list.list-two {
    gap: 10px;
}

.text-list.list-two .text-list__item {
    color: hsl(var(--base));
}

.text-list.list-two .text-list__item::after {
    display: none;
}

.booking-box__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: 20px -12px 0 -12px;
    width: calc(100% - 170px);
}

@media screen and (max-width: 991px) {
    .booking-box__check {
        width: calc(100% - 130px);
    }
}

@media screen and (max-width: 575px) {
    .booking-box__check {
        width: 100%;
        margin-bottom: 20px;
    }
}

.booking-box__check::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    z-index: -1;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px dashed hsl(var(--heading-color));
}

.booking-box__check .checking-box {
    background: hsl(var(--white));
    padding: 0 12px;
}

@media screen and (max-width: 424px) {
    .booking-box__check .checking-box:last-child {
        text-align: right !important;
    }
}

@media screen and (max-width: 424px) {
    .booking-box__check .checking-box {
        width: unset !important;
        text-align: left !important;
    }
}

.booking-box__check .checking-box__title {
    color: hsl(var(--base));
    font-size: 14px;
}

@media screen and (max-width: 1399px) {
    .booking-box__check .checking-box__title {
        font-size: 12px;
    }
}

.booking-box__check .checking-box__date {
    font-weight: 600;
    font-size: 16px;
}

@media screen and (max-width: 1399px) {
    .booking-box__check .checking-box__date {
        font-size: 15px;
    }
}

.booking-box__check .checking-box__time {
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    .booking-box__check .checking-box__time {
        font-size: 12px;
    }
}

.booking-box__check .checking-box__text {
    padding: 0 6px;
    background-color: hsl(var(--white));
    font-weight: 600;
}

@media screen and (max-width: 424px) {
    .booking-box__check .checking-box__text {
        display: none;
    }
}

main:has(.filter-sidebar) {
    overflow: unset;
}

/*=========== filter section css end here ===========*/
/*===================== filter sidebar section css start here =====================*/
.filter-sidebar {
    width: 320px;
    position: sticky;
    top: 100px;
    background-color: hsl(var(--section-bg-three));
    padding: 16px;
    border-radius: 16px;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .filter-sidebar {
        position: fixed;
        height: 100vh;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
        background-color: hsl(var(--white));
        padding: 20px;
        left: 0 !important;
        top: 0;
        z-index: 9999;
        overflow-y: scroll;
        padding-top: 60px;
        border-radius: 0;
    }

    .filter-sidebar.show-filter-sidebar {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        z-index: 99991;
    }
}

.filter-sidebar .sidebar-item {
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--heading-color));
    padding-bottom: 20px;
}

.filter-sidebar .sidebar-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.filter-sidebar .sidebar-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.filter-sidebar .sidebar-item__text {
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.filter-sidebar .sidebar-item__text:hover {
    color: hsl(var(--danger));
}

.filter-sidebar .sidebar-item__body {
    margin-top: 20px;
}

.filter-sidebar .sidebar-item__title {
    margin-bottom: 0px;
}

.filter-sidebar .sidebar-item__text {
    color: hsl(var(--body-color));
    font-size: 14px;
}

.filter-sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.filter-sidebar .form--control {
    background-color: transparent !important;
}

.sidebar-filter__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
}

.sidebar-filter__close:hover,
.sidebar-filter__close:focus {
    color: hsl(var(--danger));
}

.price-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.year-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.year-selector .year {
    padding: 12px 20px;
    border: 1px solid hsl(var(--base));
    background-color: transparent;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    line-height: 1;
    color: hsl(var(--base));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    font-weight: 700;
}

.year-selector .year.active {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.date-content .date-picker {
    width: 100%;
}

.date-content .t-datepicker {
    margin-left: 0;
    padding-bottom: 0;
    border: 1px solid hsl(var(--border-color-two));
    width: 100%;
    border-radius: 30px;
    padding-left: 15px;
}

.date-content .t-dates {
    height: 44px;
}

.date-content .t-date-info-title {
    color: hsl(var(--body-color));
    font-weight: 600;
}

.filter-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

/*===================== filter sidebar section css end here =====================*/
/*=========== travel details section css start here ===========*/
.travel-details-info {
    position: sticky;
    z-index: 9;
    top: 80px;
    border-bottom: 1px solid hsl(var(--body-bg));
}

@media screen and (max-width: 991px) {
    .travel-details-info {
        top: 60px;
    }
}

.tour-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

@media screen and (max-width: 575px) {
    .tour-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 24px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.tour-info__left .title {
    color: hsl(var(--white));
    margin-bottom: 32px;
    font-weight: 600;
    max-width: 400px;
}

@media screen and (max-width: 991px) {
    .tour-info__left .title {
        max-width: 350px;
        margin-bottom: 16px;
    }
}

.tour-info__price {
    color: hsl(var(--white));
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 575px) {
    .tour-info__price {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.tour-info__right {
    text-align: right;
    min-width: 200px;
}

@media screen and (max-width: 575px) {
    .tour-info__right {
        text-align: left;
    }
}

.tour-info__right .text {
    color: hsl(var(--white));
}

.cart-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}

@media screen and (max-width: 575px) {
    .cart-btns {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.cart-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    background: rgba(32, 46, 45, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.cart-btn:hover {
    background: hsl(var(--base)) !important;
    border-color: hsl(var(--base));

}

.travel-details-info {
    background-color: hsl(var(--section-bg-three));
}

.travel-details-info .slick-initialized.slick-slider .slick-slide {
    width: auto !important;
}

.tab-wrapper {
    position: relative;
    overflow: hidden;
}

.tab-scroll-icon.left {
    left: 0;
    background: linear-gradient(280deg, rgba(241, 233, 219, 0) 0%, hsl(var(--section-bg-three)) 14%);
}

.tab-scroll-icon.right {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(241, 233, 219, 0)), color-stop(14%, hsl(var(--section-bg-three))));
    background: linear-gradient(90deg, rgba(241, 233, 219, 0) 0%, hsl(var(--section-bg-three)) 14%);
}

.travel-details-tab-content {
    overflow: hidden;
}

.travel-details-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    padding: 0 10px;
}

.travel-details-tab-list::-webkit-scrollbar {
    display: none;
}

.travel-details-tab-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.travel-details-tab-link {
    display: inline-block;
    padding: 24px 18px;
    color: hsl(var(--body-color));
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
    .travel-details-tab-link {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 575px) {
    .travel-details-tab-link {
        padding: 16px 10px;
    }
}

@media screen and (max-width: 424px) {
    .travel-details-tab-link {
        padding: 16px 8px;
        font-size: 14px;
    }
}

.travel-details-tab-link::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: hsl(var(--black));
}

.travel-details-tab-link.active::after {
    width: 100%;
}

.tab-scroll-icon {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

/*=========== travel details section css end here ===========*/
/*== gallery popup css ==*/
.gallery {
    height: 100%;
    width: 100%;
}

.gallery .gallery-thumb {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.gallery .gallery-thumb:hover .gallery-icon {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
}

.gallery .gallery-thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.gallery .gallery-icon {
    background-color: hsl(var(--black)/0.6);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%) scale(0.5);
    transform: translate(-50%) scale(0.5);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 35px;
    color: hsl(var(--white));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.gallery-container {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .gallery-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 424px) {
    .gallery-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.thumb-one {
    grid-column: span 3/span 3;
    grid-row: span 2/span 2;
}

@media screen and (min-width: 1400px) {
    .gallery.thumb-one .gallery-thumb {
        max-height: 500px;
    }
}


@media screen and (max-width: 767px) {
    .thumb-one {
        grid-column: span 2/span 2;
    }
}

.thumb-two {
    grid-column-start: 4;
}

@media screen and (max-width: 767px) {
    .thumb-two {
        grid-column-start: 3;
    }
}

.thumb-three {
    grid-column-start: 5;
}

@media screen and (max-width: 767px) {
    .thumb-three {
        grid-column-start: 4;
    }
}

.thumb-four {
    grid-column: span 2/span 2;
    grid-column-start: 4;
    grid-row-start: 2;
    max-height: 240px;
}

@media screen and (max-width: 767px) {
    .thumb-four {
        grid-column-start: 3;
    }
}

/*== gallery popup css ==*/
/*======= info-card css start here =======*/
.tab-item {
    margin-bottom: 40px;
}

.tab-item:last-child {
    margin-bottom: 0;
}

.info-item__header {
    padding: 20px 0;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    margin-bottom: 32px;
}

.info-item__header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info-item__header .header-inner .expand-btn {
    color: hsl(var(--base));
    font-weight: 400;
}

.info-item__title {
    margin-bottom: 0;
}

.info-item__body .title {
    margin-bottom: 16px;
    font-weight: 600;
}

.info-item__content {
    margin-bottom: 24px;
}

.info-card-wrapper {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.info-card-wrapper .info-card {
    background: hsl(var(--base-two));
    padding: 20px;
    border-radius: 16px;
    text-align: center;
}

.info-card-wrapper .info-card__icon {
    color: hsl(var(--heading-color));
    width: 32px;
    font-size: 24px;
    margin: 0 auto;
}

.info-card-wrapper .info-card__title {
    margin-top: 16px;
    margin-bottom: 8px;
}

.info-card-wrapper .info-card__desc {
    font-size: 14px;
}

.content-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px 24px;
}

.content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.content-list__item {
    position: relative;
    padding-left: 20px;
}

.content-list__item::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: hsl(var(--body-color));
}

.map-container {
    border-radius: 8px;
    background: hsl(var(--white));
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    padding: 45px 70px;
}

@media screen and (max-width: 991px) {
    .map-container {
        padding: 32px 50px;
    }
}

@media screen and (max-width: 767px) {
    .map-container {
        padding: 24px 32px;
    }
}

.map-container .title {
    font-weight: 600;
    font-family: var(--body-font);
    margin-bottom: 32px;
}

.map-container .map-thumb {
    width: 100%;
    height: 100%;
    max-height: 430px;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 400px;
}

.map-container .zoom-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.map-container .zoom-btn-wrapper .zoom-btn {
    width: 32px;
    height: 32px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    color: hsl(var(--black));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
}

.map-container__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
}

@media screen and (max-width: 1399px) {
    .map-container__bottom {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .map-container__bottom {
        margin-top: 24px;
    }
}

.map-container__bottom .select-point-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px 24px;
}

.map-container__bottom .select-point-wrapper .select-item {
    text-align: center;
}

.map-container__bottom .select-point-wrapper .select-item__point {
    width: 32px;
    height: 32px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    color: hsl(var(--black));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
}

.map-container__bottom .select-point-wrapper .select-item__point::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: hsl(var(--black));
}

.map-container__bottom .select-point-wrapper .select-item__point.success::after {
    background-color: hsl(var(--success));
}

.map-container__bottom .select-point-wrapper .select-item__point.black::after {
    background-color: hsl(var(--black));
}

.map-container__bottom .select-point-wrapper .select-item__point.danger::after {
    background-color: hsl(var(--danger));
    border-radius: 0;
    height: 3px;
    width: 20px;
}

.map-container__bottom .select-point-wrapper .select-item__text {
    font-size: 14px;
    margin-top: 20px;
}

.zoom-image {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

/* fullscreen css start here */
.custom-fullscreen {
    display: none;
    position: fixed;
    inset: 0;
    background: hsl(var(--white));
    z-index: 9999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-fullscreen.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fullscreen-image {
    max-width: 90%;
    max-height: 90%;
    -o-object-fit: contain;
    object-fit: contain;
}

.close-fullscreen {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 32px;
    font-weight: 700;
    color: hsl(var(--black));
    cursor: pointer;
    z-index: 10000;
}

/*======= info-card css end here =======*/
/*==== days container css start here ====*/
.single-day {
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 15px;
    margin-bottom: 8px;
    overflow: hidden;
}

.single-day__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 6px;
}

@media screen and (max-width: 575px) {
    .single-day__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}

.single-day__thumb {
    width: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .single-day__thumb {
        width: 180px;
    }
}

@media screen and (max-width: 575px) {
    .single-day__thumb {
        display: none;
    }
}

.single-day__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.single-day__title {
    margin: 12px 0;
}

@media screen and (max-width: 767px) {
    .single-day__title {
        margin: 8px 0;
    }
}

.single-day__time {
    color: hsl(var(--heading-color));
}

.single-day__content {
    width: calc(100% - 260px);
}

@media screen and (max-width: 767px) {
    .single-day__content {
        width: calc(100% - 180px);
    }
}

@media screen and (max-width: 575px) {
    .single-day__content {
        width: 100%;
        padding: 16px;
    }
}

.view-more-btn {
    margin-top: 24px;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 767px) {
    .view-more-btn {
        margin-top: 8px;
    }
}

.single-day-details {
    display: none;
}

.single-day-details.show {
    display: block;
}

.single-day:has(.single-day-details.show) .view-more-btn {
    color: hsl(var(--base-color));
    font-weight: 700;
}

.single-day:has(.single-day-details.show) .view-more-btn i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.single-day:has(.single-day-details.show) .single-day__item {
    background-color: hsl(var(--base-two));
}

/* content details */
.content-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

.content-details__icon {
    width: 20px;
    font-size: 20px;
    color: hsl(var(--heading-color));
    margin-right: 6px;
}

.content-details__item {
    color: hsl(var(--heading-color));
}

.content-details__item .title {
    font-weight: 700;
    margin-bottom: 0;
}

.single-day-details {
    padding: 32px;
}

/*==== days container css end here ====*/
/*=== travel activity details css start here ===*/
.activities-container {
    padding: 32px;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 16px;
    margin-top: 10px;
}

.activities-container__title {
    margin-bottom: 20px;
}

.activities-container .activities-item__title {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}

.activities-container .activity-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.activities-container .activity-list__item {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.activities-container .activity-list__item::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: hsl(var(--body-color));
}

.activity-item-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

/*=== travel activity details css end here ===*/
/*=== travel review start here ===*/
.review-wrapper .title {
    margin-bottom: 32px;
}

.review-wrapper__rating {
    border: 1px solid hsl(var(--black)/0.1);
    padding: 42px 32px;
    border-radius: 16px;
}

@media screen and (max-width: 575px) {
    .review-wrapper__rating {
        padding: 24px 16px;
    }
}

.review-wrapper__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 120px;
    margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
    .review-wrapper__top {
        gap: 20px 50px;
    }
}

@media screen and (max-width: 767px) {
    .review-wrapper__top {
        gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .review-wrapper__top {
        gap: 10px;
    }
}

@media screen and (max-width: 424px) {
    .review-wrapper__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.review-wrapper__right {
    width: calc(100% - 180px);
}

@media screen and (max-width: 575px) {
    .review-wrapper__right {
        width: calc(100% - 140px);
    }
}

@media screen and (max-width: 424px) {
    .review-wrapper__right {
        width: 100%;
    }
}

.review-wrapper__left {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .review-wrapper__left {
        width: 160px;
    }
}

@media screen and (max-width: 575px) {
    .review-wrapper__left {
        width: 140px;
    }
}

@media screen and (max-width: 424px) {
    .review-wrapper__left {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.review-wrapper__left .rating-number {
    margin-bottom: 8px;
    line-height: 1;
}

.review-wrapper__left .text {
    margin-bottom: 7px;
    font-weight: 500;
}

.review-wrapper__left .rating-list {
    margin-bottom: 7px;
}

.review-wrapper__left .total-rating {
    color: hsl(var(--heading-color));
}

.review-wrapper__left .total-rating .number {
    border-radius: 30px;
    background: #A79473;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-weight: 600;
    color: hsl(var(--white));
    padding: 6px 10px;
    line-height: 1;
    margin-right: 5px;
}

.review-wrapper .rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
    .review-wrapper .rating-wrapper {
        gap: 10px 0;
    }
}

.review-wrapper .rating-wrapper:last-child {
    margin-bottom: 0;
}

.review-wrapper .rating-wrapper .rating-list {
    width: 120px;
    gap: 5px;
}

@media screen and (max-width: 424px) {
    .review-wrapper .rating-wrapper .rating-list {
        width: 100px;
    }
}

.review-wrapper .rating-wrapper .rating-list .single-rating-item {
    font-size: 16px;
    color: hsl(var(--warning));
}

@media screen and (max-width: 424px) {
    .review-wrapper .rating-wrapper .rating-list .single-rating-item {
        font-size: 11px;
    }
}

.review-wrapper .rating-wrapper .progress-wrapper {
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.review-wrapper .rating-wrapper .progress-wrapper .progress {
    width: calc(100% - 60px);
    height: 8px;
    background-color: hsl(var(--warning)/0.2);
}

@media screen and (max-width: 575px) {
    .review-wrapper .rating-wrapper .progress-wrapper .progress {
        width: calc(100% - 45px);
    }
}

.review-wrapper .rating-wrapper .progress-wrapper .percentage {
    width: 60px;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 575px) {
    .review-wrapper .rating-wrapper .progress-wrapper .percentage {
        width: 45px;
        font-size: 14px;
    }
}

.review-filter-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 16px;
}

.review-filter-bar__title {
    margin-bottom: 0;
}

.review-filter-bar__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.review-filter-bar__right .select2+.select2-container {
    min-width: 170px;
}

.single-comment {
    padding: 32px 0;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.single-comment.reply-comment {
    padding: 32px 0 0 48px;
    border-bottom: 0;
}

.single-comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.single-comment__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.single-comment__thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.single-comment__name {
    margin-bottom: 0px;
    font-weight: 500;
}

.single-comment__designation {
    font-size: 12px;
}

.single-comment__details {
    width: calc(100% - 40px);
}

.single-comment__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-comment__rating .text {
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}

.single-comment__rating .text::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: hsl(var(--body-color));
}

.single-comment__desc {
    color: hsl(var(--heading-color));
}

/*=== travel review end here ===*/
/*==== date pricing card css start here ====*/
.date-pricing-card {
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 16px;
    overflow: hidden;
    position: sticky;
    top: 160px;
}

.date-pricing-card__top {
    background-color: hsl(var(--base-two));
    padding: 16px;
}

.date-pricing-card__title {
    margin-bottom: 0;
}

.date-pricing-card__body {
    padding: 32px 16px;
}

.month-scroll-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.month-scroll-container .month-scroll-left,
.month-scroll-container .month-scroll-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    padding: 8px;
    cursor: pointer;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.month-scroll-container .month-scroll-left i,
.month-scroll-container .month-scroll-right i {
    font-size: 20px;
}

.month-scroll-container .month-scroll-left {
    left: 0;
    background: linear-gradient(280deg, hsl(var(--white)/0.8) 45.97%, hsl(var(--white)) 50%);
}

.month-scroll-container .month-scroll-right {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(45.97%, hsl(var(--white)/0.8)), color-stop(50%, hsl(var(--white))));
    background: linear-gradient(90deg, hsl(var(--white)/0.8) 45.97%, hsl(var(--white)) 50%);
}

.month-scroll-container .month-scroll-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    padding: 0 10px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    margin-bottom: 16px;
}

.month-scroll-container .month-scroll-list::-webkit-scrollbar {
    display: none;
}

.month-scroll-container .month-scroll-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.month-scroll-container .month-scroll-list__link {
    display: inline-block;
    padding: 16px 12px;
    color: hsl(var(--body-color));
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
}

.month-scroll-container .month-scroll-list__link::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: hsl(var(--heading-color));
}

.month-scroll-container .month-scroll-list__link:hover,
.month-scroll-container .month-scroll-list__link.active {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.month-scroll-container .month-scroll-list__link:hover::after,
.month-scroll-container .month-scroll-list__link.active::after {
    width: 100%;
}

.single-tour-list {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

.single-tour-list {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--black)/0.1) transparent;
}

/* Chrome, Edge, Safari */
.single-tour-list::-webkit-scrollbar {
    width: 6px;
}

.single-tour-list::-webkit-scrollbar-track {
    background: transparent;
}

.single-tour-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.1);
    border-radius: 10px;
}

.single-tour-list::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

.single-tour-list .single-tour-info {
    border: 1px solid hsl(var(--black)/0.1);
    padding: 12px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 10px;
}

.single-tour-list .single-tour-info:last-child {
    margin-bottom: 0;
}

.single-tour-list .single-tour-info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.single-tour-list .single-tour-info__text {
    font-size: 14px;
}

.single-tour-list .single-tour-info__time {
    margin-bottom: 0;
}

.single-tour-list .single-tour-info .booking-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.single-tour-list .single-tour-info .booking-price__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: hsl(var(--base));
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 15px;
}

.single-tour-list .single-tour-info .booking-price__price sub {
    font-weight: 400;
    color: hsl(var(--body-color));
}

.single-tour-list .single-tour-info .booking-price__capacity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: hsl(var(--heading-color));
}

.single-tour-list .single-tour-info .booking-price__capacity .price-text {
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
    font-size: 14px;
    padding: 3px 10px;
    line-height: 1;
    border-radius: 30px;
}

.rating-list-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    margin-top: 5px;
}

.rating-item {
    width: 35px;
    height: 10px;
    border: 2px solid hsl(var(--black));
    padding: 4px;
    position: relative;
    background-color: hsl(var(--white));
}

.rating-item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--black));
}

.rating-item.half::after {
    width: 50%;
}

/*==== date pricing card css end here ====*/
/*============== information section css start here ============== */

.breadcrumb-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
}

.breadcrumb-content__title {
    color: hsl(var(--white));
    margin-bottom: 0;
    font-weight: 600;
}

.breadcrumb-content__title .title-text {
    color: hsl(var(--white));
}

.plan-info {
    margin-top: 35px;
    margin-bottom: 70px;
}

@media screen and (max-width: 575px) {
    .plan-info {
        padding-left: 40px;
    }
}

.page-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: step;
}

@media screen and (max-width: 575px) {
    .page-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-list .nav-item {
    border-bottom: 0;
    padding: 3px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .page-list .nav-item {
        padding-bottom: 40px;
        text-align: left;
    }
}

@media screen and (max-width: 575px) {
    .page-list .nav-item:last-child {
        padding-bottom: 0;
    }
}

.page-list .nav-item::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    bottom: 8px;
    color: hsl(var(--body-color));
    font-size: 16px;
    top: -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: step;
    content: counter(step);
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    .page-list .nav-item::after {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .page-list .nav-item::after {
        top: 16px;
        left: -7px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 18px;
    }
}

.page-list .nav-item::before {
    content: "";
    position: absolute;
    top: -17px;
    right: 50%;
    width: 100%;
    border: 1px dashed hsl(var(--black)/0.1);
}

@media screen and (max-width: 575px) {
    .page-list .nav-item::before {
        top: 0;
        left: 0;
        right: unset;
        border: 0;
        border-left: 1px dashed hsl(var(--black)/0.1);
        height: 100%;
    }
}

.page-list .nav-item .nav-link {
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0 !important;
    position: relative;
}

@media screen and (min-width: 576px) {
    .page-list .nav-item .nav-link {
        justify-content: center;

    }
}

.page-list .nav-item .nav-link::before {
    position: absolute;
    content: "";
    top: -38px;
    left: 50%;
    width: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    border-radius: 50%;
    background-color: hsl(var(--section-bg));
    z-index: 2;
    border: 2px solid hsl(var(--white));
    -webkit-box-shadow: 0 2px 4px 0 #DEDEDE;
    box-shadow: 0 2px 4px 0 #DEDEDE;
}

@media screen and (max-width: 991px) {
    .page-list .nav-item .nav-link::before {
        display: block !important;
    }
}

@media screen and (max-width: 575px) {
    .page-list .nav-item .nav-link::before {
        top: 50%;
        left: -18px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 36px;
        height: 36px;
    }
}

.page-list .nav-item .nav-link__title {
    margin-top: 10px;
    color: hsl(var(--body-color));
    font-family: var(--heading-font);
}

@media screen and (max-width: 1399px) {
    .page-list .nav-item .nav-link__title {
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .page-list .nav-item .nav-link__title {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .page-list .nav-item .nav-link__title {
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) {
    .page-list .nav-item .nav-link__title {
        margin-top: 0;
        margin-left: 40px;
        font-size: 14px;
    }
}

.page-list .nav-item.active.nav-item::before {
    border-color: hsl(var(--heading-color));
}

.page-list .nav-item.active.nav-item .nav-link::before {
    border-color: hsl(var(--success));
    background-color: hsl(var(--white));
}

.page-list .nav-item.active.nav-item .nav-link__title {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.page-list .nav-item.active .transaction-item__title {
    color: hsl(var(--white));
}

.page-list .nav-item.active .transaction-item__text {
    color: hsl(var(--white));
}

.page-list .nav-item:first-child::before {
    display: none;
}

@media screen and (max-width: 575px) {
    .page-list .nav-item:first-child::before {
        display: block;
    }
}

/*==============qty cart css start ==========*/
.qty-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.qty-container .input-qty {
    text-align: center;
    max-width: 80px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 0;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 0;
    font-size: 14px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: hsl(var(--black));
    background-color: #DEDEDE;
}

.qty-container .qty-btn-minus:focus,
.qty-container .qty-btn-plus:focus {
    color: hsl(var(--white));
    background-color: hsl(var(--black));
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
}

.qty-container .qty-btn-minus {
    margin-right: -1px;
}

.qty-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.qty-wrapper .qty-container {
    background-color: hsl(var(--white));
    border-radius: 16px;
    -webkit-box-shadow: 0 0 4px 2px rgba(176, 176, 176, 0.12);
    box-shadow: 0 0 4px 2px rgba(176, 176, 176, 0.12);
    padding: 8px;
    gap: 15px;
}

@media screen and (max-width: 575px) {
    .qty-wrapper .qty-container {
        gap: 10px 6px;
    }
}

@media screen and (max-width: 374px) {
    .qty-wrapper .qty-container {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.qty-wrapper .qty-container .input-qty {
    width: unset;
    height: unset;
    border: 0;
    max-width: 30px;
    border-radius: 0;
}

.qty-wrapper .qty-container .value {
    color: hsl(var(--heading-color));
    font-size: 16px;
    font-family: var(--heading-font);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*==============qty cart css end ==========*/
/*======== traveler information css start here ========*/
.traveler-information__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
}

.traveler-information__bottom .back-btn {
    font-weight: 700;
    color: hsl(var(--body-color));
}

.traveler-information__title {
    font-weight: 400;
    margin-bottom: 24px;
}

.traveler-information__top {
    margin-bottom: 32px;
}

.traveler-information .traveler-details {
    padding: 32px;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 16px;
    background: hsl(var(--white));
    margin-bottom: 32px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.traveler-information .traveler-details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.traveler-information .traveler-details__top .traveler-details__title {
    margin-bottom: 0;
}

.traveler-information .traveler-details__wrapper {
    margin-top: 32px;
    display: none;
}

.traveler-information .traveler-details__wrapper.show {
    display: block;
}

.traveler-information .traveler-details:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .traveler-information .traveler-details {
        padding: 24px;
    }
}

.traveler-information .traveler-details__title {
    font-weight: 400;
}

.select-time-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media screen and (max-width: 575px) {
    .select-time-wrapper {
        grid-template-columns: 1fr;
    }
}

.details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.details-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.details-item .info {
    font-size: 14px;
}

.details-item__title {
    font-weight: 400;
}

.traveler-details__top {
    cursor: pointer;
    padding: 32px;
}

.traveler-details:has(.traveler-details__top) {
    padding: 0px;
}

.traveler-details:has(.traveler-details__wrapper.show) {
    padding: 32px;
}

.traveler-details:has(.traveler-details__wrapper.show) .traveler-details__top {
    padding: 0px;
}

.traveler-details:has(.traveler-details__wrapper.show) .traveler-details__top .icon i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.visa-card:has(.visa-card__details.show) .more-btn i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*======== traveler information css end here ========*/
/*======= booking summery card css start here =======*/
.booking-summery-card {
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 16px;
    overflow: hidden;
    position: sticky;
    top: 100px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.booking-summery-card__top {
    background-color: hsl(var(--base-two));
    padding: 16px;
}

.booking-summery-card__title {
    margin-bottom: 0;
}

.booking-summery-card__country {
    margin-bottom: 0;
    font-weight: 400;
}

.booking-summery-card__text {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.booking-summery-card__body {
    padding: 24px 16px;
    background-color: hsl(var(--white));
}

.booking-summery-card__name {
    font-weight: 400;
    margin-bottom: 12px;
}

.booking-summery-card__item {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.booking-summery-card__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.booking-summery-card__item .card-inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.booking-summery-card__item .card-inner-content:last-child {
    margin-bottom: 0;
}

.booking-summery-card__item .card-inner-content__text {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
}

.booking-summery-card__item .card-inner-content__right {
    text-align: right;
}

.booking-summery-card__item .card-inner-content__right .text-list {
    justify-content: flex-end;
}

.booking-summery-card__item .card-inner-content .text-list {
    margin-bottom: 8px;
}

.booking-summery-card__price {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    color: hsl(var(--base));
}

.booking-summery-card__price sub {
    font-weight: 400;
    font-size: 20px;
}

.referral-code {
    padding: 12px;
    background: hsl(var(--base-two)/0.4);
    border-radius: 12px;
    margin-top: 24px;
}

.referral-code__label {
    font-size: 14px;
    margin-bottom: 10px;
}

.referral-code .referral-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

@media screen and (max-width: 424px) {
    .referral-code .referral-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.referral-code .referral-form .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 424px) {
    .referral-code .referral-form .btn {
        width: 100%;
    }
}

.referral-code .referral-form .form--control {
    width: calc(100% - 100px);
    border-radius: 40px;
    border-color: hsl(var(--black)/0.1);
}

@media screen and (max-width: 424px) {
    .referral-code .referral-form .form--control {
        width: 100%;
    }
}

.referral-code .referral-form .form--control:focus {
    border-color: hsl(var(--base));
}

.referral-code .referral-form .form--control::-webkit-input-placeholder {
    color: #686868;
    font-weight: 600;
    font-size: 16px;
}

.referral-code .referral-form .form--control::-moz-placeholder {
    color: #686868;
    font-weight: 600;
    font-size: 16px;
}

.referral-code .referral-form .form--control:-ms-input-placeholder {
    color: #686868;
    font-weight: 600;
    font-size: 16px;
}

.referral-code .referral-form .form--control::-ms-input-placeholder {
    color: #686868;
    font-weight: 600;
    font-size: 16px;
}

.referral-code .referral-form .form--control::placeholder {
    color: #686868;
    font-weight: 600;
    font-size: 16px;
}

.pricing-disclaimer {
    text-align: center;
    margin-top: 24px;
}

.pricing-disclaimer__text {
    font-size: 14px;
}

.nav-item.active:not(:has(+ .active)) .nav-link::before {
    border-color: hsl(var(--white)) !important;
}

/*======= booking summery card css end here =======*/
/*============ room card css start here ============*/
.room-card {
    background: hsl(var(--white));
    padding: 32px;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 16px;
}

@media screen and (max-width: 575px) {
    .room-card {
        padding: 20px;
    }
}

.room-card__top {
    margin-bottom: 32px;
}

.room-card__title {
    font-weight: 400;
}

.room-card__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.room-category-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: hsl(var(--body-bg));
    padding: 16px;
    border-radius: 12px;
    border: 1px solid hsl(var(--black)/0.1);
    position: relative;
    z-index: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
    .room-category-card {
        gap: 10px;
        padding: 10px;
    }
}

.room-category-card:last-child {
    margin-bottom: 0;
}

.room-category-card .form-check-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.room-category-card__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 135px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

@media screen and (max-width: 575px) {
    .room-category-card__right {
        min-width: unset;
        width: 115px;
    }
}

@media screen and (max-width: 374px) {
    .room-category-card__right {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

.room-category-card__right .price {
    width: calc(100% - 16px);
    margin-bottom: 0;
    padding-right: 12px;
}

.room-category-card__left {
    width: calc(100% - 135px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .room-category-card__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .room-category-card__left {
        width: calc(100% - 115px);
    }
}

@media screen and (max-width: 374px) {
    .room-category-card__left {
        width: 100%;
    }
}

.room-category-card__left .room-category {
    position: relative;
}

.room-category-card__left .room-category::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background-color: hsl(var(--black)/0.1);
}

@media screen and (max-width: 767px) {
    .room-category-card__left .room-category::after {
        display: none;
    }
}

.room-category-card__left .room-category:last-child::after {
    display: none;
}

.room-category-card__left .room-category__title {
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .room-category-card__left .room-category__title {
        margin-bottom: 10px;
    }
}

.room-category-card__left .room-category__capacity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.room-category-card__left .room-category__capacity .text {
    font-size: 14px;
    margin-bottom: 5px;
}

.room-category-card__left .room-category__capacity .text:last-child {
    margin-bottom: 0;
}

.room-category-card__left .room-category__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.room-category-card__left .room-category__icons .icon {
    background-color: hsl(var(--base));
    padding: 5px;
    color: hsl(var(--white));
    border-radius: 8px;
}

.document-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.document-container .document-item .title {
    margin-bottom: 16px;
    font-weight: 400;
}

.document-container .text {
    margin-bottom: 0;
    font-weight: 400;
}

.document-container .content-list {
    gap: 10px;
}

.document-container__title {
    margin-bottom: 0;
    font-weight: 500;
}

.document-container__top {
    background-color: hsl(var(--section-bg-three));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    border-radius: 16px;
}

.document-container__top .icon {
    color: hsl(var(--heading-color));
}

/*======== visa service  page css start here ========*/
.visa-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.visa-service__item {
    background-color: hsl(var(--white));
    padding: 8px 12px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 4px 2px rgba(176, 176, 176, 0.12);
    box-shadow: 0 0 4px 2px rgba(176, 176, 176, 0.12);
}

.visa-service__item .form-check-input {
    width: 32px;
    height: 32px;
    margin-top: 0;
}

.visa-service__item .form-check-input:checked::before {
    font-size: 18px;
}

.visa-service__item .form-check-label {
    font-size: 20px;
    width: calc(100% - 32px);
}

.visa-card-wrapper {
    background: hsl(var(--white));
    padding: 32px;
    border-radius: 16px;
    border: 1px solid hsl(var(--black)/0.1);
    margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
    .visa-card-wrapper {
        margin-bottom: 20px;
        padding: 20px;
    }
}

.visa-card-wrapper__title {
    font-weight: 400;
    margin-bottom: 32px;
}

.visa-card-wrapper__category {
    font-weight: 400;
    margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
    .visa-card-wrapper__category {
        margin-bottom: 20px;
    }
}

.visa-card-wrapper .more-btn {
    color: hsl(var(--body-color));
}

/* visa card css */
.visa-card {
    border: 1px solid hsl(var(--black)/0.1);
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 10px;
}

.visa-card:last-child {
    margin-bottom: 0;
}

.visa-card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .visa-card__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.visa-card__name {
    margin-bottom: 10px;
    font-weight: 600;
}

.visa-card__info {
    font-size: 14px;
}

.visa-card__price {
    margin-bottom: 16px;
}

.visa-card__number {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    color: hsl(var(--base));
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 575px) {
    .visa-card__number {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.visa-card__icon {
    height: 100%;
    background: hsl(var(--base));
    color: hsl(var(--white));
    padding: 5px;
    border-radius: 4px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.visa-card__left {
    width: 75px;
}

.visa-card__right {
    width: calc(100% - 75px);
}

@media screen and (max-width: 767px) {
    .visa-card__right {
        width: 100%;
    }
}

.visa-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (max-width: 575px) {
    .visa-card__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.visa-card__inner .right {
    text-align: right;
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .visa-card__inner .right {
        width: 100%;
        text-align: left;
    }
}

.visa-card__inner .right .qty-label {
    margin-bottom: 10px;
    font-weight: 400;
}

.visa-card__inner .right .qty-container {
    padding: 5px;
    -webkit-box-shadow: 0 0 4px 2px rgba(176, 176, 176, 0.12);
    box-shadow: 0 0 4px 2px rgba(176, 176, 176, 0.12);
    border-radius: 12px;
    max-width: 124px;
    margin-left: auto;
}

@media screen and (max-width: 575px) {
    .visa-card__inner .right .qty-container {
        margin-left: unset;
        margin-bottom: 10px;
    }
}

.visa-card__inner .right .qty-container .qty-btn-minus,
.visa-card__inner .right .qty-container .qty-btn-plus {
    width: 24px;
    height: 24px;
    font-size: 16px;
}

.visa-card__content {
    width: calc(100% - 180px);
}

@media screen and (max-width: 575px) {
    .visa-card__content {
        width: 100%;
    }
}

.visa-card__details {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid hsl(var(--black)/0.1);
    display: none;
}

.visa-card__details.show {
    display: block;
}

.visa-card__details .title {
    font-weight: 400;
    margin-bottom: 16px;
}

.visa-card__details .content-list {
    gap: 10px;
}

.visa-card .visa-category {
    margin-top: 16px;
    display: grid;
    gap: 6px 24px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

@media screen and (max-width: 575px) {
    .visa-card .visa-category {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 6px;
    }
}

.visa-card .visa-category__text {
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .visa-card .visa-category__text {
        font-size: 14px;
    }
}

/*======== visa service  page css end here ========*/
/*============= confirmation page css start here =============*/
body:has(.header-two) main {
    padding-top: 0 !important;
}

.confirmation-section {
    margin-top: 50px;
}

.confirmation-section .confirmation-card {
    background: hsl(var(--white));
    padding: 24px;
    border-radius: 16px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .confirmation-section .confirmation-card {
        gap: 50px;
    }
}

@media screen and (max-width: 767px) {
    .confirmation-section .confirmation-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 374px) {
    .confirmation-section .confirmation-card {
        padding: 16px;
    }
}

.confirmation-section .confirmation-card__left {
    position: relative;
    width: calc(100% - 350px);
}

@media screen and (max-width: 1199px) {
    .confirmation-section .confirmation-card__left {
        width: calc(100% - 250px);
    }
}

@media screen and (max-width: 991px) {
    .confirmation-section .confirmation-card__left {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 767px) {
    .confirmation-section .confirmation-card__left {
        width: 100%;
    }
}

.confirmation-section .confirmation-card__left::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -45px;
    width: 2px;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--white))), color-stop(50%, hsl(var(--base-two))), to(hsl(var(--white))));
    background: linear-gradient(180deg, hsl(var(--white)) 0%, hsl(var(--base-two)) 50%, hsl(var(--white)) 100%);
}

@media screen and (max-width: 991px) {
    .confirmation-section .confirmation-card__left::after {
        right: -24px;
    }
}

@media screen and (max-width: 767px) {
    .confirmation-section .confirmation-card__left::after {
        width: 100%;
        height: 2px;
        top: unset;
        bottom: -24px;
        right: unset;
        -webkit-transform: unset;
        transform: unset;
        left: 0;
    }
}

.confirmation-section .confirmation-card__left .thumb {
    position: absolute;
    bottom: -24px;
    right: 0;
    max-width: 30%;
}

@media screen and (max-width: 767px) {
    .confirmation-section .confirmation-card__left .thumb {
        display: none;
    }
}

.confirmation-section .confirmation-card__right {
    width: 350px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 1199px) {
    .confirmation-section .confirmation-card__right {
        width: 250px;
    }
}

@media screen and (max-width: 991px) {
    .confirmation-section .confirmation-card__right {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .confirmation-section .confirmation-card__right {
        width: 100%;
    }
}

.confirmation-section .confirmation-card__title {
    color: hsl(var(--success));
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .confirmation-section .confirmation-card__title {
        margin-bottom: 16px;
    }
}

.confirmation-section .confirmation-card__title .icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsl(var(--success));
    color: hsl(var(--white));
}

.confirmation-section .confirmation-card__desc {
    margin-bottom: 24px;
    max-width: 650px;
}

@media screen and (max-width: 575px) {
    .confirmation-section .confirmation-card__desc {
        margin-bottom: 16px;
    }
}

.confirmation-section .confirmation-card__desc .link {
    color: hsl(var(--info));
    text-decoration: underline;
}

.confirmation-section .confirmation-card__copy-text {
    color: hsl(var(--heading-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .confirmation-section .confirmation-card__copy-text {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 374px) {
    .confirmation-section .confirmation-card__copy-text {
        font-size: 14px;
    }
}

.confirmation-section .confirmation-card__copy-text .id-number {
    font-weight: 600;
}

.confirmation-section .confirmation-card__copy-text .copy-btn {
    color: hsl(var(--base));
    font-size: 18px;
}

/*=============== confirmation page css end here =============*/
/*============ visa pages css start here ============*/
.filter-banner:has(.filter-container) {
    padding: 130px 0 50px;
}

@media screen and (max-width: 991px) {
    .filter-banner:has(.filter-container) {
        padding: 40px 0;
    }
}

.filter-container__title {
    color: hsl(var(--white));
    font-weight: 600;
    margin-bottom: 24px;
}

.visa-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .visa-filter {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 575px) {
    .visa-filter {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 424px) {
    .visa-filter {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.filter-item {
    width: 100%;
    position: relative;
    background: hsl(var(--white));
    padding: 12px;
    border-radius: 16px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.filter-item__label {
    font-size: 14px;
    margin-bottom: 8px;
}

.filter-item .select2+.select2-container .select2-selection {
    border: 0 !important;
}

.filter-item .select2+.select2-container .select2-selection__rendered {
    padding: 0 !important;
    font-size: 20px;
    color: hsl(var(--black));
}

@media screen and (max-width: 1399px) {
    .filter-item .select2+.select2-container .select2-selection__rendered {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .filter-item .select2+.select2-container .select2-selection__rendered {
        font-size: 16px;
    }
}

.filter-item .select2+.select2-container {
    height: 24px;
}

.filter-item .select2-wrapper {
    --height: 24px;
}

.filter-item.search-btn {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    .filter-item.search-btn {
        width: 130px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .filter-item.search-btn {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .filter-item.search-btn {
        font-size: 16px;
    }
}

.visa-info .visa-info-container__top {
    margin-bottom: 24px;
}

.visa-info .visa-info-container__title {
    font-weight: 400;
    margin-bottom: 0;
}

.visa-info .visa-info-container__text {
    font-family: var(--heading-font);
    font-size: 1.25rem;
}

.visa-info urrency-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}

.visa-info urrency-time__text {
    color: hsl(var(--heading-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.visa-info urrency-time__text .icon {
    color: hsl(var(--base));
    font-size: 20px;
}

.visa-info .document-container {
    display: block;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    margin-top: 24px;
    border-radius: 16px;
}

.visa-info .document-container__top {
    border-radius: 16px 16px 0 0;
}

.visa-info .document-container__inner {
    padding: 24px 16px;
}

.visa-info .document-container__inner .document-item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.visa-info .document-container__inner .document-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.visa-info .visa-info-contact {
    position: sticky;
    top: 100px;
    z-index: 3;
}

.visa-info .visa-info-contact .visa-contact-item {
    padding: 24px;
    background-color: hsl(var(--section-bg-three));
    border-radius: 16px;
    margin-bottom: 16px;
}

.visa-info .visa-info-contact .visa-contact-item__title {
    font-weight: 400;
    margin-bottom: 12px;
}

.visa-info .visa-info-contact .visa-contact-item .link-list {
    margin: 24px 0;
}

.visa-info .visa-info-contact .visa-contact-item .link-list__link {
    margin-bottom: 16px;
    color: hsl(var(--heading-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.visa-info .visa-info-contact .visa-contact-item .link-list__link .icon {
    color: hsl(var(--base));
    font-size: 20px;
}

.visa-info .offer-card {
    border: 1px solid hsl(var(--black)/0.08);
    border-radius: 18px;
    padding: 24px;
    background-color: hsl(var(--white));
    margin-bottom: 10px;
    box-shadow: 0 10px 30px hsl(var(--black)/0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}


.visa-info .offer-card:hover {
    border-color: hsl(var(--base));
    transform: translateY(-5px);
}

.visa-info .offer-card:last-child {
    margin-bottom: 0;
}

.visa-info .offer-card__title {
    font-weight: 600;
    margin-bottom: 4px;
}

.visa-info .offer-card__top {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.offer-card__top-wrapper {
    margin-bottom: 20px;
    position: relative;
}

.offer-card__top-wrapper::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    inset: 0px;
    top: calc(100% + 25px);
    background: linear-gradient(90deg, hsl(var(--white)) 0%, hsl(var(--base)/0.5) 50%, hsl(var(--white)) 100%);
}


.visa-info .offer-card__avatar {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: hsl(var(--black)/0.05);
    color: hsl(var(--heading-color));
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 14px;
    flex: 0 0 50px;
}

.visa-info .offer-card__heading {
    min-width: 0;
}

.visa-info .offer-card__info {
    color: hsl(var(--black)/0.6);
    margin-bottom: 0;
}

.visa-info .offer-card__list {
    display: grid;
    margin-block: 20px;
    flex: 1 1 auto;
}

.visa-info .offer-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed hsl(var(--black)/0.2);
}

.visa-info .offer-card__row:last-child {
    border-bottom: 0;
}

.visa-info .offer-card .label {
    font-size: 14px;
    margin: 0;
    color: hsl(var(--black)/0.6);
    font-weight: 600;
}

.visa-info .offer-card .value {
    font-weight: 600;
    margin: 0;
    text-align: right;
}

.visa-info .offer-card__pill {
    padding: 2px 8px;
    border-radius: 8px;
    background: hsl(var(--base)/0.1);
    color: hsl(var(--base));
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.visa-info .offer-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.visa-info .offer-card__fee-label {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: hsl(var(--black)/0.55);
    font-weight: 500;
}

.visa-info .offer-card .price {
    margin-bottom: 0;
    color: hsl(var(--heading-color));
    font-size: 20px;
}

.visa-info .offer-card .price sub {
    font-size: 12px;
    margin-left: 4px;
    color: hsl(var(--black)/0.5);
}

/*============ visa pages css end here ============*/
/* ================================= Sidebar Css start =========================== */
.sidebar-menu {
    background-color: hsl(var(--white));
    overflow-y: auto;
    z-index: 2;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border-radius: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: sticky;
    top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid hsl(var(--black)/0.1);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 1199px) {
    .sidebar-menu {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 300px;
        z-index: 99991;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow-y: auto;
        padding: 30px 20px;
        height: 100vh;
        padding-top: 70px;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
        background-color: hsl(var(--white));
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }
}

.sidebar-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.sidebar-menu::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

.sidebar-menu__inner {
    padding: 10px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .sidebar-menu__inner {
        padding: 0;
    }
}

.sidebar-menu.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 991px) {
    .sidebar-menu {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
    }
}

.sidebar-menu__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--text-color));
    font-size: 1.25rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
}

.sidebar-menu__close:active {
    top: 14px;
}

.sidebar-menu__close:hover,
.sidebar-menu__close:focus {
    background-color: hsl(var(--white));
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.sidebar-menu-list__item {
    margin-bottom: 8px;
}

.sidebar-menu-list__item:last-child {
    margin-bottom: 0;
}

.sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.sidebar-menu-list__item.active>a {
    background-color: hsl(var(--section-bg-three));
    color: hsl(var(--heading-color));
}

.sidebar-menu-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 12px 15px;
    font-family: var(--heading-font);
    width: 100%;
    color: hsl(var(--body-color));
    border-radius: 5px;
}

.sidebar-menu-list__link:hover {
    background-color: hsl(var(--section-bg-three));
}

.sidebar-menu-list__link.active {
    color: hsl(var(--base));
}

.sidebar-menu-list__link .icon {
    margin-right: 8px;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1;
}

/* ============ User Profile Css Start ============ */
.my-profile__top {
    position: relative;
    width: 80px;
    margin: 0 auto;
}

.my-profile__top .thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.my-profile__content {
    text-align: center;
    margin-top: 10px;
}

.my-profile__name {
    margin-bottom: 0px;
}

.my-profile__mail {
    font-size: 14px;
}

.file-upload .edit {
    position: absolute;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid hsl(var(--white));
    background-color: hsl(var(--base));
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    color: hsl(var(--white));
}

/* ================================= Sidebar Css End =========================== */
/*============ profile setting css start here ============*/
.profile-filter {
    background-color: hsl(var(--base));
    padding: 6px 15px;
    border-radius: 4px;
    color: hsl(var(--white));
    margin-bottom: 20px;
}

.profile {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 16px;
    padding: 32px;
}

@media screen and (max-width: 1399px) {
    .profile {
        padding: 20px;
    }
}

@media screen and (max-width: 424px) {
    .profile {
        padding: 20px 16px;
    }
}

.profile__title {
    font-weight: 400;
}

.profile__header {
    gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
    .profile__header {
        gap: 12px 20px;
    }
}

@media screen and (max-width: 424px) {
    .profile__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.profile__header-thumb {
    position: relative;
}

.profile__header-thumb img {
    border-radius: 50%;
    width: 95px;
    height: 95px;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .profile__header-thumb img {
        width: 80px;
        height: 80px;
    }
}

.profile__header-thumb .edit {
    position: absolute;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(var(--base-two));
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    color: hsl(var(--base-two-d-500));
}

.profile__header-content {
    width: calc(100% - 95px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .profile__header-content {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 424px) {
    .profile__header-content {
        width: 100%;
        gap: 5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.profile__header-content .name {
    margin-bottom: 4px;
}

/* booking card css start here */
.booking-card {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 12px;
    border-radius: 20px;
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0 16px 40px hsl(var(--black)/0.08);
    box-shadow: 0 16px 40px hsl(var(--black)/0.08);
    margin-bottom: 14px;
}

.booking-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

@media screen and (max-width: 767px) {
    .booking-card__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.booking-card:last-child {
    margin-bottom: 0;
}

.booking-card__thumb {
    width: 200px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

@media screen and (max-width: 991px) {
    .booking-card__thumb {
        width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .booking-card__thumb {
        width: 100%;
    }
}

.booking-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    .booking-card__thumb img {
        max-height: 250px;
    }
}

.booking-card__content {
    width: calc(100% - 200px);
    padding: 14px 16px;
}

@media screen and (max-width: 1399px) {
    .booking-card__content {
        padding-left: 5px;
    }
}

@media screen and (max-width: 991px) {
    .booking-card__content {
        width: calc(100% - 180px);
    }
}

@media screen and (max-width: 767px) {
    .booking-card__content {
        width: 100%;
        padding: 12px 0;
    }
}

.booking-card__content .price {
    font-weight: 600;
    color: hsl(var(--heading-color));
    white-space: nowrap;
    margin-bottom: 0;
}

.booking-card__content .content-top {
    border-bottom: 1px solid hsl(var(--black)/0.08);
    padding-bottom: 14px;
    margin-bottom: 14px;
}

@media screen and (max-width: 1399px) {
    .booking-card__content .content-top {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px) {
    .booking-card__content .content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.booking-card__price {
    width: 100%;
}

.booking-card__price .person {
    font-size: 14px;
    color: hsl(var(--black)/0.6);
    font-weight: 500;
}

.booking-card__content .content-top .title {
    margin-bottom: 6px;
}

.booking-card__content .content-top .title a {
    color: hsl(var(--heading-color));
}

.booking-card__content .content-top .title a:hover {
    color: hsl(var(--base));
}

.booking-card__content .content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}

@media screen and (max-width: 1399px) {
    .booking-card__content .content-bottom {
        gap: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .booking-card__content .content-bottom {
        gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .booking-card__content .content-bottom {
        flex-wrap: wrap;
    }
}

.booking-card__content .content-bottom .booking-info-item {
    position: relative;
}

.booking-card__content .content-bottom .booking-info-item::after {
    position: absolute;
    content: "";
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background-color: hsl(var(--black)/0.08);
}

@media screen and (max-width: 1199px) {
    .booking-card__content .content-bottom .booking-info-item::after {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .booking-card__content .content-bottom .booking-info-item::after {
        display: none;
    }
}

.booking-card__content .content-bottom .booking-info-item:last-child::after {
    display: none;
}

.booking-card__content .content-bottom .booking-info-item__label {
    margin-bottom: 6px;
    font-size: 13px;
    color: hsl(var(--black)/0.6);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.booking-card__content .content-bottom .booking-info-item__label i {
    color: hsl(var(--base));
    margin-right: 5px;
}

.booking-card__content .content-bottom .booking-info-item__text {
    margin-bottom: 6px;
    font-weight: 500;
    color: hsl(var(--heading-color));
    font-size: 14px;
}

@media screen and (max-width: 1399px) {
    .booking-card__content .content-bottom .booking-info-item__text {
        font-size: 12px;
    }

    .booking-card__content .content-bottom .booking-info-item::after {
        right: -6px;
    }
}

.booking-card__content .content-bottom .booking-info-item__text:last-child {
    margin-bottom: 0;
}

.booking-card__text {
    margin-top: 6px;
    color: hsl(var(--black)/0.65);
    font-size: 14px;
    padding: 10px 0px
}

.booking-card__bottom {
    border-top: 1px solid hsl(var(--black)/0.1);
    padding: 12px;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 424px) {
    .booking-card__bottom {
        gap: 10px;
    }
}

.booking-card__bottom .traveler-details {
    width: 100%;
    border: 0;
    border-radius: 12px !important;
    background: 0;
    margin-bottom: 0px;
    padding: 20px !important;
    background-color: hsl(var(--body-bg));
}

.booking-card__bottom .traveler-details__top {
    padding: 0 !important;
}

.booking-card__bottom .traveler-details:has(.traveler-details__wrapper.show) {
    padding: 20px;
}

.booking-card__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-card__rating .title {
    margin-bottom: 0;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .booking-card .visa-card__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .booking-card .visa-card__inner .right {
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .booking-card .visa-card__inner .right .qty-container {
        margin-left: unset;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .booking-card .visa-card__content {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .booking-card .visa-card__number {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.booking-information__top {
    margin-bottom: 35px;
}

.profile-account__content {
    text-align: center;
}

.profile-account__thumb {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 auto;
}

.profile-account__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-account__name {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}

.profile-account .rating-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

.profile-account .rating-text {
    color: hsl(var(--heading-color));
}

.profile-account .review-form {
    margin: 32px 0;
}

@media screen and (max-width: 424px) {
    .profile-account .review-form {
        margin: 20px 0;
    }
}

.payment-method-card {
    background: hsl(var(--white));
    padding: 16px;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 16px;
}

.payment-method-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 20px;
}

@media screen and (max-width: 575px) {
    .payment-method-card__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.payment-method-card__content {
    width: calc(100% - 40px);
}

@media screen and (max-width: 575px) {
    .payment-method-card__content {
        width: 100%;
    }
}

.payment-method-card__content .card-name {
    margin-bottom: 0;
    font-weight: 600;
}

.card-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}

.card-info-list .card-info {
    position: relative;
}

.card-info-list .card-info::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -50px;
    height: 100%;
    width: 1px;
    background: hsl(var(--black)/0.1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1399px) {
    .card-info-list .card-info::after {
        display: none;
    }
}

.card-info-list .card-info:last-child::after {
    display: none;
}

.card-info-list .card-info__title {
    font-weight: 600;
    margin-bottom: 4px;
}

.card-info-list .card-info__text .icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--white));
    font-size: 10px;
}

/*============ profile setting css end here ============*/
/*=========== password section css start here ===========*/
.password-card {
    background: hsl(var(--white));
    margin-bottom: 20px;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid hsl(var(--black)/0.1);
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .password-card {
        padding: 20px;
    }
}

.password-card:last-child {
    margin-bottom: 0;
}

.password-card__title {
    margin-bottom: 0;
    font-weight: 400;
}

.password-card__text {
    color: hsl(var(--heading-color));
    margin-bottom: 24px;
    max-width: 600px;
}

.password-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .password-card__top {
        margin-bottom: 20px;
    }
}

.password-card .content-list {
    gap: 10px;
}

.password-card .document-item {
    margin-top: 24px;
}

.password-card .document-item .title {
    margin-bottom: 16px;
    font-weight: 400;
}

.account-item {
    background: hsl(var(--white));
    padding: 32px;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    .account-item {
        padding: 20px;
    }
}

.account-item__title {
    margin-bottom: 32px;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .account-item__title {
        margin-bottom: 16px;
    }
}

.account-item__text {
    font-weight: 400;
    margin-bottom: 16px;
}

.account-item__desc {
    margin-bottom: 16px;
    max-width: 700px;
}

.account-item .account-delete-reason-list {
    margin-top: 24px;
}

@media screen and (max-width: 575px) {
    .account-item .account-delete-reason-list {
        margin-top: 16px;
    }
}

.account-item .account-delete-reason-list__title {
    margin-bottom: 10px;
    font-weight: 400;
}

.account-item .account-delete-reason-list .form--check {
    margin-bottom: 10px;
}

.account-item .account-delete-reason-list .form--check:last-child {
    margin-bottom: 0;
}

.account-item .form-check-label.text--info {
    font-weight: 500;
}

.account-item__bottom {
    border-top: 1px solid hsl(var(--black)/0.1);
    padding-top: 32px;
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

@media screen and (max-width: 575px) {
    .account-item__bottom {
        gap: 20px;
    }
}

.account-item__bottom .title {
    margin-bottom: 0;
    font-weight: 400;
}

/*=========== password section css  end here ============*/
/*========= payment method css start here =========*/
.payment-container {
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 16px;
    overflow: hidden;
    background-color: hsl(var(--white));
}

.payment-container__title {
    margin-bottom: 0;
    font-weight: 500;
    color: hsl(var(--success));
}

.payment-container__title .icon {
    margin-right: 5px;
    font-size: 20px;
}

.payment-container__top {
    padding: 24px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 424px) {
    .payment-container__top {
        padding: 20px 16px;
    }
}

.payment-container__body {
    padding: 32px 24px;
}

@media screen and (max-width: 424px) {
    .payment-container__body {
        padding: 20px 16px;
    }
}

.payment-system-list {
    --thumb-width: 80px;
    --thumb-height: 32px;
    --border-color: hsl(var(--white) / .1);
    --hover-border-color: hsl(var(--base));
    padding-right: 10px;
    height: 100%;
}

.payment-system-list.border-style {
    border-left: 1px solid hsl(var(--black)/0.3);
    border-radius: 0;
}

@media (max-width: 991px) {
    .payment-system-list.border-style {
        border-left: 0;
        border-top: 1px solid hsl(var(--border-color));
    }
}

hr {
    border-top: 1px solid hsl(var(--black)/0.1);
    opacity: 1;
}

.payment-system-list.is-scrollable {
    max-height: min(600px, 70vh);
    overflow-x: auto;
}

.modal .payment-system-list.is-scrollable {
    max-height: min(520px, 70vh);
    overflow-x: auto;
}

.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(--black)/0.2);
    border-radius: 10px;
}

.payment-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    margin-bottom: 16px;
    padding: 15px 10px;
    border: 1px solid hsl(var(--black)/0.1) !important;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    line-height: 1;
}

.payment-item__radio {
    display: none;
}

.payment-item:has(.payment-item__radio:checked) {
    background-color: hsl(var(--section-bg));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.check-type-icon {
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--black)/0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: hsl(var(--white));
}

.check-circle {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.payment-item:has(.payment-item__radio:checked) .payment-item__name {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.payment-item:has(.payment-item__radio:checked) .check-type-icon {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.payment-item:has(.payment-item__radio:checked) .check-circle {
    color: hsl(var(--white));
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payment-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    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 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
    color: hsl(var(--heading-color));
}

.payment-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.payment-item__thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.payment-item__thumb img {
    max-width: var(--thumb-width);
    max-height: var(--thumb-height);
    -o-object-fit: cover;
    object-fit: cover;
}

.deposit-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.deposit-info__amount .form--control {
    border: 1px solid hsl(var(--black)/0.1) !important;
}

.deposit-info__title {
    margin-bottom: 0px;
    text-align: left;
}

.deposit-info__input {
    text-align: right;
}

.deposit-info__input .text {
    color: hsl(var(--heading-color));
    font-weight: 600;
    margin-bottom: 0;
}

.total-amount .text {
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.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 hsl(var(--border-color));
    border-radius: 5px;
}

.deposit-info__input-group-text {
    -ms-flex-item-align: center;
    align-self: center;
    padding-inline: 16px;
    border: 0;
    background: transparent;
}

.deposit-info__input-group:has(.form--control:-moz-read-only) {
    background: hsl(var(--white)/0.05);
}

.deposit-info__input-group:has(.form--control:disabled),
.deposit-info__input-group:has(.form--control:read-only) {
    background: hsl(var(--white)/0.05);
}

.deposit-info__input-group:has(.form--control:-moz-read-only) .form--control {
    background: transparent;
    border: 0 !important;
}

.deposit-info__input-group:has(.form--control:disabled) .form--control,
.deposit-info__input-group:has(.form--control:read-only) .form--control {
    background: transparent;
    border: 0 !important;
}

.deposit-info__input-group .form--control {
    padding: 5px;
    border: 0;
    height: 35px;
    text-align: right;
}

.deposit-info__input-group .form--control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.info-text .text {
    font-size: 14px;
}

.deposit-info__title .text.has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.total-amount {
    border-top: 1px solid hsl(var(--border-color)) !important;
}

.total-amount .deposit-info__title {
    font-weight: 600;
}

.payment-item__btn {
    color: hsl(var(--body-color));
}

.payment-item__btn-text,
.payment-item__btn__icon {
    color: hsl(var(--success));
    font-size: 14px;
    font-weight: 600;
}

button .spinner-border {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}

.adjust-height .payment-system-list.is-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.payment-checkbox {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

/*=========================== payment method css end here ===========================*/
/*========== top theme css start here ==========*/
@media screen and (max-width: 991px) {
    .top-theme-section {
        padding: 0 10px;
    }
}

.top-theme-section .section-heading {
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.top-theme-section .section-heading__title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.top-theme-section .section-heading__title .title-text {
    color: hsl(var(--heading-color));
}

.top-theme-section .section-heading__title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(hsl(var(--white))), color-stop(50%, #C0B196), to(hsl(var(--white))));
    background: linear-gradient(90deg, hsl(var(--white)) 0%, #C0B196 50%, hsl(var(--white)) 100%);
}

.top-theme-section .slick-slide {
    padding: 0 100px !important;
}

@media screen and (max-width: 1599px) {
    .top-theme-section .slick-slide {
        padding: 0 60px !important;
    }
}

@media screen and (max-width: 1399px) {
    .top-theme-section .slick-slide {
        padding: 0 40px !important;
    }
}

@media screen and (max-width: 1199px) {
    .top-theme-section .slick-slide {
        padding: 0 20px !important;
    }
}

@media screen and (max-width: 991px) {
    .top-theme-section .slick-slide {
        padding: 0 10px !important;
    }
}

.top-theme-section .slick-slider {
    margin: -70px -10px !important;
}

@media screen and (max-width: 991px) {
    .top-theme-section .slick-slider {
        margin: 0 -10px !important;
    }
}

.top-theme-section .slick-track {
    padding: 100px 0;
}

@media screen and (max-width: 991px) {
    .top-theme-section .slick-track {
        padding: 0;
    }
}

.top-theme-section .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-theme-section .slick-prev {
    left: 20%;
}

@media screen and (max-width: 1199px) {
    .top-theme-section .slick-prev {
        left: 10%;
    }
}

.top-theme-section .slick-next {
    right: 20%;
}

@media screen and (max-width: 1199px) {
    .top-theme-section .slick-next {
        right: 10%;
    }
}

.theme-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}

@media screen and (max-width: 991px) {
    .theme-item {
        opacity: 1;
    }
}

.theme-item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(67.87%, rgba(0, 0, 0, 0)), color-stop(100.63%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.87%, #000 100.63%);
}

.theme-item__thumb {
    width: 100%;
    height: 100%;
    position: relative;
}

.theme-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.theme-item__content {
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-weight: 700;
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .theme-item__content {
        left: 20px;
        bottom: 20px;
    }
}

.theme-item__place {
    color: hsl(var(--white));
    margin-bottom: 5px;
    font-weight: 600;
}

.theme-item__time {
    color: hsl(var(--white));
}

.slick-center .theme-item {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    background: transparent;
}

@media screen and (max-width: 1199px) {
    .slick-center .theme-item {
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }
}

@media screen and (max-width: 991px) {
    .slick-center .theme-item {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*========== top theme css end here ==========*/
/* ======================  Plugin Customization Start  ======================*/
/* ======================  Select2 Start  ======================*/
.select2-wrapper {
    --border-radius: 12px;
    --height: 44px;
    --select2-border: hsl(var(--heading-color)/.2);
}

.select2+.select2-container {
    border-radius: var(--border-radius);
    height: 44px;
}

.select2+.select2-container .select2-selection__rendered {
    line-height: var(--height);
    color: hsl(var(--body-color));
    padding-left: 20px !important;
}

.select2+.select2-container .select2-selection {
    border: 1px solid var(--select2-border);
    background-color: hsl(var(--white));
    width: 100%;
    border-radius: 10px !important;
    height: var(--height);
}

.select2+.select2-container .selection {
    width: 100%;
}

.select2+.select2-container .select2-selection__arrow {
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border-radius: inherit;
    height: calc(var(--height) - 10px);
    width: calc(var(--height) - 10px);
}

.select2+.select2-container .select2-selection__arrow::after {
    position: absolute;
    content: "\f107";
    inset: 0;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: hsl(var(--body-color));
}

.select2+.select2-container .select2-selection__arrow b {
    border: 0;
}

.select2-results__option {
    color: hsl(var(--body-color));
    padding: 6px 12px !important;
}

.select2-container--open:has(.select2-dropdown--above) {
    margin-top: -12px;
}

.select2-container--open:has(.select2-dropdown--below) {
    margin-top: 10px;
}

.select2-container--open .select2-dropdown {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1) !important;
    border-radius: var(--border-radius) !important;
    overflow: hidden;
    z-index: 991 !important;
}

.select2-container--open .select2-dropdown--above {
    margin-bottom: 10px;
}

.select2-search__field {
    border-radius: var(--border-radius);
    border: 1px solid var(--select2-border) !important;
    background: hsl(var(--white));
    padding: 8px !important;
    color: hsl(var(--body-color));
}

.select2-search__field:focus {
    outline: 0;
    border-color: hsl(var(--base)) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: hsl(var(--base));
}

.select2-container--below.select2-container--open .select2-selection__arrow::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-container--default .select2-results__option--selected {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.select2-container:has(.select2-selection--single) {
    width: 100% !important;
}

.input-group-text .select2+.select2-container .select2-selection {
    border: 0 !important;
    height: 40px !important;
    border-radius: 0 !important;
    margin-top: 1px;
}

/* ======================  Select2 End  ======================*/
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: -10px;
    border: none;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border: 1px solid hsl(var(--border-color-three));
    background-color: hsl(var(--section-bg-three));
    color: hsl(var(--black));
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base-two));
    background-color: hsl(var(--base-two));
    color: hsl(var(--base)) !important;
}

.slick-next {
    right: 0px;
}

.slick-prev {
    right: 70px;
}

/* Dots Css Start */
.slick-dots {
    text-align: left;
    padding-top: 50px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: #D8CDB8;
    color: hsl(var(--white));
    margin: 0 4px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: #A79473;
    width: 8px;
    color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.custom--range__content label {
    width: 40%;
}

.custom--range__content input {
    width: 60%;
    text-align: right;
}

.custom--range input {
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.custom--range #slider-range {
    height: 5px;
    border: 0;
    background: hsl(var(--base)/0.2);
}

.custom--range #slider-range .ui-widget-header {
    background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
    background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    background-color: hsl(var(--base)) !important;
    border: 2px solid hsl(var(--white)) !important;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ================================= Range Slider Css End =========================== */
/* ======================  Plugin Customization End  ======================*/
/* ======================  Pages Design Start  ======================*/
/* =========================================== Account Css Start =========================*/
.account {
    position: relative;
    z-index: 1;
}

.account-inner {
    position: relative;
}

.account-form-wrapper {
    padding: 50px 0 50px 180px;
}

@media screen and (max-width: 1399px) {
    .account-form-wrapper {
        padding: 50px 0 50px 100px;
    }
}

@media screen and (max-width: 1199px) {
    .account-form-wrapper {
        padding: 50px 0 50px 50px;
    }
}

@media screen and (max-width: 991px) {
    .account-form-wrapper {
        padding: 115px 0 50px;
    }
}

.account-form-wrapper form {
    background-color: hsl(var(--white));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px;
    border-radius: 16px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 767px) {
    .account-form-wrapper form {
        padding: 24px;
    }
}

@media screen and (max-width: 424px) {
    .account-form-wrapper form {
        padding: 20px;
    }
}

.account-form .text {
    text-align: center;
    color: hsl(var(--heading-color));
}

.account-form .link {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.account-form__text {
    text-align: center;
    color: hsl(var(--text-color));
}

.account-form__logo {
    max-width: 180px;
}

.account-form__logo img {
    width: 100%;
}

.account-form__title {
    text-align: center;
    margin-bottom: 24px;
    font-family: var(--body-font);
}

@media screen and (max-width: 1399px) {
    .account-form__title {
        margin-bottom: 20px;
    }
}

.account-form .forgot-password {
    color: hsl(var(--heading-color));
    margin-top: 32px;
    font-weight: 600;
}

.account-form__text {
    margin-top: 24px;
}

.input-group.input-two .form--control {
    padding: 11px 16px !important;
}

.forgot-password__link {
    text-decoration: underline;
    font-size: 0.75rem;
    font-weight: 500;
}

/* ============================================ Account Css End ====================================*/
.account-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.account-inner__shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 70%;
}

@media screen and (max-width: 991px) {
    .account-inner__shape img {
        width: 100%;
        height: 100%;
    }
}

.account-inner__right {
    width: 50%;
}

@media screen and (max-width: 991px) {
    .account-inner__right {
        width: 100%;
    }
}

.account-inner__left {
    width: 50%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 991px) {
    .account-inner__left {
        width: 0;
        display: none;
    }
}

.account-thumb {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.account-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.social-login-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.social-login-wrapper__title {
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
    font-weight: 600;
    margin-bottom: 12px;
}

.social-login-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-login-list .social-login-btn {
    color: hsl(var(--heading-color));
    font-size: 18px;
    font-weight: 600;
}

.social-login-list .social-login-btn img {
    max-width: 40px;
    margin: 0 auto;
}

.another-login {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 12px;
}

.another-login .text {
    background-color: hsl(var(--white));
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.another-login::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 2px solid hsl(var(--black)/0.1);
}

.account.register .account-form-wrapper {
    padding: 50px 0 50px 70px;
}

@media screen and (max-width: 991px) {
    .account.register .account-form-wrapper {
        padding: 115px 0 50px !important;
    }
}

/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    -webkit-box-shadow: 0px 2px 15px hsl(var(--white)/0.25);
    box-shadow: 0px 2px 15px hsl(var(--white)/0.25);
}

.blog-details__thumb {
    height: 450px;
    max-height: 100%;
}

@media screen and (max-width: 991px) {
    .blog-details__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__thumb {
        height: 300px;
    }
}


.blog-details__title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.blog-details__desc {
    margin-bottom: 15px;
}

.blog-details .social-list__link {
    border: 1px solid hsl(var(--black)/0.1);
    color: hsl(var(--body-color));
}

.blog-details .social-list__link:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.quote-text {
    background-color: hsl(var(--base)/0.1);
    padding: 30px 20px;
    border-radius: 5px;
    border-left: 3px solid hsl(var(--base));
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .quote-text {
        padding: 25px 15px;
    }
}

/* ========================================== Blog Details Css End ======================================*/
/*=========== contact section css start here ===========*/
.contact-banner {
    padding: 160px 0 80px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .contact-banner {
        padding: 120px 0px 60px;
    }
}


.contact-banner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 35, 34, 0.2)), to(rgba(24, 35, 34, 0.2))), -webkit-gradient(linear, right top, left top, color-stop(36.9%, rgba(32, 46, 45, 0)), color-stop(88.21%, rgba(32, 46, 45, 0.71)));
    background: linear-gradient(0deg, rgba(24, 35, 34, 0.2) 0%, rgba(24, 35, 34, 0.2) 100%), linear-gradient(-90deg, rgba(32, 46, 45, 0) 36.9%, rgba(32, 46, 45, 0.71) 88.21%);
    z-index: -1;
}

.contact-banner .contact-banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1199px) {
    .contact-banner .contact-banner-content {
        max-width: 100%;
    }
}

.contact-banner .contact-banner-content__title {
    color: hsl(var(--white));
    margin-bottom: 12px;
}

.contact-banner .contact-banner-content__desc {
    color: hsl(var(--white));
}

.contact-banner .contact-banner-content__bottom {
    padding-top: 40px;
    margin-top: auto;
}

@media screen and (max-width: 575px) {
    .contact-banner .contact-banner-content__bottom {
        padding-top: 24px;
    }
}

.contact-banner .contact-banner-content__bottom .title {
    color: hsl(var(--white));
    font-weight: 400;
    margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
    .contact-banner .contact-banner-content__bottom .title {
        margin-bottom: 12px;
    }
}

.contact-banner .contact-banner-content__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .contact-banner .contact-banner-content__btns {
        gap: 10px;
    }
}

@media screen and (max-width: 374px) {
    .contact-banner .contact-banner-content__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 374px) {
    .contact-banner .contact-banner-content__btns .btn {
        width: 100%;
    }
}

.contact-section .contact-top {
    padding: 120px 60px 60px 60px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 0 6px hsl(var(--base-two)/0.5);
    box-shadow: 0 0 0 6px hsl(var(--base-two)/0.5);
    z-index: 1;
}

.contact-section .contact-top::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 12, 11, 0)), to(rgba(8, 12, 11, 0.2))) 56.74%;
    background: linear-gradient(270deg, rgba(8, 12, 11, 0) 0%, rgba(8, 12, 11, 0.2)) 56.74%;
}

@media screen and (max-width: 1399px) {
    .contact-section .contact-top {
        padding: 100px 50px 50px 50px;
    }
}

@media screen and (max-width: 991px) {
    .contact-section .contact-top {
        padding: 80px 30px 30px 30px;
    }
}

@media screen and (max-width: 991px) {
    .contact-section .contact-top {
        padding: 30px;
    }
}

@media screen and (max-width: 575px) {
    .contact-section .contact-top {
        padding: 20px;
    }
}

.contact-section .contact-top__content {
    max-width: 600px;
}

@media screen and (max-width: 991px) {
    .contact-section .contact-top__content {
        max-width: 100%;
    }
}

.contact-section .contact-top__title {
    margin-bottom: 40px;
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .contact-section .contact-top__title {
        margin-bottom: 16px;
    }
}

.contact-item {
    padding: 24px 16px;
    border-radius: 16px;
    height: 100%;
    background: rgba(32, 46, 45, 0.4);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.contact-item__icon {
    color: hsl(var(--white));
    font-size: 1.5rem;
}

.contact-item__content {
    margin-top: 16px;
}

.contact-item__name {
    margin-bottom: 5px;
    color: hsl(var(--white));
}

.contact-item__title {
    margin-bottom: 5px;
    color: hsl(var(--white));
}

.contact-item__bottom {
    margin-top: auto;
    padding-top: 10px;
}

.contact-item__desc {
    color: hsl(var(--white));
    font-size: 14px;
}

.contact-item__desc .link {
    font-size: 16px;
    font-weight: 700;
    color: hsl(var(--white));
    position: relative;
}

.contact-item__desc .link::after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    width: 100%;
    background-color: hsl(var(--white));
    height: 2px;
}

.contact-item__desc .link:hover {
    color: hsl(var(--base-two));
}

.contact-item__desc .link:hover::after {
    background-color: hsl(var(--base-two));
}

.contact-form {
    background: hsl(var(--base));
    padding: 42px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 0 6px hsl(var(--base-d-200));
    box-shadow: 0 0 0 6px hsl(var(--base-d-200));
    margin-bottom: -125px;
}

@media screen and (max-width: 1199px) {
    .contact-form {
        padding: 32px;
        margin-bottom: 0;
    }
}

.contact-form__title {
    margin-bottom: 30px;
    color: hsl(var(--white));
    font-weight: 400;
}

.contact-form__btn {
    margin-top: 24px;
}

.contact-form .form--check .form-check-label {
    color: hsl(var(--white));
    font-weight: 16;
    font-weight: 600;
}

.contact-form .form--check .form-check-input {
    border-color: hsl(var(--white));
    background: hsl(var(--base-l-400));
    border-radius: 4px;
}

.contact-form .form--check .form-check-input:checked {
    border-color: hsl(var(--white));
    background: hsl(var(--base-l-400));
}

/*============= contact section css end here ===========*/
/*========== faq section css start here ==========*/
.faq-content__title {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .faq-content__title {
        margin-bottom: 16px;
    }
}

.faq-content__title .title-text {
    color: hsl(var(--base));
    font-weight: 400;
}

.faq-content__desc {
    color: hsl(var(--heading-color));
}

.faq-content__btn {
    margin-top: 32px;
}

@media screen and (max-width: 991px) {
    .faq-content__btn {
        margin-top: 16px;
    }
}

/*========== faq section css end here ==========*/
/* ======================  Pages Design End  ======================*/

/* added */
.custom-captcha div {
    border-radius: 12px !important;
}

label.required:after {
    content: '*';
    color: hsl(var(--danger)) !important;
    margin-left: 2px;
}


.general-breadcrumb {
    padding: 80px 0 80px;
}

@media screen and (max-width: 991px) {
    .general-breadcrumb {
        padding: 120px 0 60px;
    }
}

.general-breadcrumb .filter-search {
    margin-top: 24px;
}

.general-breadcrumb .filter-search__title {
    margin-bottom: 0px !important;
}




/* blog details */

.blog-details__thumb {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
    aspect-ratio: 1/0.5455390335;
}

.blog-details__title {
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 8px;
}

.blog-details__date {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
    .blog-details__date {
        margin-bottom: 24px;
    }
}

.blog-details__content {
    border-radius: 12px;
    background-color: hsl(var(--section-bg-two));
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.blog-details__content-main {
    padding: 24px;
    padding-top: 32px;
}

@media screen and (max-width: 575px) {
    .blog-details__content-main {
        padding: 16px;
        padding-top: 24px;
    }
}

.blog-details__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: hsl(var(--section-bg-two));
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
}



.blog-details-sidebar {
    gap: 16px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: hsl(var(--section-bg-two));
    border-radius: 8px;
    position: sticky;
    top: calc(var(--header-height) + 24px);
}

.blog-details-sidebar__header {
    padding-bottom: 14px;
    border-bottom: 1px solid hsl(var(--border-color)/0.5);
}

.blog-details-sidebar__header:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.blog-details-sidebar__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.blog-details-sidebar__footer {
    padding-top: 12px;
    border-top: 1px solid hsl(var(--border-color));
}

.blog-details-sidebar__footer:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.blog-details-sidebar__title {
    font-size: 1.125rem;
    margin-bottom: 0;
}



.latest-blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

.latest-blog-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.latest-blog-item__thumb {
    width: 90px;
    aspect-ratio: 1/0.5882352941;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: top;
    object-fit: top;
    border-radius: 8px;
}

.latest-blog-item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.latest-blog-item__title {
    font-size: 0.875rem;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 0 !important;
}

.latest-blog-item__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-blog-item__title a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border-radius: var(--bc-border-radius);
    border-radius: 8px;
    border-radius: 16px;
}



.latest-blog-item__date {
    font-size: 0.75rem;
    font-weight: 500;
}

/* blog details end */




.list-group--custom {
    border-radius: 0px;
}

.list-group--custom .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
    color: hsl(var(--black));
    border-color: transparent;
    padding: 0;
    border-style: dashed;
}

.list-group--custom .list-group-item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom-color: hsl(var(--border-color)/0.3);
}

.list-group--custom .list-group-item strong {
    font-weight: 600;
}


.location-card__icon.is-active i {
    color: #e63a3a;
}

.list-group--custom .list-group-item span:last-child {
    font-weight: 600;
    color: hsl(var(--heading-color));
}


/* alert start */

.alert {
    margin-bottom: 0;
    background-color: hsl(var(--alert-color)/0.1);
    border: 1px solid hsl(var(--alert-color)/0.2);
    font-weight: 400;
    padding: 20px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.alert__icon {
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0.875rem;
    height: 20px;
    width: 20px;
    display: grid;
    place-content: center;
    background: hsl(var(--alert-color));
    color: hsl(var(--white));
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3px hsl(var(--white)), 0 0 0 6px hsl(var(--alert-color)/0.5), 0 0 0 9px hsl(var(--white)), 0 0 0 12px hsl(var(--alert-color)/0.15);
    box-shadow: 0 0 0 3px hsl(var(--white)), 0 0 0 6px hsl(var(--alert-color)/0.5), 0 0 0 9px hsl(var(--white)), 0 0 0 12px hsl(var(--alert-color)/0.15);
    margin: 6px;
}

.alert__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 575px) {
    .alert__content {
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    font-size: 1rem;
    color: hsl(var(--heading-color));
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--body-color));
    display: block;
    font-size: 0.9375rem;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.875rem;
    }
}

.alert__link {
    position: relative;
}

.alert .btn-close {
    background: transparent;
    padding: 0;
    color: hsl(var(--alert-color));
    font-size: 1.25rem;
    top: 16px;
    right: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 991px) {
    .alert .btn-close {
        top: 10px;
        right: 10px;
    }
}

.alert--base {
    --alert-color: var(--base);
}

.alert--primary {
    --alert-color: var(--primary);
}

.alert--success {
    --alert-color: var(--success);
}

.alert--info {
    --alert-color: var(--info);
}

.alert--danger {
    --alert-color: var(--danger);
}

.alert--warning {
    --alert-color: var(--warning);
}

.alert--secondary {
    --alert-color: var(--secondary);
}


/* alert end */

/* empty state start */
.empty-card-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color)/0.4);
    border-radius: 16px;
}

.empty-card-box__body {
    text-align: center;
    padding: 24px;
}

.empty-card-box svg {
    width: 120px;
    margin-bottom: 10px;
}



.empty-card-box__text {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--body-color));
    position: relative;
    z-index: 1;
}

.list-group-flush>.list-group-item {
    border-style: dashed;
    padding: 12px 5px;
}

.list-wrapper-group .value {
    font-weight: 600;
    color: hsl(var(--heading-color));
}

.booking-detail-hero__badges .badge--danger {
    background-color: hsl(var(--danger)/0.3) !important;
    color: hsl(var(--danger)) !important;
}

.booking-detail-hero__badges .badge--dark {
    background-color: hsl(var(--dark)/0.3) !important;
    color: hsl(var(--white)) !important;
}

.empty-message-row img {
    max-width: 100px;
    margin-bottom: 5px;
}

.empty-message-row h6 {
    color: hsl(var(--heading-color)/0.4);
    font-weight: 600;
}


.list-view-active {
    flex: 0 0 100%;
    max-width: 100%;
}

.list-view-active .location-card {
    display: flex;
    flex-wrap: wrap;
}

.location-card .list-content {
    display: none;
}

.location-card.card-two .list-content {
    display: block;
}


.location-card .grid-content {
    display: block;
}

.location-card.card-two .grid-content {
    display: none;
}

.mega-menu__content__topbar .view-btn {
    font-weight: 500;
    text-decoration: underline;
}

.input-group {
    border-radius: 10px;
    overflow: hidden;
}

.input-group-text {
    border-radius: 10px;
}


/* custom */


.error-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: fit-content;
    text-align: center;
}

.error-btn .icon svg {
    width: 20px;
    height: 20px;
    fill: hsl(var(--white));
    transition: all 0.3s;
}

.error-btn:hover .icon svg {
    fill: hsl(var(--white)) !important;
}


.error .title {
    margin-top: 45px;
    margin-bottom: 20px;
}

.booking-summery--list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.booking-summery--list .text-list__item {
    text-align: left;
    display: flex;
    align-items: center;
}


.booking-summery--list .text-list__item .title {
    min-width: 120px;
}

.booking-summery--list .text-list__item .value {
    margin-left: 12px;
}

.booking-summery--list .text-list__item::after {
    display: none;
}

textarea.form-control {
    height: 100px;
}

.traveler-information-card {
    padding: 32px;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 16px;
    background: hsl(var(--white));
    margin-bottom: 32px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.cancelBtn.btn:hover:hover {
    color: hsl(var(--white)) !important;
}


.datepicker-inner {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--white));
    border-radius: 6px;
}

.datepicker-inner.time-picker::after {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
}

.datepicker-inner .icon {
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0;
    top: 0;
    display: grid;
    place-content: center;
    z-index: -1;
}

.datepicker-inner .icon svg {
    height: 18px;
    width: 18px;
    color: hsl(var(--body-color));
}

.date-picker-input {
    border: 0;
    outline: 0;
    width: 100%;
    max-width: 130px;
    background-color: transparent;
    color: hsl(var(--body-color));
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0;
}

.flatpickr-weekday {
    font-size: 12px !important;
}

.flatpickr-day {
    font-size: 12px !important;
}

.daterangepicker * {
    font-family: var(--body-font);
}

.daterangepicker td.start-date.end-date {
    border-radius: 50%;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    border-radius: 50%;
    font-weight: 500;
    height: 32px;
}

.daterangepicker td.start-date.end-date.in-range {
    border-radius: 50%;
}

.daterangepicker td.in-range {
    border-radius: 0;
    color: hsl(var(--base));
}

.daterangepicker td.start-date {
    border-radius: 50% 0 0 50%;
}

.daterangepicker td.end-date {
    border-radius: 0 50% 50% 0;
}

.daterangepicker .ranges li.active {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white));
}

.daterangepicker .ranges li {
    font-weight: 500;
    color: hsl(var(--text-color));
    font-family: var(--body-font);
}

.daterangepicker td.available:hover {
    background-color: hsl(var(--base) / 0.1);
    border-color: transparent;
    color: hsl(var(--base));
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: transparent;
    border-color: transparent;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.daterangepicker td.in-range {
    background-color: hsl(var(--base) / 0.05);
    color: hsl(var(--base));
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-width: 0 1px 1px 0;
    border-color: hsl(var(--heading-color));
}

.table-condensed thead tr:first-child th {
    padding-bottom: 10px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    border: 1px solid hsl(var(--border-color));
    font-size: 11px;
    outline: none;
    color: hsl(var(--black)) !important;
}

.form--control.datepicker2-range,
.form--control.datepicker2-range-max-today,
.form--control.datepicker2-single-max-today {
    position: relative;
    background: transparent;
    padding-right: 36px;
}

.fc-view-harness {
    background-color: hsl(var(--white));
    border-radius: 8px;
    overflow: hidden;
}

:root {
    --select-border: hsl(var(--base) / 0.65);
    --fc-small-font-size: 0.875em;
    --fc-page-bg-color: hsl(var(--white));
    --fc-neutral-bg-color: hsl(var(--section-bg));
    --fc-neutral-text-color: hsl(var(--body-color));
    --fc-border-color: hsl(var(--black) / 0.1);
    --fc-button-text-color: hsl(var(--heading-color));
    --fc-button-bg-color: hsl(var(--white));
    --fc-button-border-color: hsl(var(--black) / 0.1);
    --fc-button-hover-bg-color: hsl(var(--section-bg));
    --fc-button-hover-border-color: hsl(var(--black) / 0.1);
    --fc-button-active-bg-color: hsl(var(--section-bg));
    --fc-button-active-border-color: hsl(var(--black) / 0.1);
    --fc-event-bg-color: hsl(var(--base));
    --fc-event-border-color: hsl(var(--base));
    --fc-event-text-color: hsl(var(--white));
    --fc-event-selected-overlay-color: none;
    --fc-more-link-bg-color: hsl(var(--section-bg));
    --fc-more-link-text-color: inherit;
    --fc-event-resizer-thickness: 8px;
    --fc-event-resizer-dot-total-width: 8px;
    --fc-event-resizer-dot-border-width: 1px;
    --fc-non-business-color: hsl(var(--black) / 0.1);
    --fc-bg-event-color: hsl(var(--base));
    --fc-bg-event-opacity: 0.3;
    --fc-highlight-color: hsl(var(--base) / 0.1);
    --fc-today-bg-color: hsl(var(--base) / 0.05);
    --fc-now-indicator-color: hsl(var(--danger));
}

.fc-col-header-cell-cushion {
    display: inline-block;
    padding: 12px !important;
    font-weight: 600;
    color: hsl(var(--dark));
}

@media screen and (max-width: 1199px) {
    .fc-col-header-cell-cushion {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 1199px) {
    .fc-daygrid-event {
        font-size: 0.75rem;
    }
}

.fc-theme-standard .fc-scrollgrid {
    border: 0;
}

.fc-view-harness {
    border: 1px solid var(--fc-border-color);
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:active {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.fc-license-message {
    display: none;
}

.fc .fc-daygrid-day-number {
    color: hsl(var(--body-color));
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
    position: sticky;
    left: 0;
}

.fc .fc-toolbar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

#calendar {
    overflow: auto;
    max-width: 100%;
}

.fc-view-harness {
    min-width: 1000px;
}

.fc-toolbar-title {
    font-size: 18px !important;
}

.fc-daygrid-day-events {
    margin: 16px;
}

.fc-daygrid-day-frame:not(:has(.fc-daygrid-day-top)) .fc-daygrid-day-events {
    margin-top: 16px;
}

.fc .fc-daygrid-event-harness {
    position: relative;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .fc-toolbar-title {
        font-size: 16px !important;
    }

    .fc-toolbar-chunk button {
        padding: 4px 6px !important;
        font-size: 13px !important;
    }

    .fc-daygrid-day-number {
        font-size: 12px !important;
    }
}



.dashboard-edit-profile__thumb {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.dashboard-edit-profile__thumb img {
    width: 100%;
    object-fit: cover;
}

.dashboard-edit-profile__thumb .edit-pen {
    position: absolute;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(var(--section-bg));
    right: 0px;
    bottom: 0px;
    color: hsl(var(--base));
}

.upload-img-box {
    height: 100px;
    width: 100px;
}

#upload-img {
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    height: 100%;
    width: 100%;
}

.pagination-wrapper nav .small{
    color:#000 !important;
}