@charset 'UTF-8';
/*-----------------------------------------------------------------------------------
        Theme Name: Agate
        File Name: Style.css
        Author: Agate
        Version: 1.0.0
-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

[CONTENT]


-1   Global
-2   Form Widget
-3   Breadcrumbs Widget
-4   Button Widget
-5   Title Widget
-6   Signup/Signin Widget
-7   Header Widget
-8   States Widget
-9   Neighborhood Widget
-10  Property Widget
-11  Property Page Widgets
--11-1  Property Title Widget
--11-2  Property Price Widget
--11-3  Property Features Widget
--11-4  Property Actions Widget
--11-5  Property Gallery Widget
--11-6  Property Appliances Widget
--11-7  Property Plan Widget
--11-8  Property Nearby Widget
--11-9 Property Booking Widget
--11-10 Property Weather Widget
--11-11 Property Mortgage Calculator Widget
-12 Agents Widgets
-13 Agent Widget
-14 Compare Widget
-15 About Us Widget
-19 Team Widget
-20 Contact Us Widget
-21 Posts Widget
-22 Post Widget
-23 Sidebar Widgets
-24 Gallery Widgets
-25 Newsletter Widget
-26 Footer Widget
-27 Profile Widget
-28 Property Wizard Widgets
-29 Home Widgets
-30 404 Widget

/*-------------------------------------- 1- Global --------------------------------------*/

:root {
    --Primary-Color: rgb(0, 15, 125);
    --Secondary-Color: rgb(255, 185, 80);
    --Third-Color: rgb(40, 115, 185);

    --Button-Background-Color: rgb(0, 15, 125);
    --Button-Color: rgb(255, 255, 255);

    --Header-Background-Color: rgb(20, 50, 75);
    --Header-Color: rgb(20, 50, 75);

    --Header-Profile-Background-Color: rgb(0, 15, 125);
    --Header-Profile-Color: rgb(255, 255, 255);

    --Search-Background-Color: rgb(0, 15, 125);
    --Search-Color: rgb(255, 255, 255);
    --Reset-Color: rgb(255, 255, 255);
    --Search-Background-Button: rgb(10, 15, 45);
    --Search-Color-Button: rgb(255, 255, 255);

    --Property-Listings-Actions-Background-Color: rgb(0, 15, 125);
    --Property-Listings-Actions-Color: rgb(255, 255, 255);


    --Property-Listings-Print-Background-Color: rgb(15, 215, 55);
    --Property-Listings-Print-Color: rgb(255, 255, 255);


    --Property-Details-Color: rgb(0, 15, 125);
    --Property-Details-Price-Color: rgb(0, 15, 125);
    --Agent-Social-Background-Color: rgb(0, 15, 125);
    --Agent-Social-Color: rgb(255, 255, 255);

    --Agent-Action-Background-Color: rgb(0, 15, 125);
    --Agent-Action-Color: rgb(255, 255, 255);

    --Footer-Background-Color: rgb(0, 15, 125);
    --Footer-Color: rgb(255, 255, 255);

    --Membership-Color: rgb(0, 15, 125);


    --Post-Tags-Background-Color: rgb(255, 185, 80);
    --Post-Tags-Color: rgb(255, 255, 255);

    --404-Color: rgb(0, 15, 125);


    --Primary-Font-Family: 'OpenSans';
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 500;
    src: url('../fonts/OpenSans-Medium.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 700;
    src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 800;
    src: url('../fonts/OpenSans-ExtraBold.ttf');
}

body {
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    font-weight: 500;
    color: rgb(25, 25, 25);
}

html,
body {
    height: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.25s ease-in-out;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
strong {
    font-family: var(--Primary-Font-Family);
    font-weight: 700;
    line-height: 1.5;
}

h1,
.h1 {
    font-size: 1.625rem;
    line-height: 1.5;
}

h2,
.h2 {
    font-size: 1.5rem;
    line-height: 1.5;
}

h3,
.h3 {
    font-size: 1.375rem;
    line-height: 1.5;
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.5;
}

h5,
.h5 {
    font-size: 1.125rem;
    line-height: 1.5;
}

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

button:focus,
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.q-btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 0.875rem;
    background: var(--Button-Background-Color);
    color: var(--Button-Color);
    overflow: hidden;
    border: 0;
    border-radius: 300px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.q-btn.q-btn-sm {
    padding: 5px 20px;
    font-size: 0.85rem;
}

.q-btn-outline {
    outline: 2px solid var(--Button-Background-Color);
    outline-offset: 5px;
}

.q-btn:hover {
    color: rgb(255, 255, 255);
    opacity: 0.85;
}

.q-btn:active {
    transform: scale(0.95);
}

.q-extra {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.q-extra .q-rss a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(250, 165, 15);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(20, 20, 45, 0.085);
}

.q-extra .q-rss a:hover {
    opacity: 0.85;
}

.q-extra .q-print a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Property-Listings-Print-Background-Color);
    color: var(--Property-Listings-Print-Color);
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(20, 20, 45, 0.085);
}

.q-extra .q-print a:hover {
    opacity: 0.85;
}

.q-extra .q-save a:not([href]) {
    width: auto;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 15px;
    font-size: 0.95rem;
    background: var(--Property-Listings-Actions-Background-Color);
    color: var(--Property-Listings-Actions-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 5px 10px rgba(20, 20, 45, 0.085);
    cursor: pointer;
}

.q-extra .q-save a:not([href]) i {
    line-height: 1;
}

.q-extra .q-save a:not([href]):hover {
    color: rgb(255, 255, 255);
    opacity: 0.85;
}

.q-extra .q-landing a:not([href]) {
    width: auto;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 15px;
    font-size: 0.95rem;
    background: var(--Property-Listings-Actions-Background-Color);
    color: var(--Property-Listings-Actions-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 5px 10px rgba(20, 20, 45, 0.085);
    cursor: pointer;
}

.q-extra .q-landing a:not([href]) i {
    line-height: 1;
}

.q-extra .q-landing a:not([href]):hover {
    color: rgb(255, 255, 255);
    opacity: 0.85;
}

.q-extra .q-sort .q-form .q-select {
    width: 250px;
    text-transform: capitalize;
}

.q-extra .q-sort .q-form .q-select .q-icon i {
    color: rgb(35, 35, 35);
}

.q-extra .q-sort .q-form .q-select .q-icon select {
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    border: 0;
}

.q-extra .q-sort .q-form .q-select .q-icon select:focus {
    outline: 0;
}

.q-extra .q-list {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0;
}

.q-extra .q-list ul {
    display: flex;
    flex-wrap: wrap;
}

.q-extra .q-list ul li {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
    font-size: 0.95rem;
    text-transform: capitalize;
}

.q-extra .q-list ul li:before {
    content: '/';
    position: absolute;
    top: 0;
    right: 5px;
    opacity: 0.9;
}

.q-extra .q-list ul li:last-child:before {
    display: none;
}

.q-extra .q-list ul li div {
    cursor: pointer;
}

.q-view ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.q-view ul li {
    display: inline-block;
}

.q-view ul li span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(150, 165, 165);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(20, 20, 45, 0.085);
}

.q-view ul li span.q-active {
    background: var(--Property-Listings-Actions-Background-Color);
    color: var(--Property-Listings-Actions-Color);
}

.q-view ul li span:hover {
    opacity: 0.85;
}

.q-icons i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*-------------------------------------- 2- Form Widget --------------------------------------*/

.q-form .q-input,
.q-form .q-select {
    position: relative;
}

.q-form .q-label {
    width: 100%;
    display: block;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    font-size: 0.95rem;
}

.q-form .q-input input,
.q-form .q-select select,
.q-form .q-textarea textarea {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 0.875rem;
    font-weight: 500;
    background: transparent;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(20, 20, 45, 0.15);
    transition: all 0.15s ease-in-out;
}

.q-form .q-select select {
    background: transparent;
    color: var(--Search-Color);
    border: 1px solid var(--Search-Color);
}

.q-form .q-select option {
    color: rgb(0, 0, 0);
}

.q-form .q-textarea {
    position: relative;
}

.q-form .q-textarea textarea {
    height: 150px;
    border-radius: 15px;
    resize: none;
}

.q-form .q-input input:focus,
.q-form .q-select select:focus,
.q-form .q-textarea textarea:focus {
    outline: 0;
}

.q-form .q-input input[type='submit']:focus,
.q-form .q-input input[type='button']:focus {
    background: var(--Button-Background-Color);
}

.q-form .q-input .q-icon,
.q-form .q-select .q-icon,
.q-form .q-textarea .q-icon {
    position: relative;
}

.q-form .q-input .q-icon input,
.q-form .q-select .q-icon select,
.q-form .q-textarea .q-icon textarea {
    padding: 0 10px 0 35px;
}

.q-form .q-input .q-icon i,
.q-form .q-select .q-icon i,
.q-form .q-textarea .q-icon i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.25rem;
    line-height: 1.25;
    pointer-events: none;
    z-index: 1;
}

.q-form .q-switch {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.q-form .q-switch label {
    width: 50px;
    height: 25px;
    display: block;
    position: relative;
    border-radius: 300px;
    cursor: pointer;
}

.q-form .q-switch .q-input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.q-form .q-switch .q-label {
    position: relative;
    display: block;
    height: inherit;
    background: linear-gradient(180deg,
        rgb(150, 165, 165) 0%,
        rgb(125, 135, 135) 100%);
    border-radius: inherit;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.q-form .q-switch .q-label:before,
.q-form .q-switch .q-label:after {
    position: absolute;
    top: 10px;
    line-height: 0.5;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.q-form .q-switch.q-primary .q-input:checked~.q-label {
    background: var(--Button-Background-Color);
}

.q-form .q-switch .q-input:checked~.q-label:before {
    opacity: 0;
}

.q-form .q-switch .q-input:checked~.q-label:after {
    opacity: 1;
}

.q-form .q-switch .q-handle {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.q-form .q-switch .q-input:checked~.q-handle {
    left: 30px;
}

.modal .q-form .q-input .q-icon i,
.modal .q-form .q-select .q-icon i,
.modal .q-form .q-textarea .q-icon i {
    color: rgba(55, 55, 55, 0.5);
}

.q-form .q-checkboxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.q-form .q-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-form .q-checkbox input[type='checkbox'] {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(20 20 45 / 15%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
}

.q-form .q-checkbox input[type='checkbox']:checked {
    background: var(--Button-Background-Color);
}

.q-form .q-button {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Button-Background-Color);
    color: var(--Button-Color);
    border: 0;
    border-radius: 5px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    transition: all 0.15s ease-in-out;
}

.q-form .q-button.q-primary {
    background: var(--Primary-Color);
}

.q-form .q-button.q-secondary {
    background: var(--Secondary-Color);
}

.q-form .q-button.q-tertiary {
    background: var(--Third-Color);
}

.q-form .q-button:active {
    transform: scale(0.95);
}

.q-form .q-button:hover {
    opacity: 0.85;
}

.q-form.q-v2-form .q-input .q-label,
.q-form.q-v2-form .q-textarea .q-label {
    width: auto;
    padding: 0 5px;
    position: absolute;
    top: -10px;
    left: 15px;
    background: rgb(255, 255, 255);
    color: rgb(85, 85, 85);
    z-index: 15;
}

.q-form.q-v2-form .q-input .q-label.q-req,
.q-form.q-v2-form .q-textarea .q-label.q-req {
    width: auto;
    padding: 0 15px 0 5px;
}

.q-form.q-v2-form .q-input .q-label i,
.q-form.q-v2-form .q-textarea .q-label i {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 0.6rem;
    background: linear-gradient(180deg,
        rgb(250, 10, 10) 0%,
        rgb(255, 100, 100) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-form.q-v2-form .q-input input,
.q-form.q-v2-form .q-textarea textarea {
    width: 100%;
    height: inherit;
    padding: 5px 10px 0;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(95, 95, 95, 0.5);
    border-radius: 5px;
    box-shadow: none;
}

.q-form.q-v2-form .q-textarea textarea {
    height: 150px;
    padding: 15px 10px 10px;
    line-height: 1.5;
    resize: none;
}

.q-form.q-v2-form .q-input.q-active input,
.q-form.q-v2-form .q-select.q-active select,
.q-form.q-v2-form .q-textarea.q-active textarea {
    font-family: var(--Primary-Font-Family);
    font-weight: 700;
}

.q-form.q-v2-form .q-input input:focus,
.q-form.q-v2-form .q-select select:focus,
.q-form.q-v2-form .q-textarea textarea:focus {
    background: transparent;
    outline: 0;
}

.q-form.q-v2-form .q-input .q-des {
    display: block;
    font-size: 0.8rem;
    opacity: 0.5;
}

.q-form.q-v2-form .q-input .q-rate {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.15rem;
}

/*-------------------------------------- 3- Breadcrumbs Widget --------------------------------------*/

.q-breadcrumbs-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 5px 0;
    position: relative;
    background: rgb(245, 245, 245);
    font-size: 0.875rem;
    font-weight: 700;
}

.q-breadcrumbs-section nav ul li {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
}

.q-breadcrumbs-section nav ul li:before {
    content: ' / ';
    position: absolute;
    top: 0;
    right: 5px;
    font-weight: 500;
}

.q-breadcrumbs-section nav ul li:last-child:before {
    display: none;
}

.q-breadcrumbs-section nav ul li.q-category {
    display: inline-flex;
}

.q-breadcrumbs-section nav ul li a {
    display: block;
    color: rgb(55, 55, 55);
    font-weight: 500;
}

/*-------------------------------------- 4- Button Widget --------------------------------------*/

.q-btn-slide {
    position: relative;
    background: var(--Button-Background-Color);
    color: var(--Button-Color);
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    border-radius: 300px;
}

.q-btn-slide:before {
    content: attr(q-hover);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

/*------------ Top ------------*/

.q-btn-slide-top:before {
    transform: translate(0, -250%);
}

.q-btn-slide-top:hover:before {
    opacity: 1;
    transform: translate(0, -50%);
}

.q-btn-slide-top span {
    display: block;
    transition: all 0.25s ease-in-out;
}

.q-btn-slide-top:hover span {
    opacity: 0;
    transform: translate(0, 250%);
}

/*------------ Right ------------*/

.q-btn-slide-right:before {
    transform: translate(100%, -50%);
}

.q-btn-slide-right:hover:before {
    opacity: 1;
    transform: translate(0, -50%);
}

.q-btn-slide-right span {
    display: block;
    transition: all 0.25s ease-in-out;
}

.q-btn-slide-right:hover span {
    opacity: 0;
    transform: translate(100%, 0);
}

/*------------ Bottom ------------*/

.q-btn-slide-bottom:before {
    transform: translate(0, 250%);
}

.q-btn-slide-bottom:hover:before {
    opacity: 1;
    transform: translate(0, -50%);
}

.q-btn-slide-bottom span {
    display: block;
    transition: all 0.25s ease-in-out;
}

.q-btn-slide-bottom:hover span {
    opacity: 0;
    transform: translate(0, -250%);
}

/*------------ Left ------------*/

.q-btn-slide-left:before {
    transform: translate(-100%, -50%);
}

.q-btn-slide-left:hover:before {
    opacity: 1;
    transform: translate(0, -50%);
}

.q-btn-slide-left span {
    display: block;
    transition: all 0.15s ease-in-out;
}

.q-btn-slide-left:hover span {
    opacity: 0;
    transform: translate(100%, 0);
}

/*------------ Cube ------------*/

.q-btn-border {
    padding: 0;
    position: relative;
    overflow: visible;
    border-radius: 0;
}

.q-btn-border:before,
.q-btn-border:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: var(--Button-Background-Color);
    transition: all 0.3s ease;
}

.q-btn-border:before {
    width: 2px;
    height: 0;
}

.q-btn-border:after {
    width: 0;
    height: 2px;
}

.q-btn-border:hover {
    background: transparent;
    color: rgb(145, 115, 170);
}

.q-btn-border:hover:before {
    height: 100%;
}

.q-btn-border:hover:after {
    width: 100%;
}

.q-btn-border span {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 30px;
    position: relative;
}

.q-btn-border span:before,
.q-btn-border span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--Button-Background-Color);
    transition: all 0.25s ease;
}

.q-btn-border span:before {
    content: '';
    width: 2px;
    height: 0;
}

.q-btn-border span:hover:before {
    height: 100%;
}

.q-btn-border span:after {
    width: 0;
    height: 2px;
}

.q-btn-border span:hover:after {
    width: 100%;
}

/*-------------------------------------- 5- Title Widget --------------------------------------*/

.q-title-section {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-title-section .q-title {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 10px;
}

.q-title-section .q-title h3 {
    margin: 0;
}

.q-title-section .q-title span {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--Property-Details-Color);
}

.q-heading-section {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-heading-section .q-heading {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px;
    text-align: center;
}

.q-heading-section .q-heading .q-icon {
    margin: 0 0 30px;
}

.q-heading-section .q-heading .q-icon span {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(20, 20, 45, 0.085);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.q-heading-section .q-heading .q-icon.q-primary span {
    background: var(--Primary-Color);
}

.q-heading-section .q-heading .q-icon.q-secondary span {
    background: var(--Secondary-Color);
}

.q-heading-section .q-heading strong {
    display: block;
    position: relative;
    font-size: 2rem;
}

.q-heading-section .q-heading strong:before {
    content: attr(title);
    width: 100%;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    font-size: 3.5rem;
    line-height: 1;
    text-transform: uppercase;
    color: rgb(85, 85, 85);
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    opacity: 0.15;
    z-index: -1;
}

.q-heading-section .q-heading .q-text {
    margin: 0 0 15px;
}

.q-heading-section .q-heading .q-text p {
    margin: 5px 0;
    padding: 0 15px;
    color: rgb(85, 85, 85);
}

@media (max-width: 991px) {

    .q-heading-section .q-heading {
        margin: 15px 0;
    }

    .q-heading-section .q-heading strong {
        font-size: 1.5rem;
    }

    .q-heading-section .q-heading strong:before {
        display: none;
    }
}

.q-hidden {
    display: none;
}

.q-pagination div {
    display: flex;
    gap: 5px;
}

.q-pagination div a,
.q-pagination div span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: rgb(0, 0, 0);
    border: 1px solid rgba(225, 225, 225, 0.9);
    border-radius: 0.25rem;
}

.q-pagination div a:hover {
    background: rgb(245, 245, 245);
}

.q-pagination div span.pages {
    width: auto;
    padding: 0 10px;
}

.q-pagination div span.current {
    background: rgb(125, 140, 140);
    color: rgb(255, 255, 255);
    border-color: rgb(125, 140, 140);
}

.q-pagination a[aria-label='Next Page'],
.q-pagination a[aria-label='Previous Page'] {
    width: auto;
    padding: 0 5px;
}

/*-------------------------------------- 2- Swiper Widget --------------------------------------*/

.swiper .swiper-wrapper {
    padding: 0 0 30px;
}

.swiper .q-pagination {
    bottom: 0;
}

.swiper .q-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3.5px;
}

.swiper .q-pagination .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--Primary-Color);
}

/*-------------------------------------- 6- Signup/Signin Widget --------------------------------------*/

.q-signup-section {
    position: relative;
}

.q-signup-section .q-cover-section {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
}

.q-signup-section .q-cover-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--Membership-Color);
    color: rgb(255, 255, 255);
    opacity: 0.85;
}

