﻿/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * Widgets

        Header
        Footer
        Tabs
        Button
        Range-slider
        Form
        Slider
        Pop-up
        Dashboard
        Blog
        Testimonial
        Accordion
        Map
        Nice-select
        Animation
        Color-themes

    * section

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&amp;family=Manrope:wght@200..800&amp;family=Mulish:ital,wght@0,200..1000;1,200..1000&amp;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&amp;display=swap");

:root {
    --Black: #000000;
    --White: #ffffff;
    --Text: #5c5e61;
    --PlaceholderText: #ccc;
    --Text-2: #161e2d;
    --Heading: #2c2e33;
    --Note: #a8abae;
    --Note-2: #8e8e93;
    --Primary: #f1913d;
    --Sub-primary-1: #fef7f1;
    --Sub-primary-2: rgba(241, 145, 61, 0.15);
    --Sub-primary-3: rgba(241, 145, 61, 0.1);
    --Sub-primary-4: rgba(241, 145, 61, 0.7);
    --shadown: rgba(241, 145, 61, 0.12);
    --Secondary: #2c2e33;
    --Color-1: #06a788;
    --Color-2: #f2695c;
    --Color-3: #c79e34;
    --Color-4: #7695ff;
    --Color-5: #1563df;
    --Color-6: #fdefe2;
    --Color-7: #25c55b;
    --Color-8: #ffa920;
    --Line: #ececec;
}

.pagination {
    --bs-pagination-color: #f1913d !important;
    --bs-pagination-active-border-color: #f1913d !important;
    --bs-pagination-active-bg: #f1913d !important;
}
/*---------- Reset css styles ----------- */
/* Reset Browsers
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: "Lexend", sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    margin-right: 0 !important;
    font-size: 62.5%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: var(--White);
    line-height: 1;
    padding: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: none;
}

a img {
    border: 0;
}

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

select {
    max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400;
    color: var(--Text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    margin-bottom: 20px;
    border: dashed 1px #ccc;
}

/* List */
ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

table {
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */
embed,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
    display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type=search] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

    input[type=search]::-webkit-search-decoration {
        /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
    outline: 0;
}

    input[type=search]::-webkit-search-decoration,
    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-results-button,
    input[type=search]::-webkit-search-results-decoration {
        display: none;
    }

/* Placeholder color */
::-webkit-input-placeholder {
    color: #171412;
}

::-moz-placeholder {
    color: #171412;
    opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
    color: #171412;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Lexend", sans-serif;
    color: var(--Heading);
    margin: 0;
    text-rendering: optimizeLegibility;
    font-weight: 600;
}

h1,
.h1 {
    font-size: 68px;
    line-height: 88px;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 50px;
}

h3,
.h3 {
    font-size: 30px;
    line-height: 42px;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 25px;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 22.5px;
}

.text-1 {
    font-size: 16px;
    line-height: 22.4px;
}

.text-2 {
    font-size: 12px;
    line-height: 16.8px;
}

.text-3 {
    font-size: 14px;
    line-height: 30px;
}

.text-4 {
    font-size: 14px;
    line-height: 19.6px;
}

.text-5 {
    font-size: 36px;
    line-height: 44px;
}

.text-6 {
    font-size: 36px;
    line-height: 33.6px;
}

.text-7 {
    font-size: 34px;
    line-height: 42.5px;
}

.text-8 {
    font-size: 26px;
    line-height: 32.5px;
}

.text-9 {
    font-size: 14px;
    line-height: 21px;
}

.text-10 {
    font-size: 20px;
    line-height: 24.2px;
}

.text-11 {
    font-size: 24px;
    line-height: 33.6px;
}

.text-12 {
    font-size: 14px;
    line-height: 22px;
}

.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

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

.fw-7 {
    font-weight: 700;
}

.lh-16 {
    line-height: 16px;
}

.lh-18 {
    line-height: 18px;
}

.lh-20 {
    line-height: 20px;
}

.lh-22 {
    line-height: 22px;
}

.lh-28 {
    line-height: 28px;
}

.lh-30 {
    line-height: 30px;
}

/* link style
-------------------------------------------------------------- */
a {
    text-decoration: none;
    color: var(--Heading);
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover, a:focus {
        color: var(--Primary);
        outline: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

/* tf-container
-------------------------------------------------------------- */
.tf-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 1320px;
    max-width: 100%;
}

    .tf-container .row {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

        .tf-container .row > * {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }

        .tf-container .row .pl-0 {
            padding-left: 0px !important;
        }

    .tf-container.xl {
        width: 2560px;
    }

    .tf-container.lg {
        width: 1800px;
    }

    .tf-container.md {
        width: 1760px;
    }

    .tf-container.full {
        width: 1920px;
        padding-right: 24px;
        padding-left: 24px;
    }

.tf-container-xxl {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1920px;
    max-width: 100%;
}

    .tf-container-xxl .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

        .tf-container-xxl .row > * {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row > * {
        padding-left: 15px;
        padding-right: 15px;
    }

/* Extra classes
-------------------------------------------------------------- */
.hidden {
    display: none;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed !important;
}

.position-unset {
    position: unset !important;
}

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

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.d-block {
    display: block;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center !important;
}

.mx-auto {
    margin: 0 auto;
}

.mt-4 {
    margin-top: 4px !important;
}

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

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

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

.mb-5 {
    margin-bottom: 5px !important;
}

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

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

.mb-10 {
    margin-bottom: 10px !important;
}

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

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

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

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

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

.mb-20 {
    margin-bottom: 20px !important;
}

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

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

.mb-28 {
    margin-bottom: 28px !important;
}

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

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

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

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

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

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

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

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

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

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

.pt-0 {
    padding-top: 0px !important;
}

.tf-gap-5 {
    gap: 5px;
}

.gap-6 {
    gap: 6px;
}

.gap-8 {
    gap: 8px;
}

.gap-10 {
    gap: 10px;
}

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

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

.text-color-primary {
    color: var(--Primary);
}

.text-color-heading {
    color: var(--Heading) !important;
}

.text-color-default {
    color: var(--Text) !important;
}

.bg-main {
    background-color: var(--Primary);
}

.bg-main-sub-2 {
    background-color: var(--Sub-primary-2);
}

.bg-1 {
    background-color: var(--Heading);
}

.bg-2 {
    background-color: var(--Color-2);
}

.bg-3 {
    background-color: rgba(0, 0, 0, 0.4);
}

.bg-4 {
    background-color: rgb(247, 247, 247);
}

.bg-dashboard {
    background-color: #f7f7f7;
}

.overflow-x-auto {
    overflow-x: auto;
}

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

    .overflow-x-auto::-webkit-scrollbar-thumb {
        background: var(--Border);
        border-radius: 999px;
    }

.font-manrope {
    font-family: "Manrope", sans-serif;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
}

.font-mulish {
    font-family: "Mulish", sans-serif;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.w-60 {
    width: 60px;
}

.sticky-sidebar {
    position: sticky;
    top: 104px;
}

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

/*------------ Components ---------------- */
/*------------ header ---------------- */
.tf-top-bar {
    border-bottom: 1px solid var(--Line);
}

    .tf-top-bar .top-bar-inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        padding: 13px 0 12px;
    }

    .tf-top-bar .top-bar-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 30px;
    }

        .tf-top-bar .top-bar-info li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            gap: 6px;
        }

            .tf-top-bar .top-bar-info li i {
                font-size: 16px;
            }

            .tf-top-bar .top-bar-info li a {
                color: var(--Text);
            }

                .tf-top-bar .top-bar-info li a:hover {
                    color: var(--Primary);
                }

    .tf-top-bar .wrap-social {
        gap: 14px;
    }

#header-main {
    padding-right: 0 !important;
}

    #header-main.is-fixed {
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        z-index: 999;
        opacity: 0;
        position: sticky;
        top: -150px;
        left: 0;
        width: 100%;
        padding: 0;
    }

        #header-main.is-fixed.is-small {
            top: 0px;
            opacity: 1;
            visibility: visible;
        }

            #header-main.is-fixed.is-small .main-menu .navigation > li > a {
                color: var(--Heading);
            }

            #header-main.is-fixed.is-small .header-right .phone-number p {
                color: var(--Heading);
            }

            #header-main.is-fixed.is-small .header-right .user {
                border-color: var(--Line);
            }

                #header-main.is-fixed.is-small .header-right .user > svg path {
                    stroke: var(--Heading);
                }

            #header-main.is-fixed.is-small .header-inner {
                box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
                background-color: var(--White);
            }

            #header-main.is-fixed.is-small .header-logo .img-is-fixed {
                display: block;
            }

            #header-main.is-fixed.is-small .header-logo .img-default {
                display: none;
            }

    #header-main .img-is-fixed {
        display: none;
    }

#header-main {
    position: relative;
    z-index: 999;
    background-color: var(--White);
    /*box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);*/
    height: 75px;
    border-bottom: 1px solid var(--Line);
}

    #header-main .header-inner-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 999;
        height: 75px;
    }

    #header-main .header-right {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 16px;
    }

        #header-main .header-right .phone-number {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            gap: 8px;
        }

            #header-main .header-right .phone-number p {
                font-size: 16px;
                line-height: 20px;
                font-weight: 700;
                color: var(--Heading);
            }

        #header-main .header-right .user {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 44px;
            width: 44px;
            border: 1px solid var(--Line);
            border-radius: 12px;
            position: relative;
            cursor: pointer;
        }

            #header-main .header-right .user.active .menu-user {
                opacity: 1;
                visibility: visible;
            }

        #header-main .header-right .box-user {
            position: relative;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            gap: 12px;
            align-items: center;
            cursor: pointer;
        }

            #header-main .header-right .box-user .name {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                font-size: 16px;
                line-height: 20px;
                align-items: center;
                gap: 6px;
                color: var(--Heading);
            }

                #header-main .header-right .box-user .name i {
                    font-size: 20px;
                }

            #header-main .header-right .box-user.active .menu-user {
                opacity: 1;
                visibility: visible;
            }

    #header-main .mobile-button {
        display: none;
        font-size: 25px;
        color: var(--Primary);
    }

    #header-main .header-logo {
        padding: 15px 0px 15px;
    }

        #header-main .header-logo img {
            /*  width: 136px;
        height: 42px;*/
            width: 165px;
            height: 35px;
        }

    #header-main .tf-btn {
        height: 44px;
        border-radius: 12px;
    }

    #header-main .icons svg path {
        stroke: var(--Primary);
    }

    #header-main.style-2 .header-inner {
        position: relative;
        z-index: 999;
        margin-bottom: -78px;
    }

    #header-main.style-2 .header-logo {
        padding: 17px 0px 15px;
    }

    #header-main.style-2 .main-menu .navigation > li > a {
        color: var(--White);
    }

    #header-main.style-2 .main-menu li a:hover {
        color: var(--Primary);
    }

    #header-main.style-2 .header-right .phone-number p {
        color: var(--White);
    }

    #header-main.style-2 .header-right .user {
        background-color: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.1);
    }

        #header-main.style-2 .header-right .user > svg path {
            stroke: var(--White);
        }

    #header-main.style-3 .main-menu .navigation > li > a {
        color: var(--White);
    }

    #header-main.style-3 .main-menu li a:hover {
        color: var(--Primary);
    }

    #header-main.style-3 .header-right .phone-number p {
        color: var(--White);
    }

    #header-main.style-3 .header-right .user {
        border-color: rgba(255, 255, 255, 0.1);
    }

        #header-main.style-3 .header-right .user svg path {
            stroke: var(--Primary);
        }

    #header-main.style-4 {
        box-shadow: unset;
    }

        #header-main.style-4 .header-logo {
            padding: 16px 0px 15px;
        }

    #header-main.dashboard {
        position: fixed !important;
        border-bottom: 1px solid rgb(236, 236, 236);
        box-shadow: unset;
        z-index: 9999;
        left: 0;
        background-color: var(--White);
        right: 0;
        top: 0 !important;
        background-color: var(--White);
    }

.menu-user {
    position: absolute;
    width: 280px;
    overflow: hidden;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    top: calc(100% + 25px);
    /*left: 0;*/
    right: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    padding: 8px;
}

    .menu-user .dropdown-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 12px;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 24px;
        width: 100%;
        position: relative;
        color: var(--Heading);
        border-radius: 10px;
    }

        .menu-user .dropdown-item:not(:last-child) {
            margin-bottom: 5px;
        }

        .menu-user .dropdown-item.current, .menu-user .dropdown-item:hover {
            background-color: var(--Primary);
            color: var(--White);
        }

            .menu-user .dropdown-item.current svg path, .menu-user .dropdown-item:hover svg path {
                stroke: var(--White);
            }

            .menu-user .dropdown-item.current .wrap-login a, .menu-user .dropdown-item:hover .wrap-login a {
                color: var(--White);
            }

                .menu-user .dropdown-item.current .wrap-login a:hover, .menu-user .dropdown-item:hover .wrap-login a:hover {
                    color: var(--Heading);
                }

        .menu-user .dropdown-item .wrap-login {
            gap: 4px;
        }

            .menu-user .dropdown-item .wrap-login span {
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .menu-user .dropdown-item .wrap-login a {
                color: var(--Heading);
            }

/* main-nav
============================================================================*/
.main-menu {
    position: relative;
    margin-left: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 10px;
}

    .main-menu .navigation {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 14px;
    }

        .main-menu .navigation > li.current-menu > a {
            color: var(--Primary) !important;
            font-weight: 700;
        }

        .main-menu .navigation > li > a {
            padding: 29px 0px;
        }

        .main-menu .navigation > li.has-child > a::after {
            right: 0;
        }

        .main-menu .navigation > li > .submenu {
            position: absolute;
            z-index: 999;
            z-index: 1;
            /*padding: 25px 20px 30px;*/
            padding: 15px;
            top: calc(100% + 5px);
        }

            .main-menu .navigation > li > .submenu::before {
                content: "";
                position: absolute;
                bottom: calc(100% - 14px);
                left: 45px;
                border-top: 20px solid #fff;
                border-right: 20px solid transparent;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .main-menu .navigation > li > .submenu::after {
                content: "";
                position: absolute;
                background-color: transparent;
                left: 0;
                right: 0;
                height: 35px;
                top: -25px;
            }

            .main-menu .navigation > li > .submenu > li {
                position: relative;
            }

                .main-menu .navigation > li > .submenu > li:hover::after {
                    position: absolute;
                    content: "";
                    height: 100%;
                    width: 20%;
                }

                .main-menu .navigation > li > .submenu > li:hover a::after {
                    transform: rotate(-90deg);
                }

                .main-menu .navigation > li > .submenu > li a {
                    padding: 8px 0;
                    width: 100%;
                }

                .main-menu .navigation > li > .submenu > li > .submenu {
                    position: absolute;
                    left: calc(100% + 20px);
                    top: -25px;
                    opacity: 0;
                    visibility: hidden;
                }

        .main-menu .navigation > li:hover > ul {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            -o-transform: scaleY(1);
            transform: scaleY(1);
            opacity: 1;
            visibility: visible;
        }

            .main-menu .navigation > li:hover > ul > li:hover > .submenu {
                -webkit-transform: scaleY(1);
                -ms-transform: scaleY(1);
                -o-transform: scaleY(1);
                transform: scaleY(1);
                opacity: 1;
                visibility: visible;
            }

.navigation {
    position: relative;
}

    .navigation li.has-child > a {
        position: relative;
        padding-right: 20px;
    }

        .navigation li.has-child > a::after {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            position: absolute;
            right: 0;
            font-family: "icomoon";
            content: "\e901";
            font-size: 14px;
            cursor: pointer;
        }

    .navigation li a {
        display: inline-block;
        font-size: 16px;
        line-height: 20px;
        color: var(--Heading);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navigation li:hover ul li {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transition-delay: 70ms;
        -moz-transition-delay: 70ms;
        -ms-transition-delay: 70ms;
        -o-transition-delay: 70ms;
        transition-delay: 70ms;
    }

        .navigation li:hover ul li:nth-child(2) {
            -webkit-transition-delay: 140ms;
            -moz-transition-delay: 140ms;
            -ms-transition-delay: 140ms;
            -o-transition-delay: 140ms;
            transition-delay: 140ms;
        }

        .navigation li:hover ul li:nth-child(3) {
            -webkit-transition-delay: 210ms;
            -moz-transition-delay: 210ms;
            -ms-transition-delay: 210ms;
            -o-transition-delay: 210ms;
            transition-delay: 210ms;
        }

        .navigation li:hover ul li:nth-child(4) {
            -webkit-transition-delay: 280ms;
            -moz-transition-delay: 280ms;
            -ms-transition-delay: 280ms;
            -o-transition-delay: 280ms;
            transition-delay: 280ms;
        }

        .navigation li:hover ul li:nth-child(5) {
            -webkit-transition-delay: 350ms;
            -moz-transition-delay: 350ms;
            -ms-transition-delay: 350ms;
            -o-transition-delay: 350ms;
            transition-delay: 350ms;
        }

        .navigation li:hover ul li:nth-child(6) {
            -webkit-transition-delay: 420ms;
            -moz-transition-delay: 420ms;
            -ms-transition-delay: 420ms;
            -o-transition-delay: 420ms;
            transition-delay: 420ms;
        }

        .navigation li:hover ul li:nth-child(7) {
            -webkit-transition-delay: 490ms;
            -moz-transition-delay: 490ms;
            -ms-transition-delay: 490ms;
            -o-transition-delay: 490ms;
            transition-delay: 490ms;
        }

        .navigation li:hover ul li:nth-child(8) {
            -webkit-transition-delay: 560ms;
            -moz-transition-delay: 560ms;
            -ms-transition-delay: 560ms;
            -o-transition-delay: 560ms;
            transition-delay: 560ms;
        }

        .navigation li:hover ul li:nth-child(9) {
            -webkit-transition-delay: 630ms;
            -moz-transition-delay: 630ms;
            -ms-transition-delay: 630ms;
            -o-transition-delay: 630ms;
            transition-delay: 630ms;
        }

    .navigation .submenu {
        position: absolute;
        z-index: 999;
        width: max-content;
        z-index: 1;
        width: 280px;
        padding: 25px 30px 30px 30px;
        border-radius: 16px;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

        .navigation .submenu > li > .submenu {
            position: absolute;
            left: 100%;
            top: 0px;
            opacity: 0;
            visibility: hidden;
        }

        .navigation .submenu li {
            opacity: 0;
            transform: translateY(11px);
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .navigation .submenu li a,
            .navigation .submenu2 li a {
                display: inline-block;
                padding: 5px 0;
                width: 100%;
            }

            .navigation .submenu li.current-item > a, .navigation .submenu li:hover > a,
            .navigation .submenu2 li.current-item > a,
            .navigation .submenu2 li:hover > a {
                color: var(--Primary) !important;
            }

            .navigation .submenu li.current-item ul, .navigation .submenu li:hover ul,
            .navigation .submenu2 li.current-item ul,
            .navigation .submenu2 li:hover ul {
                -webkit-transform: scaleY(1);
                -ms-transform: scaleY(1);
                -o-transform: scaleY(1);
                transform: scaleY(1);
                opacity: 1;
                visibility: visible;
            }

.has-child.style-2 > .submenu {
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    min-width: 800px;
}

    .has-child.style-2 > .submenu::before {
        left: 105px !important;
    }

    .has-child.style-2 > .submenu > li > a {
        font-size: 20px;
        font-weight: 600;
        padding-left: 0 !important;
        color: var(--Heading) !important;
    }

    .has-child.style-2 > .submenu > li > .submenu2 > li {
        width: 250px;
    }

        .has-child.style-2 > .submenu > li > .submenu2 > li > a {
            color: var(--Text);
        }

            .has-child.style-2 > .submenu > li > .submenu2 > li > a:hover {
                color: var(--Primary);
            }

/* nenu-moblie
============================================================================*/
.mobile-nav-wrap .top-nav-mobile {
    padding-bottom: 0px;
}

    .mobile-nav-wrap .top-nav-mobile .icon-close {
        font-size: 18px;
    }

.mobile-nav-wrap .offcanvas-title img {
    max-width: 165px;
    height: 35px;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.inner-mobile-nav {
    padding: 15px;
    position: relative;
}

    .inner-mobile-nav .top-nav-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }

        .inner-mobile-nav .top-nav-mobile #mobile-logo_header {
            width: 150px;
        }

        .inner-mobile-nav .top-nav-mobile .mobile-nav-close {
            cursor: pointer;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .inner-mobile-nav .mb-body {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        padding-bottom: 30px;
        gap: 5px;
    }

        .inner-mobile-nav .mb-body .support .text-need {
            font-weight: 500;
            border-bottom: 1px solid var(--Line);
            margin-bottom: 11px;
        }

        .inner-mobile-nav .mb-body .support .mb-info li {
            color: rgb(134, 134, 134);
            font-size: 14px;
            line-height: 24px;
        }

            .inner-mobile-nav .mb-body .support .mb-info li span {
                margin-left: 5px;
                font-weight: 600;
                color: var(--Heading);
            }

            .inner-mobile-nav .mb-body .support .mb-info li a {
                margin-left: 5px;
                font-weight: 400;
                color: var(--Heading);
            }

    .inner-mobile-nav #menu-mobile-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        border-top: 1px solid var(--Line);
        /*padding-top: 15px;*/
    }

        .inner-mobile-nav #menu-mobile-menu > li {
            position: relative;
            cursor: pointer;
            color: var(--Primary);
            border-bottom: 1px solid var(--Line);
        }

        .inner-mobile-nav #menu-mobile-menu li a {
            font-weight: 400;
            font-size: 16px;
            min-height: 35px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            color: var(--Heading);
        }

        .inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile > a::after {
            content: "\e901";
            position: absolute;
            font-family: "icomoon";
            font-weight: 300;
            position: absolute;
            font-size: 20px;
            right: 0;
            top: 8px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile > a:not(.collapsed)::after {
            transform: rotate(-180deg);
        }

        .inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 {
            position: relative;
        }

            .inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a::after {
                content: "\e901";
                position: absolute;
                font-family: "icomoon";
                font-weight: 300;
                position: absolute;
                font-size: 20px;
                right: 0;
                top: 8px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a:hover:not(.collapsed)::after {
                transform: rotate(-180deg);
            }

        .inner-mobile-nav #menu-mobile-menu li .sub-mobile {
            margin-bottom: 26px;
            border-left: 1px solid var(--Line);
        }

            .inner-mobile-nav #menu-mobile-menu li .sub-mobile > li {
                padding-left: 15px;
            }

    .inner-mobile-nav .wrap-social {
        gap: 5px;
    }

        .inner-mobile-nav .wrap-social .tf-social {
            gap: 10px;
        }

#menu-mobile-menu li.current-menu-item > a,
#menu-mobile-menu li a:hover,
#menu-mobile-menu li.current-item a {
    color: var(--Primary);
    /*font-weight: 700;*/
}

/*------------ footer ---------------- */
#footer {
    background-color: var(--Secondary);
    padding-top: 60px;
}

    #footer .footer-top {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 34px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        flex-wrap: wrap;
        gap: 30px 20px;
    }

        #footer .footer-top .footer-contact {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            gap: 20px 48px;
            flex-wrap: wrap;
        }

        #footer .footer-top .contact-item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            gap: 33px;
        }

            #footer .footer-top .contact-item svg path {
                stroke: var(--Primary);
            }

            #footer .footer-top .contact-item .content {
                position: relative;
            }

                #footer .footer-top .contact-item .content .title {
                    color: var(--Note);
                    margin-bottom: 4px;
                }

                #footer .footer-top .contact-item .content h6 a {
                    color: var(--White);
                }

                    #footer .footer-top .contact-item .content h6 a:hover {
                        color: var(--Primary);
                    }

                #footer .footer-top .contact-item .content::after {
                    content: "";
                    position: absolute;
                    width: 1px;
                    height: 51px;
                    background-color: rgba(255, 255, 255, 0.07);
                    top: 0;
                    left: -18px;
                }

    #footer .footer-main {
        padding: 22px;
    }

    #footer .footer-menu-list .title {
        color: var(--White);
        margin-bottom: 24px;
    }

    #footer .footer-menu-list ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    #footer .footer-menu-list ul li a {
        font-size: 16px;
        line-height: 22.4px;
        color: var(--Note);
    }

    #footer .footer-menu-list ul li:hover a {
        color: var(--Primary);
    }

    #footer .footer-menu-list.style-2 ul li a {
        padding-left: 20px;
        position: relative;
        background-color: var(--Secondary);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 3;
    }

        #footer .footer-menu-list.style-2 ul li a::after {
            content: "\e908";
            position: absolute;
            font-family: "icomoon";
            font-size: 16px;
            color: var(--Primary);
            font-size: 12px;
            margin-right: 11px;
            left: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            z-index: 1;
        }

    #footer .footer-menu-list.style-2 ul li:hover a {
        padding-left: 0;
    }

        #footer .footer-menu-list.style-2 ul li:hover a::after {
            opacity: 0;
        }

    #footer .footer-bottom {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24px 0 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        gap: 10px 20px;
        flex-wrap: wrap;
    }

        #footer .footer-bottom p a {
            color: var(--Text);
        }

            #footer .footer-bottom p a:hover {
                color: var(--Primary);
            }

    #footer .wrap-social {
        gap: 16px;
    }

    #footer .footer-logo img {
        width: 165px;
        height: 35px;
    }

.footer-col-block .title-mobile {
    display: none;
    position: relative;
}

    .footer-col-block .title-mobile::after {
        position: absolute;
        content: "";
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 1px;
        background-color: var(--White);
        transition: 0.25s ease-in-out;
    }

    .footer-col-block .title-mobile::before {
        position: absolute;
        content: "";
        right: 15px;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 12px;
        background-color: var(--White);
        transition: 0.25s ease-in-out;
    }

.footer-col-block.open .title-mobile::before {
    opacity: 0;
}

.footer-col-block.open .title-mobile::after {
    transform: translate(0%, -50%) rotate(-180deg);
}

/*------------ tabs ---------------- */
.flat-animate-tab {
    overflow: hidden;
}

    .flat-animate-tab .tab-content {
        position: relative;
    }

    .flat-animate-tab .tab-pane {
        display: block;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        transition-timing-function: ease-in;
        transition-duration: 0.2s;
    }

        .flat-animate-tab .tab-pane.active {
            pointer-events: auto;
            opacity: 1;
            visibility: visible;
            position: relative;
            z-index: 2;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            transition-timing-function: ease-out;
            transition-duration: 0.3s;
            transition-delay: 0.3s;
        }

.widget-tabs .widget-menu-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.widget-tabs .item-title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.widget-tabs.style-1 .widget-menu-tab {
    margin-bottom: 29px;
    gap: 10px;
}

    .widget-tabs.style-1 .widget-menu-tab .item-title {
        cursor: pointer;
        font-size: 16px;
        line-height: 20px;
        width: 122px;
        height: 50px;
        font-weight: 600;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--White);
        border-radius: 16px;
        color: var(--Heading);
    }

        .widget-tabs.style-1 .widget-menu-tab .item-title.active, .widget-tabs.style-1 .widget-menu-tab .item-title:hover {
            color: var(--White);
            background-color: var(--Primary);
            position: relative;
        }

            .widget-tabs.style-1 .widget-menu-tab .item-title.active, .widget-tabs.style-1 .widget-menu-tab .item-title:hover a {
                color: var(--White);
                background-color: var(--Primary);
                position: relative;
            }

                .widget-tabs.style-1 .widget-menu-tab .item-title.active::after, .widget-tabs.style-1 .widget-menu-tab .item-title:hover::after {
                    content: "";
                    bottom: -5px;
                    position: absolute;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-bottom: 5px solid var(--Primary);
                    transform: rotate(180deg);
                }

.widget-tabs.style-1.color-2 .item-title.active {
    background-color: var(--Color-2);
}

    .widget-tabs.style-1.color-2 .item-title.active::after {
        border-bottom: 5px solid var(--Color-2);
    }

.widget-tabs.style-1.color-3 .item-title.active {
    background-color: var(--Color-3);
}

    .widget-tabs.style-1.color-3 .item-title.active::after {
        border-bottom: 5px solid var(--Color-3);
    }

.widget-tabs.style-2 .widget-menu-tab {
    gap: 12px;
    padding-top: 40px;
    margin-top: -40px;
}

.widget-tabs.style-2 .item-title {
    padding: 10px 30px;
    width: 126px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid var(--Line);
    font-size: 20px;
    line-height: 22.4px;
}

    .widget-tabs.style-2 .item-title:hover, .widget-tabs.style-2 .item-title.active {
        background-color: var(--Primary);
        color: var(--White);
        font-weight: 700;
    }

        .widget-tabs.style-2 .item-title:hover a, .widget-tabs.style-2 .item-title.active a {
            background-color: var(--Primary);
            color: var(--White);
            font-weight: 700;
        }

.widget-tabs.style-2.style-border-primary .item-title {
    border-color: var(--Primary);
    color: var(--Primary);
}

    .widget-tabs.style-2.style-border-primary .item-title a {
        border-color: var(--Primary);
        color: var(--Primary);
    }

    .widget-tabs.style-2.style-border-primary .item-title:hover, .widget-tabs.style-2.style-border-primary .item-title.active {
        color: var(--White);
    }

        .widget-tabs.style-2.style-border-primary .item-title:hover a, .widget-tabs.style-2.style-border-primary .item-title.active a {
            color: var(--White);
        }

/*------------ button ---------------- */
.tf-btn {
    font-size: 16px;
    line-height: 22.4px;
    height: 50px;
    background-color: var(--White);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 16px;
    color: var(--White);
    width: max-content;
    gap: 10px;
    white-space: nowrap;
}

    .tf-btn.pd-1 {
        padding: 0 23.5px;
    }

    .tf-btn.pd-2 {
        padding: 0 26.5px;
    }

    .tf-btn.pd-3 {
        padding: 0 40px;
    }

    .tf-btn.pd-4 {
        padding: 0 28px;
    }

    .tf-btn.pd-5 {
        padding: 0 41.5px;
    }

    .tf-btn.pd-6 {
        padding: 0 28.5px;
    }

    .tf-btn.pd-7 {
        padding: 0 44.5px;
    }

    .tf-btn.pd-8 {
        padding: 0 24px;
    }

    .tf-btn.pd-9 {
        padding: 0 20.5px;
    }

    .tf-btn.pd-10 {
        padding: 0 20px;
    }

    .tf-btn.pd-11 {
        padding: 0 26px;
    }

    .tf-btn.pd-12 {
        padding: 0 52px;
    }

    .tf-btn.pd-13 {
        padding: 0 31.5px;
    }

    .tf-btn.pd-14 {
        padding: 0 57px;
    }

    .tf-btn.pd-15 {
        padding: 0 27px;
    }

    .tf-btn.pd-16 {
        padding: 0 70px;
    }

    .tf-btn.pd-17 {
        padding: 0 56px;
    }

    .tf-btn.pd-18 {
        padding: 0 64px;
    }

    .tf-btn.pd-19 {
        padding: 0 48px;
    }

    .tf-btn.pd-20 {
        padding: 0 33.5px;
    }

    .tf-btn.pd-21 {
        padding: 0 32.5px;
    }

    .tf-btn.pd-22 {
        padding: 0 19.5px;
    }

    .tf-btn.pd-23 {
        padding: 0 23px;
    }

    .tf-btn.pd-24 {
        padding: 0 18.5px;
    }

    .tf-btn.pd-25 {
        padding: 0 29.5px;
    }

    .tf-btn.bg-color-primary {
        background-color: var(--Primary);
    }

    .tf-btn.bg-color-white {
        background-color: var(--White);
        color: var(--Primary);
    }

    .tf-btn.style-border {
        border: 1px solid var(--Primary);
        color: var(--Primary);
        background-color: transparent;
    }

        .tf-btn.style-border:hover {
            background-color: var(--Primary);
            color: var(--White);
        }

            .tf-btn.style-border:hover svg path {
                stroke: var(--White);
            }

        .tf-btn.style-border.color-white {
            color: var(--White);
            border-color: var(--White);
        }

            .tf-btn.style-border.color-white:hover {
                border-color: var(--Primary);
                background-color: var(--Primary);
                color: var(--White);
            }

                .tf-btn.style-border.color-white:hover svg path {
                    stroke: var(--White);
                }

    .tf-btn.style-2 {
        background-color: var(--White);
        color: var(--Primary);
    }

    .tf-btn:hover {
        background-color: var(--Secondary);
        color: var(--White);
    }

        .tf-btn:hover svg path {
            stroke: var(--Primary);
        }

.tf-btn-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--Primary);
    gap: 8px;
    width: max-content;
}

    .tf-btn-link span {
        position: relative;
    }

        .tf-btn-link span::after {
            position: absolute;
            content: "";
            width: 0;
            left: 0;
            bottom: -1px;
            background: var(--Primary);
            height: 2px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .tf-btn-link svg path {
        stroke: var(--Primary);
    }

    .tf-btn-link svg {
        transition-delay: 0.2s;
    }

    .tf-btn-link:hover span::after {
        width: 100%;
    }

    .tf-btn-link:hover svg {
        transform: translateX(4px);
    }

    .tf-btn-link.style-hover-rotate:hover svg {
        transform: rotate(-90deg);
    }

/*------------ range slider ---------------- */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background: var(--Line);
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 3px;
}

    .noUi-horizontal .noUi-handle {
        position: relative;
        width: 25px !important;
        height: 25px;
        border-radius: 50%;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--Primary);
        border: 2px solid var(--White);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

.caption {
    margin-bottom: 10px;
}

/* Styling; */
.noUi-background {
    background: var(--Line);
}

.noUi-connect {
    background: var(--Primary);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 0px;
}

