/* [ -- Master Stylesheet -- ] */
/* ##################################################

:: Template Name: South - Real Estate Agency Template
:: Author: Colorlib
:: Author URL: https://colorlib.com
:: Version: 1.0
:: Created: 15 April 2018
:: Last Updated: 25 April 2018

################################################## */
/* ##### Index of Stylesheet #####

:: 1.0 Import Fonts 
:: 2.0 Import All CSS
:: 3.0 Base CSS
:: 4.0 Preloader Area CSS
:: 5.0 Scroll Up Area CSS
:: 6.0 Section Heading Area CSS
:: 7.0 South Button CSS
:: 8.0 Header Area CSS
:: 9.0 Welcome Area CSS
:: 10.0 Advanced Search Area
:: 11.0 Single Property Area CSS
:: 12.0 Testimonials Area CSS
:: 13.0 Editor Area CSS
:: 14.0 Call to Action CSS
:: 15.0 Footer Area CSS
:: 16.0 Breadcumb Area CSS
:: 17.0 About Us Area CSS
:: 18.0 Team Member Area CSS
:: 19.0 Listings Area CSS
:: 20.0 Blog Area CSS 
:: 21.0 Contact Area CSS
:: 22.0 Shortcode Area CSS

##### Index of Stylesheet ##### /*

/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/classy-nav.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);
@import url(css/nice-select.css);
@import url(css/jquery-ui.min.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
  font-weight: 600; }

p {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 2;
  font-weight: 600; }

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 600; }
  a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 600; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

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

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

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

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

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

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

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

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

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

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

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

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

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-transparent {
  background-color: transparent; }

.bg-transparent-dark {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-transparent-light {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

.section-padding-100 {
  padding: 100px 0; }

.section-padding-50 {
  padding: 50px 0; }

.section-padding-50-0 {
  padding: 50px 0 0 0; }

.section-padding-100-70 {
  padding: 100px 0 70px; }

.section-padding-100-50 {
  padding: 100px 0 50px; }

.section-padding-100-0 {
  padding: 100px 0 0; }

.section-padding-0-100 {
  padding: 0 0 100px; }

.section-padding-100-20 {
  padding: 100px 0 20px 0; }

.bg-fixed {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #947054;
    opacity: 0.7;
    content: ''; }

.bg-overlay-black {
  position: relative;
  z-index: 1; }
  .bg-overlay-black::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    content: ''; }

.bg-overlay-white {
  position: relative;
  z-index: -1; }
  .bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 241, 255, 0.5);
    content: ''; }

.gradient-background-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0) 100%); }

.bg-gray {
  background-color: #f5f7f9; }

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch; }

.gradient-background-overlay {
  position: relative;
  z-index: 3; }

/* :: 4.0 Preloader Area CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: transparent;
  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;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 280ms ease, visibility 280ms ease;
  transition: opacity 280ms ease, visibility 280ms ease; }

#preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.south-load {
  width: 220px;
  max-width: calc(100vw - 40px);
  height: auto;
  position: relative;
  z-index: 9;
  animation: south-load-float 1200ms ease-in-out infinite, south-load-gloss 2600ms ease-in-out infinite; }

@media (max-width: 768px) {
  .south-load {
    width: 180px;
  }
}

.south-load img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 28px rgba(22, 36, 58, 0.2)); }

.south-load::before {
  content: none;
}

.south-load::after {
  content: none;
}

/* Alternate variant: add class "preloader-skyline" on #preloader */
#preloader.preloader-skyline .south-load {
  width: 190px;
  height: 122px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background:
    linear-gradient(180deg, #f6e6c9 0%, #ead6b4 100%) 10px 58px / 44px 64px no-repeat,
    linear-gradient(180deg, #f6e6c9 0%, #ead6b4 100%) 72px 30px / 54px 92px no-repeat,
    linear-gradient(180deg, #f6e6c9 0%, #ead6b4 100%) 140px 46px / 40px 76px no-repeat,
    repeating-linear-gradient(
      to bottom,
      rgba(116, 83, 53, 0.82) 0 6px,
      transparent 6px 13px
    ) 20px 66px / 8px 48px no-repeat,
    repeating-linear-gradient(
      to bottom,
      rgba(116, 83, 53, 0.82) 0 6px,
      transparent 6px 13px
    ) 37px 66px / 8px 48px no-repeat,
    repeating-linear-gradient(
      to bottom,
      rgba(116, 83, 53, 0.86) 0 6px,
      transparent 6px 13px
    ) 84px 40px / 9px 76px no-repeat,
    repeating-linear-gradient(
      to bottom,
      rgba(116, 83, 53, 0.86) 0 6px,
      transparent 6px 13px
    ) 104px 40px / 9px 76px no-repeat,
    repeating-linear-gradient(
      to bottom,
      rgba(116, 83, 53, 0.82) 0 6px,
      transparent 6px 13px
    ) 150px 54px / 8px 60px no-repeat,
    repeating-linear-gradient(
      to bottom,
      rgba(116, 83, 53, 0.82) 0 6px,
      transparent 6px 13px
    ) 166px 54px / 8px 60px no-repeat;
  animation: south-skyline-glow 1150ms ease-in-out infinite;
}

#preloader.preloader-skyline .south-load::before {
  left: 0;
  right: 0;
  top: auto;
  bottom: -4px;
  width: 190px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(128, 93, 64, 0), rgba(128, 93, 64, 0.5), rgba(128, 93, 64, 0));
  box-shadow: none;
}

#preloader.preloader-skyline .south-load::after {
  content: "Loading skyline homes...";
  bottom: -36px;
}

@keyframes south-load-float {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 14px 28px rgba(22, 36, 58, 0.15);
  }
  50% {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 34px rgba(22, 36, 58, 0.2);
  }
}

@keyframes south-load-gloss {
  0%, 100% {
    filter: saturate(1) brightness(1);
  }
  50% {
    filter: saturate(1.08) brightness(1.07);
  }
}

@keyframes south-skyline-glow {
  0%, 100% {
    transform: translateY(0);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-3px);
    filter: brightness(1.08);
  }
}

/* :: 5.0 Scroll Up Area CSS */
#scrollUp {
  background-color: #947054;
  border-radius: 50%;
  bottom: 40px;
  right: 40px;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 24px;
  height: 50px;
  text-align: center;
  width: 50px;
  line-height: 46px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #000000; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }

/* :: 6.0 Section Heading Area CSS */
.section-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 100px; }
  .section-heading img {
    margin-bottom: 10px; }
  .section-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading p {
    color: #947054;
    font-size: 14px;
    margin-bottom: 0;
    font-style: italic; }

