:root {
    /* Font Colors */
    --font-color-primary: #A79886;
    --font-color-primary-light: #BD9E7B;
    --font-color-secondary: #232628;
    --font-color-white: #ffffff;

    /* Background Colors */
    --bg-color-primary: #A79886;
    --bg-color-secondary: #ffffff;
    --bg-color-muted: #f7f7f6;
    --bg-color-black: #333333;
    --bg-off-white: #fafafa;

    /*--bg-dark: #1e1e1e;
  --bg-muted: #f1f1f1; */

    /* Button Colors */
    --btn-bg-primary: #A79886;
    --btn-bg-secondary: #6c757d;

    /* Link Colors */
    --link-color: #007bff;
    --link-hover-color: #0056b3;

    /* Border Colors */
    --border-color: #cccccc;

    /* Font Family */
    --font-montserrat: "Montserrat", sans-serif;
    --font-times: "Times New Roman", Times, serif;
}

body {
    background: var(--bg-off-white);
    font-family: var(--font-times);
}

.jax-progress-bar {
    background: #A79886 !important;
}

a {
    text-decoration: none;
}

.richeditor a,
.richeditor .text-primary {
    color: #A79886 !important;
}

.bg-highlight {
    background-color: #F8F8F8 !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1450px;
    padding: 0 35px;
    /*background: url(./fonts/times_newer_roman/TimesNewerRoman-Bold.woff);*/
}

.bg-white {
    background-color: var(--bg-color-secondary);
}

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

.bg-off-white {
    background-color: var(--bg-off-white);
}

.font-black {
    color: var(--font-color-secondary) !important;
}

.font-brown {
    color: var(--font-color-primary) !important;
}

.font-montserrat {
    font-family: var(--font-montserrat) !important;
}

.heading-title {
    font-family: var(--font-times);
    font-size: 56px;
    font-weight: 500;
    color: var(--font-color-primary);
    line-height: 1.1;
}

.request-a-showing{
    font-size: 28px;
}

.description-text {
    font-family: var(--font-times);
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #3f4448;
}


.up-heading {
    letter-spacing: 3px;
    color: #8c8c8c;
    font-weight: 400;
    font-family: var(--font-times);
}

.head-content .heading-title {
    color: var(--font-color-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-times);
}

.text-uppercase {
    text-transform: uppercase;
}


/*Hero-slider-css*/
.heroSwiper .swiper-slide img {
    height: 660px;
    object-fit: cover;
}

@media(max-width: 1024px) {
    .heroSwiper .swiper-slide img {
        height: 460px;
    }

}

@media(max-width: 768px) {
    .heroSwiper .swiper-slide img {
        height: 260px;
    }

    .hero-logo-center img {
        max-width: 110px;
    }

    .heroSwiper .swiper-slide img {
        height: 100vh;
    }
}

.hero-logo-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    padding: 0 20px;
}

.hero-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

/* Logo */

.hero-logo {
    opacity: 0;
    animation: logoIn 2.3s ease forwards;
    animation-delay: .5s;
}

.hero-logo img {
    max-width: 200px;
}

/* Text */

.hero-text {
    opacity: 0;
    animation: textIn 2.3s ease forwards;
    animation-delay: .5s;
    text-align: center;
}

.hero-text h1 {
    margin: 0;
    color: var(--font-color-primary-light);
    font-size: 52px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 1;
    text-transform: uppercase;
}

.hero-text span {
    display: block;
    margin-top: 10px;
    color: var(--font-color-primary-light);
    font-size: 18px;
    letter-spacing: 10px;
    text-transform: uppercase;
}

/* Animations */