.noUi-target {
    width: 100%;
    margin-left: -8px;
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/* Disabled state; */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.slider-labels .caption {
    font-weight: 500;
    font-size: 16px;
}

.widget-price .box-title-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 4px;
}

    .widget-price .box-title-price span {
        font-size: 18px;
        line-height: 22.5px;
        color: var(--Heading);
    }

.widget-price .caption-price .value {
    color: var(--Primary);
}

.widget-price.style-2 .box-title-price {
    color: rgb(92, 94, 97);
}

    .widget-price.style-2 .box-title-price span {
        font-size: 14px;
        line-height: 22px;
        color: rgb(92, 94, 97);
    }

/*------------ form ---------------- */
form {
    position: relative;
    z-index: 30;
}

    form .input.input-nl,
    form textarea,
    form input[type=text],
    form input[type=password],
    form input[type=datetime],
    form input[type=datetime-local],
    form input[type=date],
    form input[type=month],
    form input[type=time],
    form input[type=week],
    form input[type=number],
    form input[type=email],
    form input[type=url],
    form input[type=search],
    form input[type=tel],
    form input[type=color] {
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        padding: 13px 15px;
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        background-color: var(--White);
        border: 1px solid var(--Line);
        border-radius: 16px;
        color: var(--Text);
        overflow: hidden;
        height: 54px;
        margin-bottom: 0;
    }

        form .input.input-nl::placeholder,
        form textarea::placeholder,
        form input[type=text]::placeholder,
        form input[type=password]::placeholder,
        form input[type=datetime]::placeholder,
        form input[type=datetime-local]::placeholder,
        form input[type=date]::placeholder,
        form input[type=month]::placeholder,
        form input[type=time]::placeholder,
        form input[type=week]::placeholder,
        form input[type=number]::placeholder,
        form input[type=email]::placeholder,
        form input[type=url]::placeholder,
        form input[type=search]::placeholder,
        form input[type=tel]::placeholder,
        form input[type=color]::placeholder {
            font-size: 16px;
            font-weight: 400;
            line-height: 22.4px;
            color: var(--PlaceholderText);
        }

        form .input.input-nl.style-default,
        form textarea.style-default,
        form input[type=text].style-default,
        form input[type=password].style-default,
        form input[type=datetime].style-default,
        form input[type=datetime-local].style-default,
        form input[type=date].style-default,
        form input[type=month].style-default,
        form input[type=time].style-default,
        form input[type=week].style-default,
        form input[type=number].style-default,
        form input[type=email].style-default,
        form input[type=url].style-default,
        form input[type=search].style-default,
        form input[type=tel].style-default,
        form input[type=color].style-default {
            padding: 0;
            border: 0 !important;
            border-radius: 0;
            background-color: transparent;
        }

        form .input.input-nl.style-1,
        form textarea.style-1,
        form input[type=text].style-1,
        form input[type=password].style-1,
        form input[type=datetime].style-1,
        form input[type=datetime-local].style-1,
        form input[type=date].style-1,
        form input[type=month].style-1,
        form input[type=time].style-1,
        form input[type=week].style-1,
        form input[type=number].style-1,
        form input[type=email].style-1,
        form input[type=url].style-1,
        form input[type=search].style-1,
        form input[type=tel].style-1,
        form input[type=color].style-1 {
            font-size: 15px;
            border-radius: 0;
            padding: 18px 0 3px;
            border: 0;
            border-bottom: 2px solid var(--Border);
            color: var(--Soft-Text);
        }

    form button,
    form input[type=button],
    form input[type=reset],
    form input[type=submit] {
        background-color: transparent;
        overflow: hidden;
        padding: 0;
    }

    form textarea {
        font-size: 16px;
        line-height: 22.4px;
        height: 148px;
    }

    form .cols {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px 24px;
        width: 100%;
        margin-bottom: 18px;
    }

        form .cols fieldset {
            width: 100%;
        }

    form label {
        font-size: 16px;
        line-height: 22.5px;
        font-weight: 600;
        color: var(--Heading);
        margin-bottom: 12px;
    }

.form-search {
    position: relative;
}

    .form-search fieldset input {
        padding-left: 46px;
    }

    .form-search .button-submit {
        position: absolute;
        top: 54%;
        transform: translateY(-50%);
        left: 18px;
    }

        .form-search .button-submit i {
            font-size: 18px;
            color: var(--Note);
            font-weight: 700;
        }

.box-send .heading-box {
    margin-bottom: 24px;
}

    .box-send .heading-box .title {
        margin-bottom: 11px;
    }

.box-send label {
    color: var(--Heading);
    margin-bottom: 12px;
}

.box-send .message {
    margin-bottom: 18px;
}

.box-send .checkbox-item {
    margin-bottom: 20px;
}

    .box-send .checkbox-item label {
        padding-left: 29px;
        color: var(--Text);
        margin-bottom: 0;
    }

.form-pre-approved .cols {
    margin-bottom: 30px;
}

    .form-pre-approved .cols .wrap-input {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .form-pre-approved .cols .percent {
        width: 80px;
        flex: none;
        margin-top: 31px;
    }

    .form-pre-approved .cols .input-percent {
        padding: 16px 14px;
    }

    .form-pre-approved .cols .select {
        width: 50%;
    }

    .form-pre-approved .cols .interest-rate {
        /*width: 50%;*/
    }

.form-pre-approved > p {
    margin-bottom: 33px;
    color: rgba(44, 46, 51, 0.6);
}

    .form-pre-approved > p span {
        color: var(--Primary);
        font-weight: 700;
    }

.form-pre-approved .wrap-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px 24px;
    flex-wrap: wrap;
}

.form-pre-approved .nice-select {
    color: var(--Heading);
}

    .form-pre-approved .nice-select::after {
        width: 20px;
        height: 20px;
        background-image: url(../icons/arrow-down-2.svg);
        right: 15px;
    }

.form-pre-approved fieldset input::placeholder {
    color: var(--PlaceholderText);
}

.form-contact {
    padding: 20px 39px;
    border: 1px solid var(--Line);
    border-radius: 16px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
    background-color: var(--White);
}

    .form-contact .heading-section {
        margin-bottom: 25px;
    }

    .form-contact .cols {
        margin-bottom: 10px;
        gap: 15px;
    }

    .form-contact fieldset input::placeholder {
        color: var(--PlaceholderText);
    }

    .form-contact textarea {
        border-radius: 16px;
        margin-bottom: 15px;
    }

    .form-contact .phone {
        width: 50%;
    }

    .form-contact .select {
        width: 50%;
    }

    .form-contact .nice-select {
        color: var(--Heading);
    }

.form-contact-agent {
    padding: 28px 30px 29px;
    border-radius: 16px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
}

    .form-contact-agent .wrap-btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 24px;
    }

    .form-contact-agent fieldset {
        margin-bottom: 12px;
    }

        .form-contact-agent fieldset input,
        .form-contact-agent fieldset textarea,
        .form-contact-agent fieldset input::placeholder,
        .form-contact-agent fieldset textarea::placeholder {
            font-size: 14px;
            line-height: 22px;
        }

    .form-contact-agent textarea {
        height: 130px;
        margin-bottom: 18px;
    }

    .form-contact-agent.style-2 {
        box-shadow: unset;
        border: 1px solid var(--Line);
    }

.form-contact-seller {
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--Line);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
}

    .form-contact-seller .seller-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 19px;
        margin-bottom: 28px;
    }

        .form-contact-seller .seller-info .avartar {
            border-radius: 999px;
            width: 100px;
            height: 100px;
            overflow: hidden;
            flex: none;
        }

        .form-contact-seller .seller-info .name {
            margin-bottom: 12px;
        }

        .form-contact-seller .seller-info .contact li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            gap: 4px;
            color: var(--Text);
        }

            .form-contact-seller .seller-info .contact li:not(:last-child) {
                margin-bottom: 6px;
            }

            .form-contact-seller .seller-info .contact li i {
                font-size: 16px;
            }

            .form-contact-seller .seller-info .contact li span {
                line-height: 19.6px;
                color: var(--Primary);
            }

            .form-contact-seller .seller-info .contact li a {
                color: var(--Text);
            }

                .form-contact-seller .seller-info .contact li a:hover {
                    color: var(--Primary);
                }

    .form-contact-seller fieldset input,
    .form-contact-seller fieldset textarea,
    .form-contact-seller fieldset textarea::placeholder,
    .form-contact-seller fieldset input::placeholder {
        font-size: 14px;
        line-height: 22px;
    }

    .form-contact-seller textarea {
        height: 130px;
    }

.form-add-review .checkbox-item label {
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400;
}

.form-advanced-search {
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgb(236, 236, 236);
    background-color: var(--White);
}

    .form-advanced-search fieldset {
        position: relative;
    }

        .form-advanced-search fieldset input,
        .form-advanced-search fieldset input::placeholder {
            font-size: 14px;
            line-height: 22px;
        }

        .form-advanced-search fieldset .icon {
            position: absolute;
            font-size: 16px;
            right: 16px;
            top: 57%;
            transform: translateY(-50%);
        }

    .form-advanced-search .nice-select {
        font-size: 14px;
        line-height: 22px;
    }

.sib-form {
    padding: 0;
    font-family: "Lexend", sans-serif;
}

    .sib-form #sib-container,
    .sib-form .sib-form-block {
        background-color: transparent;
        padding: 0;
    }

    .sib-form fieldset .input.input-nl {
        padding: 0 18px;
        max-width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        background-color: transparent;
    }

    .sib-form .clickable__icon {
        height: 1.5rem;
        vertical-align: bottom;
        width: 1.5rem;
    }

    .sib-form .sib-text-form-block {
        margin-bottom: 16px;
    }

    .sib-form .entry__error {
        font-size: 12px;
        line-height: 16.8px;
    }

    .sib-form .form__label-row {
        margin-top: 10px;
    }

    .sib-form .tf-btn {
        height: 54px;
        border-radius: 10px;
        margin-bottom: 16px;
        border: 1px solid var(--Primary);
    }

        .sib-form .tf-btn:hover {
            border: 1px solid var(--Primary);
        }

    .sib-form .checkbox-item label .btn-checkbox::after {
        top: -2px;
    }

    .sib-form .checkbox-item span {
        color: var(--Text);
    }

/*------------ slider ---------------- */
.style-pagination {
    position: relative;
}

    .style-pagination .swiper-pagination {
        position: unset;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 20px;
    }

        .style-pagination .swiper-pagination.pagination-layout {
            display: none;
        }

        .style-pagination .swiper-pagination.pagination-testimonial-1 {
            display: none;
        }

    .style-pagination .swiper-pagination-bullet {
        position: relative;
        background: rgb(228, 228, 228);
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .style-pagination .swiper-pagination-bullet::after {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            border-radius: 999px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .style-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--Primary);
        }

            .style-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
                position: absolute;
                content: "";
                height: 16px;
                width: 16px;
                border-radius: 999px;
                border: 1px solid var(--Primary);
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

.sw-wrap-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

    .sw-wrap-btn .sw-pagination {
        width: max-content;
    }

.sw-button {
    position: unset;
    border-radius: 999px;
    color: var(--White);
    background-color: var(--White);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 58px;
    width: 58px;
    border: 1px solid var(--Line);
    margin-top: unset;
    top: 50%;
}

    .sw-button:hover {
        background-color: var(--Primary);
    }

        .sw-button:hover svg path {
            stroke: var(--White);
        }

    .sw-button.style-2 {
        position: absolute;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 67px;
        width: 67px;
        border: none;
        background: rgba(0, 0, 0, 0.5);
        font-size: 24px;
        transform: translateY(-50%);
    }

        .sw-button.style-2.swiper-button-prev {
            left: 16px;
        }

        .sw-button.style-2.swiper-button-next {
            right: 16px;
        }

.swiper-button-prev::after {
    display: none;
}

.swiper-button-next::after {
    display: none;
}

.thumbs-sw-pagi .swiper-slide {
    width: auto;
}