/* :: 7.0 South Button CSS */
.south-btn {
  position: relative;
  z-index: 1;
  min-width: 170px;
  height: 50px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #947054;
  border-radius: 0;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase; }
  .south-btn.active, .south-btn:hover, .south-btn:focus {
    color: #ffffff;
    background-color: #000000; }
  .south-btn.btn-2 {
    border: 2px solid #947054;
    background-color: transparent;
    color: #947054;
    line-height: 46px; }
    .south-btn.btn-2:hover, .south-btn.btn-2:focus {
      color: #ffffff;
      background-color: #947054; }
  .south-btn.btn-3 {
    border: 2px solid #000000;
    background-color: transparent;
    color: #000000;
    line-height: 46px; }
    .south-btn.btn-3:hover, .south-btn.btn-3:focus {
      color: #ffffff;
      background-color: #000000; }

/* :: 8.0 Header Area CSS */
.dark .classynav ul li .dropdown,
.dark.classy-nav-container,
.dark .classynav ul li .megamenu,
.dark.breakpoint-on .classynav > ul > li > a,
.dark.breakpoint-on .classy-navbar .classy-menu {
  background-color: rgba(255, 245, 234, 0.85); }

.header-area {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.top-header-area {
  position: relative;
  z-index: 1;
  height: 45px;
  background-color: rgba(255, 245, 234, 0.8); }
  @media only screen and (max-width: 767px) {
    .top-header-area {
      height: auto; } }
  .top-header-area .email-address {
    padding-left: 60px;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .top-header-area .email-address {
        padding: 15px 30px; } }
    .top-header-area .email-address a {
      color: #808080;
      font-size: 12px;
      position: relative;
      z-index: 1;
      top: -2px; }
      .top-header-area .email-address a:hover, .top-header-area .email-address a:focus {
        color: #ffffff; }
  .top-header-area .phone-number {
    line-height: 1;
    background-color: #947054;
    height: 45px;
    margin-bottom: 0; }
    .top-header-area .phone-number .icon {
      background-color: #ffffff;
      width: 45px;
      height: 45px;
      text-align: center; }
      .top-header-area .phone-number .icon img {
        padding: 16px 0;
        max-width: 15px; }
    .top-header-area .phone-number .number a {
      padding: 0 60px;
      color: #ffffff;
      line-height: 45px;
      font-size: 12px; }

.main-header-area {
  width: 100%;
  height: 90px;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 245, 234, 0.75);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area {
      height: 70px; } }
  @media only screen and (max-width: 767px) {
    .main-header-area {
      height: 70px; } }
  .main-header-area .classy-nav-container {
    background-color: white; }
  .main-header-area .classy-navbar {
    height: 90px;
    padding: .5em 60px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-header-area .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .main-header-area .classy-navbar {
        height: 70px;
        padding: 0.5em 30px; } }
  .main-header-area .classynav ul li a {
    color: #1f1f1f;
    text-transform: uppercase;
    font-weight: 600; }
  .main-header-area .nav-brand {
    line-height: 1;
    display: flex;
    align-items: center; }
    .main-header-area .nav-brand img {
      height: 70px;
      width: auto;
      max-width: 260px;
      display: block; }
    @media only screen and (max-width: 767px) {
      .main-header-area .nav-brand {
        margin-top: -10px; }
      .main-header-area .nav-brand img {
        height: 60px !important;
        max-width: 220px !important; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .main-header-area .nav-brand {
        margin-right: 0; } }
  .main-header-area .classynav ul {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
  .main-header-area .searchbtn {
    margin-left: 30px;
    height: 90px;
    line-height: 90px;
    background-color: transparent;
    width: 90px;
    text-align: center; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .main-header-area .searchbtn {
        margin-left: 15px;
        width: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-header-area .searchbtn {
        margin-left: 0;
        height: 50px;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
        background-color: #947054; } }
    @media only screen and (max-width: 767px) {
      .main-header-area .searchbtn {
        margin-left: 0;
        height: 50px;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
        background-color: #947054; } }
    .main-header-area .searchbtn:hover {
      background-color: #947054; }
    .main-header-area .searchbtn i {
      color: #1f1f1f; }
  .main-header-area .south-search-form {
    position: relative;
    z-index: 1;
    display: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .main-header-area .south-search-form input {
      width: 650px;
      height: 50px;
      background-color: transparent;
      border: 1px solid rgba(0, 0, 0, 0.18);
      color: #1f1f1f;
      border-radius: 100px;
      padding: 0 30px;
      font-size: 14px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .main-header-area .south-search-form input {
          width: 550px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .main-header-area .south-search-form input {
          width: calc(100% - 30px);
          margin: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .main-header-area .south-search-form input {
          width: calc(100% - 30px);
          margin: 0 15px; } }
    .main-header-area .south-search-form button {
      position: absolute;
      top: 0;
      right: 15px;
      height: 50px;
      background-color: transparent;
      color: rgba(0, 0, 0, 0.5);
      border: none;
      cursor: pointer;
      width: 50px;
      outline: none;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .main-header-area .south-search-form button:hover {
        color: #ffffff; }

.search-close .searchbtn {
  background-color: #947054; }
.search-close .classynav ul {
  display: none; }
.search-close .south-search-form {
  display: block; }

.is-sticky .main-header-area {
  width: 100%;
  z-index: 10000 !important;
  height: 90px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #faf7f4 0%, #f0ebe5 100%); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .is-sticky .main-header-area {
      height: 70px; } }
  @media only screen and (max-width: 767px) {
    .is-sticky .main-header-area {
      height: 70px; } }

/* :: 9.0 Welcome Area CSS */
.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 650px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
      height: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
      height: 500px; } }
  @media only screen and (max-width: 767px) {
    .single-hero-slide {
      height: 400px; } }

.hero-slides-content {
  text-align: center; }
  .hero-slides-content h2 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #000000;
    line-height: 1;
    display: inline-block; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides-content h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides-content h2 {
        font-size: 16px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .hero-slides-content h2 {
        font-size: 24px; } }

.hero-area .owl-prev,
.hero-area .owl-next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  left: 70px;
  margin-top: -19px;
  opacity: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #947054;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .hero-area .owl-prev,
    .hero-area .owl-next {
      left: 30px; } }
  .hero-area .owl-prev:hover,
  .hero-area .owl-next:hover {
    background-color: #000000; }
.hero-area .owl-next {
  left: auto;
  right: 70px; }
  @media only screen and (max-width: 767px) {
    .hero-area .owl-next {
      left: auto;
      right: 30px; } }
.hero-area:hover .owl-prev, .hero-area:hover .owl-next {
  opacity: 1; }
.hero-area .owl-dots {
  width: 1110px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .owl-dots {
      width: calc(100% - 6%);
      left: 5%;
      -webkit-transform: translateX(0%);
      transform: translateX(0%); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .owl-dots {
      width: calc(100% - 6%);
      left: 5%;
      -webkit-transform: translateX(0%);
      transform: translateX(0%); } }
  @media only screen and (max-width: 767px) {
    .hero-area .owl-dots {
      width: calc(100% - 30px);
      left: 15px;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      bottom: 10px; } }
.hero-area .owl-dot {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #947054;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px; }
  .hero-area .owl-dot.active {
    background-color: #000000; }

/* :: 10.0 Advanced Search Area */
.form-control {
  background-color: transparent;
  width: 100%;
  height: 38px;
  border-radius: 0;
  font-size: 14px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: 500;
  padding: 0 15px;
  border: 1px solid #e1dddd; }
  .form-control:hover, .form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #e1dddd; }

.nice-select {
  line-height: 34px; }
  .nice-select .list {
    left: 0 !important;
    right: 0 !important;
    border-radius: 0; }

.south-search-area {
  position: relative;
  z-index: 1; }
  .south-search-area .advanced-search-form {
    position: relative;
    z-index: 1;
    padding: 30px 50px;
    border: 1px solid #e1dddd;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 767px) {
      .south-search-area .advanced-search-form {
        padding: 30px 20px; } }
    .south-search-area .advanced-search-form .search-title {
      position: absolute;
      width: 260px;
      height: 45px;
      background-color: #947054;
      top: -46px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 0 40px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .south-search-area .advanced-search-form .search-title {
          width: 210px;
          padding: 0 15px; } }
      .south-search-area .advanced-search-form .search-title p {
        margin-bottom: 0;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 45px;
        font-weight: 600; }
    .south-search-area .advanced-search-form .slider-range {
      flex: 0 0 50%;
      min-width: 50%;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .south-search-area .advanced-search-form .slider-range {
          margin-bottom: 50px; } }
      .south-search-area .advanced-search-form .slider-range:first-child {
        padding-right: 15px; }
      .south-search-area .advanced-search-form .slider-range:last-child {
        padding-left: 15px; }
    .south-search-area .advanced-search-form .ui-widget.ui-widget-content {
      border: none;
      height: 4px; }
    .south-search-area .advanced-search-form .ui-widget-content {
      background: #947054; }
    .south-search-area .advanced-search-form .ui-slider-horizontal {
      height: 4px;
      background: #947054; }
    .south-search-area .advanced-search-form .ui-corner-all,
    .south-search-area .advanced-search-form .ui-corner-bottom,
    .south-search-area .advanced-search-form .ui-corner-right,
    .south-search-area .advanced-search-form .ui-corner-br {
      border-bottom-right-radius: 0; }
    .south-search-area .advanced-search-form .ui-corner-all,
    .south-search-area .advanced-search-form .ui-corner-bottom,
    .south-search-area .advanced-search-form .ui-corner-left,
    .south-search-area .advanced-search-form .ui-corner-bl {
      border-bottom-left-radius: 0; }
    .south-search-area .advanced-search-form .ui-corner-all,
    .south-search-area .advanced-search-form .ui-corner-top,
    .south-search-area .advanced-search-form .ui-corner-right,
    .south-search-area .advanced-search-form .ui-corner-tr {
      border-top-right-radius: 0; }
    .south-search-area .advanced-search-form .ui-corner-all,
    .south-search-area .advanced-search-form .ui-corner-top,
    .south-search-area .advanced-search-form .ui-corner-left,
    .south-search-area .advanced-search-form .ui-corner-tl {
      border-top-left-radius: 0; }
    .south-search-area .advanced-search-form .ui-state-default,
    .south-search-area .advanced-search-form .ui-widget-content .ui-state-default,
    .south-search-area .advanced-search-form .ui-widget-header .ui-state-default,
    .south-search-area .advanced-search-form .ui-button,
    .south-search-area .advanced-search-form html .ui-button.ui-state-disabled:hover,
    .south-search-area .advanced-search-form html .ui-button.ui-state-disabled:active {
      border: none;
      background: #947054;
      margin-top: -3px; }
    .south-search-area .advanced-search-form .range {
      font-size: 12px;
      margin-top: 15px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .south-search-area .advanced-search-form .range {
          font-size: 10px; } }
    .south-search-area .advanced-search-form .more-filter a {
      text-transform: uppercase;
      font-size: 12px;
      color: #323232; }
      .south-search-area .advanced-search-form .more-filter a:hover {
        color: #947054; }
    .south-search-area .advanced-search-form .search-form-second-steps {
      display: none; }

/* :: 11.0 Single Property Area CSS */
.single-featured-property {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden;
  margin-bottom: 30px; }
  .single-featured-property .property-thumb {
    position: relative;
    z-index: 1; }
    .single-featured-property .property-thumb .tag span {
      height: 35px;
      padding: 0 20px;
      background-color: #947054;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      display: inline-block;
      line-height: 35px;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 10; }
    .single-featured-property .property-thumb .list-price p {
      background-color: #ffffff;
      padding: 10px 20px;
      color: #947054;
      font-size: 24px;
      font-weight: 600;
      display: inline-block;
      position: absolute;
      bottom: 20px;
      left: 20px;
      z-index: 10;
      margin-bottom: 0;
      line-height: 1; }
  .single-featured-property .property-content {
    padding: 30px;
    border: 1px solid #e1dddd; }
    .single-featured-property .property-content h5 {
      font-size: 18px; }
    .single-featured-property .property-content p {
      margin-bottom: 30px; }
    .single-featured-property .property-content .location {
      color: #947054;
      margin-bottom: 25px;
      font-size: 14px;
      font-weight: 600; }
      .single-featured-property .property-content .location img {
        margin-right: 10px;
        display: inline-block !important;
        width: auto !important; }
    .single-featured-property .property-content .property-meta-data span {
      font-size: 12px;
      font-weight: 600;
      margin-left: 5px;
      color: #838383; }
    .single-featured-property .property-content .property-meta-data img {
      margin-right: 10px;
      display: inline-block !important;
      width: auto !important; }
  .single-featured-property:hover, .single-featured-property:focus {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
    .single-featured-property:hover .tag span, .single-featured-property:focus .tag span {
      background-color: #000000;
      color: #ffffff; }
    .single-featured-property:hover .list-price p, .single-featured-property:focus .list-price p {
      background-color: #947054;
      color: #ffffff; }

.featured-properties-area {
  padding: 100px 0 50px;
  background: #f5f7f9; }

/* :: 12.0 Testimonials Area CSS */
.testimonials-slides {
  position: relative;
  z-index: 1; }
  .testimonials-slides .single-testimonial-slide {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
    .testimonials-slides .single-testimonial-slide h5 {
      margin-bottom: 60px;
      color: #7d7d7d; }
    .testimonials-slides .single-testimonial-slide .testimonial-author-info {
      margin-top: 50px; }
      .testimonials-slides .single-testimonial-slide .testimonial-author-info img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0 auto 20px; }
      .testimonials-slides .single-testimonial-slide .testimonial-author-info p {
        margin-bottom: 0;
        color: #323232; }
        .testimonials-slides .single-testimonial-slide .testimonial-author-info p span {
          color: #947054; }
  .testimonials-slides .center .single-testimonial-slide {
    -webkit-transform: scale(1);
    transform: scale(1); }
    .testimonials-slides .center .single-testimonial-slide h5 {
      color: #000000; }
  .testimonials-slides .owl-prev,
  .testimonials-slides .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #dadada;
    font-size: 12px; }
    .testimonials-slides .owl-prev:hover,
    .testimonials-slides .owl-next:hover {
      background-color: #947054; }
    @media only screen and (max-width: 767px) {
      .testimonials-slides .owl-prev,
      .testimonials-slides .owl-next {
        left: 0; } }
  .testimonials-slides .owl-next {
    left: auto;
    right: -19px; }
    @media only screen and (max-width: 767px) {
      .testimonials-slides .owl-next {
        left: auto;
        right: 0; } }

/* :: 13.0 Editor Area CSS */
.south-editor-area {
  background-color: #f1f6f8;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .south-editor-area {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .south-editor-area {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .south-editor-area .editor-content-area,
  .south-editor-area .editor-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .south-editor-area .editor-content-area,
      .south-editor-area .editor-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%; } }
    @media only screen and (max-width: 767px) {
      .south-editor-area .editor-content-area,
      .south-editor-area .editor-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%; } }
  .south-editor-area .editor-content-area {
    position: relative;
    z-index: 1;
    padding: 100px 5%; }
    .south-editor-area .editor-content-area .section-heading {
      text-align: left;
      margin-bottom: 50px; }
    .south-editor-area .editor-content-area .address {
      margin-top: 30px; }
      .south-editor-area .editor-content-area .address h6 {
        margin-bottom: 15px;
        font-size: 14px; }
        .south-editor-area .editor-content-area .address h6:last-of-type {
          margin-bottom: 0; }
        .south-editor-area .editor-content-area .address h6 img {
          margin-right: 10px; }

/* :: 14.0 Call to Action CSS */
.call-to-action-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 650px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area {
      height: 500px; } }
  @media only screen and (max-width: 767px) {
    .call-to-action-area {
      height: 500px; } }
  .call-to-action-area .cta-content h2 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .call-to-action-area .cta-content h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .call-to-action-area .cta-content h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .call-to-action-area .cta-content h2 {
        font-size: 24px; } }
  .call-to-action-area .cta-content h6 {
    font-size: 30px;
    font-style: italic;
    color: #ffffff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .call-to-action-area .cta-content h6 {
        font-size: 24px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .call-to-action-area .cta-content h6 {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .call-to-action-area .cta-content h6 {
        font-size: 16px; } }

/* ===== EQUAL HEIGHT FOOTER ===== */
.footer-area {
  background: linear-gradient(180deg, #ede5db 0%, #d8cdbd 100%);
  padding-top: 16px;
  border-top: 1px solid rgba(183, 155, 109, 0.3);
}

/* =====================================================
   RTF Mobile Menu (right slide, dropdowns, icons)
   ===================================================== */
@media (max-width: 991px) {
    .header-area.rtf-site-header .classy-navbar-toggler:not(.rtf-mobile-menu-trigger),
    .header-area.rtf-site-header .classy-menu,
    .header-area.rtf-site-header .rtf-nav-backdrop {
        display: none !important;
    }

    .rtf-mobile-menu-trigger {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border-radius: 16px;
        border: 1px solid rgba(31, 47, 67, 0.14);
        background: #f7f9fc;
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
        color: #1f2f43;
        margin-left: auto;
        z-index: 10060;
    }

    .rtf-mobile-menu-trigger .rtf-mobile-menu-icon-close {
        display: none;
    }

    .rtf-mobile-menu-trigger.is-open .rtf-mobile-menu-icon-open {
        display: none;
    }

    .rtf-mobile-menu-trigger.is-open .rtf-mobile-menu-icon-close {
        display: inline;
        font-size: 26px;
        line-height: 1;
    }

    .rtf-mobile-menu-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 10045;
    }

    .rtf-mobile-menu-backdrop.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    .rtf-mobile-menu-panel {
        position: fixed;
        top: 0;
        right: -82vw;
        width: 80vw;
        max-width: 360px;
        height: 100vh;
        background: #ffffff;
        box-shadow: -14px 0 30px rgba(15, 23, 42, 0.18);
        transition: right 0.3s ease;
        z-index: 10050;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 84px 14px 18px;
    }

    .rtf-mobile-menu-panel.is-open {
        right: 0;
    }

    .rtf-mobile-menu-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .rtf-mobile-menu-list > li {
        margin: 0 0 8px;
    }

    .rtf-mobile-menu-list a,
    .rtf-mobile-dropdown-toggle {
        width: 100%;
        border: 1px solid rgba(31, 47, 67, 0.1);
        border-radius: 12px;
        background: #f7faf8;
        color: #1f2f43;
        min-height: 46px;
        padding: 11px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-transform: capitalize;
        text-decoration: none;
    }

    .rtf-mobile-menu-list a i,
    .rtf-mobile-link-main i {
        width: 16px;
        text-align: center;
        color: #2e4f41;
    }

    .rtf-mobile-link-main {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .rtf-mobile-dropdown-toggle {
        cursor: pointer;
    }

    .rtf-mobile-dropdown-arrow {
        transition: transform 0.3s ease;
    }

    .rtf-mobile-menu-list > li.open .rtf-mobile-dropdown-arrow {
        transform: rotate(180deg);
    }

    .rtf-mobile-menu-list > li.open > .rtf-mobile-dropdown-toggle {
        background: #d4a017;
        color: #ffffff;
        border-color: #d4a017;
    }

    .rtf-mobile-menu-list > li.open > .rtf-mobile-dropdown-toggle i {
        color: #ffffff;
    }

    .rtf-mobile-menu-list a:hover,
    .rtf-mobile-dropdown-toggle:hover {
        background: #e6f4ec;
    }

    .rtf-mobile-menu-list > li.active > a,
    .rtf-mobile-menu-list > li > a.active {
        background: #d4a017;
        color: #ffffff;
        border-color: #d4a017;
    }

    .rtf-mobile-menu-list > li.active > a i,
    .rtf-mobile-menu-list > li > a.active i {
        color: #ffffff;
    }

    .rtf-mobile-submenu {
        list-style: none;
        margin: 6px 0 4px;
        padding: 0 0 0 10px;
        display: none;
    }

    .rtf-mobile-menu-list > li.open > .rtf-mobile-submenu {
        display: block;
    }

    .rtf-mobile-submenu li {
        margin: 0 0 6px;
    }

    .rtf-mobile-submenu a {
        min-height: 40px;
        font-size: 13px;
        font-weight: 600;
        background: #ffffff;
    }
}

.main-footer-area {
  padding: 6px 0 14px;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

/* Footer cleanup: remove Featured Properties column globally */
.footer-wrapper .footer-col:last-child {
  display: none !important;
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2px 4px;
}

.footer-title {
  font-size: 19px;
  font-weight: 800;
  color: #1f2b3b;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 11px;
  width: 100%;
  letter-spacing: 0.01em;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(135deg, #b79b6d, #947054);
  border-radius: 2px;
}

.footer-logo {
  margin-bottom: 14px;
}

.footer-logo img {
  max-width: 154px;
  height: auto;
}

.footer-col > p {
  color: #556273;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 18px;
  max-width: 95%;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #b79b6d, #947054);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(183, 155, 109, 0.4);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px solid rgba(148, 112, 84, 0.14);
}

.footer-contact .contact-item:last-child {
  border-bottom: 0;
}

.footer-contact .contact-item i {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #b79b6d, #947054);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}

.footer-contact .contact-item span {
  color: #4f5d70;
  font-size: 13px;
  line-height: 1.42;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4f5d70;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  min-height: 30px;
}

.footer-links li a i {
  font-size: 10px;
  color: #947054;
}

.footer-links li a:hover {
  color: #947054;
  padding-left: 5px;
}

.footer-property {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.footer-property a {
  display: block;
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 8px;
}

.footer-property img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.footer-property:hover img {
  transform: scale(1.1);
}

.footer-bottom {
  background: linear-gradient(135deg, #b79b6d, #947054);
  padding: 14px 0;
}

.footer-copyright {
  text-align: center;
}

.footer-copyright p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

/* Responsive Footer */
@media (max-width: 991px) {
  .footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .main-footer-area {
    padding: 6px 0 12px;
  }
}

@media (max-width: 576px) {
  .footer-area {
    padding-top: 20px;
  }
  
  .footer-wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  
  .footer-col {
    width: 100%;
    padding: 0;
  }
  
  .footer-logo img {
    max-width: 140px;
  }

  .footer-title {
    margin-bottom: 12px;
  }

  .footer-col > p {
    max-width: 100%;
    margin-bottom: 14px;
  }
}

/* :: 16.0 Breadcumb Area CSS */
.breadcumb-area {
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 1;
  padding-top: 130px;
  text-align: center; }
  .breadcumb-area .breadcumb-title {
    font-size: 60px;
    margin-bottom: 0;
    background-color: #000000;
    padding: 5px 20px 7px;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcumb-area .breadcumb-title {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcumb-area .breadcumb-title {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .breadcumb-title {
        font-size: 30px; } }

/* :: 17.0 About Us Area CSS */
.about-content-wrapper {
  position: relative;
  z-index: 1;
  overflow-x: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-wrapper .about-content {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 767px) {
    .about-content-wrapper .about-content {
      margin-bottom: 100px; } }
  .about-content-wrapper .about-content img {
    margin-bottom: 40px; }
  .about-content-wrapper .featured-properties-slides {
    position: relative;
    z-index: 1; }
    .about-content-wrapper .featured-properties-slides .owl-prev,
    .about-content-wrapper .featured-properties-slides .owl-next {
      width: 38px;
      height: 38px;
      position: absolute;
      top: 50%;
      line-height: 40px;
      text-align: center;
      color: #ffffff;
      left: -19px;
      opacity: 0;
      visibility: hidden;
      margin-top: -19px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #947054;
      font-size: 13px;
      box-shadow: 0 0 5px rgba(255, 255, 255, 0.15); }
      .about-content-wrapper .featured-properties-slides .owl-prev:hover,
      .about-content-wrapper .featured-properties-slides .owl-next:hover {
        background-color: #000000; }
    .about-content-wrapper .featured-properties-slides .owl-next {
      left: auto;
      right: -19px; }
    .about-content-wrapper .featured-properties-slides:hover .owl-prev, .about-content-wrapper .featured-properties-slides:hover .owl-next {
      opacity: 1;
      visibility: visible; }

/* :: 18.0 Team Member Area CSS */
.single-team-member {
  position: relative;
  z-index: 1; }
  .single-team-member .team-member-thumb {
    margin-bottom: 40px; }
    .single-team-member .team-member-thumb img {
      width: 100%; }
  .single-team-member .team-member-info {
    text-align: center; }
    .single-team-member .team-member-info .section-heading {
      margin-bottom: 40px; }
    .single-team-member .team-member-info .address h6 {
      margin-bottom: 15px;
      font-size: 14px; }
      .single-team-member .team-member-info .address h6:last-of-type {
        margin-bottom: 0; }
      .single-team-member .team-member-info .address h6 img {
        margin-right: 10px; }

/* :: 19.0 Listings Area CSS */
.listings-content-wrapper {
  overflow-x: hidden; }

.listings-top-meta {
  position: relative;
  z-index: 100; }
  .listings-top-meta .nice-select {
    float: right;
    height: 34px;
    line-height: 34px;
    position: relative;
    z-index: 100; }
    .listings-top-meta .nice-select .list {
      position: absolute;
      z-index: 500; }
    .listings-top-meta .nice-select .option {
      min-height: 34px;
      line-height: 34px; }
  .listings-top-meta span {
    color: #323232;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .listings-top-meta span {
        font-size: 11px; } }
  .listings-top-meta .grid_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px; }
    .listings-top-meta .grid_view a.active {
      color: #947054; }
  .listings-top-meta .list_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px; }
    .listings-top-meta .list_view a.active {
      color: #947054; }

.single-listings-sliders {
  position: relative;
  z-index: 1; }
  .single-listings-sliders .owl-prev,
  .single-listings-sliders .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    opacity: 0;
    visibility: hidden;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15); }
    .single-listings-sliders .owl-prev:hover,
    .single-listings-sliders .owl-next:hover {
      background-color: #000000; }
  .single-listings-sliders .owl-next {
    left: auto;
    right: -19px; }
  .single-listings-sliders:hover .owl-prev, .single-listings-sliders:hover .owl-next {
    opacity: 1;
    visibility: visible; }

.listings-content {
  margin-top: 70px; }
  .listings-content .list-price p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #947054; }
  .listings-content h5 {
    font-size: 30px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .listings-content h5 {
        font-size: 20px; } }
  .listings-content .location {
    margin-bottom: 40px; }
    .listings-content .location img {
      margin-right: 15px; }
  .listings-content p {
    margin-bottom: 40px; }
  .listings-content .property-meta-data div {
    margin-right: 15px; }
  .listings-content .property-meta-data span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    color: #838383; }
  .listings-content .property-meta-data img {
    margin-right: 10px;
    display: inline-block !important;
    width: auto !important; }
    @media only screen and (max-width: 767px) {
      .listings-content .property-meta-data img {
        margin-right: 0; } }
  .listings-content .listings-core-features {
    padding: 70px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .listings-content .listings-core-features li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333%;
      flex: 0 0 33.3333333%;
      min-width: 33.3333333%;
      color: #323232;
      font-size: 15px;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        .listings-content .listings-core-features li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          min-width: 100%; } }
      .listings-content .listings-core-features li i {
        width: 27px;
        height: 27px;
        background-color: #947054;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        line-height: 27px;
        font-size: 12px;
        margin-right: 10px; }
  .listings-content .listings-btn-groups a:first-child {
    margin-bottom: 15px; }
  .listings-content .listings-btn-groups .south-btn {
    min-width: 285px;
    width: 285px;
    display: block; }

.contact-realtor-wrapper {
  background-color: #f5f5f5;
  margin-top: 80px;
  position: relative;
  z-index: 1; }
  .contact-realtor-wrapper .realtor-info > img {
    width: 100%; }
  .contact-realtor-wrapper .realtor---info {
    padding: 40px 45px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact-realtor-wrapper .realtor---info {
        padding: 40px 30px; } }
    @media only screen and (max-width: 767px) {
      .contact-realtor-wrapper .realtor---info {
        padding: 40px 30px; } }
    .contact-realtor-wrapper .realtor---info h2 {
      font-size: 24px;
      text-transform: uppercase; }
    .contact-realtor-wrapper .realtor---info p {
      font-style: italic;
      color: #947054; }
    .contact-realtor-wrapper .realtor---info h6 {
      font-size: 14px; }
      .contact-realtor-wrapper .realtor---info h6 img {
        margin-right: 15px; }
  .contact-realtor-wrapper .realtor--contact-form {
    padding: 0 45px 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 30px 40px; } }
    @media only screen and (max-width: 767px) {
      .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 30px 40px; } }
    .contact-realtor-wrapper .realtor--contact-form .form-group {
      margin-bottom: 15px; }
    .contact-realtor-wrapper .realtor--contact-form .form-control {
      border: 1px solid #e1dddd;
      height: 45px;
      background-color: #ffffff;
      border-radius: 0;
      font-style: italic;
      font-size: 12px;
      margin-bottom: 15px; }
    .contact-realtor-wrapper .realtor--contact-form textarea.form-control {
      height: 100px;
      padding: 15px; }

.listings-maps {
  position: relative;
  z-index: 1; }
  .listings-maps #googleMap {
    width: 100%;
    height: 540px; }

/* :: 20.0 Blog Area CSS */
.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area .blog-post-thumbnail {
    position: relative;
    z-index: 1; }
  .single-blog-area .post-content {
    position: relative;
    z-index: 1;
    padding: 50px 0; }
    .single-blog-area .post-content .post-date a {
      font-size: 14px;
      color: #947054;
      margin-bottom: 10px;
      display: block; }
    .single-blog-area .post-content .headline {
      font-size: 30px;
      color: #323232;
      display: block; }
    .single-blog-area .post-content .post-meta {
      position: relative;
      margin-bottom: 30px; }
      .single-blog-area .post-content .post-meta p {
        color: #aaa8a8;
        font-size: 12px; }
        .single-blog-area .post-content .post-meta p a {
          font-size: 12px;
          color: #aaa8a8;
          display: inline-block; }
    .single-blog-area .post-content p {
      margin-bottom: 50px; }

.search-widget-area form {
  position: relative;
  z-index: 1; }
.search-widget-area input[type=search] {
  width: 100%;
  height: 43px;
  border: 1px solid #e1dddd;
  font-size: 12px;
  font-style: italic;
  padding: 0 30px; }
.search-widget-area button[type=submit] {
  width: 50px;
  height: 43px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #7e7e7e;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.south-catagories-card h5 {
  margin-bottom: 30px;
  font-size: 16px; }
.south-catagories-card ul li a {
  display: block;
  padding: 8px 0;
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 400; }
  .south-catagories-card ul li a:hover, .south-catagories-card ul li a:focus {
    color: #947054; }

.south-blog-area {
  position: relative;
  z-index: 1;
  overflow-x: hidden; }

.blog-sidebar-area .featured-properties-slides {
  position: relative;
  z-index: 1; }
  .blog-sidebar-area .featured-properties-slides .owl-prev,
  .blog-sidebar-area .featured-properties-slides .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    opacity: 0;
    visibility: hidden;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15); }
    .blog-sidebar-area .featured-properties-slides .owl-prev:hover,
    .blog-sidebar-area .featured-properties-slides .owl-next:hover {
      background-color: #000000; }
  .blog-sidebar-area .featured-properties-slides .owl-next {
    left: auto;
    right: -19px; }
  .blog-sidebar-area .featured-properties-slides:hover .owl-prev, .blog-sidebar-area .featured-properties-slides:hover .owl-next {
    opacity: 1;
    visibility: visible; }

.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #323232; }
.pagination .page-link {
  padding: 0;
  margin-left: 3px;
  line-height: 20px;
  color: #323232;
  border: none;
  width: 20px;
  height: 20px;
  background-color: #947054;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px; }
  .pagination .page-link.active {
    background-color: #000000; }
  .pagination .page-link:focus, .pagination .page-link:hover {
    color: #ffffff;
    background-color: #000000; }

.comments-area h5 {
  margin-bottom: 50px; }

.single_comment_area {
  margin-bottom: 50px; }
  .single_comment_area .comment-wrapper .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    min-width: 60px;
    border-radius: 50%;
    margin-right: 30px; }
    .single_comment_area .comment-wrapper .comment-author img {
      border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .single_comment_area .comment-wrapper .comment-author {
        margin-right: 10px; } }
  .single_comment_area .comment-wrapper .comment-content .comment-meta a {
    display: inline-block;
    color: #323232;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase; }
    .single_comment_area .comment-wrapper .comment-content .comment-meta a:hover {
      color: #947054; }
  .single_comment_area .comment-wrapper .comment-content p {
    font-size: 13px;
    margin-bottom: 0; }
  .single_comment_area .children {
    margin-top: 50px;
    padding-left: 90px; }
    @media only screen and (max-width: 767px) {
      .single_comment_area .children {
        padding-left: 30px; } }

.leave-comment-area .comment-form h5,
.leave-comment-area .contact-form h5,
.south-contact-area .comment-form h5,
.south-contact-area .contact-form h5 {
  margin-bottom: 50px; }
.leave-comment-area .comment-form .form-group,
.leave-comment-area .contact-form .form-group,
.south-contact-area .comment-form .form-group,
.south-contact-area .contact-form .form-group {
  margin-bottom: 10px; }
.leave-comment-area .comment-form .form-control,
.leave-comment-area .contact-form .form-control,
.south-contact-area .comment-form .form-control,
.south-contact-area .contact-form .form-control {
  width: 100%;
  height: 43px;
  background-color: transparent;
  padding: 15px;
  border: 1px solid #e1dddd;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0 !important; }
.leave-comment-area .comment-form textarea.form-control,
.leave-comment-area .contact-form textarea.form-control,
.south-contact-area .comment-form textarea.form-control,
.south-contact-area .contact-form textarea.form-control {
  height: 200px !important; }
.leave-comment-area .comment-form button[type=submit],
.leave-comment-area .contact-form button[type=submit],
.south-contact-area .comment-form button[type=submit],
.south-contact-area .contact-form button[type=submit] {
  margin-top: 40px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .leave-comment-area .comment-form,
  .leave-comment-area .contact-form,
  .south-contact-area .comment-form,
  .south-contact-area .contact-form {
    margin-bottom: 100px; } }
@media only screen and (max-width: 767px) {
  .leave-comment-area .comment-form,
  .leave-comment-area .contact-form,
  .south-contact-area .comment-form,
  .south-contact-area .contact-form {
    margin-bottom: 100px; } }

/* :: 21.0 Contact Area CSS */
.contact-heading {
  margin-bottom: 90px; }
  .contact-heading h6 {
    border-bottom: 2px solid #947054;
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase; }

.content-sidebar .weekly-office-hours ul li {
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #f8f7f7; }
  .content-sidebar .weekly-office-hours ul li span {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400; }
  .content-sidebar .weekly-office-hours ul li:first-of-type {
    padding-top: 0; }
.content-sidebar .address {
  margin-top: 40px; }
  .content-sidebar .address h6 {
    position: relative;
    z-index: 1;
    color: #7d7d7d;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    padding-left: 40px;
    line-height: 1.8; }
    .content-sidebar .address h6 img {
      position: absolute;
      top: 4px;
      z-index: 10;
      left: 0; }

.googleMap {
  width: 100%;
  height: 540px; }

/* :: 22.0 Shortcode Area CSS */
.elements-title h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 100px; }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    background-color: #947054;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 15px 60px 15px 15px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    border: 2px solid transparent; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 18px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      border: 2px solid #947054;
      background-color: transparent;
      color: #000000; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Tabs CSS*/
.south-tabs-content {
  position: relative;
  z-index: 1; }
  .south-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .south-tabs-content .nav-tabs .nav-link {
      border: 2px solid #947054;
      padding: 0 30px;
      height: 45px;
      line-height: 41px;
      color: #000000;
      margin: 0 2px;
      border-radius: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .south-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      .south-tabs-content .nav-tabs .nav-link.active {
        background-color: #947054;
        color: #ffffff; }
  .south-tabs-content .tab-content h6 {
    font-size: 18px; }

/* Loaders CSS */
.single-pie-bar {
  position: relative;
  z-index: 1; }
  .single-pie-bar h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0; }

/* Cool Facts CSS */
.single-cool-fact-area h2 {
  font-size: 60px;
  margin: 15px 0;
  color: #947054; }
.single-cool-fact-area h6 {
  margin-bottom: 0;
  color: #7d7d7d; }

/*# sourceMappingURL=style.css.map */

/* REMOVE SLIDER ARROWS (optional) */
.owl-nav {
  display:important;
}

.is-sticky #stickyHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
}

.owl-dots {
  display: none !important;
}

.owl-nav {
  display: none !important;
}

/* HERO SECTION */
.contact-hero {
    position: relative;
    height: 350px;
    background:  #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* OVERLAY (skin tone effect) */
.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(198, 164, 126, 0.65); /* theme color */
    top: 0;
    left: 0;
}

/* TEXT */
.breadcumb-content {
    position: relative;
    z-index: 2;
}

.breadcumb-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.breadcumb-content p {
    color: #f5f5f5;
    font-size: 16px;
}

/* MAP SECTION (PROFESSIONAL) */
.map-section {
    background: #f8f5f0;
    padding: 80px 0 100px;
}

.map-section .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.map-header {
    text-align: center;
    margin-bottom: 50px;
}

.map-header .section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.map-header h2 {
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    position: relative;
    display: block;
    margin: 0 auto 20px;
}

.map-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #b79b6d, #947054);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}

.map-header p {
    color: #777;
    font-size: 16px;
    margin: 25px auto 0;
    max-width: 500px;
}

/* Map Container */
.map-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(62, 44, 35, 0.15);
    border: 3px solid #fff;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

/* Map iframe */
.map-wrapper iframe {
    display: block;
    width: 100%;
    height: 500px;
    border-radius: 18px;
    border: none;
}

/* Floating Info Card */
.map-info-card {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    padding: 25px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(62, 44, 35, 0.2);
    border-left: 5px solid #b79b6d;
    max-width: 320px;
    z-index: 10;
}

.map-info-card h5 {
    margin: 0 0 8px 0;
    font-weight: 700;
    color: #2c2c2c;
    font-size: 18px;
}

.map-info-card p {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.map-info-card span {
    font-size: 13px;
    color: #b79b6d;
    font-weight: 600;
}

/* Map Direction Button */
.map-direction-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.map-direction-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(183, 155, 109, 0.4);
    color: #fff;
}

/* Responsive Map */
@media (max-width: 991px) {
    .map-wrapper iframe {
        height: 400px;
    }
    
    .map-info-card {
        bottom: 20px;
        left: 20px;
        max-width: 280px;
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .map-section {
        padding: 50px 0 70px;
    }
    
    .map-wrapper iframe {
        height: 350px;
    }
    
    .map-info-card {
        position: relative;
        bottom: auto;
        left: auto;
        max-width: 100%;
        margin-top: 20px;
        border-left: none;
        border-top: 4px solid #b79b6d;
    }
}

/* Map Container */
.map-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(62, 44, 35, 0.15);
    border: 3px solid #fff;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

/* Map iframe */
.map-wrapper iframe {
    display: block;
    width: 100%;
    height: 700px;
    border-radius: 18px;
    border: none;
}

/* Floating Info Card */
.map-info-card {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    padding: 25px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(62, 44, 35, 0.2);
    border-left: 5px solid #b79b6d;
    max-width: 320px;
    z-index: 10;
}

.map-info-card h5 {
    margin: 0 0 8px 0;
    font-weight: 700;
    color: #2c2c2c;
    font-size: 18px;
}

.map-info-card p {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.map-info-card span {
    font-size: 13px;
    color: #b79b6d;
    font-weight: 600;
}

/* Map Direction Button */
.map-direction-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.map-direction-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(183, 155, 109, 0.4);
    color: #fff;
}

.map-direction-btn i {
    font-size: 14px;
}

/* Responsive Map */
@media (max-width: 768px) {
    .map-wrapper iframe {
        height: 350px;
    }
    
    .map-info-card {
        bottom: 20px;
        left: 20px;
        right: 20px;
        max-width: none;
        padding: 20px;
    }
    
    .map-wrapper {
        border-radius: 16px;
        border-width: 2px;
    }
}

.map-section .section-heading {
    background: transparent;
}

/* Title */
.map-title {
    font-weight: 600;
    color: #3e2c23;
    font-size: 32px;
}

.map-subtitle {
    color: #7a6a5f;
    font-size: 14px;
}

/* Map Card */
.map-wrapper {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(62, 44, 35, 0.15);
    border: 1px solid rgba(183, 155, 109, 0.3);
}

/* Map iframe */
.map-wrapper iframe {
    display: block;
    border-radius: 14px;
}

/* Floating Info Card (THEME MATCHED) */
.map-info-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #f8f5f0; /* skin tone card */
    padding: 18px 22px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(62, 44, 35, 0.15);
    border-left: 4px solid #c6a47e;
}

/* Text Styling */
.map-info-card h5 {
    margin: 0;
    font-weight: 600;
    color: #3e2c23;
}

.map-info-card p {
    margin: 5px 0;
    font-size: 14px;
    color: #5f5147;
}

.map-info-card span {
    font-size: 13px;
    color: #a8845f;
}

/* Navbar Seperation */
.main-header-area {
    background: linear-gradient(180deg, #faf7f4 0%, #f0ebe5 100%);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    z-index: 1000;
}

.breadcumb-area {
    margin-top: 80px;
}

.breadcumb-area {
    margin-top: 10px;
}

/* Fix hero image overlapping navbar */

.main-header-area {
    position: absolute;   /* KEY CHANGE */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(180deg, #faf7f4 0%, #f0ebe5 100%);
}

.header-area {
    margin-top: 0;
    padding-top: 0;
}

.header-area {
    position: relative;
}

.main-header-area {
    position: relative !important;
    background: linear-gradient(180deg, #faf7f4 0%, #f0ebe5 100%);
}

/* Remove overlay behavior */
#stickyHeader {
    position: relative !important;
}

.main-header-area {
    position: absolute;   /* important */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(180deg, #f5efe8 0%, #e8dfd4 100%);
}

.hero-area {
    margin-top: 0;
    position: relative;
}

/* ===== MISSION & VISION PREMIUM ===== */

.mission-vision-section {
    padding: 100px 0;
    background: #f8f6f2;
}

.mission-vision-section.alt {
    background: #ffffff;
}

/* Content */
.mv-content {
    padding: 20px;
}

.mv-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

/* underline */
.mv-content h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #c8a97e;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.mv-content p {
    color: #666;
    line-height: 1.8;
    margin-top: 20px;
    font-size: 16px;
}

/* Image */
.mv-image img {
    width: 100%;
    border-radius: 20px;
    transition: 0.5s;
}

/* Hover zoom */
.mv-image:hover img {
    transform: scale(1.05);
}

/* ===== ANIMATIONS ===== */
.fade-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: 1s ease;
}

.fade-right {
    opacity: 0;
    transform: translateX(50px);
    transition: 1s ease;
}

.fade-left.active,
.fade-right.active {
    opacity: 1;
    transform: translateX(0);
}

/* =========================
   FORCE BIG ICON (FIX ISSUE)
========================= */
.mission-icon,
.vision-icon {
    font-size: 70px !important;
    display: inline-block;
    margin-bottom: 15px;
    color: #c5a47e;
}

/* Make icon ABOVE text (luxury look) */
h2 i {
    display: block;
}

/* =========================
   PREMIUM ANIMATIONS
========================= */

/* Mission = Pulse Glow */
.mission-icon {
    animation: missionPulse 2s infinite ease-in-out;
}

/* Vision = Floating */
.vision-icon {
    animation: visionFloat 3s infinite ease-in-out;
}

/* Glow Pulse */
@keyframes missionPulse {
    0% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(197,164,126,0.3);
    }
    50% {
        transform: scale(1.2);
        text-shadow: 0 0 25px rgba(197,164,126,0.9);
    }
    100% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(197,164,126,0.3);
    }
}

/* Floating Animation */
@keyframes visionFloat {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

/* Hover = Premium effect */
h2:hover i {
    transform: scale(1.25) rotate(8deg);
    transition: 0.4s ease;
}

/* ===== CONTACT SECTION ===== */
.contact-section {
    padding: 80px 0 100px;
    background: #f8f5f0;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-header .section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.contact-header h2 {
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    position: relative;
    display: block;
    margin: 0 auto 20px;
}

.contact-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #b79b6d, #947054);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}

.contact-header p {
    color: #777;
    font-size: 16px;
    margin: 25px auto 0;
    max-width: 500px;
}

/* Contact Wrapper */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Contact Cards */
.contact-card {
    background: #fff;
    border-radius: 15px;
    padding: 35px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.contact-card.get-in-touch {
    background: #f1e6d8;
}

.contact-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 10px;
}

.contact-card.send-message h3,
.contact-card.send-message .card-subtitle {
    text-align: center;
}

.card-subtitle {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Contact List */
.contact-list {
    margin-top: 10px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(148, 112, 84, 0.2);
}

.contact-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.item-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #b79b6d, #947054);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.item-icon i {
    color: #fff;
    font-size: 18px;
}

.item-content {
    flex: 1;
}

.item-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #947054;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.item-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

/* Contact Form */
.contact-form {
    margin-top: 10px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-form .form-row .form-group {
    flex: 1;
    margin-bottom: 0;
}

/* Inputs */
.contact-form .form-control {
    width: 100%;
    height: 48px;
    padding: 12px 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: #947054;
    box-shadow: 0 0 0 3px rgba(148, 112, 84, 0.15);
}

.contact-form .form-control::placeholder {
    color: #999;
}

/* Textarea */
.contact-form textarea.form-control {
    height: auto;
    min-height: 120px;
    resize: vertical;
}

/* Button */
.contact-form .contact-btn {
    width: 100%;
    height: 50px;
    margin-top: 5px;
    background: linear-gradient(135deg, #b79b6d, #947054);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form .contact-btn:hover {
    background: linear-gradient(135deg, #947054, #7a5c44);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(148, 112, 84, 0.35);
}

/* Responsive Contact */
@media (max-width: 991px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 50px 0 70px;
    }
    
    .contact-header h2 {
        font-size: 28px;
    }
    
    .contact-card {
        padding: 25px 20px;
    }
    
    .contact-form .form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .contact-form .form-row .form-group {
        margin-bottom: 0;
    }
}

.contact-btn i {
    margin-right: 8px;
}

.contact-info-card .contact-info-inner h3,
.contact-form-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 10px;
}

.contact-info-card .contact-info-inner .form-subtitle,
.contact-form-card .form-subtitle {
    color: #888;
    font-size: 14px;
    margin-bottom: 30px;
    font-style: italic;
}

/* Info Items */
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #b79b6d, #947054);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon i {
    color: #fff;
    font-size: 18px;
}

.info-content {
    flex: 1;
}

.info-content h6 {
    color: #947054;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.info-content p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Form Styling */
.contact-form {
    padding: 0;
}

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

.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.contact-form .form-group.half {
    flex: 1;
}

.contact-form-card .form-control {
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

/* ==================================================
   Global Responsive Polish Overrides
   ================================================== */

html,
body {
    overflow-x: hidden;
}

body {
    line-height: 1.6;
    background-color: #ffffff;
}

.single-hero-slide,
.hero-slides .single-hero-slide,
.breadcumb-area,
.call-to-action-area {
    background-position: center center;
}

@media (max-width: 1199px) {
    .hero-home h1,
    .hero-slides .hero-slides-content h2 {
        font-size: clamp(30px, 5.4vw, 40px) !important;
        line-height: 1.15;
    }

    .property-filter-section {
        margin-top: -90px !important;
    }
}

@media (max-width: 991px) {
    .section-padding-100,
    .section-padding-100-70,
    .section-padding-100-50,
    .section-padding-100-0,
    .section-padding-100-20 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .main-header-area {
        position: sticky !important;
        top: 0;
        width: 100%;
        z-index: 1200;
    }

    #stickyHeader {
        position: sticky !important;
        top: 0;
    }

    .classy-nav-container .classy-navbar,
    .classy-nav-container .classy-navbar .nav-brand {
        min-height: 72px;
    }

    .hero-home {
        padding: 64px 0 92px !important;
    }

    .hero-slides .single-hero-slide {
        min-height: 420px !important;
    }

    .hero-slide-caption {
        left: 16px;
        right: 16px;
        bottom: 96px;
        max-width: calc(100% - 32px);
    }

    .property-filter-section {
        margin-top: -70px !important;
        padding: 0 12px 8px !important;
    }

    .webapp-like-search .filter-container {
        border-radius: 14px;
    }

    .webapp-like-search .filter-topbar {
        align-items: flex-start;
    }

    .webapp-like-search .filter-topbar h3 {
        font-size: 16px;
    }

    .breadcumb-area {
        height: 320px;
        padding-top: 105px;
    }

    .breadcumb-area .breadcumb-title {
        font-size: 34px;
        padding: 8px 14px;
    }

    .single-listings-sliders,
    .single-listings-sliders .item {
        min-height: 280px;
    }
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 30px;
    }

    h2,
    .h2 {
        font-size: 25px;
    }

    h3,
    .h3 {
        font-size: 21px;
    }

    p {
        font-size: 14px;
        line-height: 1.7;
    }

    .section-padding-100,
    .section-padding-100-70,
    .section-padding-100-50,
    .section-padding-100-0,
    .section-padding-100-20 {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .hero-home {
        padding: 48px 0 78px !important;
    }

    .hero-home h1,
    .hero-slides .hero-slides-content h2 {
        font-size: clamp(24px, 7vw, 32px) !important;
        letter-spacing: 0.02em;
        line-height: 1.2;
    }

    .hero-rotating {
        font-size: 16px !important;
        margin-top: 12px;
    }

    .hero-slides .single-hero-slide {
        min-height: 350px !important;
    }

    .hero-slides .hero-slides-content {
        max-width: 92%;
        padding: 12px 14px !important;
        border-radius: 12px;
    }

    .hero-slide-caption {
        bottom: 72px;
        padding: 6px 9px;
    }

    .hero-slide-caption .caption-project {
        font-size: 11px;
    }

    .hero-slide-caption .caption-builder {
        font-size: 10px;
    }

    .property-filter-section {
        margin-top: -52px !important;
    }

    .webapp-like-search .filter-container {
        border-radius: 12px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    }

    .webapp-like-search .filter-topbar {
        margin-bottom: 12px;
    }

    .webapp-like-search .filter-topbar h3 {
        font-size: 15px;
        gap: 8px;
    }

    .single-featured-property,
    .single-blog-area,
    .single-realtor-wrapper,
    .single-listings-area,
    .contact-card,
    .contact-info-card,
    .contact-form-card {
        border-radius: 12px;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    }

    .single-realtor-wrapper .realtor--contact-form {
        padding: 20px 16px;
    }

    .single-contact-reviews {
        padding: 20px 16px;
    }

    .single-listings-content {
        padding: 22px 16px;
    }

    .contact-form .form-row {
        flex-direction: column;
        gap: 12px;
    }

    .contact-form .form-control,
    .contact-form-card .form-control {
        min-height: 46px;
        font-size: 14px;
    }

    .nice-select,
    .south-search-form .form-control {
        min-height: 44px;
        line-height: 42px;
        font-size: 14px;
    }

    .south-btn {
        min-height: 46px;
        line-height: 46px;
        padding: 0 22px;
        font-size: 12px;
    }

    .footer-widget-area .widget-title {
        margin-bottom: 24px;
    }

    .footer-widget-area .useful-links-nav li {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .copywrite-text {
        height: auto !important;
        padding: 14px 12px !important;
        text-align: center;
    }

    .copywrite-text p {
        line-height: 1.5;
    }
}

@media (max-width: 575px) {
    .container,
    .container-fluid {
        padding-left: 14px;
        padding-right: 14px;
    }

    .main-header-area {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .classy-nav-container .classy-navbar,
    .classy-nav-container .classy-navbar .nav-brand {
        min-height: 66px;
    }

    .hero-home {
        padding: 40px 0 68px !important;
    }

    .hero-slides .single-hero-slide {
        min-height: 320px !important;
    }

    .hero-slide-caption {
        left: 12px;
        right: 12px;
        bottom: 56px;
        max-width: calc(100% - 24px);
    }

    .property-filter-section {
        margin-top: -40px !important;
        padding: 0 8px 8px !important;
    }

    .property-filter-section .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .webapp-like-search .filter-container {
        border-radius: 10px;
    }

    .breadcumb-area {
        height: 270px;
        padding-top: 90px;
    }

    .breadcumb-area .breadcumb-title {
        font-size: 26px;
        line-height: 1.2;
    }

    .single-hero-slide,
    .call-to-action-area {
        min-height: 300px;
    }

    .map-wrapper iframe {
        height: 280px !important;
    }

    .map-info-card {
        left: 12px !important;
        right: 12px !important;
        bottom: 12px !important;
        padding: 14px !important;
        border-radius: 8px;
    }
}

/* Fix stacked search filters on narrow mobile screens */
@media (max-width: 767px) {
    .webapp-like-search .filter-fields-row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .webapp-like-search .filter-field,
    .webapp-like-search .filter-field:nth-child(1),
    .webapp-like-search .filter-field:nth-child(2),
    .webapp-like-search .filter-field:nth-child(3),
    .webapp-like-search .filter-field:nth-child(4),
    .webapp-like-search .filter-field:nth-child(5) {
        grid-column: 1 / -1 !important;
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .webapp-like-search .filter-field label {
        display: flex !important;
        align-items: center;
        gap: 8px;
        white-space: normal !important;
        word-break: break-word;
        line-height: 1.3 !important;
        margin-bottom: 7px !important;
    }

    .webapp-like-search .filter-field select,
    .webapp-like-search .filter-field input,
    .webapp-like-search .filter-field .nice-select {
        width: 100% !important;
        min-height: 44px !important;
        height: 44px !important;
        line-height: 42px !important;
        float: none !important;
    }

    .webapp-like-search .filter-field .nice-select .current {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 26px;
    }

    .webapp-like-search .filter-search-btn {
        margin-top: 14px !important;
    }
}

.contact-form-card .form-control:focus {
    outline: none;
    border-color: #947054;
    box-shadow: 0 0 0 3px rgba(148, 112, 84, 0.15);
}

.contact-form-card {
    padding: 30px;
}

.contact-form-card textarea.form-control {
    height: auto;
    resize: vertical;
    min-height: 120px;
}

/* Button */
.contact-btn {
    background: linear-gradient(135deg, #b79b6d, #947054);
    color: #fff;
    padding: 14px 40px;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(183, 155, 109, 0.35);
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(183, 155, 109, 0.45);
}

.contact-btn i {
    margin-right: 8px;
}

/* Contact Section Main Layout */
.contact-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
}

.contact-info-card,
.contact-form-box {
    flex: 1;
    min-width: 0;
    display: flex;
}

.contact-info-card .contact-info-inner,
.contact-form-card {
    width: 100%;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(183, 155, 109, 0.15);
    display: flex;
    flex-direction: column;
}

.contact-form-card h3 {
    text-align: center;
}

.contact-form-card .form-subtitle {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-bottom: 30px;
}

.contact-form {
    flex: 1;
}

.contact-form .form-group:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .contact-section .row {
        flex-direction: column;
        gap: 30px;
    }
    
    .contact-info-card,
    .contact-form-box {
        width: 100%;
    }
    
    .contact-info-card .contact-info-inner,
    .contact-form-card {
        min-height: auto;
    }
    
    .contact-form {
        flex: none;
    }
}

.contact-content-sidebar .contact-info-area {
    margin: 0 15px;
    padding: 50px 40px;
    background: #f1e6d8;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border: 1px solid rgba(183, 155, 109, 0.2);
    position: relative;
    overflow: hidden;
}

.contact-content-sidebar .contact-info-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #947054, #b79b6d, #947054);
}

.contact-content-sidebar .contact-info-area > h6:first-child {
    font-size: 26px;
    text-transform: uppercase;
    color: #323232;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.contact-content-sidebar .contact-info-area > p {
    font-size: 15px;
    color: #888;
    text-align: center;
    margin-bottom: 35px;
    font-style: italic;
}

.contact-content-sidebar .address h6 {
    position: relative;
    z-index: 1;
    color: #555;
    margin-bottom: 30px;
    display: block;
    font-size: 15px;
    padding-left: 50px;
    line-height: 1.6;
    font-weight: 400;
}

.contact-content-sidebar .address h6 img {
    position: absolute;
    top: 0;
    z-index: 10;
    left: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(148, 112, 84, 0.35);
}

/* RIGHT card - Send Message */
.contact-form-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-form-card {
    margin: 0 15px;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border: 1px solid rgba(183, 155, 109, 0.2);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.contact-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #947054, #b79b6d, #947054);
}

.contact-form-card h3 {
    font-size: 26px;
    font-weight: 700;
    color: #323232;
    text-align: center;
    margin-bottom: 10px;
}

.contact-form-card .form-subtitle {
    font-size: 15px;
    color: #888;
    text-align: center;
    margin-bottom: 35px;
    font-style: italic;
}

.contact-form-card .form-control {
    padding: 16px 20px;
    border: 2px solid #eee;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.contact-form-card .form-control:focus {
    border-color: #b79b6d;
    box-shadow: 0 0 0 4px rgba(183, 155, 109, 0.15);
    background: #fff;
}

.contact-form-card textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

/* BUTTON Contact form */
.contact-btn {
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    padding: 16px 40px;
    border-radius: 12px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(148, 112, 84, 0.35);
    display: inline-block;
}

.contact-btn:hover {
    background: linear-gradient(135deg, #947054 0%, #7a5c44 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(148, 112, 84, 0.45);
    color: #fff;
}

/* Make form and info card same height on desktop */
@media (min-width: 992px) {
    .contact-content-sidebar .contact-info-area,
    .contact-form-card {
        min-height: 520px;
    }
}

/* GLOBAL FIX */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #f5f5f5;
}

.form-subtitle {
    color: #777;
    font-size: 15px;
}

/* ===== Testimonial Section ===== */
.testimonial-section {
    background: #f8f5f0;
    padding: 80px 0;
}

.testimonial-section .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.testimonial-section .section-heading {
    text-align: center;
    margin-bottom: 45px;
}

.testimonial-section .section-heading h2 {
    font-size: 38px;
    font-weight: 700;
    color: #2c2c2c;
    position: relative;
    display: block;
    margin: 0 auto 15px;
    text-align: center;
}

.testimonial-section .section-heading h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #caa66a;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}

.testimonial-section .section-heading p {
    color: #777;
    font-size: 16px;
    margin: 25px 0 0 0;
    text-align: center;
}

.testimonial-section .section-heading .testimonial-badge {
    display: inline-block;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-align: center;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-badge {
    display: inline-block;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.testimonial-carousel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    align-items: stretch;
}

.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 480px;
    max-height: 480px;
    border: 1px solid rgba(183, 155, 109, 0.2);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.testimonial-property-thumb {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.testimonial-property-thumb > img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.testimonial-property-thumb .author-info {
    text-align: center;
    padding: 15px 10px 12px;
    background: #fafafa;
}

.testimonial-property-thumb .author-info img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #b79b6d;
    margin-bottom: 8px;
}

.testimonial-property-thumb .author-info h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 3px 0;
}

.testimonial-property-thumb .author-info span {
    font-size: 12px;
    color: #888;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.testimonial-property-thumb .testimonial-rating {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.testimonial-property-thumb .testimonial-rating i {
    color: #f5a623;
    font-size: 12px;
}

.testimonial-quote {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 25px;
    color: rgba(183, 155, 109, 0.15);
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 15px 0 0 0;
    flex-grow: 1;
}

@media (max-width: 992px) {
    .testimonial-carousel {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .testimonial-card {
        min-height: 0;
        max-height: none;
        height: auto;
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 44px 0 96px;
    }

    .testimonial-section .container {
        padding: 0 12px;
    }

    .testimonial-section .section-heading {
        margin-bottom: 28px;
        padding: 0 4px;
    }

    .testimonial-section .section-heading .testimonial-badge {
        font-size: 10px;
        padding: 5px 14px;
        letter-spacing: 0.08em;
    }

    .testimonial-section .section-heading h2 {
        font-size: clamp(1.28rem, 5.2vw, 1.85rem);
        line-height: 1.22;
        letter-spacing: 0.04em;
        padding: 0 6px;
    }

    .testimonial-section .section-heading p {
        font-size: 14px;
        line-height: 1.55;
        margin-top: 18px;
        padding: 0 8px;
    }

    .testimonial-carousel {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0;
    }

    .testimonial-card {
        padding: 16px 14px 20px;
        margin: 0;
        min-height: 0;
        max-height: none;
        height: auto;
        border-radius: 12px;
    }

    .testimonial-card:hover {
        transform: none;
    }

    .testimonial-property-thumb {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        border-radius: 10px;
    }

    .testimonial-property-thumb > img {
        height: 140px;
    }

    .testimonial-property-thumb .author-info {
        padding: 12px 8px 10px;
    }

    .testimonial-property-thumb .author-info img {
        width: 52px;
        height: 52px;
    }

    .testimonial-quote {
        top: 10px;
        right: 12px;
        font-size: 1.35rem;
        color: rgba(183, 155, 109, 0.22);
    }

    .testimonial-text {
        font-size: 15px;
        line-height: 1.65;
        margin-top: 12px;
        padding: 0 2px;
        text-align: left;
    }

    .testimonial-header {
        flex-direction: column;
        gap: 12px;
    }

    .testimonial-author img {
        width: 48px;
        height: 48px;
    }

    /* Scroll-to-top: keep off card content on small screens */
    #scrollUp {
        bottom: 16px;
        right: 14px;
        width: 44px;
        height: 44px;
        line-height: 42px;
        font-size: 20px;
        z-index: 10050;
    }
}

@media (max-width: 575px) {
    .testimonial-section .section-heading h2 {
        font-size: clamp(1.15rem, 6vw, 1.45rem);
    }

    .testimonial-card {
        padding: 14px 12px 18px;
    }

    .testimonial-property-thumb > img {
        height: 128px;
    }
}

/* ===== PROPERTIES SECTION ===== */

/* ===== PROPERTY FILTER SECTION ===== */
.property-filter-section {
    padding: 60px 0 80px;
    background: #f8f5f0;
}

.filter-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.filter-header {
    text-align: center;
    margin-bottom: 40px;
}

.filter-header .section-badge {
    display: block;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    padding: 6px 18px;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.filter-header h2 {
    font-size: 36px;
    color: #2c2c2c;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 0 auto 15px;
}

.filter-header h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #b79b6d, #947054);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.filter-header p {
    color: #777;
    font-size: 15px;
    max-width: 550px;
    margin: 25px auto 0;
}

.filter-box {
    background: #fff;
    border-radius: 16px;
    padding: 30px 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(183, 155, 109, 0.08);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.filter-fields-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.filter-field {
    flex: 1;
    min-width: 180px;
    max-width: 250px;
}

.filter-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-field label i {
    color: #b79b6d;
    margin-right: 5px;
}

.filter-field input,
.filter-field select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0d8ca;
    border-radius: 8px;
    font-size: 14px;
    color: #444;
    background: #fcfaf7;
    transition: all 0.25s ease;
}

.filter-field input:hover,
.filter-field select:hover {
    border-color: #d4c4b0;
}

.filter-field input:focus,
.filter-field select:focus {
    outline: none;
    border-color: #b79b6d;
    box-shadow: 0 0 0 3px rgba(183, 155, 109, 0.12);
    background: #fff;
}

.filter-field select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='%23947054' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px;
}

.filter-search-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.search-btn {
    padding: 14px 50px;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}

.search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(183, 155, 109, 0.4);
    background: linear-gradient(135deg, #a68b5f 0%, #856048 100%);
}

.search-btn:active {
    transform: translateY(0);
}

.search-btn i {
    font-size: 14px;
}

/* Responsive Filter - Tablet */
@media (max-width: 1024px) {
    .filter-field {
        min-width: 160px;
        max-width: 200px;
    }
}

/* Responsive Filter - Mobile */
@media (max-width: 768px) {
    .filter-field {
        min-width: calc(50% - 10px);
        max-width: none;
    }
}

@media (max-width: 576px) {
    .property-filter-section {
        padding: 25px 0 45px;
    }
    
    .filter-container {
        padding: 0 15px;
    }
    
    .filter-header {
        margin-bottom: 22px;
    }
    
    .filter-header .section-badge {
        padding: 4px 12px;
        font-size: 10px;
    }
    
    .filter-header h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .filter-header h2::after {
        height: 2px;
        width: 40px;
        bottom: -8px;
    }
    
    .filter-header p {
        font-size: 13px;
        margin-top: 18px;
    }
    
    .filter-box {
        padding: 20px 18px;
        border-radius: 12px;
        gap: 14px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
        border: 1px solid rgba(183, 155, 109, 0.1);
    }
    
    .filter-fields-row {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
        width: 100%;
    }
    
    .filter-field {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
    
    /* Row 1: Location, Property Type, Budget - 3 fields in first row */
    .filter-field:nth-child(1) {
        grid-column: 1 / 3;
    }
    .filter-field:nth-child(2) {
        grid-column: 3 / 5;
    }
    .filter-field:nth-child(3) {
        grid-column: 5 / 7;
    }
    
    /* Row 2: BHK, Possession - 2 centered fields */
    .filter-field:nth-child(4) {
        grid-column: 2 / 4;
    }
    .filter-field:nth-child(5) {
        grid-column: 4 / 6;
    }
    
    .filter-field label {
        font-size: 11px;
        margin-bottom: 6px;
        font-weight: 600;
        color: #666;
    }
    
    .filter-field input,
    .filter-field select {
        padding: 0 14px;
        font-size: 14px;
        border-radius: 6px;
        height: 44px;
        width: 100%;
        line-height: 44px;
        box-sizing: border-box;
        border: 1px solid #ddd;
        background: #fafafa;
    }
    
    .filter-field input:focus,
    .filter-field select:focus {
        border-color: #b79b6d;
        background: #fff;
    }
    
    .filter-field select {
        background-position: right 12px center;
        padding-right: 32px;
    }
    
    .filter-search-btn {
        margin-top: 12px;
        width: 100%;
    }
    
    .search-btn {
        width: 100%;
        padding: 0 20px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 6px;
        line-height: 46px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
}

/* ===== PROPERTIES SECTION ===== */
.properties-section {
    padding: 80px 0 100px;
    background: #f8f5f0;
}

.properties-section .container {
    text-align: center;
}

.properties-section .section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.properties-section .section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: center;
}

.properties-section .section-header h2 {
    font-size: 38px;
    color: #2c2c2c;
    font-weight: 700;
    position: relative;
    display: block;
    margin: 0 auto 15px;
    text-align: center;
}

.properties-section .section-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #caa66a;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}

.properties-section .section-header p {
    color: #777;
    font-size: 16px;
    max-width: 600px;
    margin: 25px auto 0;
    text-align: center;
}

.properties-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.property-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 1px solid rgba(183, 155, 109, 0.2);
    position: relative;
}

.property-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.property-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    border-color: #b79b6d;
}

.property-card:hover::before {
    opacity: 1;
}

.property-card .property-image {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.property-card .property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.property-card:hover .property-image img {
    transform: scale(1.08);
}

.property-wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 10;
}

.property-wishlist:hover,
.property-wishlist.active {
    background: #e74c3c;
    color: #fff;
}

.property-wishlist i {
    font-size: 16px;
    color: #666;
    transition: all 0.3s ease;
}

.property-wishlist:hover i,
.property-wishlist.active i {
    color: #fff;
}

/* Continuous popup animation for WhatsApp/Call/Enquiry CTAs */
.cta-pop-animate {
    position: relative;
    animation: ctaPulseFloat 2.2s ease-in-out infinite;
    transform-origin: center;
    will-change: transform, box-shadow;
}

.cta-pop-animate::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: inherit;
    border: 2px solid rgba(183, 155, 109, 0.45);
    opacity: 0;
    animation: ctaRing 2.2s ease-out infinite;
    pointer-events: none;
}

.cta-pop-animate.cta-delay-1 {
    animation-delay: 0.25s;
}

.cta-pop-animate.cta-delay-1::after {
    animation-delay: 0.25s;
}

.cta-pop-animate.cta-delay-2 {
    animation-delay: 0.5s;
}

.cta-pop-animate.cta-delay-2::after {
    animation-delay: 0.5s;
}

/* Per-button intensity variants */
.cta-pop-animate.cta-intense-whatsapp {
    animation-duration: 1.6s;
}

.cta-pop-animate.cta-intense-whatsapp::after {
    border-color: rgba(37, 211, 102, 0.55);
    animation-duration: 1.6s;
}

.cta-pop-animate.cta-intense-call {
    animation-duration: 2s;
}

.cta-pop-animate.cta-intense-call::after {
    border-color: rgba(183, 155, 109, 0.5);
    animation-duration: 2s;
}

.cta-pop-animate.cta-intense-enquiry {
    animation-duration: 2.8s;
}

.cta-pop-animate.cta-intense-enquiry::after {
    border-color: rgba(183, 155, 109, 0.35);
    animation-duration: 2.8s;
}

@keyframes ctaPulseFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 8px 18px rgba(16, 24, 40, 0.10);
    }
    45% {
        transform: translateY(-3px) scale(1.04);
        box-shadow: 0 14px 28px rgba(16, 24, 40, 0.18);
    }
    70% {
        transform: translateY(1px) scale(1.02);
        box-shadow: 0 10px 22px rgba(16, 24, 40, 0.14);
    }
}

@keyframes ctaRing {
    0% {
        transform: scale(0.92);
        opacity: 0.45;
    }
    70% {
        transform: scale(1.08);
        opacity: 0.12;
    }
    100% {
        transform: scale(1.15);
        opacity: 0;
    }
}

@keyframes ctaPulseFloatStrong {
    0%, 100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 10px 22px rgba(16, 24, 40, 0.14);
    }
    40% {
        transform: translateY(-5px) scale(1.07);
        box-shadow: 0 16px 34px rgba(16, 24, 40, 0.24);
    }
    70% {
        transform: translateY(1px) scale(1.03);
        box-shadow: 0 12px 26px rgba(16, 24, 40, 0.18);
    }
}

@keyframes ctaPulseFloatSubtle {
    0%, 100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 6px 14px rgba(16, 24, 40, 0.08);
    }
    50% {
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 10px 20px rgba(16, 24, 40, 0.12);
    }
}

.cta-pop-animate.cta-intense-whatsapp {
    animation-name: ctaPulseFloatStrong;
}

.cta-pop-animate.cta-intense-enquiry {
    animation-name: ctaPulseFloatSubtle;
}

.property-status {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 10px rgba(183,155,109,0.3);
}

.property-status.hot {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.property-status.new {
    background: linear-gradient(135deg, #27ae60 0%, #1e8449 100%);
}

.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.property-card:hover .property-overlay {
    opacity: 1;
}

.view-btn {
    background: #fff;
    color: #1a1a1a;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.view-btn:hover {
    background: #b79b6d;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(183,155,109,0.4);
}

.property-info {
    padding: 22px;
}

.property-title {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-weight: 700;
    transition: color 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.property-card:hover .property-title {
    color: #b79b6d;
}

.property-price {
    margin-bottom: 12px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.property-price .price {
    font-size: 20px;
    font-weight: 700;
    color: #b79b6d;
    display: block;
}

.property-price .price-label {
    font-size: 12px;
    color: #888;
    background: #f5f5f5;
    padding: 3px 10px;
    border-radius: 10px;
}

.property-card:hover .property-title {
    color: #b79b6d;
}

.property-location {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.property-location i {
    color: #b79b6d;
}

.property-features {
    display: flex;
    gap: 18px;
    padding: 15px 0;
    border-top: 1px dashed #e0e0e0;
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 15px;
}

.property-features span {
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.property-features span:hover {
    background: #b79b6d;
    color: #fff;
}

.property-features span:hover i {
    color: #fff;
}

.property-features span i {
    color: #b79b6d;
    font-size: 14px;
}

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

.property-footer .builder {
    font-size: 13px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 5px;
}

.property-footer .builder i {
    color: #b79b6d;
}

.property-footer .contact-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.property-footer .contact-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.view-all-wrapper {
    text-align: center;
    margin-top: 50px;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #b79b6d;
    padding: 16px 45px;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #b79b6d;
    transition: all 0.3s ease;
}

/* ===== PAGINATION STYLING ===== */
.pagination-wrapper {
    margin-top: 60px;
    text-align: center;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pagination-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pagination-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    border-color: #b79b6d;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(183, 155, 109, 0.3);
}

.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f5f5f5;
}

.pagination-numbers {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.page-number:hover {
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    border-color: #b79b6d;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(183, 155, 109, 0.3);
}

.page-number.active {
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    border-color: #b79b6d;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(183, 155, 109, 0.3);
}

.page-number.dots {
    border: none;
    background: transparent;
    color: #999;
    cursor: default;
    font-weight: 700;
}

.page-number.dots:hover {
    background: transparent;
    color: #999;
    transform: none;
    box-shadow: none;
}

@media (min-width: 769px) and (max-width: 992px) {
    .properties-grid {
        gap: 20px;
    }
}



/* Responsive Pagination */
@media (max-width: 768px) {
    .pagination-container {
        gap: 6px;
    }
    
    .pagination-btn {
        padding: 10px 16px;
        font-size: 12px;
    }
    
    .page-number {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    
    .pagination-wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .pagination-container {
        gap: 4px;
    }
    
    .pagination-btn {
        padding: 8px 12px;
        font-size: 11px;
    }
    
    .page-number {
        width: 35px;
        height: 35px;
        font-size: 11px;
    }
    
    .prev-btn span, .next-btn span {
        display: none;
    }
    
    .prev-btn, .next-btn {
        padding: 8px 12px;
    }
}

@media (max-width: 576px) {
    .properties-grid {
        grid-template-columns: 1fr;
    }
    
    .properties-section {
        padding: 50px 0 70px;
    }
    
    .properties-section .section-header h2 {
        font-size: 26px;
    }
    
    .property-card .property-image {
        height: 200px;
    }
    
    .property-info {
        padding: 18px;
    }
    
    .property-price .price {
        font-size: 22px;
    }
    
    .property-title {
        font-size: 16px;
    }
    
    .property-footer {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    
    .property-footer .builder {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(183, 155, 109, 0.2);
    }
    
    .property-footer .contact-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
    
    .property-features {
        gap: 10px;
    }
    
    .property-features span {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .property-footer .contact-btn {
        padding: 10px 15px;
        font-size: 12px;
    }
    
    .property-footer .builder {
        font-size: 11px;
    }
}

/* ===== COMPREHENSIVE MOBILE RESPONSIVE CSS ===== */

/* Mobile Responsive Styles (max-width: 768px) */
@media (max-width: 768px) {
    
    /* ===== GLOBAL MOBILE STYLES ===== */
    * {
        box-sizing: border-box;
    }
    
    body {
        overflow-x: hidden;
        font-size: 14px;
    }
    
    .container {
        padding: 0 15px;
        max-width: 100%;
    }
    
    /* ===== NAVBAR MOBILE ===== */
    @media (max-width: 768px) {
        .header-area {
            position: relative;
            background: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .classy-nav-container {
            background: transparent;
            padding: 10px 0;
        }
        
        .classy-navbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 15px;
            height: 65px;
            min-height: 65px;
        }
        
        .header-area:not(.rtf-site-header) .classy-navbar-toggler {
            display: none !important;
        }
    }
    
    /* Mobile Menu Overlay */
    .mobile-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .mobile-menu-overlay.active {
        display: block;
        opacity: 1;
    }
    
    /* Mobile Menu Panel - Slide-in Drawer */
    .classy-menu {
        display: block !important;
        position: fixed;
        top: 0;
        right: -85%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: #fff;
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
        z-index: 9999;
        overflow-y: auto;
        overflow-x: hidden;
        transition: right 0.35s ease;
        padding-top: 50px;
    }
    
    .classy-menu.menu-on {
        right: 0;
    }
    
    /* Menu Header with Close Button */
    .menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 20px 15px;
        border-bottom: 1px solid #eee;
    }
    
    .menu-header span {
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }
    
    .menu-close-btn {
        width: 32px;
        height: 32px;
        border: none;
        background: #f5f5f5;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        position: relative;
    }
    
    .menu-close-btn:hover {
        background: #b79b6d;
    }
    
    .menu-close-btn::before,
    .menu-close-btn::after {
        content: '';
        position: absolute;
        width: 14px;
        height: 2px;
        background: #333;
        transition: all 0.3s ease;
    }
    
    .menu-close-btn::before {
        transform: rotate(45deg);
    }
    
    .menu-close-btn::after {
        transform: rotate(-45deg);
    }
    
    .menu-close-btn:hover::before,
    .menu-close-btn:hover::after {
        background: #fff;
    }
    
    /* Menu Items */
    .classynav ul {
        flex-direction: column;
        padding: 15px 20px;
        margin: 0;
    }
    
    .classynav ul li {
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .classynav ul li:last-child {
        border-bottom: none;
    }
    
    .classynav ul li a {
        color: #444;
        font-size: 15px;
        font-weight: 500;
        padding: 16px 10px;
        display: block;
        transition: all 0.25s ease;
        border-radius: 8px;
    }
    
    .classynav ul li a:hover,
    .classynav ul li a:visited,
    .classynav ul li a:focus,
    .classynav ul li a:active,
    .classynav ul li a.active {
        color: #444;
        background: transparent;
        padding: 16px 10px;
        font-weight: 500;
    }
    
    /* Close Icon (X Button) */
    .classycloseIcon {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        background: #f5f5f5;
        border-radius: 50%;
    }
    
    .classycloseIcon:hover {
        background: #b79b6d;
    }
    
    .classycloseIcon:hover .cross-wrap span {
        background: #fff;
    }
    
    .classycloseIcon .cross-wrap {
        width: 14px;
        height: 14px;
        position: relative;
    }
    
    .classycloseIcon .cross-wrap span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #333;
        transition: all 0.3s ease;
        background: #333;
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    
    .classycloseIcon .cross-wrap span.top {
        top: 6px;
        transform: rotate(45deg);
    }
    
    .classycloseIcon .cross-wrap span.bottom {
        top: 6px;
        transform: rotate(-45deg);
    }
    
    .classycloseIcon:hover .cross-wrap span {
        background: #b79b6d;
    }
    
    /* Menu Backdrop */
    .menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9997;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease;
    }
    
    .menu-backdrop.active {
        opacity: 1;
        visibility: visible;
    }
    
    /* Dropdown Items */
    .cn-dropdown-item {
        position: relative;
    }
    
    .dropdown {
        position: relative;
    }
    
    /* Prevent body scroll when menu open */
    body.menu-open {
        overflow: hidden;
    }
    
    /* Mobile Menu Toggle Button Styling - Premium Minimal */
    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        background: transparent;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s ease;
        position: relative;
        margin-right: 18px;
        padding: 0;
    }
    
    .mobile-menu-toggle .hamburger-bar {
        width: 24px;
        height: 2px;
        background: #333;
        margin: 0;
        border-radius: 2px;
        transition: all 0.25s ease;
        position: relative;
    }
    
    .mobile-menu-toggle .hamburger-bar:nth-child(1) {
        transform: translateY(-5px);
    }
    
    .mobile-menu-toggle .hamburger-bar:nth-child(3) {
        transform: translateY(5px);
    }
    
    .mobile-menu-toggle.active .hamburger-bar {
        background: #333;
    }
    
    .mobile-menu-toggle.active .hamburger-bar:nth-child(1) {
        transform: rotate(45deg) translateY(0);
    }
    
    .mobile-menu-toggle.active .hamburger-bar:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active .hamburger-bar:nth-child(3) {
        transform: rotate(-45deg) translateY(0);
    }
    
    .mobile-menu-toggle:hover {
        background: rgba(0,0,0,0.04);
    }
    
    .mobile-menu-toggle:active {
        background: rgba(0,0,0,0.08);
    }
    
    /* Hide plugin toggler on mobile (pages using alternate .mobile-menu-toggle only) */
    .header-area:not(.rtf-site-header) .classy-navbar-toggler {
        display: none;
    }
    
    .dropdown-menu {
        position: static;
        box-shadow: none;
        background: rgba(183, 155, 109, 0.1);
        border-radius: 5px;
        margin: 10px 0;
        padding: 10px;
    }
    
    /* ===== HERO SECTION MOBILE ===== */
    .hero-area {
        height: 70vh;
        min-height: 500px;
    }
    
    .single-hero-slide {
        height: 70vh;
        min-height: 500px;
        background-attachment: scroll;
    }
    
    .hero-slides-content {
        padding: 1rem;
    }
    
    .hero-slides-content h2 {
        font-size: 2.5rem;
        letter-spacing: 2px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    .hero-slides-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .hero-area .owl-nav {
        display: none;
    }
    
    .hero-area .owl-dots {
        bottom: 20px;
    }
    
    .hero-area .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    
    /* ===== PROPERTY SEARCH FILTER MOBILE ===== */
    .property-filter-section {
        padding: 40px 0;
    }
    
    .filter-container {
        padding: 20px;
    }
    
    .filter-header h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .filter-header p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .filter-box {
        padding: 20px;
    }
    
    .filter-fields-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .filter-field {
        width: 100%;
    }
    
    .filter-field label {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .filter-field select,
    .filter-field input {
        width: 100%;
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .filter-actions {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }
    
    .filter-btn,
    .reset-btn {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }
    
    /* ===== PROPERTIES SECTION MOBILE ===== */
    .properties-section {
        padding: 60px 0;
    }
    
    .properties-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .property-card {
        margin-bottom: 0;
    }
    
    .property-image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .property-info {
        padding: 15px;
    }
    
    .property-price .price {
        font-size: 18px;
    }
    
    .property-price .price-label {
        font-size: 12px;
    }
    
    .property-title {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 1.3;
    }
    
    .property-location {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .property-features {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 15px;
    }
    
    .property-features span {
        font-size: 12px;
        padding: 5px 10px;
    }
    
    .property-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .contact-btn {
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    
    /* ===== ABOUT SECTION MOBILE ===== */
    .about-content-wrapper {
        padding: 60px 0;
    }
    
    .about-content-wrapper h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .about-content-wrapper p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    /* ===== MISSION VISION SECTION MOBILE ===== */
    .mission-vision-section {
        padding: 60px 0;
    }
    
    .mission-vision-section .row {
        flex-direction: column;
        gap: 30px;
    }
    
    .mission-vision-section h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .mission-vision-section p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    /* ===== CONTACT SECTION MOBILE ===== */
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-section h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .contact-form {
        padding: 20px;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-group label {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .form-group input,
    .form-group textarea,
    .form-group select {
        width: 100%;
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .form-group textarea {
        height: 120px;
    }
    
    .submit-btn {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }
    
    /* ===== BREADCRUMB MOBILE ===== */
    .breadcumb-area {
        height: 300px;
    }
    
    .breadcumb-content {
        padding: 0 20px;
    }
    
    .breadcumb-title {
        font-size: 32px;
        letter-spacing: 1px;
    }
    
    .breadcumb-subtitle {
        font-size: 14px;
    }
    
    /* ===== PAGINATION MOBILE ===== */
    .pagination-wrapper {
        margin-top: 30px;
        padding: 20px 0;
    }
    
    /* ===== FOOTER MOBILE ===== */
    .footer-area {
        padding: 26px 0 10px;
    }
    
    .footer-widget {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .footer-widget h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .footer-widget p,
    .footer-widget a {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .footer-social-links {
        justify-content: center;
        margin-top: 15px;
    }
    
    .footer-social-links a {
        margin: 0 10px;
    }
    
    .copywrite-area {
        text-align: center;
        padding: 20px 0;
    }
    
    .copywrite-area p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    /* ===== IMAGES MOBILE ===== */
    img {
        max-width: 100%;
        height: auto;
    }
    
    .bg-img {
        background-size: cover !important;
        background-position: center !important;
    }
    
    /* ===== BUTTONS MOBILE ===== */
    .btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .view-all-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    /* ===== SECTIONS MOBILE ===== */
    section {
        padding: 60px 0;
    }
    
    .section-header h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .section-header p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    /* ===== FORMS MOBILE ===== */
    input,
    textarea,
    select {
        width: 100%;
        padding: 12px 15px;
        font-size: 14px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    
    /* ===== TYPOGRAPHY MOBILE ===== */
    h1 {
        font-size: 32px;
        line-height: 1.2;
    }
    
    h2 {
        font-size: 28px;
        line-height: 1.2;
    }
    
    h3 {
        font-size: 24px;
        line-height: 1.3;
    }
    
    h4 {
        font-size: 20px;
        line-height: 1.3;
    }
    
    h5 {
        font-size: 18px;
        line-height: 1.3;
    }
    
    h6 {
        font-size: 16px;
        line-height: 1.3;
    }
    
    p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    
    /* ===== SPACING MOBILE ===== */
    .mt-50 { margin-top: 30px; }
    .mb-50 { margin-bottom: 30px; }
    .pt-50 { padding-top: 30px; }
    .pb-50 { padding-bottom: 30px; }
    
    .mt-30 { margin-top: 20px; }
    .mb-30 { margin-bottom: 20px; }
    .pt-30 { padding-top: 20px; }
    .pb-30 { padding-bottom: 20px; }
    
    /* ===== OVERFLOW FIXES ===== */
    .container-fluid,
    .container {
        overflow-x: hidden;
    }
    
    .row {
        margin: 0 -15px;
    }
    
    .row > [class*="col-"] {
        padding: 0 15px;
    }
    
    /* ===== TABLE STYLES MOBILE ===== */
    .table-responsive {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
}

/* Tablet Responsive Styles (max-width: 576px) */
@media (max-width: 576px) {
    
    /* ===== GLOBAL TABLET STYLES ===== */
    body {
        font-size: 13px;
    }
    
    .container {
        padding: 0 10px;
    }
    
    /* ===== HERO TABLET ===== */
    .hero-area {
        height: 60vh;
        min-height: 450px;
    }
    
    .single-hero-slide {
        height: 60vh;
        min-height: 450px;
    }
    
    .hero-slides-content h2 {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    /* ===== PROPERTY CARDS TABLET ===== */
    .property-image img {
        height: 180px;
    }
    
    .property-info {
        padding: 12px;
    }
    
    .property-title {
        font-size: 15px;
    }
    
    .property-location {
        font-size: 12px;
    }
    
    .property-features span {
        font-size: 11px;
        padding: 4px 8px;
    }
    
    /* ===== FORMS TABLET ===== */
    .filter-field select,
    .filter-field input,
    .form-group input,
    .form-group textarea,
    .form-group select {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    /* ===== TYPOGRAPHY TABLET ===== */
    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 14px; }
    
    /* ===== BREADCRUMB TABLET ===== */
    .breadcumb-area {
        height: 250px;
    }
    
    .breadcumb-title {
        font-size: 28px;
    }
    
    .breadcumb-subtitle {
        font-size: 13px;
    }
    
    /* ===== BUTTONS TABLET ===== */
    .btn {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .view-all-btn {
        padding: 10px 25px;
        font-size: 13px;
    }
    
    /* ===== SECTIONS TABLET ===== */
    section {
        padding: 40px 0;
    }
    
    /* ===== FOOTER TABLET ===== */
    .footer-area {
        padding: 22px 0 10px;
    }
    
    .footer-widget {
        margin-bottom: 25px;
    }
    
    /* ===== NAVBAR TABLET ===== */
    .classy-navbar {
        min-height: 60px;
    }
    
    .classy-navbar-toggler {
        padding: 10px 12px;
        margin-right: 10px;
    }
    
    .classynav ul li a {
        font-size: 15px;
        padding: 8px 12px;
    }
}

/* ===== ADDITIONAL PAGES MOBILE RESPONSIVE ===== */

/* Property Details Pages Mobile (max-width: 768px) */
@media (max-width: 768px) {
    
    /* ===== PROPERTY DETAILS HERO ===== */
    .property-details-hero {
        height: 400px !important;
    }
    
    .property-details-hero .hero-overlay {
        padding: 30px 20px !important;
    }
    
    .property-details-hero .hero-title {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }
    
    .property-details-hero .hero-price {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    
    .property-details-hero .hero-features {
        flex-wrap: wrap !important;
        gap: 8px !important;
        margin-bottom: 15px !important;
    }
    
    .property-details-hero .hero-features span {
        font-size: 12px !important;
        padding: 4px 8px !important;
    }
    
    /* ===== PROPERTY PAGE CONTAINER ===== */
    .property-page-container {
        padding: 0 15px !important;
    }
    
    /* ===== PROPERTY DETAILS GRID ===== */
    .property-details-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .property-main-content,
    .property-sidebar {
        width: 100% !important;
        padding: 0 !important;
    }
    
    /* ===== PROPERTY INFO SECTIONS ===== */
    .property-info-section {
        padding: 20px !important;
        margin-bottom: 20px !important;
    }
    
    .property-info-section h3 {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
    
    .property-info-section p,
    .property-info-section li {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 10px !important;
    }
    
    /* ===== PROPERTY SPECIFICATIONS ===== */
    .property-specifications {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .spec-item {
        padding: 15px !important;
    }
    
    .spec-item .spec-label {
        font-size: 12px !important;
    }
    
    .spec-item .spec-value {
        font-size: 16px !important;
    }
    
    /* ===== PROPERTY AMENITIES ===== */
    .amenities-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    
    .amenity-item {
        padding: 12px !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
    }
    
    .amenity-item i {
        font-size: 16px !important;
        margin-bottom: 0 !important;
    }
    
    .amenity-item span {
        font-size: 14px !important;
    }
    
    /* ===== PROPERTY GALLERY ===== */
    .property-gallery {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    
    .gallery-main-image {
        height: 250px !important;
    }
    
    .gallery-thumbnails {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px !important;
    }
    
    .gallery-thumbnail {
        height: 80px !important;
    }
    
    /* ===== PROPERTY LOCATION ===== */
    .property-location-map {
        height: 300px !important;
    }
    
    .location-info {
        padding: 15px !important;
    }
    
    .location-info h4 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    
    .location-info p {
        font-size: 14px !important;
    }
    
    /* ===== PROPERTY SIDEBAR ===== */
    .property-sidebar {
        position: static !important;
        width: 100% !important;
        margin-top: 20px !important;
    }
    
    .sidebar-card {
        padding: 20px !important;
        margin-bottom: 20px !important;
    }
    
    .sidebar-card h4 {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    
    .agent-info {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
    }
    
    .agent-avatar {
        width: 80px !important;
        height: 80px !important;
    }
    
    .agent-details h5 {
        font-size: 16px !important;
    }
    
    .agent-details p {
        font-size: 14px !important;
    }
    
    .contact-agent-form {
        padding: 15px !important;
    }
    
    .contact-agent-form input,
    .contact-agent-form textarea {
        padding: 12px !important;
        font-size: 14px !important;
    }
    
    .contact-agent-form button {
        width: 100% !important;
        padding: 12px !important;
        font-size: 14px !important;
    }
    
    /* ===== PROPERTY INQUIRY FORM ===== */
    .property-inquiry-form {
        padding: 20px !important;
    }
    
    .property-inquiry-form h3 {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    
    .inquiry-form-row {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .inquiry-form-group {
        width: 100% !important;
    }
    
    .inquiry-form-group label {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    
    .inquiry-form-group input,
    .inquiry-form-group select,
    .inquiry-form-group textarea {
        width: 100% !important;
        padding: 12px !important;
        font-size: 14px !important;
    }
    
    .inquiry-form-group textarea {
        height: 100px !important;
    }
    
    .inquiry-form-submit {
        width: 100% !important;
        padding: 12px !important;
        font-size: 14px !important;
    }
}

/* Services Page Mobile (max-width: 768px) */
@media (max-width: 768px) {
    
    /* ===== SERVICES HERO ===== */
    .services-hero {
        height: 400px !important;
        padding: 60px 0 !important;
    }
    
    .services-hero h1 {
        font-size: 32px !important;
        margin-bottom: 15px !important;
    }
    
    .services-hero p {
        font-size: 16px !important;
        margin-bottom: 25px !important;
    }
    
    /* ===== SERVICES GRID ===== */
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 40px 0 !important;
    }
    
    .service-card {
        padding: 25px !important;
        text-align: center !important;
    }
    
    .service-card i {
        font-size: 40px !important;
        margin-bottom: 15px !important;
    }
    
    .service-card h3 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }
    
    .service-card p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
    }
    
    .service-card .service-features {
        text-align: left !important;
    }
    
    .service-card .service-features li {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    
    /* ===== SERVICES PROCESS ===== */
    .services-process {
        padding: 40px 0 !important;
    }
    
    .process-timeline {
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    .process-step {
        flex-direction: row !important;
        text-align: left !important;
        gap: 15px !important;
        padding: 20px !important;
    }
    
    .process-step .step-number {
        font-size: 24px !important;
        margin-bottom: 0 !important;
    }
    
    .process-step .step-content h3 {
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }
    
    .process-step .step-content p {
        font-size: 14px !important;
    }
    
    /* ===== SERVICES CTA ===== */
    .services-cta {
        padding: 40px 20px !important;
    }
    
    .services-cta h2 {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }
    
    .services-cta p {
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }
}

/* Testimonials Page Mobile (max-width: 768px) */
@media (max-width: 768px) {
    
    /* ===== TESTIMONIALS HERO ===== */
    .testimonials-hero {
        height: 400px !important;
        padding: 60px 0 !important;
    }
    
    .testimonials-hero h1 {
        font-size: 32px !important;
        margin-bottom: 15px !important;
    }
    
    .testimonials-hero p {
        font-size: 16px !important;
    }
    
    /* ===== TESTIMONIALS GRID ===== */
    .testimonials-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 40px 0 !important;
    }
    
    .testimonial-card {
        padding: 25px !important;
    }
    
    .testimonial-card .testimonial-content {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }
    
    .testimonial-card .testimonial-author {
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;
    }
    
    .testimonial-author .author-avatar {
        width: 50px !important;
        height: 50px !important;
    }
    
    .testimonial-author .author-info h4 {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }
    
    .testimonial-author .author-info p {
        font-size: 13px !important;
        margin-bottom: 0 !important;
    }
    
    .testimonial-card .testimonial-rating {
        margin-bottom: 15px !important;
    }
    
    .testimonial-card .testimonial-rating i {
        font-size: 14px !important;
    }
    
    /* ===== TESTIMONIALS STATS ===== */
    .testimonials-stats {
        padding: 40px 20px !important;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .stat-item {
        padding: 20px !important;
        text-align: center !important;
    }
    
    .stat-item .stat-number {
        font-size: 28px !important;
        margin-bottom: 5px !important;
    }
    
    .stat-item .stat-label {
        font-size: 14px !important;
    }
}

/* Contact Page Mobile (max-width: 768px) */
@media (max-width: 768px) {
    
    /* ===== CONTACT HERO ===== */
    .contact-hero {
        height: 400px !important;
        padding: 60px 0 !important;
    }
    
    .contact-hero h1 {
        font-size: 32px !important;
        margin-bottom: 15px !important;
    }
    
    .contact-hero p {
        font-size: 16px !important;
        margin-bottom: 25px !important;
    }
    
    /* ===== CONTACT CONTENT ===== */
    .contact-content {
        padding: 40px 0 !important;
    }
    
    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .contact-form-section,
    .contact-info-section {
        width: 100% !important;
    }
    
    /* ===== CONTACT FORM ===== */
    .contact-form {
        padding: 25px !important;
    }
    
    .contact-form h3 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }
    
    .form-row {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .form-group {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .form-group label {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100% !important;
        padding: 12px !important;
        font-size: 14px !important;
    }
    
    .form-group textarea {
        height: 120px !important;
    }
    
    .form-submit {
        width: 100% !important;
        padding: 12px !important;
        font-size: 14px !important;
    }
    
    /* ===== CONTACT INFO ===== */
    .contact-info {
        padding: 25px !important;
    }
    
    .contact-info h3 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }
    
    .contact-info-item {
        display: flex !important;
        align-items: flex-start !important;
        gap: 15px !important;
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
    }
    
    .contact-info-item:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .contact-info-item i {
        font-size: 18px !important;
        margin-top: 2px !important;
    }
    
    .contact-info-item .info-content h4 {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }
    
    .contact-info-item .info-content p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    /* ===== CONTACT MAP ===== */
    .contact-map {
        height: 300px !important;
        margin-top: 30px !important;
    }
    
    /* ===== CONTACT FAQ ===== */
    .contact-faq {
        padding: 40px 0 !important;
    }
    
    .faq-section h3 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }
    
    .faq-item {
        margin-bottom: 15px !important;
    }
    
    .faq-question {
        padding: 15px !important;
        font-size: 14px !important;
        cursor: pointer !important;
    }
    
    .faq-answer {
        padding: 15px !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}

/* Small Mobile Devices (max-width: 480px) */
@media (max-width: 480px) {
    
    /* ===== PROPERTY DETAILS EXTRA SMALL ===== */
    .property-details-hero {
        height: 300px !important;
    }
    
    .property-details-hero .hero-overlay {
        padding: 20px 15px !important;
    }
    
    .property-details-hero .hero-title {
        font-size: 20px !important;
    }
    
    .property-details-hero .hero-price {
        font-size: 16px !important;
    }
    
    .property-gallery-thumbnails {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .gallery-thumbnail {
        height: 70px !important;
    }
    
    /* ===== SERVICES EXTRA SMALL ===== */
    .services-hero h1 {
        font-size: 28px !important;
    }
    
    .service-card {
        padding: 20px !important;
    }
    
    .service-card i {
        font-size: 36px !important;
    }
    
    .service-card h3 {
        font-size: 18px !important;
    }
    
    /* ===== TESTIMONIALS EXTRA SMALL ===== */
    .testimonials-hero h1 {
        font-size: 28px !important;
    }
    
    .testimonial-card {
        padding: 20px !important;
    }
    
    .stats-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    /* ===== CONTACT EXTRA SMALL ===== */
    .contact-hero h1 {
        font-size: 28px !important;
    }
    
    .contact-form,
    .contact-info {
        padding: 20px !important;
    }
    
    .contact-form h3,
    .contact-info h3 {
        font-size: 18px !important;
    }
}

/* ===== FOUNDERS SECTION ===== */
.founders-section {
    padding: 120px 0 112px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(165deg, #e4dcd1 0%, #ebe4d8 28%, #f3ece3 58%, #ddd5c8 100%);
    color: #141210;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.founders-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(ellipse 85% 55% at 50% -15%, rgba(255, 255, 255, 0.55) 0%, transparent 58%),
        radial-gradient(circle at 100% 8%, rgba(183, 155, 109, 0.2) 0%, transparent 38%),
        radial-gradient(circle at 0% 92%, rgba(120, 90, 60, 0.12) 0%, transparent 42%);
    background-repeat: no-repeat;
}

.founders-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(74, 54, 40, 0.22), transparent);
    pointer-events: none;
}

.founders-section .container {
    position: relative;
    z-index: 1;
    text-align: center;
}

.founders-section-header {
    text-align: center;
    margin-bottom: 70px;
}

.founders-section-header .section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(183, 155, 109, 0.35);
}

.founders-section-header h2 {
    font-size: 48px;
    font-weight: 800;
    color: #14120f;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
}

.founders-section-header p {
    font-size: 17px;
    color: #4a4238;
    font-weight: 500;
    letter-spacing: 0.02em;
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
}

.founders-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}

.founder-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06), 0 8px 20px rgba(183, 155, 109, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.9);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.founder-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(183, 155, 109, 0.15);
}

.founder-image {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.founder-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.95), transparent);
    pointer-events: none;
}

.founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.founder-card:hover .founder-image img {
    transform: scale(1.1);
}

.founder-content {
    padding: 30px 40px 40px;
    text-align: center;
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #fff);
}

.founder-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #b79b6d, #947054);
    border-radius: 1px;
}

.founder-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.founder-role {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #947054;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    background: rgba(183, 155, 109, 0.1);
    border-radius: 20px;
    margin-bottom: 15px;
}

.founder-content p {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    font-weight: 500;
    max-width: 320px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 992px) {
    .founders-grid {
        gap: 40px;
        padding: 0 30px;
    }
    
    .founder-image {
        height: 320px;
    }
    
    .founder-content {
        padding: 25px 30px 35px;
    }
    
    .founder-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .founders-section {
        padding: 80px 0;
    }
    
    .founders-section-header h2 {
        font-size: 36px;
    }
    
    .founders-section-header p {
        font-size: 16px;
    }
    
    .founders-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        gap: 40px;
    }
    
    .founder-image {
        height: 350px;
    }
    
    .founder-content {
        padding: 30px 25px 35px;
    }
    
    .founder-content h3 {
        font-size: 22px;
    }
    
    .founder-role {
        font-size: 10px;
    }
    
    .founder-content p {
        font-size: 13px;
    }
}

.founders-section .founders-section-header {
    margin-bottom: 60px;
    position: relative;
}

.founders-section .founders-section-header .section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.founders-section .founders-section-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #14120f;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    text-align: center;
    letter-spacing: 0.06em;
}

.founders-section .founders-section-header h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #b79b6d, #947054);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    z-index: 10;
}

.founders-section .founders-section-header p {
    color: #4a4238;
    font-size: 17px;
    margin: 25px 0 0 0;
    text-align: center;
    font-weight: 500;
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
}

.founders-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: stretch;
}

.founder-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(183, 155, 109, 0.15);
    border: 1px solid rgba(183, 155, 109, 0.1);
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.founder-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(183, 155, 109, 0.05) 0%, transparent 60%);
    z-index: 0;
}

.founder-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(183, 155, 109, 0.25);
}

.founder-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.founder-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, #fff, transparent);
}

.founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.founder-card:hover .founder-image img {
    transform: scale(1.08);
}

.founder-content {
    padding: 0 25px 25px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.founder-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.founder-role {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    color: #947054;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 14px;
    background: rgba(183, 155, 109, 0.12);
    border-radius: 15px;
}

.founder-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 18px;
}

.founder-card {
    background: #fdfcfa;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 2px 8px rgba(28, 22, 18, 0.06),
        0 28px 64px rgba(28, 22, 18, 0.14);
    border: 1px solid rgba(74, 54, 40, 0.12);
    border-left: 4px solid #a88454;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

.founder-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8f6845 0%, #c9a66b 40%, #6b4a35 100%);
    z-index: 2;
}

.founder-card::after {
    display: none;
}

.founder-card:hover {
    transform: translateY(-10px);
    border-color: rgba(74, 54, 40, 0.18);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 8px 24px rgba(28, 22, 18, 0.08),
        0 40px 80px rgba(28, 22, 18, 0.16),
        0 0 0 1px rgba(184, 150, 100, 0.25);
}

.founder-card:hover .founder-social a {
    transform: translateY(0);
    opacity: 1;
}

.founders-section .founder-content::before {
    display: none;
}

.founder-card__visual {
    position: relative;
    padding: 48px 32px 36px;
    background:
        linear-gradient(142deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 224, 206, 0.85) 42%, rgba(248, 243, 235, 0.98) 100%);
    border-bottom: 1px solid rgba(74, 54, 40, 0.12);
    min-height: 208px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.founder-card__visual::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -25%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(184, 150, 100, 0.28) 0%, transparent 68%);
    pointer-events: none;
}

.founder-card__visual::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 150, 100, 0.5), transparent);
    pointer-events: none;
}

.founder-initials {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    font-size: clamp(3.5rem, 8vw, 5.25rem);
    font-weight: 300;
    letter-spacing: 0.14em;
    color: rgba(74, 54, 40, 0.16);
    pointer-events: none;
    user-select: none;
    line-height: 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.founder-emblem {
    position: relative;
    width: 108px;
    height: 108px;
    margin: 0;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(155deg, #fff 0%, #ebe2d4 55%, #ddd0bc 100%);
    border: 2px solid rgba(168, 132, 84, 0.55);
    box-shadow:
        0 2px 0 rgba(255, 255, 255, 0.9) inset,
        0 14px 32px rgba(60, 42, 28, 0.2);
    z-index: 1;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.45s ease, border-color 0.35s ease;
}

.founder-emblem::before {
    content: '';
    position: absolute;
    inset: -7px;
    border-radius: 26px;
    border: 1px solid rgba(168, 132, 84, 0.22);
    pointer-events: none;
    transition: border-color 0.35s ease, transform 0.5s ease;
}

.founder-emblem--alt {
    background: linear-gradient(155deg, #fff 0%, #e2e8ec 45%, #d2dce2 100%);
    border-color: rgba(90, 110, 120, 0.4);
}

.founder-emblem--alt::before {
    border-color: rgba(90, 110, 120, 0.18);
    transform: rotate(-5deg);
}

.founder-emblem i {
    font-size: 40px;
    color: #4a3520;
    line-height: 1;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s ease;
}

.founder-emblem--alt i {
    color: #3d4f5a;
}

.founder-card:hover .founder-emblem {
    transform: translateY(-4px);
    border-color: rgba(138, 100, 60, 0.75);
    box-shadow:
        0 2px 0 rgba(255, 255, 255, 1) inset,
        0 18px 44px rgba(60, 42, 28, 0.26);
}

.founder-card:hover .founder-emblem--alt {
    border-color: rgba(70, 95, 105, 0.55);
}

.founder-card:hover .founder-emblem::before {
    border-color: rgba(168, 132, 84, 0.35);
}

.founder-card:hover .founder-emblem--alt::before {
    transform: rotate(-2deg);
    border-color: rgba(70, 95, 105, 0.28);
}

.founder-card:hover .founder-emblem i {
    transform: scale(1.07);
    color: #2e2116;
}

.founder-card:hover .founder-emblem--alt i {
    color: #243038;
}

.founder-content {
    padding: 34px 28px 40px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #faf9f7 100%);
}

.founder-eyebrow {
    margin: 0 0 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #6b4a30;
}

.founder-eyebrow::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, #b79b6d 20%, #8b6548 80%, transparent);
    opacity: 0.95;
}

.founder-content h3 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #0f0e0c;
    margin: 4px 0 16px;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.founder-role {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: #3d2a1c;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    padding: 9px 18px;
    background: linear-gradient(180deg, rgba(201, 166, 107, 0.2) 0%, rgba(201, 166, 107, 0.08) 100%);
    border-radius: 4px;
    border: 1px solid rgba(168, 132, 84, 0.45);
    box-shadow: 0 1px 2px rgba(40, 30, 20, 0.06);
}

.founder-content p:last-of-type {
    font-size: 15px;
    color: #2c2620;
    line-height: 1.68;
    margin: 0;
    max-width: 22em;
    font-weight: 500;
}

.founder-social {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
}

.founder-social a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #947054;
    font-size: 15px;
    transition: all 0.3s ease;
    background: rgba(183, 155, 109, 0.1);
    border: 1px solid rgba(183, 155, 109, 0.15);
}

.founder-social a:hover {
    background: linear-gradient(135deg, #b79b6d, #947054);
    border-color: transparent;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(183, 155, 109, 0.35);
}

/* Responsive Founders */
@media (max-width: 992px) {
    .founders-grid {
        gap: 28px;
        padding: 0 20px;
    }

    .founder-card__visual {
        padding: 36px 24px 28px;
        min-height: 180px;
    }
    
    .founder-emblem {
        width: 96px;
        height: 96px;
        border-radius: 18px;
    }

    .founder-emblem i {
        font-size: 34px;
    }

    .founder-emblem::before {
        border-radius: 22px;
    }
}

@media (max-width: 768px) {
    .founders-section {
        padding: 80px 0 60px;
    }
    
    .founders-section .section-heading h2 {
        font-size: 32px;
    }
    
    .founders-section .section-heading .section-badge {
        font-size: 10px;
        padding: 8px 20px;
    }
    
    .founders-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        gap: 28px;
    }

    .founder-card__visual {
        min-height: 168px;
        padding: 32px 24px 26px;
    }
    
    .founder-emblem {
        width: 92px;
        height: 92px;
    }

    .founder-emblem i {
        font-size: 32px;
    }

    .founder-content {
        padding: 28px 22px 34px;
    }
}

@media (max-width: 576px) {
    .founders-section .section-heading h2 {
        font-size: 28px;
    }

    .founder-initials {
        font-size: clamp(2.75rem, 18vw, 3.75rem);
    }
    
    .founder-emblem {
        width: 88px;
        height: 88px;
        border-radius: 16px;
    }

    .founder-emblem i {
        font-size: 30px;
    }
    
    .founder-content {
        padding: 24px 20px 30px;
    }
    
    .founder-content h3 {
        font-size: 1.35rem;
    }

    .founder-eyebrow {
        font-size: 10px;
        letter-spacing: 0.15em;
    }

    .founder-content p:last-of-type {
        font-size: 14px;
    }
}

/* Property Divider */
.property-divider {
    height: 1px;
    background: rgba(183, 155, 109, 0.2);
    margin: 15px 0;
}

/* Property Features */
.property-features {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.property-features span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.property-features span i {
    color: #b79b6d;
    font-size: 14px;
}

/* Property Wishlist Button */
.property-wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.property-wishlist i {
    color: #e74c3c;
    font-size: 16px;
    transition: all 0.3s ease;
}

.property-wishlist:hover {
    transform: scale(1.1);
    background: #fff;
}

.property-wishlist.active i {
    animation: heartBeat 0.3s ease;
}

@keyframes heartBeat {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    background-size: 200px;
    opacity: 0.5;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn-primary {
    background: #fff;
    color: #b79b6d;
}

.cta-btn-primary:hover {
    background: #f8f5f0;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-content p {
        font-size: 16px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .cta-content h2 {
        font-size: 24px;
    }
}

/* Property Divider */
.property-divider {
    height: 1px;
    background: rgba(183, 155, 109, 0.2);
    margin: 15px 0;
}

/* Property Features */
.property-features {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.property-features span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.property-features span i {
    color: #b79b6d;
    font-size: 14px;
}

/* Property Wishlist Button */
.property-wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.property-wishlist i {
    color: #e74c3c;
    font-size: 16px;
    transition: all 0.3s ease;
}

.property-wishlist:hover {
    transform: scale(1.1);
    background: #fff;
}

.property-wishlist.active i {
    animation: heartBeat 0.3s ease;
}

@keyframes heartBeat {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    background-size: 200px;
    opacity: 0.5;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn-primary {
    background: #fff;
    color: #b79b6d;
}

.cta-btn-primary:hover {
    background: #f8f5f0;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-content p {
        font-size: 16px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .cta-content h2 {
        font-size: 24px;
    }
}

/* Property Divider */
.property-divider {
    height: 1px;
    background: rgba(183, 155, 109, 0.2);
    margin: 15px 0;
}

/* Property Features */
.property-features {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.property-features span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.property-features span i {
    color: #b79b6d;
    font-size: 14px;
}

/* Property Wishlist Button */
.property-wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.property-wishlist i {
    color: #e74c3c;
    font-size: 16px;
    transition: all 0.3s ease;
}

.property-wishlist:hover {
    transform: scale(1.1);
    background: #fff;
}

.property-wishlist.active i {
    animation: heartBeat 0.3s ease;
}

@keyframes heartBeat {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #b79b6d 0%, #947054 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    background-size: 200px;
    opacity: 0.5;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn-primary {
    background: #fff;
    color: #b79b6d;
}

.cta-btn-primary:hover {
    background: #f8f5f0;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-content p {
        font-size: 16px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .cta-content h2 {
        font-size: 24px;
    }
}

/* ===== PROPERTY DETAILS PAGE ===== */
.property-details-section {
    padding: 60px 0 80px;
    background: #f8f5f0;
}

.property-details-section .single-listings-sliders {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.property-details-section .single-listings-sliders img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.property-details-section .listings-content {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.property-details-section .list-price {
    margin-bottom: 10px;
}

.property-details-section .list-price p {
    font-size: 32px;
    font-weight: 700;
    color: #b79b6d;
    margin: 0;
}

.property-details-section .listings-content h5 {
    font-size: 26px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 15px;
}

.property-details-section .location {
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
}

.property-details-section .location i {
    color: #b79b6d;
    margin-right: 5px;
}

.property-details-section .listings-content > p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.property-details-section .property-meta-data {
    padding: 20px 0;
    border-top: 1px solid rgba(183, 155, 109, 0.2);
    border-bottom: 1px solid rgba(183, 155, 109, 0.2);
    margin-bottom: 25px;
}

.property-details-section .property-meta-data > div {
    margin-right: 30px;
}

.property-details-section .property-meta-data i {
    color: #b79b6d;
    margin-right: 8px;
    font-size: 18px;
}

.property-details-section .property-meta-data span {
    color: #555;
    font-weight: 600;
}

.listings-core-features {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

.listings-core-features li {
    background: #f8f5f0;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}

.listings-core-features li i {
    color: #b79b6d;
}

.listings-btn-groups {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.listings-btn-groups .btn {
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.listings-btn-groups .btn.south-btn {
    background: #fff;
    color: #b79b6d;
    border: 2px solid #b79b6d;
}

.listings-btn-groups .btn.south-btn:hover {
    background: linear-gradient(135deg, #b79b6d, #947054);
    color: #fff;
    border-color: #b79b6d;
}

.listings-btn-groups .btn.south-btn.active {
    background: linear-gradient(135deg, #b79b6d, #947054);
    color: #fff;
    border-color: #b79b6d;
}

.listings-btn-groups .btn.south-btn.active:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(183, 155, 109, 0.4);
}

/* Contact Realtor */
.contact-realtor-wrapper {
    position: sticky;
    top: 100px;
}

.contact-realtor-wrapper .realtor-info {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.contact-realtor-wrapper .realtor-info > img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 4px solid #b79b6d;
}

.realtor-info-content h2 {
    font-size: 22px;
    color: #323232;
    margin-bottom: 5px;
}

.realtor-info-content p {
    color: #b79b6d;
    font-size: 14px;
    margin-bottom: 15px;
}

.realtor-info-content h6 {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.realtor-info-content h6 i {
    color: #b79b6d;
}

.realtor-contact-form {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(183, 155, 109, 0.2);
}

.realtor-contact-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.realtor-contact-form .form-control:focus {
    outline: none;
    border-color: #b79b6d;
    box-shadow: 0 0 0 3px rgba(183, 155, 109, 0.15);
}

.realtor-contact-form .btn-block {
    width: 100%;
    background: linear-gradient(135deg, #b79b6d, #947054);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.realtor-contact-form .btn-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(183, 155, 109, 0.4);
}

/* Responsive Property Details */
@media (max-width: 991px) {
    .contact-realtor-wrapper {
        position: static;
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .property-details-section {
        padding: 40px 0 60px;
    }
    
    .property-details-section .single-listings-sliders img {
        height: 250px;
    }
    
    .property-details-section .listings-content {
        padding: 25px 20px;
    }
    
    .property-details-section .list-price p {
        font-size: 26px;
    }
    
    .property-details-section .listings-content h5 {
        font-size: 20px;
    }
    
    .property-details-section .property-meta-data > div {
        margin-right: 15px;
        margin-bottom: 10px;
    }
    
    .listings-btn-groups {
        flex-direction: column;
    }
    
    .listings-btn-groups .btn {
        width: 100%;
        text-align: center;
    }
}

/* Global Responsive Safety Layer */
*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video,
iframe,
svg {
    max-width: 100%;
    height: auto;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .container,
    .container-fluid {
        width: 100%;
        max-width: 100%;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    [class*="col-"] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-area,
    .single-hero-slide,
    .breadcumb-area {
        min-height: auto;
        height: auto;
    }

    .south-search-area,
    .search-form,
    .advanced-search-form,
    .advanced-search-form .form-group,
    .advanced-search-form .form-control {
        width: 100% !important;
        max-width: 100% !important;
    }

    .section-heading h2,
    .hero-content h2,
    .listings-content h5,
    .single-featured-property .property-content h5 {
        word-break: break-word;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: clamp(1.75rem, 7vw, 2.25rem);
        line-height: 1.2;
    }

    h2 {
        font-size: clamp(1.4rem, 5.8vw, 1.9rem);
        line-height: 1.25;
    }

    h3 {
        font-size: clamp(1.2rem, 4.8vw, 1.5rem);
    }

    .south-btn,
    .btn {
        white-space: normal;
        max-width: 100%;
        text-align: center;
    }

    .south-editor-area,
    .featured-properties-area,
    .call-to-action-area,
    .about-content-wrapper,
    .contact-form,
    .single-listings-area,
    .single-listings-sliders,
    .testimonials-content,
    .services-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .founders-grid,
    .stats-grid,
    .testimonials-grid,
    .contact-grid,
    .property-grid,
    .services-grid {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
    }

    .property-meta-data,
    .listings-btn-groups,
    .south-search-form,
    .welcome-text {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .container,
    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .south-btn,
    .btn {
        width: 100%;
    }

    .single-listings-sliders img,
    .single-testimonial-slide img {
        max-height: 280px;
        object-fit: cover;
    }
}

/* Page-by-Page Responsive Fine-Tuning */
@media (max-width: 992px) {
    .service-grid,
    .process-grid,
    .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }

    .property-page-container {
        width: 100%;
        max-width: 100%;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .gallery-thumbnails[style*="grid-template-columns"] {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .tab-content > div[style*="grid-template-columns: repeat(3"] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .tab-content > div[style*="grid-template-columns: repeat(2"] {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .map-section-property [style*="flex: 0 0 350px"] {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }

    .map-section-property [style*="display: flex"][style*="gap: 30px"] {
        flex-direction: column !important;
    }
}

@media (max-width: 768px) {
    .service-grid,
    .process-grid,
    .features-grid,
    .related-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .property-details-hero {
        height: 320px !important;
    }

    #mainGalleryImg {
        height: 260px !important;
    }

    .gallery-thumbnails[style*="grid-template-columns"] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .gallery-thumb {
        height: 76px !important;
    }

    .tab-navigation {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 6px;
    }

    .tab-navigation .tab-btn {
        min-width: max-content;
    }

    .property-main-card,
    .property-sidebar .agent-card,
    .property-sidebar .contact-form-box,
    .contact-form-card,
    .testimonial-card,
    .service-card {
        padding: 18px !important;
    }

    .accordion-content[style*="padding"] {
        padding-left: 30px !important;
    }
}

@media (max-width: 480px) {
    .property-page-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .gallery-thumbnails[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }

    .tab-content > div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }

    #mainGalleryImg {
        height: 220px !important;
    }

    .property-title-main,
    .breadcumb-content h1,
    .section-header h2,
    .section-heading h2 {
        font-size: clamp(1.25rem, 6vw, 1.6rem) !important;
        line-height: 1.25 !important;
    }
}

/* Unified header/nav style across all pages */
.main-header-area {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid #e8edf3 !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06) !important;
}

.main-header-area .classy-navbar {
    min-height: 78px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.main-header-area .nav-brand img {
    max-height: 70px !important;
    width: auto !important;
}

.main-header-area .classynav ul li a,
.main-header-area .classynav ul li a:visited,
.main-header-area .classynav ul li a:focus,
.main-header-area .classynav ul li a:active {
    font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 0.06em !important;
    font-weight: 700 !important;
    color: #1f2f43 !important;
    text-transform: uppercase !important;
    padding: 0 14px !important;
    background: transparent !important;
    position: relative;
    transition: color 220ms ease, transform 220ms ease;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
}

.main-header-area .classynav ul li a:hover,
.main-header-area .classynav ul li a.active,
.main-header-area .classynav ul li.active a {
    color: #b79054 !important;
    background: transparent !important;
    padding: 0 14px !important;
    transform: translateY(-1px);
}

.main-header-area .classynav ul li a::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -6px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #d8b27a 0%, #b79054 100%);
    transform: scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition: transform 220ms ease, opacity 220ms ease;
}

.main-header-area .classynav ul li a:hover::after,
.main-header-area .classynav ul li a.active::after,
.main-header-area .classynav ul li.active a::after {
    transform: scaleX(1);
    opacity: 1;
}

@media (max-width: 991px) {
    .main-header-area .classy-navbar {
        min-height: 78px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .main-header-area .nav-brand img {
        max-height: 70px !important;
    }
}

/* Keep navbar fixed and visually consistent on every page */
.header-area {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

body {
    padding-top: 94px;
}

@media (max-width: 991px) {
    body {
        padding-top: 88px;
    }
}

.is-sticky .main-header-area {
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    height: auto !important;
}

#stickyHeader,
.main-header-area {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
}

.is-sticky #stickyHeader,
.is-sticky .main-header-area {
    position: relative !important;
    top: 0 !important;
    transform: none !important;
}

/* Mobile usability improvements for Android/iOS */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

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

input,
select,
textarea,
button,
.btn,
a.contact-btn,
.page-link {
    min-height: 44px;
}

@media (hover: none) and (pointer: coarse) {
    .classynav ul li a,
    .footer-links li a,
    .page-link,
    .contact-btn,
    .map-direction-btn {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: clamp(1.9rem, 7vw, 2.6rem);
        line-height: 1.2;
    }

    h2 {
        font-size: clamp(1.5rem, 6vw, 2.1rem);
        line-height: 1.25;
    }

    p,
    li,
    .section-copy,
    .property-summary {
        font-size: 15px;
        line-height: 1.65;
    }

    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .classy-nav-container .classy-navbar .nav-brand {
        max-width: 210px;
    }

    .classynav ul li a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .main-header-area .classy-navbar {
        min-height: 68px !important;
    }

    .mission-vision-section,
    .properties-section,
    .contact-section,
    .map-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .contact-wrapper,
    .founders-grid,
    .properties-grid {
        gap: 16px;
    }

    .property-card,
    .testimonial-card,
    .founder-card,
    .contact-card {
        border-radius: 14px;
    }

    .map-wrapper iframe {
        min-height: 300px;
    }
}

@media (max-width: 575px) {
    body {
        padding-top: 84px;
    }

    .main-header-area .classy-navbar {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .classy-navbar-toggler {
        padding: 8px;
        min-width: 44px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hero-area,
    .single-hero-slide,
    .hero-slides .single-hero-slide {
        min-height: 380px;
    }

    .hero-slides .hero-slides-content {
        max-width: 100%;
    }

    .footer-wrapper {
        gap: 20px;
    }
}

/* ----- Unified site navigation (all pages) ----- */
.rtf-site-header .nav-brand,
.rtf-site-header .classynav ul li a {
    font-family: 'Poppins', 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.rtf-site-header .classynav > ul > li > a {
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 13px;
}

/* Use Classy Nav toggler only (duplicate hamburger hidden site-wide) */
.rtf-site-header .mobile-menu-toggle {
    display: none !important;
}

.rtf-site-header .classy-nav-container.breakpoint-on .classy-menu.menu-on {
    padding-top: 56px;
}

@media (max-width: 991px) {
    .rtf-site-header .classycloseIcon.rtf-nav-close {
        position: absolute;
        top: 10px;
        right: 10px;
        left: auto;
        width: auto;
        min-width: 48px;
        height: 48px;
        padding: 0 14px 0 12px;
        gap: 10px;
        border-radius: 999px;
        background: rgba(31, 47, 67, 0.94);
        color: #fff;
        box-shadow: 0 4px 16px rgba(15, 23, 42, 0.22);
        display: inline-flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        z-index: 120;
        border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .rtf-site-header .rtf-nav-close-label {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #fff;
        line-height: 1;
    }

    .rtf-site-header .classycloseIcon.rtf-nav-close .cross-wrap {
        width: 16px;
        height: 16px;
    }

    .rtf-site-header .classycloseIcon.rtf-nav-close .cross-wrap span {
        background: #fff !important;
    }

    .rtf-site-header .classycloseIcon.rtf-nav-close:hover,
    .rtf-site-header .classycloseIcon.rtf-nav-close:focus-visible {
        background: #b79b6d;
        outline: none;
    }

    .rtf-site-header .classycloseIcon.rtf-nav-close:focus-visible {
        box-shadow: 0 0 0 3px rgba(183, 155, 109, 0.45);
    }
}

/* RTF: hamburger top-right + nav alignment (overrides legacy mobile “hide toggler” bundle) */
@media (max-width: 991px) {
    .header-area.rtf-site-header .classy-navbar {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        gap: 10px;
    }

    .header-area.rtf-site-header .nav-brand {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: auto;
    }

    .header-area.rtf-site-header .classy-navbar-toggler {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex: 0 0 auto;
        margin-left: auto;
        order: 2;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 10px;
        border: 1px solid rgba(31, 47, 67, 0.14);
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
        cursor: pointer;
        z-index: 10002;
        position: relative;
    }

    .header-area.rtf-site-header .classy-navbar-toggler .navbarToggler {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 22px;
        height: 16px;
    }

    .header-area.rtf-site-header .classy-navbar-toggler .navbarToggler span {
        display: block !important;
        width: 22px;
        height: 2px;
        margin: 0 !important;
        border-radius: 2px;
        background: #1f2f43 !important;
    }

    .header-area.rtf-site-header .classy-menu {
        order: 3;
        flex: 0 0 auto;
    }
}

@media (min-width: 992px) {
    .header-area.rtf-site-header .classy-navbar {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100%;
    }

    .header-area.rtf-site-header .classynav {
        margin-left: auto;
    }

    .header-area.rtf-site-header .classynav > ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        gap: 0;
    }
}

/* Classy Nav breakpoint is 991px; drawer styles were only under 768px — fix off-canvas + close control */
@media (max-width: 991px) {
    .classy-nav-container.breakpoint-on .classy-menu {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: auto !important;
        right: calc(-1 * min(88vw, 320px)) !important;
        width: min(88vw, 320px) !important;
        max-width: 320px !important;
        height: 100vh !important;
        max-height: none !important;
        margin: 0 !important;
        z-index: 10020 !important;
        background: #fff;
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.18);
        overflow-y: auto;
        overflow-x: hidden;
        transition: right 0.3s ease;
        padding-top: 56px;
    }

    .classy-nav-container.breakpoint-on .classy-menu.menu-on {
        right: 0 !important;
    }

    .classy-nav-container.breakpoint-on .classycloseIcon {
        z-index: 10025 !important;
    }
}

/* Dim background + tap outside to dismiss (paired with #rtfNavBackdrop + active.js) */
.rtf-nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10010;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.rtf-nav-backdrop.is-active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

/* Hard-disable backdrop on desktop so it can never intercept clicks if state ever leaks */
@media (min-width: 992px) {
    .rtf-nav-backdrop,
    .rtf-nav-backdrop.is-active {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

/* Body scroll lock when mobile menu is open (replaces inline overflow style) */
body.rtf-menu-open {
    overflow: hidden;
    touch-action: none;
}

@media (min-width: 992px) {
    body.rtf-menu-open {
        overflow: visible !important;
        touch-action: auto !important;
    }
}

/* ----- Home hero carousel cleanup (remove bars/strips, keep clean readability) ----- */
.hero-area.rtf-hero {
    background-color: transparent;
}

.hero-area.rtf-hero .hero-slides.owl-carousel {
    position: relative;
    z-index: 1;
}

.hero-area.rtf-hero .owl-stage-outer,
.hero-area.rtf-hero .owl-stage,
.hero-area.rtf-hero .owl-item {
    height: 100%;
}

.hero-area.rtf-hero .single-hero-slide.bg-img {
    position: relative;
    isolation: isolate;
}

.hero-area.rtf-hero .single-hero-slide.bg-img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: none;
}

.hero-area.rtf-hero .single-hero-slide.bg-img > .container {
    position: relative;
    z-index: 1;
}

.hero-area.rtf-hero .hero-slide-caption {
    z-index: 3;
    right: auto !important;
    width: auto;
    max-width: calc(100% - 32px);
    background: rgba(10, 18, 32, 0.46);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.hero-area.rtf-hero .hero-slides .hero-slides-content {
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* =====================================================
   FINAL HERO FIX — kill all top/bottom bars permanently
   ===================================================== */

/* Body must be pure white so no light/dark band shows behind hero. */
html,
body {
    background-color: #ffffff !important;
}

/* Hero section + every Owl wrapper must be transparent and seamless. */
.hero-area.rtf-hero,
.hero-area.rtf-hero .hero-slides,
.hero-area.rtf-hero .owl-stage-outer,
.hero-area.rtf-hero .owl-stage,
.hero-area.rtf-hero .owl-item {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Each slide MUST fully cover its box (no contain, no letterboxing). */
.hero-area.rtf-hero .single-hero-slide,
.hero-area.rtf-hero .single-hero-slide.bg-img {
    background-color: transparent !important;
    background-size: cover !important;
    background-position: center 35% !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 70vh !important;
    min-height: 480px !important;
    max-height: 760px !important;
}

@media (max-width: 991px) {
    .hero-area.rtf-hero .single-hero-slide,
    .hero-area.rtf-hero .single-hero-slide.bg-img {
        height: 60vh !important;
        min-height: 420px !important;
    }
}

@media (max-width: 575px) {
    .hero-area.rtf-hero .single-hero-slide,
    .hero-area.rtf-hero .single-hero-slide.bg-img {
        height: 56vh !important;
        min-height: 360px !important;
    }
}

/* Kill ALL pseudo-element overlays on hero (they were producing bars). */
.hero-area.rtf-hero::before,
.hero-area.rtf-hero::after,
.hero-area.rtf-hero .single-hero-slide::before,
.hero-area.rtf-hero .single-hero-slide::after,
.hero-area.rtf-hero .single-hero-slide.bg-img::before,
.hero-area.rtf-hero .single-hero-slide.bg-img::after,
.hero-area.rtf-hero .hero-slides::before,
.hero-area.rtf-hero .hero-slides::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

/* Kill negative-margin gap that sometimes shows body color between hero and filter */
.hero-area.rtf-hero + .property-filter-section {
    margin-top: 0 !important;
    padding-top: 24px !important;
    background: #ffffff !important;
}

@media (max-width: 991px) {
    .hero-area.rtf-hero + .property-filter-section {
        padding-top: 18px !important;
    }
}

/* =====================================================
   PROFESSIONAL UNIFIED NAVIGATION
   - Polished desktop bar
   - Strong active state
   - "Schedule Visit" CTA on desktop right
   - Branded mobile drawer with header + footer CTA
   ===================================================== */

/* Desktop nav: tighten layout, add CTA on the right */
@media (min-width: 992px) {
    .rtf-site-header .main-header-area {
        backdrop-filter: saturate(160%) blur(8px);
        -webkit-backdrop-filter: saturate(160%) blur(8px);
        background: rgba(255, 255, 255, 0.92) !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
    }

    .rtf-site-header .classy-navbar {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .rtf-site-header .classynav {
        margin: 0 16px 0 auto !important;
    }

    .rtf-site-header .classynav > ul {
        gap: 4px !important;
    }

    .rtf-site-header .classynav > ul > li > a {
        padding: 0 14px !important;
        font-size: 13px !important;
        letter-spacing: 0.08em !important;
        color: #1f2f43 !important;
    }

    .rtf-site-header .classynav > ul > li > a::after {
        left: 12px;
        right: 12px;
        bottom: -8px;
        height: 2px;
        background: linear-gradient(90deg, #d8b27a 0%, #b79054 100%);
        border-radius: 2px;
    }

    .rtf-site-header .classynav > ul > li.active > a,
    .rtf-site-header .classynav > ul > li > a.active {
        color: #b79054 !important;
    }

    .rtf-site-header .classynav > ul > li.active > a::after,
    .rtf-site-header .classynav > ul > li > a.active::after {
        transform: scaleX(1) !important;
        opacity: 1 !important;
    }

    /* Drawer-only widgets must NOT show on desktop */
    .rtf-site-header .rtf-drawer-head {
        display: none !important;
    }
}

/* Hard-disable any leftover Schedule Visit CTA buttons globally */
.rtf-nav-cta,
.rtf-site-header .rtf-drawer-cta,
.rtf-site-header .rtf-cta-btn,
.rtf-site-header .rtf-drawer-call {
    display: none !important;
}

/* Mobile / tablet: branded drawer head only */
@media (max-width: 991px) {
    .rtf-site-header .rtf-drawer-head {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 18px 22px 16px;
        margin: 0 0 8px 0;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08);
        background: linear-gradient(180deg, #faf6ef 0%, #ffffff 100%);
    }

    .rtf-site-header .rtf-drawer-eyebrow {
        font-family: 'Poppins', 'Inter', 'Segoe UI', Arial, sans-serif;
        font-size: 15px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #1f2f43;
    }

    .rtf-site-header .rtf-drawer-tagline {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #b79054;
    }

    .rtf-site-header .classynav ul {
        padding: 4px 10px 12px !important;
    }

    .rtf-site-header .classynav ul li {
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    }

    .rtf-site-header .classynav ul li:last-child {
        border-bottom: 0;
    }

    .rtf-site-header .classynav ul li a {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        padding: 14px 14px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        letter-spacing: 0.06em !important;
        text-transform: uppercase !important;
        color: #1f2f43 !important;
        background: transparent !important;
        position: relative;
    }

    .rtf-site-header .classynav ul li a::after {
        content: none !important;
        display: none !important;
    }

    .rtf-site-header .classynav ul li.active a,
    .rtf-site-header .classynav ul li a.active {
        color: #b79054 !important;
        background: transparent !important;
        border-left: 0 !important;
        padding-left: 14px !important;
    }

    .rtf-site-header .classynav ul li.active a::after,
    .rtf-site-header .classynav ul li a.active::after {
        color: #b79054;
    }

    /* Drawer width: a touch wider, slightly more padding-top for room above logo eyebrow */
    .classy-nav-container.breakpoint-on .classy-menu {
        width: min(86vw, 340px) !important;
        max-width: 340px !important;
        padding-top: 0 !important;
    }
}

/* Subtle scroll-state shadow on header for depth */
.rtf-site-header .main-header-area {
    transition: box-shadow 220ms ease, background-color 220ms ease;
}

body.rtf-scrolled .rtf-site-header .main-header-area {
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08) !important;
}

/* =====================================================
   Mobile: simple top nav (no drawer)
   ===================================================== */
@media (max-width: 991px) {
    .header-area.rtf-site-header .classy-navbar {
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 8px 0 !important;
    }

    .header-area.rtf-site-header .nav-brand {
        flex: 0 0 auto !important;
        margin-right: 0 !important;
    }

    .header-area.rtf-site-header .classy-navbar-toggler,
    .header-area.rtf-site-header .classycloseIcon,
    .header-area.rtf-site-header .rtf-drawer-head,
    .rtf-nav-backdrop {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .header-area.rtf-site-header .classy-menu,
    .header-area.rtf-site-header .classynav {
        display: block !important;
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        right: auto !important;
        left: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .header-area.rtf-site-header .classynav > ul {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 0 !important;
        width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        padding: 6px 10px 10px !important;
        margin: 0 !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .header-area.rtf-site-header .classynav > ul::-webkit-scrollbar {
        display: none;
    }

    .header-area.rtf-site-header .classynav > ul > li {
        flex: 0 0 auto !important;
        border-bottom: 0 !important;
    }

    .header-area.rtf-site-header .classynav > ul > li > a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 12px !important;
        font-size: 12px !important;
        letter-spacing: 0.05em !important;
    }
}

/* =====================================================
   Mobile polish pass: professional top nav + hero spacing
   ===================================================== */
@media (max-width: 991px) {
    .header-area.rtf-site-header .main-header-area {
        background: rgba(255, 255, 255, 0.98) !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.07) !important;
    }

    .header-area.rtf-site-header .classy-navbar {
        min-height: 64px !important;
        padding: 8px 10px 4px !important;
    }

    .header-area.rtf-site-header .nav-brand {
        display: inline-flex !important;
        align-items: center !important;
        max-width: 118px !important;
    }

    .header-area.rtf-site-header .nav-brand img {
        width: 100% !important;
        
        object-fit: contain !important;
    }

    .header-area.rtf-site-header .classynav > ul {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        padding: 6px 8px 10px !important;
        margin: 0 !important;
        gap: 8px !important;
        list-style: none !important;
        scrollbar-width: none;
    }

    .header-area.rtf-site-header .classynav > ul::-webkit-scrollbar {
        display: none;
    }

    .header-area.rtf-site-header .classynav > ul > li {
        display: inline-flex !important;
        flex: 0 0 auto !important;
        width: auto !important;
        float: none !important;
        clear: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .header-area.rtf-site-header .classynav > ul > li > a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 32px !important;
        width: auto !important;
        padding: 7px 10px !important;
        border-radius: 999px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        letter-spacing: 0.04em !important;
        color: #1f2f43 !important;
        background: #f5f7fb !important;
        border: 1px solid rgba(31, 47, 67, 0.08) !important;
        text-transform: uppercase !important;
        line-height: 1 !important;
    }

    .header-area.rtf-site-header .classynav > ul > li.active > a,
    .header-area.rtf-site-header .classynav > ul > li > a.active {
        color: #9e7a46 !important;
        background: #fff7eb !important;
        border-color: rgba(183, 155, 109, 0.35) !important;
        box-shadow: inset 0 0 0 1px rgba(183, 155, 109, 0.15);
    }

    .hero-area.rtf-hero .single-hero-slide,
    .hero-area.rtf-hero .single-hero-slide.bg-img {
        min-height: 460px !important;
        height: 62vh !important;
    }

    .hero-area.rtf-hero .hero-slides .hero-slides-content {
        padding: 8px 10px !important;
        margin-left: 4px !important;
    }

    .hero-area.rtf-hero .hero-slides .hero-slides-content h2 {
        font-size: clamp(28px, 7.4vw, 36px) !important;
        line-height: 1.08 !important;
        letter-spacing: 0.02em !important;
        max-width: 92% !important;
    }

    .hero-area.rtf-hero .hero-slide-caption {
        left: 12px !important;
        bottom: 70px !important;
        max-width: calc(100% - 24px) !important;
        padding: 8px 10px !important;
        border-radius: 10px !important;
        background: rgba(10, 18, 32, 0.56) !important;
    }

    .hero-area.rtf-hero + .property-filter-section {
        padding-top: 14px !important;
    }
}

@media (max-width: 575px) {
    .header-area.rtf-site-header .classynav > ul > li > a {
        padding: 7px 9px !important;
        font-size: 10px !important;
    }

    .hero-area.rtf-hero .single-hero-slide,
    .hero-area.rtf-hero .single-hero-slide.bg-img {
        min-height: 420px !important;
        height: 58vh !important;
    }
}

/* =====================================================
   Mobile navigation: top-right hamburger + dropdown list
   ===================================================== */
@media (max-width: 991px) {
    .header-area.rtf-site-header .classy-navbar {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 70px !important;
        padding: 8px 12px !important;
        position: relative !important;
    }

    .header-area.rtf-site-header .nav-brand {
        max-width: 140px !important;
        margin-right: auto !important;
    }

    .header-area.rtf-site-header .classy-navbar-toggler {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 52px !important;
        height: 52px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(31, 47, 67, 0.16) !important;
        background: #f8fafc !important;
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12) !important;
        margin-left: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        cursor: pointer !important;
    }

    .header-area.rtf-site-header .classy-navbar-toggler .navbarToggler span {
        background: #1f2f43 !important;
    }

    .header-area.rtf-site-header .classycloseIcon,
    .header-area.rtf-site-header .rtf-drawer-head,
    .rtf-nav-backdrop {
        display: none !important;
    }

    .header-area.rtf-site-header .classy-menu,
    .header-area.rtf-site-header .classy-nav-container.breakpoint-on .classy-menu,
    .header-area.rtf-site-header .classy-nav-container.breakpoint-on .classy-menu.menu-on {
        display: none !important;
        position: absolute !important;
        top: calc(100% + 8px) !important;
        right: 12px !important;
        left: auto !important;
        width: min(82vw, 290px) !important;
        max-width: 290px !important;
        height: auto !important;
        max-height: none !important;
        padding: 8px !important;
        margin: 0 !important;
        background: #ffffff !important;
        border: 1px solid rgba(31, 47, 67, 0.12) !important;
        border-radius: 14px !important;
        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16) !important;
        overflow: hidden !important;
        z-index: 10040 !important;
        transform: none !important;
    }

    .header-area.rtf-site-header.rtf-mobile-open .classy-menu,
    .header-area.rtf-site-header.rtf-mobile-open .classy-nav-container.breakpoint-on .classy-menu {
        display: block !important;
    }

    .header-area.rtf-site-header .classynav,
    .header-area.rtf-site-header .classynav > ul {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .header-area.rtf-site-header .classynav > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .header-area.rtf-site-header .classynav > ul > li + li {
        margin-top: 4px !important;
    }

    .header-area.rtf-site-header .classynav > ul > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        min-height: 42px !important;
        padding: 10px 12px !important;
        border-radius: 10px !important;
        border: 1px solid transparent !important;
        background: #f8fafc !important;
        color: #1f2f43 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
        line-height: 1.2 !important;
    }

    .header-area.rtf-site-header .classynav > ul > li.active > a,
    .header-area.rtf-site-header .classynav > ul > li > a.active {
        background: #fff7eb !important;
        border-color: rgba(183, 155, 109, 0.4) !important;
        color: #9e7a46 !important;
    }

}

/* =====================================================
   RTF slide menu: mobile only; desktop keeps horizontal nav
   ===================================================== */
@media (min-width: 992px) {
    .header-area.rtf-site-header .rtf-mobile-menu-trigger,
    .header-area.rtf-site-header .rtf-mobile-menu-panel,
    .header-area.rtf-site-header .rtf-mobile-menu-backdrop {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .header-area.rtf-site-header .classy-menu,
    .header-area.rtf-site-header .classynav {
        display: block !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .header-area.rtf-site-header .classynav > ul {
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
    }
}

@media (max-width: 991px) {
    .header-area.rtf-site-header .classy-navbar-toggler,
    .header-area.rtf-site-header .classy-menu,
    .header-area.rtf-site-header .classynav,
    .header-area.rtf-site-header .rtf-nav-backdrop {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .header-area.rtf-site-header .rtf-mobile-menu-trigger {
        display: inline-flex !important;
        visibility: visible !important;
        pointer-events: auto !important;
        align-items: center !important;
        justify-content: center !important;
        width: 52px !important;
        height: 52px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(31, 47, 67, 0.14) !important;
        background: #f7f9fc !important;
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12) !important;
        color: #1f2f43 !important;
        margin-left: auto !important;
        cursor: pointer !important;
        z-index: 10060 !important;
        position: relative !important;
    }

    .rtf-mobile-menu-trigger .rtf-mobile-menu-icon {
        font-size: 22px;
        line-height: 1;
        display: inline-block;
    }

    .rtf-mobile-menu-trigger .rtf-mobile-menu-icon-close {
        display: none;
    }

    .rtf-mobile-menu-trigger.is-open .rtf-mobile-menu-icon-open {
        display: none;
    }

    .rtf-mobile-menu-trigger.is-open .rtf-mobile-menu-icon-close {
        display: inline-block;
        font-size: 26px;
    }

    .rtf-mobile-menu-backdrop {
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        background: rgba(15, 23, 42, 0.45) !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: opacity 0.3s ease !important;
        z-index: 10045 !important;
    }

    .rtf-mobile-menu-backdrop.is-open {
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .rtf-mobile-menu-panel {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 12px !important;
        right: -82vw !important;
        left: auto !important;
        width: 78vw !important;
        max-width: 300px !important;
        height: calc(100vh - 24px) !important;
        max-height: calc(100vh - 24px) !important;
        background: #ffffff !important;
        border-radius: 14px !important;
        box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18) !important;
        transition: right 0.3s ease !important;
        z-index: 10050 !important;
        overflow-y: auto !important;
        padding: 18px 16px !important;
        margin: 0 12px 0 0 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .rtf-mobile-menu-panel.is-open {
        right: 0 !important;
    }

    body.rtf-mobile-menu-open {
        overflow: hidden !important;
    }

    .rtf-mobile-menu-list {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
    }

    .rtf-mobile-menu-list > li {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .rtf-mobile-menu-link {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        padding: 9px 12px !important;
        background: #ffffff !important;
        border: 1px solid rgba(15, 29, 63, 0.08) !important;
        border-radius: 10px !important;
        color: #0f1d3f !important;
        font-family: 'Poppins', 'Inter', 'Segoe UI', Arial, sans-serif !important;
        font-size: 12.5px !important;
        font-weight: 700 !important;
        letter-spacing: 0.02em !important;
        text-decoration: none !important;
        text-transform: none !important;
        position: relative !important;
        transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
    }

    .rtf-mobile-menu-icon-wrap {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 28px !important;
        height: 28px !important;
        border-radius: 8px !important;
        background: linear-gradient(135deg, #faf3e6 0%, #f3e6c9 100%) !important;
        color: #b79054 !important;
        flex: 0 0 auto !important;
        font-size: 12px !important;
        transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease !important;
    }

    .rtf-mobile-menu-label {
        flex: 1 1 auto !important;
        line-height: 1.2 !important;
    }

    .rtf-mobile-menu-chevron {
        color: rgba(15, 29, 63, 0.35) !important;
        font-size: 11px !important;
        transition: transform 0.25s ease, color 0.25s ease !important;
    }

    .rtf-mobile-menu-link:hover {
        background: #faf6ee !important;
        border-color: rgba(183, 144, 84, 0.35) !important;
        box-shadow: 0 6px 18px rgba(15, 29, 63, 0.06) !important;
        transform: translateY(-1px);
    }

    .rtf-mobile-menu-link:hover .rtf-mobile-menu-chevron {
        color: #b79054 !important;
        transform: translateX(2px);
    }

    .rtf-mobile-menu-link.is-active {
        color: #ffffff !important;
        background: linear-gradient(135deg, #b79054 0%, #9e7a46 100%) !important;
        border-color: transparent !important;
        box-shadow: 0 10px 24px rgba(158, 122, 70, 0.3) !important;
    }

    .rtf-mobile-menu-link.is-active .rtf-mobile-menu-icon-wrap {
        background: rgba(255, 255, 255, 0.2) !important;
        color: #ffffff !important;
    }

    .rtf-mobile-menu-link.is-active .rtf-mobile-menu-chevron {
        color: #ffffff !important;
    }
}

/* ----- About page intro + split layout (desktop defaults) ----- */
.rtf-about-page {
    background: #f5f5f5;
    padding: 80px 0;
}

.rtf-about-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.rtf-about-split {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
}

.rtf-about-main {
    flex: 1;
    min-width: 0;
    display: flex;
}

.rtf-about-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    flex: 1;
    box-sizing: border-box;
    width: 100%;
}

.rtf-intro-head {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rtf-intro-badge {
    display: inline-block;
    background: linear-gradient(135deg, #b79b6d, #947054);
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.rtf-intro-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.rtf-intro-rule {
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #b79b6d, #947054);
    margin: 15px auto 0;
    border-radius: 2px;
}

.rtf-intro-hero-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 30px;
    display: block;
}

.rtf-about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.rtf-about-sidebar {
    flex: 0 0 380px;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .rtf-about-page {
        padding: 40px 0;
    }

    .rtf-about-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .rtf-about-split {
        flex-direction: column;
        gap: 20px;
    }

    .rtf-about-main {
        width: 100%;
        order: 1;
    }

    .rtf-about-sidebar {
        flex: 1 1 auto !important;
        max-width: 100% !important;
        width: 100% !important;
        order: 2;
    }

    .rtf-about-card {
        padding: 22px 16px !important;
        border-radius: 16px;
    }

    .rtf-intro-head {
        margin-bottom: 20px;
    }

    .rtf-intro-badge {
        padding: 8px 18px;
        font-size: 11px;
        letter-spacing: 0.12em;
        margin-bottom: 12px;
    }

    .rtf-intro-title {
        font-size: clamp(1.35rem, 5.8vw, 1.95rem) !important;
        line-height: 1.22 !important;
        padding: 0 4px;
    }

    .rtf-intro-hero-img {
        height: 220px;
        margin-bottom: 22px;
    }

    .rtf-about-stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .rtf-intro-title {
        font-size: clamp(1.2rem, 6.2vw, 1.6rem) !important;
    }
}

/* Services + Testimonials: centered section headers on small screens */
@media (max-width: 767px) {
    .services-section {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .services-section .section-header,
    .services-section .container .section-header {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        box-sizing: border-box;
    }

    .services-section .section-header .section-badge {
        letter-spacing: 0.1em;
        padding: 8px 18px;
        font-size: 11px;
    }

    .services-section .section-header h2 {
        font-size: clamp(1.3rem, 5.5vw, 1.85rem) !important;
        line-height: 1.22 !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .services-section .section-header p {
        max-width: 100%;
        padding: 0 4px;
    }

    .testimonial-section .section-heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }

    .testimonial-section .section-heading .testimonial-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-section .section-heading h2 {
        width: 100%;
        max-width: 100%;
        padding-left: 6px;
        padding-right: 6px;
        box-sizing: border-box;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .testimonial-section .section-heading p {
        max-width: 100%;
    }
}

/* Scroll-to-top button: keep fully visible and tap-friendly */
#scrollUp {
    left: auto !important;
    right: max(14px, env(safe-area-inset-right)) !important;
    bottom: max(16px, env(safe-area-inset-bottom)) !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* Never show mobile slide menu markup on desktop */
@media (min-width: 992px) {
    .rtf-mobile-menu-panel,
    .rtf-mobile-menu-backdrop,
    .rtf-mobile-menu-nav,
    .rtf-mobile-menu-list {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        max-height: 0 !important;
        overflow: hidden !important;
    }
}

/* Mobile header + hero parity (match approved screenshot) */
@media (max-width: 991px) {
    .header-area.rtf-site-header .main-header-area {
        background: #ffffff !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06) !important;
    }

    .header-area.rtf-site-header .classy-navbar {
        min-height: 74px !important;
        padding: 10px 14px !important;
    }

    .header-area.rtf-site-header .nav-brand {
        max-width: 118px !important;
        margin-right: auto !important;
    }

    .header-area.rtf-site-header .rtf-mobile-menu-trigger {
        width: 56px !important;
        height: 56px !important;
        border-radius: 16px !important;
    }

    .hero-area.rtf-hero {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .hero-area.rtf-hero .single-hero-slide,
    .hero-area.rtf-hero .single-hero-slide.bg-img {
        min-height: 420px !important;
        height: 58vh !important;
    }

    .hero-area.rtf-hero .hero-slide-caption {
        left: 10px !important;
        bottom: 64px !important;
        max-width: calc(100% - 20px) !important;
        border-radius: 8px !important;
    }

    /* Force-hide legacy inline nav row on mobile */
    .header-area.rtf-site-header .classy-menu,
    .header-area.rtf-site-header .classynav,
    .header-area.rtf-site-header .classynav > ul {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        max-height: 0 !important;
        overflow: hidden !important;
    }
}