@keyframes logoIn {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes textIn {
    from {
        opacity: 0;
        transform: translateX(150px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Header Section */

#page-header {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.is-sticky {
    position: fixed;
    -webkit-animation: slideDown 0.35s ease-out;
    animation: slideDown 0.35s ease-out;
    z-index: 111;
    right: 0;
    left: 0;
    top: 0px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.navbar {
    font-family: var(--font-times);
}


.navbar-brand .logo-nav {
    width: 100%;
    max-width: 282px;
}


.navbar-nav .nav-link {
    font-weight: 400;
    color: #232628;
    padding: 0.5rem 18px !important;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 2px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--font-color-primary);
}

/* Dropdown menu */

.swiper-wrapper{
    z-index: 0 !important;
}

li.nav-item.dropdown ul.dropdown-menu {
    transform: translateY(10px);
    /*transition: opacity 0.9s ease, transform 0.9s ease;*/
    transition: all 0.5s;
    display: block;
    opacity: 0;
    z-index: 999 !important;
    visibility: hidden;
}

/* Show on hover */
li.nav-item.dropdown:hover ul.dropdown-menu {
    transform: translateY(5px);
    display: block;
    opacity: 1;
    transition: all 0.5s;
    z-index: 1;
    visibility: visible;
}

li.nav-item.dropdown ul.dropdown-menu::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--bg-color-primary);
    top: -6px;
    left: 15px;
}

li.nav-item.dropdown ul.dropdown-menu li {
    border-bottom: 1px solid #ffffff14;
}

li.nav-item.dropdown ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.nav-link.active {
    color: var(--font-color-primary) !important;
}

.dropdown-menu {
    background-color: var(--bg-color-primary);
    border: none;
    min-width: 160px;
}

.dropdown-menu .dropdown-item {
    color: var(--font-color-secondary);
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0.6rem 1.2rem;
    cursor: pointer;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: var(--font-color-white);
}

/* Background image container */
.header-bg {
    position: relative;
    width: 100%;
    height: 300px;
    background: url('https://i.ibb.co/9H7QKY2/pool-house.jpg') no-repeat center center;
    background-size: cover;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/*.navbar-toggler {
    background-color: var(--btn-bg-primary);
    color: var(--font-color-white);
}
.navbar-toggler-icon {
    filter: invert(1);
}*/
a:-webkit-any-link:focus-visible {
    outline-offset: none;
}

:focus-visible {
    outline: none;
}

.address .heading-font {
    color: var(--font-color-primary);
}

@media(min-width: 1025px) and (max-width: 1200px) {
    .navbar-nav .nav-link {
        padding: 0.5rem 12px !important;
        text-transform: uppercase;
        font-size: 14px;
    }

    .heroSwiper .swiper-slide img {
        height: 500px;
    }
}

@media(max-width: 1024px) {
    .navbar-brand .logo-nav {
        max-width: 200px;
    }

    .navbar-collapse {
        position: fixed;
        z-index: 11;
        top: 0px;
        left: 0;
        background: var(--bg-color-black);
        height: 100vh !important;
        transition: all 0.5s ease;
        transform: translateX(-100%);
        opacity: 0;
        width: 100%;
        max-width: 300px;
        padding-top: 25px;
    }

    .navbar-collapse.active {
        opacity: 1 !important;
        transform: initial !important;
        transition: all 0.5s ease !important;
        display: block !important;
    }

    .navbar-collapse::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100vh;
        background: #00000054;
        right: -100%;
        z-index: -1;
        top: 0;
        pointer-events: none;
    }

    .navbar-collapse ul.navbar-nav {
        height: 100vh;

    }

    .navbar-collapse ul.navbar-nav li.nav-item {
        text-align: left;
        width: 100%;
    }

    li.nav-item.dropdown:hover ul.dropdown-menu {
        transform: initial;
        display: none;
        opacity: initial;
        transition: initial;
        left: 0;
    }

    li.nav-item.dropdown .dropdown-menu.show {
        display: block !important;
        opacity: 1;
        transform: initial;
    }

    li.nav-item.dropdown ul.dropdown-menu::before {
        display: none;
    }

    .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.5);
    }

    .navbar-nav .dropdown-menu {
        background-color: transparent;
        margin: 0 20px;
        padding: 0;
    }

    .dropdown-menu .dropdown-item {
        padding: 0.6rem 10px;
    }

    .navbar-nav .nav-link {
        padding: 10px 18px !important;
    }

    .nav-link.dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }


    li.nav-item.dropdown ul.dropdown-menu {
        display: none;
    }


    .login-text {
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
        font-size: 16px;
        cursor: pointer;
        letter-spacing: 2px;
    }

    .sidebar-box-mobile .search-wrapper {
        position: relative;
        background: transparent;
    }

    .sidebar-box-mobile .search-wrapper button {
        position: absolute;
        bottom: 0;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        border: none;
    }

    .sidebar-box-mobile .search-wrapper i {
        color: var(--font-color-white);
    }

    .sidebar-box-mobile .search-wrapper input::placeholder {
        color: var(--font-color-white);
    }

    .sidebar-box-mobile .search-wrapper input {
        padding: 10px 12px;
        font-size: 14px;
        color: var(--font-color-white);
        border-color: #7b7b7b;
        position: relative;
        background: transparent;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: var(--font-color-primary);
    }

    .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.5);
    }
}

@media(min-width: 622px) and (max-width: 1024px) {
    .navbar-collapse::before {
        display: none;
    }
}

/* Search Box */
.search-wrapper {
    max-width: 1250px;
    margin: 30px auto 60px;
    background: #A79886;
    border-radius: 4px;
    padding: 0 0;
}

.search-box {
    background: var(--bg-color-secondary);
    border-radius: 0;
    padding: 25px;
}


.search-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--font-color-white);
    padding: 0 25px;
    padding-top: 25px;
    font-family: var(--font-times);
}

.search-title > i {
    margin-right: 5px;
}

.form-check .form-check-label {
    color: #797979;
    font-family: var(--font-times);
    font-size: 15px;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-times);
    color: #797979;
}

.radio-group {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 32px;
}

/* Make all select2 inputs consistent */
.select2-container .select2-selection--single {
    height: 46px !important;
    padding: 8px 12px;
    border: initial !important;
    border-radius: 0.25rem;
    font-size: 14px;
    line-height: 1.5;
    background: #ececec;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    color: #232628;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    color: #6d5f5c;
    margin-top: 4.5px;
}