.q-signup-section .q-cover-section .q-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
}

.q-signup-section .q-cover-section .q-content img {
    max-width: 135px;
    display: block;
    margin: 0 auto;
}

.q-signup-section .q-cover-section .q-content strong {
    display: block;
    margin: 15px 0 5px;
    color: rgb(255, 255, 255);
}

.q-signup-section .q-cover-section .q-content p {
    margin: 0 0 15px;
}

.q-signup-section .q-cover-section .q-content a {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    background: rgb(255, 255, 255);
    color: var(--Membership-Color);
    border-radius: 300px;
}

.q-signup-section .q-cover-section .q-content a span {
    display: block;
    margin: 0;
    color: var(--Membership-Color);
}

.q-signup-section .q-cover-section .q-content a:active {
    transform: scale(0.95);
}

.q-signup-section .q-title {
    width: 100%;
    display: block;
    margin: 0 0 30px;
    text-align: center;
}

.q-signup-section .q-title .q-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2rem;
    background: var(--Membership-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-signup-section .q-title strong {
    display: block;
    margin: 5px 0;
    color: var(--Membership-Color);
}

.q-signup-section .q-form {
    padding: 0 150px;
    position: relative;
}

.q-signup-section .q-form .q-input .q-icon i {
    color: rgb(125, 125, 125);
}

.q-signup-section .q-form .q-input input:-webkit-autofill,
.q-signup-section .q-form .q-input input:-webkit-autofill:hover,
.q-signup-section .q-form .q-input input:-webkit-autofill:focus,
.q-signup-section .q-form .q-input input:-webkit-autofill:active {
    -webkit-background-clip: text;
}

.q-signup-section .q-form .q-button {
    max-width: 200px;
    margin: 0 auto;
}

.q-signup-section .q-form .q-signin {
    display: block;
    margin: 15px 0;
}

.q-signup-section .q-form .q-signin a {
    background: var(--Membership-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-signup-section .q-form .q-password {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 15px 0;
    color: var(--Membership-Color);
}

.q-signup-section .q-buttons ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.q-signup-section .q-buttons ul li {
    width: 50%;
    display: inline-block;
    padding: 5px;
}

.q-signup-section .q-google-section,
.q-signup-section .q-twitter-section,
.q-signup-section .q-facebook-section,
.q-signup-section .q-linkedinopenid-section {
    width: 45%;
    float: left;
    display: inline-block;
    margin: 5px
}

.q-signup-section .q-google-section a,
.q-signup-section .q-twitter-section a,
.q-signup-section .q-facebook-section a,
.q-signup-section .q-linkedinopenid-section a {
    width: 100%;
    display: inline-block;
    padding: 10px;
    font-size: .95rem;
    background: rgb(0, 0, 0, 1.0);
    color: rgb(255, 255, 255);
    text-align: center;
    border: 0;
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-signup-section .q-google-section a:before,
.q-signup-section .q-twitter-section a:before,
.q-signup-section .q-facebook-section a:before,
.q-signup-section .q-linkedinopenid-section a:before {
    display: none;
}

.q-signup-section .q-google-section a {
    background: rgb(235, 65, 55);
}

.q-signup-section .q-twitter-section a {
    background: rgb(0, 185, 235);
}

.q-signup-section .q-facebook-section a {
    background: rgb(25, 120, 245);
}

.q-signup-section .q-linkedinopenid-section a {
    background: rgb(10, 100, 195);
}

@media (max-width: 1260px) {

    .q-signup-section .q-form {
        padding: 0 60px;
    }
}

@media (max-width: 991px) {

    .q-signup-section {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .q-signup-section .q-cover-section,
    .q-signup-section .q-form .q-social {
        display: none;
    }

    .q-signup-section .q-form {
        padding: 0 15px;
    }
}

/*-------------------------------------- 7- Header Widget --------------------------------------*/

.q-offcanvas-section .q-offcanvas {
    width: 100%;
    border: 0;
}

.q-offcanvas-section .q-logo {
    max-width: 150px;
}

.q-offcanvas-section nav ul li {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-offcanvas-section nav ul li a {
    display: block;
    padding: 10px;
    position: relative;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    color: rgb(35, 35, 35);
    border-radius: 5px;
}

.q-offcanvas-section nav ul li ul {
    display: none;
    margin: 15px 0;
    padding: 0 0 0 15px;
    position: relative;
    font-size: 0.95rem;
}

.q-offcanvas-section nav ul li ul:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    background: var(--Primary-Color);
    border-radius: 300px;
}

.q-offcanvas-section nav ul li.menu-item-has-children {
    padding: 0 10px 0 0;
}

.q-offcanvas-section nav ul li.menu-item-has-children>a:before {
    content: '\F0140';
    position: absolute;
    top: 10px;
    right: -10px;
    font-family: 'Material Design Icons';
    font-size: 1.15rem;
    line-height: 0.75;
}

.q-offcanvas-section nav ul li a:hover,
.q-offcanvas-section nav ul li a.q-active {
    color: var(--Primary-Color);
}

.q-offcanvas-section nav ul li ul li {
    width: 100%;
    padding: 0;
}

.q-offcanvas-section nav ul li ul li a {
    color: rgb(85, 85, 85);
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}

.q-offcanvas-section nav ul li ul li:last-child a {
    border-bottom: 0;
}

.q-header-section {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    background: var(--Header-Background-Color);
    color: var(--Header-Color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    z-index: 35;
}

.q-header-section .q-logo {
    display: block;
}

.q-header-section .q-menu ul li {
    display: inline-block;
    position: relative;
}

.q-header-section .q-menu ul li a {
    display: block;
    padding: 5px 7.5px;
    position: relative;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    color: rgb(35, 35, 35);
    text-align: center;
}

.q-header-section .q-menu ul li.menu-item-has-children {
    padding: 0 10px 0 0;
}

.q-header-section .q-menu ul li.menu-item-has-children>a:before {
    content: '\F0140';
    position: absolute;
    top: 10px;
    right: -10px;
    font-family: 'Material Design Icons';
    font-size: 1.15rem;
    line-height: 0.75;
}

.q-header-section .q-menu ul li ul {
    min-width: 250px;
    display: none;
    margin: 15px 0;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 0.95rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    transition: all 0.25s ease-in-out;
    z-index: 1080;
}

.q-header-section .q-menu ul li ul li:before,
.q-header-section .q-menu ul li ul li:after {
    display: none;
}

.q-header-section .q-menu ul li ul li ul {
    top: 0;
    left: 100%;
}

.q-header-section .q-menu ul li:hover>ul {
    display: block;
    margin: 0;
}

.q-header-section .q-menu ul li ul li:hover>ul {
    display: block;
}

.q-header-section .q-menu ul li ul li,
.q-header-section .q-menu ul li ul li.dropdown {
    width: 100%;
    padding: 0 5px;
}

.q-header-section .q-menu ul li ul li.dropdown>a:before {
    right: 0;
}

.q-header-section .q-menu ul li ul li a {
    padding: 5px;
    text-align: left;
}

.q-header-section .q-action {
    display: flex;
    justify-content: flex-end;
}

.q-header-section .q-action a {
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 25px;
    background: var(--Header-Profile-Background-Color);
    color: var(--Header-Profile-Color);
    border: 0;
    border-radius: 5px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    transition: all 0.15s ease-in-out;
}

.q-header-section .q-action a:hover {
    opacity: 0.85;
}

.q-header-section .q-action a:active {
    transform: scale(0.95);
}

.q-header-section .q-action .q-responsive {
    display: none;
}

.q-header-section.q-header {
    position: absolute;
    background: transparent;
    box-shadow: none;
}

.q-header-section.q-header .q-action a {
    background: var(--Secondary-Color);
}

.q-header-section.q-header .q-menu ul li a {
    color: rgb(255, 255, 255);
}

.q-header-section.q-header .q-menu ul li ul li a {
    color: rgb(55, 55, 55);
}

.q-header-section.q-header .q-menu ul li a:hover,
.q-header-section.q-header .q-menu ul li a:hover:before {
    color: var(--Primary-Color);
}

.q-header-section.q-header .q-menu ul li:before,
.q-header-section.q-header .q-menu ul li:after {
    border-color: rgb(255, 200, 105);
}

.q-header-section.q-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

@media (max-width: 1200px) {

    .q-header-section .q-action a {
        width: inherit;
        height: inherit;
        display: inline-block;
        padding: 5px;
        font-size: 1.5rem;
        background: transparent;
        color: var(--Header-Profile-Background-Color);
    }

    .q-header-section .q-action span {
        display: none;
    }

    .q-header-section .q-action .q-responsive {
        display: block;
    }
}

/*-------------------------------------- 8- States Widget --------------------------------------*/

.q-states-section .q-state {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 30px;
    color: rgb(35, 35, 35);
    text-align: center;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
}

.q-states-section .q-state figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

.q-states-section .q-state span {
    display: block;
    margin: 0 0 15px;
    font-size: 0.95rem;
    color: rgb(85, 85, 85);
}

.q-states-section .q-state ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    background: var(--Third-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-states-section .q-state ul li {
    display: inline-block;
}

.q-states-section .q-state:hover {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}

.q-states-section .q-state:hover ul {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
    .q-states-section .col {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (max-width: 767px) {
    .q-states-section .col {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 576px) {
    .q-states-section .col {
        flex: 0 0 auto;
        width: 100%;
    }
}

/*-------------------------------------- 9- Neighborhood Widget --------------------------------------*/

.q-neighborhood-section .q-neighborhood {
    width: 100%;
    display: inline-block;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
}

.q-neighborhood-section .q-neighborhood:active {
    transform: scale(0.95);
}

.q-neighborhood-section .q-neighborhood figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.25s ease-in-out;
}

.q-neighborhood-section .q-neighborhood figure:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg,
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0.5));
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 25s ease-in-out;
}

.q-neighborhood-section .q-neighborhood:hover {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
}

.q-neighborhood-section .q-neighborhood figure .q-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: rgb(255, 255, 255);
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-title h2 {
    margin: 0 0 5px;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-title p {
    font-size: 0.875rem;
    text-transform: capitalize;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 5px;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li {
    display: inline-block;
    margin: 0 -5px;
    -webkit-transition: opacity 0.85s, -webkit-transform 0.85s;
    transition: opacity 0.85s, transform 0.85s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li img {
    width: 35px;
    height: 35px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    object-fit: cover;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li:nth-of-type(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li:nth-of-type(4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li:nth-of-type(5) {
    -webkit-transition-delay: 0.3;
    transition-delay: 0.3;
}

.q-neighborhood-section .q-neighborhood:hover figure .q-content .q-info .q-agents ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 90px, 0);
    transform: translate3d(0, 90px, 0);
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-stats ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    opacity: 0.85;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-stats ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    -webkit-transition: opacity 0.85s, -webkit-transform 0.85s;
    transition: opacity 0.85s, transform 0.85s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-stats ul li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-stats ul li:nth-of-type(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.q-neighborhood-section .q-neighborhood:hover figure .q-content .q-info .q-stats ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 90px, 0);
    transform: translate3d(0, 90px, 0);
}

.q-neighborhood-section .q-neighborhood figure img {
    width: 100%;
    border-radius: 15px;
}

.q-neighborhood-section .q-neighborhood.q-up .q-content .q-title {
    position: absolute;
    top: 15px;
    left: 15px;
}

@media (max-width: 576px) {
    .q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul {
        justify-content: center;
        margin: 0 0 15px;
    }

    .q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-stats ul {
        justify-content: center;
    }
}

/*-------------------------------------- 10- Property Widget --------------------------------------*/

.q-search-section .q-section {
    width: 100%;
    display: inline-block;
    padding: 20px 0 15px;
    position: relative;
    background: var(--Search-Background-Color);
    color: var(--Search-Color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 25;
}

.q-search-section .q-form a {
    color: var(--Search-Color);
}

.q-search-section .q-form a[aria-label='select'] {
    border-color: var(--Search-Color);
}

.q-search-section .q-form .q-input input,
.q-search-section .q-form .q-textarea textarea {
    color: var(--Search-Color);
    border: 1px solid var(--Search-Color);
}

.q-search-section .q-form .q-input input::placeholder,
.q-search-section .q-form .q-textarea textarea::placeholder {
    color: var(--Search-Color);
}

.q-search-section .q-form .q-input input:focus,
.q-search-section .q-form .q-textarea textarea:focus {
    background: transparent;
}

.q-search-section .q-form .q-location {
    width: 20%;
}

.q-search-section .q-form .q-location input::placeholder {
    opacity: .875;
}

.q-search-section .q-form .q-select .q-icon i {
    opacity: .875;
}

.q-search-section .q-form div[id^="sf"][id*="_min"] select,
.q-search-section .q-form div[id^="sf"][id*="_tmin"] select {
    background: transparent;
    color: var(--Search-Color);
    border: 1px solid var(--Search-Color);
    border-radius: 300px;
}

.q-search-section .q-form .q-search {
    width: 100px;
    margin: 10px 0 0;
    position: relative;
}

.q-search-section .q-form .q-search .q-button {
    background: var(--Search-Background-Button);
    color: var(--Search-Color-Button);
}

.q-search-section .q-form .q-results {
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    font-size: 0.9rem;
    text-align: center;
}

.q-search-section .q-form .q-reset {
    margin: 10px 10px 0;
    font-size: 1.5rem;
    color: var(--Reset-Color);
    cursor: pointer;
}

.q-search-section .q-form .q-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 10px 5px 0;
}

.q-search-section .q-form .q-links a {
    position: relative;
    color: rgb(255, 255, 255);
}

.q-search-section .q-form .q-links a span {
    position: relative;
}

.q-search-section .q-form .q-links a span:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
}

.q-search-section .q-form .q-filter {
    margin: 10px 10px 0;
    cursor: pointer;
}

@media (max-width: 1260px) {

    .q-search-section .q-form .q-location {
        width: 100%;
    }

    .q-search-section .q-form .q-links {
        width: 100%;
        margin: 15px 0;
        padding: 0 15px;
    }
}

.q-map-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px;
    position: relative;
}

.q-map-section .q-preview-section {
    width: 100%;
    display: inline-block;
    padding: 10px;
    font-size: 0.9rem;
}

.q-map-section .q-preview-section .q-thumbnail img {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-map-section .q-preview-section .q-content a {
    display: block;
    color: rgb(55, 55, 55);
}

.q-map-section .q-preview-section .q-content .q-address {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px 0;
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    line-height: 1.25;
}

.q-map-section .q-preview-section .q-content .q-address span {
    display: block;
    margin: 5px 0;
    font-size: 0.9rem;
    opacity: 0.75;
}

.q-map-section .q-preview-section .q-content .q-address div {
    font-weight: 500;
}

.q-map-section .q-preview-section .q-content .q-features {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.q-map-section .q-preview-section .q-content .q-features span {
    display: inline-block;
    padding: 0 0 0 2.5px;
}

.q-map-section .q-preview-section .q-content .q-features .q-price {
    width: 100%;
    font-family: var(--Primary-Font-Family);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--Property-Details-Price-Color);
}

.q-map-section .gm-style {
    font-family: var(--Primary-Font-Family);
}

.q-map-section .gm-style-iw>div:first-child,
.q-map-section .gm-style-iw[style]>div:first-child {
    padding: 0;
}

.q-map-section .gm-style-iw>div.gm-style-iw-chr:first-child,
.q-map-section .gm-style-iw[style]>div.gm-style-iw-chr:first-child {
    display: none !important;
}

.q-map-section .gm-style-iw .gm-style-iw-d[style],
.q-map-section .gm-style-iw[style] .gm-style-iw-d[style] {
    max-height: inherit !important;
    overflow: visible !important;
}

.q-map-section .gm-style-iw[style]:after,
.q-map-section .gm-style-iw .gm-style-iw-tc::after {
    display: none;
}

.q-map-section .gm-style-iw[style],
.q-map-section .gm-style-iw-c[style] {
    border-radius: 0.75rem !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.q-map-section .gm-style-iw>button.gm-ui-hover-effect,
.q-map-section .gm-style-iw[style]>button.gm-ui-hover-effect {
    background: rgb(125, 140, 140) !important;
    color: rgb(255, 255, 255);
    top: -10px !important;
    right: -10px !important;
    border: 0 !important;
}

.q-map-section .gm-ui-hover-effect>span {
    margin: 0 auto !important;
    background: rgb(255, 255, 255);
}

.q-map-section.q-fixed {
    width: 50%;
    height: 100vh;
    margin: 225px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

.q-map-section.q-left {
    width: 50%;
    height: 100vh;
    float: left;
    overflow: hidden;
    border-bottom-right-radius: 15px;
}

.q-map-section .q-map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.q-properties-section.q-right {
    width: 50%;
    float: right;
    padding: 0 0 0 15px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
    z-index: 15;
}

.q-properties-section.q-right .q-scroll {
    height: 100vh;
    overflow: auto;
}

@media (max-width: 1200px) {

    .q-map-section.q-left,
    .q-properties-section.q-right {
        width: 100%;
        padding: 0;
    }

    .q-properties-section.q-right .q-scroll {
        height: auto;
    }
}

.q-pagination-section {
    margin: 0 0 30px;
}

.q-properties-section ul.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    text-transform: capitalize;
}

.q-properties-section ul.pagination li {
    display: inline-block;
}

.q-properties-section ul.pagination li a {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0 5px;
    font-family: var(--Primary-FontFamily);
    font-size: 0.9rem;
    font-weight: 600;
    color: rgb(55, 55, 55);
}

.q-properties-section ul.pagination li.active a {
    background: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
    border-radius: 0.25rem;
}

.q-pagination-section .q-page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    font-size: 0.9rem;
}

.q-pagination-section .q-page strong {
    display: inline-block;
    padding: 0 5px 0 0;
}

.q-property-section {
    position: relative;
}

.q-property-section .q-property {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 10px;
    background: rgb(255, 255, 255);
    color: rgb(35, 35, 35);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
    transition: all 0.25s ease-in-out;
}

.q-property-section .q-property:hover {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.q-property-section .q-property:active {
    transform: scale(0.95);
}

.q-property-section .q-property a {
    display: block;
    color: rgb(35, 35, 35);
}

.q-property-section .q-property figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgb(20 20 45 / 15%);
}

.q-property-section .q-property figure .q-tags {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    transition: all 0.25s ease-in-out;
}

.q-property-section .q-property figure .q-tags div {
    width: 100px;
    display: block;
    margin: 0 0 5px;
    padding: 5px 10px;
    font-size: 0.8rem;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -webkit-transition: opacity 0.85s, -webkit-transform 0.85s;
    transition: opacity 0.85s, transform 0.85s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.q-property-section .q-property:hover .q-tags span {
    opacity: 1;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

.q-property-section .q-property figure .q-tags span:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.q-property-section .q-property figure .q-tags span:nth-of-type(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.q-property-section .q-property figure .q-tags span:nth-of-type(3) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.q-property-section .q-property figure .q-tags span:nth-of-type(4) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.q-property-section .q-property figure span.q-sp_openhouse {
    background: linear-gradient(180deg,
        rgb(15, 215, 55) 0%,
        rgb(80, 240, 110) 100%);
}

.q-property-section .q-property figure span.q-sp_hot {
    background: linear-gradient(180deg,
        rgb(250, 10, 10) 0%,
        rgb(255, 100, 100) 100%);
}

.q-property-section .q-property figure span.q-sp_forclosure {
    background: var(--Third-Color);
}

.q-property-section .q-property figure span.q-sp_featured {
    background: var(--Primary-Color);
}

.q-property-section .q-property figure .q-primary {
    width: 100%;
    transition: all 0.25s ease-in-out;
}

.q-property-section .q-property figure .q-secondary {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

.q-property-section .q-property:hover figure .q-primary {
    opacity: 0;
}

.q-property-section .q-property:hover figure .q-secondary {
    opacity: 1;
}

.q-property-section .q-property figure img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 10px;
}

.q-property-section .q-property .q-price {
    display: block;
    margin: 10px 0 5px;
    font-family: var(--Primary-Font-Family);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--Property-Details-Price-Color);
}

.q-property-section .q-property h3 {
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
}

.q-property-section .q-property .q-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    color: rgb(85, 85, 85);
}

.q-property-section .q-property .q-content ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-property-section .q-property .q-content ul li span {
    font-size: 0.875rem;
}

.q-property-section .q-property .q-agent {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-property-section .q-property .q-agent img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-property-section .q-property .q-agent div {
    font-size: 0.875rem;
    line-height: 1;
    color: rgb(85, 85, 85);
}

.q-property-section .q-property .q-agent strong {
    display: block;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    line-height: 1.5;
}

.q-property-section .q-property .q-agent span {
    width: 150px;
    display: block;
    font-size: 0.8rem;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.q-property-section .q-property .q-action {
    width: 100%;
    display: inline-block;
    padding: 0 5px;
}

.q-property-section .q-property .q-action ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.25rem;
    gap: 5px;
}

.q-property-section .q-property .q-action ul li {
    display: inline-block;
}

.q-property-section .q-property .q-action ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.q-property-section .q-property .q-action ul li a:hover,
.q-property-section .q-property .q-action ul li a.active {
    color: var(--Primary-Color);
}

.q-property-section .q-pagination {
    bottom: 15px;
}

.q-property-section .q-property.q-list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.q-property-section .q-property.q-list .q-thumbnail {
    width: 30%;
}

.q-property-section .q-property.q-list .q-thumbnail figure {
    margin: 0;
}

.q-property-section .q-property.q-list .q-content {
    width: 70%;
}

@media (max-width: 991px) {

    .q-map-section.q-fixed,
    .q-properties-section.q-fixed {
        width: 100%;
        margin: 0;
        position: relative;
    }

    .q-map-section.q-fixed .q-map {
        border-radius: 0;
    }

    .q-properties-section.q-fixed .q-scroll {
        overflow: visible;
    }

    .q-property-section .q-property.q-list {
        flex-direction: column;
    }

    .q-property-section .q-property.q-list .q-thumbnail,
    .q-property-section .q-property.q-list .q-content {
        width: 100%;
    }
}

/*-------------------------------------- 11- Property Page Widgets --------------------------------------*/
/*-------------------------------------- 11-1-- Property Title Widget --------------------------------------*/

.q-property-title-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

/*-------------------------------------- 11-2-- Property Price Widget --------------------------------------*/

.q-price-section {
    display: block;
    margin: 0 0 5px;
    font-family: var(--Primary-Font-Family);
    font-size: 1.625rem;
    font-weight: 700;
    color: var(--Property-Details-Price-Color);
}

@media (max-width: 991px) {

    .q-price-section {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 30px;
    }
}

/*-------------------------------------- 11-3-- Property Features Widget --------------------------------------*/

.q-property-features-section,
.q-features-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.q-property-features-section ul,
.q-features-section ul {
    display: flex;
    flex-wrap: wrap;
}

.q-features-section ul li {
    width: 33.33%;
    display: inline-block;
}

.q-property-features-section ul li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 0;
}

.q-features-section ul li div {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 0;
}

.q-features-section ul li div div {
    display: block;
}

.q-features-section ul li div div span {
    display: block;
    font-size: 0.9rem;
    color: rgb(100, 100, 100);
}

.q-property-features-section ul li .q-icon,
.q-features-section ul li .q-icon {
    width: 12.5%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--Property-Details-Color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.q-property-features-section ul li div,
.q-features-section ul li div {
    width: 80%;
}

.q-property-features-section ul li .q-icon i,
.q-features-section ul li .q-icon i {
    display: block;
    position: relative;
    line-height: 1;
    text-shadow: 0 0 5px rgb(85, 55, 210, 0.25);
}

.q-features-section ul li .q-icon i {
    color: rgb(30, 30, 30);
}

.q-property-features-section ul li .q-icon i:before {
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Material Design Icons';
    font-style: normal;
}

.q-property-features-section ul li .q-icon i.q-swimming-pool:before {
    content: '\F04E3';
}

.q-property-features-section ul li .q-icon i.q-jacuzzi:before {
    content: '\F0606';
}

.q-property-features-section ul li .q-icon i.q-heating-system:before {
    content: '\F1A43';
}

.q-property-features-section ul li .q-icon i.q-cooling-system:before {
    content: '\F0717';
}

.q-property-features-section ul li .q-icon i.q-elevator:before {
    content: '\F1381';
}

.q-property-features-section ul li .q-icon i.q-balcony:before {
    content: '\F1817';
}

.q-property-features-section ul li .q-icon i.q-basement:before {
    content: '\F0D84';
}

.q-property-features-section ul li .q-icon i.q-fence:before {
    content: '\F179A';
}

.q-property-features-section ul li .q-icon i.q-view:before {
    content: '\F1485';
}

.q-property-features-section ul li .q-icon i.q-pet-policy:before {
    content: '\F03E9';
}

.q-property-features-section ul li .q-icon i.q-kitchen:before {
    content: '\F181D';
}

.q-property-features-section ul li .q-icon i.q-fireplace:before {
    content: '\F0E2E';
}

.q-property-features-section ul li .q-icon i.q-security:before {
    content: '\F07AE';
}

.q-property-features-section ul li .q-icon i.q-patio:before {
    content: '\F0F80';
}

.q-property-features-section ul li .q-icon i.q-roof-deck:before {
    content: '\F0CD1';
}

.q-property-features-section ul li .q-icon i.q-storage:before {
    content: '\F1A75';
}

.q-property-features-section ul li .q-icon i.q-parking:before {
    content: '\F0D5F';
}

.q-property-features-section ul li .q-icon i.q-furnished:before {
    content: '\F05BC';
}

.q-property-features-section ul li .q-icon i.q-sewer:before {
    content: '\F0D43';
}

.q-property-features-section ul li .q-icon i.q-utilities:before {
    content: '\F0493';
}

.q-property-features-section ul li .q-icon i.q-waterfront-features:before {
    content: '\F078D';
}

.q-property-features-section ul li .q-icon i.q-window-features:before {
    content: '\F11DB';
}

.q-property-features-section ul li .q-icon i.q-pool-private:before {
    content: '\F0606';
}

.q-property-features-section ul li .q-icon i.q-architectural-style:before {
    content: '\F02DD';
}

.q-property-features-section ul li .q-icon i.q-carport-spaces:before {
    content: '\F078D';
}

.q-property-features-section ul li .q-icon i.q-exterior-features:before {
    content: '\F09F2';
}

.q-property-features-section ul li .q-icon i.q-fireplaces-total:before {
    content: '\F0E2E';
}

.q-property-features-section ul li .q-icon i.q-flooring:before {
    content: '\F0FE6';
}

.q-property-features-section ul li .q-icon i.q-interior-features:before {
    content: '\F05BC';
}

.q-property-features-section ul li .q-icon i.q-laundry-features:before {
    content: '\F0917';
}

.q-property-features-section ul li .q-icon i.q-exteriorfeatures:before {
    content: '\F0917';
}

.q-property-features-section ul li .q-icon i.q-interiorfeatures:before {
    content: '\F02DE';
}

.q-property-features-section ul li div strong {
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    color: rgb(85, 85, 85);
}

.q-property-features-section ul li div span {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: rgb(100, 100, 100);
}

@media (max-width: 767px) {
    .q-features-section ul li {
        width: 50%;
    }

    .q-property-features-section ul li {
        width: 100%;
    }
}

/*-------------------------------------- 11-4-- Property Actions Widget --------------------------------------*/

.q-actions-section {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg) translateY(15px);
    transform-origin: top right;
}

.q-actions-section ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
}

.q-actions-section ul li i {
    display: block;
    line-height: 1;
}

.q-actions-section ul li a,
.q-actions-section ul li span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Property-Details-Color);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    transform: rotate(90deg);
    cursor: pointer;
}

.q-actions-section ul li a.q-hidden {
    display: none;
}

.q-actions-section ul li a:hover,
.q-actions-section ul li span:hover {
    opacity: 0.85;
}

.q-actions-section ul ul {
    display: flex;
    position: absolute;
    right: 50px;
    bottom: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
}

.q-actions-section ul ul li {
    width: 100%;
    margin: 0 5px 0 0;
}

.q-actions-section ul ul li a {
    width: 35px;
    height: 35px;
    font-size: 1.25rem;
}

.q-actions-section ul li.q-share ul.q-active {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {

    .q-actions-section {
        margin: 15px 0;
        position: relative;
        transform: inherit;
        text-align: center;
        z-index: 15;
    }

    .q-actions-section ul li a,
    .q-actions-section ul li span {
        transform: inherit;
    }

    .q-actions-section ul li.q-share ul.q-active {
        flex-direction: column;
        margin: 5px 0;
        gap: 5px;
        top: 100%;
        right: 0;
        bottom: auto;
    }
}

/*-------------------------------------- 11-5-- Property Gallery Widget --------------------------------------*/

.q-u1-property-gallery-section {
    position: relative;
}

.q-u1-property-gallery-section .q-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.q-u1-property-gallery-section .q-gallery figure {
    width: 100%;
    margin: 0;
    position: relative;
    text-align: center;
}

.q-u1-property-gallery-section .q-gallery figure span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%) scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out 0s;
    z-index: 1;
}

.q-u1-property-gallery-section .q-gallery figure span i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(125, 140, 140);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.q-u1-property-gallery-section .q-gallery figure:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

.q-u1-property-gallery-section .q-gallery figure img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 2.5px 10px rgba(20, 20, 45, 0.085));
    object-fit: cover;
}

.q-u1-property-gallery-section .q-gallery figure:nth-child(8) span {
    display: none;
}

.q-u1-property-gallery-section .q-more {
    display: block;
}

.q-u1-property-gallery-section .q-more div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 10px 15px;
    bottom: 0;
    right: 0;
    font-size: 1.25rem;
    text-align: center;
    background: rgba(0, 0, 0, .35);
    color: rgb(255, 255, 255);
    border-radius: 10px;
}


@media (max-width: 991px) {

    .q-u1-property-gallery-section .q-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .q-u1-property-gallery-section .q-gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*-------------------------------------- 11-6-- Property Appliances Widget --------------------------------------*/

.q-property-features-section .q-section,
.q-property-appliances-section .q-section,
.q-property-address-map-section .q-section,
.q-property-neighborhood-section .q-section,
.q-property-basic-details-section .q-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px 10px;
    font-size: 0.95rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-property-features-section .h3,
.q-property-appliances-section .h3,
.q-property-address-map-section .h3,
.q-property-neighborhood-section .h3,
.q-property-basic-details-section .h3 {
    display: block;
    margin: 0 0 5px;
}

.q-property-address-map-section .q-section .q-map-section {
    margin: -5px 0 -10px;
    border-radius: 5px;
    overflow: hidden;
}

.q-property-address-map-section .q-section ul,
.q-property-neighborhood-section .q-section ul,
.q-property-basic-details-section .q-section ul {
    display: flex;
    flex-wrap: wrap;
}

.q-property-address-map-section .q-section ul li,
.q-property-neighborhood-section .q-section ul li,
.q-property-basic-details-section .q-section ul li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 5px;
}

.q-property-address-map-section .q-section ul li span,
.q-property-neighborhood-section .q-section ul li span,
.q-property-basic-details-section .q-section ul li span {
    width: 40%;
}

.q-property-address-map-section .q-section ul li strong,
.q-property-neighborhood-section .q-section ul li strong,
.q-property-basic-details-section .q-section ul li strong {
    width: 60%;
    text-align: right;
}

.q-property-appliances-section .q-section ul {
    display: flex;
    flex-wrap: wrap;
}

.q-property-appliances-section .q-section ul li {
    width: 25%;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 5px;
    position: relative;
}

.q-property-appliances-section .q-section ul li span {
    font-size: 0.875rem;
    color: rgb(100, 100, 100);
}

.q-property-appliances-section .q-section ul li .q-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.q-property-appliances-section .q-section ul li .q-icon i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--Property-Details-Color);
    font-size: 1.5rem;
    text-shadow: 0 0 5px rgba(85, 55, 210, 0.25);
}

.q-property-appliances-section .q-section ul li .q-icon i:before {
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Material Design Icons';
    font-style: normal;
}

.q-property-appliances-section .q-section ul li .q-icon i.q-washing-machine:before {
    content: '\F072A';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-tv:before {
    content: '\F0502';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-cleaning-service:before {
    content: '\F19A1';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-dishwasher:before {
    content: '\F0AAC';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-satellite:before {
    content: '\F0909';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-telephone:before {
    content: '\F03F6';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-internet:before {
    content: '\F059F';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-coffee-maker:before {
    content: '\F109F';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-air-conditioner:before {
    content: '\F001B';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-microwave:before {
    content: '\F0C99';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-kettle:before {
    content: '\F05FA';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-oven:before,
.q-property-appliances-section .q-section ul li .q-icon i.q-gas-oven:before,
.q-property-appliances-section .q-section ul li .q-icon i.q-gas-range:before,
.q-property-appliances-section .q-section ul li .q-icon i.q-double-oven:before,
.q-property-appliances-section .q-section ul li .q-icon i.q-built-in-range:before,
.q-property-appliances-section .q-section ul li .q-icon i.q-electric-range:before,
.q-property-appliances-section .q-section ul li .q-icon i.q-convection-oven:before {
    content: '\F0CD3';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-refrigerator:before,
.q-property-appliances-section .q-section ul li .q-icon i.q-water-to-refrigerator:before {
    content: '\F0290';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-disposal:before {
    content: '\F044C';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-freezer:before {
    content: '\F0292';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-vented-exhaust-fan:before {
    content: '\F0210';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-water-purifier:before {
    content: '\F1AA3';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-barbecue:before {
    content: '\F0E45';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-dryer:before {
    content: '\F10EF';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-washer:before {
    content: '\F0AAC';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-range:before,
.q-property-appliances-section .q-section ul li .q-icon i.q-gas-cooking:before,
.q-property-appliances-section .q-section ul li .q-icon i.q-gas-cooktop:before,
.q-property-appliances-section .q-section ul li .q-icon i.q-electric-oven:before,
.q-property-appliances-section .q-section ul li .q-icon i.q-self-cleaning-oven:before {
    content: '\F04DE';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-gas-water-heater:before,
.q-property-appliances-section .q-section ul li .q-icon i.q-water-heater:before {
    content: '\F0F92';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-ice-maker:before {
    content: '\F082A';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-trash-compactor:before {
    content: '\F06CC';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-range-hood:before {
    content: '\F099F';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-cooktop:before {
    content: '\F1A1B';
}

.q-property-appliances-section .q-section ul li .q-icon i.q-exhaust-fan:before {
    content: '\F0210';
}

.q-property-appliances-section .q-section ul li strong {
    font-family: var(--Primary-Font-Family);
    font-weight: 400;
    font-size: 0.95rem;
}

@media (max-width: 991px) {
    .q-features-section ul li {
        width: 50%;
    }

    .q-property-appliances-section .q-section ul li {
        width: 33.33%;
    }
}

@media (max-width: 576px) {
    .q-property-appliances-section .q-section ul li {
        width: 50%;
    }

    .q-property-features-section ul li .q-icon {
        width: 35px;
        height: 35px;
    }

    .q-features-section ul li,
    .q-property-address-map-section .q-section ul li,
    .q-property-neighborhood-section .q-section ul li,
    .q-property-basic-details-section .q-section ul li {
        width: 100%;
    }
}

/*-------------------------------------- 11-7-- Property Plan Widget --------------------------------------*/

.q-property-plan-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
}

.q-property-plan-section .q-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.q-property-plan-section .q-section .q-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 5px 0;
    cursor: pointer;
}

.q-property-plan-section .q-section .q-title[aria-expanded='true'] i:before {
    transform: rotate(180deg);
    transition: all 0.25s ease-in-out;
}

.q-property-plan-section .q-section .q-title ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-property-plan-section .q-section .q-title ul li {
    display: inline-block;
    padding: 0 0 0 5px;
}

.q-property-plan-section .q-section .q-title ul li span {
    color: rgb(85, 85, 85);
}

.q-property-plan-section .q-section .q-title ul li .q-icon {
    font-size: 1.5rem;
}

.q-property-plan-section .q-section .q-content {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    font-size: 0.95rem;
}

.q-property-plan-section .q-section .q-content ul.q-feature {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.q-property-plan-section .q-section .q-content ul.q-feature li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid rgba(80, 80, 80, 0.15);
}

.q-property-plan-section .q-section .q-content ul.q-feature li:last-child {
    border-bottom: 0;
}

.q-property-plan-section .q-section .q-content ul.q-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    text-align: center;
}

.q-property-plan-section .q-section .q-content ul.q-buttons li {
    display: inline-block;
}

.q-property-plan-section .q-section .q-content ul.q-buttons a {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    transition: all 0.15s ease-in-out;
}

.q-property-plan-section .q-section .q-content ul.q-buttons a:hover {
    opacity: 0.85;
}

@media (max-width: 576px) {
    .q-property-plan-section .q-section .q-title {
        flex-direction: column;
    }
}

/*-------------------------------------- 11-8-- Property Nearby Widget --------------------------------------*/

.q-property-nearby-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
}

.q-property-nearby-section .swiper {
    margin: 0 -10px;
    padding: 10px 5px 0;
}

.q-property-nearby-section .q-nearby {
    width: 100%;
    display: inline-block;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    cursor: pointer;
    transition: background-image 0.5s linear;
}

.q-property-nearby-section .q-nearby:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: var(--Primary-Color);
    border-radius: 10px;
    transition: opacity 0.15s linear;
    opacity: 0;
    z-index: -1;
}

.q-property-nearby-section .q-nearby .q-icon {
    font-size: 3rem;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-property-nearby-section .q-nearby strong {
    display: block;
    font-size: 0.875rem;
}

.q-property-nearby-section .q-nearby:hover {
    color: rgb(255, 255, 255);
}

.q-property-nearby-section .q-nearby:hover:before {
    opacity: 1;
}

.q-property-nearby-section .q-nearby:hover .q-icon {
    background: rgb(255, 255, 255);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-property-nearby-section .q-pagination {
    bottom: 0;
}

/*-------------------------------------- 11-9-- Property Booking Widget --------------------------------------*/

.q-booking-section .q-tabs {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.q-booking-section .q-tabs button {
    display: inline-block;
    padding: 15px 25px;
    position: relative;
    background: transparent;
    border: 0;
    transition: unset;
}

.q-booking-section .q-tabs button.active {
    background: rgb(255, 255, 255);
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-booking-section .q-tabs button.active:before {
    content: '';
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    background: rgb(255, 255, 255);
}

.q-booking-section .q-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-booking-section .q-dates {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-booking-section .q-dates .q-date {
    width: 100%;
    display: inline-block;
    padding: 5px;
    text-align: center;
    border: 1px solid rgba(235, 235, 235, 0.5);
    border-radius: 10px;
    cursor: pointer;
}

.q-booking-section .q-dates .q-date:hover {
    background: rgba(235, 235, 235, 0.5);
}

.q-booking-section .q-dates .q-date strong {
    display: block;
}

.q-booking-section .q-dates .q-prev[aria-disabled='true'],
.q-booking-section .q-dates .q-next[aria-disabled='true'] {
    display: none;
}

.q-booking-section .q-dates .q-prev,
.q-booking-section .q-dates .q-next {
    width: 25px;
    height: 25px;
    background: var(--Primary-Color);
    border-radius: 50%;
}

.q-booking-section .q-dates .q-prev {
    left: -10px;
}

.q-booking-section .q-dates .q-next {
    right: -10px;
}

.q-booking-section .q-dates .q-prev:after,
.q-booking-section .q-dates .q-next:after {
    font-size: 0.65rem;
    color: rgb(255, 255, 255);
}

.q-booking-section .q-button {
    background: var(--Property-Details-Color);
}

@media (max-width: 991px) {

    .q-booking-section {
        margin: 30px 0 0;
    }
}

/*-------------------------------------- 11-10-- Property Weather Widget --------------------------------------*/

.q-weather-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-weather-section .q-thumbnail {
    position: relative;
}

.q-weather-section .q-thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--Property-Details-Color);
    opacity: 0.85;
}

.q-weather-section .q-caption {
    width: 100%;
    display: inline-block;
    padding: 15px;
    position: relative;
    font-family: var(--Primary-Font-Family);
    font-weight: 700;
    font-size: 1.25rem;
    color: rgb(255, 255, 255);
}

.q-weather-section .q-caption strong {
    display: block;
}

.q-weather-section .q-content {
    width: 100%;
    display: inline-block;
    padding: 15px;
    font-size: 0.875rem;
    background: rgb(255, 255, 255);
    color: rgb(50, 50, 50);
}

.q-weather-section .q-content strong {
    display: block;
    font-size: 1rem;
    color: rgb(55, 55, 55);
}

.q-weather-section .q-content .q-icon {
    font-size: 2rem;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
}

/*-------------------------------------- 11-11-- Property Mortgage Calculator Widget --------------------------------------*/

.q-mortgage-calculator-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-mortgage-calculator-section .q-title {
    display: block;
    margin: 0 0 15px;
    position: relative;
}

.q-mortgage-calculator-section .q-title:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 10px;
    right: 0;
    background: rgb(235, 235, 235);
}

.q-mortgage-calculator-section .q-title strong {
    padding: 0 15px 0 0;
    position: relative;
    background: rgb(255, 255, 255);
}

/*-------------------------------------- 12- Agents Widget --------------------------------------*/

.q-u1-agents-section .q-agent {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px 0;
    position: relative;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
}

.q-u1-agents-section .q-agent figure {
    display: inline-block;
    margin: 0 0 5px;
    position: relative;
}

.q-u1-agents-section .q-agent figure .q-social {
    position: absolute;
    top: -5px;
    left: -15px;
    z-index: 1;
}

.q-u1-agents-section .q-agent figure .q-social ul li {
    display: inline-block;
}

.q-u1-agents-section .q-agent figure .q-social ul li:first-child {
    position: absolute;
    top: 15px;
    left: 10px;
}

.q-u1-agents-section .q-agent figure .q-social ul li:nth-child(2) {
    position: absolute;
    top: 45px;
    left: 5px;
}

.q-u1-agents-section .q-agent figure .q-social ul li:last-child {
    position: absolute;
    top: 75px;
    left: 10px;
}

.q-u1-agents-section .q-agent figure .q-social ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    background: var(--Agent-Social-Background-Color);
    color: var(--Agent-Social-Color);
    border-radius: 50%;
}

.q-u1-agents-section .q-agent figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-u1-agents-section .q-agent .q-name {
    text-align: center;
}

.q-u1-agents-section .q-agent .q-name strong {
    display: block;
    margin: 5px 0 0;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
}

.q-u1-agents-section .q-agent .q-name span {
    display: block;
    font-size: 0.8rem;
    color: rgb(85, 85, 85);
}

.q-u1-agents-section .q-agent .q-name .q-rating {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg,
        rgb(255, 200, 105) 0%,
        rgb(250, 165, 15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-u1-agents-section .q-agent .q-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-u1-agents-section .q-agent .q-info ul li i {
    font-size: 1.5rem;
    opacity: 0.75;
}

.q-u1-agents-section .q-agent .q-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0.875rem;
}

.q-u1-agents-section .q-agent .q-actions ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.q-u1-agents-section .q-agent .q-actions ul li {
    display: inline-block;
}

.q-u1-agents-section .q-agent .q-actions ul li a {
    width: 125px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid var(--Agent-Action-Background-Color);
    color: var(--Agent-Action-Background-Color);
    border-radius: 300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.q-u1-agents-section .q-agent .q-actions ul li a:hover {
    background: var(--Agent-Action-Background-Color);
    color: rgb(255, 255, 255);
}

@media (max-width: 991px) {
    .q-u1-agents-section .q-agent .q-actions ul {
        justify-content: center;
    }

    .q-u1-agents-section .q-agent figure .q-social {
        left: -15px;
    }

    .q-u1-agents-section .q-agent .q-info {
        padding: 0 15px;
    }

    .q-u1-agents-section .q-agent .q-actions {
        margin: 15px 0;
        position: relative;
        top: 0;
        right: 0;
    }
}

.q-u2-agents-section .q-agent {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    position: relative;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
}

.q-u2-agents-section .q-agent figure {
    display: table;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50px);
}

.q-u2-agents-section .q-agent figure .q-social {
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: 1;
}

.q-u2-agents-section .q-agent figure .q-social ul li {
    display: inline-block;
}

.q-u2-agents-section .q-agent figure .q-social ul li:first-child {
    position: absolute;
    top: 15px;
    left: 10px;
}

.q-u2-agents-section .q-agent figure .q-social ul li:nth-child(2) {
    position: absolute;
    top: 45px;
    left: 5px;
}

.q-u2-agents-section .q-agent figure .q-social ul li:last-child {
    position: absolute;
    top: 75px;
    left: 10px;
}

.q-u2-agents-section .q-agent figure .q-social ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    background: var(--Third-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.q-u2-agents-section .q-agent figure img {
    width: 100px;
    height: 100px;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 50%;
    object-fit: cover;
}

.q-u2-agents-section .q-agent .q-info {
    width: 100%;
    display: inline-block;
    padding: 35px 0 35px 60px;
    font-size: 0.875rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    outline: 1px solid rgb(255, 255, 255);
    border-radius: 0 15px 15px 0;
}

.q-u2-agents-section .q-agent .q-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-u2-agents-section .q-agent .q-info ul li i {
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
}

.q-u2-agents-section .q-agent .q-name {
    padding: 0 45px 0 0;
    text-align: center;
}

.q-u2-agents-section .q-agent .q-name strong {
    display: block;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-u2-agents-section .q-agent .q-name span {
    display: block;
    font-size: 0.875rem;
    color: rgb(85, 85, 85);
}

.q-u2-agents-section .q-agent .q-name img {
    margin: 10px 0;
}

.q-u2-agents-section .q-agent .q-name .q-rating {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg,
        rgb(255, 200, 105) 0%,
        rgb(250, 165, 15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-u2-agents-section .q-agent .q-actions {
    font-size: 0.875rem;
}

.q-u2-agents-section .q-agent .q-actions ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-u2-agents-section .q-agent .q-actions ul li {
    display: inline-block;
}

.q-u2-agents-section .q-agent .q-actions ul li a {
    width: 110px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Third-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-u2-agents-section .q-agent .q-actions ul li a:hover {
    opacity: 0.85;
}

@media (max-width: 991px) {
    .q-u2-agents-section .q-agent figure {
        transform: translateY(-25px);
    }

    .q-u2-agents-section .q-agent .q-name {
        padding: 15px 0 60px;
    }

    .q-u2-agents-section .q-agent .q-info {
        padding: 30px 15px 15px;
        border-radius: 0 0 15px 15px;
    }
}

.q-agent-u3-section {
    width: 100%;
    display: inline-block;
}

.q-agent-u3-section .q-agent {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.q-agent-u3-section .q-agent:before {
    content: '';
    width: 100%;
    height: 185px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--Primary-Color);
}

.q-agent-u3-section .q-agent .q-name {
    display: block;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
}

.q-agent-u3-section .q-agent .q-name strong {
    display: block;
    font-size: 1.25rem;
}

.q-agent-u3-section .q-agent .q-name span {
    display: block;
    font-size: 0.95rem;
    color: rgb(255, 255, 255);
}

.q-agent-u3-section .q-agent .q-name .q-rating {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg,
        rgb(255, 200, 105) 0%,
        rgb(250, 165, 15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-agent-u3-section .q-agent figure {
    display: table;
    margin: 10px auto;
    position: relative;
    text-align: center;
}

.q-agent-u3-section .q-agent figure ul {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.q-agent-u3-section .q-agent figure ul li {
    display: inline-block;
}

.q-agent-u3-section .q-agent figure ul li:nth-child(2) {
    position: relative;
    top: 10px;
}

.q-agent-u3-section .q-agent figure ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-agent-u3-section .q-agent figure img {
    width: 100px;
    height: 100px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-agent-u3-section .q-agent .q-info {
    width: 100%;
    display: inline-block;
    padding: 15px 30px;
}

.q-agent-u3-section .q-agent .q-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-agent-u3-section .q-agent .q-info ul li i {
    font-size: 1.15rem;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-agent-u3-section .q-agent .q-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: rgb(85, 85, 85);
}

.q-agent-u3-section .q-agent .q-links ul li {
    display: inline-block;
}

.q-agent-u3-section .q-agent .q-links ul li a {
    width: 135px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-agent-u3-section .q-agent .q-links .q-contact {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

.q-agent-u3-section .q-agent .q-links .q-listing {
    background: var(--Secondary-Color);
    color: rgb(255, 255, 255);
}

.q-agent-u3-section .q-agent .q-links a:hover {
    opacity: 0.85;
}

.q-u4-agents-section figure {
    margin: 0 0 5px;
    position: relative;
    text-align: center;
}

.q-u4-agents-section figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-u4-agents-section .q-name {
    text-align: center;
}

.q-u4-agents-section .q-name strong {
    display: block;
    padding: 5px 0 0;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
}

.q-u4-agents-section .q-name span {
    display: block;
    font-size: 0.875rem;
    color: rgb(85, 85, 85);
}

.q-u4-agents-section .q-name .q-rating {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg,
        rgb(255, 200, 105) 0%,
        rgb(250, 165, 15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-u4-agents-section .q-info {
    padding: 0 0 0 30px;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
}

.q-u4-agents-section .q-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-u4-agents-section .q-info ul li i {
    font-size: 1.5rem;
    color: rgb(90, 90, 90);
}

.q-u4-agents-section .q-social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-u4-agents-section .q-social ul li {
    display: inline-block;
}

.q-u4-agents-section .q-social ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background: var(--Agent-Social-Background-Color);
    color: var(--Agent-Social-Color);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-u4-agents-section .q-social ul li a:hover {
    opacity: 0.85;
}

.q-u4-agents-section .q-actions {
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    text-align: right;
}

.q-u4-agents-section .q-actions a {
    width: inherit;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background: var(--Agent-Action-Background-Color);
    color: var(--Agent-Action-Color);
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.q-u4-agents-section .q-actions a:hover {
    opacity: 0.85;
}

@media (max-width: 991px) {
    .q-u4-agents-section .q-social {
        margin: 15px 0;
    }

    .q-u4-agents-section .q-actions {
        text-align: center;
    }
}

.q-agent-u5-section figure {
    display: table;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.q-agent-u5-section figure ul {
    position: absolute;
    top: -5px;
    left: -15px;
    z-index: 1;
}

.q-agent-u5-section figure ul li {
    display: inline-block;
}

.q-agent-u5-section figure ul li:first-child {
    position: absolute;
    top: 15px;
    left: 10px;
}

.q-agent-u5-section figure ul li:nth-child(2) {
    position: absolute;
    top: 45px;
    left: 5px;
}

.q-agent-u5-section figure ul li:last-child {
    position: absolute;
    top: 75px;
    left: 10px;
}

.q-agent-u5-section figure ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.q-agent-u5-section figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-agent-u5-section .q-name {
    display: block;
    padding: 5px 0 0;
    text-align: center;
}

.q-agent-u5-section .q-name strong {
    display: block;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
}

.q-agent-u5-section .q-name span {
    display: block;
    font-size: 0.875rem;
    color: rgb(85, 85, 85);
}

.q-agent-u5-section .q-name .q-rating {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg,
        rgb(255, 200, 105) 0%,
        rgb(250, 165, 15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-agent-u5-section .q-info {
    width: 100%;
    display: inline-block;
    padding: 5px 0 0;
    font-size: 0.875rem;
}

.q-agent-u5-section .q-info ul {
    width: 100%;
    display: inline-block;
    padding: 0 0 15px;
}

.q-agent-u5-section .q-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-agent-u5-section .q-info ul li i {
    font-size: 1rem;
    background: var(--Third-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*-------------------------------------- 13- Agent Widgets --------------------------------------*/

.q-agent-section .q-description {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
    padding: 15px;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
}

.q-agent-section .q-description p {
    margin: 0 0 15px;
    text-align: justify;
}

.q-agent-section .q-description figure {
    margin: 0 0 5px;
    position: relative;
    text-align: center;
}

.q-agent-section .q-description figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-agent-section .q-description .q-name {
    text-align: center;
}

.q-agent-section .q-description .q-name strong {
    display: block;
    margin: 5px 0 0;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
}

.q-agent-section .q-description .q-name span {
    display: block;
    font-size: 0.875rem;
    color: rgb(85, 85, 85);
}

.q-agent-section .q-description .q-name .q-rating {
    display: flex;
    justify-content: center;
    background: var(--Secondary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-agent-section .q-description .q-info {
    padding: 0 0 0 30px;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
}

.q-agent-section .q-description .q-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-agent-section .q-description .q-info ul li i {
    font-size: 1.5rem;
    color: rgb(90, 90, 90);
}

.q-agent-section .q-description .q-social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-agent-section .q-description .q-social ul li {
    display: inline-block;
}

.q-agent-section .q-description .q-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Agent-Social-Background-Color);
    color: var(--Agent-Social-Color);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-agent-section .q-description .q-social ul li a:hover {
    opacity: 0.85;
}

.q-agent-section .q-description .q-actions {
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    text-align: right;
}

.q-agent-section .q-description .q-actions a {
    width: inherit;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background: var(--Agent-Action-Background-Color);
    color: var(--Agent-Action-Color);
    border-radius: 300px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.q-agent-section .q-description .q-actions a:hover {
    opacity: 0.85;
}

.q-agent-section .q-search-section {
    margin: 0 0 30px;
}

.q-agent-section .q-search-section .q-section {
    border-radius: 15px;
}

.q-agent-section .q-map-section {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .q-agent-section .q-description .q-social ul {
        justify-content: flex-start;
    }

    .q-agent-section .q-description .q-info {
        padding: 0 0 15px;
    }

    .q-agent-section .q-review .q-section {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .q-agent-section .q-description .q-social ul {
        justify-content: center;
    }

    .q-agent-section .q-description .q-actions {
        margin: 15px 0;
        text-align: center;
    }
}

/*-------------------------------------- 15- About Us Widget --------------------------------------*/

.q-u1-about-section {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

.q-u1-about-section .q-content {
    padding: 0 90px 0 0;
    text-align: justify;
}

.q-u1-about-section .q-content .q-stat {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
}

.q-u1-about-section .q-content .q-stat strong {
    display: block;
    font-family: var(--Primary-Font-Family);
    font-weight: 800;
    font-size: 2rem;
    line-height: 1;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-u1-about-section .q-content .q-stat span {
    display: block;
    color: rgb(95, 95, 95);
}

.q-u1-about-section .q-content .q-stat .q-progress {
    width: 115px;
    height: 10px;
    display: inline-block;
    background: rgb(235, 235, 235);
    border-radius: 300px;
    box-shadow: 0 0 15px rgba(20, 20, 45, 0.085);
}

.q-u1-about-section .q-content .q-stat .q-progress span {
    height: 10px;
    background: var(--Primary-Color);
    box-shadow: 0 0 5px rgba(90, 45, 205, 0.35);
    border-radius: 300px;
}

.q-u1-about-section .q-thumbnail {
    position: relative;
}

.q-u1-about-section .q-thumbnail:before {
    content: '';
    width: 300px;
    height: 525px;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: 0;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 35px;
    z-index: -1;
}

.q-u1-about-section .q-thumbnail img {
    width: 100%;
    height: 425px;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
    object-fit: cover;
}

@media (max-width: 991px) {
    .q-u1-about-section {
        padding: 60px 0;
    }

    .q-u1-about-section .q-content {
        padding: 0;
    }

    .q-u1-about-section .q-content .q-stat {
        text-align: center;
    }

    .q-u1-about-section .q-thumbnail:before {
        display: none;
    }
}

.q-u2-about-section {
    width: 100%;
    display: inline-block;
}

.q-u2-about-section .q-content {
    padding: 0 125px 0 0;
    text-align: justify;
}

.q-u2-about-section .q-thumbnail {
    position: relative;
}

.q-u2-about-section .q-thumbnail img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
}

.q-u2-about-section .q-thumbnail:before {
    content: '';
    width: 300px;
    height: 450px;
    margin: 0 auto;
    position: absolute;
    top: -45px;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 35px;
    z-index: -1;
}

.q-u2-about-section .q-thumbnail .q-feature {
    max-width: 335px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    font-size: 1.15rem;
    position: absolute;
    background: rgb(255, 255, 255);
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: 5px;
    border-radius: 300px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
    z-index: 1;
}

.q-u2-about-section .q-thumbnail .q-feature strong {
    display: block;
    margin: 0 15px 10px;
}

.q-u2-about-section .q-thumbnail .q-feature span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-1 {
    top: -90px;
    left: -90px;
    animation: MoveLeftRight 3s linear infinite;
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-1 span {
    background: var(--Primary-Color);
}

.q-u2-about-section .q-feature.q-feature-2 {
    top: 90px;
    right: -90px;
    animation: MoveDownUp 3s linear infinite;
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-2 span {
    background: var(--Secondary-Color);
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-3 {
    bottom: -90px;
    right: 0;
    animation: MoveRightLeft 3s linear infinite;
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-3 span {
    background: var(--Third-Color);
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-4 {
    bottom: 90px;
    left: -90px;
    animation: MoveUpDown 3s linear infinite;
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-4 img {
    width: 60px;
    height: 60px;
    float: right;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    filter: grayscale(1);
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-4 ul {
    display: flex;
    align-items: center;
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-4 ul li {
    display: inline-block;
    margin: 0 -5px;
}

@keyframes MoveDownUp {

    0%,
    100% {
        top: 30px;
    }

    50% {
        top: 60px;
    }
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 30px;
    }

    50% {
        bottom: 60px;
    }
}

@keyframes MoveLeftRight {

    0%,
    100% {
        left: -60px;
    }

    50% {
        left: -85px;
    }
}

@keyframes MoveRightLeft {

    0%,
    100% {
        right: 30px;
    }

    50% {
        right: 60px;
    }
}

@media (max-width: 991px) {
    .q-u2-about-section .q-content {
        padding: 0 0 30px;
    }

    .q-u2-about-section .q-thumbnail:before {
        display: none;
    }

    .q-u2-about-section .q-thumbnail .q-feature {
        display: none;
    }
}

/*-------------------------------------- 19- Team Widget --------------------------------------*/

.q-team-section {
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.q-team-section:hover {
    opacity: 0.85;
}

.q-team-section figure {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.q-team-section figure:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--Primary-Color);
    opacity: 0.15;
}

.q-team-section figure img {
    width: 100%;
}

.q-team-section .q-info strong {
    display: block;
    margin: 15px 0 0;
}

.q-team-section .q-info span {
    display: block;
    margin: 0 0 15px;
}

.q-team-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-team-section ul li {
    display: inline-block;
}

.q-team-section ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Third-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.q-team-section ul li a:hover {
    opacity: 0.85;
}

.q-employee-section figure {
    margin: 0;
    position: relative;
}

.q-employee-section figure img {
    width: 100%;
    border-radius: 15px;
    filter: drop-shadow(0 0 10px rgba(20, 20, 45, 0.05));
}

.q-employee-section figure ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    gap: 5px;
}

.q-employee-section figure ul li {
    display: inline-block;
}

.q-employee-section figure ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.q-employee-section .q-info {
    margin: 0 0 15px;
}

.q-employee-section .q-info strong {
    display: block;
    font-size: 1.25rem;
}

.q-employee-section .q-content {
    font-size: 0.875rem;
}

.q-employee-section .q-contact {
    display: table;
    margin: 0 auto;
    padding: 15px 30px;
    position: absolute;
    bottom: -55px;
    right: 0;
    left: 0;
    font-size: 0.875rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 0 0 60px 60px;
}

.q-employee-section .q-contact ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-employee-section .q-contact ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-team-section.swiper .swiper-wrapper {
    padding: 0 0 60px;
}

.q-team-section.swiper .q-pagination {
    display: block;
    bottom: 0;
}

@media (max-width: 767px) {

    .q-employee-section .q-info {
        margin: 15px 0;
    }
}

/*-------------------------------------- 20- Contact Us Widget --------------------------------------*/

.q-contact-section .q-map {
    margin: 0 0 -200px;
    position: relative;
}

.q-contact-section .q-map .q-info {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    z-index: 15;
}

.q-contact-section .q-map .q-info .q-background {
    max-width: 25%;
    margin: 0 auto;
    padding: 15px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.q-contact-section .q-map .q-info .q-icon {
    position: absolute;
    bottom: -55%;
    right: 0;
    left: 0;
    font-size: 2.5rem;
    text-align: center;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 5px rgb(85 55 210 / 25%);
}

.q-contact-section .q-map .q-info .q-background strong {
    display: block;
    margin: 0 0 5px;
    font-size: 1.15rem;
    text-align: center;
}

.q-contact-section .q-map .q-info .q-background ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.95rem;
}

.q-contact-section .q-map .q-info .q-background ul li div small {
    opacity: 0.85;
}

.q-contact-section .q-map .q-info .q-background ul li span {
    text-align: right;
}

.q-contact-section .q-map img {
    width: 100%;
}

.q-contact-section .q-map .q-curve {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.q-contact-section .q-social {
    position: absolute;
    right: -60px;
    bottom: 0;
}

.q-contact-section .q-social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.q-contact-section .q-social ul li {
    display: inline-block;
}

.q-contact-section .q-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-contact-section .q-social ul li a:hover {
    opacity: 0.85;
}

.q-contact-section .q-section {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-contact-section .q-section .q-background {
    width: 100%;
    display: inline-block;
    padding: 30px;
    position: relative;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 30px;
}

.q-contact-section .q-section img {
    filter: drop-shadow(0 5px 15px rgba(20, 20, 45, 0.085));
}

.q-contact-section .q-section form {
    position: relative;
}

.q-contact-section .q-section form .q-form {
    margin: 0 -120px 0 0;
    padding: 60px;
    position: relative;
    z-index: 1;
}

.q-contact-section .q-section form .q-form:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
    backdrop-filter: blur(15px);
}

.q-contact-section .q-section form .q-form .row {
    position: relative;
}

.q-contact-section .q-section form .q-form br {
    display: none;
}

.q-contact-section .q-section form .q-form label {
    display: block;
}

.q-contact-section .q-section form .q-form input,
.q-contact-section .q-section form .q-form textarea {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 10px 0;
    background: transparent;
    color: rgb(135, 135, 135);
    border: 0;
    border-bottom: 1px solid rgba(135, 135, 135, 0.25);
}

.q-contact-section .q-section form .q-form textarea {
    height: 90px;
    resize: none;
}

.q-contact-section .q-section form .q-form input:focus,
.q-contact-section .q-section form .q-form textarea:focus {
    outline: 0;
}

.q-contact-section .q-section form .q-form button,
.q-contact-section .q-section form .q-form input[type='submit'] {
    width: auto;
    min-width: 150px;
    display: table;
    margin: 0 auto;
    padding: 15px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    box-shadow: 0 5px 15px rgba(20, 20, 45, 0.085);
    border-radius: 300px;
    transition: all 0.25s ease-in-out;
}

.q-contact-section .q-section form .q-form button:hover,
.q-contact-section .q-section form .q-form input[type='submit']:hover {
    opacity: 0.85;
}

@media (max-width: 991px) {
    .q-contact-section .q-map .q-info {
        position: relative;
        top: 0;
    }

    .q-contact-section .q-map .q-info i {
        display: none;
    }

    .q-contact-section .q-map .q-info .q-background {
        max-width: 100%;
        border-radius: 0;
    }

    .q-contact-section .q-map .q-info .q-background strong {
        font-size: 0.95rem;
    }

    .q-contact-section .q-map .q-info .q-background ul li {
        font-size: 0.85rem;
    }

    .q-contact-section .q-map .q-info .q-icon {
        bottom: -35%;
        font-size: 1.5rem;
    }

    .q-contact-section .q-social ul {
        flex-direction: row;
    }

    .q-contact-section .q-social {
        margin: 0 0 15px;
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        transform: inherit;
        transform-origin: inherit;
        z-index: 1;
    }

    .q-contact-section .q-social ul li a {
        transform: none;
    }

    .q-contact-section .q-section form .q-form {
        margin: 0;
        padding: 0;
    }

    .q-contact-section .q-section form .q-form:before {
        background: rgba(255, 255, 255, 0.85);
        border-radius: 30px;
    }

    .q-contact-section .q-section form .q-form textarea {
        height: 45px;
    }

    .q-contact-section .q-section img {
        display: none;
    }
}

/*-------------------------------------- 21- Posts Widget --------------------------------------*/

.q-u1-posts-section {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.q-u1-posts-section .q-post {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.q-u1-posts-section .q-post a {
    display: block;
    position: relative;
    color: rgb(255, 255, 255);
}

.q-u1-posts-section .q-post a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0),
        var(--Primary-Color));
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 1;
}

.q-u1-posts-section .q-post img {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    object-fit: cover;
}

.q-u1-posts-section .q-post .q-content {
    width: 100%;
    padding: 30px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.q-u1-posts-section .q-post .q-content h2 {
    margin: 10px 0;
    font-size: 1.5rem;
    line-height: 1.35;
    color: rgb(255, 255, 255);
}

.q-u1-posts-section .q-post .q-content .q-category {
    font-size: 0.95rem;
}

.q-u1-posts-section .q-post .q-content .q-category li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.q-u1-posts-section .q-post .q-content .q-category li span {
    display: inline-block;
    padding: 0 15px;
    line-height: 2;
    background: var(--Post-Tags-Background-Color);
    color: var(--Post-Tags-Color);
    border-radius: 300px;
}

.q-u1-posts-section .q-post .q-content ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.q-u1-posts-section .q-post .q-content ul li {
    display: inline-block;
}

@media (max-width: 576px) {
    .q-u1-posts-section .q-post .q-content {
        padding: 15px;
    }
}

.q-u2-posts-section {
    width: 100%;
    display: inline-block;
}

.q-u2-posts-section .q-post {
    display: block;
    margin: 0 0 90px;
    position: relative;
    color: rgb(35, 35, 35);
}

.q-u2-posts-section .q-post figure {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    transition: all 0.25s ease-in-out;
}

.q-u2-posts-section .q-post figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.q-u2-posts-section .q-post figure span {
    padding: 0 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 0.9rem;
    line-height: 2;
    background: var(--Post-Tags-Background-Color);
    color: var(--Post-Tags-Color);
    border-radius: 300px;
}

.q-u2-posts-section .q-post .q-content {
    width: 90%;
    display: table;
    margin: -60px auto;
    padding: 20px;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    transition: all 0.25s ease-in-out;
}

.q-u2-posts-section .q-post .q-content h2 {
    color: rgb(0, 0, 0);
}

.q-u2-posts-section .q-post .q-content ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 0.875rem;
    color: rgb(105, 105, 105);
}

.q-u2-posts-section .q-post .q-content ul li {
    display: inline-block;
}

.q-u2-posts-section .q-post:hover figure,
.q-u2-posts-section .q-post:hover .q-content {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
}

@media (max-width: 480px) {
    .q-u2-posts-section .q-post .q-content ul {
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
    }

    .q-u2-posts-section .q-post .q-content ul li {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
}

.q-u3-posts-section .q-post {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.q-u3-posts-section .q-post:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}

.q-u3-posts-section .q-post figure {
    margin: 0;
    position: relative;
}

.q-u3-posts-section .q-post figure img {
    width: 100%;
    height: 315px;
}

.q-u3-posts-section .q-post figure .q-category {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 15px;
    font-size: 0.875rem;
    line-height: 30px;
    background: var(--Post-Tags-Background-Color);
    color: var(--Post-Tags-Color);
    border-radius: 300px;
}

.q-u3-posts-section .q-post p {
    font-size: 0.95rem;
    color: rgb(85, 85, 85);
    text-transform: capitalize;
}

.q-u3-posts-section .q-post ul {
    display: flex;
    align-content: center;
    gap: 5px;
    font-size: 0.875rem;
    color: rgb(105, 105, 105);
}

.q-u3-posts-section .q-post ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-u3-posts-section .q-post ul li i {
    font-size: 1rem;
    line-height: 1;
}

/*-------------------------------------- 22- Post Widget --------------------------------------*/

.q-post-section .q-meta ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.q-post-section .q-meta ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-post-section .q-meta ul li i {
    font-size: 1.5rem;
    line-height: 1;
    color: rgb(35, 35, 35);
}

.q-post-section .q-thumbnail {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px;
    padding: 15px 0;
    position: relative;
}

.q-post-section .q-thumbnail figure img {
    width: 100%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    border-radius: 30px;
}

.q-post-section .q-thumbnail .q-social {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 60px;
    background: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-post-section .q-thumbnail .q-social span {
    display: inline-block;
}

.q-post-section .q-thumbnail .q-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-post-section .q-thumbnail .q-social ul li {
    display: inline-block;
}

.q-post-section .q-thumbnail .q-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Agent-Social-Background-Color);
    color: var(--Agent-Social-Color);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}

.q-post-section .q-thumbnail .q-social ul li a:hover {
    opacity: 0.85;
}

.q-post-section .q-thumbnail .q-author {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 30px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 60px;
    line-height: 1.25;
    background: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-post-section .q-thumbnail .q-author img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}

.q-post-section .q-thumbnail .q-author strong {
    display: block;
}

.q-post-section .q-thumbnail .q-author span {
    font-size: 0.875rem;
    color: rgb(85, 85, 85);
}

.q-post-section .q-content-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 90px;
}

.q-post-section .q-content-section article {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 30px;
    line-height: 1.85;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.q-post-section .q-content-section article img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

.q-post-section .q-content-section .q-tags ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 0.875rem;
}

.q-post-section .q-content-section .q-tags ul li {
    display: inline-block;
}

.q-post-section .q-content-section .q-tags ul li a {
    display: block;
    padding: 5px 15px;
    color: rgb(85, 85, 85, 0.85);
    border: 1px solid rgba(85, 85, 85, 0.85);
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-post-section .q-content-section .q-tags ul li a:hover {
    background: rgba(85, 85, 85, 0.15);
}

@media (max-width: 991px) {
    .q-post-section .q-thumbnail figure img {
        height: auto;
        border-radius: 15px;
    }
}

@media (max-width: 767px) {
    .q-post-section .q-thumbnail {
        margin: 0;
    }

    .q-post-section .q-thumbnail .row {
        align-items: center;
    }

    .q-post-section .q-thumbnail .q-author,
    .q-post-section .q-thumbnail .q-social {
        display: flex;
        padding: 0;
        position: relative;
        bottom: 0;
        left: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .q-post-section .q-thumbnail .q-social {
        justify-content: flex-end;
    }
}

@media (max-width: 576px) {
    .q-post-section .q-thumbnail .q-author {
        margin: 0 0 15px;
    }

    .q-post-section .q-thumbnail .q-author,
    .q-post-section .q-thumbnail .q-social {
        justify-content: center;
    }

    .q-post-section .q-thumbnail .q-social span {
        display: none;
    }

    .q-post-section .q-thumbnail .q-social ul li a {
        width: 35px;
        height: 35px;
        font-size: 1.15rem;
    }
}

/*-------------------------------------- 23- Sidebar Widgets --------------------------------------*/

.q-widget-section {
    width: 100%;
    display: inline-block;
}

.q-widget-section .q-title {
    display: block;
    margin: 0 0 15px;
    position: relative;
}

.q-widget-section .q-title strong {
    padding: 0 15px 0 0;
    position: relative;
    background: rgb(255, 255, 255);
}

.q-widget-section .q-title:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 10px;
    right: 0;
    background: rgb(235, 235, 235);
}

.q-widget-section .q-widget {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}

.q-widget-section ul.menu li {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-widget-section .widget_archive ul li,
.q-widget-section .widget_categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.q-widget-section .widget_archive ul li span,
.q-widget-section .widget_categories ul li span {
    font-size: 0.9rem;
}

.q-widget-section ul.menu li a,
.q-widget-section .widget_archive ul li a,
.q-widget-section .widget_categories ul li a {
    display: block;
    padding: 5px 15px;
    position: relative;
    color: rgb(35, 35, 35);
}

.q-widget-section ul.menu li a:before,
.q-widget-section .widget_archive ul li a:before,
.q-widget-section .widget_categories ul li a:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 15px;
    left: 0;
    background: rgb(35, 35, 35);
    border-radius: 50%;
}

.q-widget-section ul.menu li a:hover,
.q-widget-section .widget_archive ul li a:hover,
.q-widget-section .widget_categories ul li a:hover {
    color: rgb(25, 25, 25);
}

.q-widget-section .widget_search {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px;
    background: rgb(125, 140, 140);
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-widget-section .widget_search .q-title {
    display: none;
}

.q-widget-section .widget_search form {
    position: relative;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 300px;
}

.q-widget-section .widget_search form input {
    width: 100%;
    padding: 10px 15px;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    font-size: 0.875rem;
    color: rgb(85, 85, 85);
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-widget-section .widget_search form input:focus {
    outline: 0;
}

.q-widget-section .widget_search form button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.5rem;
    background: transparent;
    color: rgb(125, 140, 140);
    border: 0;
}

.q-widget-section .tagcloud {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.q-widget-section .tagcloud a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 0.875rem;
    line-height: 1.15;
    color: rgba(115, 115, 115, 85);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-widget-section .tagcloud a:hover {
    background: rgba(215, 215, 215, 0.15);
}

.q-widget-section .social_icons_widget {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.q-widget-section .social_icons_widget .q-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-widget-section .social_icons_widget .q-social ul li {
    display: inline-block;
}

.q-widget-section .social_icons_widget .q-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Agent-Social-Background-Color);
    color: var(--Agent-Social-Color);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}

.q-widget-section .social_icons_widget .q-social ul li a:hover {
    opacity: 0.85;
}

.q-widget-section .widget_categories select,
.q-widget-section .widget_archive select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 300px;
    box-shadow: 0 0 5px rgb(20 20 45 / 15%);
}

.q-widget-section .widget_categories .chosen-container:before {
    content: '\F0412';
    font-family: 'Material Design Icons';
    font-size: 1.25rem;
    position: absolute;
    top: 10px;
    left: 15px;
}

.q-widget-section .widget_archive .chosen-container:before {
    content: '\F0900';
    font-family: 'Material Design Icons';
    font-size: 1.25rem;
    position: absolute;
    top: 10px;
    left: 15px;
}

.q-widget-section .widget_calendar table {
    width: 100%;
    text-align: center;
}

.q-widget-section .widget_calendar table thead tr th {
    font-weight: normal;
}

/*-------------------------------------- 24- Gallery Widgets --------------------------------------*/

.q-gallery-section .q-nav {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.q-gallery-section .q-nav nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.q-gallery-section .q-nav nav ul li {
    display: inline-block;
}

.q-gallery-section .q-nav nav ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    color: rgb(35, 35, 35);
}

.q-gallery-section .q-nav nav ul li a i {
    display: block;
    font-size: 1.5rem;
    line-height: 0;
}

.q-gallery-section .q-nav nav ul li a:hover,
.q-gallery-section .q-nav nav ul li a.q-active {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-gallery-section figure {
    position: relative;
}

.q-gallery-section figure img {
    width: 100%;
}

.q-gallery-section figure .q-overlay {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    right: 2.5px;
    left: 2.5px;
    background: var(--Primary-Color);
    border-radius: 15px;
    z-index: 1;
    margin: 0 auto;
    transform: translateY(-50%) scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
}

.q-gallery-section figure .q-content {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
    transform: scale(0.5);
    z-index: 1;
}

.q-gallery-section figure:hover .q-overlay {
    opacity: 0.85;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

.q-gallery-section figure:hover .q-content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.q-gallery-section figure .q-content strong {
    display: block;
    margin: 0 0 15px;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    color: rgb(235, 235, 235);
}

.q-gallery-section figure .q-content a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    box-shadow: 0 10px 20px -5px rgba(25, 40, 75, 0.15),
        0px 15px 65px -5px rgba(25, 40, 75, 0.15);
    border-radius: 50%;
}

.q-gallery-section figure .q-content a span {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-gallery-section figure img {
    border-radius: 15px;
    filter: drop-shadow(0px 2.5px 10px rgba(20, 20, 45, 0.085));
}

@media (max-width: 767px) {
    .q-gallery-section .q-nav {
        padding: 15px;
        border: 1px solid rgb(235, 235, 235);
        border-radius: 15px;
    }

    .q-gallery-section .q-nav nav ul {
        gap: 0;
    }

    .q-gallery-section .q-nav nav ul li {
        width: 50%;
    }

    .q-gallery-section .q-nav nav ul li a {
        padding: 5px;
    }
}

@media (max-width: 576px) {
    .q-gallery-section .q-nav nav ul li {
        width: 100%;
    }

    .q-gallery-section .q-nav nav ul li a {
        padding: 5px 0;
    }
}

/*-------------------------------------- 25- Newsletter Widget --------------------------------------*/

.q-newsletter-section {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: rgb(55, 55, 55);
}

.q-newsletter-section .q-content {
    width: 100%;
    display: block;
    margin: 0 0 15px;
    position: relative;
}

.q-newsletter-section .q-content i {
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    font-size: 12rem;
    color: rgb(0, 0, 0);
    text-align: center;
    opacity: 0.05;
    line-height: 1;
}

.q-newsletter-section .q-content strong {
    position: relative;
    z-index: 1;
    color: rgb(55, 55, 55);
}

.q-newsletter-section .q-content p {
    position: relative;
    z-index: 1;
}

.q-newsletter-section .q-form {
    position: relative;
}

.q-newsletter-section .q-form br {
    display: none;
}

.q-newsletter-section .q-form i {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.15rem;
    line-height: 1.15;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.q-newsletter-section .q-form .q-input {
    width: 100%;
    height: 60px;
    padding: 0 15px 0 45px;
    color: rgb(85, 85, 85);
    border: 0;
    outline: 2px solid rgba(225, 225, 225, 0.5);
    outline-offset: 10px;
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-newsletter-section .q-form .q-btn {
    width: 120px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 15px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    transition: all 0.15s ease-in-out;
}

.q-newsletter-section .q-form .q-btn:hover {
    opacity: 0.85;
}

@media (max-width: 767px) {

    .q-newsletter-section .q-form .q-btn {
        width: auto;
        height: 45px;
        margin: 25px 0 0;
        position: relative;
        top: 0;
        right: 0;
    }
}

/*-------------------------------------- 26- Footer Widget --------------------------------------*/

.q-footer-section {
    width: 100%;
    display: inline-block;
    margin: 90px 0 0;
    padding: 60px 30px 0;
    position: relative;
    background: var(--Footer-Background-Color);
    color: var(--Footer-Color);
    border-radius: 60px 60px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-footer-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/footer-map.png) center no-repeat;
    background-size: cover;
}

.q-footer-section .q-widget {
    margin: 0 0 15px;
}

.q-footer-section .q-title strong {
    display: block;
    margin: 0 0 15px;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    font-size: 1.25rem;
}

.q-footer-section .menu,
.q-footer-section .widget_recent_entries {
    position: relative;
}

.q-footer-section .menu li,
.q-footer-section .widget_recent_entries li {
    width: 100%;
    display: inline-block;
}

.q-footer-section .widget_recent_entries li span {
    font-size: 0.9rem;
    color: rgba(245, 245, 245, 0.9);
}

.q-footer-section .menu li a,
.q-footer-section .widget_recent_entries li a {
    display: block;
    padding: 5px 0;
    color: rgb(245, 245, 245);
}

.q-footer-section .menu li a:hover,
.q-footer-section .widget_recent_entries li a:hover {
    color: rgb(255, 255, 255);
}

.q-footer-section .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.q-footer-section .widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 0.875rem;
    color: rgb(245, 245, 245);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-footer-section .widget_tag_cloud .tagcloud a:hover {
    background: rgba(255, 255, 255, 0.15);
}

.q-footer-section .q-copyright {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 60px 0 0;
    color: rgb(245, 245, 245);
    text-align: center;
}

.q-footer-section .q-social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-footer-section .q-social ul li {
    display: inline-block;
}

.q-footer-section .q-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Footer-Color);
    color: var(--Footer-Background-Color);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}

@media (max-width: 991px) {
    .q-footer-section .q-menu {
        text-align: center;
    }

    .q-footer-section .q-menu strong {
        margin: 15px 0 0;
        padding: 0 0 5px;
    }
}

/*-------------------------------------- 27- Profile Widget --------------------------------------*/

.q-profile-section {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    position: relative;
}

.q-profile-section .q-menu {
    width: 100%;
    display: inline-block;
    padding: 15px;
    position: sticky;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-profile-section .q-menu ul li {
    width: 100%;
    display: inline-block;
}

.q-profile-section .q-menu ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 700;
    color: rgb(55, 55, 55);
    border-radius: .25rem;
}

.q-profile-section .q-menu ul li a:hover {
    background: rgb(235, 235, 235, .5);
}

.q-profile-section .q-menu ul li a i {
    font-size: 1.25rem;
}

.q-profile-section .q-content {
    width: 100%;
    display: inline-block;
    padding: 30px 15px;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-profile-section .q-content label {
    display: block;
    padding: 0 0 5px;
    font-family: var(--Primary-Font-Family);
    font-size: 0.9rem;
    font-weight: 600;
}

.q-profile-section .q-content .q-favorites ul li {
    display: inline-block;
}

.q-profile-section .q-content .q-favorites ul li .q-property-card-section {
    margin: -15px 0 30px;
    overflow: visible;
}

.q-profile-section .q-content .q-favorites ul li .q-property-card-section .q-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 1rem;
    background: rgb(125, 125, 125);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 50%;
}

.q-profile-section .q-content input[type='text'],
.q-profile-section .q-content input[type='email'],
.q-profile-section .q-content input[type='password'],
.q-profile-section .q-content select,
.q-profile-section .q-content textarea {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    font-size: 0.875rem;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 0.31rem;
}

.q-profile-section .q-content input[type='text']:focus,
.q-profile-section .q-content input[type='email']:focus,
.q-profile-section .q-content input[type='password']:focus,
.q-profile-section .q-content select:focus,
.q-profile-section .q-content textarea:focus {
    border-color: var(--Primary-Color);
    outline: 0;
}

.q-profile-section .q-content textarea {
    height: 125px;
    padding: 10px;
    resize: none;
}

.q-profile-section .q-content .q-form {
    display: flex;
    flex-wrap: wrap;
}

.q-profile-section .q-content .q-form .prow,
.q-profile-section .q-content .q-form .prow-textarea {
    width: 50%;
    margin: 0 0 15px;
    padding: 0 5px;
    position: relative;
}

.q-profile-section .q-content .q-form .prow-locations {
    width: 100%;
}

.q-profile-section .q-content .q-form .prow-locations .location-wp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.q-profile-section .q-content .q-form .prow-locations .location-wp .location-part {
    width: 50%;
    padding: 0 5px;
}

.q-profile-section .q-content .q-form.prow-separator {
    width: 100%;
    margin: 0 10px;
    border: 1px solid rgb(235, 235, 235);
}

.q-profile-section .q-content .q-form .prow:first-child,
.q-profile-section .q-content .q-form .prow:nth-child(2) {
    width: 35%;
}

.q-profile-section .q-content .q-form .prow:nth-child(3) {
    width: 30%;
}

.q-profile-section .q-content .q-form .prow-textarea {
    width: 100%;
}

.q-profile-section .q-content .q-form .prow-upload div {
    position: relative;
}

.q-profile-section .q-content .q-form .prow-upload .button-upload {
    width: 100%;
    height: inherit;
    padding: 15px;
    background: rgba(190, 195, 200, 0.15);
    color: rgb(125, 135, 135);
    text-align: center;
    border: 1px dashed rgb(190, 195, 200);
    font-weight: normal;
    border-radius: 0.25rem;
    cursor: pointer;
}

.q-profile-section .q-content .q-form .prow-upload .button-upload input {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.q-profile-section .q-content .q-form .prow-upload .button-upload span {
    pointer-events: none;
}

.q-profile-section .q-content .q-form .prow-upload img {
    max-width: 100px;
    margin: 5px 0;
    border-radius: 0.5rem;
}

@media (max-width: 767px) {

    .q-profile-section .q-content .q-form .prow,
    .q-profile-section .q-content .q-form .prow:first-child,
    .q-profile-section .q-content .q-form .prow:nth-child(2),
    .q-profile-section .q-content .q-form .prow:nth-child(3) {
        width: 100%;
    }

    .q-profile-section .q-menu {
        margin: 0 0 30px;
    }

    .q-profile-section .q-content .q-favorites ul li .q-property-card-section {
        margin: -15px 0 30px;
    }
}

/*-------------------------------------- 29- Home Widgets --------------------------------------*/

.q-home .q-hero-section {
    width: 100%;
    height: 100vh;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    overflow: hidden;
    background-size: cover;
}

.q-home .q-hero-section .q-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: -90px 0 0;
    position: relative;
    text-align: left;
}

.q-home .q-hero-section .q-content:before {
    content: '';
    width: 100%;
    height: 135%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--Primary-Color);
    z-index: 1;
}

.q-home .q-hero-section .q-content:after {
    content: '';
    width: 100%;
    height: 135%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(0, 0, 0);
    mix-blend-mode: multiply;
    opacity: 0.5;
}

.q-home .q-hero-section .q-content .q-text {
    position: relative;
    color: rgb(255, 255, 255);
    z-index: 15;
}

.q-home .q-hero-section .q-content h1 {
    margin: 0;
    position: relative;
    font-size: 3.5rem;
    line-height: 1.5;
    text-align: center;
}

.q-home .q-hero-section .q-content p {
    color: rgb(255, 255, 255);
    font-size: 2rem;
    text-transform: capitalize;
    text-align: center;
}

.q-home .q-hero-section .q-content ul {
    margin: 15px 0;
    position: relative;
}

.q-home .q-hero-section .q-content ul li a {
    display: block;
    padding: 10px 30px;
    color: rgb(255, 255, 255);
    border-radius: 300px;
}

.q-home .q-hero-section .q-content ul li a:hover {
    background: rgba(255, 255, 255, 0.05);
}

.q-home .q-hero-section .q-content ul li a.active {
    background: var(--Secondary-Color);
}

.q-home .q-hero-section .svg {
    width: 100.5%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.q-home .q-hero-section .q-down {
    width: 25px;
    height: 35px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 300px;
    opacity: 0.5;
    z-index: 15;
}

.q-home .q-hero-section .q-down .down {
    width: 5px;
    height: 10px;
    position: relative;
    top: 5px;
    background: rgb(255, 255, 255);
    margin: 0 auto;
    border-radius: 300px;
    -webkit-animation-name: mouse-anim-drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: mouse-anim-drop;
    animation-name: mouse-anim-drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.q-home .q-hero-section .svg img {
    width: 100%;
}

@media (max-width: 991px) {
    .q-home .q-hero-section .q-content h1 {
        font-size: 2.5rem;
    }

    .q-home .q-hero-section .q-content p {
        font-size: 1.5rem;
    }
}

.q-home .q-center-section {
    position: relative;
}

/*-------------------------------------- 30- 404 Widget --------------------------------------*/

.q-404-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 90px;
    padding: 90px 0;
    text-align: center;
}

.q-404-section .q-404 {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 12rem;
    position: relative;
    justify-content: center;
    align-items: center;
}

.q-404-section .q-404:before,
.q-404-section .q-404:after {
    content: attr(data-tip);
    position: absolute;
    font-family: var(--Primary-Font-Family);
    font-weight: 800;
    background: var(--404-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 40%, 0 60%);
    clip-path: polygon(0 100%, 100% 100%, 100% 40%, 0 60%);
    -webkit-animation: WPL_Transition 1.5s infinite linear;
    animation: WPL_Transition 1.5s infinite linear;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.q-404-section .q-404:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 36%, 0 56%);
    clip-path: polygon(0 0, 190% 0, 100% 36%, 0 56%);
    -webkit-animation: WPL_Move 1.5s infinite linear;
    animation: WPL_Move 1.5s infinite linear;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.q-404-section .q-content {
    margin: 30px 0;
    padding: 0 0 60px;
    position: relative;
}

@-webkit-keyframes WPL_Transition {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translate(5px, -2%);
        transform: translate(5px, -2%);
    }
}

@keyframes WPL_Transition {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translate(5px, -2%);
        transform: translate(5px, -2%);
    }
}

@-webkit-keyframes WPL_Move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translate(-5px, 2%);
        transform: translate(-5px, 2%);
    }
}

@keyframes WPL_Move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translate(-5px, 2%);
        transform: translate(-5px, 2%);
    }
}

@media (max-width: 480px) {
    .q-404-section .q-404 {
        font-size: 9rem;
    }
}

.q-crm-section {
    width: 100%;
    display: inline-block;
    padding: 60px 0 0;
}

.q-crm-section .q-content {
    padding: 0;
    border: 0;
}

.q-crm-section .q-content .q-tab {
    padding: 0 30px;
    background: transparent;
    border: 0;
}

.q-crm-section .q-content .q-tab ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.q-crm-section .q-content .q-tab ul li {
    display: inline-block;
    margin: 0;
    background: transparent;
    border: 0;
}

.q-crm-section .q-content .q-tab ul li a {
    padding: 10px 30px;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    background: rgb(190, 195, 200);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.q-crm-section .q-content .q-tab ul li.wpl-gen-tab-active-parent a {
    background: var(--Primary-Color);
}

.q-crm-section .q-crm {
    display: flex;
    flex-wrap: wrap;
}

.q-crm-section .q-crm .prow {
    width: 20%;
    padding: 5px 10px;
}

.q-crm-section .q-crm .prow.prow-textarea {
    width: 100%;
}

.q-crm-section .q-crm .prow.prow-locations {
    width: 100%;
    padding: 0;
}

.q-crm-section .q-crm .prow.prow-locations .location-wp {
    display: flex;
    flex-wrap: wrap;
}

.q-crm-section .q-crm .prow.prow-locations .location-wp .location-part {
    width: 20%;
    padding: 5px 10px;
}

.q-crm-section .q-crm .prow img {
    display: none;
}

.q-crm-section .q-crm .prow.prow-separator {
    width: 100%;
    display: block;
    margin: 0 0 15px;
    font-family: var(--Primary-Font-Family);
    font-weight: 800;
    font-size: 1.5rem;
}

.q-crm-section .q-crm .prow>label:first-child,
.q-crm-section .q-crm .prow div>label:first-child {
    display: block;
    margin: 0 0 5px;
    font-family: var(--Primary-Font-Family);
    font-weight: 500;
    font-size: 0.9rem;
}

.q-crm-section .q-crm .prow textarea,
.q-crm-section .q-crm .prow input[type='text'],
.q-crm-section .q-crm .prow input[type='date'],
.q-crm-section .q-crm .prow input[type='email'],
.q-crm-section .q-crm .prow input[type='number'] {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 0.9rem;
    background: transparent;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
}

.q-crm-section .q-crm .prow textarea {
    height: 100px;
}

.q-crm-section .q-crm .prow textarea:focus,
.q-crm-section .q-crm .prow input[type='text']:focus,
.q-crm-section .q-crm .prow input[type='date']:focus,
.q-crm-section .q-crm .prow input[type='email']:focus,
.q-crm-section .q-crm .prow input[type='number']:focus {
    outline: 0;
    border-color: rgb(55, 55, 55);
}

.q-crm-section .wpl-crm-form-submit-btn {
    margin: 15px;
    padding: 5px 15px;
    font-size: 1rem;
    font-weight: 600;
    background: var(--Primary-Color);
}

.q-crm-section .wpl-crm-form-submit-btn:hover {
    opacity: 0.9;
}

.q-crm-section .wpl-crm-form-submit-btn .wpl-crm-icon {
    display: none;
}

@media (max-width: 1200px) {
    .q-crm-section .q-crm .prow {
        width: 33.33%;
    }
}

@media (max-width: 991px) {

    .q-crm-section .q-crm .prow,
    .q-crm-section .q-crm .prow.prow-locations .location-wp .location-part {
        width: 50%;
    }
}

@media (max-width: 767px) {

    .q-crm-section .q-crm .prow,
    .q-crm-section .q-crm .prow.prow-locations .location-wp .location-part {
        width: 100%;
    }
}

.wpl-frontend-lightbox-wp .realtyna-lightbox-title,
.wpl-frontend-lightbox-wp .wpl-radius-box-title,
.realtyna-lightbox-wp .realtyna-lightbox-title {
    font-family: var(--Primary-Font-Family);
    font-size: 1.15rem;
    font-weight: 500;
    text-transform: capitalize;
    background: var(--Button-Background-Color);
    color: var(--Button-Color);
    color: rgb(255, 255, 255);
}

.realtyna-lightbox-wp .realtyna-lightbox-close-btn,
.wpl-frontend-lightbox-wp .realtyna-lightbox-close-btn {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
    top: 15px;
    right: 15px;
}

.realtyna-lightbox-wp,
.wpl-frontend-lightbox-wp {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
}

.wpl-user-login-register .wpl-social-login-container {
    float: left;
    padding: 0;
}

.wpl-gen-form-wp .wpl-gen-link {
    color: var(--Primary-Color);
}

.wpl-gen-form-wp label,
.wpl-gen-form-wp .wpl-gen-form-label {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 0 5px;
}

.wpl-gen-form-wp textarea,
.wpl-gen-form-wp input[type='tel'],
.wpl-gen-form-wp input[type='text'],
.wpl-gen-form-wp input[type='email'],
.wpl-gen-form-wp input[type='password'],
.wpl-gen-form-wp label+textarea,
.wpl-gen-form-wp label+input[type='text'],
.wpl-gen-form-wp.wpl-login-register-form-wp input[type='tel'],
.wpl-gen-form-wp.wpl-login-register-form-wp input[type='text'],
.wpl-gen-form-wp.wpl-login-register-form-wp input[type='email'],
.wpl-gen-form-wp.wpl-login-register-form-wp input[type='password'],
.wpl-gen-form-wp.wpl-login-register-form-wp label+input[type='text'] {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    font-size: 0.875rem;
    font-weight: 500;
    background: rgb(255, 255, 255);
    border: 0;
    border-radius: 300px;
    box-shadow: 0 0 5px rgba(20, 20, 45, 0.15);
    transition: all 0.15s ease-in-out;
    opacity: 0.875;
}

.wpl-gen-form-wp textarea:focus,
.wpl-gen-form-wp input[type='tel']:focus,
.wpl-gen-form-wp input[type='text']:focus,
.wpl-gen-form-wp input[type='email']:focus,
.wpl-gen-form-wp input[type='password']:focus,
.wpl-gen-form-wp label+textarea:focus,
.wpl-gen-form-wp label+input[type='text']:focus,
.wpl-gen-form-wp.wpl-login-register-form-wp input[type='tel']:focus,
.wpl-gen-form-wp.wpl-login-register-form-wp input[type='text']:focus,
.wpl-gen-form-wp.wpl-login-register-form-wp input[type='email']:focus,
.wpl-gen-form-wp.wpl-login-register-form-wp input[type='password']:focus,
.wpl-gen-form-wp.wpl-login-register-form-wp label+input[type='text']:focus {
    box-shadow: 0 0 5px rgba(20, 20, 45, 0.05);
}

.wpl-gen-form-wp textarea,
.wpl-gen-form-wp label+textarea {
    height: 125px;
    padding: 10px;
    border-radius: 15px;
    resize: none;
}

.wpl-gen-form-wp .wpl-gen-form-row {
    display: block;
}

.wpl-gen-form-wp.wpl-login-register-form-wp .wpl-large-6 {
    width: 100%;
}

.wpl-gen-form-wp.wpl-login-register-form-wp label,
.wpl-gen-form-wp.wpl-login-register-form-wp .wpl-gen-form-label {
    width: 100%;
}

.wpl-gen-form-wp.wpl-login-register-form-wp button,
.wpl-gen-form-wp .wpl-gen-form-row>.wpl-gen-btn-1 {
    width: 100%;
    height: 45px;
    margin: 15px 0;
    font-weight: 500;
    background: var(--Button-Background-Color);
    color: var(--Button-Color);
    border-radius: 300px;
}

.wpl-gen-form-wp.wpl-login-register-form-wp button:hover {
    opacity: 0.9;
}

.wpl_addon_membership_container.wpl_membership_wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
    border: 0;
}

.wpl_addon_membership_container.wpl_membership_wrap ul.wpl_memberships_container {
    display: flex;
    flex-wrap: wrap;
}

.wpl_addon_membership_container.wpl_membership_wrap ul.wpl_memberships_container>li {
    width: 33.33%;
    display: inline-block;
}

.wpl_addon_membership_container.wpl_membership_wrap .wpl_memberships_label {
    display: none;
}

.wpl_addon_membership_container.wpl_membership_wrap .wpl_memberships_wrap {
    width: 100%;
    height: auto;
    padding: 0;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.wpl_addon_membership_container.wpl_membership_wrap .wpl_memberships_wrap .membership_headline {
    padding: 10px 15px;
}

.wpl_addon_membership_container.wpl_membership_wrap .wpl_memberships_wrap .membership_short_description,
.wpl_addon_membership_container.wpl_membership_wrap .wpl_memberships_wrap .membership_long_description {
    padding: 15px 15px 0;
    font-family: var(--Primary-Font-Family);
    font-size: 0.9rem;
}

.wpl_addon_membership_container.wpl_membership_wrap .wpl_memberships_wrap ul.membership_details {
    padding: 0 5px;
    font-family: var(--Primary-Font-Family);
    font-size: 0.95rem;
}

.wpl_addon_membership_container.wpl_membership_wrap .wpl_memberships_wrap ul.membership_details li {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.025);
    border-radius: 300px;
}

.wpl_addon_membership_container.wpl_membership_wrap .wpl_memberships_wrap ul.membership_details li .membership-value {
    font-weight: 500;
}

.wpl_addon_membership_container.wpl_membership_wrap .membership_upgrade,
.wpl_addon_membership_container.wpl_membership_wrap .membership_upgrade_link,
.wpl_addon_membership_container.wpl_membership_wrap .membership_register_link {
    display: block;
    margin: 15px 0;
    padding: 10px;
    font-family: var(--Primary-Font-Family);
    font-size: 0.95rem;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#wpl_dashboard_bottom_container {
    display: none;
}

.q-home .wpl_search_from_box .wpl_search_from_box_top,
.q-home .wpl_search_from_box .wpl_search_from_box_bottom {
    justify-content: center;
}

.q-home .q-form .q-button.q-quaternary {
    background: var(--Primary-Color);
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 !important;
}

.gallery .gallery-item {
    padding: 15px !important;
}

@media (max-width: 767px) {

    .gallery-item {
        width: 50% !important;
        padding: 0 !important;
    }
}