/*** GENERIC CSS ***/
html,
body {
  font-family: var(--body-font);
}

body {
  font-size: 16px;
  background: #141414;
  color: #555555;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #555555;
}

a:hover {
  text-decoration: none;
  color: #8f7141;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400;
  font-family: var(--title-font);
}

h1 {
  font-size: 54px;
  line-height: 1.5;
}

h2 {
  font-size: 48px;
  line-height: 1.4;
}

h3 {
  font-size: 35px;
  line-height: 1.5;
}

h4 {
  font-size: 27px;
  line-height: 1.5;
}

h5 {
  font-size: 24px;
  line-height: 1.5;
}

p {
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #000;
}

p:last-child {
  margin-bottom: 0;
}

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

.section-title.white h6,
.section-title.white h2,
.section-title.white p {
  color: #fff;
}

.section-title h6 {
  font-family: var(--body-font);
  text-transform: uppercase;
}

.section-title.black h2 {
  color: #000;
}

a,
button {
  transition: all 0.3s;
  cursor: pointer;
}

.btn-default {
  border: 1px solid #fff;
  outline: 0px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 15px;
  transition: var(--trans);
  display: inline-block;
  color: #fff;
}

.btn-default.filter-btn {
  background: var(--accent-gold);
  color: #fff;
  border-color: var(--accent-gold);
  margin: 0 10px;
  min-width: 160px;
}

.btn-default.filter-btn.active {
  background: #8f7141;
  border-color: #8f7141;
  color: #fff;
}
.contactpage-info .btn-default{
  color: #000000;
}
.buysellform .btn-default{
  color: #000000;
}

.btn-default.fillgold {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
}

.btn-default.fillgold:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.btn-default:hover,
.btn-default.active {
  background: var(--accent-gold);
  color: #fff;
}

.btn-default.transparent {
  background: none;
  color: #fff;
}

.btn-default.transparent:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.btn-default.black {
  background: #141414;
  border-color: #141414;
  color: #fff;
}

.btn-default.black:hover {
  background: #fff;
  color: #000;
  border-color: #141414;
}

/*** HEADER ***/
.header {
  width: 100%;
  padding: 15px 10px;
  z-index: 99;
  overflow: visible;
  transition: var(--trans);
  position: relative;
}