.select2-dropdown {
    border-radius: 6px;
    font-size: 14px;
    border: none;
    box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.select2-results__options {
    padding: 8px 10px;
}

/* Adjust dropdown search input */
.select2-container .select2-search--dropdown {
    padding: 4px 10px;
    position: relative;
    margin-top: 8px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f5d6b152;
    color: #A79886;
}

.select2-search--dropdown::before {
    content: '';
    position: absolute;
    background: url(../images/icon/search-icon.svg) no-repeat;
    top: 50%;
    right: 14px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-size: contain;
    opacity: 0.5;
    pointer-events: none;
}

.select2-container .select2-search__field {
    padding: 4px 10px;
    font-size: 14px;
    width: 100% !important;
    box-sizing: border-box;
    background: #ececec;
    border-radius: 2px;
}

.select2-container .select2-search__field:focus {
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ececec;
}

.btn {
    font-family: var(--font-montserrat);
    background-color: var(--bg-color-primary);
    color: var(--font-color-white);
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn:hover {
    background-color: #91806a;
    color: var(--font-color-white);
}

@media(max-width: 1200px) {
    .heading-title {
        font-size: 35px;
    }

    .search-wrapper {
        max-width: 1024px;
    }

}


@media(max-width: 1024px) {
    .search-wrapper {
        max-width: 800px;
    }

    .description-text {
        font-size: 18px;
    }

    .radio-group {
        margin-top: 10px;
    }

    .heading-title {
        font-size: 27px;
    }
}

/* Sn-alternate-css */
.sn-alternate .container-custom {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    margin: auto;
}

.sn-alternate .container-custom .row {
    background: var(--bg-color-secondary);
    width: 100%;
    margin: auto;
    padding-top: 85px;
    padding-bottom: 85px;
}

.sn-alternate .row>* {
    margin-top: 0;
}

.sn-alternate .heading-title {
    color: var(--font-color-secondary);
}

.sn-alternate .up-heading {
    color: var(--font-color-primary);
    margin-top: 15px;
}


.highlight {
    color: var(--font-color-primary);
    font-weight: 500;
    text-decoration: none;
}


.btn-custom {
    font-family: var(--font-montserrat);
    border: 3px solid var(--bg-color-primary);
    color: var(--font-color-primary);
    padding: 12px 28px;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    background: transparent;
    transition: 0.3s ease;
    border-radius: 0px;
    font-weight: 600;
}

.btn-custom:hover {
    background-color: var(--bg-color-primary);
    color: var(--font-color-white);
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media(max-width: 1200px) {
    .sn-alternate .container-custom .row {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media(max-width: 767px) {
    .btn-custom {
        padding: 12px 15px;
        font-size: 12px;
        display: block;
    }

    .sn-alternate .container-custom .image-border-overlay{
        margin-top: 15px;
    }
}

/* Sn-alternate-css */


/* sn-recent-property-css */
.property-card {
    border: none;
    background: transparent;
    padding-bottom: 10px;
    border-radius: 0 0 3px 3px;
}

.property-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    display: block;
}

.property-card:hover {
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
}

.property-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.property-card .price-tag {
    background: var(--bg-color-secondary);
    padding: 7px 10px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--font-color-primary);
    font-family: var(--font-times);
    font-size: 15px;
}

.property-card .price-old {
    text-decoration: line-through;
    opacity: .6;
}

.property-details{
    margin-top: 20px;
    min-height: 140px;
}

.property-details > * {
    line-height: 20px;
}

.property-card .location {
    color: #8b8b8b;
    font-family: var(--font-times);
    margin-bottom: 5px;
}

.property-card .location i {
    color: #333333;
    font-size: 10px;
}

.property-title {
    font-size: 20px;
    font-family: var(--font-times);
    color: #1d1d1d;
}

.property-details-group .property-title {
    color: var(--font-color-secondary);
    text-decoration: none;
}

.property-details-group .property-title:hover {
    color: var(--font-color-primary);
}


.property-details .agent {
    font-family: var(--font-times);
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    font-size: 14px;
    color: var(--btn-bg-primary);
}

.property-details .agent img {
    width: 16px;
    border-radius: 30px;
    height: 16px;
}

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

.property-card .property-meta .property-meta-item .icon {
    width: 20px;
    filter: brightness(0);
    margin-right: 7px;
}

.property-card .property-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.property-card .property-meta ul li {
    display: flex;
    align-items: center;
    line-height: 0;
    font-size: 20px;
}

@media(max-width: 1024px) {
    .under-contract {
        padding: 7px 21px;
        font-size: 18px;
        border-radius: 7px;
    }

    .overlay-center {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        right: 0;
        margin: auto;
        max-width: fit-content;
    }

    .property-card .price-tag {
        padding: 8px 12px;
        border-radius: 2px;
        font-size: 14px;
    }

    .property-image img {
        height: 255px;
    }

    .property-title {
        font-size: 23px;
    }

    .property-card .property-meta ul li {
        font-size: 16px;
    }

    .property-card .property-meta .property-meta-item .icon {
        width: 16px;
        margin-right: 4px;
    }

}

.property-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: none;
    background: transparent;
    border-radius: 0 0 3px 3px;
    transition: all 0.3s ease;
}

.property-card:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-4px);

    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
}

.property-image {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.property-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}


.property-price {
    margin-bottom: 5px;
    font-family: var(--font-times);
    color: #232323;
}

.property-price .price-tag {
    background: transparent;
    padding: 0;
    border-radius: 0;
    color: #232323;
    font-size: 18px;
    font-weight: 400;
    display: inline;
}

.property-price .price-tag + .price-tag::before {
    content: " | ";
}

/* Location */

.property-card .location {
    color: #232323;
    font-size: 16px;
    font-family: var(--font-times);
}

.property-card .location i {
    color: #444;
    font-size: 12px;
}

/* Title */

.property-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-family: var(--font-times);
    color: #232323;
}

.property-labels {
    margin-bottom: 5px;
    font-family: var(--font-times);
    font-size: 16px;
    color: #232323;
}

/* Meta */

.property-card .property-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #232323;
}

.property-card .property-meta .property-meta-item {
    color: #232323;
    font-size: 16px;
}

.property-card .property-meta .property-meta-item .icon {
    width: 20px;
    filter: brightness(0);
    margin-right: 7px;
}

.property-card .property-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.property-card .property-meta ul li {
    display: flex;
    align-items: center;
    font-size: 16px; /* same size as Sq Mt */
    line-height: 1;
    color: #232323;
}

/* Agent */

.property-agent .agent {
    display: flex;
    align-items: center;
    gap: 12px;

    font-family: var(--font-times);
    font-size: 18px;
    color: #A79886;
}

