@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

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

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font: inherit;
  scrollbar-width: 10px;
  scrollbar-color: #5c4229 #fff;
}

@font-face {
  font-family: "Luxerie";
  src: url("../fonts/Luxerie.eot");
  src:
    url("../fonts/Luxerie.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Luxerie.woff2") format("woff2"),
    url("../fonts/Luxerie.woff") format("woff"),
    url("../fonts/Luxerie.ttf") format("truetype"),
    url("../fonts/Luxerie.svg#Luxerie") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Luxerie";
  src: url("../fonts/Luxerie_1.eot");
  src:
    url("../fonts/Luxerie_1.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Luxerie_1.woff2") format("woff2"),
    url("../fonts/Luxerie_1.woff") format("woff"),
    url("../fonts/Luxerie_1.ttf") format("truetype"),
    url("../fonts/Luxerie_1.svg#Luxerie") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* For Scrollbar */

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #a3877f;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

*:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

html {
  font-size: 62.5%;
}

body {
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
}

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

button,
input[type="submit"],
input[type="reset"],
a {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: #ff0000c7;
}

::selection {
  color: #fff;
  background: #ff0000c7;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

/***************** FOR BOOTSTRAP ******************/

.container {
  max-width: 95%;
  padding-inline: 0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.navbar,
.nav-link {
  padding: 0;
  margin: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

/* cmn_margin & Padding */

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

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

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

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

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

.cmn_pdding {
  padding: 60px 0;
}

/*----Common Header and Button----*/

.cmn_hdr h2 {
  font-size: 54px;
  line-height: 1.2;
  font-family: "Luxerie";
  font-weight: 400;
  color: #282828;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.cmn_hdr.wht h2 {
  color: #ffffff;
}

.cmn_hdr h3 {
  color: #282828;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.cmn_hdr.wht h3 {
  color: #ffffff;
}

.cmn_hdr h4 {
  color: #282828;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  /* letter-spacing: 1px; */
  line-height: 1;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.cmn_hdr.wht h4 {
  color: #ffffff;
}

.cmn_hdr h5 {
  color: #282828;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.cmn_hdr p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #282828;
  line-height: 1;
  padding-bottom: 10px;
}

.cmn_hdr.wht p {
  color: #ffffff;
}

.cmn_btn {
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  padding: 15px 30px;
  display: inline-block;
  background: #a3877f;
  border: 2px solid #a3877f;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s all;
  z-index: 1;
  overflow: hidden;
}

.cmn_btn.light {
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #282828;
  padding: 15px 30px;
  display: inline-block;
  background: #e1cdcb;
  border: 2px solid #e1cdcb;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s all;
  z-index: 1;
  overflow: hidden;
}

.cmn_btn::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.7s;
}

.cmn_btn:hover {
  color: #a3877f;
  border: 2px solid #a3877f;
  background-color: #ffffff;
}

.cmn_btn:hover::after {
  width: 100%;
}

/*----Common Header and Button End----*/

/*! button back to top !*/

#backToTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: #a3877f;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 50px;
  position: fixed;
  right: 2.5rem;
  bottom: 105%;
  cursor: pointer;
  z-index: 5555;
  transition: 0.5s all ease;
  border: 1px solid #a3877f;
  font-size: 1.8rem;
  transition: 0.8s all;
}

#backToTop.show {
  bottom: 2.5rem;
}

/*! button back to top End!*/

/* Animation Section */

/* Swing */

@-webkit-keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

/* Rotate */

.rotate {
  -webkit-animation: rotation 12s infinite linear;
  animation: rotation 12s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* Floating */

.floating {
  -webkit-animation: floating ease-in-out 3s infinite;
  animation: floating ease-in-out 3s infinite;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

/* Animation Section End */

/*========== header section =========*/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 40px 0;
}

.cus_nav_innr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.scl_ic {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
}

.scl_ic a {
  font-size: 18px;
  color: #ffffff;
  transition: color 0.4s ease;
}

.scl_ic:hover {
  background-color: #ffffff;
  transform: translateY(-3px);
}

.scl_ic:hover a {
  color: #a3877f;
}

.logo_area a {
  display: block;
  width: 229px;
}

.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ph_btn {
  padding: 10px 20px;
  border: 1px solid #ffffff;
  margin-right: 10px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.ph_btn a {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  transition: color 0.4s ease;
}

.ph_ic {
  font-size: 16px;
  padding-right: 10px;
  transition: transform 0.4s ease;
}

.ph_btn:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

.ph_btn:hover a {
  color: #a3877f;
}

.ph_btn:hover .ph_ic {
  transform: rotate(-10deg) scale(1.1);
}

.hamburger-btn {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1001;
}

.hamburger-btn span {
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all 0.35s ease;
  transform-origin: center;
}

/* Cross animation */
.hamburger-btn.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.35s ease;
  z-index: 999;
  padding-block: 10px;
}

.nav-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-menu ul li a {
  display: block;
  padding: 13px 28px;
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  transition:
    background 0.18s,
    padding-left 0.18s,
    color 0.18s;
}

.nav-menu ul li a:hover {
  padding-left: 35px;
  color: #000;
}

/*============ banner section ==========*/

.banner_sec {
  position: relative;
  width: 100%;
  height: 1085px;
  overflow: hidden;
}

/* Swiper fills the section as the background layer */
.bnr_swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bnr_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  overflow: hidden;
}

/* img tag now does the job background-image used to do */
.bnr_slide_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* optional darkening overlay so text stays legible on every slide */
.bnr_swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2; /* sit above the img, below the text content */
}

/* content sits above the slider */
.banner_sec .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.bnr_cntnt {
  position: absolute;
  top: 30%;
}

.bnr_cntnt h1 {
  font-size: 120px;
  font-family: "Luxerie";
  font-weight: normal;
  line-height: 0.8;
  letter-spacing: 5px;
  color: #fafbfb;
  text-transform: capitalize;
}

.bnr_cntnt span {
  display: block;
  font-size: 77px;
  font-family: "Luxerie";
  font-weight: normal;
  line-height: 0.9;
  letter-spacing: 5px;
  color: #fafbfb;
  padding-bottom: 30px;
  text-transform: capitalize;
}

.bnr_txt span {
  font-size: 50px;
  font-family: "Luxerie";
  font-weight: normal;
  line-height: 1;
  color: #fafbfb;
  text-transform: capitalize;
}

.bnr_hdr_txt {
  width: 80%;
}

.bnr_btn {
  padding-bottom: 40px;
}

/* word fade-in animation (each <span class="word">) */
.bnr_txt .word {
  display: inline-block;
  opacity: 0;
  margin-right: 0.3em;
  animation: fadeWord 0.5s forwards;
}

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

/* STATS BAR base styles */
.stats-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 2;
}

.stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Desktop */
.bnr_swiper {
  display: block;
}

.bnr_swiper_mobile {
  display: none;
}

/*============ STATS BAR ==========*/

.stats-bar {
  position: absolute;
  bottom: 10%;
  width: 40%;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.stat-item:nth-child(1) {
  width: 14%;
}

.stat-item:nth-child(2) {
  width: 30%;
}

.stat-item:nth-child(3) {
  width: 14%;
}

.stat-item:nth-child(4) {
  width: 20%;
}

.stat-num {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}

.stat-label {
  font-size: 17px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #d0cccc;
  text-transform: capitalize;
  text-align: center;
}

/*======== Featured Brands ========*/

.featured {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.ftur_brnd_hd.cmn_hdr h2 {
  text-align: center;
  text-transform: capitalize !important;
}

.featured .swiper {
  width: 100%;
  padding: 20px 0;
}

.featured .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ftur_brnds .brand_img {
  cursor: pointer;
}

.ftur_brnds .brand_img img:hover {
  transform: scale(1.05);
}

/*============ GUIDE SECTION ==========*/

.guide_sec .container {
  width: 100%;
  height: 731px;
  background: url("../images/guide_back_img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.guide_sec .cmn_hdr h2 {
  text-align: center;
  padding-bottom: 50px;
}

.guide_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 40px;
  padding-bottom: 50px;
}

.guide_dtls {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guide_img {
  width: 130px;
  height: 130px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.guide_cntnt {
  text-align: center;
}

.cmn_hdr.wht .guide_cntnt p {
  color: #e1e1e1;
  width: 96%;
  margin-inline: auto;
  line-height: 1.6;
}

.guide_btn {
  text-align: center;
}

.guide_btn .cmn_btn.wht {
  background: #ffffff;
  color: #282828;
  border: 2px solid #ffffff;
}

.guide_btn .cmn_btn.wht::after {
  background-color: #a3877f;
}

.guide_btn .cmn_btn.wht:hover {
  background-color: #a3877f;
  color: #ffffff;
}

/*=========== PROPERTY SECTION =========*/

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

.property_left {
  width: 45%;
}
.property-right {
  position: relative;
  width: 55%;
}

.property_left {
  height: stretch;
  background: url("../images/property_lft_img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.property_txt {
  padding: 80px 40px;
}

.property_sec .cmn_hdr h5 {
  padding-bottom: 20px;
}

.property_sec .cmn_hdr p {
  color: #545353;
}

.property_sec .cmn_hdr p:nth-child(1) {
  padding-bottom: 30px;
}

.property_txt .price {
  color: #a3877f !important;
}

.divider_1,
.divider_2 {
  width: 65%;
  height: 1px;
  background-color: #dddddd;
  margin-bottom: 10px;
}

.divider_1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.divider_2 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.specs {
  padding-top: 20px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: 0.4fr 1fr;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #828282;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  padding-bottom: 20px;
}

.property_sec .swiper {
  width: 100%;
  height: 100%;
}

.property-right .swiper-slide {
  outline: 20px solid rgba(255, 255, 255, 0.4);
  outline-offset: -20px;
}

.property_sec .swiper_arw {
  position: absolute;
  bottom: 54px;
  right: 43px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.property_sec .swiper-button-prev,
.property_sec .swiper-button-next {
  position: static;
  width: 65px;
  height: 60px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;

  /* Smooth Transition */
  transition: all 0.4s ease;
}

.property_sec .swiper-button-next {
  margin-bottom: 2px;
}

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

.property_sec .swiper-button-prev {
  background-image: url("../images/swiper_lft_wht_arw.png");
}

.property_sec .swiper-button-next {
  background-image: url("../images/swiper_rgt_wht_arw.png");
}

/* Hover Effect */
.property_sec .swiper-button-prev:hover,
.property_sec .swiper-button-next:hover {
  transform: translateY(-4px) scale(1.05);
  filter: brightness(1.2);
}

/* Click Effect */
.property_sec .swiper-button-prev:active,
.property_sec .swiper-button-next:active {
  transform: translateY(0) scale(0.95);
}

/*=========== COLLECTION SECTION =========*/

.collection_sec {
  padding-top: 0;
}

.collection_hd {
  text-align: center;
}

.real_estate_img {
  height: 674px;
  overflow: hidden;
}

.real_estate_card {
  border-bottom: 1px solid #e5e5e5;
}

.real_estate_card .tag {
  position: absolute;
  top: 20px;
  left: 0;
  background: #a3877f;
  color: #ffffff;
  padding: 7px 14px;
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
}

.real_estate_card .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.real_estate_dtls {
  padding: 15px;
}

.real_estate_dtls h5 {
  padding-bottom: 20px;
}

.real_estate_dtls ul {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.real_estate_dtls li {
  padding-bottom: 0;
}

.real_estate_dtls .price {
  color: #b89d90;
  font-weight: 600;
}

.collection_bottom {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collection-prev,
.collection-next {
  position: static;
  width: 72px;
  height: 64px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;
  transition: background-color 0.2s;
}

.collection-prev::after,
.collection-next::after {
  display: none;
}

.collection-prev {
  background-image: url("../images/swiper_left_arw.png");
}

.collection-next {
  background-image: url("../images/swiper_right_arw.png");
}

/*=========== STONEWALL SECTION =========*/

.stonewall_sec {
  width: 100%;
}

.stnwl_wrpr {
  display: flex;
}

.stwall_right {
  width: 45%;
}
.stnwl_swpr {
  position: relative;
  width: 55%;
}

.stwall_lft_img {
  outline: 20px solid rgba(255, 255, 255, 0.4);
  outline-offset: -20px;
}

.stonewall_sec .play_btn {
  position: absolute;
  right: 8%;
  bottom: 12%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #a3877f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 2;
  outline: 12px solid rgba(163, 135, 127, 0.6);
}

.stonewall_sec .play_btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(163, 135, 127, 0.6);
  border-radius: 50%;
  outline: 1px solid rgba(163, 135, 127, 0.6);
  outline-offset: 10px;
}

.stwall_right {
  height: 669px;
  background: url("../images/property_lft_img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.stwall_txt {
  padding: 100px 60px;
}

.stonewall_sec .cmn_hdr h4 {
  color: #a3877f;
}

.stonewall_sec .cmn_hdr p {
  width: 85%;
  color: #545353;
  line-height: 1.8;
  padding-bottom: 35px;
}

.stonewall_nav {
  /* margin-top: 55px; */
  display: flex;
  justify-content: end;
  align-items: center;
}

.stonewall-prev,
.stonewall-next {
  position: static;
  width: 72px;
  height: 64px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;

  /* Smooth transition */
  transition:
    transform 0.4s ease,
    filter 0.4s ease,
    box-shadow 0.4s ease;
}

.stonewall-next {
  margin-bottom: 2px;
}

.stonewall-prev:after,
.stonewall-next:after {
  display: none;
}

.stonewall-prev {
  background-image: url("../images/swiper_left_arw.png");
}

.stonewall-next {
  background-image: url("../images/swiper_right_arw.png");
}

/* Hover Effect */
.stonewall-prev:hover,
.stonewall-next:hover {
  transform: translateY(-4px) scale(1.08);
  filter: brightness(1.15);
}

/* Click Effect */
.stonewall-prev:active,
.stonewall-next:active {
  transform: translateY(0) scale(0.95);
}

.shrt_txt {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #282828;
  text-transform: uppercase;
  font-weight: 500;
}
.dsclmr_dv h6 {
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a3877f;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-top: 9px;
}

.farm_rvw {
  padding-bottom: 25px;
}
.client_navigation {
  display: flex;
  justify-content: end;
}
.stnwl_swpr .swiper-wrapper {
  margin-bottom: 30px;
}

/*====== GLOBAL RESEARCH SECTION =====*/

.global_reach {
  width: 100%;
  background: #a3877f;
}

.global_reach .container {
  max-width: 85%;
}

.global_reach h2 {
  text-align: center;
  color: #ffffff;
  padding-bottom: 70px;
}

.global_reach h4 {
  color: #ffffff;
}

.reach_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.chart_side {
  width: 40%;
}

.map_side {
  width: 60%;
}

.chart_wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bar_item {
  display: flex;
  justify-content: center;
}

.bar-name-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bar-name {
  font-size: 18px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  line-height: 1.35;
  padding-top: 36px;
}

.bar_name_1 {
  color: #604b45;
}

.bar_line {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.bar {
  width: 35px;
  background-color: #e3cfcd;
  transform: scaleY(0);
  transform-origin: bottom;
  backface-visibility: hidden;
  will-change: transform;
}

.bar1 {
  height: 340px;
  background-color: #604b45;
}

.bar_line .bar1_views {
  color: #604b45 !important;
}

.bar2 {
  height: 250px;
}

.bar3 {
  height: 100px;
}

.bar4 {
  height: 70px;
}

.bar5 {
  height: 32px;
}

.bar_item span {
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  min-width: 64px; /* fixed box so digit changes don't resize the layout */
  text-align: center;
  margin-top: 12px;
  font-variant-numeric: tabular-nums; /* every digit takes the same width, no jitter */
}

@keyframes growBar {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

.stat_part {
  display: flex;
  align-items: center;
}

.stat {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.stat_lft {
  width: 90px;
  height: 90px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.stat_lft img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.stat h3 {
  color: #ffffff;
}

.stat p {
  color: #ffffff;
}

.map_wrap {
  position: relative;
}

.map_wrap img {
  width: 100%;
  display: block;
}

/*===========   CONSULTATION SECTION =========*/

.cnslt_sec {
  width: 100%;
}

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

.cnslt_lft {
  width: 45%;
}

.cnslt_right {
  position: relative;
  width: 55%;
}

.cnslt_lft {
  height: stretch;
  background: url("../images/property_lft_img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.cnslt_txt {
  padding: 55px;
}

.cnslt_sec .cmn_hdr h5 {
  color: #a3877f;
}

.cnslt_sec .cmn_hdr p {
  color: #545353;
  line-height: 1.8;
}

.cnslt_rgt_img {
  outline: 20px solid rgba(255, 255, 255, 0.4);
  outline-offset: -20px;
}

.cnslt_right .play_btn {
  position: absolute;
  left: 8%;
  bottom: 12%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #a3877f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 2;
  outline: 12px solid rgba(163, 135, 127, 0.6);
}

.cnslt_right .play_btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(163, 135, 127, 0.6);
  border-radius: 50%;
  outline: 1px solid rgba(163, 135, 127, 0.6);
  outline-offset: 10px;
}

.cnslt_nav {
  position: absolute;
  bottom: 54px;
  right: 43px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cnslt-prev,
.cnslt-next {
  position: static;
  width: 72px;
  height: 64px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;

  /* Smooth transition */
  transition:
    transform 0.4s ease,
    filter 0.4s ease,
    box-shadow 0.4s ease;
}

.cnslt-next {
  margin-bottom: 5px;
}

.cnslt-prev:after,
.cnslt-next:after {
  display: none;
}

.cnslt-prev {
  background-image: url("../images/swiper_lft_wht_arw.png");
}

.cnslt-next {
  background-image: url("../images/swiper_rgt_wht_arw.png");
}

/* Hover Effect */
.cnslt-prev:hover,
.cnslt-next:hover {
  transform: translateY(-4px) scale(1.08);
  filter: brightness(1.15);
}

/* Click Effect */
.cnslt-prev:active,
.cnslt-next:active {
  transform: translateY(0) scale(0.95);
}

/*=========== PORTFOLIO SECTION =========*/

.portfolio_sec {
  padding-top: 0;
}

.portfolio_hd {
  text-align: center;
}

.portfolio_sec .real_estate_img {
  height: 674px;
  overflow: hidden;
}

.portfolio_sec .real_estate_card {
  border-bottom: 1px solid #e5e5e5;
}

.portfolio_sec .real_estate_card .tag {
  position: absolute;
  top: 20px;
  left: 0;
  background: #a3877f;
  color: #ffffff;
  padding: 7px 14px;
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
}

.portfolio_sec .real_estate_card .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.portfolio_sec .real_estate_dtls {
  padding: 15px;
}

.portfolio_sec .real_estate_dtls h5 {
  padding-bottom: 20px;
}

.portfolio_sec .real_estate_dtls ul {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.portfolio_sec .real_estate_dtls li {
  padding-bottom: 0;
}

.portfolio_sec .real_estate_dtls .price {
  color: #a3877f;
  font-weight: 600;
}

.portfolio_bottom {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.portfolio-prev,
.portfolio-next {
  position: static;
  width: 72px;
  height: 64px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;
  transition: background-color 0.2s;
}

.portfolio-prev::after,
.portfolio-next::after {
  display: none;
}

.portfolio-prev {
  background-image: url("../images/swiper_left_arw.png");
}

.portfolio-next {
  background-image: url("../images/swiper_right_arw.png");
}

/*=========== TOWNGUIDE SECTION =========*/

.town_guide {
  width: 100%;
  position: relative;
}

.town_guide .cmn_hdr h2 {
  text-align: center;
}

.town_guide_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}

.guide_card {
  width: 24%;
  background-color: #f5f5f5;
  padding: 30px;
  text-align: center;
  outline: 2px solid #ffffff;
  outline-offset: -4px;
  margin-bottom: 25px;
}

.town_guide .view_btn {
  text-align: center;
}

.town_guide .cmn_btn.wht {
  background: #ffffff;
  color: #282828;
  border: 2px solid #a3877f;
}

.town_guide .cmn_btn.wht::after {
  background-color: #a3877f;
}

.town_guide .cmn_btn.wht:hover {
  background-color: #a3877f;
  color: #ffffff;
}

/*========= LOCATION SECTION =========*/

/* .location_sec {
  display: flex;
  justify-content: center;
  align-items: center;
}

.location_card {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
}

.overlay {
  position: absolute;
  inset: 0;
  transition: 0.6s;
}

.card_content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
  transition: 0.7s ease;
}

.card_content span {
  font-size: 80px;
  font-family: "Luxerie";
  font-weight: 500;
  color: #ffffff;
}

.card_content p {
  color: #ffffff;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}

.card_content .bn_lg {
  opacity: 0;
}

.location_card:hover img {
  transform: scale(1.1);
}

.location_card:hover .overlay {
  background: rgba(35, 35, 35, 0.55);
}

.location_card:hover .card_content {
  bottom: 100px;
}

.location_card:hover .card_content p {
  opacity: 1;
  transform: translateY(0);
}

.location_card:hover .card_content .bn_lg {
  opacity: 1;
  transform: translatey(60px);
  transition: 0.5s;
}

.location_card:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
} */

/*========== SERVICES SECTION =========*/

.elite_sec {
  position: relative;
  background: url("../images/elite_back_img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.elite_box {
  position: relative;
  max-width: fit-content;
  margin-inline: auto;
  border: 5px solid #e3cfcd;
  padding: 40px 185px;
  text-align: center;
  z-index: 2;
}

.elite_txt_logo {
  padding-bottom: 20px;
}

.elite_logo {
  display: inline-block;
  width: 135px;
  padding-bottom: 20px;
}

.elite_sec .cmn_hdr h2 {
  color: #ffffff;
}

.elite_menu {
  position: relative;
  background: url("../images/elite_menu_back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}

.elite_menu li {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #363636;
  display: flex;
  align-items: center;
  padding-block: 10px;
}

.elite_menu li span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #a3877f;
  margin-right: 5px;
}

.elite_box p {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.learn_btn {
  position: absolute;
  right: 41%;
  bottom: -7%;
}

/* =========== sangita 15.06.26 ============== */
.footer.cmn_pdding {
  padding-bottom: 0;
}
.upr_ftr {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  width: 95%;
  margin-inline: auto;
}
.mdl_ftr p {
  width: 88%;
  margin-inline: auto;
  text-align: center;
}
.mdl_ftr {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-block: 35px;
}
.btm_ftr {
  padding-top: 35px;
  text-align: center;
  width: 98%;
  margin-inline: auto;
}
.btm_ftr p,
.mdl_ftr p,
.ftr_dv p {
  font-size: 15px;
  font-weight: 500;
  color: #545353;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 1.6;
}
.btm_ftr p {
  padding-bottom: 46px;
  margin-bottom: 92px;
}
.btm_ftr p a {
  color: #545353;
  transition: 0.3s ease;
}
.btm_ftr p a:hover {
  text-decoration: underline;
}
.ftr_txt {
  font-size: 326px;
  letter-spacing: 2px;
  color: #c3b5b6;
  font-family: "Luxerie";
  text-align: center;
  line-height: 0;
}
.ftr_dv.cmn_hdr h4 {
  font-family: "Luxerie";
  text-transform: uppercase;
  padding-bottom: 27px;
}
.ftr_dv {
  width: 23%;
}
.ftr_logo {
  padding-bottom: 25px;
}
.ftr_dv p {
  text-align: start;
  padding-bottom: 20px;
}
.ftr_icons ul {
  display: flex;
  gap: 14px;
}
.ftr_icn_otr {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #545353;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.ftr_icn {
  color: #545353;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.ftr_icn_otr:hover .ftr_icn {
  transform: rotate(180deg);
}
.ftr_dv li {
  padding-bottom: 14px;
}
.ftr_dv li:nth-last-child(1) {
  padding-bottom: 0;
}
.ftr_dv li,
.ftr_dv li a {
  font-size: 15px;
  color: #545353;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}
.ftr_cntct_list li,
.ftr_cntct_list li a {
  display: flex;
  align-items: center;
  gap: 11px;
}
.ftr_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 80%;
}
.ftr_inpt {
  border: 1px solid #545454;
  padding: 15px 20px;
  font-size: 15px;
  color: #545353;
  font-family: "Montserrat", sans-serif;
}
.ftr_inpt::placeholder {
  font-size: 15px;
  color: #545353;
  font-family: "Montserrat", sans-serif;
}
.sub_btn .cmn_btn {
  background-color: #c3b5b5;
  border: 2px solid #c3b5b5;
}
.sub_btn .cmn_btn:hover {
  background-color: transparent;
}
.ftr_dv li:hover,
.ftr_dv a:hover {
  color: #a3877f;
  text-decoration: underline;
}
.ftr_dv a {
  cursor: pointer;
}
.ftr_dv:nth-child(3) {
  width: 28%;
}

.discuss {
  background: url("../images/dscs_bg.webp");
  height: 474px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.dscs_xntxt h2 span {
  color: #90746c;
}
.dscs_xntxt.cmn_hdr p {
  color: #303030;
  line-height: 1.6;
  padding-bottom: 30px;
}
.dscs_btns .cmn_btn.wht_btn {
  background: #fff;
  border: 2px solid #fff;
  color: #0e0e0e;
}
.dscs_btns .cmn_btn.wht_btn:hover {
  background: #a3877f;
  border: 2px solid #a3877f;
  color: #fff;
}
.dscs_btns .cmn_btn.wht_btn::after {
  background: #a3877f;
  color: #fff;
}
.dscs_btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.logo_swpr .swiper-wrapper {
  align-items: center;
}

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

.clnt_prt h6,
.clnt_prt p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #282828;
}
.star_list {
  display: flex;
  gap: 6px;
}
.star {
  color: #e9cc04;
}
.clnt_prt h6 span {
  color: #a3877f;
}
.clnt_wrpr {
  display: flex;
}
.clnt_lft_prt {
  width: 55%;
}
.clnt_swpr {
  width: 45%;
  background: #f6f6f6;
  padding: 70px 50px;
}
.clnt_swpr.cmn_hdr h2 {
  padding-bottom: 22px;
}
.website_logo {
  width: 140px;
  margin-bottom: 30px;
}
.clnt_prt h6 {
  padding-bottom: 30px;
}
.clnt_prt p {
  line-height: 1.5;
  padding-bottom: 20px;
}
.client_navigation {
  display: flex;
  justify-content: end;
}
.clnt_prt {
  width: 80%;
}
.client.cmn_pdding {
  padding-bottom: 0;
}

/*========== Avik 16.06.26 ========*/

.cnslt_txt h5 {
  font-style: italic;
}

.cnslt_txt {
  text-align: center;
}

.cnslt_txt .cmn_btn {
  width: fit-content;
  margin-inline: auto;
}

.ftr_dv_mobile {
  display: none;
}

.townGuideSwiper {
  display: none;
}

/*========= LOCATION SECTION ========*/

.location_sec {
  width: 100%;
  height: 840px;
  display: flex;
  overflow: hidden;
  position: relative;
  background: url("../images/location_back_img.webp") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.location_dv {
  flex: 1;
  position: relative;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  transition: flex 0.8s ease;
}

.location_dv:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.location_sec:hover .location_dv {
  flex: 0.8;
}

.location_sec .location_dv:hover {
  flex: 2;
}

.location_content {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 2;
}

.location_logo {
  display: block;
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.6s ease;
}

.location_content span {
  font-size: 80px;
  font-family: "Luxerie";
  font-weight: 500;
  color: #ffffff;
  margin-top: 10px;
  transition: all 0.4s ease;
}

.location_content p {
  font-size: 22px;
  color: #fff;
  opacity: 0;
  transform: translateY(80px);

  transition: all 0.6s ease 0.15s;
}

/* HOVER EFFECT */

.location_dv:hover .location_logo {
  opacity: 1;
  transform: translateY(0);
}

.location_dv:hover p {
  opacity: 1;
  transform: translateY(0);
}

.location_dv:hover h3 {
  transform: translateY(-5px);
}

/* DARK OVERLAY */

.location_dv::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: all 0.5s ease;
}

.location_dv:hover::before {
  background: rgba(0, 0, 0, 0.5);
}

/* .reach_row {
  display: flex;
  flex-direction: column;
} */

/* sangita 16.06.26 */
.guide_card h4 {
  padding-bottom: 25px;
}
.guide_btn {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.stat_part {
  justify-content: start;
  width: 49%;
}
.stnwl_navigation {
  display: flex;
  justify-content: end;
}
/* Avik 17.06.26 */

.guide_row_mobile {
  display: none;
}

.reach_row_mobile {
  display: none;
}

.stnwl_wrpr_mobile {
  display: none;
}

/* Avik 18.06.26 */

.price_tag {
  color: #a3877f;
}
.property-right .swiper-slide img {
  width: 100%;
}

/* Avik 29.06.26 */
/* .collection_filter {
  text-align: right;
  padding-bottom: 15px;
}

#propertyStatus,
#propertyPrice {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #282828;
  background-color: #e1cdcb;
  line-height: 1;
  padding: 5px;
  border: 2px solid #e1cdcb;
}

#propertyStatus select option:hover,
#propertyPrice select option:hover {
  background-color: #a3877f;
} */

/* sangita 30.06.26 */
/* .custom-select {
    width: 350px;
    position: relative;
    margin-inline: auto;
    margin-bottom: 35px;
} */
.select-btn {
  border: 1px solid #535353;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #fff;
  position: relative;
}

.floating-label {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: -10px;
  left: 20px;
  background: #fff;
  padding: 0 8px;
  font-size: 15px;
  color: #828282;
  letter-spacing: 1px;
}

.selected-text,
.option,
.checkbox-option {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.selected-text {
  color: #282828;
}
.arrow {
  transition: 0.3s;
}

.custom-select.active .arrow {
  transform: rotate(180deg);
}

.dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 0.3s;
  z-index: 20;
}

.custom-select.active .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.option {
  padding: 18px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  border-top: 1px solid #dddddd;
}

.option:hover {
  background: #f6f6f6;
}

.option.active {
  color: #a3877f;
  font-weight: 600;
}

.check {
  font-size: 20px;
}

.checkbox-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 25px;
  cursor: pointer;
  border-top: 1px solid #d6d6d6;
}

.checkbox-option input {
  width: 18px;
  height: 18px;
  accent-color: #9c7d73;
}
.btm_optn {
  background: #eeeeee;
}
.upr_optn {
  background: #f6f6f6;
}
.collection_sec {
  position: relative;
}

.custom-select {
  width: 350px;
  position: absolute;
  margin-inline: auto;
  margin-bottom: 35px;
  right: 50px;
  z-index: 11;
  top: 3px;
}
.sort_item .check {
  display: none;
}
.sort_item.active .check {
  display: inline-block;
}

/* sangita 01.07.26 */
.prtflo_img,
.prtflo_img img,
.clctn_img,
.clctn_img img {
  height: 100%;
  object-fit: cover;
}

/* Avik 11.07.26 */

.clctn_img,
.prtflo_img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.clctn_img img,
.prtflo_img img {
  display: block;
  width: 100%;
}

.card_overlay {
  position: absolute;
  inset: 20px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(225, 205, 203, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.overlay_btn {
  opacity: 0;
  transform: translateY(15px);
}

.overlay_btn i {
  margin-left: 8px;
}

.real_estate_card:hover .card_overlay {
  opacity: 1;
  visibility: visible;
}

.real_estate_card:hover .overlay_btn {
  opacity: 1;
  transform: translateY(0);
}