@media only screen and (min-width: 992px) {
  .header .navbar-collapse {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #141414;
  padding: 15px 20px;
  z-index: 999 !important;
}

.header.fixed .navbar-brand .logo {
  display: block;
}

.navbar-brand {
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-brand .logo img {
  max-height: 50px;
  margin-top: -15px;
}

.navbar-area {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-nav {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.main-nav .navbar {
  transition: all ease 0.5s;
  z-index: 2;
  position: unset;
  padding: 0;
}

.main-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  justify-content: center;
  align-items: center;
}

.main-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0px 12px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 15px;
  position: relative;
  transition: var(--trans);
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 14px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after,
.main-nav
  .navbar
  .navbar-nav
  .nav-item.menu-item-has-children
  > .nav-link:after {
  display: none;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
  content: "";
  font-family: IcoFont;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 1;
  font-size: 16px;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: all 0.3s;
}

.main-nav
  .navbar
  .navbar-nav
  .nav-item:hover
  > .nav-link.dropdown-toggle::before {
  transform: rotate(180deg);
  margin-top: -3px;
}

.main-nav
  .navbar
  .navbar-nav
  .nav-item.active
  > .nav-link.dropdown-toggle::before {
  transform: rotate(180deg);
  margin-top: -3px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.main-nav .navbar .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}

.navbar-brand {
  margin-left: 20px;
}

.header.fixed .main-nav .navbar .navbar-nav > .nav-item:hover > .nav-link,
.header.fixed .main-nav .navbar .navbar-nav > .nav-item.active > .nav-link {
  color: var(--accent-gold);
}

.header.fixed .main-nav .navbar .navbar-nav > .nav-item > .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav > .nav-item {
  position: relative;
}

.navbar-expand-lg .navbar-nav > .nav-item:hover .dropdown-menu,
.navbar-expand-lg .navbar-nav > .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translate(0);
  border-radius: 0;
}

.navbar-expand-lg .navbar-nav > .nav-item .dropdown-menu,
.navbar-expand-lg .navbar-nav > .nav-item .sub-menu {
  padding: 11px 0 0;
  list-style: none outside none;
  margin: 0;
  position: absolute;
  left: 0;
  width: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(30px);
  transition: transform 0.3s, opacity 0.3s, visibility, 0.3s;
  display: block;
  min-width: 200px;
  background: none !important;
  border: none !important;
}

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li {
  background: #fff !important;
  text-align: center;
}

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li > a.nav-link {
  display: inline-block;
  width: 100%;
  text-transform: inherit;
  font-size: 14px;
  text-decoration: none !important;
  padding: 8px 14px;
  display: block;
  color: #000 !important;
  background: none !important;
}

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li:hover > a.nav-link,
.navbar-expand-lg .navbar-nav > .nav-item .sub-menu .active > a.nav-link {
  background: #000 !important;
  color: #fff !important;
}

.header .navbar-nav.rt > .nav-item .nav-link i {
  margin-right: 0px;
  margin-top: -7px;
  font-size: 14px;
  vertical-align: middle;
}

.header .navbar-nav.logo .nav-item > a {
  padding: 0;
  filter: invert(1) brightness(1);
}

.header .navbar-nav.logo .nav-item > a > img {
  height: 70px;
  filter: invert(0) brightness(0);
}

.header.fixed .navbar-nav.logo .nav-item > a > img {
  filter: none;
}

.header.fixed .navbar-nav.logo .nav-item > a {
  filter: none;
}

.header.fixed .menu-btn {
  top: 21px;
}

.menu-btn {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
}

/* Hide menu button on desktop */
@media only screen and (min-width: 992px) {
  .menu-btn {
    display: none !important;
  }
}

.menu-btn span {
  width: 26px;
  height: 2px;
  background: #000000;
  display: inline-block;
  margin: 2.5px 0px;
  float: right;
  transition: all 0.3s;
  border-radius: 3px;
}

.menu-btn div {
  display: inline-block;
}

.menu-btn span:nth-child(2) {
  width: 50%;
}

.side-menu {
  position: fixed;
  right: -100%;
  width: 33.33%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  height: 100vh;
  background: #141414;
  padding: 30px 20px 0px 35px;
  overflow: hidden;
  overflow-y: scroll;
}

.side-menu.intro {
  top: 0 !important;
}

.side-menu .img img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.side-menu.intro {
  right: 0;
}

.side-menu ul.main-menu ul {
  padding: 0;
}

.side-menu ul.main-menu li {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.side-menu ul.main-menu {
  padding-left: 0px;
  margin-top: 50px;
  height: 100%;
  width: 100%;
}

.side-menu ul.main-menu li a {
  display: inline-block;
  padding: 10px 12px 10px 20px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  color: #ffffff;
  transition: 0.2s all;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition-property: transform, opacity, color;
  transition-duration: 0.55s, 0.55s, 0.3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1), ease-in-out,
    ease-in-out;
  border-bottom: 1px solid #0000001a;
}

.side-menu ul.main-menu li:hover > a,
.side-menu ul.main-menu li.active > a {
  color: #8f7141;
  font-weight: 600;
}

.side-menu .menu-item-has-children:hover > a,
.side-menu .menu-item-has-children.active > a {
  color: #000;
  font-weight: 600;
}

a.CloseBtn {
  color: #fff;
  font-size: 26px;
  margin: 0px 0px 0px 15px;
  position: relative;
  z-index: 99;
  cursor: pointer;
  min-width: 22px;
  min-height: 22px;
  position: absolute;
  top: 35px;
  right: 14px;
}

a.CloseBtn:before,
a.CloseBtn:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
}

a.CloseBtn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

a.menu-btn.active {
  /* opacity: 0;
    pointer-events: none; */
}

a.menu-btn.active span:nth-child(2) {
  opacity: 0;
}

a.menu-btn.active span:nth-child(1) {
  transform: rotate(-45deg);
  position: relative;
  top: 14px;
}

a.menu-btn.active span:last-child {
  transform: rotate(45deg);
  width: 100%;
  position: relative;
  top: -4px;
}

a.menu-btn.active span:last-child {
  width: 100%;
}

.side-menu .menu-item-has-children {
  cursor: pointer;
}

.side-menu .menu-item-has-children > a {
  pointer-events: none;
  cursor: pointer;
  position: relative;
}

.side-menu .menu-item-has-children > a:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #000;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 27px;
  top: 50%;
  transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children > a:before {
  position: absolute;
  top: 0;
  right: 34px;
  color: #fff;
  font-size: 27px;
  z-index: 99;
  top: 50%;
  transform: translate(0px, -50%);
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current > a:before {
  content: "\f068";
}

.side-menu li.menu-item-has-children ul.sub-menu {
  opacity: 1;
  visibility: visible !important;
  position: relative !important;
  left: 0 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  background: #141414;
  padding: 0px 0px !important;
  display: none !important;
  top: 0 !important;
  box-shadow: none;
  border: none;
  background: #141414;
}

.side-menu ul li.current ul.sub-menu {
  display: block !important;
  pointer-events: auto;
}

.side-menu ul.main-menu li ul.sub-menu li:hover a,
.side-menu ul.main-menu li ul.sub-menu li.current_page_item > a,
.side-menu ul.main-menu li ul.sub-menu li.active > a {
  background: #141414 !important;
  color: #fff !important;
}

.side-menu ul.main-menu li ul.sub-menu li a {
  padding: 7px 15px;
  font-size: 17px;
}

.side-menu ul li.current ul.sub-menu {
  display: block !important;
  pointer-events: auto;
}

.side-menu ul.main-menu li {
  margin: 0;
  padding: 0;
}

/*** banner ***/
.banner {
  position: relative;
  height: 100vh;
  background-size: cover;
  margin-top: -150px;
}

.banner-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.banner::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  /* background: rgba(105, 89, 69, .4);*/
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.h-100vh {
  height: 100vh;
}

.banner .pbs {
  padding-top: 60px;
}

.banner .logo {
  max-height: 80px;
  margin-bottom: 40px;
}

.banner h1 {
  color: #fff;
  font-size: 80px;
  font-family: var(--title-font);
  line-height: 1.2;
  margin-bottom: 40px;
}

.banner p {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 35px;
}

.banner .item {
  height: 100vh;
}

.banner .item img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.banner .agency-logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.banner .agency-logo img {
  filter: invert(1);
  max-height: 75px;
}

.zindex {
  position: relative;
  z-index: 99;
}

#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
}

#myVideo2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
}