.property-agent .agent img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.property-agent .agent:hover {
    color: #A79886;
}

/* Line */

.hr-wrap hr {
    opacity: .15;
    margin: 15px 0;
}

@media(max-width: 1024px) {

    .property-image img {
        height: 255px;
    }

    .property-title {
        font-size: 18px;
    }

    .property-labels,
    .property-price {
        font-size: 16px;
    }

    .property-card .property-meta .property-meta-item,
    .property-card .property-meta ul li {
        font-size: 14px;
    }

    .property-agent .agent {
        font-size: 16px;
    }
}

/* sn-recent-property-css */


/* recent-post-details--page-css */


/*recent-post-details-sidebar-css*/

.post-details-side .sub-title-top {
    color: var(--font-color-primary);
    font-family: var(--font-times);
    letter-spacing: 0.5px;
}

.frame-group-wrap {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.frame-group-wrap::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(197, 163, 125, 0.3) !important;
    top: 0;
    right: 0;
    left: 0;
    transition: all 0.5s ease;
}

.frame-group-wrap:hover::before {
    opacity: 0;
    transition: all 0.5s ease;
}


.frame-group-wrap .photos-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #caa56a;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-family: var(--font-times);
}

.recent-post-details .under-contract {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 2px solid white;
    color: white;
    padding: 7px 21px;
    border-radius: 7px;
    font-weight: 500;
    right: 0;
    margin: auto;
    width: fit-content;
    text-decoration: none;
}

.post-details-side {
    background-color: #DCD6D0;
    color: white;
    padding: 80px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.post-details-side h2 {
    color: var(--font-color-secondary);
    font-weight: 400;
    margin-bottom: 15px;
}

.post-details-side .location {
    font-family: var(--font-times);
    color: var(--font-color-primary);
    font-size: 14px;
}

.price-box span {
    background: #2a2a2a;
    padding: 10px 20px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
}

.post-details-side .price-old {
    text-decoration: line-through;
}

.features-list {
    display: flex;
    gap: 22px 40px;
    font-size: 14px;
    flex-wrap: wrap;
}

.feature-item i {
    font-size: 28px;
    display: block;
    margin-bottom: 10px;
    color: #caa56a;
}

.features-list .feature-item .icon {
    width: 100%;
    max-width: 30px;
}

.features-list .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--font-color-primary) !important;
}

@media(max-width: 1200px) {
    .post-details-side {
        padding: 35px 25px;
    }

}


@media (max-width: 992px) {
    .post-details-side {
        padding: 50px 20px;
    }

    .features-list {
        gap: 30px;
        flex-wrap: wrap;
    }

    .property-card .price-tag {
        padding: 7px 10px;
        border-radius: 2px;
        font-size: 12px;
    }

    .property-image img {
        height: 260px;
    }

    .frame-group-wrap {
        height: 350px;
    }
}


/*recent-post-details-sidebar-css*/


/*property-tabs-nav-css*/

.property-tabs-cate li.nav-item .nav-link {
    background: transparent;
    border: none;
    color: var(--font-color-secondary);
    padding: 35px 35px;
    font-family: var(--font-times);
}

.property-tabs-cate li.nav-item .nav-link .icon {
    width: 100%;
    max-width: 25px;
    margin-right: 5px;
    filter: brightness(0.5);
}

.property-tabs-cate li.nav-item .nav-link.active .icon {
    filter: initial;
}

.property-tabs-cate li.nav-item .nav-link.active {
    border-bottom: 2px solid;
}


.required-text {
    font-size: 14px;
    color: #797979;
}

.form-post-details .heading-title {
    font-size: 40px;
    color: var(--font-color-secondary);
}

.form-post-details .property-meta-group {
    font-size: 18px;
    color: #000;
    font-family: var(--font-times);
}

.form-post-details .feature-item .icon {
    max-width: 55px;
}

.form-post-details .features-list {
    gap: 50px;
}

.form-post-details .bph-type {
    font-family: var(--font-times);
    text-transform: uppercase;
    color: #9b9b9b;
}


.post-tab-right .property-title {
    font-size: 22px;
    font-family: var(--font-times);
    color: var(--font-color-primary);
}

.property-address-content .description-text:last-child {
    margin-bottom: 0;
}

.post-tab-left .form-control {
    background: #e9e9e9;
    border: none;
    border-radius: 4px;
    height: 50px;
}

.post-tab-left textarea.form-control {
    height: 220px;
    resize: none;
}

.post-tab-left label {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #797979;
    margin-bottom: 8px;
}

.gfield_required {
    color: #c02b0a;
}

.submit-btn,
.read-btn {
    background: #A79886;
    border: none;
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 4px;
    opacity: 0.8;
    transition: all 0.3s;
    margin: 0 auto;
    display: block;
    width: max-content;
}

.submit-btn:hover,
.read-btn:hover {
    background: #A79886;
    opacity: 1;
}


.share-bar {
    background: #111;
    color: #fff;
    padding: 15px 20px;
    margin-top: 40px;
    font-weight: 500;
}