.thumbs-sw-pagi .img-thumb-pagi {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.thumbs-sw-pagi.style-2 {
    max-width: 963px;
    margin: -64px auto 0;
}

.sw-thumbs-sigle .image-wrap img, .sw-single .image-wrap img {
    width: 100%;
}

/*------------ off canvas ---------------- */
/*form-login, register
===============================================================================*/
.flat-account {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}

    .flat-account .banner-account {
        max-width: 380px;
        width: 100%;
        flex-shrink: 0;
    }

        .flat-account .banner-account img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .flat-account .form-account {
        flex-grow: 1;
        padding: 40px;
    }

        .flat-account .form-account .box:not(:last-child) {
            margin-bottom: 30px;
        }

        .flat-account .form-account .box-fieldset:not(:last-child) {
            margin-bottom: 30px;
        }

        .flat-account .form-account .box-fieldset label {
            margin-bottom: 10px;
        }

        .flat-account .form-account .box-fieldset .text-forgot {
            margin-top: 18px;
        }

        .flat-account .form-account .ip-field {
            position: relative;
        }

            .flat-account .form-account .ip-field .icon {
                position: absolute;
                left: 18px;
                top: 50%;
                transform: translateY(-50%);
            }

            .flat-account .form-account .ip-field input {
                padding-left: 46px;
            }

    .flat-account .box-btn .text {
        margin-top: 18px;
    }

    .flat-account .group-btn {
        display: flex;
        gap: 10px;
    }

        .flat-account .group-btn .btn-social {
            width: 50%;
            font-weight: 600;
            color: #3a3a3c;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 16px;
            border: 1px solid var(--Line);
            border-radius: 999px;
        }

            .flat-account .group-btn .btn-social:hover {
                color: var(--White);
                background-color: var(--Primary);
            }

.modal .title-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .modal .title-box .close-modal {
        font-size: 18px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .modal .title-box .close-modal:hover {
            transform: rotate(90deg);
            color: var(--Primary);
        }

.modal-content {
    border-radius: 30px;
    overflow: hidden;
}

/*------------ dashboard ---------------- */
.page-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .page-layout .main-content {
        padding-left: 260px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    /* Default padding for mobile-first (small screens) */
    .page-layout .main-content-inner {
        padding: 20px;
    }

/* Tablets and up (≥ 768px) */
@media (min-width: 768px) {
    .page-layout .main-content-inner {
        padding: 20px;
    }
}

/* Desktops (≥ 1024px) */
@media (min-width: 1024px) {
    .page-layout .main-content-inner {
        padding: 20px 30px;
    }
}

/* Large screens (≥ 1440px) */
@media (min-width: 1440px) {
    .page-layout .main-content-inner {
        padding: 15px 20px 15px 65px;
    }
}


.page-layout .main-content-inner.style-2 {
    width: 100%;
}

.page-layout .main-content-inner.style-3 {
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-layout .main-content-inner .box-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page-layout .flat-counter-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

    .page-layout .flat-counter-v2 .counter-box {
        display: flex;
        gap: 10px;
        align-items: center;
        background-color: var(--White);
        padding: 20px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
        border-radius: 16px;
    }

        .page-layout .flat-counter-v2 .counter-box .box-icon {
            flex-shrink: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: var(--Sub-primary-2);
        }

            .page-layout .flat-counter-v2 .counter-box .box-icon svg path {
                color: var(--Primary);
            }

        .page-layout .flat-counter-v2 .counter-box .title-count {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 2px;
            font-weight: 600;
            color: var(--Heading);
        }

        .page-layout .flat-counter-v2 .counter-box .number {
            font-size: 36px;
            line-height: 44px;
            font-weight: 500;
            color: var(--Heading);
        }

    .page-layout .flat-counter-v2 .box-count .text {
        font-size: 14px;
        line-height: 30px;
        font-weight: 500;
        margin-left: 11px;
    }

.page-layout .footer-dashboard {
    padding: 0px 50px 10px 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap !important;
}

    .page-layout .footer-dashboard p {
        color: #3a3a3c;
        font-weight: 600;
        opacity: 0.5;
        font-family: "Manrope", sans-serif;
    }

    .page-layout .footer-dashboard .list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 12px;
    }

        .page-layout .footer-dashboard .list li a {
            /*color: #3a3a3c;
            font-family: "Manrope", sans-serif;
            opacity: 0.5;*/
            line-height: 19.6px;
            color: var(--Text);
        }

            .page-layout .footer-dashboard .list li a:hover {
                color: var(--Primary);
            }

        .page-layout .footer-dashboard .list li:not(:last-child) {
            position: relative;
        }

            .page-layout .footer-dashboard .list li:not(:last-child)::after {
                position: absolute;
                content: "/";
                color: #3a3a3c;
                opacity: 0.5;
                right: -10px;
            }

.sidebar-menu-dashboard {
    position: fixed;
    min-width: 304px;
    background: var(--White);
    top: 68px;
    overflow-y: auto;
    z-index: 998;
    height: 100%;
    max-height: calc(100vh - 70px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translateX(0);
    justify-content: space-between;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    border: 1px solid var(--Line);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
    border-bottom: 0px;
}

    .sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:not(:last-child) {
        margin-bottom: 6px;
    }

    .sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link, .sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link {
        background-color: var(--Primary);
        color: var(--White);
    }

        .sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link svg path, .sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link svg path {
            stroke: var(--White);
        }

    .sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link {
        display: flex;
        align-items: center;
        gap: 12px;
        border-radius: 10px;
        font-size: 16px;
        text-decoration: none;
        line-height: 20px;
        padding: 10px;
        color: var(--Heading);
        transition: all 0.2s ease;
        position: relative;
    }

        .sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link svg path {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

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

.overlay-dashboard {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(22, 30, 45, 0.3);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    opacity: 0;
}

.show-mb {
    margin-bottom: 30px;
    display: none;
}

.widget-box-2 {
    padding: 15px 30px;
    border-radius: 16px;
    background-color: var(--White);
    border: 1px solid var(--Line);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
    border-bottom: 0px;
}

    .widget-box-2 .title {
        margin-bottom: 10px;
    }

    .widget-box-2 .box-agent-account {
        padding: 20px;
        border-radius: 20px;
        border: 1px solid var(--Line);
    }

        .widget-box-2 .box-agent-account h6 {
            margin-bottom: 15px;
        }

        .widget-box-2 .box-agent-account .note {
            font-size: 18px;
            line-height: 28px;
            padding: 20px;
            border-radius: 8px;
            background-color: #fff3cd;
            margin-bottom: 15px;
        }

    .widget-box-2 .box-agent-avt {
        display: flex;
        align-items: center;
        gap: 30px;
    }

        .widget-box-2 .box-agent-avt .avatar {
            flex-shrink: 0;
            width: 128px;
            height: 128px;
            border-radius: 50%;
            overflow: hidden;
        }

        .widget-box-2 .box-agent-avt p {
            margin-bottom: 15px;
        }

        .widget-box-2 .box-agent-avt .box-ip {
            border-radius: 16px;
            border: 1px solid var(--Line);
            padding: 14px;
            width: 100%;
            max-width: 340px;
            margin-bottom: 15px;
        }

            .widget-box-2 .box-agent-avt .box-ip input {
                width: 100%;
            }

        .widget-box-2 .box-agent-avt .img-poster {
            width: 100%;
            max-width: 350px;
        }

    .widget-box-2 .box:not(:last-child) {
        margin-bottom: 30px;
    }

    .widget-box-2 .flat-pricing {
        max-width: 366px;
    }

    .widget-box-2 .btn-add-floor {
        margin-top: 20px;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        border: 1px solid var(--Primary);
        color: var(--Primary);
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

        .widget-box-2 .btn-add-floor:hover {
            background-color: var(--Primary);
            color: var(--White);
        }

    .widget-box-2.style-2 {
        box-shadow: unset;
        background-color: unset;
    }

    .widget-box-2 .nice-select {
        font-size: 16px;
        line-height: 22.4px;
    }

.wrap-table {
    margin-top: 10px;
}

    .wrap-table thead tr {
        background-color: var(--Heading);
    }

        .wrap-table thead tr th {
            color: var(--White);
            font-size: 14px;
            line-height: 19.6px;
            font-weight: 600;
            padding: 8px 14px;
            padding-right: 30px;
        }

            .wrap-table thead tr th:nth-child(1) {
                width: 55%;
            }

            .wrap-table thead tr th:not(:last-child) {
                position: relative;
            }

                .wrap-table thead tr th:not(:last-child)::after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 8px;
                    bottom: 8px;
                    background-color: rgba(255, 255, 255, 0.1);
                    width: 1px;
                }

            .wrap-table thead tr th:not(:first-child) {
                padding-left: 30px;
                padding-right: 30px;
            }

            .wrap-table thead tr th:first-child {
                border-top-left-radius: 8px;
                border-bottom-left-radius: 8px;
            }

            .wrap-table thead tr th:last-child {
                border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
            }

    .wrap-table table tbody td {
        padding: 16px;
        align-content: start;
        border-bottom: 1px solid var(--Line);
    }

        .wrap-table table tbody td:first-child {
            padding-left: 0;
        }

        .wrap-table table tbody td:not(:last-child) {
            position: relative;
        }

            .wrap-table table tbody td:not(:last-child)::after {
                content: "";
                position: absolute;
                right: 0;
                top: 16px;
                bottom: 16px;
                background-color: var(--Line);
                width: 1px;
            }

        .wrap-table table tbody td:not(:first-child) {
            padding-left: 30px;
            padding-right: 30px;
        }

    .wrap-table .listing-box {
        display: flex;
        gap: 20px;
    }

        .wrap-table .listing-box .images {
            width: 168px;
            border-radius: 8px;
            overflow: hidden;
        }

        .wrap-table .listing-box .content .title {
            margin-bottom: 2px;
            font-size: 16px;
            line-height: 21.86px;
            font-weight: 600;
        }

        .wrap-table .listing-box .content .text-date {
            margin-bottom: 9px;
            font-size: 13px;
            line-height: 16px;
            color: #3a3a3c;
        }

    .wrap-table .status-wrap .btn-status {
        width: 78px;
        padding: 0px 6px;
        border-radius: 999px;
        font-size: 13px;
        line-height: 23px;
        height: 23px;
        font-weight: 800;
        color: var(--White);
        background-color: #25c55b;
        text-align: center;
    }

        .wrap-table .status-wrap .btn-status.pending {
            background-color: #e7a819;
        }

        .wrap-table .status-wrap .btn-status.sold {
            background-color: #6e55ff;
        }

        .wrap-table .status-wrap .btn-status.reject {
            background-color: #ee6742;
        }

        .wrap-table .status-wrap .btn-status.reschedule {
            background-color: #19bee7;
        }

    .wrap-table .list-action li:not(:last-child) {
        margin-bottom: 8px;
    }

    .wrap-table .list-action .item {
        display: flex;
        gap: 8px;
        align-items: center;
        font-weight: 600;
    }

        .wrap-table .list-action .item .icon {
            font-size: 20px;
        }

    .wrap-table .wd-navigation {
        padding-top: 16px;
    }

.wd-filter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--Line);
}

    .wd-filter input,
    .wd-filter .nice-select {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 0 18px;
        color: var(--Heading);
        height: 54px;
    }

        .wd-filter input:focus,
        .wd-filter .nice-select:focus {
            border-color: var(--Line);
        }

    .wd-filter .ip-group.icon-left {
        position: relative;
    }

        .wd-filter .ip-group.icon-left input {
            padding-left: 46px;
        }

        .wd-filter .ip-group.icon-left .icon {
            position: absolute;
            font-size: 18px;
            top: 50%;
            transform: translateY(-50%);
            left: 18px;
            color: var(--Heading);
        }

.wd-chart .wd-filter-date {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--Line);
}

    .wd-chart .wd-filter-date .left {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
    }

    .wd-chart .wd-filter-date .right {
        display: flex;
        gap: 14px;
        flex-grow: 1;
        flex-wrap: wrap;
    }

        .wd-chart .wd-filter-date .right form {
            width: calc(50% - 14px);
        }

    .wd-chart .wd-filter-date .dates {
        padding: 10px 18px;
        text-align: center;
        min-width: 86px;
        border-radius: 999px;
        border: 1px solid var(--Line);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 16px;
        line-height: 22.4px;
        cursor: pointer;
    }

        .wd-chart .wd-filter-date .dates:hover {
            background-color: var(--Primary);
            color: var(--White);
        }

    .wd-chart .wd-filter-date .ip-group {
        flex-grow: 1;
    }

        .wd-chart .wd-filter-date .ip-group input {
            padding: 10px 16px;
        }

            .wd-chart .wd-filter-date .ip-group input:focus {
                border-color: var(--Line);
            }

.mess-box .title {
    margin-bottom: 14px;
}

.mess-box .mess-item {
    display: grid;
    gap: 12px;
}

    .mess-box .mess-item .user-box {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .mess-box .mess-item .user-box .avatar {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            overflow: hidden;
        }

        .mess-box .mess-item .user-box .content {
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
        }

    .mess-box .mess-item:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #efefef;
    }

.mess-box .list-star {
    gap: 2px;
}

    .mess-box .list-star .icon {
        font-size: 14px;
    }

.flat-dashboard .titles {
    margin-bottom: 13px;
}

.flat-dashboard .tf-new-listing {
    width: 100%;
    margin-right: 20px;
}

    .flat-dashboard .tf-new-listing .wrap-listing tbody tr td {
        padding: 16px 30px 16px 12px;
    }

thead tr {
    background-color: #3a3a3c;
    color: #fff;
    border-radius: 8px;
}

table.table-save-search tr th {
    width: 15%;
}

    table.table-save-search tr th:nth-child(1) {
        width: 15%;
        padding-left: 14px;
    }

    table.table-save-search tr th:nth-child(2) {
        width: 30%;
    }

.box-uploadfile .uploadfile {
    border-radius: 16px;
    border: 2px dashed #e5e5ea;
    padding: 95px 30px;
}

.box-uploadfile .uploadDocfile {
    border-radius: 16px;
    border: 2px dashed #e5e5ea;
    padding: 35px 35px;
}

.box-img-upload {
    display: flex;
    gap: 20px;
    overflow: auto;
}

    .box-img-upload .item-upload {
        flex-shrink: 0;
        border-radius: 10px;
        width: 194px;
        height: 109px;
        overflow: hidden;
        position: relative;
    }

        .box-img-upload .item-upload img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .box-img-upload .item-upload .icon {
            position: absolute;
            right: 5px;
            top: 5px;
            background-color: rgba(0, 0, 0, 0.5);
            font-size: 16px;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--White);
            cursor: pointer;
        }

.uploadfile {
    width: 100%;
    border: 1px solid var(--Line);
    border-radius: 16px;
    margin-bottom: 14px;
}

    .uploadfile .icon {
        margin-bottom: 8px;
        font-size: 80px;
        color: var(--Primary);
    }

    .uploadfile .btn-upload {
        position: relative;
        margin-bottom: 15px;
    }

        .uploadfile .btn-upload .ip-file {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 0;
            margin: 0;
            opacity: 0;
            cursor: pointer;
        }

    .uploadfile.style-1 .icon {
        color: var(--Line);
    }

.box-fieldset label {
    margin-bottom: 8px;
}

.box-fieldset .nice-select {
    padding: 15px 18px;
}

.box-fieldset .box-ip {
    position: relative;
}

    .box-fieldset .box-ip .btn-location {
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

        .box-fieldset .box-ip .btn-location .icon {
            font-size: 20px;
        }

.box-fieldset .map {
    margin-top: 20px;
    height: 456px;
    border-radius: 16px;
    overflow: hidden;
}

.box-fieldset .textarea {
    height: 130px;
    resize: vertical; /* allows user to resize */
    overflow-y: auto;
}

.box-amenities-property {
    display: grid;
    gap: 0 10px;
    grid-template-columns: 1fr;
}

    .box-amenities-property .title-amenities {
        cursor: pointer;
        margin-bottom: 20px;
    }

    .box-amenities-property .list-amenities {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .box-amenities-property .list-amenities1 {
        display: block;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .box-amenities-property .amenities-item {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .box-amenities-property .amenities-item input {
            flex-shrink: 0;
        }

        .box-amenities-property .amenities-item .text-cb-amenities {
            font-weight: 400;
        }

.box-floor-property {
    padding: 30px;
    border: 1px solid var(--Line);
    border-radius: 16px;
    background-color: #f7f7f7;
}

    .box-floor-property .box-floor-img {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px;
        padding: 38px 30px;
        background-color: var(--White);
        border-radius: 12px;
        margin-bottom: 0;
    }

        .box-floor-property .box-floor-img .btn-upload {
            margin-bottom: 0;
        }

    .box-floor-property .top {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--Line);
    }

        .box-floor-property .top .icon {
            font-size: 20px;
        }

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    white-space: nowrap !important;
    transition: all 0.3s ease;
}

.show-mb span {
    color: var(--Primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

/*------------ blog ---------------- */
.blog-article-item {
    padding-bottom: 31px;
    border-bottom: 1px solid var(--Line);
}

    .blog-article-item .image-wrap {
        border-radius: 30px;
        overflow: hidden;
        margin-bottom: 28px;
        position: relative;
    }

    .blog-article-item .box-tag {
        position: absolute;
        background-color: var(--Primary);
        padding: 4px 12px;
        border-radius: 999px;
        left: 8px;
        top: 8px;
    }

    .blog-article-item .time {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 12px;
    }

        .blog-article-item .time p {
            color: var(--Heading);
        }

    .blog-article-item .title {
        margin-bottom: 18px;
        letter-spacing: -0.2px;
    }

    .blog-article-item .description {
        margin-bottom: 18px;
    }

    .blog-article-item.style-2 {
        padding-bottom: 0;
        border-bottom: unset;
    }

        .blog-article-item.style-2 .image-wrap {
            border-radius: 16px;
            margin-bottom: 32px;
        }

            .blog-article-item.style-2 .image-wrap img {
                min-height: 163px;
            }

.tf-sidebar .sidebar-item {
    margin-bottom: 40px;
}

    .tf-sidebar .sidebar-item .sidebar-title {
        margin-bottom: 22px;
    }

.tf-sidebar .sidebar-categories ul li a {
    padding: 8px 0 10px;
}

.tf-sidebar .sidebar-categories ul li:not(:last-child) {
    padding-bottom: 6px;
    border-bottom: 1px solid var(--Line);
    margin-bottom: 8px;
}

.tf-sidebar .sidebar-featured > ul > li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--Line);
}

.tf-sidebar .sidebar-featured.style-2 {
    padding: 30px;
    border: 1px solid var(--Line);
    border-radius: 16px;
}

.tf-sidebar .sidebar-newslatter .sidebar-title {
    margin-bottom: 19px;
}

.tf-sidebar .sidebar-newslatter p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 21px;
    color: var(--Text);
}

.tf-sidebar .sidebar-newslatter fieldset input {
    padding-left: 15px;
}

.tf-sidebar .sidebar-newslatter .button-submit {
    right: 18px;
    left: unset;
}

    .tf-sidebar .sidebar-newslatter .button-submit i {
        color: var(--Primary);
    }

.tf-sidebar .sidebar-tags .sidebar-title {
    margin-bottom: 39px;
}

.tf-sidebar .sidebar-tags .tags-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tf-sidebar .sidebar-tags .tags-item {
    display: inline-block;
    padding: 10px 16px;
    color: var(--Text);
    line-height: 19.6px;
    border-radius: 99px;
    border: 1px solid var(--Line);
}

    .tf-sidebar .sidebar-tags .tags-item:hover {
        background-color: var(--Primary);
        color: var(--White);
    }

.tf-sidebar .sidebar-location .wrap-box-location {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.tf-sidebar .sidebar-ads {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

    .tf-sidebar .sidebar-ads .image-wrap img {
        width: 100%;
        object-fit: cover;
    }

    .tf-sidebar .sidebar-ads .logo {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 136px;
        height: 42px;
    }

    .tf-sidebar .sidebar-ads .box-ads {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: 0 30px;
    }

        .tf-sidebar .sidebar-ads .box-ads .content {
            margin-bottom: 20px;
        }

        .tf-sidebar .sidebar-ads .box-ads .title {
            margin-bottom: 20px;
        }

            .tf-sidebar .sidebar-ads .box-ads .title a {
                color: var(--White);
            }

        .tf-sidebar .sidebar-ads .box-ads p {
            color: var(--White);
        }

    .tf-sidebar .sidebar-ads::after {
        position: absolute;
        content: "";
        background: linear-gradient(180deg, rgba(88, 41, 0, 0) 0%, #582900 100%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.tf-sidebar .box-contact-agent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 16px;
    align-items: center;
}

    .tf-sidebar .box-contact-agent .avatar {
        height: 65px;
        width: 65px;
    }

    .tf-sidebar .box-contact-agent .content h6 {
        line-height: 25.2px;
    }

    .tf-sidebar .box-contact-agent .content a {
        color: var(--Text);
    }

        .tf-sidebar .box-contact-agent .content a:hover {
            color: var(--Primary);
        }

.tf-sidebar .wrap-contact-agents .box-contact-agent:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--Line);
}

.box-listings {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 16px;
}

    .box-listings .image-wrap {
        width: 112px;
        flex: none;
        border-radius: 12px;
        overflow: hidden;
    }

    .box-listings .title {
        margin-bottom: 10px;
    }

    .box-listings p {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 12px;
        line-height: 16.8px;
        color: var(--Note);
    }

        .box-listings p i {
            font-size: 16px;
        }

    .box-listings.style-2 {
        gap: 12px;
    }

        .box-listings.style-2 .image-wrap {
            height: 80px;
        }

        .box-listings.style-2 .title {
            margin-bottom: 6px;
        }

        .box-listings.style-2 .meta-list {
            margin-bottom: 10px;
        }

        .box-listings.style-2 .price {
            color: var(--Primary);
        }

        .box-listings.style-2 .content a {
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
        }

.wrap-blog-list .blog-article-item:not(:last-child) {
    margin-bottom: 32px;
}

.section-blog-list {
    margin-bottom: 80px;
}

    .section-blog-list .tf-sidebar .sidebar-tags .sidebar-title {
        margin-bottom: 18px;
    }

    .section-blog-list .wg-pagination {
        margin-top: 25px;
    }

.box-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 20px 10px;
    flex-wrap: wrap;
}

    .box-title .group-layout {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 10px;
    }

    .box-title .right {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 10px;
    }

    .box-title .btn-layout {
        border-radius: 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        border: 1px solid var(--Line);
    }

        .box-title .btn-layout:hover, .box-title .btn-layout.active {
            background-color: var(--Primary);
        }

            .box-title .btn-layout:hover svg path, .box-title .btn-layout.active svg path {
                stroke: var(--White);
            }

    .box-title .filter-popup {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        height: 40px;
        padding: 0 10px;
        gap: 8px;
        font-size: 14px;
        line-height: 21px;
        color: var(--Heading);
        border-radius: 10px;
        border: 1px solid var(--Line);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        .box-title .filter-popup:hover {
            background-color: var(--Primary);
            color: var(--White);
        }

            .box-title .filter-popup:hover svg path {
                stroke: var(--White);
            }

    .box-title .nice-select {
        width: 179px;
        height: 40px;
        border-radius: 10px;
        padding: 0 18px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

        .box-title .nice-select::after {
            right: 18px;
        }

        .box-title .nice-select > span {
            font-size: 14px;
            line-height: 21px;
            color: var(--Heading);
        }

    .box-title.style-2 .nice-select {
        height: 54px;
        width: 100%;
        padding: 0 16px;
        border-radius: 16px;
    }

.section-blog-grid {
    margin-bottom: 80px;
}

    .section-blog-grid .grid-layout-3 {
        gap: 56px 40px;
        margin-bottom: 56px;
    }

    .section-blog-grid .wg-pagination {
        padding-top: 26px;
        border-top: 1px solid var(--Line);
    }

.section-blog-details {
    margin-bottom: 75px;
}

    .section-blog-details .heading {
        padding-bottom: 30px;
        border-bottom: 1px solid var(--Line);
        margin-bottom: 30px;
    }

        .section-blog-details .heading .title-heading {
            margin-bottom: 16px;
        }

    .section-blog-details .meta {
        gap: 16px;
        flex-wrap: wrap;
    }

        .section-blog-details .meta .meta-item {
            gap: 6px;
        }

    .section-blog-details .image-wrap {
        border-radius: 16px;
        overflow: hidden;
    }

        .section-blog-details .image-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .section-blog-details .quote {
        padding: 27px 25px 26px;
        background-color: var(--Color-6);
        border-left: 4px solid var(--Primary);
        border-radius: 10px;
        margin-bottom: 20px;
    }

        .section-blog-details .quote p {
            color: var(--Primary);
        }

        .section-blog-details .quote .author {
            font-weight: 600;
            margin-top: 20px;
        }

    .section-blog-details .group-image {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 20px;
    }

        .section-blog-details .group-image .image-wrap {
            width: 100%;
        }

    .section-blog-details .tag-wrap {
        padding-top: 17px;
        border-top: 1px solid var(--Line);
        margin-bottom: 50px;
        flex-wrap: wrap;
        gap: 10px 20px;
    }

        .section-blog-details .tag-wrap .tags {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            gap: 12px;
        }

            .section-blog-details .tag-wrap .tags a {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 89px;
                height: 36px;
                border-radius: 999px;
                border: 1px solid var(--Line);
            }

                .section-blog-details .tag-wrap .tags a:hover {
                    color: var(--White);
                    background-color: var(--Primary);
                }

        .section-blog-details .tag-wrap .wrap-social {
            gap: 9px;
        }

.section-related-posts {
    margin-bottom: 80px;
}

    .section-related-posts .heading {
        line-height: 33.6px;
        margin-bottom: 24px;
    }

    .section-related-posts .grid-layout-3 {
        gap: 40px;
    }

/*------------ testimonial ---------------- */
.wg-testimonial {
    padding: 24px 24px 21px;
    border: 1px solid var(--Line);
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .wg-testimonial .avatar {
        width: 90px;
        height: 90px;
        border-radius: 999px;
        overflow: hidden;
        margin: 0 auto 16px;
    }

    .wg-testimonial .ratings {
        margin-bottom: 26px;
    }

        .wg-testimonial .ratings i {
            color: rgb(255, 168, 0);
        }

    .wg-testimonial .description {
        margin-bottom: 21px;
    }

    .wg-testimonial .author .name {
        margin-bottom: 3px;
    }

    .wg-testimonial.has-bg {
        background: var(--Sub-primary-3);
    }

        .wg-testimonial.has-bg .author .name {
            margin-bottom: 5px;
        }

    .wg-testimonial:hover {
        box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
    }

    .wg-testimonial.style-2 {
        padding: 24px 23px 24px;
    }

        .wg-testimonial.style-2 .author {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .wg-testimonial.style-2 .ratings {
            margin-bottom: 15px;
        }

        .wg-testimonial.style-2 .description {
            margin-bottom: 22px;
        }

        .wg-testimonial.style-2 .avatar {
            width: 60px;
            height: 60px;
            margin: 0;
        }

            .wg-testimonial.style-2 .avatar img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .wg-testimonial.style-3 {
        padding: 32px;
        border: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .wg-testimonial.style-3:hover {
            box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
        }

    .wg-testimonial.style-4 {
        padding: 31px 27px 30px;
    }

        .wg-testimonial.style-4 .avatar {
            width: 100px;
            height: 100px;
            margin-bottom: 31px;
        }

        .wg-testimonial.style-4 .description {
            margin-bottom: 31px;
        }

        .wg-testimonial.style-4 .ratings {
            margin-bottom: 16px;
        }

        .wg-testimonial.style-4 .author .name {
            margin-bottom: 3px;
            font-size: 20px;
            line-height: 24.2px;
        }

    .wg-testimonial.style-no-boder {
        border: none;
        padding: 32px 24px 21px;
    }

        .wg-testimonial.style-no-boder .avatar {
            width: 100px;
            height: 100px;
            margin-bottom: 31px;
        }

        .wg-testimonial.style-no-boder .description {
            margin-bottom: 31px;
        }

        .wg-testimonial.style-no-boder .author .name {
            font-size: 20px;
            line-height: 24.2px;
        }

        .wg-testimonial.style-no-boder .ratings {
            margin-bottom: 16px;
        }

/*------------ accordion ---------------- */
.tf-faq .faq-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--Line);
}

.tf-faq .faq-header {
    display: inline-block;
    line-height: 25.2px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .tf-faq .faq-header i {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .tf-faq .faq-header:not(.collapsed) {
        color: var(--Primary);
    }

        .tf-faq .faq-header:not(.collapsed) i {
            transform: rotate(-180deg);
        }

.tf-faq .faq-body {
    padding-top: 16px;
    line-height: 22.4px;
}
/*------------ map ---------------- */
.map-marker-container {
    position: absolute;
    margin-top: 10px;
    transform: translate3d(-50%, -100%, 0);
}

.marker-container {
    position: relative;
    top: 30px;
    left: 8px;
    width: 12px;
    height: 12px;
    /*z-index: 999;*/
    border-radius: 50%;
    cursor: pointer;
    -webkit-perspective: 1000;
}

    .marker-container:hover {
        z-index: 1;
    }
        .marker-container:hover .marker-card .face {
            background: #055E16 !important
        }

.marker-card .face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    color: #fff;
    /*z-index: 100;*/
    background: #A3000B;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: content-box;
    background-clip: content-box;
    line-height: 46px;
    font-size: 24px;
}

    .marker-card .face::before,
    .marker-card .face::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 9999px;
    }

    .marker-card .face::before {
        content: "";
        position: absolute;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .marker-card .face:hover {
        background-color: #055E16;
    }

    .marker-card .face::after {
        content: "";
        position: absolute;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .marker-card .face > div {
        position: absolute;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 99;
    }

#singleListingMap .marker-container {
    cursor: default;
}

#singleListingMap .marker-container {
    cursor: default;
}

.marker-card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1;
}

.mapboxgl-popup-content {
    padding: 0 !important;
    width: 310px;
    border-radius: 16px !important;
    overflow: hidden;
}

/*------------ nice-select ---------------- */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 1px solid var(--Line);
    color: var(--Text);
    border-radius: 3px;
    height: 54px;
    padding: 16px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    font-size: 15px;
    line-height: 18.75px;
    font-weight: 400;
    outline: none;
    position: relative;
    transition: all linear 0.2s;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border-radius: 16px;
    position: relative;
}

    .nice-select::after {
        content: "";
        right: 10px;
        top: 50%;
        color: var(--Text);
        background-image: url(../icons/arrow-down.svg);
        position: absolute;
        transform: translateY(-50%) rotate(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1;
        width: 16px;
        height: 16px;
    }

    .nice-select > span {
        font-weight: 400;
    }

    .nice-select > .list {
        position: absolute;
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        width: 100%;
        font-size: 14px;
        max-height: 155px;
        overflow: auto;
        z-index: 1;
    }

        .nice-select > .list::-webkit-scrollbar {
            width: 6px;
            height: 4px;
            background-color: #f5f5f5;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
        }

        .nice-select > .list::-webkit-scrollbar-thumb {
            background-color: #a7a7a7;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
        }

        .nice-select > .list::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            background-color: #f5f5f5;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
        }

        .nice-select > .list .option {
            width: 100%;
            padding: 10px 10px;
            color: var(--Text);
            position: relative;
            cursor: pointer;
        }

            .nice-select > .list .option:hover {
                background-color: rgba(0, 0, 0, 0.12);
            }

            .nice-select > .list .option.selected {
                color: var(--Main-color);
                background-color: rgba(0, 0, 0, 0.12);
            }

                .nice-select > .list .option.selected::after {
                    position: absolute;
                    font-family: "icomoon" !important;
                    content: "\e917";
                    right: 18px;
                    top: 50%;
                    transform: translateY(-50%);
                }

    .nice-select.open {
        border-color: var(--Line) !important;
        z-index: 99;
    }

        .nice-select.open::after {
            transform: translateY(-50%) rotate(-180deg);
        }

        .nice-select.open .list {
            opacity: 1;
            visibility: visible;
            z-index: 10;
            pointer-events: auto;
            -webkit-transform: scale(1) translateY(0);
            -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
            width: 100%;
            -moz-transform: scale(1) translateY(0);
            -o-transform: scale(1) translateY(0);
        }

    .nice-select.select-sort {
        justify-content: end;
        padding-right: 30px !important;
        border: none;
    }

        .nice-select.select-sort::after {
            background-image: url(../icons/arrow-down-2.svg);
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            right: 0;
        }

        .nice-select.select-sort.open::after {
            transform: translateY(-50%) rotate(-180deg);
        }

        .nice-select.select-sort.style-2 > .list {
            right: 0;
            width: 70%;
            left: unset;
        }

/*------------ animation ---------------- */
.effec-icon .icon i,
.effec-icon .icon svg,
.effec-icon .tf-icon i,
.effec-icon .tf-icon svg,
.effec-icon .tf-icon img {
    transition: all 0.6s ease-in-out;
}

.effec-icon:hover .icon i,
.effec-icon:hover .icon svg,
.effec-icon:hover .tf-icon i,
.effec-icon:hover .tf-icon svg,
.effec-icon:hover .tf-icon img {
    transform: rotateY(360deg);
}

.ani1 {
    -webkit-animation: ani1 10s infinite ease-in-out alternate;
    animation: ani1 10s infinite ease-in-out alternate;
}

.ani2 {
    -webkit-animation: ani2 10s infinite ease-in-out alternate;
    animation: ani2 10s infinite ease-in-out alternate;
}

.ani3 {
    -webkit-animation: ani3 4s infinite ease-in-out alternate;
    animation: ani3 4s infinite ease-in-out alternate;
}

.ani4 {
    -webkit-animation: ani4 7s infinite ease-in-out alternate;
    animation: ani4 7s infinite ease-in-out alternate;
}

.ani5 {
    -webkit-animation: ani5 7s infinite ease-in-out alternate;
    animation: ani5 7s infinite ease-in-out alternate;
}

.ani6 {
    -webkit-animation: ani6 7s infinite ease-in-out alternate;
    animation: ani6 7s infinite ease-in-out alternate;
}

.ani7 {
    -webkit-animation: ani7 7s infinite ease-in-out alternate;
    animation: ani7 7s infinite ease-in-out alternate;
}

.ani8 {
    -webkit-animation: ani8 2000ms infinite ease-in-out alternate;
    animation: ani8 2000ms infinite ease-in-out alternate;
}

@keyframes ani1 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg);
    }

    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg);
    }

    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg);
    }

    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes ani2 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(20px, 1px) rotate(36deg);
        transform: translate(20px, 1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(100px, 72px) rotate(72deg);
        transform: translate(100px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(40px, 72px) rotate(144deg);
        transform: translate(40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes ani3 {
    0% {
        transform: scale(0.8, 0.8);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.8, 0.8);
    }
}

@keyframes ani4 {
    0%, 100% {
        transform: translateX(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    50% {
        transform: translateX(-20px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@keyframes ani5 {
    0%, 100% {
        transform: translateX(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    50% {
        transform: translateX(10px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@keyframes ani6 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-13px, 1px) rotate(-6deg);
        transform: translate(-13px, 1px) rotate(-6deg);
    }

    40% {
        -webkit-transform: translate(-41px, -22px) rotate(-22deg);
        transform: translate(-41px, -22px) rotate(-22deg);
    }

    60% {
        -webkit-transform: translate(-33px, -22px) rotate(-50deg);
        transform: translate(-33px, -22px) rotate(-50deg);
    }

    80% {
        -webkit-transform: translate(40px, -72px) rotate(-50deg);
        transform: translate(40px, -72px) rotate(-50deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes ani7 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes ani8 {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

@keyframes rotate1 {
    from {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 var(--Sub-primary-4);
    }

    50% {
        box-shadow: 0 0 0 10px var(--Sub-primary-4);
    }

    100% {
        box-shadow: 0 0 0 0 var(--Sub-primary-4);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        box-shadow: 0 2px 0 var(--Primary);
    }

    50% {
        transform: rotate(180deg);
        box-shadow: 0 2px 0 var(--Primary);
    }

    100% {
        transform: rotate(360deg);
        box-shadow: 0 2px 0 var(--Primary);
    }
}
/*------------ hover ---------------- */
.hover-tooltip {
    position: relative;
}

    .hover-tooltip .tooltip {
        position: absolute;
        white-space: nowrap;
        padding: 0px 8.5px;
        height: 25px;
        border-radius: 2px;
        bottom: calc(100% + 7px);
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        color: var(--White);
        max-width: 250px;
        width: max-content;
        background-color: var(--Heading);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        z-index: 1000;
        font-size: 12px;
        line-height: 22px;
    }

        .hover-tooltip .tooltip::before {
            content: "";
            left: 50%;
            transform: translateX(-50%) rotate(45deg);
            top: 20px;
            position: absolute;
            background: var(--Heading);
            width: 8px;
            height: 8px;
            z-index: -1;
        }

    .hover-tooltip.style-2 .tooltip {
        z-index: 202;
        right: calc(100% + 10px);
        top: 50%;
        transform: translateY(-50%);
        left: unset;
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    }

        .hover-tooltip.style-2 .tooltip::before {
            left: unset;
            right: -3px;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
        }

    .hover-tooltip:hover .tooltip {
        opacity: 1;
        visibility: visible;
    }

.hover-img .image-wrap {
    overflow: hidden;
}

    .hover-img .image-wrap img {
        object-fit: cover;
        -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
        transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    }

.hover-img:hover .image-wrap img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.hover-img-rotate .image-wrap {
    overflow: hidden;
    border-radius: 8px;
}

    .hover-img-rotate .image-wrap img {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.hover-img-rotate:hover .image-wrap img {
    transform: scale(1.1) rotate(3deg);
}

.hover-img-wrap {
    position: relative;
}

    .hover-img-wrap::before {
        content: "";
        position: absolute;
        top: -100%;
        left: 0;
        width: 50%;
        height: 100%;
        background: rgb(0, 0, 0);
        transition: 0.25s;
        z-index: 3;
        opacity: 0.1;
    }

    .hover-img-wrap::after {
        content: "";
        position: absolute;
        bottom: -100%;
        right: 0;
        width: 50%;
        height: 100%;
        background: rgb(0, 0, 0);
        transition: 0.25s;
        z-index: 3;
        opacity: 0.1;
    }

    .hover-img-wrap:hover::after {
        bottom: 0;
        transition-delay: 0.25s;
    }

    .hover-img-wrap:hover::before {
        top: 0;
    }

/*------------ themes-color ---------------- */
.theme-color-1 {
    --Primary: #06a788;
    --Sub-primary-1: rgba(215, 241, 236, 1);
    --Sub-primary-2: rgba(6, 167, 136, 0.16);
}

.theme-color-2 {
    --Primary: #f2695c;
    --Sub-primary-1: rgba(253, 231, 229, 1);
    --Sub-primary-2: rgba(242, 105, 92, 0.16);
}

.theme-color-3 {
    --Primary: #c79e34;
    --Sub-primary-1: rgba(246, 239, 222, 1);
    --Sub-primary-2: rgba(199, 158, 52, 0.16);
}

.theme-color-4 {
    --Primary: #7695ff;
    --Sub-primary-1: rgba(242, 245, 255, 1);
    --Sub-primary-2: rgba(118, 149, 255, 0.16);
    --Sub-primary-3: rgba(118, 149, 255, 0.1);
}

/*------------ widgets ---------------- */
.wg-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
    gap: 16px;
    flex-wrap: wrap;
}

    .wg-pagination li {
        height: max-content;
        overflow: hidden;
        border-radius: 10px;
        flex: none;
    }

        .wg-pagination li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 44px;
            width: 44px;
            color: var(--Heading);
            background-color: var(--White);
            font-size: 16px;
            line-height: 22.86px;
        }

        .wg-pagination li.arrow {
            border: 1px solid var(--Line);
        }

        .wg-pagination li.disabled:hover a, .wg-pagination li.disabled a, .pagination li.disabled:hover {
            color: #dee2e6;
            background-color: transparent !important;
            cursor: not-allowed;
        }

        .wg-pagination li:hover a, .wg-pagination li.active a {
            color: var(--White);
            background-color: var(--Primary);
        }

.radio-item label {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    color: var(--Text);
}

    .radio-item label input {
        position: absolute;
        opacity: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

        .radio-item label input:checked ~ .btn-radio {
            background-color: var(--Primary);
        }

            .radio-item label input:checked ~ .btn-radio::after {
                display: block;
            }

    .radio-item label .btn-radio {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid var(--Primary);
    }

        .radio-item label .btn-radio::after {
            content: "\e917";
            font-family: "icomoon";
            position: absolute;
            display: none;
            font-weight: 600;
            font-size: 14px;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: var(--White);
        }

.checkbox-item label {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
}

    .checkbox-item label input {
        position: absolute;
        opacity: 0;
        left: 0;
        top: 0;
        z-index: 1;
    }

        .checkbox-item label input:checked ~ .btn-checkbox {
            border: 1px solid var(--Primary);
            background-color: var(--Primary);
        }

            .checkbox-item label input:checked ~ .btn-checkbox:after {
                display: block;
            }

    .checkbox-item label .btn-checkbox {
        position: absolute;
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        background-color: transparent;
        border-radius: 6px;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

        .checkbox-item label .btn-checkbox:after {
            content: "\e917";
            font-family: "icomoon" !important;
            position: absolute;
            font-size: 16px;
            font-weight: 600;
            top: -2px;
            left: 1px;
            color: var(--White);
            display: none;
        }

.checkbox-item.style-1 label {
    align-items: center;
}

    .checkbox-item.style-1 label .btn-checkbox {
        border: 1px solid #f1913d;
    }

.wrap-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.tf-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .tf-social:not(.tf-social.style-2) li a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--White);
        height: 44px;
        width: 44px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 999px;
    }

    .tf-social:not(.tf-social.style-2) li:hover a {
        background-color: var(--Primary);
    }

    .tf-social.style-1 li a {
        border-color: var(--Line) !important;
        color: var(--Note) !important;
    }

    .tf-social.style-1 li:hover a {
        color: var(--White) !important;
    }

    .tf-social.style-2 {
        gap: 20px;
    }

        .tf-social.style-2 li a {
            font-size: 14px;
            color: var(--Text);
        }

        .tf-social.style-2 li:hover a {
            color: var(--Primary);
        }

    .tf-social.style-3 {
        padding: 16px 15.5px;
        background-color: var(--Black);
        justify-content: space-between;
        border-radius: 16px;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 3;
    }

        .tf-social.style-3 li a {
            color: var(--White);
            font-size: 18px;
            position: relative;
            height: unset !important;
            width: unset !important;
            border: none !important;
            background-color: unset !important;
        }

            .tf-social.style-3 li a::after {
                position: absolute;
                content: "";
                width: 1px;
                height: 16px;
                background-color: rgba(255, 255, 255, 0.2);
                right: -16px;
            }

            .tf-social.style-3 li a:hover {
                color: var(--Primary);
            }

.ratings {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 4px;
}

    .ratings i {
        font-size: 14px;
        color: var(--Primary);
    }

.wrap-comment {
    padding-bottom: 40px;
    /* border-bottom: 1px solid var(--Line);*/
    margin-bottom: 51px;
}

    .wrap-comment .title {
        line-height: 33.6px;
        margin-bottom: 24px;
    }

    .wrap-comment .comment-list {
        margin-bottom: 25px;
    }

        .wrap-comment .comment-list li:not(:last-child) {
            margin-bottom: 27px;
        }

    .wrap-comment .comment-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--Line);
    }

        .wrap-comment .comment-item .image-wrap {
            max-width: 60px;
            height: 60px;
            flex: none;
            overflow: hidden;
            border-radius: 14px;
        }

        .wrap-comment .comment-item .user {
            margin-bottom: 16px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: start;
            justify-content: space-between;
        }

        .wrap-comment .comment-item .author .name {
            line-height: 25.2px;
            color: var(--Text-2);
            margin-bottom: 4px;
        }

        .wrap-comment .comment-item .author .time {
            font-size: 12px;
            line-height: 16px;
            color: var(--Note);
        }

        .wrap-comment .comment-item .comment {
            padding-bottom: 28px;
            border-bottom: 1px solid var(--Line);
        }

            .wrap-comment .comment-item .comment p {
                margin-bottom: 16px;
            }

            .wrap-comment .comment-item .comment .group-image {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                gap: 10px 16px;
                margin-bottom: 14px;
                flex-wrap: wrap;
            }

                .wrap-comment .comment-item .comment .group-image img {
                    max-width: 141px;
                    border-radius: 10px;
                }

    .wrap-comment .ratings {
        gap: 5px;
        margin-top: 5px;
    }

    .wrap-comment .action {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 16px;
    }

        .wrap-comment .action .action-item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            gap: 6px;
            cursor: pointer;
        }

            .wrap-comment .action .action-item svg path {
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .wrap-comment .action .action-item .text-2 {
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .wrap-comment .action .action-item:hover svg path, .wrap-comment .action .action-item.active svg path {
                stroke: var(--Primary);
            }

            .wrap-comment .action .action-item:hover .text-2, .wrap-comment .action .action-item.active .text-2 {
                color: var(--Primary);
            }

.tf-dropdown-sort .btn-select {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

    .tf-dropdown-sort .btn-select i {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.tf-dropdown-sort .text-sort-value {
    font-size: 18px;
    line-height: 22.5px;
    color: var(--Heading);
    font-weight: 600;
}

.tf-dropdown-sort .dropdown-menu {
    border: none;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
    padding: 10px;
}

.tf-dropdown-sort .select-item .text-value-item {
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 18px;
    color: var(--Text);
}

.tf-dropdown-sort .select-item:hover {
    background-color: var(--Line);
}

.tf-dropdown-sort .select-item.active .text-value-item {
    color: var(--Primary);
}

.tf-dropdown-sort.show .btn-select i {
    transform: rotate(-180deg);
}

.wd-search-form {
    background-color: var(--White);
    padding: 28px 20px;
    border-radius: 16px;
}

    .wd-search-form .title-box {
        padding-bottom: 30px;
        border-bottom: 1px solid var(--Line);
        margin-bottom: 30px;
    }

    .wd-search-form .group-price {
        display: grid;
        /*grid-template-columns: repeat(2, 1fr);*/
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-bottom: 30px;
    }

        .wd-search-form .group-price .box-title-price {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            margin-bottom: 10px;
        }

    .wd-search-form .group-select {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px 30px;
        margin-bottom: 30px;
    }

    .wd-search-form .group-amenities {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 16px;
    }

    .wd-search-form .group-checkbox {
        text-align: start;
    }

        .wd-search-form .group-checkbox .title {
            margin-bottom: 14px;
        }

    .wd-search-form.style-2 .group-amenities {
        grid-template-columns: repeat(3, 1fr);
    }

    .wd-search-form.style-3 .group-amenities {
        grid-template-columns: repeat(3, 1fr);
    }

    .wd-search-form.style-3 .group-select {
        grid-template-columns: repeat(2, 1fr);
    }

    .wd-search-form.style-4 {
        padding: 0;
    }

        .wd-search-form.style-4 .group-price,
        .wd-search-form.style-4 .group-amenities,
        .wd-search-form.style-4 .group-select {
            grid-template-columns: repeat(1, 1fr);
        }

        .wd-search-form.style-4 .group-amenities {
            gap: 14px;
        }

        .wd-search-form.style-4 .group-select {
            gap: 30px;
        }

        .wd-search-form.style-4 .checkbox-item label {
            font-weight: 400;
            color: var(--Text);
        }

            .wd-search-form.style-4 .checkbox-item label .btn-checkbox:after {
                top: 0px;
            }

        .wd-search-form.style-4 .nice-select {
            font-size: 16px;
            line-height: 22.4px;
        }

        .wd-search-form.style-4 .box-select.style-2 .nice-select {
            font-size: 14px;
            line-height: 22px;
        }

        .wd-search-form.style-4 .bot {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: space-between;
        }

            .wd-search-form.style-4 .bot a:hover svg path {
                stroke: var(--Primary);
            }

    .wd-search-form .box-search {
        position: relative;
    }

        .wd-search-form .box-search input,
        .wd-search-form .box-search input::placeholder {
            font-size: 14px;
            line-height: 22px;
        }

        .wd-search-form .box-search .icon {
            position: absolute;
            font-size: 16px;
            right: 16px;
            top: 57%;
            transform: translateY(-50%);
        }

.offcanvas-filter {
    /*max-width: 380px;*/
}

    .offcanvas-filter .offcanvas-body {
        border: 1px solid var(--Line) !important;
    }

    .offcanvas-filter .offcanvas-header, .offcanvas-filter .offcanvas-body, .offcanvas-filter .offcanvas-footer {
        padding: 20px;
    }

        .offcanvas-filter .offcanvas-body::-webkit-scrollbar {
            width: 6px;
            height: 4px;
            background-color: #f5f5f5;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
        }

        .offcanvas-filter .offcanvas-body::-webkit-scrollbar-thumb {
            background-color: #a7a7a7;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
        }

        .offcanvas-filter .offcanvas-body::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            background-color: #f5f5f5;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
        }

.map-listing-item .infoBox-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 6;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .map-listing-item .infoBox-close:hover {
        color: var(--White);
    }

.map-listing-item .box-house {
    position: relative;
    border: none;
    width: max-content !important;
    max-width: 100%;
    font-family: "Lexend", sans-serif;
}

    .map-listing-item .box-house .image-wrap img {
        max-width: 100% !important;
    }

.meta-list {
    gap: 0px 15px;
    flex-wrap: wrap;
}

    .meta-list li {
        align-items: center;
        gap: 4px;
        color: rgba(44, 46, 51, 0.5);
    }

        .meta-list li span {
            color: var(--Heading);
            font-weight: normal;
        }

.box-house {
    border-radius: 16px;
    border: 1px solid var(--Line);
    overflow: hidden;
    background-color: var(--White);
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .box-house .image-wrap {
        position: relative;
        overflow: hidden;
    }

        .box-house .image-wrap > a {
            display: inline-block;
            position: relative;
            width: 100%;
            height: 100%;
        }

            .box-house .image-wrap > a::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                bottom: 100%;
                left: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .box-house .image-wrap img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }

    .box-house .box-tag {
        z-index: 2;
        position: absolute;
        top: 7px;
        left: 8px;
    }

        .box-house .box-tag .flat-tag {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            padding: 0 12px;
            height: 28px;
            border-radius: 999px;
        }

    .box-house .list-btn {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .box-house .list-btn .btn-icon {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            width: 40px;
            color: var(--Primary);
            background-color: var(--White);
            border-radius: 999px;
            font-size: 20px;
            transform: translateY(12px);
            opacity: 0;
            visibility: hidden;
        }

            .box-house .list-btn .btn-icon:hover {
                background-color: var(--Secondary);
            }

        .box-house .list-btn .save {
            transition-delay: 0s;
        }

        .box-house .list-btn .find {
            transition-delay: 0.1s;
        }

    .box-house .content {
        padding: 1.5rem 1.5rem;
    }

        .box-house .content .title {
            margin-bottom: 10px;
        }

        .box-house .content .location {
            margin-bottom: 16px;
            min-height: 40px !important;
        }

            .box-house .content .location i {
                margin-right: 4px;
            }

    .box-house .meta-list {
        border-bottom: 1px solid var(--Line);
        padding-bottom: 16px;
        margin-bottom: 15px;
        gap: 9px;
    }

        .box-house .meta-list i {
            font-size: 20px;
        }

    .box-house .price {
        color: var(--Primary);
    }

    .box-house .wrap-btn {
        gap: 7px;
    }

        .box-house .wrap-btn .compare:hover svg path {
            fill: var(--Primary);
        }

    .box-house .tf-btn {
        height: 44px;
        border-radius: 12px;
    }

    .box-house:hover {
        box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.0705882353);
    }

        .box-house:hover .btn-icon {
            opacity: 1;
            visibility: visible;
            transform: translateY(0px);
        }

        .box-house:hover .image-wrap a::after {
            bottom: 0;
            opacity: 1;
            visibility: visible;
        }

    .box-house.style-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-shadow: unset;
    }

        .box-house.style-list .image-wrap {
            max-width: 290px;
            flex: none;
        }

            .box-house.style-list .image-wrap .box-tag, .box-house.style-list .box-tag {
                top: 8px;
            }

        .box-house.style-list .content {
            padding: 24px;
            width: 100%;
        }

            .box-house.style-list .content .location {
                margin-bottom: 23px;
            }

        .box-house.style-list .meta-list {
            gap: 8px 45px;
            padding-bottom: 24px;
            margin-bottom: 24px;
        }

            .box-house.style-list .meta-list .meta-item {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                flex-direction: column;
                align-items: start;
                gap: 8px;
            }

                .box-house.style-list .meta-list .meta-item > div {
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    align-items: center;
                    gap: 8px;
                }

    .box-house.style-3 {
        border: none;
        border-radius: unset;
        display: grid;
        grid-template-columns: 0.96fr 1fr;
    }

        .box-house.style-3 .box-tag {
            position: unset;
            margin-bottom: 16px;
        }

        .box-house.style-3 .image-wrap {
            max-width: 940px;
        }

            .box-house.style-3 .image-wrap a {
                width: 100%;
                height: 100%;
                position: relative;
            }

                .box-house.style-3 .image-wrap a::after {
                    content: "";
                    position: absolute;
                    width: 50%;
                    height: 0%;
                    background-color: rgba(0, 0, 0, 0.2);
                    left: 0;
                    -webkit-transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -ms-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                    z-index: 1;
                    bottom: 0;
                }

                .box-house.style-3 .image-wrap a::before {
                    content: "";
                    position: absolute;
                    width: 50%;
                    height: 0%;
                    background-color: rgba(0, 0, 0, 0.2);
                    right: 0;
                    top: 0;
                    z-index: 1;
                    -webkit-transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -ms-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                }

                .box-house.style-3 .image-wrap a:hover::after {
                    height: 100%;
                }

                .box-house.style-3 .image-wrap a:hover::before {
                    height: 100%;
                }

            .box-house.style-3 .image-wrap img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .box-house.style-3 .meta-list {
            gap: 10px 37px;
            margin-bottom: 16px;
            padding-bottom: 0;
            border-bottom: none;
        }

            .box-house.style-3 .meta-list .meta-item div {
                line-height: 21px;
                color: rgb(58, 58, 60);
            }

        .box-house.style-3 .content {
            width: unset;
            margin: 104px 15px 104px 30px;
            padding: 0;
        }

            .box-house.style-3 .content .title {
                margin-bottom: 16px;
            }

            .box-house.style-3 .content .location {
                margin-bottom: 40px;
            }

        .box-house.style-3 .author {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            gap: 12px;
            align-items: center;
        }

            .box-house.style-3 .author .avatar {
                width: 60px;
                height: 60px;
                overflow: hidden;
                border-radius: 999px;
            }

            .box-house.style-3 .author .name {
                line-height: 25.2px;
            }

        .box-house.style-3 .bot {
            padding-top: 40px;
            margin-top: 40px;
            border-top: 1px solid var(--Line);
            gap: 10px;
            flex-wrap: wrap;
        }

            .box-house.style-3 .bot .price {
                color: var(--Heading);
            }

                .box-house.style-3 .bot .price span {
                    color: #5c6368;
                }

.icons-box {
    padding: 24px;
    border-radius: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--White);
}

    .icons-box .tf-icon {
        margin-bottom: 32px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .icons-box .title {
        margin-bottom: 24px;
    }

    .icons-box p {
        margin-bottom: 30px;
    }

    .icons-box:hover {
        box-shadow: 0px 30px 60px var(--Sub-primary-2);
    }

    .icons-box.default {
        padding: 24px 30px;
        border: 1px solid var(--Line);
        border-radius: 16px;
    }

        .icons-box.default .tf-icon svg path:not(:first-child) {
            fill: var(--Primary);
        }

        .icons-box.default:hover .tf-btn {
            background-color: var(--Primary);
            color: var(--White);
        }

    .icons-box.style-1 .heading {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 24px;
    }

    .icons-box.style-1 .tf-icon {
        margin-bottom: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        background-color: var(--Sub-primary-2);
        border-radius: 16px;
        flex-shrink: 0;
    }

        .icons-box.style-1 .tf-icon svg:not(.icons-box.style-1 .tf-icon svg.stroke) path {
            fill: var(--Primary);
        }

        .icons-box.style-1 .tf-icon .stroke path {
            stroke: var(--Primary);
        }

    .icons-box.style-1 .title {
        margin-bottom: 0;
    }

        .icons-box.style-1 .title a:hover {
            color: var(--Color-1);
        }

    .icons-box.style-1 p {
        margin-bottom: 24px;
    }

    .icons-box.style-1:hover {
        box-shadow: 0px 30px 60px rgba(6, 167, 136, 0.12);
    }

        .icons-box.style-1:hover .tf-icon {
            background-color: var(--Primary);
        }

            .icons-box.style-1:hover .tf-icon svg:not(.icons-box.style-1:hover .tf-icon svg.stroke) path {
                fill: var(--White);
            }

            .icons-box.style-1:hover .tf-icon .stroke path {
                stroke: var(--White);
            }

    .icons-box.style-2 {
        background-color: rgb(254, 247, 247);
    }

        .icons-box.style-2 .tf-icon {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            width: 68px;
            height: 68px;
            background-color: var(--White);
            box-shadow: 0px 8px 18px var(--Sub-primary-2);
            margin-bottom: 24px;
        }

            .icons-box.style-2 .tf-icon svg path:not(:last-child) {
                fill: var(--Primary);
            }

            .icons-box.style-2 .tf-icon .change path:nth-last-child(1), .icons-box.style-2 .tf-icon .change path:nth-last-child(2) {
                fill: #2c2e33;
            }

        .icons-box.style-2 .title {
            margin-bottom: 23px;
        }

            .icons-box.style-2 .title a:hover {
                color: var(--White);
            }

        .icons-box.style-2 p {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            margin-bottom: 0;
        }

        .icons-box.style-2:hover {
            background-color: var(--Primary);
        }

            .icons-box.style-2:hover .title a {
                color: var(--White);
            }

            .icons-box.style-2:hover p {
                color: var(--White);
            }

    .icons-box.style-3 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 24px;
    }

        .icons-box.style-3 .tf-icon {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 76px;
            width: 76px;
            font-size: 40px;
            margin-bottom: 0;
            color: var(--Primary);
            background-color: var(--Sub-primary-2);
            border-radius: 16px;
            flex-shrink: 0;
        }

        .icons-box.style-3 .title,
        .icons-box.style-3 p {
            margin-bottom: 16px;
        }

        .icons-box.style-3:hover {
            box-shadow: 0px 30px 60px var(--Sub-primary-1);
        }

            .icons-box.style-3:hover .tf-icon {
                background-color: var(--Primary);
                color: var(--White);
            }

    .icons-box.style-4, .icons-box.style-5 {
        flex-grow: 0;
    }

        .icons-box.style-4 .tf-icon, .icons-box.style-5 .tf-icon {
            width: 120px;
            height: 120px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            margin: 0 auto 24px;
            background-color: var(--Sub-primary-1);
        }

        .icons-box.style-4 .line, .icons-box.style-5 .line {
            display: block;
            background-color: var(--Line);
            width: 80px;
            height: 1px;
            margin: 0 auto;
            margin-bottom: 16px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .icons-box.style-4 p, .icons-box.style-5 p {
            margin-bottom: 0;
        }

        .icons-box.style-4:hover, .icons-box.style-5:hover {
            box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.07);
        }

            .icons-box.style-4:hover .tf-icon, .icons-box.style-5:hover .tf-icon {
                background-color: var(--Primary);
            }

                .icons-box.style-4:hover .tf-icon svg .change, .icons-box.style-5:hover .tf-icon svg .change {
                    fill: var(--White);
                }

            .icons-box.style-4:hover .line, .icons-box.style-5:hover .line {
                background-color: var(--Primary);
            }

    .icons-box.style-4 {
        padding: 30px 30px 30px;
    }

        .icons-box.style-4 .tf-icon svg path:not(:last-child) {
            fill: var(--Primary);
        }

        .icons-box.style-4 .tf-icon.style-2 svg path:nth-last-child(1), .icons-box.style-4 .tf-icon.style-2 svg path:nth-last-child(2) {
            fill: var(--Heading) !important;
        }

        .icons-box.style-4 .title {
            margin-bottom: 15px;
        }

        .icons-box.style-4:hover .tf-icon svg path:not(:last-child) {
            fill: var(--White);
        }

    .icons-box.style-5 {
        position: relative;
        padding: 34px 31px 30px;
    }

        .icons-box.style-5 .tf-icon {
            background-color: var(--Sub-primary-1);
        }

        .icons-box.style-5 .title {
            margin-bottom: 15px;
        }

        .icons-box.style-5 p {
            margin-bottom: 24px;
        }

        .icons-box.style-5:hover {
            box-shadow: 0px 30px 60px var(--shadown);
        }

            .icons-box.style-5:hover .tf-icon {
                background-color: var(--Sub-primary-1);
            }

                .icons-box.style-5:hover .tf-icon svg .change {
                    fill: unset;
                }

            .icons-box.style-5:hover .line {
                background-color: var(--Line);
            }

    .icons-box.style-6 .title a:hover {
        color: var(--Color-3);
    }

    .icons-box.style-6:hover {
        box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.07);
    }

    .icons-box.style-7 .tf-icon {
        margin-bottom: 23px;
    }

        .icons-box.style-7 .tf-icon svg .change {
            color: var(--Primary);
        }

    .icons-box.style-7 p {
        margin-bottom: 23px;
    }

    .icons-box.style-7:hover {
        box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
    }

.wrap-partners {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .wrap-partners:hover .partner-item:not(:hover) {
        filter: brightness(0.9) saturate(0) contrast(1.2) blur(2px);
    }

.partner-item {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .partner-item:hover svg path {
        fill: var(--Primary);
    }

    .partner-item.style-2 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        width: 180px;
        height: 150px;
        border-radius: 16px;
    }

        .partner-item.style-2:hover {
            border-color: var(--Primary);
        }

.agent-item {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .agent-item .image-wrap {
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 16px;
        position: relative;
    }

        .agent-item .image-wrap > a {
            display: block;
            position: relative;
            width: 100%;
        }

            .agent-item .image-wrap > a::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.12);
                bottom: 100%;
                left: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                z-index: 1;
            }

            .agent-item .image-wrap > a img {
                width: 100%;
            }

    .agent-item .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }

        .agent-item .content .name {
            margin-bottom: 2px;
        }

    .agent-item .wrap-btn-icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 8px;
    }

    .agent-item .btn-icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 38px;
        width: 38px;
        border-radius: 999px;
        border: 1px solid var(--Line);
        color: var(--Text);
    }

        .agent-item .btn-icon:hover {
            background: var(--Primary);
            color: var(--White);
        }

    .agent-item .tf-social {
        max-width: 202px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transition-delay: 0.1s;
        z-index: 1;
    }

        .agent-item .tf-social a {
            color: var(--White);
            font-size: 18px;
            position: relative;
        }

            .agent-item .tf-social a::after {
                position: absolute;
                content: "";
                width: 1px;
                height: 16px;
                background-color: rgba(255, 255, 255, 0.2);
                right: -16px;
            }

            .agent-item .tf-social a:hover {
                color: var(--Primary);
            }

    .agent-item:hover .tf-social {
        opacity: 1;
        visibility: visible;
        bottom: 32px;
    }

    .agent-item:hover .image-wrap a::after {
        bottom: 0;
        opacity: 1;
        visibility: visible;
    }

    .agent-item.style-2 {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
    }

        .agent-item.style-2::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            bottom: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.29%, #000000 100%);
        }

        .agent-item.style-2 .image-wrap {
            margin-bottom: 0;
        }

        .agent-item.style-2 .content {
            position: absolute;
            bottom: 14px;
            max-width: 186px;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 1;
        }

            .agent-item.style-2 .content .name a {
                color: var(--White);
            }

            .agent-item.style-2 .content p {
                color: var(--White);
            }

        .agent-item.style-2 .wrap-btn-icon {
            position: absolute;
            right: 16px;
            top: 16px;
            flex-direction: column;
            gap: 8px;
            z-index: 1;
        }

        .agent-item.style-2 .btn-icon {
            opacity: 1;
            background-color: rgba(0, 0, 0, 0.2);
            border: none;
            color: var(--White);
        }

            .agent-item.style-2 .btn-icon.phone {
                transition-delay: 0.1s;
            }

            .agent-item.style-2 .btn-icon.message {
                transition-delay: 0.2s;
            }

            .agent-item.style-2 .btn-icon:hover {
                background-color: var(--Color-4);
            }

        .agent-item.style-2 .tf-social {
            bottom: 32px;
        }

        .agent-item.style-2:hover .tf-social {
            bottom: 88px;
        }

    .agent-item.style-3 .image-wrap {
        margin-bottom: 25px;
    }

    .agent-item.style-3 .tf-social {
        bottom: 16px;
    }

    .agent-item.style-3:hover .tf-social {
        bottom: 32px;
    }

.agent-details {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
}

    .agent-details .image-wrap {
        flex: none;
        position: relative;
        max-width: 348px;
        border-radius: 16px;
        overflow: hidden;
    }

        .agent-details .image-wrap > a {
            width: 100%;
            height: 100%;
        }

        .agent-details .image-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .agent-details .tf-social {
        max-width: 202px;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0;
    }

    .agent-details .author {
        margin-bottom: 20px;
    }

        .agent-details .author .name {
            margin-bottom: 2px;
        }

        .agent-details .author p {
            color: var(--Note-2);
        }

    .agent-details .info {
        padding-bottom: 30px;
        border-bottom: 1px solid var(--Line);
        margin-bottom: 30px;
    }

        .agent-details .info li {
            font-size: 16px;
            line-height: 22.4px;
        }

            .agent-details .info li:not(:last-child) {
                margin-bottom: 6px;
            }

        .agent-details .info span {
            color: var(--Color-8);
            letter-spacing: -1px;
        }

        .agent-details .info a {
            color: var(--Text);
        }

            .agent-details .info a:hover {
                color: var(--Primary);
            }

        .agent-details .info svg {
            margin-right: 3px;
        }

    .agent-details .content .title {
        margin-bottom: 10px;
    }

    .agent-details .content p {
        margin-bottom: 12px;
    }

    .agent-details .content .tf-btn-link svg {
        transform: rotate(90deg);
    }

    .agent-details .content .tf-btn-link:hover svg {
        transform: rotate(0deg);
    }

    .agent-details:hover .image-wrap .tf-social {
        bottom: 16px;
        opacity: 1;
    }

.wrap-neighborhoods {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 11px 12px;
    grid-template-areas: "aa bb cc dd" "ee ff ff gg";
}

    .wrap-neighborhoods .item-1 {
        grid-area: aa;
    }

    .wrap-neighborhoods .item-2 {
        grid-area: bb;
    }

    .wrap-neighborhoods .item-3 {
        grid-area: cc;
    }

    .wrap-neighborhoods .item-4 {
        grid-area: dd;
    }

    .wrap-neighborhoods .item-5 {
        grid-area: ee;
    }

    .wrap-neighborhoods .item-6 {
        grid-area: ff;
    }

    .wrap-neighborhoods .item-7 {
        grid-area: gg;
    }

.box-location {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .box-location.h-450 .image-wrap img {
        height: 450px;
    }

    .box-location .image-wrap {
        overflow: hidden;
        min-height: 245px;
    }

        .box-location .image-wrap img {
            width: 100%;
            min-height: 245px;
            object-fit: cover;
        }

        .box-location .image-wrap a {
            position: relative;
        }

            .box-location .image-wrap a::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.29%, #000000 100%);
                left: 0;
                top: 0;
            }

    .box-location .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        z-index: 5;
        bottom: 16px;
        left: 0;
        right: 0;
        margin: 0 15px;
        flex-wrap: wrap;
        gap: 5px 10px;
    }

    .box-location .tf-btn {
        gap: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 17px 23px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        font-weight: 700;
    }

        .box-location .tf-btn:hover {
            background-color: var(--Primary);
        }

    .box-location.style-2 {
        border-radius: 8px;
    }

        .box-location.style-2 .image-wrap {
            min-height: unset;
        }

            .box-location.style-2 .image-wrap img {
                min-height: unset;
            }

        .box-location.style-2 .content {
            flex-direction: column;
            align-items: start;
        }

            .box-location.style-2 .content p {
                color: var(--White);
            }

.wrap-counter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 24px;
}

.counter-item:not(.style-2) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 290px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.counter-item .counter-number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: max-content;
}

.counter-item .odometer-formatting-mark {
    display: none;
}

.counter-item .odometer .odometer-value {
    width: 100%;
    text-align: right !important;
}

.counter-item .odometer .odometer-digit {
    vertical-align: unset !important;
}

.counter-item span {
    color: var(--White);
    font-size: 80px;
    line-height: 100px;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
}

.counter-item .sub {
    position: relative;
    top: -2px;
    left: -2px;
}

    .counter-item .sub.plus {
        top: -14px;
        font-size: 40px;
    }

.counter-item.style-2 {
    width: 135px;
}

    .counter-item.style-2 .icons {
        font-size: 50px;
        color: var(--Primary);
        margin-bottom: 15px;
    }

    .counter-item.style-2 span {
        font-size: 40px;
        line-height: 50px;
        font-weight: 600;
        color: var(--Heading);
    }

    .counter-item.style-2 .sub.plus {
        top: -9px;
        left: 2px;
        font-size: 25px;
    }

.wg-filter .form-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: var(--White);
    gap: 10px;
    border-radius: 16px;
}

    .wg-filter .form-title .wrap-btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 8px;
    }

        .wg-filter .form-title .wrap-btn .tf-btn {
            height: 54px;
        }

    .wg-filter .form-title .btn-filter {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 54px;
        width: 54px;
        border-radius: 16px;
        background: var(--Sub-primary-2);
        cursor: pointer;
        flex: none;
    }

        .wg-filter .form-title .btn-filter svg path {
            stroke: var(--Primary);
        }

    .wg-filter .form-title.style-2 .nice-select,
    .wg-filter .form-title.style-2 form fieldset input,
    .wg-filter .form-title.style-2 form fieldset input::placeholder {
        font-size: 15px;
        line-height: 18.75px;
    }