/*** Properties ***/
.properties {
  padding: 70px 0;
  background: #fff;
  position: relative;
}

.section-title {
  margin-bottom: 50px;
}

.propertybox {
  margin-bottom: 10px;
}

.propertybox .img {
  overflow: hidden;
  background: #000;
  position: relative;
}

.propertybox .img img {
  transition: all 0.3s;
  position: relative;
  aspect-ratio: 1 / 0.6;
  object-fit: cover;
}

.propertybox:hover .img img {
  transform: scale(1.1);
  opacity: 0.6;
}

.propertybox .img img.logo {
  transform: scale(1) !important;
  aspect-ratio: 1 !important;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  max-height: 130px;
  opacity: 0 !important;
}

.propertybox:hover .img img.logo {
  opacity: 1 !important;
}

.propertybox p {
  color: #000;
  font-size: 16px;
  margin: 0;
}

.propertybox h3 {
  margin-top: 0;
  color: #000;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
  font-family: var(--title-font);
}

/*** why-work ***/
.why-work {
  padding: 70px 0px;
  background: linear-gradient(
      rgba(255, 255, 255, 0.85),
      rgba(255, 255, 255, 0.85)
    ),
    url(../img/bg-work.jpeg) 50% 50% no-repeat;
  background-size: cover;
}

.why-work .section-title {
  margin-bottom: 50px;
}

.why-work .card-body {
  padding: 15px 15px;
  margin-bottom: 30px;
}

.why-work .card-body img {
  max-height: 75px;
}

.why-work h5 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 24px 0px 7px 0px;
}

.why-work p {
  color: #000;
}

/*** Testimonials ***/
.testimonials {
  padding: 100px 0px;
  background: #fff;
}

.testimonials .section-title {
  margin-bottom: 40px;
}

.testimonial-item {
  padding: 30px;
  margin: 15px;
}