.social-buttons .btn {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.social-buttons .btn i {
    font-size: 18px;
}

.btn-email {
    background: #0d6efd;
    color: var(--font-color-white);
}

.btn-facebook {
    background: #3b5998;
    color: var(--font-color-white);
}

.btn-twitter {
    background: #1da1f2;
    color: var(--font-color-white);
}

.btn-google {
    background: #db4437;
    color: var(--font-color-white);
}

.btn-reddit {
    background: #62a3d9;
    color: var(--font-color-white);
}

.btn-youtube {
    background: #ed4054;
    color: var(--font-color-white);
}

.btn-pinterest {
    background: #b81621;
    color: var(--font-color-white);
}
.social-buttons a.check-icon {
  background: #ed4054;
}
.social-buttons a.check-icon svg {
  width: 14px;
}
.social-buttons .btn-email:hover {
    background: #0274df;
}

.social-buttons .btn-facebook:hover {
    background: #0274df;
}

.social-buttons .btn-twitter:hover {
    background: #0274df;
}

.social-buttons .btn-google:hover {
    background: #ce2616;
}

.social-buttons .btn-reddit:hover {
    background: #62a3d9;
}

.social-buttons .btn-youtube:hover {
    background: #b21627;
}

.social-buttons .btn-pinterest:hover {
    background: #8a1119;
}


.newsletter-check {
    font-size: 14px;
    margin-top: 10px;
}


/*Light-box-slider

.property-gallery .main-slider {
    position: relative;
}

.property-gallery .main-slider img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* Slide Counter Style */


.gallery-main-wrapper {
    padding: 30px;
    background: #fff;
}



.property-gallery .thumb-slider {
  margin-top: 12px;
}
.thumb-swiper-btn svg {
    display: none;
}

.thumb-swiper-btn i {
    color: #000;
    font-size: 28px;
}

.thumb-swiper-btn .swiper-button-next {
    right: -32px;
}
.thumb-swiper-btn .swiper-button-prev {
    left: -35px;
}

.property-gallery .thumb-slider img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
}

.property-gallery .thumb-slider .swiper-slide {
  border: 5px solid transparent;
}
.property-gallery .thumb-slider .swiper-slide:hover {
  border: 5px solid var(--bg-color-primary);
}
.property-gallery .thumb-slider .swiper-slide-thumb-active {
  border: 5px solid var(--bg-color-primary);
}

.property-gallery .swiper-pagination {
  position: absolute;
  top: 35px;
  right: 0;
  text-align: right;
  font-size: 40px;
  padding-right: 20px;
  color: #fff;
  font-family: var(--font-times);
  pointer-events: none;
}
.property-gallery .swiper-pagination .swiper-pagination-current {
  font-size: 72px;
}
.property-gallery .swiper-button-next,
.property-gallery .swiper-button-prev {
  color: #fff;
}

/*LIght-box-slider*/

.features-list-wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
}

.features-list-wrap ul li i {
    color: var(--font-color-primary);
    font-size: 10;
}

.features-list-wrap ul li a {
    text-decoration: none;
    font-size: 20px;
    color: var(--font-color-primary);
}

.features-list-wrap ul li {
    padding: 12px 10px;
}

.features-list-wrap ul li:hover {
    background: rgba(0, 0, 0, 0.03);
}


.post-map-iframe {
    width: 100%;
    height: 450px;
}


@media(max-width: 1200px) {
    .form-post-details .feature-item .icon {
        max-width: 35px;
    }

    .form-post-details .property-meta-group {
        font-size: 16px;
    }
}


@media(max-width: 1024px) {
    .property-tabs-cate li.nav-item .nav-link {
        padding: 22px 20px;
    }

    .property-gallery .main-slider img {
        height: 250px;
    }

    .property-gallery .thumb-slider img {
        height: 30px;
    }

    .property-gallery .swiper-pagination {
        top: 15px;
        font-size: 22px;
    }

    .property-gallery .swiper-pagination .swiper-pagination-current {
        font-size: 30px;
    }

    .property-gallery .swiper-button-next,
    .property-gallery .swiper-button-prev {
        padding: 10px;
    }

    .post-map-iframe {
        width: 100%;
        height: 250px;
    }

    .features-list-wrap ul li a {
        font-size: 14px;
    }

}

@media(max-width:991px) {

    .post-tab-left,
    .post-tab-right {
        padding: 20px 20px;
    }
}

@media(max-width: 767px) {
    .property-tabs-cate li.nav-item {
        width: 100%;
    }

    .property-tabs-cate li.nav-item button.nav-link {
        width: 100%;
        text-align: left;
        padding: 18px 15px;
    }

    .form-post-details .heading-title {
        font-size: 26px;
    }

    .form-post-details .features-list {
        gap: 18px;
        grid-template-columns: 1fr 1fr;
        display: grid;
    }

    .post-tab-left .form-control {
        height: 40px;
    }

    .post-tab-left label {
        margin-top: 15px;
    }

    .post-tab-left textarea.form-control {
        height: 120px;
    }

    .post-tab-left .form-check-label {
        margin-top: 0;
    }

    .social-buttons .btn {
        font-size: 12px;
        padding: 5px 5px;

    }

    .share-bar {
        padding: 12px 15px;
    }

    .submit-btn,
    .read-btn {
        padding: 12px 20px;
        font-size: 12px;
    }

    .features-list-wrap ul {
        grid-template-columns: 1fr;
    }

    .features-list-wrap ul li i {
        font-size: 10px;
    }

    .features-list-wrap ul li {
        padding: 10px 10px;
    }
}


.agent-info-section{
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-gap: 20px;
    padding: 20px;
}