.wg-filter .wd-search-form {
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100%;
    width: 1280px;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .wg-filter .wd-search-form.show {
        display: block;
        margin-top: 8px;
        opacity: 1;
        visibility: visible;
    }

.wg-filter.style-3 form, .wg-filter.style-2 form {
    max-width: 390px;
    width: 100%;
    flex-shrink: 0;
}

    .wg-filter.style-3 form fieldset input, .wg-filter.style-2 form fieldset input {
        font-size: 15px;
        line-height: 18.75px;
    }

.wg-filter.style-3 .form-title, .wg-filter.style-2 .form-title {
    gap: 12px;
}

.wg-filter.style-3 .nice-select:after, .wg-filter.style-2 .nice-select:after {
    right: 18px;
}

.wg-filter.style-3 .nice-select .list, .wg-filter.style-2 .nice-select .list {
    width: 170px;
}

.wg-filter.style-3 .wrap-btn, .wg-filter.style-2 .wrap-btn {
    gap: 16px;
}

.wg-filter.style-3 form {
    max-width: 215px;
}

.wg-filter.style-3 .wrap-btn {
    gap: 10px;
}

.single-property-gallery {
    margin-bottom: 40px;
}

    .single-property-gallery .sw-single {
        border-radius: 16px;
        margin-bottom: 12px;
    }

    .single-property-gallery .sw-thumbs-sigle {
        border-radius: 16px;
    }

.box-overview .heading {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--Line);
    flex-wrap: wrap;
    gap: 10px 15px;
}

    .box-overview .heading .price span {
        margin-left: -10px;
    }

.box-overview .info {
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 15px;
}

    .box-overview .info .location {
        margin-bottom: 7px;
    }

    .box-overview .info .meta-list {
        gap: 17px;
    }

.box-overview .list-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 8px;
}

    .box-overview .list-action a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        border: 1px solid var(--Line);
        border-radius: 10px;
    }

        .box-overview .list-action a svg path {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .box-overview .list-action a:hover {
            background-color: var(--Primary);
        }

            .box-overview .list-action a:hover svg path {
                stroke: var(--White);
            }

.box-overview .info-detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

    .box-overview .info-detail .wrap-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

.box-overview .box-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}

    .box-overview .box-icon .icons {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border: 1px solid var(--Line);
        border-radius: 8px;
        font-size: 24px;
    }

    .box-overview .box-icon .content div:last-child {
        font-weight: 500;
    }

.box-overview.style-2 {
    border-radius: 0 0 16px 16px !important;
}

.box-property-detail .content {
    margin-bottom: 26px;
}

.box-property-detail .description {
    margin-bottom: 16px;
}

.box-property-detail .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

    .box-property-detail .box ul {
        width: calc(50% - 10px);
    }

.box-property-detail ul li:not(:last-child) {
    margin-bottom: 12px;
}

.box-property-detail ul li p:first-child {
    color: #3a3a3c;
    width: 50%;
}

.widget-video {
    position: relative;
}

    .widget-video img {
        border-radius: 16px;
        width: 100%;
    }

    .widget-video .popup-youtube {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background-color: var(--White);
        border-radius: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

        .widget-video .popup-youtube i {
            color: var(--Primary);
            font-size: 18px;
            margin-left: 4px;
        }

        .widget-video .popup-youtube::after, .widget-video .popup-youtube::before {
            position: absolute;
            content: "";
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            border-radius: 9999px;
            animation: ripple 3s infinite;
        }

        .widget-video .popup-youtube::after {
            animation-delay: 0.5s;
        }

        .widget-video .popup-youtube::before {
            animation-delay: 0.9s;
        }

.box-amenities .wrap-feature {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .box-amenities .wrap-feature .box-feature ul {
        padding-left: 15px;
        list-style: disc;
    }

        .box-amenities .wrap-feature .box-feature ul li {
            list-style: disc;
        }

            .box-amenities .wrap-feature .box-feature ul li::marker {
                color: var(--Primary);
            }

            .box-amenities .wrap-feature .box-feature ul li:not(:last-child) {
                margin-bottom: 11px;
            }

    .box-amenities .wrap-feature .box-feature .feature-item {
        gap: 8px;
    }

.single-property-map .map {
    border-radius: 10px;
    width: 100%;
    height: 420px;
}

.single-property-map .info-map {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    margin-top: 20px;
}

    .single-property-map .info-map li {
        display: flex;
        gap: 10px;
    }

        .single-property-map .info-map li:not(:last-child) {
            margin-bottom: 12px;
        }

        .single-property-map .info-map li .label {
            color: #3a3a3c;
            width: 110px;
        }

.single-property-floor .floor-item {
    padding: 0px 20px;
    background-color: #f7f7f7;
    border-radius: 12px;
}

    .single-property-floor .floor-item:not(:last-child) {
        margin-bottom: 24px;
    }

    .single-property-floor .floor-item .floor-header {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px;
        padding: 19px 0px 17px;
    }

        .single-property-floor .floor-item .floor-header .inner-left {
            display: flex;
        }

            .single-property-floor .floor-item .floor-header .inner-left span {
                color: #161e2d;
                font-size: 16px;
                line-height: 21.86px;
                font-weight: 600;
                /*font-family: "Manrope", sans-serif;*/
            }

            .single-property-floor .floor-item .floor-header .inner-left .icon {
                flex-shrink: 0;
                margin-right: 9px;
                margin-top: -2px;
                display: inline-block;
                transform: rotate(0);
                font-size: 21px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .single-property-floor .floor-item .floor-header .inner-right {
            display: flex;
            gap: 28px;
        }

            .single-property-floor .floor-item .floor-header .inner-right .icon {
                font-size: 20px;
                color: #a3abb0;
            }

        .single-property-floor .floor-item .floor-header:not(.collapsed) .inner-left .icon {
            transform: rotate(-180deg);
        }

    .single-property-floor .floor-item .faq-body {
        padding: 17px 0px;
        border-top: 1px solid #e4e4e4;
    }

        .single-property-floor .floor-item .faq-body .box-img {
            background-color: var(--White);
            border-radius: 12px;
            overflow: hidden;
        }

.box-attachments .attachments-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .box-attachments .attachments-item .box-icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background-color: #f7f7f7;
        width: 60px;
        height: 60px;
    }

        .box-attachments .attachments-item .box-icon img {
            max-width: 40px;
        }

    .box-attachments .attachments-item .icon {
        cursor: pointer;
        font-size: 24px;
    }

    .box-attachments .attachments-item span {
        color: var(--Text);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .box-attachments .attachments-item:hover span {
        color: var(--Primary);
    }

.box-virtual-tour .image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

    .box-virtual-tour .image-wrap .box-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .box-virtual-tour .image-wrap .box-icon .icons {
            font-size: 60px;
            color: var(--White);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            -webkit-animation: rotate1 5s infinite ease-in-out;
            animation: rotate1 5s infinite ease-in-out;
        }

.single-property-nearby .box-nearby {
    margin-top: 25px;
}

    .single-property-nearby .box-nearby .item-nearby:not(:last-child) {
        margin-bottom: 8px;
    }

.single-property-nearby .item-nearby {
    display: flex;
    gap: 4px;
}

    .single-property-nearby .item-nearby .label {
        width: 120px;
        color: #3a3a3c;
        opacity: 0.8;
    }

.agencies-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    padding: 30px;
    border: 1px solid var(--Line);
    border-radius: 16px;
}

    .agencies-item .logo-wrap {
        width: 90px;
        height: 90px;
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid var(--Line);
        flex-shrink: 0;
    }

    .agencies-item .info {
        margin-bottom: 19px;
    }

        .agencies-item .info .name {
            margin-bottom: 5px;
        }

        .agencies-item .info .location {
            color: var(--Note);
        }

    .agencies-item .contact {
        padding-top: 20px;
        border-top: 1px solid var(--Line);
        margin-top: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .agencies-item .contact .list-link {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            gap: 7px;
        }

            .agencies-item .contact .list-link a {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 38px;
                height: 38px;
                background: rgba(241, 145, 61, 0.1019607843);
                color: var(--Primary);
                border-radius: 999px;
                font-size: 18px;
            }

                .agencies-item .contact .list-link a:hover {
                    color: var(--Secondary);
                }

        .agencies-item .contact .tf-btn {
            height: 44px;
            border-radius: 12px;
        }

    .agencies-item.style-2 {
        flex-direction: column;
        gap: 0;
        border: 1px solid var(--Line);
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
    }

        .agencies-item.style-2 .bg-image img {
            width: 100%;
        }

        .agencies-item.style-2 .content-inner {
            margin-top: -44px;
            padding: 0 23px 23px;
        }

        .agencies-item.style-2 .logo-wrap {
            border: none;
            border-radius: 999px;
            box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
            margin-bottom: 17px;
        }

        .agencies-item.style-2 .info {
            margin-bottom: 15px;
        }

            .agencies-item.style-2 .info .name {
                margin-bottom: 1px;
            }

            .agencies-item.style-2 .info .location {
                color: var(--Text);
            }

        .agencies-item.style-2 .list-info li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            gap: 10px;
        }

            .agencies-item.style-2 .list-info li:not(:last-child) {
                margin-bottom: 12px;
            }

            .agencies-item.style-2 .list-info li span {
                font-size: 14px;
                line-height: 21px;
            }

                .agencies-item.style-2 .list-info li span:first-child {
                    font-weight: 500;
                    width: 76px;
                    color: var(--Heading);
                }

        .agencies-item.style-2 .contact {
            padding-top: 16px;
            margin-top: 16px;
        }

.career-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 29px;
    justify-content: space-between;
    border-radius: 16px;
    border: 1px solid var(--Line);
    flex-wrap: wrap;
    gap: 10px;
}

    .career-item .name {
        margin-bottom: 10px;
    }

    .career-item .list-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 10px 20px;
        flex-wrap: wrap;
    }

        .career-item .list-info li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            gap: 6px;
        }

            .career-item .list-info li:not(:last-child) {
                font-weight: 300;
            }

            .career-item .list-info li i {
                font-size: 18px;
            }

    .career-item .tf-btn {
        height: 44px;
        border-radius: 12px;
    }

.wg-appraisal .content {
    background-color: var(--Sub-primary-1);
    padding: 112px 0 111px 69px;
    position: relative;
    border-radius: 24px;
    position: relative;
    z-index: 2;
}

    .wg-appraisal .content::after {
        content: "";
        position: absolute;
        background-image: url(../images/section/cta-1.png);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .wg-appraisal .content .person {
        position: absolute;
        bottom: 0;
        right: 103px;
        z-index: 2;
    }

.wg-appraisal.style-2 {
    margin-top: 0;
}

    .wg-appraisal.style-2 .content {
        background-image: url(../images/section/section-appraisal.jpg);
    }

        .wg-appraisal.style-2 .content::after {
            display: none;
        }

        .wg-appraisal.style-2 .content .person {
            right: 87px;
        }

.wg-appraisal.style-3 {
    margin-top: 0;
    padding-bottom: 0;
}

    .wg-appraisal.style-3 .content .heading-section {
        max-width: 591px;
    }

    .wg-appraisal.style-3 .content::after {
        background-image: url(../images/section/cta-2.png);
        bottom: 0;
        top: unset;
        background-size: cover;
    }

    .wg-appraisal.style-3 .content .person {
        right: 69px;
    }

.loadmore-item .fl-item {
    display: none;
}

.loadmore-item-1 .fl-item-1 {
    display: none;
}

.loadmore-item-3 .fl-item-3 {
    display: none;
}

.loadmore-item-4 .fl-item-4 {
    display: none;
}

.loadmore-item-5 .fl-item-5 {
    display: none;
}

.loadmore-item-6 .fl-item-6 {
    display: none;
}

.loadmore-item-7 .fl-item-7 {
    display: none;
}

.wrap-map #map {
    height: 100%;
    width: 100%;
}

.wrap-pagination {
    margin-top: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 10px;
}

    .wrap-pagination .wg-pagination {
        margin-top: 0;
    }

        .wrap-pagination .wg-pagination li a {
            font-weight: 600;
        }

.tag-property {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 21px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    background-color: var(--Primary);
    border-radius: 999px;
}

.agency-details .image-wrap {
    border-radius: 16px;
    overflow: hidden;
}

    .agency-details .image-wrap img {
        width: 100%;
    }

.agency-details .logo {
    width: 190px;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
}

.agency-details .content {
    margin-top: -95px;
    margin-left: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    gap: 26px;
}

    .agency-details .content .info {
        margin-bottom: 14px;
    }

    .agency-details .content .name {
        margin-bottom: 6px;
    }

.wg-listing .heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.wg-listing .tf-houese-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 7px;
}

    .wg-listing .tf-houese-filter :nth-child(1) {
        width: 34.84px;
    }

    .wg-listing .tf-houese-filter :nth-child(2) {
        width: 79.14px;
    }

    .wg-listing .tf-houese-filter :nth-child(3) {
        width: 78.86px;
    }

.wg-listing .tf-btns-filter {
    position: relative;
    padding: 7px 7px 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .wg-listing .tf-btns-filter::after {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--Primary);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .wg-listing .tf-btns-filter:hover {
        color: var(--Primary);
    }

        .wg-listing .tf-btns-filter:hover::after {
            width: 100%;
        }

    .wg-listing .tf-btns-filter.is--active {
        font-weight: 700;
        color: var(--Primary);
    }

        .wg-listing .tf-btns-filter.is--active::after {
            width: 100%;
        }

.box-calculate {
    border-radius: 16px;
    overflow: hidden;
}

    .box-calculate form {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: var(--Line);
        padding: 40px;
        border-radius: 0 0 16px 16px;
    }

.box-benefits {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}

    .box-benefits .wrap-image {
        flex: 0 0 auto;
        width: 50%;
    }

    .box-benefits .image {
        border-radius: 16px;
        overflow: hidden;
        width: 62.4%;
    }

        .box-benefits .image.img-1 {
            position: relative;
            z-index: 1;
            box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
        }

        .box-benefits .image.img-2 {
            position: absolute;
            bottom: 0;
            right: 61px;
        }

    .box-benefits .content {
        padding: 78.5px 0;
    }

        .box-benefits .content > .title {
            margin-bottom: 32px;
        }

        .box-benefits .content .description {
            margin-bottom: 32px;
        }

        .box-benefits .content .wrap-icon {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: space-between;
            margin-bottom: 31px;
        }

            .box-benefits .content .wrap-icon .box-icon {
                position: relative;
            }

                .box-benefits .content .wrap-icon .box-icon:not(:last-child)::after {
                    position: absolute;
                    content: "";
                    width: 1px;
                    height: 100%;
                    background-color: var(--Line);
                    top: 0;
                    right: -25px;
                }

    .box-benefits .box-icon {
        width: 174px;
        flex: none;
    }

        .box-benefits .box-icon .icons {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 42px;
            height: 90px;
            width: 90px;
            background-color: var(--Sub-primary-1);
            border-radius: 16px;
            color: var(--Primary);
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 16px;
        }

.box-review {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 72px;
}

    .box-review .content-left {
        max-width: 546px;
        padding: 186.5px 0;
    }

    .box-review .box-author {
        position: absolute;
        top: 137px;
        left: 6px;
        max-width: max-content;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 16px;
        border-radius: 16px;
        box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
        background-color: var(--White);
    }

        .box-review .box-author .title {
            margin-bottom: 31px;
        }

        .box-review .box-author .avatar {
            height: 60px;
            width: 60px;
            border-radius: 999px;
            overflow: hidden;
        }

        .box-review .box-author .name {
            margin-bottom: 4px;
        }

    .box-review .content-right {
        position: relative;
        width: 100%;
    }

        .box-review .content-right::after {
            content: "";
            position: absolute;
            width: 500px;
            height: 500px;
            border-radius: 999px;
            background-color: var(--Sub-primary-2);
            left: 98px;
            top: 80px;
            z-index: -1;
        }

        .box-review .content-right > .ratings {
            position: absolute;
            top: 223px;
            right: 15px;
            padding: 16px;
            border-radius: 16px;
            box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
            background-color: var(--White);
            max-width: max-content;
        }

        .box-review .content-right .person {
            margin-left: 53px;
        }

    .box-review .wg-testimonial {
        padding: 24px 23px 21px;
        position: absolute;
        max-width: 510px;
        background-color: var(--White);
        box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
        bottom: 0;
        right: 57px;
    }

        .box-review .wg-testimonial .description {
            margin-bottom: 25px;
        }

.box-password {
    position: relative;
}

    .box-password .form-control {
        padding-right: 40px;
    }

    .box-password .show-pass,
    .box-password .show-pass2,
    .box-password .show-pass3 {
        position: absolute;
        right: 16px;
        top: 16px;
        cursor: pointer;
    }

        .box-password .show-pass .icon-pass,
        .box-password .show-pass2 .icon-pass,
        .box-password .show-pass3 .icon-pass {
            font-size: 20px;
        }

        .box-password .show-pass .icon-view,
        .box-password .show-pass2 .icon-view,
        .box-password .show-pass3 .icon-view {
            display: none;
        }

        .box-password .show-pass.active .icon-view,
        .box-password .show-pass2.active .icon-view,
        .box-password .show-pass3.active .icon-view {
            display: inline-block;
        }

        .box-password .show-pass.active .icon-hide,
        .box-password .show-pass2.active .icon-hide,
        .box-password .show-pass3.active .icon-hide {
            display: none;
        }

.flat-pricing .box {
    background: var(--White);
    padding: 41px 30px 30px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
}

    .flat-pricing .box:hover {
        transform: translateY(-12px);
    }

    .flat-pricing .box .sub-title {
        margin-bottom: 14px;
    }

    .flat-pricing .box .text-sub {
        margin-bottom: 31px;
    }

    .flat-pricing .box .title-price {
        margin-bottom: 15px;
    }

        .flat-pricing .box .title-price h2 {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .flat-pricing .box .title-price .month {
            margin-left: 5px;
            margin-top: 26px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .flat-pricing .box .texts {
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #efefef;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .flat-pricing .box .check {
        margin-bottom: 24px;
    }

        .flat-pricing .box .check li {
            margin-bottom: 14px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
        }

            .flat-pricing .box .check li::before {
                content: "\e917";
                font-family: "icomoon";
                font-size: 13px;
                font-weight: 600;
                color: #fff;
                margin-right: 13px;
                width: 17px;
                height: 17px;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: center;
                background: var(--Primary);
                border-radius: 50%;
                flex: none;
            }

    .flat-pricing .box .button-pricing a {
        width: 100%;
        text-align: center;
    }

.wow {
    visibility: hidden;
}

.progress-wrap {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: var(--White);
    border: 1.2px solid rgba(134, 134, 134, 0.12);
}

    .progress-wrap::after {
        position: absolute;
        content: "\e945";
        font-family: "icomoon";
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        color: var(--Primary);
        height: 40px;
        width: 40px;
        cursor: pointer;
        z-index: 1;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        box-sizing: border-box;
        stroke: var(--Primary);
        stroke-width: 4;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        transition-duration: 0.4s;
        transition-timing-function: linear;
    }

.categories-item {
    padding: 30px 20px 24px 20px;
    background-color: var(--White);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    z-index: 1;
    border: 1px solid var(--Line);
    position: relative;
    overflow: hidden;
}

    .categories-item::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--Primary);
        transform: scale(1, 0);
        transition: transform 400ms ease;
        transform-origin: bottom center;
        z-index: -1;
        border-radius: 16px;
    }

    .categories-item .icon-box {
        overflow: hidden;
    }

        .categories-item .icon-box .icon {
            position: relative;
            z-index: 5;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            font-size: 80px;
            color: var(--Heading);
        }

    .categories-item .content {
        position: relative;
        z-index: 5;
    }

        .categories-item .content h5,
        .categories-item .content p {
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    .categories-item.active::after, .categories-item:hover::after {
        transform: scale(1, 1);
        transform-origin: top center;
    }

    .categories-item.active .icon-box .icon, .categories-item:hover .icon-box .icon {
        color: var(--White);
    }

    .categories-item.active .content h5,
    .categories-item.active .content p, .categories-item:hover .content h5,
    .categories-item:hover .content p {
        color: var(--White);
    }

    .categories-item.style-2 {
        flex-direction: row;
        padding: 16px;
        border: none;
        gap: 16px;
    }

        .categories-item.style-2::after {
            display: none;
        }

        .categories-item.style-2 .icon-box {
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            height: 101px;
            width: 101px;
            border-radius: 16px;
            border: 1px solid rgb(236, 236, 236);
        }

            .categories-item.style-2 .icon-box .icon {
                font-size: 50px;
            }

        .categories-item.style-2 p {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .categories-item.style-2:hover {
            background-color: unset;
        }

            .categories-item.style-2:hover .icon-box {
                background-color: var(--Primary);
            }

            .categories-item.style-2:hover .content h5 {
                color: var(--Primary);
            }

            .categories-item.style-2:hover .content p {
                color: var(--Text);
            }

#loading {
    background-color: var(--White);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    right: 0px;
    z-index: 999999;
}

    #loading #loading-center {
        width: 100%;
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #loading #loading-center .loader-container {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            #loading #loading-center .loader-container .wrap-loader {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                #loading #loading-center .loader-container .wrap-loader .icon {
                    position: absolute;
                    max-width: 80px;
                }

            #loading #loading-center .loader-container .loader {
                width: 100px;
                height: 100px;
                border-radius: 50%;
                animation: spin 1s linear infinite;
            }

    #loading .icon {
        width: 42px;
        height: 42px;
    }