.testimonial-content {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-content p {
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
}

.testimonial-title {
  font-size: 16px;
  color: #666;
  margin: 10px 0;
}

.client-name {
  font-size: 20px;
  color: var(--accent-gold);
  margin: 15px 0 5px;
  font-weight: 600;
}

.broker-name {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.testimonials-slider {
  max-width: 800px;
  margin: 0 auto 50px;
}

.testimonials-slider .owl-dots {
  margin-top: 30px;
}

.testimonials-slider .owl-dot span {
  background: #ddd;
}

.testimonials-slider .owl-dot.active span {
  background: var(--accent-gold);
}

.testimonials .Background__Base-sc-2bf2b54b-1.foOQlS {
  background: none !important;
  padding: 0 !important;
}

/*** CONTACT FORM ***/
.contact-form {
  padding: 70px 0px;
}

.contact-form h2 {
  color: #fff;
}

.contact-form .form-box .btn-default {
  background: #8f7141;
  color: #fff;
  border: 2px solid #8f7141;
}

.contact-form .form-box .btn-default:hover {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.form-box {
  padding: 60px 40px 60px 40px;
}

.contact-form label input {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.form-box .form-control {
  background: none;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
  padding: 10px 0px;
  margin-bottom: 15px;
  outline: 0px;
  color: #fff;
}

.form-box .form-control::placeholder,
.form-box * {
  color: #fff;
}

.form-box textarea.form-control {
  height: 100px;
  resize: none;
}

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

.form-box .btn-default {
  margin-top: 30px;
}

.form-box .btn-default:hover {
  border: 2px solid #141414;
  background: #141414;
  color: #fff;
}

/*** FOOTER ***/
.footer {
  background: url(../img/footer-bg.jpeg) 50% 50% no-repeat;
  background-size: cover;
  padding: 70px 0px;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.footer .container {
  position: relative;
  z-index: 2;
}

/* Top Row - Logos */
.footer-top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .logo {
  display: block;
}

.footer .logo img {
  max-height: 80px;
  /* Removing invert filter to allow natural white and gold colors */
}

.footer .agency-logo {
  display: block;
}

.footer .agency-logo img {
  max-height: 80px;
  filter: brightness(0) invert(1); /* Keep agency logo white */
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .footer-top .col-12 {
    justify-content: center !important;
    margin-bottom: 20px;
  }
  
  .footer-top .col-12:last-child {
    margin-bottom: 0;
  }
}

/* Bottom Row - Contact & Copyright */
.footer-bottom {
  padding-top: 20px;
}

/* Social Media Section */
.footer .social-media {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.footer .social-media a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer .social-media a:hover {
  background: #fff;
  color: #000;
}

/* Contact Details */
.footer .contact-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer .contact-details a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer .contact-details a:hover {
  color: #8f7141;
}

.footer .contact-details .fa {
  width: 20px;
  text-align: center;
}

/* Copyright Section */
.footer .copyright {
  color: #ffffff;
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer .copyright p {
  color: #ffffff;
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .footer {
    padding: 50px 0;
  }
  
  .footer-top {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  .footer .logo img,
  .footer .agency-logo img {
    max-height: 60px;
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .footer-top .col-12,
  .footer-bottom .col-12 {
    text-align: center !important;
  }
  
  .footer .social-media {
    justify-content: center;
  }
  
  .footer .contact-details a {
    justify-content: center;
  }
  
  .footer .copyright {
    justify-content: center;
    margin-top: 30px;
  }
}

/*** Page-banner ***/
.page-banner {
  height: 50vh;
  padding-top: 50px;
}

.page-banner h1 {
  color: #fff;
  margin: 0px;
  font-size: 65px;
  text-transform: capitalize;
}

/*** About page css ***/
.contact-info > i {
  margin-top: 1px;
  margin-right: 12px;
  color: #fff;
  font-size: 16px;
  background: #000;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

.contact-info {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #000;
}

.contact-info a {
  color: #000;
}

.contact-info a:hover {
  color: #000;
  text-decoration: underline;
}

.contact-info.white a:hover {
  color: #fff !important;
}

/*** Properties page css ***/
.properties.inner {
  padding-top: 40px;
  padding-bottom: 20px;
}

/*** contactpage-info ***/
.contactpage-info {
  padding: 170px 0px;
  background: #fff;
}

/* Add mobile responsiveness for contactpage-info */
@media only screen and (max-width: 768px) {
  .contactpage-info {
    padding: 100px 0px;
    text-align: center;
  }

  .contactpage-info .col-lg-6,
  .contactpage-info .col-md-6 {
    margin-bottom: 50px;
  }

  .contactpage-info .agent-pic {
    margin: 30px auto;
  }

  .contactpage-info .contact-info {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .contactpage-info .contact-info > i {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .contactpage-info .contact-info.black.align-items-start {
    align-items: center !important;
  }

  .contactpage-info .contact-info span {
    text-align: center;
  }

  .contactpage-info .social-media {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .contactpage-info .section-titles {
    text-align: center;
  }

  .contactpage-info .bg {
    max-width: 500px;
    margin: 0 auto;
  }
}

.contactpage-info .bg {
  background: #141414;
  overflow: hidden;
  padding: 45px 35px;
}

.contactpage-info h3 {
  color: #000;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: var(--body-font);
}

.contactpage-info h5 {
  margin-bottom: 25px;
  color: #fff;
}

.contactpage-info .form-control {
  background: #fff;
  border: 0px;
  border-radius: 0px;
  padding: 10px 16px;
  margin-bottom: 18px;
  height: 50px;
  color: #000 !important;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.contactpage-info .form-control::placeholder {
  color: #000;
}

.contactpage-info .form-control:focus {
  color: #000;
  outline: 0;
  box-shadow: none;
  background: #fff;
  border-color: #000;
}

.contactpage-info textarea.form-control {
  height: 117px;
  resize: none;
}

.contactpage-info .social-media .fa {
  width: 20px;
  font-size: 20px;
}

.contactpage-info .social-media {
  margin: 0px 0px 25px 0px;
}

.contactpage-info .social-media a {
  display: inline-block;
  border: 1px solid #000;
  text-align: center;
  line-height: 38px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 5px;
}

.contactpage-info .social-media a:hover {
  background: #000;
  color: #fff;
}

.contactpage-info .social-media a img {
  max-height: 18px;
  margin-top: -4px;
}

.contactpage-info .social-media a:hover img {
  filter: invert(1);
}

.contactpage-info .agent-pic {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  border: 5px solid #141414;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.contactpage-info .agent-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/*** Buysell page ***/
.buy-sell {
  padding-top: 70px;
  position: relative;
  background: #fff;
}

.buy-sell .btn-link {
  color: #000;
  font-weight: bold;
}

.buy-sell .btn-link:hover {
  color: #000;
}

.info-small {
  overflow: hidden;
  padding: 80px 0px;
  background: #fff;
}

.info-small .section-title {
  margin-bottom: 20px;
}

/************* buysellform ********************/

.buysellform .consent-ctn {
  color: #fff;
}

.buysellform .consent-ctn a {
  color: #fff;
}

.buysellform h4 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  font-family: var(--body-font);
  text-transform: uppercase;
}

.buysellform .bg-forms {
  border-radius: 5px;
  background: #141414;
  padding: 80px 50px;
}

.buysellform .form-control {
  background: #fff;
  border: 0px;
  border-radius: 0px;
  padding: 10px 16px;
  margin-bottom: 18px;
  height: 50px;
  color: #000 !important;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.buysellform .form-control::placeholder {
  color: #000;
}

.buysellform select.form-control,
select {
  appearance: auto;
}

.buysellform .form-control:focus {
  color: #000;
  outline: 0;
  box-shadow: none;
  background: #fff;
  border-color: #ccc;
}

.buysellform textarea.form-control {
  height: 117px;
  resize: none;
}

/*** Calculator info ***/
.calc-info {
  padding: 70px 0px;
  overflow: hidden;
  background: #fff;
}

mw-calc-panel-body,
mw-calc-section {
  background: #141414 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 35px 0px !important;
}

mw-calc-section {
  padding: 35px 30px !important;
}

mw-calc-label {
  color: #fff !important;
  font-weight: 400 !important;
}

.mw-calc-search-input {
  border-radius: 0px !important;
}

#calculate_lt {
  color: #000 !important;
  background: #fff !important;
}

#calculate_lt:hover {
  color: #000 !important;
  background: #ccc !important;
}

mw-calc-table {
  background: #f5f5f5;
}

.mw-calc-table > tbody > tr.active {
  border-color: #141414 !important;
  color: #fff !important;
}

.mw-calc-table > tbody > tr.active > td {
  background: #141414 !important;
  border-color: #141414 !important;
  color: #fff !important;
}

/*** FREE HOME EVALUATION ***/
.evaluation-box {
  padding: 70px 0px;
  position: relative;
  background: #fff;
}

.evaluation-box .bg-form {
  padding: 75px 50px;
  background: #141414;
}

.evaluation-box label {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

.evaluation-box .checkbox-group label {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.evaluation-box .btn-default.bordered {
  width: 100%;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #000;
  border-radius: 0px;
  padding: 25px 0px;
  font-weight: 400;
  background: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}

.evaluation-box .btn-default.bordered span {
  font-size: 14px;
}

.evaluation-box .btn-default.bordered:hover,
.evaluation-box .btn-default.bordered.active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.evaluation-box .btn-default.active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.evaluation-box .btn-default {
  border-color: #fff !important;
}

.evaluation-box fieldset.active {
  display: block;
}

.evaluation-box .navigate-btns {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.evaluation-box p {
  color: #fff;
}

fieldset#StepOne .navigate-btns {
  justify-content: end;
}

.evaluation-box .checkbox-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.evaluation-box .checkbox-group label {
  flex: 0 1 calc(50% - 10px);
  margin-bottom: 25px;
}

.evaluation-box input[type="checkbox"] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 10px;
}

.evaluation-box .form-control {
  background: #fff;
  border: 0px;
  border-radius: 0px;
  padding: 10px 16px;
  margin-bottom: 18px;
  height: 50px;
  color: #000 !important;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.evaluation-box .form-control::placeholder {
  color: #000;
}

.evaluation-box .form-control:focus {
  color: #000;
  outline: 0;
  box-shadow: none;
  background: #fff;
  border-color: #000;
}

.evaluation-box .btn-default {
  background: #141414;
  border-color: #fff !important;
}

input.wpcf7-form-control.wpcf7-not-valid {
  border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
  display: none;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: inline-block !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  display: inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  display: inline-block !important;
}
.otgs-development-site-front-end {
  display: none;
}

.navbar-light .navbar-nav .menu-item-has-children > a {
  padding-right: 15px !important;
}

.navbar-light .navbar-nav .menu-item-has-children > a::before {
  content: "";
  font-family: IcoFont;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 1;
  font-size: 16px;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: all 0.3s;
}

.navbar-light .navbar-nav .menu-item-has-children:hover > a::before {
  transform: rotate(180deg);
  margin-top: -3px;
}

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li {
  padding: 0px;
}

.side-menu ul.main-menu li ul.sub-menu li.current-menu-item > a {
  background: #141414 !important;
  color: #fff !important;
}

/**/
.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button {
  line-height: 1.3;
  font-size: 16px;
  padding: 20px 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  text-transform: uppercase !important;
  border-radius: 0px;
  border: 2px solid #fff;
  background: #fff;
  color: #000;
  transition: all 0.3s;
  opacity: 1 !important;
  min-width: 155px;
  font-weight: 600;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
  background: none;
  color: #fff !important;
  border-color: #fff !important;
}

.evaluation-box .navigate-btns button[type="submit"] {
  margin-left: auto;
}

.evaluation-box .navigate-btns input[type="submit"] {
  margin-left: auto;
}

.evaluation-box .checkbox-group span.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.evaluation-box .checkbox-group .wpcf7-list-item {
  flex: 0 1 calc(50% - 10px);
  margin: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.evaluation-box .checkbox-group .wpcf7-list-item label {
  margin: 0;
}

.contact-form .wpcf7-list-item {
  margin: 0 0 0 0;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
  font-size: 17px;
}

.header.always-fixed {
  background: #141414;
  position: fixed;
}

.header.always-fixed .navbar-brand .logo {
  display: block;
}

.header.always-fixed .main-nav .navbar .navbar-nav > .nav-item > .nav-link {
  color: #fff;
}
.details_about {
  background: #141414 !important;
}
.accordion .card {
  background: #141414 !important;
}
.accordion .card .card-header {
  background: #141414 !important;
}
.accordion .card .card-header .btn {
  color: #fff !important;
}
.thumbs {
  background: #141414 !important;
}
#slider {
  background: #141414 !important;
}
#mw-messages-header {
  background: #141414 !important;
}
#mw-messages-chat-button-container {
  background: #141414 !important;
}

/* Hide reCAPTCHA anchor */
.grecaptcha-badge {
  display: none !important;
}

/* Select2 Multiselect Styling */
.select2-container--default .select2-selection--multiple {
  background: #fff !important;
  border: 0px !important;
  border-radius: 0px !important;
  padding: 10px 16px !important;
  margin-bottom: 18px !important;
  min-height: 50px !important;
  color: #000 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  border-bottom: 2px solid transparent !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #000 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #141414 !important;
  border: 1px solid #141414 !important;
  border-radius: 0px !important;
  color: #fff !important;
  padding: 5px 10px !important;
  margin: 2px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
  margin-right: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ccc !important;
}

.select2-dropdown {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #141414 !important;
  color: #fff !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: #000 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

/* Modal Styles */
.modal-content {
    background: #111;
    border: none;
}

/* Broker Info Styles in Accordion */
.broker-info {
    padding: 20px 0;
}
.broker-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.broker-name {
    color: #fff;
    font-size: 24px;
    margin: 0;
}
.broker-contact {
    margin: 0;
    padding: 0;
}
.broker-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}
.broker-contact a:hover {
    color: #8f7141;
}
.broker-contact i {
    margin-right: 10px;
    color: #8f7141;
    width: 20px;
    text-align: center;
}

/* Single Property Page Styles */
.single-property-page #header {
    background: #0e0e0e;
}

/* Property Slider Address Container */
.single-property-page .slider-address-ctn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.single-property-page .slider-address-ctn p {
    color: #fff;
    margin: 0;
    font-size: 24px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.single-property-page .slider-address-ctn h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

/* Property Details Section */
.single-property-page .details_about {
    background: #000;
    color: #fff;
}

.single-property-page .details_about h2,
.single-property-page .details_about h3,
.single-property-page .details_about h4,
.single-property-page .details_about h6,
.single-property-page .details_about p {
    color: #fff;
}

.single-property-page .details_about .prop-specs p {
    color: #999;
}

/* Property Buttons Styles */
.single-property-page .smaller-side {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-property-page .smaller-side .prop-btn {
    width: 70%;
    text-align: center;
    margin-bottom: 15px;
}

.single-property-page .prop-specs {
    width: 100%;
    text-align: center;
}

/* Property Slider Styles */
.single-property-page #slider {
    position: relative;
    background: #000;
    color: #fff;
}

.single-property-page .property-swiper {
    width: 100%;
    height: 600px;
}

.single-property-page .property-swiper .swiper-slide {
    position: relative;
    height: 100%;
}

.single-property-page .property-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-property-page .property-swiper .caption {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 8px 15px;
    margin: 15px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 1;
    border-radius: 4px;
    font-size: 14px;
}

/* Thumbnail Slider Styles */
.single-property-page .thumbs {
    height: 120px;
    box-sizing: border-box;
    padding: 10px 0;
    background: #000;
}

.single-property-page .thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s;
}

.single-property-page .thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* Navigation Buttons */
.single-property-page .swiper-button-next,
.single-property-page .swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.single-property-page .swiper-button-next:after,
.single-property-page .swiper-button-prev:after {
    font-size: 20px;
}

.single-property-page .swiper-pagination-bullet {
    background: #fff;
}

/* Property Map Section */
.single-property-page #map,
.single-property-page #streetView {
    height: 400px;
    width: 100%;
    position: relative;
}

.single-property-page .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255,255,255,0.8);
    padding: 15px;
    border-radius: 5px;
}

.single-property-page .loading p {
    margin: 0;
}

/* Accordion Styles */
.single-property-page .accordion .card-body,
.single-property-page .accordion .card-body p {
    color: #fff;
}

.single-property-page .accordion .card {
    background: #000;
}

/* Mobile Responsive Accordion Styles */
@media only screen and (max-width: 768px) {
    .single-property-page .larger-side {
        padding: 0;
    }

    .single-property-page .accordion-section {
        padding: 0;
    }

    .single-property-page .accordion {
        margin: 0 -15px; /* Extend beyond container padding */
    }

    .single-property-page .accordion .card {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .single-property-page .accordion .card-header {
        padding: 0;
    }

    .single-property-page .accordion .card-header .btn-link {
        font-size: 16px;
        padding: 15px;
        white-space: normal;
        text-align: left;
        line-height: 1.4;
        width: 100%;
        position: relative;
    }

    .single-property-page .accordion .card-body {
        padding: 15px;
        width: 100%;
    }

    .single-property-page .accordion .card-body p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;
        width: 100%;
        max-width: none;
    }

    /* Table responsiveness in accordion */
    .single-property-page .accordion .resp_table {
        margin: 0 -15px;
        padding: 0 15px;
        width: calc(100% + 30px);
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .single-property-page .accordion .table {
        min-width: 100%;
        width: 100%;
    }

    .single-property-page .accordion .table th,
    .single-property-page .accordion .table td {
        padding: 10px;
        font-size: 14px;
        word-break: break-word;
    }

    /* Broker info responsiveness in accordion */
    .single-property-page .broker-header {
        flex-direction: row;
        align-items: center;
        padding: 0;
        width: 100%;
    }

    .single-property-page .broker-details {
        margin-left: 15px;
        text-align: left;
        flex: 1;
    }

    .single-property-page .broker-image {
        width: 70px;
        height: 70px;
        flex-shrink: 0;
    }

    .single-property-page .broker-name {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .single-property-page .broker-contact {
        margin: 0;
        width: 100%;
    }

    .single-property-page .broker-contact li {
        margin-bottom: 5px;
    }

    .single-property-page .broker-contact a {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    /* Checkbox groups in accordion */
    .single-property-page .accordion .checkbox-group {
        width: 100%;
        padding: 0;
    }

    .single-property-page .accordion .checkbox-group label {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
}

/* Additional improvements for very small screens */
@media only screen and (max-width: 480px) {
    .single-property-page .accordion .card-header .btn-link {
        font-size: 15px;
        padding: 12px 15px;
    }

    .single-property-page .accordion .card-body {
        padding: 12px 15px;
    }

    .single-property-page .accordion .card-body p {
        font-size: 14px;
    }

    .single-property-page .accordion .table th,
    .single-property-page .accordion .table td {
        padding: 8px;
        font-size: 13px;
    }

    /* Adjust broker info for very small screens */
    .single-property-page .broker-header {
        flex-direction: column;
        text-align: center;
    }

    .single-property-page .broker-details {
        margin: 10px 0 0 0;
        text-align: center;
    }

    .single-property-page .broker-contact a {
        justify-content: center;
    }
}

/* Modal Styles */
.single-property-page .modal-content {
    background: #111;
    border: none;
    z-index: 999999999999999 !important;
}


.single-property-page .modal-header {
    border-bottom: 1px solid #333;
    padding: 20px;
}

.single-property-page .modal-header .modal-title {
    color: #fff;
    font-size: 24px;
    width: 100%;
}

.single-property-page .modal-header .btn-close {
    background-color: #fff;
}

.single-property-page .modal-body {
    padding: 30px;
}

.single-property-page .custom-form {
    color: #fff;
}
.single-property-page .btn-default{
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
  padding: 12px 30px;
}
.single-property-page .btn-default:hover{
  background-color: #8f7141 !important;
  color: #fff;
  border: 2px solid #fff;
}

.single-property-page a:hover{
  color: #8f7141;
}

/* Contact Form Styles */
.single-property-page .custom-form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}


.single-property-page .custom-form .wpcf7-form p {
    padding: 0 15px;
    margin-bottom: 20px;
}

.single-property-page .custom-form .wpcf7-form p.half-width {
    width: 100%;
}

@media (min-width: 576px) {
    .single-property-page .custom-form .wpcf7-form p.half-width {
        width: 50%;
    }
}

.single-property-page .custom-form .wpcf7-form input[type="text"],
.single-property-page .custom-form .wpcf7-form input[type="email"],
.single-property-page .custom-form .wpcf7-form input[type="tel"],
.single-property-page .custom-form .wpcf7-form textarea {
    background: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 10px 16px;
    margin-bottom: 18px;
    height: 50px;
    color: #000 !important;
    font-size: 12px;
    border-bottom: 2px solid transparent;
    width: 100%;
}

.single-property-page .custom-form .wpcf7-form textarea {
    height: 120px;
    resize: none;
}

.single-property-page .custom-form .wpcf7-form input::placeholder,
.single-property-page .custom-form .wpcf7-form textarea::placeholder {
    color: #000;
}

.single-property-page .custom-form .wpcf7-form input:focus,
.single-property-page .custom-form .wpcf7-form textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: #8f7141;
}

.single-property-page .custom-form .wpcf7-form input[type="submit"] {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
    width: auto;
}

.single-property-page .custom-form .wpcf7-form input[type="submit"]:hover {
    background: transparent;
    color: #fff;
}

.single-property-page .custom-form .wpcf7-form .wpcf7-not-valid {
    border-bottom-color: #dc3232;
}

.single-property-page .custom-form .wpcf7-form .wpcf7-response-output {
    margin: 0;
    padding: 10px 15px;
    border: none;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 14px;
}

/* Consent Checkbox Style */
.single-property-page .custom-form .wpcf7-form .consent-checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.single-property-page .custom-form .wpcf7-form .consent-checkbox input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 4px;
}

.single-property-page .custom-form .wpcf7-form .consent-checkbox .wpcf7-list-item {
    margin: 0;
}

.single-property-page .custom-form .wpcf7-form .consent-checkbox label {
    font-size: 14px;
    line-height: 1.4;
}

/* Broker Info Styles */
.single-property-page .broker-info {
    padding: 20px 0;
}

.single-property-page .broker-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.single-property-page .broker-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.single-property-page .broker-details {
    margin-left: 20px;
}

.single-property-page .broker-name {
    color: #fff;
    font-size: 24px;
    margin: 0 0 10px 0;
}

.single-property-page .broker-contact {
    margin: 0;
    padding: 0;
}

.single-property-page .broker-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.single-property-page .broker-contact a:hover {
    color: #8f7141;
}

.single-property-page .broker-contact i {
    margin-right: 10px;
    color: #8f7141;
    width: 20px;
    text-align: center;
}