@media(max-width: 1120px){
    .agent-info-section{
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}

.agent-info-top-section{
    background-color: #ececec;
}

.agent-info-section .heading-title {
    font-size: 22px;
    color: var(--font-color-secondary);
    margin-bottom: 10px;
}

.agent-info-section .user-designation {
    margin-bottom: 0px;
}

.agent-info-section .contact-information {
    margin-bottom: 7px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.agent-info-section .contact-information .item {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.agent-info-section .contact-information a {
    color: var(--font-color-secondary);
    text-decoration: none;
}


/*for-sale-aruba-page-css*/
.grid-custom-col .property-card {
    display: grid;
    grid-template-columns: 3fr 7fr;
    padding-bottom: 0;
}

.grid-custom-col .mb-xl-5 {
    margin-bottom: initial !important;
}

.grid-custom-col .property-image img {
    height: 100%;
}

.grid-custom-col .property-card .property-image img {
    display: block !important;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
}

.group-grid-toggle {
    background: #ececec;
}

.group-grid-toggle i {
    color: #b7b7b7;
    cursor: pointer;
    margin: 0 5px;
    padding: 5px 0;
}

.group-grid-toggle .view-active i {
    color: #A79886;
}

.property-price-holder {
    background: var(--bg-color-primary);
    color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
}

.property_container_toggle .grid-custom-col .property-image {
    margin: 15px;
}

.property_container_toggle .grid-custom-col .property-grid-price,
.grid-custom-col .status-label {
    display: block !important;
}

.property_container_toggle .grid-custom-col .location {
    display: none;
}

.grid-custom-col .property-title {
    color: var(--font-color-primary);
}


.pagination-container {
    display: flex;
    justify-content: center;
}

.pagination {
    gap: 12px;
}

.page-item .page-link {
    border-radius: 4px;
    background-color: #b7b7b7;
    border: none;
    color: #ffffff;
    padding: 12px 22px;
    font-size: 18px;
}

.page-item.disabled .page-link {
    background-color: #b7b7b7;
    opacity: 0.6;
    pointer-events: none;
}

.page-link.active{
    background-color: #A79886;
    color: #ffffff;
}

.page-item .page-link:hover {
    background-color: #A79886;
}

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    line-height: 0;
    padding-top: 22px;
    padding-bottom: 22px;
}


@media(max-width: 767px) {
    .grid-custom-col .property-card {
        grid-template-columns: 1fr;
    }

    .pagination {
        gap: 5px;
    }

    .pagination .page-item .page-link {
        padding: 12px 8px;
        font-size: 10px;
    }
}

/*for-sale-aruba-page-css*/


/*property-management-company-aruba-page-css*/

/*Inner-banner-css*/
.hero-inner-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    background-position: center center !important;
}

@media(max-width: 1024xp) {
    .casaroyal-promo-block {
        background-color: #333333de !important;
    }
}

/*Inner-banner-css*/


/*custom-icon-box-css*/

.casaroyal-icon-box {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 45px 42px;
}

.casaroyal-icon-box:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    z-index: 9;
}


.casaroyal-icon-box-content .description-text {
    font-size: 16px;
    color: #999;
}

.casaroyal-icon-box-icon i {
    font-size: 40px;
    color: #A79886;
}

@media(max-width: 767px) {
    .casaroyal-icon-box {
        padding: 15px 5px;
    }
}

/*custom-icon-box-css*/


/*buying-selling-wrapper-css*/
.buying-selling-wrapper .heading-title {
    font-size: 40px;
}

.buying-selling-wrapper .btn:hover {
    background: var(--bg-color-primary) !important;
    color: #fff;
}

/*buying-selling-wrapper-css*/

/*team-page-css*/

.team-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.team-img {
    background: #d2b48c;
}

.team-img img {
    width: 100%;
    height: 425px;
    object-fit: cover;
}

.team-content {
    padding: 25px;
}

.team-content h5 {
    margin-bottom: 5px;
}

.team-content .team-user-title {
    font-size: 34px;
}

.user-designation {
    font-size: 17px;
    color: #111;
    margin-bottom: 15px;
    font-family: var(--font-times);
}

.team-contact-info {
    font-size: 14px;
    color: #555;
}

.team-contact-info i {
    color: var(--font-color-primary);
    margin-right: 8px;
    font-size: 18px;
}

.team-contact-info a {
    color: var(--font-color-primary);
    ;
    text-decoration: none;
    font-family: var(--font-times);
    font-size: 17px;
}

.team-contact-info a:hover {
    color: var(--font-color-secondary);
}

.social-icons a {
    color: #A79886;
    margin-right: 15px;
    font-size: 20px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #000;
}

hr {
    opacity: 0.1;
}


@media(max-width: 767px) {
    .team-img img {
        height: 300px;
    }
}

/*team-page-css*/


/*contact-page-css*/
.info-item-contact ul li {
    margin-bottom: 10px;
    font-family: var(--font-times);
    font-size: 18px;
}

.info-item-contact ul li a {
    color: var(--font-color-secondary);
    text-decoration: none;
}

.info-item-contact ul li i {
    color: var(--font-color-primary);
    width: 100%;
    max-width: 35px;
}

.info-section-contact .logo-ct-page {
    width: 100%;
    max-width: 250px;
}

/*contact-page-css*/


/*login-model-css*/

.login-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    z-index: 111;
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    display: none;
}

.login-modal-wrap.active {
    display: block;
}

.login-modal-wrap .login-modal {
    max-width: 450px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    position: relative;
}