/*------------ sections ---------------- */
/* spacing
===============================================================================*/
.tf-spacing-1 {
    padding-top: 29px;
    padding-bottom: 80px;
}

.tf-spacing-2 {
    padding-top: 72px;
    padding-bottom: 104px;
}

.tf-spacing-3 {
    padding-top: 64px;
    padding-bottom: 80px;
}

.tf-spacing-4 {
    padding-top: 0;
    padding-bottom: 77px;
}

.tf-spacing-5 {
    padding-top: 69px;
    padding-bottom: 104px;
}

.tf-spacing-6 {
    padding-top: 0;
    padding-bottom: 80px;
}

/* layout
===============================================================================*/
.grid-layout-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.tf-grid-layout {
    display: grid;
    gap: 20px;
}

.tf-grid-layout-2 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.tf-grid-layout-3 {
    display: grid;
    gap: 20px;
}

.grid-layout-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.grid-layout-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* heading-section
===============================================================================*/
.heading-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 12px;
    flex-direction: column;
}

    .heading-section p {
        color: rgba(44, 46, 51, 0.6);
    }

    /* Small, self-contained style for the featured CTA */
    .heading-section .featured-cta {
        display: inline-block;
        background: linear-gradient(180deg, #fff8e6 0%, #fff1cc 100%);
        color: var(--Primary) !important;
        padding: 10px 26px;
        border-radius: 14px;
        box-shadow: inset 0 6px 18px rgba(255,255,255,0.6), 0 6px 12px rgba(241,145,61,0.06);
        line-height: 1;
        margin: 0 auto;
    }

    .heading-section .featured-cta {
        background: none !important;
        border: 1px solid var(--Line);
        border-color: var(--Primary) !important;
        color: var(--Primary) !important;
    }

/* page-title
===============================================================================*/
.page-title {
    position: relative;
    z-index: 10;
    background-position: center;
    background-attachment: fixed;
}

    .page-title::after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .page-title .heading-title {
        text-align: center;
    }

        .page-title .heading-title .title {
            color: var(--White);
            margin-bottom: 16px;
        }

        .page-title .heading-title p {
            color: var(--White);
            line-height: 25.2px;
        }

    .page-title form fieldset input::placeholder {
        color: rgb(124, 127, 132);
        font-weight: 400;
    }

    .page-title.home01, .page-title.home05, .page-title.career {
        background-image: url(../images/section/BannerImage-1920x980.jpg);
        background-attachment: fixed;
        padding: 154px 0 258px;
        background-size: cover;
    }

        .page-title.home01 .heading-title, .page-title.home05 .heading-title, .page-title.career .heading-title {
            margin-bottom: 45px;
        }

        .page-title.home01 .tf-dropdown-sort, .page-title.home05 .tf-dropdown-sort, .page-title.career .tf-dropdown-sort {
            padding-right: 30px;
            border-right: 1px solid var(--Line);
        }

        .page-title.home01 form, .page-title.home05 form, .page-title.career form {
            flex: 1;
        }

            .page-title.home01 form fieldset input, .page-title.home05 form fieldset input, .page-title.career form fieldset input {
                border: none;
            }

        .page-title.home01 .form-title, .page-title.home05 .form-title, .page-title.career .form-title {
            padding: 8px 8px 8px 24px;
        }

        .page-title.home01 .btn-filter, .page-title.home05 .btn-filter, .page-title.career .btn-filter {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 54px;
            width: 54px;
            border-radius: 16px;
            cursor: pointer;
        }

    .page-title.home02 {
        background-image: url(../images/section/page-title-2.jpg);
        padding: 232px 0 294px;
        background-size: cover;
        background-attachment: fixed;
    }

        .page-title.home02 .heading-title {
            margin-bottom: 80px;
        }

        .page-title.home02 .form-title {
            padding: 16px;
            gap: 12px;
        }

        .page-title.home02 form {
            flex-grow: 1;
        }

        .page-title.home02 .nice-select {
            flex-grow: 1;
        }

        .page-title.home02 .btn-filter {
            background: var(--Sub-primary-2);
        }

            .page-title.home02 .btn-filter svg path {
                stroke: var(--Primary);
            }

        .page-title.home02 .checkbox-item label input:checked ~ .btn-checkbox {
            background-color: var(--Primary);
            border-color: var(--Primary);
        }

    .page-title.home03 {
        background-image: url(../images/section/page-title-3.jpg);
        background-size: cover;
        padding: 200px 0 310px;
    }

        .page-title.home03 .heading-title {
            text-align: start;
            margin-bottom: 74px;
        }

        .page-title.home03 .widget-tabs .widget-menu-tab {
            justify-content: start;
        }

        .page-title.home03 .form-title {
            padding: 16px;
            gap: 12px;
        }

    .page-title.home04 {
        background-image: url(../images/section/page-title-4.jpg);
        padding: 112px 0 207px;
        background-size: cover;
    }

        .page-title.home04 .heading-title {
            margin-bottom: 63px;
        }

        .page-title.home04 .form-title {
            padding: 16px;
            gap: 12px;
        }

        .page-title.home04 form {
            flex-grow: 1;
        }

        .page-title.home04 .nice-select {
            flex-grow: 1;
        }

    .page-title.home05 {
        background-image: url(../images/section/page-title-5.jpg);
        padding: 237px 0 300px;
        background-size: cover;
    }

        .page-title.home05 .heading-title {
            margin-bottom: 45px;
        }

    .page-title.style-2 {
        padding: 132px 0 232px;
        background-image: url(../images/section/page-title-loan.jpg);
        background-size: cover;
    }

    .page-title.guide {
        position: relative;
        padding: 132px 0 132px;
        z-index: 1; /* Ensure the content stays above the background */
    }

        .page-title.guide::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(../images/section/page-title-loan.jpg);
            background-size: cover;
            z-index: -1; /* Place background behind content */
        }

    .page-title.style-2::after {
        display: none;
    }

    .page-title.style-2 .heading-title .title {
        color: var(--Heading);
    }

    .page-title.career {
        background-image: url(../images/section/page-title-career.jpg);
        background-size: cover;
        padding: 384px 0 0;
        background-repeat: no-repeat;
    }

        .page-title.career .heading-title {
            margin-bottom: 56px;
        }

            .page-title.career .heading-title .title {
                line-height: 70px;
            }

        .page-title.career .content-inner {
            margin-bottom: -35px;
        }

        .page-title.career .form-title {
            box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.07);
        }

    .page-title .wd-search-form {
        max-width: calc(100vw - 30px);
    }

/* title-inner 
===============================================================================*/
.flat-title {
    margin-bottom: 62px;
}

    .flat-title .title-inner {
        padding-top: 15px;
    }

    .flat-title.style-2 .title-inner {
        padding-top: 34px;
        margin-bottom: 30px;
    }

/* breadcrumb 
===============================================================================*/
.breadcrumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 0;
    font-size: 15px;
}

    .breadcrumb li a {
        color: var(--Primary);
    }

        .breadcrumb li a:hover {
            color: var(--Secondary);
        }

    .breadcrumb li:not(:last-child) {
        position: relative;
    }

        .breadcrumb li:not(:last-child)::after {
            content: "\e908";
            position: absolute;
            font-family: "icomoon";
            color: var(--Text);
            font-size: 8px;
            line-height: normal;
            top: 5px;
            margin: 0 12.5px 0 11.5px;
        }

/* section-CTA
===============================================================================*/
.section-CTA:not(.style-2) {
    background-color: var(--Primary);
}

    .section-CTA:not(.style-2) .content-inner {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 34px 0;
        gap: 10px;
    }

        .section-CTA:not(.style-2) .content-inner img {
            max-width: 108px;
            position: absolute;
            bottom: 0;
        }

        .section-CTA:not(.style-2) .content-inner .content {
            padding-left: 134px;
        }

        .section-CTA:not(.style-2) .content-inner .tf-btn {
            height: 54px;
            padding: 0 29.5px;
        }

.section-CTA.style-2 .content-inner {
    overflow: hidden;
    background-color: rgb(241, 145, 61);
    position: relative;
    padding: 32px;
    border-radius: 16px;
}

    .section-CTA.style-2 .content-inner::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url(../images/section/cta-4.png);
        left: 0;
        top: 0;
    }

    .section-CTA.style-2 .content-inner::before {
        content: "";
        position: absolute;
        height: 484px;
        width: 484px;
        background-color: rgb(247, 129, 25);
        border-radius: 999px;
        right: 32px;
        bottom: -245px;
    }

.section-CTA.style-2 .logo {
    margin-bottom: 33px;
    width: 136px;
    height: 42px;
}

.section-CTA.style-2 .content {
    position: relative;
    z-index: 5;
}

.section-CTA.style-2 .person {
    max-width: 300px;
    position: absolute;
    bottom: 0;
    right: 175px;
    z-index: 2;
}

.section-CTA.style-2 .tf-btn {
    height: 54px;
}

/*section-realty
===============================================================================*/
.section-realty {
    background-image: url(../images/section/section-realty.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

    .section-realty::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        top: 0;
    }

    .section-realty .heading-section {
        margin-bottom: 46px;
        position: relative;
        z-index: 5;
    }

    .section-realty .counter-item {
        position: relative;
        z-index: 5;
    }

/*section-property-detail
===============================================================================*/
.section-property-detail .wg-property {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--Line);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

    .section-property-detail .wg-property.single-property-floor, .section-property-detail .wg-property.box-attachments, .section-property-detail .wg-property.box-property-detail {
        padding: 30px 30px 37px;
    }

    .section-property-detail .wg-property.box-amenities {
        padding-right: 133px !important;
    }

.section-fmls-property-detail .wg-property.box-amenities {
    padding-right: 24px !important;
}

.section-property-detail .wg-property.single-property-floor {
    padding: 30px 30px 32px;
}

.section-property-detail .wg-property.box-virtual-tour {
    padding: 23px 29px 34px;
}

.section-property-detail .wg-property.box-loan {
    padding: 32px 30px 30px;
}

    .section-property-detail .wg-property.box-loan .wrap-btn {
        margin-top: 23px;
    }

        .section-property-detail .wg-property.box-loan .wrap-btn p {
            margin-top: 0;
        }

        .section-property-detail .wg-property.box-loan .wrap-btn span {
            color: var(--Primary);
        }

.section-property-detail .wg-property.single-property-nearby {
    padding: 32px 30px 30px;
}

.section-property-detail .wg-property.box-property-detail .box ul li {
    gap: 10px;
}

.section-property-detail .wg-property.box-comment {
    padding: 30px;
}

.section-property-detail .wg-property.spacing-1 {
    padding: 24px 24px 39px;
}

.section-property-detail .wg-property.spacing-2 {
    padding: 22px 24px 23px;
}

.section-property-detail .wg-property.spacing-3 {
    padding: 25px 24px 20px;
}

.section-property-detail .wg-property.spacing-4 {
    padding: 25px 23px 35px;
}

.section-property-detail .wg-property.spacing-5 {
    padding: 24px 23px 35px;
}

.section-property-detail .wg-property.spacing-6 {
    padding: 23px 23px 34px;
}

.section-property-detail .wg-property.spacing-7 {
    padding: 24px 23px 37px;
}

.section-property-detail .wg-property.spacing-8 {
    padding: 23px 23px 35px;
}

.section-property-detail .wg-property.spacing-9 {
    padding: 27px 24px 21px;
}

.section-property-detail .wg-property.spacing-10 {
    padding: 26px 24px 23px;
}

.section-property-detail .wg-property.spacing-11 {
    padding: 27px 24px 23px;
}

.section-property-detail .wg-property .wrap-comment {
    padding-bottom: 38px;
    margin-bottom: 36px;
}

    .section-property-detail .wg-property .wrap-comment .comment-item .author .name {
        margin-bottom: 6px;
    }

    .section-property-detail .wg-property .wrap-comment .comment-item p {
        margin-bottom: 15px;
    }

.section-property-detail .wg-property form .tf-btn {
    gap: 1px;
}

.section-property-detail .wg-title {
    margin-bottom: 24px;
}

.section-property-detail .sw-thumbs-sigle {
    border-radius: 16px 16px 0 0;
}

.section-property-detail .single-property-gallery {
    margin-bottom: 40px;
}

    .section-property-detail .single-property-gallery.style-1 .sw-button {
        top: calc(50% - 55px);
    }

        .section-property-detail .single-property-gallery.style-1 .sw-button.swiper-button-next {
            right: 16px;
        }

        .section-property-detail .single-property-gallery.style-1 .sw-button.swiper-button-prev {
            left: 16px;
        }

.section-property-detail .form-pre-approved .cols {
    margin-bottom: 32px;
}

    .section-property-detail .form-pre-approved .cols:nth-last-child(2) {
        margin-bottom: 0;
    }

.section-property-detail.style-2 .wg-property {
    box-shadow: unset;
    border: 1px solid var(--Line);
}

/*section-property-image
===============================================================================*/
.section-property-image {
    margin-bottom: 40px;
}

    .section-property-image .wrap-image {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 14px;
    }

        .section-property-image .wrap-image .image {
            border-radius: 16px;
            overflow: hidden;
            position: relative;
        }

        .section-property-image .wrap-image .wrap-image-right {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            gap: 14px;
            flex-direction: column;
        }

            .section-property-image .wrap-image .wrap-image-right .bot {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                gap: 14px;
            }

/*section-listing
===============================================================================*/
.section-listing .heading-section {
    margin-bottom: 47px;
}

/*section-help 
===============================================================================*/
.section-help {
    background-color: var(--Sub-primary-1);
}

    .section-help .heading-section {
        margin-bottom: 48px;
    }

    .section-help .widget-tabs {
        margin-bottom: 48px;
    }

        .section-help .widget-tabs .widget-menu-tab {
            margin-bottom: 48px;
        }

    .section-help .text {
        color: rgba(44, 46, 51, 0.6);
    }

        .section-help .text a {
            color: var(--Primary);
            text-decoration: underline;
            margin-left: 6px;
        }

            .section-help .text a:hover {
                color: var(--Heading);
            }

    .section-help.style-2 {
        background-color: var(--White);
    }

        .section-help.style-2 .icons-box:hover {
            box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
        }

/*section-pre-approved
===============================================================================*/
.section-pre-approved .content {
    margin: 88px 0;
}

.section-pre-approved .heading-section {
    margin-bottom: 47px;
}

.section-pre-approved .image-wrap {
    border-radius: 24px;
    overflow: hidden;
}

    .section-pre-approved .image-wrap img {
        width: 100%;
    }

.section-pre-approved.style-2 .content {
    margin: 31px 0;
}

.section-pre-approved.style-2 .image-wrap {
    max-width: 550px;
    margin-left: auto;
}

.section-pre-approved.style-2 .form-pre-approved p {
    margin-top: 34px;
}

/*section-work-together
===============================================================================*/
.section-work-together .wg-partner {
    background-color: var(--Secondary);
    /*padding-bottom: 328px;*/
}

.section-work-together .wg-appraisal {
    margin-top: calc(-11% - 13px);
    padding-bottom: 104px;
}

.section-work-together.style-2 .wg-partner {
    background-color: unset;
    padding-bottom: unset;
}

/*section-testimonials
===============================================================================*/
.section-testimonials .box-testimonials {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.section-testimonials.style-1 .tf-grid-layout {
    padding: 40px;
    margin: -40px;
    position: relative;
    max-height: 86rem;
    overflow: hidden;
}

    .section-testimonials.style-1 .tf-grid-layout .tf-btn {
        position: absolute;
        bottom: 60px;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
        height: 40px;
        padding: 0 15px;
        font-weight: 500;
    }

    .section-testimonials.style-1 .tf-grid-layout.active {
        max-height: 100%;
    }

        .section-testimonials.style-1 .tf-grid-layout.active::after {
            display: none;
        }

    .section-testimonials.style-1 .tf-grid-layout::after {
        content: "";
        position: absolute;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        width: 100%;
        height: 64%;
        bottom: 0;
    }

/*section-trusted
===============================================================================*/
.section-trusted {
    background-color: var(--Sub-primary-1);
}

    .section-trusted .heading-section span {
        position: relative;
        margin-right: 11px;
    }

        .section-trusted .heading-section span::after {
            position: absolute;
            content: "+";
            top: -8px;
            font-size: 22px;
        }

    .section-trusted .person {
        bottom: -105px;
        right: 167px;
        z-index: 2;
    }

    .section-trusted .item {
        bottom: -104px;
        right: 34px;
    }

/*section-neighborhoods
===============================================================================*/
.section-neighborhoods.style-2 .wrap-neighborhoods {
    display: flex;
    gap: unset;
}

/*section-featured
===============================================================================*/
.section-featured {
    max-width: 1920px;
    margin: 0 auto;
}

    .section-featured .box-house {
        background: rgba(242, 105, 92, 0.0509803922);
    }

        .section-featured .box-house .image-wrap {
            max-width: 100%;
        }

/*section-why
===============================================================================*/
.section-why p a {
    color: var(--Primary);
}

.section-why .tf-btn {
    height: 54px;
}

/*section-box-team
===============================================================================*/
.section-box-team .wrap-image {
    position: relative;
    height: 100%;
}

.section-box-team .image-wrap {
    border-radius: 16px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .section-box-team .image-wrap.img-1 {
        position: relative;
        max-width: 400px;
        box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

    .section-box-team .image-wrap.img-2 {
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .section-box-team .image-wrap.img-2:hover {
            z-index: 2;
        }

.section-box-team .content-inner {
    padding: 62.5px 0;
}

.section-box-team.style-2 .content-inner {
    padding: 52.5px 0 47.5px;
}

/*section-categories-neighborhoods{
===============================================================================*/
.section-categories-neighborhoods .wrap-neighborhoods {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 0;
}

.section-categories-neighborhoods .swiper {
    border-radius: 16px;
}

/*section-appraisal
===============================================================================*/
.section-appraisal.style-2 .wg-appraisal .content::after {
    background-image: url(../images/section/cta-3.png);
}

/*section-sale
===============================================================================*/
.section-sale .box-sale {
    padding-top: 104px;
    padding-bottom: 323px;
    background-color: var(--Secondary);
    position: relative;
}

    .section-sale .box-sale::after {
        content: "";
        position: absolute;
        background-image: url(../images/section/section-sale.png);
        width: 100%;
        height: 100%;
        top: 0;
    }

    .section-sale .box-sale .heading-section,
    .section-sale .box-sale .tf-btn {
        position: relative;
        z-index: 5;
    }

    .section-sale .box-sale .tf-btn {
        border: 1px solid var(--Primary);
    }

        .section-sale .box-sale .tf-btn:hover {
            border: 1px solid var(--Primary);
        }

.section-sale .tf-grid-layout {
    margin-top: -219px;
}

/*section-selling-home
===============================================================================*/
.section-selling-home {
    background-color: rgb(247, 247, 247);
}

    .section-selling-home.style-2 {
        background-color: var(--Sub-primary-1);
        padding-bottom: 358px;
    }

        .section-selling-home.style-2 .wrap-box .number {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 64px;
            height: 64px;
            border-radius: 999px;
            border: 1px dashed var(--Primary);
            color: var(--Primary);
            font-size: 20px;
            font-weight: 600;
            margin: 0 auto 32px;
            position: relative;
            z-index: 1;
            background-color: var(--Sub-primary-1);
        }

        .section-selling-home.style-2 .tf-grid-layout {
            position: relative;
        }

            .section-selling-home.style-2 .tf-grid-layout::after {
                content: "";
                position: absolute;
                max-width: 1128px;
                border: 1px dashed var(--Primary);
                height: 1px;
                left: 0;
                right: 0;
                margin: 0 auto;
                top: 32px;
            }

/*section-selling-home
===============================================================================*/
.section-download .heading-section {
    margin-bottom: 30px;
}

.section-download .content {
    background-color: var(--Sub-primary-1);
    padding: 123px 0 123px 69px;
    border-radius: 24px;
}

.section-download .wrap-download {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 11px;
}

    .section-download .wrap-download a {
        display: inline-block;
        border-radius: 12px;
        overflow: hidden;
        max-width: 148px;
    }

        .section-download .wrap-download a.ch-play {
            max-width: 168px;
        }

.section-download .image-wrap {
    position: absolute;
    top: -15px;
    right: 0;
}

/*section-property-layout
===============================================================================*/
.section-property-layout {
    margin-bottom: 61px;
}

    .section-property-layout .wg-filter {
        margin-bottom: 64px;
    }

/*section-property
===============================================================================*/
.section-property .box-title {
    margin-bottom: 33px;
}

/*section-selling-home
===============================================================================*/
.section-property-map {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

    .section-property-map .wg-filter {
        margin-bottom: 39px;
    }

        .section-property-map .wg-filter form.w-215 {
            max-width: 215px;
        }

        .section-property-map .wg-filter form.w-226 {
            max-width: 226px;
        }

    .section-property-map .content-right {
        padding: 39px 56px 47px 34px;
    }

    .section-property-map .wrap-map {
        height: 100vh;
        width: 81.9%;
        position: sticky;
        top: 0;
        margin-top: 1px;
    }

        .section-property-map .wrap-map #map {
            height: 100%;
            width: 100%;
            border-right: 1px solid var(--Line);
        }

    .section-property-map .grid-layout-3 {
        gap: 32px;
    }

    .section-property-map .wg-pagination {
        gap: 10px;
    }

    .section-property-map.list .wrap-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .section-property-map.list .wrap-map {
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .section-property-map.list .content-right {
        padding: 39px 58px 48px 18px;
        width: 50%;
    }

    .section-property-map.list .box-house .content .location {
        margin-bottom: 20px;
    }

    .section-property-map.list .box-house .meta-list {
        gap: 8px 37px;
    }

    .section-property-map.list .wrap-pagination {
        margin-top: 29px;
    }

/*section-selling-home
===============================================================================*/
.section-top-map .wrap-map {
    width: 100%;
    height: 550px !important;
}

.section-top-map .wrap-filter {
    padding: 32px 0;
    background-color: var(--Secondary);
}

.section-top-map .wg-filter .form-title {
    background-color: var(--Secondary);
}

.section-top-map.style-2 .wrap-map {
    height: 855px;
}

.section-top-map.style-2 .box {
    margin-top: -300px;
}

/*section-agent
===============================================================================*/
.section-agent {
    margin-bottom: 79px;
}

    .section-agent .box-title {
        flex-direction: column;
        align-items: unset;
        gap: 0;
        margin-bottom: 47px;
    }

        .section-agent .box-title h2 {
            margin-bottom: 24px;
        }

    .section-agent .wrap-sort {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 24px;
    }

        .section-agent .wrap-sort form {
            min-width: 290px;
            flex-shrink: 0;
        }

        .section-agent .wrap-sort .nice-select {
            max-width: 290px;
        }

            .section-agent .wrap-sort .nice-select > span {
                font-size: 16px;
                line-height: 22.4px;
            }

        .section-agent .wrap-sort .select-sort {
            max-width: 100%;
        }

            .section-agent .wrap-sort .select-sort > span {
                font-size: 14px;
                line-height: 21px;
            }

    .section-agent .wrap-pagination {
        padding-top: 48px;
        border-top: 1px solid var(--Line);
        margin-top: 40px;
    }

        .section-agent .wrap-pagination .wg-pagination li a {
            font-weight: 400;
        }

/*section-faq
===============================================================================*/
.section-faq {
    margin-bottom: 39px;
}

    .section-faq .heading-section {
        gap: 0;
    }

/*section-contact-help
===============================================================================*/
.section-contact-help .logo {
    position: absolute;
    z-index: 1;
    top: 31px;
    left: 52px;
    width: 136px;
    height: 42px;
}

.section-contact-help .image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

    .section-contact-help .image-wrap::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(88, 41, 0, 0) 0%, #582900 100%);
        top: 0;
        left: 0;
    }

.section-contact-help .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    max-width: 1216px;
    margin: 0 32px;
    z-index: 2;
    gap: 20px;
}

.section-contact-help .wrap-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 13px;
}

/*section-agency
===============================================================================*/
.section-agency .wrap-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

/*section-agency-details
===============================================================================*/
.section-agency-details .box-description {
    padding: 30px 30px 26px;
    border: 1px solid var(--Line);
    border-radius: 16px;
}

    .section-agency-details .box-description .widget .title {
        padding-bottom: 11px;
        border-bottom: 1px solid var(--Line);
        margin-bottom: 11px;
    }

    .section-agency-details .box-description .about {
        margin-bottom: 30px;
    }

.section-agency-details .map {
    height: 360px;
    width: 100%;
}

.section-agency-details .wg-pagination {
    margin-top: 40px;
}

/*section-calculate
===============================================================================*/
.section-calculate {
    margin-top: -254px;
}

    .section-calculate form .cols {
        gap: 10px 32px;
        margin-bottom: 31px;
    }

/*section-contact
===============================================================================*/
.section-contact .box-contact {
    padding: 66.5px 0;
}

.section-contact .list-info li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 41px;
}

    .section-contact .list-info li .icon {
        position: relative;
    }

        .section-contact .list-info li .icon::after {
            position: absolute;
            content: "";
            width: 1px;
            height: 100%;
            background-color: var(--Line);
            right: -20px;
        }

    .section-contact .list-info li .sub {
        font-size: 14px;
        line-height: 21px;
        color: var(--Note);
        font-weight: 500;
        margin-bottom: 2px;
    }

    .section-contact .list-info li p {
        font-size: 16px;
        line-height: 24px;
        color: var(--Heading);
    }

    .section-contact .list-info li .phone {
        font-size: 30px;
        line-height: 37.5px;
        color: var(--Primary);
        font-weight: 700;
    }

    .section-contact .list-info li a {
        font-size: 16px;
        line-height: 24px;
        color: var(--Primary);
    }

        .section-contact .list-info li a:hover {
            color: var(--Heading);
        }

    .section-contact .list-info li:not(:last-child) {
        margin-bottom: 30px;
    }

.section-contact .image-wrap {
    border-radius: 16px;
    overflow: hidden;
}

/*section-local-agent
===============================================================================*/
.section-local-agent .tf-btn {
    height: 54px;
}

/*section-featured-listings
===============================================================================*/
.section-featured-listings .widget-tabs .widget-menu-tab {
    gap: 15px;
}

.section-featured-listings .widget-tabs .item-title {
    max-width: max-content;
    white-space: nowrap;
}

.section-featured-listings .widget-content-inner > .tf-btn {
    margin: 47px auto 0;
}

/*section-agents-details
===============================================================================*/
.section-agents-details .wg-pagination {
    margin-top: 41px;
}

/*section-agency-grid 
===============================================================================*/
.section-agency-layout .box-title {
    margin-bottom: 30px;
}

.section-agency-layout .grid-layout-2 {
    gap: 39px;
}

.section-agency-layout .wg-pagination {
    margin-top: 32px;
}

.section-agency-layout .wrap-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/*section-property-layout
===============================================================================*/
.section-property-layout .wrap-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*section-categories
===============================================================================*/
.section-categories.style-2 .tf-layout-mobile-sm {
    gap: 24px;
}

/*-------------- Responsive ----------------- */
@media (min-width: 576px) {
    .tf-grid-layout {
        gap: 20px;
    }

    .tf-grid-layout-3 {
        display: grid;
        gap: 15px;
    }

    .d-md-none {
        display: none !important;
    }

    .tf-layout-mobile-sm.sm-col-4,
    .tf-grid-layout-2.sm-col-4,
    .tf-grid-layout-3.sm-col-4,
    .tf-grid-layout.sm-col-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .tf-layout-mobile-sm.sm-col-3,
    .tf-grid-layout-2.sm-col-3,
    .tf-grid-layout-3.sm-col-3,
    .tf-grid-layout.sm-col-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .tf-layout-mobile-sm.sm-col-2,
    .tf-grid-layout-2.sm-col-2,
    .tf-grid-layout-3.sm-col-2,
    .tf-grid-layout.sm-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .box-amenities-property {
        grid-template-columns: 1fr 1fr;
    }

    .tf-layout-mobile-sm {
        display: grid;
        gap: 15px;
    }
}

@media (min-width: 768px) {
    .box-amenities-property {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .tf-layout-mobile-sm.md-col-4,
    .tf-grid-layout-2.md-col-4,
    .tf-grid-layout-3.md-col-4,
    .tf-layout-mobile-md.md-col-4,
    .tf-grid-layout.md-col-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .tf-layout-mobile-sm.md-col-3,
    .tf-grid-layout-2.md-col-3,
    .tf-grid-layout-3.md-col-3,
    .tf-layout-mobile-md.md-col-3,
    .tf-grid-layout.md-col-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .tf-layout-mobile-sm.md-col-2,
    .tf-grid-layout-2.md-col-2,
    .tf-grid-layout-3.md-col-2,
    .tf-layout-mobile-md.md-col-2,
    .tf-grid-layout.md-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .tf-layout-mobile-md {
        display: grid;
        gap: 40px;
    }

    .tf-layout-mobile-sm {
        gap: 20px;
    }
}

@media (min-width: 991px) {
    .d-lg-none {
        display: none;
    }

    .tf-layout-mobile-xl.lg-col-4,
    .tf-grid-layout-2.lg-col-4,
    .tf-grid-layout-3.lg-col-4,
    .tf-layout-mobile-md.lg-col-4,
    .tf-layout-mobile-lg.lg-col-4,
    .tf-layout-mobile-sm.lg-col-4,
    .tf-grid-layout.lg-col-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .tf-layout-mobile-xl.lg-col-3,
    .tf-grid-layout-2.lg-col-3,
    .tf-grid-layout-3.lg-col-3,
    .tf-layout-mobile-md.lg-col-3,
    .tf-layout-mobile-lg.lg-col-3,
    .tf-layout-mobile-sm.lg-col-3,
    .tf-grid-layout.lg-col-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .tf-layout-mobile-xl.lg-col-2,
    .tf-grid-layout-2.lg-col-2,
    .tf-grid-layout-3.lg-col-2,
    .tf-layout-mobile-md.lg-col-2,
    .tf-layout-mobile-lg.lg-col-2,
    .tf-layout-mobile-sm.lg-col-2,
    .tf-grid-layout.lg-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .tf-layout-mobile-lg {
        display: grid;
        gap: 40px;
    }

    .tf-grid-layout,
    .tf-grid-layout-2 {
        gap: 20px;
    }

    .tf-layout-mobile-sm {
        gap: 40px;
    }

    .tf-layout-mobile-xl {
        display: grid;
        gap: 40px;
    }

    .section-listing .tf-layout-mobile-lg {
        gap: 38px 40px;
    }

    .modal-account {
        --bs-modal-width: 920px;
    }

    .modal-filter {
        --bs-modal-width: 544px;
    }
}

@media (min-width: 1200px) {
    .tf-layout-mobile-sm,
    .tf-grid-layout-3,
    .tf-grid-layout-2,
    .tf-grid-layout {
        gap: 40px;
    }

        .tf-layout-mobile-sm.xl-col-4,
        .tf-grid-layout-3.xl-col-4,
        .tf-grid-layout-2.xl-col-4,
        .tf-grid-layout.xl-col-4 {
            grid-template-columns: repeat(4, 1fr);
        }

        .tf-layout-mobile-sm.xl-col-3,
        .tf-grid-layout-3.xl-col-3,
        .tf-grid-layout-2.xl-col-3,
        .tf-grid-layout.xl-col-3 {
            grid-template-columns: repeat(3, 1fr);
        }

        .tf-layout-mobile-sm.xl-col-2,
        .tf-grid-layout-3.xl-col-2,
        .tf-grid-layout-2.xl-col-2,
        .tf-grid-layout.xl-col-2 {
            grid-template-columns: repeat(2, 1fr);
        }

    .tf-grid-layout-3 {
        gap: 32px;
    }

    .box-house .wrap-btn {
        gap: 20px;
    }

    .img-animation {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
        transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
        -o-transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
        transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
        transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
        position: relative;
    }

        .img-animation.animated {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-filter: blur(0px);
            filter: blur(0px);
        }

    .img-animation2 {
        -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
        clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
        transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
        -o-transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
        transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
        transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
        position: relative;
    }

        .img-animation2.animated {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-filter: blur(0px);
            filter: blur(0px);
        }
}

@media (min-width: 1440px) {
    .box-house.style-3 .content {
        max-width: 580px;
        margin: 104px auto 104px 80px;
        padding: 0;
    }

    .tf-grid-layout-3.xxl-col-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .tf-grid-layout-3.xxl-col-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .tf-grid-layout-3.xxl-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .tf-grid-layout-2.xxl-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-listing .swiper {
        padding: 50px;
        margin: -50px;
    }

    .section-categories .swiper {
        padding: 60px;
        margin: -60px;
    }

    .categories-item.active,
    .categories-item:hover,
    .categories-item.style-2.active,
    .categories-item.style-2:hover {
        box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
    }

    .section-current-properties .swiper {
        padding: 40px;
        margin: -40px;
    }

    .section-current-properties .box-house {
        box-shadow: unset;
    }
}

@media (min-width: 1380px) {
    .main-menu {
        margin-right: 0;
    }

        .main-menu .navigation {
            gap: 25px;
            /*margin-left: 221px;*/
            margin-left: 100px;
        }
}

@media (min-width: 1300px) {
    .section-contact .image-wrap {
        margin-left: 70px;
    }
}

@media (min-width: 1150px) {
    #header-main .header-right .phone-number {
        /*margin-right: 11px;*/
    }
}

@media (min-width: 1801px) {
    .box-amenities-property .list-amenities {
        grid-template-columns: 1fr 1fr;
    }

    .single-property-nearby .box-right {
        margin-left: -13px;
    }
}

@media (max-width: 1800px) {
    .section-property-map.list .wrap-map {
        width: 100%;
    }

    .section-property-map.list .content-right {
        padding-right: 15px;
        width: 100%;
    }

    .section-property-map.list .wg-filter .form-title {
        flex-wrap: wrap;
    }

        .section-property-map.list .wg-filter .form-title > .nice-select {
            width: calc(50% - 6px);
        }

    .section-property-map.list .wg-filter form {
        max-width: 100%;
    }
}

@media (max-width: 1600px) {
    .section-property-map .content-right {
        padding-right: 15px;
    }

    .wg-filter.style-3 .form-title {
        flex-wrap: wrap;
    }

        .wg-filter.style-3 .form-title form {
            max-width: 100%;
        }

        .wg-filter.style-3 .form-title .nice-select {
            max-width: calc(50% - 6px);
        }
}

@media (max-width: 1500px) {
    #header-main.dashboard .header-right .phone-number {
        display: none;
    }

    #header-main.dashboard .header-right .mortgage-guide {
        display: none;
    }
}