/* Title */
.login-modal h2 {
    font-family: var(--font-times);
    color: #b28b67;
    margin-bottom: 30px;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #b28b67;
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

/* Input Group Styling */
.input-group-text {
    background: #dcdcdc;
    border: none;
    width: 50px;
    justify-content: center;
    color: #555;
}

.login-modal .form-control {
    background: #e5e5e5;
    border: none;
    height: 50px;
}

.login-modal .form-control:focus {
    box-shadow: none;
    background: #e5e5e5;
}

/* Remember + Login */
.login-modal .login-btn {
    background: #b28b67;
    border: none;
    padding: 10px 25px;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
}

.login-modal .login-btn:hover {
    background: #9c7757;
}

.form-check-label {
    color: #777;
    font-size: 14px;
}

.login-modal .links {
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.links .remember-checkbox {
    color: #b28b67;
    text-decoration: none;
}

.links .casaroyal-lost-password {
    color: #797979;
    text-decoration: none;
}


/*login-model-css*/


/* Footer-css */

.footer-section {
    background-color: #DCD6D0;
}

.news-item-ft {
    gap: 15px;
}

.news-item-ft small {
    color: #888888;
    text-transform: uppercase;
    font-weight: 300;
    font-family: var(--font-times);
}

.footer-logo .ft-logo {
    width: 100%;
    max-width: 260px;
}

.news-item-ft img {
    width: 100%;
    max-width: 90px;
}

.main-title {
    font-size: 34px;
    font-weight: 500;
    font-family: var(--font-times);
}

.sub-title {
    font-family: var(--font-times);
    letter-spacing: 2px;
    font-size: 24px;
}


.footer-text,
.footer-text * {
    font-size: 14px;
    line-height: 1.7;
    color: var(--font-color-secondary);
    font-family: var(--font-times);
    margin: 15px 30px;
}

.footer-contact li {
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-heading {
    letter-spacing: 2px;
    font-size: 16px;
    color: var(--font-color-primary);
    margin-bottom: 20px;
}

.news-item-ft .news-title {
    font-weight: 400;
    font-size: 20px;
    font-family: var(--font-times);
    line-height: 26px;
    margin: 0;
}

.social-box {
    background-color: #f5f5f5;
    color: #333;
    padding: 15px;
}

.social-placeholder {
    background: var(--bg-color-secondary);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}

.footer-bottom {
    background-color: #333333;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid #dddddd1c;
    font-family: var(--font-times);
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 15px;
}

.footer-bottom a:hover {
    color: var(--font-color-white);
}

.footer-contact li a {
    color: var(--font-color-white);
    text-decoration: none;
}

.news-item-ft a {
    color: var(--font-color-white);
    text-decoration: none;
}

.whatsapp-ft {
    max-width: 65px;
    position: fixed;
    bottom: 25px;
    right: 50px;
    transition: all 0.3s;
}

.whatsapp-ft img {
    opacity: 0.8;
}

.whatsapp-ft:hover img {
    opacity: 1;
}

#go-to-top {
    display: inline-flex;
    background-color: var(--bg-color-primary);
    width: 55px;
    height: 55px;
    align-items: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 0;
    opacity: 0.8 !important;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    justify-content: center;
    font-size: 22px;
    left: 0;
    margin: auto;
    transition: all 0.3s;
}

#go-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    color: var(--font-color-white);
}

#go-to-top:hover {
    cursor: pointer;
    background-color: var(--bg-color-primary);
    opacity: 1 !important;
}

#go-to-top:active {
    background-color: #555;
}

#go-to-top.show {
    opacity: 1;
    visibility: visible;
}

@media(max-width: 1024px) {
    .news-item-ft .news-title {
        font-size: 14px;
    }

    .footer-section .sub-title {
        font-size: 16px;
    }

    .footer-section .main-title {
        font-size: 24px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 15px;
    }

    .whatsapp-ft {
        max-width: 40px;
        bottom: 20px;
        right: 30px;
    }

    #go-to-top {
        width: 40px;
        height: 40px;
        font-size: 15px;
        bottom: 20px;
    }

}

@media(max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }

    /* Footer-css */
}

/* Agent Page */
.head-agent-wrapper {
    height: 120px;
    background-color: rgb(35 38 40 / 92%);
}
.agent-details .container {
    max-width: 1280px;
    padding: 0 35px;
}
.custom-grid-for-agent {
    display: grid;
    grid-template-columns: 2.7fr 1fr;
    gap: 15px;
}
.contact-card {
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    padding: 0 0px;
    position: sticky;
    top: 132px;
}
.agent-details-wrap .entry-title {
    font-size: 40px;
}
.contact-card .search-box {
    border-radius: 0 0 5px 5px;
    padding: 20px 20px;
}
.contact-card .search-title {
    text-transform: uppercase;
    background: #A79886;
    margin: 0;
    padding: 20px 20px;
    border-radius: 5px 5px 0 0;
}

.contact-card .search-title > i {
    margin-right: 15px;
}
.agent-img {
    width: 100%;
    border-radius: 12px;
}
.agent-name {
    font-family: var(--font-times);
    font-size: 40px;
    font-weight: 500;
}
.agent-role {
    color: #909090;
    margin-bottom: 20px;
    font-family: var(--font-times);
    font-size: 17.85px;
}
.contact-info span,
.contact-info a {
    font-size: 17.85px;
    margin-right: 30px;
    color: rgb(17, 17, 17);
    text-decoration: none;
    font-family: var(--font-times);
}
.contact-info span i,
.contact-info a i {
    margin-right: 5px;
    color: #999;
    font-size: 16px;
}
.social-agent-list {
    display: flex;
    list-style: none;
    gap: 10px;
    justify-content: start;
    padding: 0;
    margin: 0 0 10px;
}
.social-icon {
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 20px;
    margin: 10px 0 5px;
    transition: all 0.5s ease;
}
.social-icon i {
    color: #888;
}
.social-icon:hover {
    background: #A79886;
    transition: all 0.5s ease;
}
.social-icon:hover i {
    color: #fff;
}
.contact-header {
    background: #b8946d;
    color: #fff;
    padding: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.contact-card .form-control {
    background: #ececec;
    border: none;
    font-size: 14px;
    font-family: var(--font-times);
    padding: 11.6px 15px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.contact-card textarea.form-control {
    height: 100px;
}

.property-details .agent a {
    color: var(--btn-bg-primary);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.property-id {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .agent-details .container {
        padding: 0 25px;
    }
    .custom-grid-for-agent {
        grid-template-columns: 2fr 1fr;
    }
}
@media (max-width: 767px) {
   .contact-card {
        padding: 0 15px;
    } 
   .agent-details .container {
        padding: 0 0px;
    } 
    .custom-grid-for-agent {
        grid-template-columns: 1fr;
    }
    .contact-info span,
    .contact-info a {
        font-size: 16px;
        margin-right: 15px;
    }
    .agent-name {
        font-size: 32px;
    }
    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}
/* Agent Page */


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


.form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    padding: 0 !important;
    max-width: 100%
}
.contact-card .search-box .form-container {
    grid-template-columns: 1fr;
}

.form-container .form-group {
    margin: 0px;
    padding: 0px;
    position: relative
}

.grid-1x3 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 15px 25px;
    padding: 0 !important;
    max-width: 100%
}

.grid-2x3 {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 15px 25px;
    padding: 0 !important;
    max-width: 100%
}

@media(max-width: 767px) {
    .form-container {
        grid-template-columns:minmax(100%,1fr);
        grid-gap: 25px 25px
    }
}

.form-container .full-width {
    grid-column: 1 / -1
}

.grid-full-width {
    grid-column: 1 / -1
}

.grid {
    display: grid
}

.form-error {
    color: red;
    font-size: 14px;
    line-height: inherit;
    display: block
}
.form-control{
    border-radius: 0px;
}
.form-control:focus {
    border: 1.3px solid #214C8C;
    outline: none;
    box-shadow: none;
}

/* Parent image wrapper */
.image-border-overlay {
    position: relative;
    overflow: hidden;
}

/* White border overlay */
.image-border-overlay::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    pointer-events: none;
    z-index: 2;
}


.gallery{
    max-width:100vw;
    overflow:hidden;
    height:500px
}
.gallery,.gallery__slide{
    position:relative
}
.gallery__slide--video{
    opacity:1!important
}
.gallery__slide-image{
    height:100%
}
.gallery__slide-image-img{
    height:100%;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover
}
@media (min-width:768px){
    .gallery .slick-track{
        width:100%!important;
        -webkit-transform:initial!important;
        transform:none!important
    }
}
@media (min-width:768px){
    .gallery .slick-slide[tabindex="-1"]{
        display:none
    }
}
@media (min-width:768px){
    .gallery .slick-slide[data-slick-index="0"]{
        width:60%!important
    }
    .gallery .slick-slide[data-slick-index="1"]{
        position:absolute;
        width:calc(20% - 4px)!important;
        height:50%!important;
        left:calc(60% + 4px);
        top:0
    }
    .gallery .slick-slide[data-slick-index="2"]{
        position:absolute;
        width:calc(20% - 4px)!important;
        height:50%!important;
        left:calc(80% + 4px);
        top:0
    }
    .gallery .slick-slide[data-slick-index="3"]{
        position:absolute;
        top:calc(50% + 4px);
        width:calc(20% - 4px)!important;
        height:calc(50% - 4px);
        left:calc(60% + 4px);
    }
    .gallery .slick-slide[data-slick-index="4"]{
        position:absolute;
        top:calc(50% + 4px);
        width:calc(20% - 4px)!important;
        height:calc(50% - 4px);
        left:calc(80% + 4px);
    }
}
.gallery .slick-slide[data-slick-index="4"] a:before{
    position:absolute;
    content:"Show more";
    color:#fff;
    font-size:18px;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    background:transparent
}
.gallery .slick-list,.gallery .slick-track{
    height:100%
}
.gallery .slick-slide,.gallery .slick-slide a{
    -webkit-transition:var(--transition);
    transition:var(--transition)
}
.gallery .slick-slide:focus,.gallery .slick-slide:hover,.gallery .slick-slide a:focus,.gallery .slick-slide a:hover{
    outline:none
}
@media (min-width:768px){
    .gallery .slick-slide:hover,.gallery .slick-slide a:hover{
        opacity:.7
    }
}
.gallery .slick-arrow{
    height:20px;
    width:22px;
    position:absolute;
    bottom:0;
    top:0;
    margin:auto;
    font-size:0;
    background-color:transparent;
    border:0;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:50%;
    cursor:pointer;
    padding:0;
    z-index:1
}
.gallery .slick-arrow:before{
    display:none
}
.gallery .slick-arrow:focus,.gallery .slick-arrow:hover{
    outline:none
}
.gallery .slick-arrow svg{
    -webkit-transition:var(--transition);
    transition:var(--transition);
    fill:#fff
}
.gallery .slick-arrow svg:hover{
    fill:var(--prima-brown)
}
.gallery .slick-prev{
    left:15px
}
.gallery .slick-next{
    right:15px
}

.compact-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding: 0;
    background: transparent;
}

.compact-features .feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}


.compact-features .property-meta-group,
.compact-features .property-meta-number,
.compact-features .property-meta-name {
    display: inline;
}

.property-form-sidebar {
    padding: 20px;
}
@media(max-width: 992px){
    .property-form-sidebar {
        padding: 0px;
    }
}

.property-form-sidebar .gfield {
    margin-bottom: 12px;
}

.property-form-sidebar input,
.property-form-sidebar select,
.property-form-sidebar textarea {
    padding: 8px 12px;
    min-height: auto;
}

.agent-sidebar {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.property-location-section {
    margin-top: 40px;
}