@media (max-width: 1440px) {
    .wd-search-form.style-2 .group-select {
        column-gap: 15px;
    }
}

@media (max-width: 1400px) {
    .wrap-neighborhoods {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "aa bb " "cc dd" "ee gg" "ff ff";
    }

    .show-mb {
        display: inline-block;
    }

    .page-layout .main-content {
        padding-left: 0;
    }

    .page-layout .sidebar-menu-dashboard {
        transform: translateX(-100%);
    }

    .page-layout.full-width .sidebar-menu-dashboard {
        transform: translateX(0);
    }

    .page-layout.full-width .overlay-dashboard {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .page-layout .widget-box-2.package {
        padding: 0;
    }
    /*.page-layout .main-content-inner {
    padding: 122px 30px 0;
  }*/
    .section-testimonials.style-1 .tf-grid-layout {
        padding: 0;
        margin: 0;
    }

    .section-testimonials .wg-testimonial {
        box-shadow: unset !important;
    }
}

@media (max-width: 1320px) {
    .section-realty .tf-grid-layout-2 {
        gap: 20px;
    }

    .section-realty .counter-item {
        width: 210px;
        height: 210px;
    }

        .section-realty .counter-item span {
            font-size: 60px;
            line-height: 70px;
        }

    .section-appraisal.style-2 .content .person {
        right: 10px;
    }
}

@media (max-width: 1300px) {
    .box-review {
        gap: 20px;
    }

    .box-benefits .box-icon::after {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .box-house .tf-btn {
        padding: 0 15px;
    }

    .form-pre-approved .cols {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

        .form-pre-approved .cols .interest-rate {
            width: 100%;
        }

        .form-pre-approved .cols .select {
            width: 100%;
        }

    .form-pre-approved p {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .section-pre-approved .heading-section {
        margin-bottom: 20px;
    }

        .section-pre-approved .heading-section .title {
            font-size: 32px;
            line-height: 40px;
        }

    .section-pre-approved .content {
        margin: 0;
    }

    .wg-filter.style-2 .form-title {
        flex-wrap: wrap;
    }

        .wg-filter.style-2 .form-title > .nice-select {
            width: calc(50% - 6px);
        }

    .wg-filter.style-2 form {
        max-width: 100%;
    }

    .box-review {
        max-width: 840px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 70px;
    }

        .box-review .content-left {
            padding: 0;
            max-width: 100%;
        }

        .box-review .content-right {
            margin-bottom: 70px;
        }

            .box-review .content-right::after {
                width: 63%;
                height: 80%;
            }

        .box-review .wg-testimonial {
            bottom: -72px;
        }

        .box-review .person {
            width: 80%;
        }

    .section-contact .box-contact {
        padding: 0;
    }
}

@media (max-width: 1149px) {
    .section-trusted .person,
    .section-trusted .item {
        display: none;
    }

    .box-benefits .box-icon {
        width: 135px;
    }

    .wd-chart {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .page-layout .flat-counter-v2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1124px) {
    .wg-appraisal .content {
        padding: 112px 15px 111px 15px;
    }

        .wg-appraisal .content .person {
            right: 15px;
        }

    .section-appraisal.style-2 .content .person {
        display: none;
    }
}

@media (max-width: 1099px) {
    .wrap-dashboard-content-2 .grid-layout-4 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1093px) {
    #header-main .mobile-button {
        display: block;
    }

    #header-main .main-menu {
        display: none;
    }
}

@media (max-width: 1024px) {
    .box-house.style-list:not(.box-house.style-list.style-3) .image-wrap {
        max-width: 200px;
    }

    .wg-filter .wd-search-form .group-amenities {
        grid-template-columns: repeat(3, 1fr);
    }

    .wg-filter .wd-search-form .group-select {
        grid-template-columns: repeat(2, 1fr);
    }

    .tf-sidebar .form-contact-agent {
        padding: 28px 15px 29px;
    }
}

@media (max-width: 991px) {
    br {
        display: none;
    }

    .lg-hide {
        display: none;
    }

    .tf-container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

        .tf-container .row {
            margin-left: -15px !important;
            margin-right: -15px !important;
        }

            .tf-container .row > * {
                padding-left: 15px !important;
                padding-right: 15px !important;
            }

            .tf-container .row .pl-0 {
                padding-left: 15px !important;
            }

    .grid-layout-3 {
        gap: 20px !important;
    }

    #footer .footer-main {
        padding-bottom: 0;
    }

    #footer .footer-menu-list {
        margin-bottom: 40px;
    }

    .page-title {
        background-attachment: unset !important;
    }

        .page-title .form-title {
            position: relative;
            z-index: 4;
        }
         
    .tf-sidebar .sidebar-ads {
        max-height: 400px;
    }

    .icons-box.default {
        padding: 24px 15px;
    }

    .section-pre-approved .image-wrap {
        margin-top: 70px;
    }

        .section-pre-approved .image-wrap img {
            max-height: 500px;
            height: 100%;
            object-fit: cover;
        }

    .section-pre-approved.style-2 .image-wrap {
        margin-top: 70px;
        max-width: 100%;
    }

        .section-pre-approved.style-2 .image-wrap img {
            object-fit: cover;
        }

    .section-pre-approved.style-2 .content {
        margin: 0;
    }

    .section-listing .tf-sw-mobile-1 .swiper-wrapper {
        margin-bottom: 20px;
    }

    .wg-appraisal .content .person {
        display: none;
    }

    .section-download .content {
        padding: 70px 15px;
    }

    .section-CTA:not(.style-2) .content-inner img {
        display: none;
    }

    .section-CTA:not(.style-2) .content-inner .content {
        padding-left: 0px;
    }

    .section-CTA.style-2 .person {
        display: none;
    }

    .section-property-map {
        flex-direction: column;
        top: 220px !important;
        display: block !important;
        position: absolute !important;
        overflow: scroll !important;
    }

        .section-property-map .content-right {
            padding-left: 15px;
            height: 100% !important;
        }

        .section-property-map .wrap-map {
            height: 500px !important;
            width: 100% !important;
            position: unset !important;
        }

        .section-property-map.list .content-right {
            width: 100%;
        }

    .section-contact-help .image-wrap {
        height: 372px;
    }

        .section-contact-help .image-wrap img {
            height: 100%;
            object-fit: cover;
        }

    .section-contact-help .logo {
        left: 15px;
    }

    .section-contact-help .content {
        flex-wrap: wrap;
        margin: 0 15px;
    }

    .section-box-team .content-inner {
        padding: 0 0 70px !important;
        max-width: 720px;
        margin: 0 auto;
    }

    .section-box-team .wrap-image {
        max-width: 720px;
        margin: 0 auto 20%;
    }

    .section-box-team .image-wrap {
        max-width: 60% !important;
    }

        .section-box-team .image-wrap img {
            width: 100%;
            object-fit: cover;
        }

    .section-box-team .counter-item .counter-number {
        justify-content: start !important;
    }

    .box-benefits {
        flex-wrap: wrap;
        max-width: 720px;
        margin: 0 auto;
        gap: 0;
    }

        .box-benefits .wrap-image {
            width: 100%;
        }

        .box-benefits .image.img-1 {
            margin-bottom: 20%;
        }

        .box-benefits .image.img-2 {
            right: 0;
        }

        .box-benefits .image img {
            width: 100%;
        }

        .box-benefits .tf-btn {
            width: 100%;
        }

        .box-benefits .content {
            padding: 70px 0 0;
        }

    .section-contact .box-contact {
        padding: 0;
    }

        .section-contact .box-contact .title {
            font-size: 28px;
            line-height: 38px;
        }

    .flat-account .banner-account {
        display: none;
    }

    .page-layout .main-content-inner .wrapper-content .wd-filter {
        grid-template-columns: 1fr 1fr;
    }

    .counter-item .counter-number {
        width: 100%;
        justify-content: center;
    }

    .section-realty {
        background-attachment: unset;
    }

    .section-current-properties .box-house {
        box-shadow: unset;
    }
}

@media (max-width: 878px) {
    #footer .footer-bottom {
        justify-content: center;
    }

        #footer .footer-bottom p {
            text-align: center;
        }
}

@media (max-width: 800px) {
    .section-agent .wrap-sort {
        flex-wrap: wrap;
    }

        .section-agent .wrap-sort form {
            min-width: calc(50% - 24px);
        }

        .section-agent .wrap-sort .nice-select {
            max-width: calc(50% - 24px);
        }
}

@media (max-width: 767px) {
    .tf-spacing-1 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    h1 {
        font-size: 45px;
        line-height: 55px;
    }

    h2,
    .h2 {
        font-size: 33px;
        line-height: 43px;
    }

    .text-5 {
        font-size: 26px;
        line-height: 34px;
    }

    .heading-section {
        margin-bottom: 30px;
    }

    #header-main .box-user .name {
        display: none !important;
    }

    #header-main .box-user .menu-user {
        left: unset;
        right: -36px;
    }

    .tf-top-bar .top-bar-inner {
        justify-content: center;
    }

    .tf-top-bar .wrap-social {
        display: none;
    }

    .page-title .wg-filter .form-title {
        flex-wrap: wrap;
        padding: 15px !important;
        gap: 15px;
    }

        .page-title .wg-filter .form-title .box-item {
            width: 100%;
        }

        .page-title .wg-filter .form-title .tf-dropdown-sort {
            border-right: none;
            padding-right: 0;
        }

        .page-title .wg-filter .form-title form fieldset input {
            border: 1px solid var(--Line);
        }

        .page-title .wg-filter .form-title .wrap-btn {
            width: 100% !important;
        }

            .page-title .wg-filter .form-title .wrap-btn .tf-btn {
                width: 100% !important;
            }

    .page-title.home01 {
        padding: 70px 0 70px;
    }

        .page-title.home01 .heading-title {
            margin-bottom: 30px;
        }

    .page-title.home02 {
        padding: 100px 0 70px;
    }

        .page-title.home02 .widget-menu-tab {
            justify-content: center;
        }

    .page-title.home03 {
        padding: 70px 0 70px;
    }

    .page-title.home04 {
        padding: 70px 0 70px;
    }

        .page-title.home04 .widget-menu-tab {
            justify-content: center;
        }

    .page-title.home05 {
        padding: 70px 0 70px;
    }

    .page-title.style-2 {
        padding: 70px 0 70px;
    }

    .page-title.career {
        padding-top: 104px;
    }

    #footer .footer-menu-list .title.title-mobile {
        display: block;
    }

    #footer .footer-menu-list .title.title-desktop {
        display: none;
    }

    .blog-article-item.style-2 .image-wrap {
        margin-bottom: 16px;
    }

    .blog-article-item.style-2 .time {
        margin-bottom: 8px;
    }

    .blog-article-item.style-2 .title {
        font-size: 19px;
        line-height: 27px;
    }

    .blog-article-item .box-tag {
        padding: 5px 10px;
    }

        .blog-article-item .box-tag .tag-item {
            font-size: 13px;
            line-height: 21.4px;
        }

    .wg-appraisal .content {
        padding: 70px 15px;
    }

        .wg-appraisal .content .person {
            display: none;
        }

    .section-work-together .wg-partner {
        padding-bottom: 150px;
    }

    .section-work-together .wg-appraisal {
        padding-bottom: 70px;
    }

    .box-house.style-3 {
        grid-template-columns: 1fr;
    }

        .box-house.style-3 .content {
            margin: 70px 15px 70px;
        }

    .icons-box.default {
        padding: 20px 15px;
    }

        .icons-box.default .tf-icon,
        .icons-box.default .title {
            margin-bottom: 15px;
        }

        .icons-box.default p {
            margin-bottom: 18px;
        }

    .section-property-detail .wg-property {
        padding: 24px 15px !important;
    }

    .section-fmls-property-detail .wg-property {
        padding: 24px !important;
    }

    .section-property-image .wrap-image {
        flex-wrap: wrap;
    }

    .single-property-nearby .box-nearby .box-left {
        margin-bottom: 8px;
    }

    .agent-details .image-wrap {
        max-width: 257px;
    }

    .section-faq .tf-sidebar {
        margin-bottom: 50px;
    }

        .section-faq .tf-sidebar .form-contact-seller {
            margin-bottom: 70px;
        }

    .section-agency-grid .grid-layout-2 {
        gap: 15px;
    }

    .section-agency-grid .agencies-item .list-info li {
        flex-wrap: wrap;
    }

    .section-agency-details .box-description {
        padding: 30px 15px 26px;
    }

    .section-selling-home.style-2 .tf-grid-layout {
        gap: 30px;
    }

        .section-selling-home.style-2 .tf-grid-layout::after {
            display: none;
        }

    .section-selling-home.style-2 .wrap-box .number {
        margin-bottom: 15px;
    }

    .section-career .tf-grid-layout-2 {
        gap: 15px;
    }

    .section-contact .box-contact .title {
        font-size: 28px;
        line-height: 38px;
    }

    .section-contact .image-wrap {
        margin-top: 70px;
    }

        .section-contact .image-wrap img {
            width: 100%;
        }

    .section-contact .list-info li .phone {
        font-size: 20px;
        line-height: 30.5px;
        color: var(--Primary);
        font-weight: 700;
    }

    .section-contact .list-info li .phone {
        font-size: 20px;
        line-height: 30.5px;
    }

    .form-contact {
        padding: 30px 15px;
    }
    /*.page-layout .main-content-inner {
    padding: 115px 15px 0;
  }*/
    .page-layout .widget-box-2 {
        padding: 30px 15px;
    }

    .wrap-dashboard-content-2 .grid-layout-4 {
        grid-template-columns: 1fr;
    }

    .widget-box-2 .grid-layout-2,
    .widget-box-2 .grid-layout-3,
    .widget-box-2 .grid-layout-4 {
        grid-template-columns: 1fr;
    }

    .wrap-dashboard-content .box-fieldset {
        margin-bottom: 30px;
    }

    .section-property-detail .wg-property.box-amenities {
        padding-right: 0 !important;
    }

    .section-fmls-property-detail .wg-property.box-amenities {
        padding: 24px !important;
    }

    .section-property-detail .wg-property.box-amenities .heading {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .box-calculate .image-wrap {
        height: 271px;
    }

        .box-calculate .image-wrap .simpleParallax {
            height: 100%;
            width: 100%;
        }

            .box-calculate .image-wrap .simpleParallax img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

    .box-calculate form {
        padding: 15px;
    }

    .page-layout.full-width .sidebar-menu-dashboard {
        padding: 32px 15px;
    }
}

@media (max-width: 757px) {
    #footer .footer-top .contact-item {
        align-items: center;
    }

        #footer .footer-top .contact-item svg {
            width: 35px;
            height: 35px;
        }

        #footer .footer-top .contact-item .content::after {
            top: 5px;
            height: 40px;
        }

        #footer .footer-top .contact-item .content .title {
            font-size: 14px;
            margin-bottom: 0;
        }

        #footer .footer-top .contact-item .content h6 {
            font-size: 16px;
        }
}

@media (max-width: 676px) {
    .widget-tabs .widget-menu-tab {
        justify-content: center;
        display: grid;
    }

    .agency-details .content {
        flex-wrap: wrap;
        gap: 15px;
        margin-left: 15px;
    }
}

@media (max-width: 655px) {
    .page-layout .flat-counter-v2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 644px) {
    .wrap-pagination {
        justify-content: center;
    }
}

@media (max-width: 630px) {
    #header-main .header-right .phone-number {
        display: none;
    }

    #header-main .header-right .mortgage-guide {
        display: none;
    }
}

@media (max-width: 594px) {
    .wg-filter .wd-search-form .group-price {
        grid-template-columns: repeat(1, 1fr);
    }

    .wg-filter .wd-search-form .group-amenities {
        grid-template-columns: repeat(2, 1fr);
    }

    .wg-filter .wd-search-form .group-select {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 575px) {
    .box-title .right {
        width: 100%;
        justify-content: space-between;
    }

    .sw-button.style-2 {
        height: 45px;
        width: 45px;
        font-size: 15px;
    }

    .agent-details {
        flex-wrap: wrap;
    }

        .agent-details .image-wrap {
            max-width: 100%;
        }

    .section-agency-layout .grid-layout-2 {
        grid-template-columns: 1fr;
    }

    .agency-details .image-wrap img {
        height: 192px;
        object-fit: cover;
    }

    .agency-details .logo {
        width: 130px;
    }

    .page-layout .box-agent-avt {
        flex-wrap: wrap;
    }

    .section-property-detail .wg-property.box-amenities .wrap-feature {
        gap: 10px;
    }

        .section-property-detail .wg-property.box-amenities .wrap-feature .box-feature {
            width: 100%;
        }

    .widget-video .popup-youtube {
        width: 60px;
        height: 60px;
    }

        .widget-video .popup-youtube i {
            font-size: 17px;
        }

    .wg-pagination {
        gap: 9px;
    }

    .flat-account .form-account {
        padding: 40px 20px;
    }

    .property-listing-page .form-title.listing-form-title .box-fieldset.mobile-responsive-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .property-listing-page .form-title.listing-form-title .box-fieldset.mobile-responsive-50 {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
    }

    .tf-container .wg-filter .listing-form-title{
        border-bottom: none !important;
    }

    .section-property-map {
        top: 270px !important;
    }
}

@media (max-width: 550px) {
    .grid-layout-3,
    .widget-box-2 .grid-layout-4 {
        grid-template-columns: 1fr;
    }

    #header-main .header-right .btn-add {
        display: none;
    }

    .section-blog-details .group-image {
        flex-wrap: wrap;
    }

    .section-CTA .content-inner {
        flex-wrap: wrap;
        gap: 30px;
    }

    .box-location .content {
        margin: 0 10px;
    }

    .box-location .tf-btn {
        padding: 15px 11px;
        height: 43px;
        font-size: 13px;
        gap: 3px;
    }

        .box-location .tf-btn i {
            font-size: 11px;
        }

    .section-neighborhoods.style-2 .content {
        margin: 0 15px;
    }

    .section-CTA:not(.style-2) .content-inner {
        gap: 20px;
    }

    .section-CTA:not(.style-2) .tf-btn {
        width: 100%;
    }

    .thumbs-sw-pagi.style-2 {
        margin-top: 0;
    }

    .section-agent .wrap-sort form {
        min-width: 100%;
    }

    .section-agent .wrap-sort .nice-select {
        max-width: 100%;
    }

        .section-agent .wrap-sort .nice-select.select-sort {
            justify-content: start;
        }

    .box-review .wg-testimonial {
        right: 0px;
        padding: 15px;
    }

        .box-review .wg-testimonial .ratings {
            margin-bottom: 7px;
        }

        .box-review .wg-testimonial .avatar {
            width: 40px;
            height: 40px;
        }

        .box-review .wg-testimonial .description {
            margin-bottom: 4px;
            font-size: 14px;
            line-height: 20.4px;
        }

    .box-review h6,
    .box-review .h6 {
        font-size: 14px;
        line-height: 14.5px;
    }

    .box-review .box-author {
        top: 57px;
        left: 0px;
        padding: 9px 16px;
    }

        .box-review .box-author .avatar {
            width: 30px;
            height: 30px;
        }

    .box-review .content-right > .ratings {
        top: 100px;
    }

    .section-contact .list-info li .phone {
        font-size: 20px;
        line-height: 30.5px;
    }

    .form-contact .cols {
        flex-wrap: wrap;
    }

    .form-contact .phone {
        width: 100%;
    }

    .form-contact .select {
        width: 100%;
    }

    .menu-user {
        width: 230px;
        right: 0;
        left: unset;
    }

        .menu-user .dropdown-item {
            padding: 13px 20px;
        }

    .wg-testimonial.style-no-boder {
        padding: 32px 15px 21px;
    }
}

@media (max-width: 475px) {
    .box-house.style-list {
        flex-direction: column;
    }

        .box-house.style-list .image-wrap {
            max-width: 100% !important;
        }

            .box-house.style-list .image-wrap > a {
                width: 100%;
            }

            .box-house.style-list .image-wrap img {
                width: 100%;
                object-fit: cover;
            }

    .box-location:not(.style-2) {
        flex-wrap: wrap;
        justify-content: center;
    }

        .box-location:not(.style-2) .content {
            text-align: center;
        }

    .section-realty .counter-item {
        width: 165px;
        height: 164px;
    }

        .section-realty .counter-item span {
            font-size: 40px;
            line-height: 50px;
        }

        .section-realty .counter-item .count p {
            font-size: 14px;
        }

    .tf-top-bar .top-bar-info {
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px 30px;
    }

    .section-property-map.list .box-house.style-list .image-wrap {
        max-width: 100% !important;
    }

    .box-overview .info-detail {
        justify-content: space-between;
        gap: 30px 20px;
    }

        .box-overview .info-detail .wrap-box {
            width: calc(50% - 20px);
        }

    .section-contact-help .heading-section {
        gap: 7px;
    }

        .section-contact-help .heading-section .title {
            font-size: 24px;
            line-height: 32px;
        }

    .section-contact-help .wrap-btn {
        flex-wrap: wrap;
    }

        .section-contact-help .wrap-btn .tf-btn {
            width: 100%;
        }

    .box-benefits .content .wrap-icon {
        flex-wrap: wrap;
        gap: 30px;
    }

    .box-benefits .content .box-icon {
        width: 100%;
    }
}

@media (max-width: 457px) {
    .box-amenities .wrap-feature .box-feature {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .wrap-comment .comment-item {
        flex-wrap: wrap;
    }

    .form-pre-approved .tf-btn {
        width: 100%;
    }

    .agent-item .content .name {
        font-size: 18px;
        line-height: 28px;
    }

    .agencies-item {
        flex-wrap: wrap;
    }

    .career-item {
        padding: 29px 15px;
    }

        .career-item .name {
            font-size: 16px;
            line-height: 24px;
        }

    #header-main .header-right .box-user .name {
        display: none;
    }

    .tf-sidebar .sidebar-featured.style-2 {
        padding: 30px 15px;
    }

    .tf-sidebar .sidebar-featured .box-listings .meta-list {
        gap: 9px;
    }
}

/*# sourceMappingURL=styles.css.map */

/* Custom Select2 css*/

.select2-container--default .select2-selection--single {
    font-size: 16px !important;
    background-color: #fff !important;
    border: 1px solid var(--Line) !important;
    border-radius: 16px !important;
    padding: 13px 15px !important;
    height: 54px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 54px !important;
        right: 10px !important;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f1913d !important;
    color: white !important;
}

.select2-container--open .select2-dropdown--below {
    font-size: 16px !important;
}


table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before {
    display: table !important;
}


/* Custom CSS For Property Preview Image / Carousel */
.propertyPreview .info-map {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 10px !important;
}

.propertyPreview .wrap-image {
    display: grid;
    grid-template-columns: 1.5fr 1fr; /* Main image takes 2/3, right side takes 1/3 */
    gap: 8px !important;
}

.propertyPreview .wrap-image-right {
    display: flex;
    flex-direction: column;
    gap: 8px !important;
}

.propertyPreview .image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .propertyPreview .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures images fit properly */
        border-radius: 8px;
    }

.propertyPreview .img-2 {
    /*height: 100% !important;*/
}

.propertyPreview .image a {
    height: inherit !important;
}

.propertyPreview .bot {
    display: flex;
    gap: 8px !important;
}


/* Responsive Adjustments */
@media (max-width: 768px) {
    .propertyPreview .wrap-image {
        grid-template-columns: 1fr;
    }

    .propertyPreview .wrap-image-right {
        flex-direction: row;
    }
}

.propertyStatus .swal-text:first-child {
    margin-top: 25px !important;
}

.propertyStatus .swal-text {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    color: black;
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}


.propertyList .box-house .image-wrap {
    height: 280px;
}

/* --- Responsive widths for propertyList map / content-right --- */
/* Base (desktop) — keep 50/50 as default */
.propertyList .wrap-map {
    width: 50% !important;
}

.propertyList .content-right {
    width: 50% !important;
    box-shadow: rgba(0, 0, 0, 0.4) -2px 2px 5px 0px;
}

/* Normal laptop screens (approx. 1024px — 1439px)
   -> content-right: 40%, wrap-map: 60% */
@media (min-width: 1024px) and (max-width: 1439px) {
    .propertyList .wrap-map {
        width: 60% !important;
    }

    .propertyList .content-right {
        width: 40% !important;
    }
}

/* Large laptop screens (approx. 1440px — 2559px)
   -> equal split 50% / 50% */
@media (min-width: 1440px) and (max-width: 2559px) {
    .propertyList .wrap-map {
        width: 55% !important;
    }

    .propertyList .content-right {
        width: 45% !important;
    }
}

/* 4K and larger (>=2560px)
   -> content-right: 40%, wrap-map: 60% */
@media (min-width: 2560px) {
    .propertyList .wrap-map {
        width: 60% !important;
    }

    .propertyList .content-right {
        width: 40% !important;
    }
}

/* keep the existing mobile fallback */
@media (max-width: 991px) {
    .propertyList .wrap-map {
        height: 100% !important;
        width: 100% !important;
    }

    .propertyList .content-right {
        width: 100% !important;
    }

    .offcanvas-footer {
        margin-bottom: 45px;
    }

    .property-listing-page .tf-container.listing .form-title .box-fieldset:not(.search-fieldset-responsive) {
        margin-top: 1rem !important;
    }

    .property-listing-page .form-title.listing-form-title .box-fieldset {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
    } 
}


@media (max-width: 430px) {
    .propertyList .wrap-map {
        height: 100% !important;
    }
      
    .offcanvas-footer {
        margin-bottom: 45px;
    }
}

.modal-body .form-contact-agent {
    box-shadow: none !important;
}

.propertyDetail .close-modal {
    display: none !important;
}

.propertyDetail .modal-title {
    margin-bottom: 15px !important;
}

.propertyDetail .error {
    color: red !important;
}

.propertyDetail .askValidation {
    display: none !important;
}

tbody ul {
    vertical-align: middle !important;
    display: inline-block !important;
}

tbody td {
    vertical-align: middle !important;
}

/* Default styling (applies to desktops/laptops) */
.select2-container {
    width: 100% !important; /* Ensures full width */
}

/* Adjust for tablets */
@media (max-width: 1024px) {
    .select2-container {
        width: 90% !important; /* Slightly smaller width */
    }

    .frmStep .select2-container {
        width: 100% !important; /* Slightly smaller width */
    }

    .form-title .select2-container {
        width: 100% !important; /* Slight padding for tiny screens */
    }
}

/* Adjust for mobile screens */
@media (max-width: 1024px) {
    .select2-container {
        width: 100% !important; /* Full width for better UX */
    }
}

/* Adjust for very small mobile screens */
@media (max-width: 480px) {
    .select2-container {
        width: auto; /* Slight padding for tiny screens */
    }

    .form-title .select2-container {
        width: 100% !important; /* Slight padding for tiny screens */
    }
}


.mb-15 {
    margin-bottom: 15px !important;
}


@media (max-width: 768px) {
    .MakeOffer .wrap-image .image {
        width: 100% !important;
    }

    .MakeOffer .content {
        width: 100% !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .MakeOffer .wrap-image .image {
        width: 100% !important;
    }

    .MakeOffer .content {
        width: 100% !important;
    }
}


.inner-mobile-nav #menu-mobile-menu li a.active {
    color: var(--Primary) !important;
    font-weight: 700;
}


.inner-mobile-nav #menu-mobile-menu li .sub-mobile > li.menu-item a {
    color: var(--Heading) !important;
}

.inner-mobile-nav #menu-mobile-menu li .sub-mobile > li.menu-item.current-item a {
    color: var(--Primary) !important;
    font-weight: 700;
}

.mobile-nav-wrap .offcanvas-title img {
    width: 165px !important;
    height: 35px !important;
}

.main-menu .navigation > li > .submenu > li.current-menu a {
    color: var(--Primary) !important;
    font-weight: 700;
}

.openHouseList .box-house .image-wrap {
    height: auto !important;
}

.featuredPropertyList .box-house .image-wrap {
    height: 280px;
}

.w-250px {
    width: 250px !important;
}

.makeOfferWizard .widget-menu-tab {
    padding-right: 1.5rem !important;
}

@media (min-width: 576px) {
    .makeOfferWizard .widget-content-tab {
        width: 100% !important;
        padding-left: 3rem !important;
        border-left: 1px solid var(--Primary) !important;
    }
}

@media (min-width: 992px) {
    .makeOfferWizard .widget-content-tab {
        width: 100% !important;
        padding-left: 3rem !important;
        border-left: 1px solid var(--Primary) !important;
    }
}

.makeOfferWizard .box:not(:last-child) {
    margin-bottom: 15px;
}


.nav-menu-link:hover .customSvg path {
    fill: white;
}

.disabled p {
    margin-top: 13px !important;
}

.loading-indicator {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 10px 0;
}

/* Custom pagination css */
div.table-responsive > div.dataTables_wrapper > div.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.page-item {
    margin-right: .5rem;
}

    .page-item.disabled .page-link {
        color: #C4CADA;
    }

    .page-item:first-child .page-link {
        border-top-left-radius: 0.475rem;
        border-bottom-left-radius: 0.475rem;
    }

    .page-item .page-link {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: .475rem;
        height: 4rem;
        min-width: 4rem;
        font-weight: 500;
        font-size: 1.75rem;
    }

.disabled > .page-link, .page-link.disabled {
    color: transparent;
    pointer-events: none;
    background-color: transparent;
    border-color: transparent;
}

.page-item.disabled .page-link .svg-icon, .page-item.disabled .page-link i {
    color: #C4CADA;
}

.page-item .page-link .previous {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #4B5675;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
}

.page-item .page-link i {
    font-size: .85rem;
}

.page-item {
    margin-right: .5rem;
}

    .page-item:last-child {
        margin-right: 0;
    }

        .page-item:last-child .page-link {
            border-top-right-radius: 0.475rem;
            border-bottom-right-radius: 0.475rem;
        }

    .page-item:not(:first-child) .page-link {
        margin-left: calc(0* -1);
    }

    .page-item .page-link .next {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: #4B5675;
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    }

    .page-item .page-link .next, .page-item .page-link .previous {
        display: block;
        height: 1rem;
        width: 1rem;
    }

    .page-item .page-link i {
        font-size: .85rem;
    }

div.dataTables_wrapper div.dataTables_length select {
    height: 4rem;
    font-size: 1.5rem !important;
    background-color: #F9F9F9;
    border-color: #F9F9F9;
    color: #4B5675;
    transition: color .2s ease;
}


.page-link:focus {
    z-index: 3;
    color: var(--Primary);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link:hover {
    z-index: 2;
    color: var(--Primary);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.MakeOffer .box-house .meta-list {
    gap: 0px 15px;
    border-bottom: none !important;
    padding-bottom: unset !important;
    margin-bottom: unset !important;
}

.MakeOffer .box-house .content .location i {
    margin-right: 0px;
}

.MakeOffer .box-house .content .location {
    margin-bottom: unset !important;
    min-height: 25px !important;
}

.MakeOffer .box-house .meta-list li {
    color: var(--Text);
}

.MakeOffer .hover-img:hover .image-wrap img {
    -webkit-transform: none !important;
    transform: none !important;
}

.title-amenities i {
    cursor: pointer;
    font-size: 12px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.active-box {
    border: 1px solid var(--Line);
    background-color: #f8f9fa; /* Light gray background */
    transition: all 0.3s ease-in-out;
    margin-bottom: 1rem !important;
}


.frmStep .form-header {
    display: flex;
    gap: 5px;
    text-align: center;
    font-size: 1em;
}

    .frmStep .form-header .stepIndicator {
        position: relative;
        flex: 1;
        padding-bottom: 20px;
    }

        .frmStep .form-header .stepIndicator.active {
            font-weight: 600;
        }

        .frmStep .form-header .stepIndicator.finish {
            font-weight: 600;
            color: #f1913d;
        }

        .frmStep .form-header .stepIndicator::before {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 2px;
            transform: translateX(-50%);
            z-index: 9;
            width: 15px;
            height: 15px;
            background-color: #f9d4b299;
            border-radius: 50%;
            border: 3px solid #f1e1d3;
        }

        .frmStep .form-header .stepIndicator.active::before {
            background-color: #f1913d;
            border: 3px solid #ffffff75;
        }

        .frmStep .form-header .stepIndicator.finish::before {
            background-color: #f1913d;
            border: 3px solid #f5b075;
        }

        .frmStep .form-header .stepIndicator::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 9px;
            width: 100%;
            height: 3px;
            background-color: #f3f3f3;
        }

        /*.frmStep .form-header .stepIndicator.active::after {
            background-color: #f1913d;
        }*/

        .frmStep .form-header .stepIndicator.finish::after {
            background-color: #f1913d;
        }

        .frmStep .form-header .stepIndicator:last-child:after {
            display: none;
        }

.frmStep .box:not(:last-child) {
    margin-bottom: 10px;
}

.frmStep p {
    text-align: center;
    margin-bottom: 25px;
}

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

.frmStep input {
    padding: 14px 20px;
    width: 100%;
    font-size: 1em;
    border: 1px solid var(--Line);
    border-radius: 16px;
}

    .frmStep input:focus {
        border: 1px solid #f1913d;
        outline: 0;
    }

    .frmStep input.invalid {
        border: 1px solid #ffaba5;
    }

.frmStep .step {
    display: none;
}

.frmStep .step {
    margin-top: 15px;
    border: 1px solid #f5b07559;
    padding: 10px 20px;
}

.frmStep .form-footer {
    overflow: auto;
    display: flex;
    gap: 20px;
}

    .frmStep .form-footer button {
        background-color: #f1913d;
        border: 1px solid #f1913d !important;
        color: #ffffff;
        border: none;
        padding: 13px 30px;
        font-size: 1em;
        cursor: pointer;
        border-radius: 5px;
        flex: 1;
        margin-top: 5px;
    }

        .frmStep .form-footer button:hover {
            opacity: 0.8;
        }

    .frmStep .form-footer #prevBtn {
        background-color: #fff;
        color: #f1913d;
    }

.frmStep .select2-container--default .select2-selection--single {
    border: 1px solid var(--Line) !important;
    border-radius: 16px !important;
    height: 54px !important;
}

@media (max-width: 992px) {
    .frmStep .form-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

        .frmStep .form-header .stepIndicator {
            flex: none;
            width: 100%;
            text-align: left;
            padding-bottom: 10px;
        }

            .frmStep .form-header .stepIndicator::before,
            .frmStep .form-header .stepIndicator::after {
                left: 0;
                transform: none;
            }

            .frmStep .form-header .stepIndicator::before {
                margin-left: 0;
                position: relative;
                display: inline-block;
                margin-right: 10px;
                top: 2px;
            }

            .frmStep .form-header .stepIndicator::after {
                content: none; /* Remove horizontal lines between steps */
            }
}


.frmStep .grid-layout-2 {
    gap: 15px !important;
}

.frmStep .swiper .partner-logo {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
}

.frmStep .swiper .swiper-wrapper .swiper-slide .partner-item.style-2 {
    height: 220px;
}

.frmStep .swiper .swiper-wrapper .swiper-slide {
    justify-content: center;
    width: 250px;
    display: flex;
}



.guide-title {
    text-align: center;
    margin: 1rem 0;
}

    .guide-title h1 {
        font-size: 3.5rem;
        font-weight: 700;
        background: linear-gradient(to right, #0d6efd, #198754, #ffc107, #dc3545);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .guide-title p {
        color: #6c757d;
    }

.step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 1rem;
}

.step-card {
    position: relative;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
    padding: 2rem;
    max-width: 900px;
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
}

    .step-card ul li {
        list-style: disc !important;
    }

.step-icon-bg {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8rem;
    color: rgba(13, 110, 253, 0.1); /* default, will be overridden */
    z-index: 0;
    pointer-events: none;
    transition: color 0.3s ease;
}

.step-content {
    position: relative;
    z-index: 1;
}

    .step-content h5 {
        font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .step-content ul {
        padding-left: 1.2rem;
    }

.arrow {
    width: 32px;
    height: 32px;
    margin-bottom: 2rem;
}

@media (max-width: 576px) {
    .guide-title h1 {
        font-size: 2.5rem;
    }

    .step-content h5 {
        font-size: 2rem;
    }

    .step-icon-bg {
        font-size: 5rem;
    }
}

.icon-size-sm {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

button.toast-close-button {
    overflow: hidden;
}

.toast.toast-warning {
    opacity: 1 !important;
    font-size: 15px;
}

.toast.toast-success {
    opacity: 1 !important;
    font-size: 15px;
}

.toast.toast-error {
    opacity: 1 !important;
    font-size: 15px;
}



.page-layout .header-mortgage-guide {
    padding: 30px 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

    .page-layout .header-mortgage-guide p {
        color: #3a3a3c;
        font-weight: 600;
        opacity: 0.5;
        font-family: "Manrope", sans-serif;
    }

    .page-layout .header-mortgage-guide .list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 20px;
    }

        .page-layout .header-mortgage-guide .list li a {
            color: #3a3a3c;
            font-family: "Manrope", sans-serif;
            opacity: 0.8;
            font-weight: 700;
            line-height: 22.6px;
        }

            .page-layout .header-mortgage-guide .list li a:hover {
                color: var(--Primary);
            }

        .page-layout .header-mortgage-guide .list li:not(:last-child) {
            position: relative;
        }

            .page-layout .header-mortgage-guide .list li:not(:last-child)::after {
                position: absolute;
                content: "|";
                color: #3a3a3c;
                opacity: 1;
                right: -13px;
                font-size: 15px;
            }

        .page-layout .header-mortgage-guide .list .current-menu > a {
            color: var(--Primary) !important;
            font-weight: 700;
        }

@media (max-width: 768px) {
    #header-main .header-right .mortgage-guide {
        display: none;
    }
}

.signature-container {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.signature-modal-container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

    .signature-container canvas, .signature-modal-container canvas {
        display: block;
        background-color: #fff;
        border: 1px solid #ccc;
        cursor: crosshair;
    }

.tf-container .wg-filter .listing-form-title {
    padding: 1rem !important;
    border-bottom: 1px solid var(--Line);
}

.form-title .box-fieldset .form-control, .manual-price-inputs .form-control, .manual-size-inputs .form-control, .manual-year-inputs .form-control {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 13px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    background-color: var(--White);
    border: 1px solid var(--Line);
    border-radius: 16px;
    color: var(--Text);
    overflow: hidden;
    height: 54px;
    margin-bottom: 0;
}

    .form-title .box-fieldset .form-control::placeholder {
        color: var(--Text);
        opacity: 0.7;
        font-size: 15px;
    }

.listing .wg-filter .form-title .btn-filter {
    height: 54px !important;
    width: 54px !important;
}

.listing .wg-filter .form-title .tf-btn {
    font-size: 16px !important;
    padding: 0 16.5px !important;
    height: 54px !important;
}

@media screen and (max-width:425px) {
    .tf-grid-layout-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .propertyList .wrap-pagination {
        gap: 15px 10px;
        font-size: 12px !important;
    }

    .propertyList .wg-pagination li a {
        font-size: 12px !important;
        height: 25px;
        width: 22px;
    }

    .propertyList .wg-pagination {
        gap: 6px;
    }
}

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

    .propertyList .wrap-pagination {
        gap: 15px 10px;
        font-size: 12px !important;
    }

    .propertyList .wg-pagination li a {
        font-size: 14px !important;
        height: 30px;
        width: 30px;
    }
}

/* Center the carousel controls vertically */
.custom-carousel-control {
    position: absolute;
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for exact centering */
    background-color: rgba(0, 0, 0, 0.5); /* Black background with 50% opacity */
    border-radius: 50%; /* Circular background */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    transition: background-color 0.3s ease;
    z-index: 2; /* Ensure buttons are above the carousel content */
}

    .custom-carousel-control:hover {
        background-color: rgba(0, 0, 0, 0.7); /* Darker background on hover */
    }

    .custom-carousel-control.carousel-control-prev {
        left: 10px; /* Position the previous button to the left */
    }

    .custom-carousel-control.carousel-control-next {
        right: 10px; /* Position the next button to the right */
    }

.custom-carousel-icon {
    opacity: 0.8;
    width: 20px;
    height: 20px;
}

.content .btn-icon {
    display: inline-block;
    align-items: center;
    width: auto;
    height: auto;
    color: var(--Primary);
    background-color: var(--White);
    border-radius: 999px;
    font-size: 20px;
    position: relative;
}

    .content .btn-icon:hover {
        background-color: #dee2e6;
        border-radius: 8px;
    }

.leaflet-popup-content {
    font-family: "Lexend", sans-serif !important;
    /*    width: 400px !important;
*/ width: 300px !important;
}

.leaflet-popup.leaflet-zoom-animated {
    left: -162px !important;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out; /* Smooth transition for transform and opacity */
    opacity: 0; /* Start with opacity 0 */
}

    .carousel-item.active {
        display: block; /* Ensure the active item is displayed */
        opacity: 1; /* Fade in the active item */
        transform: translateX(0); /* Reset transform for the active item */
    }

.legend-dot {
    width: 1.25rem;
    height: 1.25rem;
}

.tooltip {
    font-size: 10px;
}

.marker-card .ripple,
.property-pill-forsale.ripple {
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
}

.tooltip .tooltip-inner {
    max-width: 350px !important;
}

.leaflet-popup-content p {
    margin: 0 !important;
}

.carousel-image {
    width: 100%;
    height: 280px; /* Fixed height for uniform cards */
    object-fit: cover; /* Ensures aspect ratio is preserved while covering container */
    object-position: center; /* Center the image content */
    display: block; /* Remove any extra spacing from inline behavior */
    border-radius: 8px; /* Optional: gives a nice rounded look */
}

.box-location {
    width: 100%;
    height: 320px; /* Control total height */
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}

.image-wrap {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.guide .image-wrap {
    /* display: unset !important; */
    height: auto !important;
    width: auto !important;
    /* overflow: visible !important; */
}

.property-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.icons-box.align-button {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .icons-box.align-button p {
        flex-grow: 1;
    }

    .icons-box.align-button .tf-btn {
        margin-top: auto;
        align-self: center;
    }

.form-contactPartial {
    padding: 39px;
}

    .form-contactPartial.heading-section {
        margin-bottom: 48px;
    }

    .form-contactPartial.cols {
        margin-bottom: 32px;
        gap: 33px;
    }

.form-contactPartialfieldset input::placeholder {
    color: var(--PlaceholderText);
}

.form-contactPartialtextarea {
    border-radius: 16px;
    margin-bottom: 32px;
}

.form-contactPartial.phone {
    width: 50%;
}

.form-contactPartial.select {
    width: 50%;
}

.form-contactPartial.nice-select {
    color: var(--Heading);
}


@media (max-width: 1093px) {
    #header-main .btn-login-add-Property {
        display: none;
    }
}

@media (max-width: 1093px) {
    .box-location {
        height: 235px !important;
    }
}

@media (max-width: 335px) {
    .Work-together-slider {
        margin-right: 56px !important;
    }
}

@media (max-width: 320px) {
    .floors-image-height {
        height: 80px;
    }
}

@media (max-width: 350px) {
    .upload-property-document {
        width: 170px;
        text-wrap: auto;
    }
}

.custom-radio-item {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}

    .custom-radio-item .radio-label {
        flex: none;
    }

    .custom-radio-item .checkbox-wrapper {
        flex: none;
    }

@media (max-width: 767px) {
    .custom-radio-item {
        flex-wrap: wrap;
        gap: 10px;
    }

        .custom-radio-item .radio-label {
            width: 100%;
        }

        .custom-radio-item .checkbox-wrapper {
            width: 100%;
        }

        .custom-radio-item > .radio-group > label {
            margin-top: 0px !important;
        }

        .custom-radio-item .rental-restriction {
            margin-top: 0px !important;
        }
}

@media (max-width: 1440px) and (min-width: 440px) {
    .custom-radio-item {
        flex-wrap: wrap;
        gap: 8px;
    }

        .custom-radio-item > .radio-group {
            display: flex;
            flex-wrap: nowrap;
            gap: 8px;
        }

        .custom-radio-item > .checkbox-group {
            width: 100%;
            margin-top: -11px;
        }

        .custom-radio-item > .radio-group > label {
            margin-bottom: 0px !important;
        }

    .rental-restriction.mt-5 {
        margin-top: 2px !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 475px) {
    .manage-title-add-btn {
        display: block !important;
        margin-bottom: 12px;
    }
}

.rental-checkbox-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap !important;
    max-width: 100%;
}

.rental-label-row {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

@media (max-width: 320px) {
    form#frmPartner {
        max-width: 287px !important;
    }

    .Adv-height {
        margin-left: -13px
    }
}

@media (min-width:321px) and (max-width: 375px) {
    form#frmPartner {
        max-width: 342px;
    }

    .floors-image-height {
        height: 76px;
    }
}

@media (min-width:376px) and (max-width: 425px) {
    form#frmPartner {
        max-width: 390px;
    }

    .floors-image-height {
        height: 76px;
    }
}

.manual-price-inputs .form-control, .manual-size-inputs .form-control {
    background-color: var(--bs-tertiary-bg) !important;
}

.manual-price-inputs .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.manual-price-inputs .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.manual-size-inputs .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.manual-size-inputs .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.offcanvas-body .wd-search-form .box-select .select2-container--default .select2-selection--single,
.listing .wg-filter .form-title .box-fieldset .select2-container--default .select2-selection--single,
.offcanvas-filter .offcanvas-body .form-title .box-fieldset .select2-container--default .select2-selection--single,
.listing .wg-filter .form-title .box-fieldset .select2-container--default .select2-selection--multiple,
.listing .wg-filter .form-title .box-fieldset .form-control,
.offcanvas-filter .offcanvas-body .form-title .box-fieldset .form-control,
.manual-year-inputs .form-control,
.homeFilter .select2-container--default .select2-selection--single {
    border-radius: 8px !important;
}

.max-w-400px {
    max-width: 400px;
}
 
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.align-items-address {
    display: flex;
    align-items: center;
}

@media (max-width: 392px) {
    .contact-info {
        align-items: start;
        flex-direction: row;
    }

    .contact-item {
        align-items: start;
    }

    .contact-info a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .address-item {
        display: inline-block;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        vertical-align: middle;
        max-width: 200px;
    }

    .align-items-address {
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 380px) {
    #GovernmentIdImageInput {
        width: 100%;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }

    .otp-box {
        gap: 3px !important;
    }
}

.otp-box {
    display: flex;
    gap: 8px;
}

.max-w-150px {
    max-width: 150px;
}

.z-index-1 {
    z-index: 1 !important;
}

@media (max-width: 375px) {
    .info-detail .wrap-box {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .info-detail .box-icon {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

        .info-detail .box-icon .icons {
            margin-bottom: 5px;
        }

        .info-detail .box-icon .content {
            display: flex;
            flex-direction: column;
            gap: 3px;
        }

        .info-detail .box-icon .text-4,
        .info-detail .box-icon .text-1 {
            width: 100%;
        }
}



@media (max-width: 425px) {
    .floor-item {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

        .floor-item .floor-header {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .floor-item .inner-left {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .floor-item .inner-right {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

            .floor-item .inner-right li {
                display: flex;
                align-items: center;
                gap: 8px;
            }

        .floor-item .faq-body .box-img img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

    .single-property-floor .floor-item .floor-header .inner-right {
        gap: 10px;
    }
}

.listing .wg-filter .form-title .btn-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 130px !important;
    border-radius: 8px;
    background: var(--Sub-primary-2);
    cursor: pointer;
    flex: none;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 550px !important;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
}

.search-input .btn-location .icon-close {
    opacity: 0.5 !important;
}

.search-input input {
    padding-right: 70px !important;
}

.search-input a:focus {
    color: var(--Heading) !important;
}

.property-card {
    cursor: pointer !important;
}

.box-left, .box-right {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

    .info-item .label {
        min-width: 100px; /* Prevent shrinking */
        /* margin-right: 1rem;*/
        flex-shrink: 0;
    }

    .info-item .text {
        flex: 1;
        word-break: break-word;
    }


.property-card .meta-list {
    border-bottom: none !important;
    padding-bottom: unset !important;
    margin-bottom: unset !important;
    gap: 9px !important;
}

.min-h-415px {
    min-height: 415px;
}

body.property-listing-page {
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden; /* prevent full page scroll */
}

    body.property-listing-page #header-main {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        background: #fff;
        /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
        height: 75px;
    }

    body.property-listing-page .tf-container.listing {
        position: fixed;
        top: 75px;
        width: 100%;
        z-index: 999;
        background: #fff;
        /*     padding: 10px 20px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
        height: 75px;
    }

.section-property-map {
    display: flex;
    position: fixed;
    top: 149px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

@media (min-width:1440px) {
    .section-property-map {
        top: 149px;
    }
}

.wrap-map {
    width: 50%;
    height: auto !important;
    position: relative;
}

#map {
    width: 100%;
    height: 100%;
}

.wrap-map, .content-right {
    transition: all 0.3s ease;
}


.property-listing-scrollable {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    padding: 20px;
    overflow-anchor: none;
    /*max-height: calc(100vh - 200px);*/
}

.widget-menu-tab {
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    padding: 4px;
    gap: 4px;
}

    .widget-menu-tab .item-title {
        padding: 10px 0;
        cursor: pointer;
        transition: background-color 0.2s ease, color 0.2s ease;
        color: #333;
        font-weight: 500;
        border-radius: 10px;
    }

        .widget-menu-tab .item-title.active {
            background-color: #F1913D;
            color: white;
        }

        .widget-menu-tab .item-title:not(.active):hover {
            background-color: #fde2c5;
        }


@media (max-width: 425px) {
    .homeFilter .box-select .d-flex {
        flex-wrap: wrap !important;
        justify-content: center;
    }
}

.max-h-600px {
    max-height: 600px;
}

.max-h-295px {
    max-height: 295px;
}

.leaflet-popup-content .box-house {
    border: 0px !important;
}

.max-h-290px {
    max-height: 290px;
}

.custom-rounded {
    border-radius: 15px;
    overflow: hidden;
}

.nearby img {
    border-radius: 50%;
    width: 80px; /* Optional: Set fixed size */
    height: 57px; /* Optional: Set fixed size */
    object-fit: cover;
}

.comment-item .nearby {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

.content {
    flex: 1 !important;
    padding-left: 10px !important;
}

.content-header {
    display: flex !important;
    justify-content: space-between !important;
}

.leaflet-popup-content .box-house .image-wrap {
    height: 200px !important;
}

.school-detail {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    max-width: 700px;
}

.text-warning {
    color: #f5c518; /* star yellow */
}

.review p {
    margin-top: 0.5rem;
}

.nearby-school {
    font-size: 1rem;
}

.text-color-3,
ul.list-unstyled li,
.small,
.text-muted {
    font-size: 1.6rem !important;
}

.price-slider-wrapper {
    position: relative;
    padding: 10px 0px;
    /*max-width: 600px;*/
    /* margin: 10px auto;*/
}

/* SVG and text spacing */
ul.list-unstyled li {
    display: flex;
    align-items: center;
    margin-bottom: 2.6rem;
}

    ul.list-unstyled li svg {
        margin-right: 10px;
        flex-shrink: 0;
    }

.text-color-3 {
    color: #000 !important;
}

.text-custom-green {
    color: #15727a !important;
}

.link {
    margin-top: 75px;
}

.hr-solid {
    border-top: 1px solid #000;
}


.price-histogram {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    align-items: flex-end;
    gap: 1px;
    z-index: 0;
    padding: 0 15px;
}

.price-histogram-bar {
    border-radius: 6px;
    margin-right: 1px;
    margin-left: 1px;
    background-color: var(--Sub-primary-2);
    width: 100%;
    transition: background-color 0.3s;
}

    .price-histogram-bar.selected {
        background-color: var(--Primary);
    }

#priceSlider {
    position: relative;
    z-index: 1;
    margin-top: 35px;
}


.heading .text-5 {
    font-size: 30px !important;
    line-height: 35px !important;
}

.min-h-150px {
    min-height: 150px;
}

.min-w-135px {
    min-width: 135px !important;
}

.section-property-detail .meta-list li,
.MakeOffer .box-house .meta-list li {
    min-width: 60px;
    text-align: center;
    border: 1px solid var(--Line);
    border-radius: 8px;
    padding: 10px;
}

@media (max-width: 1024px) {
    .section-property-detail .meta-list li,
    .MakeOffer .box-house .meta-list li {
        margin-top: 5px;
    }
}

.MakeOffer .box-house.style-list .content {
    padding: 15px;
}

.toggle-icon {
    cursor: pointer;
}

.max-h-300px {
    max-height: 325px;
}

/*@media (min-width: 992px) {
    .MakeOffer .box-house .contentDiv {
        width: 70%;
    }
}*/

@media (min-width: 768px) and (max-width: 992px) {
    .MakeOffer .box-house .propertyImage {
        height: 250px;
        width: 100%;
    }

    .MakeOffer .box-house .contentDiv {
        width: 100%;
    }

    .max-h-300px {
        max-height: max-content;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {

    .max-h-300px {
        max-height: 620px;
    }
}

@media (max-width: 475px) {
    .max-h-300px {
        max-height: max-content;
    }

    .MakeOffer .box-house .content .box-overview .info-detail .wrap-box,
    .propertyDetail .info-detail .wrap-box {
        width: 100% !important;
    }
}

@media (max-width: 375px) {
    .MakeOffer .box-house .content .box-overview .info-detail .box-icon,
    .propertyDetail .info-detail .box-icon {
        flex-direction: row !important;
        align-items: flex-start;
    }
}

@media (min-width: 1440px) {
    .max-h-300px {
        max-height: 430px;
    }
}

.MakeOffer .box-house .contentDiv {
    width: 100%;
}

/* Mobile view toggle button */

.mobile-view-toggle button {
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mobile-view-toggle {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

@media (min-width: 768px) {
    .MakeOffer .box-house .content .box-overview .box-icon {
        height: 65px;
    }

    @media (max-width: 768px) {
    }

    .offcanvas-filter .select2-container {
        width: 100% !important;
    }

    .offcanvas-filter .select2-dropdown {
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        box-sizing: border-box;
    }
}

.commentbox-width {
    max-width: 60%;
}

@media (max-width: 575.98px) {
    .commentbox-width {
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .mobile-full-width {
        width: 100% !important;
        margin: 5px 0 !important;
        font-size: 1rem !important;
    }

    .mobile-text-sm {
        font-size: 1.25rem !important; /* Smaller than h3 */
    }
}

@media only screen and (max-width: 768px) {
    .offcanvas.offcanvas-filter {
        width: 100vw;
        max-width: 100%;
        height: 100vh;
        /*overflow-y: auto;*/
        position: fixed;
        top: 0;
        left: 0;
        transition: none;
        will-change: transform;
    }

    .offcanvas-body {
        height: 100%;
        overflow-y: auto;
        padding-bottom: 3rem;
    }

    .form-select {
        -webkit-appearance: none;
        appearance: none;
        background: white;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .wrap-table.mobile-fix {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

        .wrap-table.mobile-fix table {
            min-width: 600px !important;
            display: table !important;
            width: 100% !important;
        }

        .wrap-table.mobile-fix tbody {
            display: table-row-group !important;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .box-amenities-property {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .propertyList .section-property-map .tf-layout-mobile-sm.md-col-2,
    .propertyList .section-property-map .tf-grid-layout-2.md-col-2,
    .propertyList .section-property-map .tf-grid-layout-3.md-col-2,
    .propertyList .section-property-map .tf-layout-mobile-md.md-col-2,
    .propertyList .section-property-map .tf-grid-layout.md-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .propertyList .section-property-map .tf-layout-mobile-sm.md-col-2,
    .propertyList .section-property-map .tf-grid-layout-2.md-col-2,
    .propertyList .section-property-map .tf-grid-layout-3.md-col-2,
    .propertyList .section-property-map .tf-layout-mobile-md.md-col-2,
    .propertyList .section-property-map .tf-grid-layout.md-col-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 1440px) {
    .propertyList .section-property-map .tf-layout-mobile-sm.md-col-2,
    .propertyList .section-property-map .tf-grid-layout-2.md-col-2,
    .propertyList .section-property-map .tf-grid-layout-3.md-col-2,
    .propertyList .section-property-map .tf-layout-mobile-md.md-col-2,
    .propertyList .section-property-map .tf-grid-layout.md-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .box-amenities-property {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}


@media(max-width :430px) {
    .fancybox-navigation button {
        padding: 17px 20px 17px 0px;
    }
}

.responsive-inputs {
    display: inline-flex;
    gap: 5px;
    justify-content: space-between;
    width: 100%;
}

.custom-group {
    flex-wrap: nowrap;
}

.dollar-input {
    width: 70% !important;
}

.percent-input {
    width: 30% !important;
}

.custom-group input {
    flex: 1;
}

@media (max-width: 350px) {
    .responsive-inputs {
        flex-direction: column;
        gap: 10px;
    }

    .dollar-input,
    .percent-input {
        width: 100% !important;
    }
}

.loanTerm .select2-selection--single {
    border-radius: 0 !important;
}

.signatureBox {
    width: 300px !important
}

    .signatureBox canvas {
        width: 300px !important
    }

.signatureModalBox, .signatureModalBox canvas {
    width: 400px !important
}

@media (max-width: 450px) {
    .signatureBox {
        width: 100% !important
    }

        .signatureBox canvas {
            width: 100% !important
        }

    .signatureModalBox, .signatureModalBox canvas {
        width: 100% !important
    }

    .signature-container, .signature-modal-container {
        max-width: 450px;
    }
}

.property-pill-forsale {
    top: 30px;
    left: -4px;
    position: absolute;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 18px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    color: white;
    background-color: #A3000B;
    font-size: 11px;
    text-align: center;
    pointer-events: auto;
    padding: 1px 7px;
    white-space: nowrap;
}

    .property-pill-forsale:after {
        position: absolute;
        height: 0;
        width: 0;
        left: calc(50% - 4px);
        top: 99%;
        border: 4px solid transparent;
        border-top-color: #A3000B;
        content: "";
    }

/* ===== Hovered Marker Style (Applies when parent has .marker-hovered) ===== */
.leaflet-marker-icon.marker-hovered {
    z-index: 9999 !important;
}

.marker-hovered .property-pill-forsale,
.marker-hovered .property-pill-forrent,
.marker-hovered .marker-card .face {
    background-color: #055E16 !important;
    color: #FFF;
}

    .marker-hovered .property-pill-forsale:after, .marker-hovered .property-pill-forrent:after {
        border-top-color: #055E16 !important;
    }

/* ===== Hover (Optional for manual hover behavior) ===== */
.property-pill-forsale:hover {
    background-color: #055E16;
    color: #FFF;
    z-index: 1;
}

    .property-pill-forsale:hover:after {
        border-top-color: #055E16;
    }

.listingAddress {
    align-items: center;
    gap: 4px;
    color: rgba(44, 46, 51, 0.5);
}

.custom-select-style {
    position: relative;
    background-color: #fff;
    border: 1px solid var(--Line, #ccc);
    border-radius: 8px;
    padding: 13px 40px 13px 15px;
    height: 54px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
    line-height: 1;
}

.custom-dropdown {
    position: relative;
    width: 100%;
}

    .custom-dropdown .selected-text {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .custom-dropdown::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 16px; /* Adjusted for better visual balance */
        width: 0;
        height: 0;
        pointer-events: none;
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        transform: translateY(-50%);
        transition: transform 0.1s ease;
    }

    .custom-dropdown.open::after {
        border-color: transparent transparent #888 transparent;
        border-width: 0 4px 5px 4px;
    }

.custom-dropdown-options {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-dropdown.open .custom-dropdown-options {
    display: block;
}

.custom-dropdown-options li {
    padding: 6px;
    cursor: pointer;
    font-weight: normal;
}

    .custom-dropdown-options li:hover {
        background-color: #f1913d;
        color: white;
    }

    .custom-dropdown-options li.selected {
        background-color: #f1913d;
        color: white;
        font-weight: bold;
    }

.custom-dropdown-wrapper {
    width: 300px;
}

.custom-dropdown {
    width: 100%;
}

.selected-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.terms-bg {
    background-color: #0F5184;
}

.terms-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    max-width: 900px;
    margin: 40px auto;
    padding: 2.5rem 2rem;
}

.terms-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0F5184;
}

.terms-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0F5184;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.terms-date {
    color: #333;
    /*font-size: 1.1rem;*/
    margin-bottom: 1.5rem;
}

.terms-list {
    color: #444;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

    .terms-list li {
        margin-bottom: 0.5rem;
    }

.terms-text {
    color: #444;
    /*font-size: 1.1rem;*/
    margin-bottom: 1.2rem;
}

.parentAmenity {
    margin-bottom: 24px;
    padding: 8px 0px 8px 8px;
    background: rgb(246, 246, 250);
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

.bluryMask {
    mask: linear-gradient(rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.showMoreBtn {
    color: rgb(13, 69, 153);
    font-size: 15px !important;
}

.color-primary {
    color: var(--Primary);
}

.amenitiesMainWrapper {
    position: relative;
}

.amenitiesSubWrapper {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.map-scroll-hint {
    font-size: 13px;
    font-family: sans-serif;
}

.single-property-map .leaflet-marker-icon:focus {
    outline: none !important;
}

.listingDetails {
    --bs-text-opacity: 1 !important;
    color: #ccc !important;
    font-size: .875em !important;
}


.tooltip .tooltip-inner {
    font-size: 1.3rem;
    padding: 4px 10px;
    color: white;
    background-color: #333;
}

.demo-text {
    transform: rotate(330deg);
    display: inline-block;
    margin-left: 15px;
}

.box-house .box-img {
    z-index: 2;
    position: absolute;
    bottom: 7px;
    right: 8px;
}

@media (min-width: 1440px) {
    .md-nowrap {
        white-space: nowrap !important;
    }
}

@media (max-width: 1439.98px) {
    .md-nowrap {
        white-space: normal !important;
    }
}


.autocomplete-input {
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 8px;
}

.autocomplete-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    border-radius: 0 0 6px 6px;
}

.autocomplete-item:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.autocomplete-label {
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-dropdown li {
    padding: 13px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.2s;
    font-size: 16px;
}

    .autocomplete-dropdown li:hover {
        background-color: #f5f5f5;
    }

.autocomplete-dropdown i {
    font-size: 20px;
    width: 22px;
}


.leaflet-control-custom {
    background: white;
    padding: 6px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 6px;
}

.layer-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 6px;
}

    .layer-btn:hover {
        background-color: #eee;
        border-radius: 4px;
    }


.leaflet-control-custom .layer-btn.active {
    background-color: #d0eaff;
}

.leaflet-control-custom {
    display: flex;
    flex-direction: column; /* Make buttons stack vertically */
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

    .leaflet-control-custom .layer-btn {
        width: 40px;
        height: 40px;
        font-size: 35px; /* Bigger icons */
        border: none;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s;
        padding: 0;
        outline: none;
        cursor: pointer;
        border-radius: 8px;
    }

        .leaflet-control-custom .layer-btn:hover {
            background-color: #f0f0f0;
        }

.blog-card {
    position: relative;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
    padding: 2rem;
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
}


.loan-guide-card {
    position: relative;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
    padding: 2rem;
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
}

    .loan-guide-card ul {
        padding-left: 3rem;
    }

    .loan-guide-card .decimalUl li {
        list-style: decimal !important;
    }

        .loan-guide-card .decimalUl li ul li {
            list-style: disc !important;
        }

            .loan-guide-card .decimalUl li ul li ul li {
                list-style: circle !important;
            }

    .loan-guide-card .discUl li {
        list-style: disc !important;
    }

    .loan-guide-card .decimalCircleUl li {
        list-style: decimal !important;
    }

        .loan-guide-card .decimalCircleUl li ul li {
            list-style: circle !important;
        }


    .loan-guide-card .table-bordered > :not(caption) > * > *, .loan-guide-card .table-bordered,
    .blog-card .table-bordered > :not(caption) > * > *, .blog-card .table-bordered {
        border: 1px solid #dee2e6;
    }



.gm-style .gm-style-iw-c {
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
    max-height: none !important;
}

.map-listing-item {
    max-width: 300px;
}

    .map-listing-item img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

.gm-style-iw button.gm-ui-hover-effect, .gm-style-iw-chr {
    display: none !important;
}

.btn-close-map {
    font-size: 35px;
    line-height: 20px;
    background: transparent;
    color: white;
    border: none;
    overflow: hidden;
}

    .btn-close-map:hover {
        background: transparent;
        color: black;
        box-shadow: none;
    }


.pac-container {
    border: none !important;
}

.pac-item {
    font-size: 15px;
}

.pac-icon {
    width: 16px;
    margin-top: 8px;
}



.verify-btn {
    font-size: 16px;
    line-height: 22.4px;
    height: 50px;
    background-color: var(--White);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 16px;
    color: var(--White);
    width: max-content;
    gap: 10px;
    white-space: nowrap;
}

    .verify-btn.pd-10 {
        padding: 0 20px;
    }

    .verify-btn.bg-color-verify {
        background-color: #f1913d;
    }

        .verify-btn.bg-color-verify:hover {
            background-color: var(--Secondary);
            color: var(--White);
        }

    .verify-btn.bg-color-verified {
        background-color: #0e9709c9;
    }

        .verify-btn.bg-color-verified:hover {
            background-color: #0e9709c9;
            color: var(--White);
        }


.loan-guide-modal {
    max-height: 80vh;
    overflow-y: auto;
}

/* Tablet and up */
@media (min-width: 768px) {
    .loan-guide-modal {
        max-width: 60vw;
    }
}

/* Desktop and up */
@media (min-width: 992px) {
    .loan-guide-modal {
        max-height: 85vh;
        max-width: 100%;
    }
}

/* Extra small devices - optimize for very small screens */
@media (max-width: 575px) {
    .loan-guide-modal {
        max-height: 75vh;
        max-width: 90vw;
    }
}

.page-layout .flat-counter-v2-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

    .page-layout .flat-counter-v2-grid-3 .counter-box {
        display: flex;
        gap: 10px;
        align-items: center;
        background-color: var(--White);
        padding: 20px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
        border-radius: 16px;
    }

        .page-layout .flat-counter-v2-grid-3 .counter-box .box-icon {
            flex-shrink: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: var(--Sub-primary-2);
        }

            .page-layout .flat-counter-v2-grid-3 .counter-box .box-icon svg path {
                color: var(--Primary);
            }

        .page-layout .flat-counter-v2-grid-3 .counter-box .title-count {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 2px;
            font-weight: 600;
            color: var(--Heading);
        }

        .page-layout .flat-counter-v2-grid-3 .counter-box .number {
            font-size: 36px;
            line-height: 44px;
            font-weight: 500;
            color: var(--Heading);
        }

    .page-layout .flat-counter-v2-grid-3 .box-count .text {
        font-size: 14px;
        line-height: 30px;
        font-weight: 500;
        margin-left: 11px;
    }

.seo-note {
    background: #fffbe6;
    color: #664d03;
    border-left: 4px solid #ffe066;
}

.header-navigation {
    margin-left: 0px !important;
}

.sidebar-footer {
    align-content: end;
}

.sidebar-footer-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ddd;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 16px;
    margin: 20px 0;
    text-align: center;
}

.sidebar-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .sidebar-footer-links li a {
        color: var(--Text);
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s;
    }

        .sidebar-footer-links li a:hover {
            color: var(--Primary);
        }

.sidebar-footer-copyright {
    font-size: 13px;
    color: #888;
    opacity: 0.7;
    text-align: center;
    margin-top: auto;
}

@media screen and (max-width:768px) {
    .page-layout .flat-counter-v2-grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .page-layout .flat-counter-v2-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.max-w-900px {
    max-width: 900px;
}

.footer-col {
    position: relative;
}

    .footer-col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.07);
    }

/* Remove on mobile where columns stack */
@media (max-width: 991px) {
    .footer-col::after {
        display: none;
    }
}

.blog-img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 16px;
}

.widget-box-2 .btn-add-unit {
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--Primary);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}


ul.box-menu-dashboard li.menu-item-has-children > a:not(.collapsed)::after,
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a:not(.collapsed)::after {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.menu-item-has-children > .nav-menu-link::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    transition: transform 0.2s ease;
}
/* Smooth Transitions */
.box-menu-dashboard * {
    transition: all 0.2s ease;
}


/* Submenu links styling */
ul.box-menu-dashboard li.menu-item-has-children .sub-mobile .nav-menu-link {
    padding: 10px 15px;
    gap: 10px;
}

/* Additional styles for better visual hierarchy */
ul.box-menu-dashboard li.menu-item-has-children .sub-mobile {
    margin-left: 30px;
    margin-right: 10px;
}

    ul.box-menu-dashboard li.menu-item-has-children .sub-mobile .nav-menu-item {
        margin-bottom: 2px;
    }

        ul.box-menu-dashboard li.menu-item-has-children .sub-mobile .nav-menu-item:last-child {
            border-bottom: none;
        }

    ul.box-menu-dashboard li.menu-item-has-children .sub-mobile .nav-menu-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        transition: all 0.3s ease;
        border-radius: 10px;
    }

        ul.box-menu-dashboard li.menu-item-has-children .sub-mobile .nav-menu-link:hover {
            color: #fff;
            background-color: var(--Primary);
            text-decoration: none;
        }

        ul.box-menu-dashboard li.menu-item-has-children .sub-mobile .nav-menu-link svg {
            transition: stroke 0.3s ease;
        }

        ul.box-menu-dashboard li.menu-item-has-children .sub-mobile .nav-menu-link:hover svg,
        ul.box-menu-dashboard li.menu-item-has-children .sub-mobile .nav-menu-item.active .nav-menu-link svg {
            stroke: var(--Primary);
        }

/* Mobile sidebar nested dropdown styling */
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a {
    position: relative;
}

    .inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a::after {
        content: "\e901";
        position: absolute;
        font-family: "icomoon";
        font-weight: 300;
        font-size: 20px;
        right: 0;
        top: 8px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a:not(.collapsed)::after {
        transform: rotate(-180deg);
    }

/* Active state styling for nested items */
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2.current-item > a {
    color: var(--Primary) !important;
    font-weight: 700;
}

.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 ul li.menu-item.current-item a {
    color: var(--Primary) !important;
    font-weight: 700;
}

/* Additional padding for nested sub-mobile */
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 .sub-mobile {
    padding-left: 5px;
}

.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 ul li.menu-item a {
    color: var(--Heading) !important;
    font-weight: normal;
}


.tf-container .row > div.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}



.custom-radio-select-style {
    position: relative;
    background-color: #fff;
    border: 1px solid var(--Line, #ccc);
    border-radius: 8px;
    padding: 13px 40px 13px 15px;
    height: 54px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
    line-height: 1;
}

.custom-radio-dropdown {
    position: relative;
    width: 100%;
}

    .custom-radio-dropdown .selected-text {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .custom-radio-dropdown::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 16px; /* Adjusted for better visual balance */
        width: 0;
        height: 0;
        pointer-events: none;
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        transform: translateY(-50%);
        transition: transform 0.1s ease;
    }

    .custom-radio-dropdown.open::after {
        border-color: transparent transparent #888 transparent;
        border-width: 0 4px 5px 4px;
    }

.custom-radio-dropdown-options {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-radio-dropdown.open .custom-radio-dropdown-options {
    display: block;
}


.custom-radio-dropdown {
    width: 100%;
}

.radio-indicator {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #F1913D;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
}

    .radio-indicator::after {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #F1913D;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.radio-button {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .radio-button::after {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #F1913D;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.3s ease;
    }

    .radio-button.checked {
        border-color: #F1913D;
    }

        .radio-button.checked::after {
            transform: translate(-50%, -50%) scale(1);
        }

.custom-radio-dropdown-options li {
    padding: 12px 15px;
    cursor: pointer;
    font-weight: normal;
}

    /* Enhanced styles for selected/active option */
    .custom-radio-dropdown-options li.selected, .custom-radio-dropdown-options li.active,
    .custom-radio-dropdown-options li[data-radio="true"].selected {
        font-weight: bold;
    }

    /* For radio button options, remove hover and enhance selected state */
    .custom-radio-dropdown-options li[data-radio="true"] {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .custom-radio-dropdown-options li[data-radio="true"].selected .radio-button {
            border-color: #F1913D;
        }

            .custom-radio-dropdown-options li[data-radio="true"].selected .radio-button::after {
                transform: translate(-50%, -50%) scale(1);
            }

        .custom-radio-dropdown-options li[data-radio="true"].active .radio-button {
            border-color: #F1913D;
        }

            .custom-radio-dropdown-options li[data-radio="true"].active .radio-button::after {
                transform: translate(-50%, -50%) scale(1);
            }


/* Rental property marker styles */
.property-pill-forrent {
    background-color: #7a48d6 !important;
    top: 30px;
    left: -4px;
    position: absolute;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 18px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    color: white;
    font-size: 11px;
    text-align: center;
    pointer-events: auto;
    padding: 1px 7px;
    white-space: nowrap;
}

    .property-pill-forrent:after {
        position: absolute;
        height: 0;
        width: 0;
        left: calc(50% - 4px);
        top: 99%;
        border: 4px solid transparent;
        border-top-color: #7a48d6;
        content: "";
    }

    .property-pill-forrent:hover {
        background-color: #055E16 !important;
        z-index: 1;
    }

        .property-pill-forrent:hover:after {
            border-top-color: #055E16;
        }

.marker-container-rental .marker-card {
    background-color: #28a745 !important;
    border-color: #1e7e34 !important;
}

.marker-container-rental .face {
    background-color: #28a745 !important;
}

.marker-container-rental:hover .face {
    background-color: #218838 !important;
}

/* Rental marker hover effects */
.custom-marker-container.marker-hovered.rental {
    transform: scale(1.2);
}

.custom-marker-pill.marker-hovered.rental {
    transform: scale(1.15);
    background-color: #218838 !important;
}

/* Sale tag styles */
.sale-tag {
    background-color: #a3000b !important; /* Blue for sale properties */
}

/* Rental tag styles (if not already added) */
.rental-tag {
    background-color: #7a48d6 !important; /* Green for rental properties */
}

/* Ensure tags have proper spacing */
.box-tag .flat-tag + .flat-tag {
    margin-left: 4px;
}

.cursor-pointer {
    cursor: pointer;
}

.wd-search-form .group-checkbox .box-amenities .list-amenities {
    grid-template-columns: 1fr;
}

@media (min-width: 1801px) {
    .wd-search-form .group-checkbox .box-amenities .list-amenities {
        grid-template-columns: 1fr 1fr;
    }
}

.highlight-offer {
    background: #f1913d82 !important;
    border: 2px solid #f1913d !important;
}

    .highlight-offer .box-icon .icons {
        border: 1px solid #f1913d !important
    }

.listing-flatpicker {
    outline: 0;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 13px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    background-color: var(--White);
    border: 1px solid var(--Line);
    border-radius: 8px;
    color: var(--Text);
    height: 54px;
    margin-bottom: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}

.form-control.readonly {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}


/* Hover effect */
.tf-action-btns .user:hover,
.tf-addproperty-btns .user:hover {
    border: 2px solid var(--Primary);
    background-color: var(--Primary);
    color: var(--White);
}

.tf-action-btns .user svg path,
.tf-addproperty-btns .user svg path {
    transition: fill 0.1s;
}

.tf-action-btns .user:hover svg path,
.tf-addproperty-btns .user:hover svg path {
    fill: var(--White);
    stroke: var(--White);
}

@media (max-width: 450px) {
    #header-main .header-right .box-user {
        display: none;
    }
}

/* Hide FancyBox captions completely */
.fancybox-caption-wrap,
.fancybox-caption {
    display: none !important;
}

/* Ensure the image takes full space without caption area */
.fancybox-slide {
    padding-bottom: 0 !important;
}

/* Always show the infobar with slide counter */
.fancybox-container .fancybox-infobar {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Keep infobar visible even when controls are hidden */
.fancybox-container:not(.fancybox-show-infobar) .fancybox-infobar {
    display: block !important;
}

/* Style the counter for better visibility */
.fancybox-infobar {
    background: rgba(0, 0, 0, 0.8) !important;
    color: white !important;
    font-weight: 600 !important;
    padding: 8px 15px !important;
    border-radius: 0 0 4px 4px !important;
}

/* Ensure navigation arrows are always visible */
.fancybox-navigation .fancybox-button {
    opacity: 1 !important;
    visibility: visible !important;
}

.item-upload .overlay-text {
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    border-radius: 8px;
    width: 80%;
}

.item-upload.opacity-50 {
    opacity: 0.6;
}

    .item-upload.opacity-50:hover {
        opacity: 0.8;
    }

.alert-sm {
    padding: 0.5rem;
    font-size: 0.875rem;
}

.floor-file-hint, .unit-file-hint {
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-card ul li,
.blog-card ol li {
    list-style: disc !important;
    margin-left: 1.5em; /* optional: for indentation */
}

.blog-card ul {
    padding-left: 1.5em; /* optional: for indentation */
}

.blog-cardl ol {
    padding-left: 1.5em; /* optional: for indentation */
}

/* Prevent list-style on table cells */
.blog-card table td li,
.blog-card table th li {
    list-style: none !important;
    margin-left: 0 !important;
}


.page-item.disabled .page-link .previous,
.page-item.disabled .page-link .next {
    background-color: #dee2e6;
}

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


.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: table-cell !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width: fit-content !important;
}

.propertyTypeCombobox {
    background-color: #fff !important;
    border: 1px solid var(--Line, #ccc) !important;
    border-radius: 8px !important;
    padding: 13px 40px 13px 15px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    user-select: none !important;
    line-height: 1 !important;
}

/* Target the Select2 placeholder text */
.select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
    color: #5C5E61;
}

.select2-container--default .select2-selection--multiple {
    min-height: 52px !important;
    max-height: 65px;
    overflow-y: auto;
    background-color: white !important;
    border: 1px solid var(--Line, #ccc) !important;
    border-radius: 4px !important;
    cursor: text;
    padding: 10px !important;
    font-size: 16px !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #5C5E61 !important;
        align-items: center !important;
        width: 10px !important;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid var(--Line, #ccc) !important;
    outline: 0
}

.select2-container .select2-selection__rendered .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder,
.select2-container--bootstrap-5 .select2-selection__rendered .select2-selection__placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
}

.select2-container--bootstrap-5 .select2-selection__rendered {
    color: #6c757d;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: auto !important;
}

select[multiple].form-control {
    min-height: 120px;
}

.min-h-40px {
    min-height: 40px !important;
}

.custom-dropdown-options {
    border-radius: 16px;
}

    .custom-dropdown-options li {
        border-radius: 10px;
        margin: 2px;
    }

.select2-results__option {
    padding: 5px 10px;
    border-radius: 10px;
    margin: 2px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 10px;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa !important;
    border-radius: 16px !important;
}

/* Select2 Results Scrollbar Styling */
.gmp-suggestions::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar,
.custom-dropdown-options::-webkit-scrollbar,
.custom-checkbox-options::-webkit-scrollbar {
    width: 8px;
}

.gmp-suggestions::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track,
.custom-dropdown-options::-webkit-scrollbar-track,
.custom-checkbox-options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 12px;
    margin: 7px 0;
}

.gmp-suggestions::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb,
.custom-dropdown-options::-webkit-scrollbar-thumb,
.custom-checkbox-options::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 12px;
}

    .gmp-suggestions::-webkit-scrollbar-thumb:hover,
    .select2-results__options::-webkit-scrollbar-thumb:hover,
    .custom-dropdown-options::-webkit-scrollbar-thumb:hover,
    .custom-checkbox-options::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #aaa !important;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

.select2-dropdown,
.pac-container,
.custom-radio-dropdown.open .custom-radio-dropdown-options,
.custom-radio-dropdown-options {
    border-radius: 16px !important;
}

.pac-item {
    border-radius: 10px;
}

    .pac-item:hover {
        background-color: #f1913d !important;
    }

.homeFilter .tf-dropdown-sort .dropdown-menu {
    border-radius: 16px;
    padding: 3px !important;
}

    .homeFilter .tf-dropdown-sort .dropdown-menu .select-item {
        border-radius: 10px;
        margin: 2px;
    }

.homeFilter .tf-dropdown-sort .select-item.active {
    background-color: #f1913d !important;
}

    .homeFilter .tf-dropdown-sort .select-item.active .text-value-item {
        color: #fff !important;
    }

/* Add this to your button style */
.tf-btn.style-border.has-ribbon {
    position: relative;
    overflow: hidden; /* Contain the ribbon within button boundaries */
}

/* Update ribbon positioning - LEFT SIDE */
.ribbon {
    position: absolute;
    left: -5px; /* Changed from right to left */
    top: -7px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: left; /* Changed from right to left */
}

    .ribbon span {
        font-size: 1.2rem;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        line-height: 20px;
        transform: rotate(-45deg); /* Changed from 45deg to -45deg for left corner */
        width: 100px;
        display: block;
        background: #79a70a;
        background: linear-gradient(#9bc90d 0%, #79a70a 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 15px;
        left: -25px; /* Changed from right to left */
    }

        .ribbon span::before {
            content: '';
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #79A70A;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

        .ribbon span::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #79A70A;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

.red span {
    background: linear-gradient(#f70505 0%, #8f0808 100%);
}

    .red span::before {
        border-left-color: #8f0808;
        border-top-color: #8f0808;
    }

    .red span::after {
        border-right-color: #8f0808;
        border-top-color: #8f0808;
    }

/* Additional button styling for better ribbon visibility */
.tf-addproperty-btns .tf-btn.style-border {
    padding-left: 4.5rem;
}


/* Modification Form custom style */
.mod-form .mod-form-container {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    gap: 10px;
}


.mod-form .mod-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.mod-form .mod-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.mod-form .checkbox-modern {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    cursor: pointer;
}

    .mod-form .checkbox-modern input[type="checkbox"] {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .mod-form .checkbox-modern span {
        word-break: break-word;
    }

.mod-form .signatureBox {
    background: #f7f7f7;
    height: 160px;
    position: relative;
    touch-action: none; /* Better mobile signature experience */
}

    .mod-form .signatureBox canvas {
        width: 100%;
        height: 100%;
    }

/* Responsive form controls */
.mod-form .form-control,
.mod-form .textarea {
    width: 100%;
    max-width: 100%;
}

/* Agreement snapshot responsive */
.mod-form .text-4,
.mod-form .text-1 {
    word-break: break-word;
}

/* Mobile view */
@media (max-width: 576px) {
    .mod-form .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .mod-form .d-flex.justify-content-end {
        justify-content: center !important;
    }

    .mod-form .signatureBox {
        height: 120px;
    }

    .mod-form .signature-container {
        margin-bottom: 20px;
    }

    .mod-form .mod-card {
        padding: 15px;
        margin-bottom: 15px;
    }

    .mod-form .mod-title {
        font-size: 18px;
    }

    /* Stack form fields vertically */
    .mod-form .row.g-3 > [class*="col-md-"] {
        width: 100%;
    }

    /* Adjust grid layouts */
    .mod-form .box.grid-layout-3 {
        grid-template-columns: 1fr !important;
    }

    .mod-form .breadcrumb {
        font-size: 14px;
        flex-wrap: wrap;
    }

    .mod-form fieldset.box-fieldset label {
        font-size: 14px;
    }
}

/* Responsive typography */
@media (max-width: 768px) {
    .mod-form h3.mod-title {
        font-size: 18px;
    }

    .mod-form h4.title {
        font-size: 16px;
    }

    .mod-form h5.fw-bold,
    .mod-form h5.title {
        font-size: 15px;
    }
}

/* Tablet/mobile: force desired order */
@media (max-width: 991px) {
    .mod-form.order-mobile-1 {
        order: 1 !important;
    }

    .mod-form .order-mobile-2 {
        order: 2 !important;
    }

    .mod-form .order-mobile-3 {
        order: 3 !important;
    }

    .mod-form .order-mobile-4 {
        order: 4 !important;
    }

    .mod-form .order-mobile-5 {
        order: 5 !important;
    }

    .mod-form .order-mobile-6 {
        order: 6 !important;
    }

    .mod-form .mod-form-container {
        grid-template-columns: 1fr;
    }

    .mod-form .mod-card {
        padding: 20px;
    }

    .mod-form .leftForm, .rightForm {
        display: flex;
        flex-direction: column;
    }
}


@media (min-width: 0px) {
    .page-title .heading-title .title {
        font-weight: 900;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 16px;
    }
}

@media (min-width: 481px) {
    .page-title .heading-title .title {
        font-weight: 900;
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 16px;
    }
}

@media (min-width: 769px) {
    .page-title .heading-title .title {
        font-weight: 900;
        font-size: 60px;
        line-height: 72px;
        margin-bottom: 32px;
    }
}


.wg-partner .slider-section {
    position: relative;
    overflow: hidden;
    padding: 5rem 1px;
    width: 100%;
    height: 260px;
    border-radius: 2.5rem;
    display: flex;
}

    .wg-partner .slider-section::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 2.5rem;
        border: 1px solid transparent;
        background-image: linear-gradient(70deg, rgba(209,206,206,0.6), rgba(102,102,102,0.6)) border-box;
        mask: linear-gradient(#fff 0, #fff 100%) padding-box, linear-gradient(#fff 0, #fff 100%);
        mask-composite: exclude;
        mix-blend-mode: color-dodge;
        transition: background-color 0.6s ease-in-out;
    }

.wg-partner .swiper-slide {
    height: 150px;
}

.wg-partner .slide {
    position: relative;
    overflow: hidden;
    max-width: 180px;
    max-height: 200px;
    width: 100%;
    border-radius: 1.25rem;
}

    .wg-partner .slide::before {
        content: "";
        position: absolute;
        inset: 0;
    }

.wg-partner .background-swiper img,
.wg-partner .centered-swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.wg-partner .centered-swiper {
    position: absolute !important;
    top: 60%;
    left: 54%;
    z-index: 10;
    max-width: 300px;
    max-height: 390px;
    width: 100%;
    height: 300px;
    transform: translate(-50%, -50%);
    pointer-events: none !important;
}

    .wg-partner .centered-swiper .swiper-wrapper {
        align-items: center;
        height: 73%;
        bottom: 18px;
    }

        .wg-partner .centered-swiper .swiper-wrapper .centered-swiper__slide {
            width: 330px;
            height: 70%;
        }

            .wg-partner .centered-swiper .swiper-wrapper .centered-swiper__slide .partner-item {
                background-color: rgba(255, 255, 255, 0.1);
                height: 205px;
                width: 245px;
            }

    .wg-partner .centered-swiper .partner-item,
    .wg-partner .centered-swiper a,
    .wg-partner .centered-swiper img {
        pointer-events: auto !important;
    }

.wg-partner .background-swiper,
.background-swiper
.swiper-slide, .background-swiper a, .background-swiper img {
    pointer-events: auto !important;
    display: flex;
    align-items: center;
}

#slideTitle, #slideText {
    position: relative;
    z-index: 20 !important;
    pointer-events: auto;
}

.wg-partner .centered-swiper__slide {
    width: 100%;
    transition: transform 0.6s ease;
}

.wg-partner .slider-section__title {
    color: aliceblue;
    font-size: large;
    text-align: center;
    width: 80%;
    height: auto;
}

.wg-partner .slider-section__text {
    color: #ccc;
    font-size: 1.5rem;
    text-align: center;
    width: 80%;
    height: auto;
}

.wg-partner .swiper-info .slider-section__text {
    font-size: 20px;
    color: #ccc;
    max-width: 280px;
    margin: 0 auto;
}

.wg-partner .slider-section__next-button, .wg-partner .slider-section__prev-button {
    position: absolute;
    z-index: 100;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    background-color: #ffffff33;
    backdrop-filter: blur(0.25rem);
    color: white;
    transform: translateY(-50%);
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.35s ease;
    cursor: pointer;
}

.wg-partner .slider-section__prev-button {
    left: 2.5%;
    top: 50%;
}

.wg-partner .slider-section__next-button {
    right: 2.5%;
    top: 50%;
}

    .wg-partner .slider-section__next-button.disabled, .wg-partner .slider-section__prev-button.disabled {
        opacity: 0.45;
        pointer-events: none;
    }

    .wg-partner .slider-section__next-button:hover, .wg-partner .slider-section__prev-button:hover {
        background-color: rgba(255, 255, 255, 0.25);
        color: #06ffff;
    }

@keyframes slideOutLeft {
    0% {
        transform: translateX(-50%);
        opacity: 1;
    }

    100% {
        transform: translateX(calc(-50% - 50px));
        opacity: 0;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(calc(-50% + 50px));
        opacity: 0;
    }

    100% {
        transform: translateX(-50%);
        opacity: 1;
    }
}

.wg-partner .hidden-out {
    animation: slideOutLeft 0.4s forwards;
}

.wg-partner .hidden-in {
    animation: slideInRight 0.4s forwards;
}

.wg-partner .background-swiper .swiper-slide.swiper-slide-active .partner-item, .background-swiper .swiper-slide.swiper-slide-active {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.wg-partner .background-swiper .swiper-slide.swiper-slide-visible.swiper-slide-active .partner-item {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.wg-partner .background-swiper .swiper-wrapper .swiper-slide {
    margin-left: 35px !important;
}


@media screen and (max-width: 767px) {
    .wg-partner .slider-section {
        padding: 2.5rem 1px;
    }

    .wg-partner .centered-swiper {
        top: 55%;
        left: 55%;
    }

    .wg-partner .centered-swiper {
        max-width: 250px;
        max-height: 300px;
    }

    .wg-partner .slider-section__next-button, .wg-partner .slider-section__prev-button {
        width: 50px;
        height: 50px;
        font-size: 0.875rem;
    }

    .wg-partner .slider-section__title {
        font-size: 1.5rem;
    }

    .wg-partner .slider-section__text {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .wg-partner .slider-section__prev-button {
        top: 90%;
        left: 5%;
    }

    .wg-partner .slider-section__next-button {
        top: 90%;
        right: 5%;
    }

    .wg-partner .slider-section__title {
        font-size: 1.4rem;
    }
}

/* Partner slider — animate centered image + title/description without JS changes */

/* Centered slide image transition (uses swiper's .swiper-slide-active) */
.centered-swiper .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.98);
    transition: opacity 700ms cubic-bezier(.2,.9,.3,1), transform 700ms cubic-bezier(.2,.9,.3,1);
    will-change: opacity, transform;
}

    .centered-swiper .swiper-slide.swiper-slide-active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    /* Soft pop / clarity for the image inside the partner-item */
    .centered-swiper .swiper-slide .partner-item img {
        transform: translateY(6px) scale(0.98);
        opacity: 0.92;
        filter: blur(1px) saturate(0.98);
        transition: transform 700ms cubic-bezier(.2,.9,.3,1), opacity 700ms cubic-bezier(.2,.9,.3,1), filter 700ms cubic-bezier(.2,.9,.3,1);
        will-change: transform, opacity, filter;
    }

    .centered-swiper .swiper-slide.swiper-slide-active .partner-item img {
        transform: translateY(0) scale(1);
        opacity: 1;
        filter: none;
    }

/* Title / Description animation (JS toggles classes: hidden-out, hidden-in) */
.hidden-out {
    animation: partnerTextOut 260ms ease forwards;
    will-change: transform, opacity;
}

.hidden-in {
    animation: partnerTextIn 520ms cubic-bezier(.2,.9,.3,1) forwards;
    will-change: transform, opacity;
}

@keyframes partnerTextOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-12px);
    }
}

@keyframes partnerTextIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    60% {
        opacity: 1;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fallback: keep background slides smooth when hiding */
.background-swiper .swiper-slide {
    transition: opacity 420ms ease, transform 420ms ease;
    will-change: opacity, transform;
}

.br-16px {
    border-radius: 16px;
}

.alert-info {
    border-left: 4px solid #17a9c9;
}


/* Property Preview images css for Property detail */
.propertyPreview .full-image {
    grid-template-columns: 1fr !important;
}


.propertyPreview .main-full-img {
    object-fit: fill !important;
}

@media (max-width: 425px) {
    .mb-pb-mobile {
        margin-bottom: 5rem !important;
        padding-bottom: 5rem;
    }

    body.property-listing-page .tf-container.listing {
        top: 70px !important;
    }
}


/* Ensure icons follow the link color and change on hover */
.dropdown-item {
    color: var(--Text); /* default icon/text color */
}

    .dropdown-item svg {
        flex-shrink: 0;
        vertical-align: middle;
    }

    /* keep your existing background change, but also change color which updates SVG via currentColor */
    .dropdown-item:hover {
        background-color: var(--Sub-primary-1);
        color: var(--Primary);
    }

    .dropdown-item:active {
        background-color: var(--Primary);
        color: #fff;
    }

@media (min-width: 991px) {
    .sticky-propertycard {
        position: sticky;
        top: 104px;
        margin-bottom: 60px !important;
    }
}

@media (max-width: 991px) {
    .thread-br {
        display: block !important;
    }
}

.thread-width {
    min-width: 450px !important;
}

@media (max-width: 425px) {
    .thread-width {
        min-width: 250px !important;
    }
}

/* Delete All Images Button */
.deleteAllImagesBtn {
    border: 2px solid #dc3545;
    color: #dc3545;
    background: transparent;
    transition: all 0.3s ease;
}

    .deleteAllImagesBtn:hover {
        background: #dc3545;
        color: white;
    }

    .deleteAllImagesBtn:active {
        transform: translateY(0);
    }

/* Custom Checkbox Dropdown */
.custom-checkbox-dropdown {
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid var(--Line, #ccc);
    border-radius: 8px;
    padding: 13px 15px;
    height: 54px;
    font-size: 16px;
    align-items: center;
}

.custom-checkbox-options {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
    max-height: 198px;
    overflow-y: auto;
    border-radius: 16px;
    right: 0px;
    top: 47px;
}

.custom-checkbox-dropdown.open .custom-checkbox-options {
    display: block;
}

.custom-checkbox-options .checkbox-item {
    padding: 8px 12px;
    cursor: pointer;
}

.custom-checkbox-options .checkbox-item:hover {
    background-color: #f1913d !important;
    color: white !important;
    border-radius: 10px;
    margin: 2px;
}

.custom-checkbox-options .checkbox-button {
    width: 20px;
    height: 20px;
    border: 2px solid #ebbd94;
    border-radius: 3px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
}

    /* Blue box + tick ✔ */
    .custom-checkbox-options .checkbox-button.checked {
        background: #e99d78;
        border-color: #ebbd94
    }

        .custom-checkbox-options .checkbox-button.checked::after {
            content: "✔";
            color: #fff;
            font-size: 12px;
            position: absolute;
            top: -2px;
            left: 2px;
        }

/* Default (large screens): No scroll */
.custom-checkbox-dropdown-wrapper .custom-checkbox-dropdown .dropdown-selected-text {
    width: 100% !important;
    display: block !important;
    white-space: normal !important;
    line-height: 18px;
    max-height: none;
    overflow: visible;
}

.custom-checkbox-dropdown-wrapper .custom-checkbox-dropdown .selected {
    background-color: #ddd;
    border-radius: 10px !important;
    margin: 2px !important;
}

/* Enable scroll on all smaller screens */
@media (max-width: 2560px) {
    .custom-checkbox-dropdown-wrapper .custom-checkbox-dropdown .dropdown-selected-text {
        max-height: 35px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
}
/* Hide carousel controls by default */
.box-house .carousel-images .carousel-control-prev,
.box-house .carousel-images .carousel-control-next {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Show on mouse hover or keyboard focus within the card */
.box-house .carousel-images:hover .carousel-control-prev,
.box-house .carousel-images:hover .carousel-control-next {
    opacity: 0.8;
    visibility: visible;
    pointer-events: auto;
}

.box-house .carousel-images {
    z-index: 1;
    position: relative;
}

.result-list-container {
    position: relative;
}
/* list-loading-cover overlay (hidden by default) */
.list-loading-cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 510; /* above content-right but below modals */
    background-color: rgba(255, 255, 255, 0.6);
}
 
.gap-0-75rem {
    gap: 0.75rem !important;
}

.propertyList .box-house .content .title h5 {
    line-height: 18px !important;
}

.propertyList .box-house .content {
    padding: 1rem !important;
}

.marker-container-forsale .marker-card .face {
    background: #A3000B;
}

.marker-container-forrent .marker-card .face {
    background: #7a48d6;
}

.marker-hovered {
    z-index: 1;
}

/* Mobile: place floating toggle and "More Filters" on one line */
@media (max-width: 1024px) {
    .mobile-view-toggle {
        position: fixed;
        display: flex !important;
        align-items: center;
        gap: 0.5rem;
        background: transparent;
    }

        /* Generic styling for both controls when inside the floating container */
        .mobile-view-toggle .btn,
        .mobile-view-toggle button#toggleMobileView,
        .mobile-view-toggle #mobileMoreFiltersBtn,
        .mobile-view-toggle .btn-filter.show-form {
            display: inline-flex;
            align-items: center;
            height: auto;
            line-height: 1;
            border-radius: 10px;
            white-space: nowrap;
            font-size: 1.5rem;
            box-shadow: 0 6px 14px rgba(16,56,86,0.06);
            text-decoration: none;
            cursor: pointer;
        }

        /* More Filters visual (light pill to match screenshot) */
        .mobile-view-toggle #mobileMoreFiltersBtn,
        .mobile-view-toggle .btn-filter.show-form,
        .mobile-view-toggle .mobile-more-filters {
            background: #eef9f8;
            color: #0f6f6a;
            border: 1px solid #0f6f6a;
        }

        /* If original .btn-filter.show-form is a div, ensure pointer cursor */
        .mobile-view-toggle .btn-filter.show-form {
            cursor: pointer;
        }

        /* Slight overlap protection: ensure horizontal layout and correct stacking */
        .mobile-view-toggle > * {
            transform: none;
            margin: 0;
        }
}
 