/* @import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
  --primary-color: #020202;
  --secondary-color: #70778a;
  /* --secondary-color1		: #d08c27; */
  --secondary-color1: #a78e59;
  --secondary-color2: #feb758;
  --secondary-color3: #ba8239;
  /* --secondary-color3		: #a78e59; */
  --secondary-color4: #1a1a1a;
  --text-color: #eadec8;
  --arrow-color: #eadec8;
  --accent-color: #ffc107;
  --white-color: #ffffff;
  --divider-color: #eaeaea;
  --dark-divider-color: #ffffff1a;
  --btn-color: #e7f4f9;
  --btn6-color: #efb708;
  --btn1-color: #a78b76;
  --othr-color: #612e11;
  --default-font: "Ubuntu", sans-serif;
  --default-font1: "Playfair", serif;
  --accent-font: "Montserrat", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

/* body {
    font-size: 20px !important;
    background: url("../img/Texturelabs_Paper_234L\ PNG\ 3.png") no-repeat center center fixed;
    background-size: cover; 
} */

body {
  font-size: 20px !important;
  background: url("../img/Texturelabs_Paper_234L%20PNG%203.png") repeat fixed;
  background-size: auto;
  background-position: center;
}

html {
  font-size: 100%;
}
a {
  text-decoration: none !important;
}

p {
  line-height: 1.8em;
  margin-bottom: 0px !important;
  margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--default-font1);
  font-weight: 600;
  line-height: 1.2em;
  color: var(--primary-color);
  margin-bottom: 0px !important;
}

figure {
  margin: 0 !important;
}

/* img{
	max-width: 100%;
} */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

/* .container{
	max-width: 1320px;
} */

.clients-logos .logo-item img[src*="client7.png"] {
  background: #000;
  padding: 10px;
  border-radius: 6px;
}

.image-anime {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--secondary-color1);
}
.image-anime img {
  width: 100% !important;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.image-anime:hover {
  border: 2px solid transparent;
}

/* .fade-i {
  opacity: 0;
  animation: fadeIn 1.2s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
} */

.fade-i {
  opacity: 0;
  transition: opacity 3s ease, transform 3s ease;
}

.fade-i.visible {
  opacity: 1;
  transform: translateY(0);
}

.image-anime.show {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* visibility: hidden; */
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: transform 1s ease-out, visibility 0s 0s;
  transform: translateX(-100%);
}

/* Class to trigger reveal animation */
.reveal.show img {
  transform: translateX(0); /* Move to normal position */
  visibility: visible;
}

.reveal1 {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.reveal1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform-origin: right;
  transform: translateX(100%);
  transition: transform 1s ease-out;
  visibility: hidden;
}

.reveal1.show img {
  transform: translateX(0);
  visibility: visible;
}

.header1 {
  width: 100%;
  height: auto;
  z-index: 999;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header.sticky {
  background-size: 100% 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* transform: translateY(0); */
  background: rgb(167, 142, 89, 0.8);
}

header.sticky .navbar-light .navbar-nav .nav-link {
  color: var(--white-color) !important;
}
/* header.sticky .logo {
  filter: invert(1) brightness(0.1) contrast(2);
} */
header.sticky #primary li a:before {
  background: var(--primary-color);
}
header.sticky #primary li a {
  /* background-image: linear-gradient(to right, #000, #23abd4 50%, #000 50%); */
}
header.sticky .dropdown-toggle::after {
  color: var(--white-color) !important;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center !important;
}
.logo {
  color: #fff;
}

.logo img {
  width: 70px;
  height: auto;
}

.navbar-light .navbar-nav .nav-link {
  /* font-family: "Khand", Sans-serif !important; */
  font-size: 80% !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: var(--white-color) !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
  margin-right: 1.7rem !important;
  margin-left: 1.7rem !important;
  font-family: var(--default-font) !important;
  position: relative;
  z-index: 10;
}

.crt {
  margin-bottom: 2px;
}

.navbar {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* Show dropdown menu on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  background-color: var(--secondary-color3) !important;
}
a.dropdown-item {
  margin-bottom: 10px;
}
.dropdown-toggle::after {
  color: var(--white-color) !important;
}

.dropdown-item {
  text-transform: capitalize !important;
  color: var(--white-color) !important;
}

.dropdown-item:hover {
  color: var(--secondary-color3) !important;
}

.logo-btn {
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  background-color: var(--secondary-color3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-family: var(--default-font);
  border: 1px solid var(--secondary-color3);
}
.logo-btn:hover {
  background-color: var(--secondary-color1);
  color: var(--white-color);
}

/* banner */

.ban {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ban-sec {
  position: relative;
  padding-top: 170px;
  padding-bottom: 80px;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  /* height: 100vh; */
}

.bg-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  animation: zoomEffect 15s ease-in-out infinite alternate;
  will-change: transform;
}

.ban-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* overlay */
  z-index: 2;
}

.ban-sec > *:not(.bg-zoom) {
  position: relative;
  z-index: 3;
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

.title {
  font-size: 40px !important;
  color: var(--primary-color);
  text-transform: uppercase;
  padding-top: 10px !important;
  /* font-family: "Urbanist", sans-serif; */
  font-family: var(--default-font);
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.sub-head {
  font-size: 22px;
  color: var(--secondary-color3);
  font-family: var(--default-font1);
  font-weight: 500;
  font-style: italic;
  position: relative;
  display: inline-block;
  /* padding-bottom: 8px;  */
  width: 100%; /* Take full width of container */
}

.para {
  font-size: 85%;
  color: var(--secondary-color);
  font-weight: 500;
  font-family: var(--accent-font);
  text-align: left;
  padding-top: 10px;
  line-height: normal;
  line-height: 26px;
  margin-top: 0px !important;
}

.hero-h1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  line-height: 54px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-family: var(--default-font);
}

.hero-subheading {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
  font-family: var(--accent-font);
}

.hero-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: #000;
  color: #fff;
}

@keyframes fadeUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* extraordinary button */

.extraordinary-btn1 {
  position: relative;
  background: transparent;
  color: var(--white-color);
  padding: 12px 36px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--default-font);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* border-radius: 50px; */
  text-decoration: none;
  border: 2px solid var(--secondary-color3);
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* box-shadow: 0 4px 15px rgba(250, 94, 7, 0.2); */
  background-color: var(--secondary-color3);
}

/* Top-down fill effect */
.extraordinary-btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--secondary-color1);
  z-index: -1;
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 0 0 50% 50%;
}

/* Arrow icon */
.extraordinary-btn1 i {
  transition: transform 0.4s ease;
}

/* Glow effect */
.extraordinary-btn1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.6s, opacity 0.4s;
  z-index: -1;
}

/* Hover Effects */
.extraordinary-btn1:hover {
  color: white;
  /* transform: translateY(-5px); */
  /* box-shadow: 0 10px 25px rgba(250, 94, 7, 0.4); */
}

.extraordinary-btn1:hover::before {
  height: 200%;
  border-radius: 0;
}

.extraordinary-btn1:hover i {
  transform: rotate(45deg) scale(1.2);
}

/* Click effect */
.extraordinary-btn1:active {
  transform: translateY(-2px);
}

.extraordinary-btn1:active::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: transform 0.3s, opacity 0.2s;
}

.olpo1 {
  display: flex;
  justify-content: center;
  width: 190px;
  margin: auto;
}

/* client */

.clients-section {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.clients-logos {
  margin-top: 80px;
}

.clients-logos .logo-item {
  width: 160px; /* set same width for all logos */
  height: 120px; /* set same height for all logos */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px auto;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  /* border: 1px solid var(--secondary-color3); */
}

.clients-logos .logo-item img {
  max-width: 100%;
  max-height: 80%;
  object-fit: contain; /* maintain logo proportions */
  transition: transform 0.3s ease;
}

/* Hover effect */
.clients-logos .logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.clients-logos .logo-item:hover img {
  transform: scale(1.05);
}

.property-section {
  background: #f2f8f6;
  padding: 80px 0;
  margin-top: 80px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.tab-buttons {
  display: flex;
  gap: 10px;
}

.tab-btn {
  border: 1px solid var(--secondary-color3);
  background: transparent;
  color: var(--secondary-color3);
  padding: 8px 22px;
  border-radius: 25px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}

.tab-btn.active,
.tab-btn:hover {
  background: var(--secondary-color3);
  color: #fff;
}

.property-section .tab-content {
  display: none;
}

.property-section .tab-content.active {
  display: block;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.property-card {
  background: var(--white-color);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.property-card:hover {
  transform: translateY(-5px);
}

.property-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.property-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

/* hover e zoom */
.property-img:hover img {
  transform: scale(1.1);
}

/* overlay (optional) */
.property-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.property-img:hover::after {
  opacity: 1;
}

/* tag label */
.tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--secondary-color3, #007bff);
  color: var(--white-color, #fff);
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2; /* 🟢 keeps tag above image & overlay */
}

.tag.popular {
  left: auto;
  right: 15px;
  background: var(--secondary-color3);
}

.tag.featured {
  background: #f39c12;
}

.tag.for-rent {
  background: #9b59b6;
}

.property-info {
  padding: 20px;
}

.property-info h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--default-font);
}

.property-info h4 span {
  color: var(--secondary-color);
  font-size: 14px;
  font-family: var(--default-font);
}

.property-info h3 {
  font-size: 20px;
  margin: 10px 0;
  color: var(--primary-color);
  font-family: var(--default-font);
}

.property-info p {
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-family: var(--accent-font);
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}

.property-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 16px;
  color: var(--primary-color);
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.property-info ul i {
  color: var(--secondary-color3);
  margin-right: 6px;
  font-size: 16px;
}

.bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.details-btn {
  background: var(--secondary-color3);
  color: #fff;
  padding: 6px 15px;
  /* border-radius: 25px; */
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.details-btn:hover {
  background: var(--secondary-color1);
}

/* about */
.about-sec {
  width: 100%;
  height: auto;
  margin-top: 100px;
}

/* ***************** whatsapp icon *****************  */

.whatsapp-float {
  position: fixed;
  left: 20px;
  /* left side */
  bottom: 20px;
  /* distance from bottom */
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #25d366, #128c7e, #075e54, #34b7f1);
  background-size: 300% 300%;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  animation: gradientMove 5s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.whatsapp-float:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: #fff;
  box-shadow: 3px 3px 15px rgba(18, 140, 126, 0.5);
}

/* Bounce animation */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  /* bounce up 10px */
}

#backToTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  background: var(--primary);
  color: #fff;
  padding: 5px 16px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
  transition: background 0.3s, transform 0.3s;
  border: 3px solid #fff;
  animation: bounce 2s infinite;
  /* apply animation */
}

/* ****************** */

.sticky-top::after {
  width: 100%;
  height: 3px;
  background: linear-gradient(332deg, #901007, #113391, #901007);
  background-size: 300% 300%;
  animation: gradientMove 3s ease infinite;
  content: "";
  left: 0;
  right: 0;

  bottom: 0;
  z-index: 5;
  position: absolute;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* ====== Become Agent Section ====== */
.agent-cta {
  background: #eef8f6;
  padding: 60px 0;
  position: relative;
  margin-top: 80px;
}

.gfgt {
}

.agent-left img {
  width: 169px;
  height: auto;
  position: absolute;
  top: -28px;
}

.agent-content {
  flex: 1;
  min-width: 250px;
}

.agent-content h2 {
  font-size: 40px !important;
  color: var(--secondary-color3);
  text-transform: uppercase;
  padding-top: 10px !important;
  /* font-family: "Urbanist", sans-serif; */
  font-family: var(--default-font);
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.agent-content p {
  font-size: 85%;
  color: var(--secondary-color);
  font-weight: 500;
  font-family: var(--accent-font);
  text-align: left;
  padding-top: 10px;
  line-height: normal;
}

.agent-btn {
  min-width: 180px;
}

.btn-register {
  display: inline-block;
  background: #00bfa6;
  color: #fff;
  padding: 15px 35px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0px 5px 15px rgba(0, 191, 166, 0.3);
}

.btn-register:hover {
  background: #00a38d;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .agent-wrapper {
    text-align: center;
    flex-direction: column;
  }
  .agent-content h2 {
    font-size: 28px;
  }
}

.choose-section {
  position: relative;
  padding: 100px 0px;
  background: #fff;
  overflow: hidden;
}

.choose-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* LEFT IMAGE */
.choose-image {
  position: relative;
  flex: 1 1 45%;
}

.image-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}

.image-wrapper img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--white-color);
  color: var(--secondary-color3);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.play-btn:hover {
  background: var(--secondary-color1);
  color: var(--white-color);
}

.shape-decor {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 15px solid var(--secondary-color3);
  z-index: 1;
  transform: rotate(-2deg);
  border-radius: 5px;
}
.shape-decor1 {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100%;
  height: 100%;
  border: 15px solid var(--secondary-color3);
  z-index: 1;
  transform: rotate(-2deg);
  border-radius: 5px;
}

/* RIGHT CONTENT */
.choose-content {
  flex: 1 1 45%;
}

.choose-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 40px;
}

.choose-list li {
  position: relative;
  margin-bottom: 12px;
  color: var(--secondary-color);
  font-family: var(--default-font);
}

.choose-list li {
  margin-bottom: 12px;
  color: #111;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.choose-list i {
  color: var(--secondary-color3); /* green check color */
  font-size: 16px;
  background: rgb(167, 142, 89, 0.3);
  border-radius: 50%;
  padding: 6px;
}

/* ✅ Bottom Right Decorative Image */
.bottom-right-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
  opacity: 0.5;
  pointer-events: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .choose-row {
    flex-direction: column;
  }

  .choose-image,
  .choose-content {
    flex: 1 1 100%;
  }

  /* .shape-decor {
    display: none;
  } */
}

.section-mid {
  padding: 80px 0px;
  position: relative;
  background: #f2f8f6;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Owl Carousel item cards */
.owl-carousel .item {
  background: var(--card-bg);
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.owl-carousel .item:hover {
  transform: translateY(-6px);
}

.owl-carousel .item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white-color);
}

.card-content .info {
  display: flex;
  flex-direction: column;
}

.card-content .info p {
  font-size: 14px;
  color: #777;
  margin: 0;
  font-family: var(--accent-font);
}

.card-content .info h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
  margin-top: 5px;
  font-family: var(--default-font);
}

.card-content .arrow {
  width: 32px;
  height: 32px;
  /* background: rgb(167, 142, 89, 0.7); */
  background: rgb(186, 130, 57, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  font-size: 18px;
  transition: background 0.3s, color 0.3s;
}

.card-content .arrow:hover {
  background: var(--secondary-color1);
  color: #fff;
  transform: rotate(-45deg);
}

/* Owl nav buttons */
.owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-nav button {
  background: var(--card-bg) !important;
  color: var(--primary-color) !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  box-shadow: var(--shadow);
  font-size: 20px !important;
  transition: all 0.3s ease;
}

.owl-nav button:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.owl-dots {
  margin-top: 20px;
}

.owl-dots .owl-dot span {
  background: #ccc;
  width: 10px;
  height: 10px;
}

.owl-dots .owl-dot.active span {
  background: var(--primary-color);
}

.testimonial-section {
  padding: 80px 0;
  text-align: center;
  background-color: transparent;
  background-image: linear-gradient(180deg, #eaf7f4 69%, #ffffff 0%);

  overflow: hidden;
  transition: all 0.3s ease;
}

.testimonial-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
  text-align: left;
}

.testimonial-item img {
  width: 40% !important;
  height: 400px !important;
  object-fit: cover;
}

.testimonial-content {
  padding: 25px;
  width: 60%;
}

.stars {
  color: #ffb400;
  font-size: 18px;
  margin-bottom: 15px;
}

.quote {
  font-size: 90%;
  color: #5a6a85;
  line-height: 1.6;
  font-style: italic;
  position: relative;
  font-family: var(--default-font);
}

.quote::before {
  content: "“";
  font-size: 40px;
  color: #cdd5e1;
  position: absolute;
  left: -20px;
  top: -10px;
}

.quote::after {
  content: "”";
  font-size: 30px;
  color: #cdd5e1;
  position: absolute;
  right: -15px;
  bottom: -25px;
}

.client-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 25px;
  font-family: var(--default-font);
}

.client-role {
  color: var(--secondary-color);
  font-size: 14px;
  font-family: var(--default-font);
  margin-top: 10px;
}

/* Owl Carousel Nav */
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-nav button {
  background: #fff !important;
  border-radius: 50% !important;
  width: 45px;
  height: 45px;
  box-shadow: var(--shadow);
  font-size: 20px !important;
  color: var(--text-dark) !important;
  pointer-events: all;
  transition: all 0.3s ease;
  box-shadow: 0 11px 29px 0 rgb(0 0 0 / 15%);
}

.owl-nav button:hover {
  background: var(--secondary-color3) !important;
  color: #fff !important;
}

/* Dots */
.owl-dots {
  margin-top: 25px;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
}

.owl-dots .owl-dot.active span {
  background: var(--primary-color);
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-item {
    flex-direction: column;
  }
  .testimonial-item img {
    width: 100% !important;
    height: 250px !important;
  }
  .testimonial-content {
    width: 100%;
  }
}

/* ====== FOOTER SECTION ====== */
.main-footer {
  position: relative;
  background: url("../img/home-3-main-banner\ \(1\).jpg") center center/cover
    no-repeat;
  color: #d0d8e2;
  padding-top: 80px;
  z-index: 1;
}

.main-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Overlay color and opacity */
  z-index: 0;
}

.main-footer * {
  position: relative;
  z-index: 2; /* keeps text above overlay */
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-logo img {
  width: 70px;
  height: auto;
}

.footer-logo h3 {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 700;
}

.footer-logo span {
  display: block;
  font-size: 12px;
  color: var(--secondary-color3);
}

.footer-about p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: var(--accent-font);
}

.footer-social {
  margin-top: 40px;
}

.footer-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  text-align: center;
  margin-right: 8px;
  color: #fff;
  color: var(--white-color);
}

.footer-social a:hover {
  background: var(--secondary-color3);
  color: var(--white-color);
}

/* ---- Quick Links ---- */
.footer-links h4,
.footer-newsletter h4,
.footer-contact h4 {
  color: var(--white-color);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  font-family: var(--default-font);
}

.footer-line {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: var(--secondary-color3);
  margin-bottom: 20px;
}

.footer-links ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #c0cad6;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  font-family: var(--default-font);
}

.footer-links a:hover {
  color: var(--secondary-color3);
}

/* ---- Newsletter ---- */
.footer-newsletter form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-newsletter input {
  padding: 12px;
  border: none;
  /* border-radius: 4px; */
  background: var(--white-color);
  color: #000;
  font-size: 15px;
}

.footer-newsletter button {
  background: var(--secondary-color3);
  border: none;
  padding: 12px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  /* border-radius: 4px; */
  transition: 0.3s;
}

.footer-newsletter button:hover {
  background: var(--secondary-color1);
}

.footer-newsletter p {
  font-size: 13px;
  color: var(--secondary-color);
}

/* ---- Contact ---- */
.footer-contact li {
  font-size: 15px;
  color: #c0cad6;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact i {
  color: var(--secondary-color3);
  font-size: 18px;
}

/* ---- Bottom ---- */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  padding: 20px 0;
  background: rgb(167, 142, 89, 0.7);
}

.footer-bottom-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: var(--white-color);
  font-size: 14px;
}

.footer-bottom a {
  color: var(--white-color);
  text-decoration: none;
}

.footer-bottom a:hover {
  color: var(--secondary-color1);
}

.footer-bottom span {
  color: var(--white-color);
}

/* Responsive */
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom-text {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* about */

.about {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  animation: bgZoom 15s ease-in-out infinite alternate;
  will-change: transform;
}

.about-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.about-content {
  position: relative;
  z-index: 3;
  color: var(--white-color);
  text-align: center;
  padding: 20px;
  /* max-width: 800px; */
}
.abt-t {
  font-size: 4vw;
}

@keyframes bgZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

.counter-section {
  background: #eaf7f4;
  padding: 80px 0;
  text-align: center;
  margin-top: 80px;
  position: relative;
}

.counter-section .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 900px;
  margin-top: 40px;
}

.counter-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-5px);
}

.counter {
  font-size: 48px;
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 10px;
}

.counter-box p {
  font-size: 18px;
  color: #555;
  letter-spacing: 0.5px;
}

/* ✅ Bottom Right Decorative Image */
.bottom-center-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
  pointer-events: none;
}

/* contact page */

.contact-info-grid {
  width: 100%;
  background: #fff;
  text-align: center;
  margin-top: 80px;
}

.grid-box1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.info-card {
  background: var(--white-color);
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid var(--secondary-color3);
}

.info-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: var(--secondary-color3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {
  font-size: 28px;
  color: #fff;
}

.info-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0a1e10;
  margin-bottom: 10px;
  font-family: var(--default-font);
}

.info-card p,
.info-card p a {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s;
  padding-top: 10px;
  font-family: var(--accent-font);
}

.info-card:hover {
  background-color: var(--btn6-color);
}

.info-card:hover h5,
.info-card:hover p,
.info-card:hover p a {
  color: #fff;
  font-family: var(--accent-font);
}
.info-card:hover {
  background-color: var(--secondary-color1);
  color: #fff;
}

.info-card:hover .icon-circle {
  background-color: #fff;
}

.info-card:hover .icon-circle i {
  color: var(--secondary-color3);
}

.cont {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.cont1 {
  width: 100%;
  height: auto;
  margin-top: 70px;
  margin-bottom: 80px;
}

.form-control {
  padding: 0.65rem 0.75rem !important;
  border-bottom: 2px solid var(--secondary-color3) !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-left: none !important;
  border-radius: 30px;
}
.form-control:focus {
  box-shadow: none !important;
}
.form-label {
  color: var(--secondary-color3);
  font-size: 95%;
  font-weight: 500;
  font-family: var(--default-font);
}
img.img-mg2 {
  width: 100%;
  height: 100%;
}
.image-content1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* border-radius: 20px; */
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 40.25%;
  position: relative;
  height: 0;
}
.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.cont1-sec {
  display: flex;
  justify-content: start;
}
.cont-mid {
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

/* gallery page */

.gallery-section {
  width: 100%;
  margin-top: 80px;
  text-align: center;
  margin-bottom: 80px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.gallery-grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.gallery-grid1 a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.gallery-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.gallery-grid1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-grid a:hover img {
  transform: scale(1.05);
}
.gallery-grid1 a:hover img {
  transform: scale(1.05);
}

/* mission */

.mission {
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.faq-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
}

.faq-section h2 {
  text-align: center;
  padding-bottom: 40px;
}

.faq {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-header {
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--default-font);
}

.faq-header span {
  font-size: 24px;
  color: var(--secondary-color1);
  transition: transform 0.3s ease;
  font-family: var(--default-font);
}

.faq.active .faq-header span {
  transform: rotate(45deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  background: #f0f6ff;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 22px;
}

.faq.active .faq-content {
  max-height: 200px;
  padding: 15px 22px 25px;
}

.faq-content p {
  font-size: 15px;
  color: var(--primary-color);
  line-height: 1.7;
  font-family: var(--accent-font);
}

/* Hover Effect */
.faq-header:hover {
  background: rgba(0, 119, 182, 0.05);
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section h2 {
    font-size: 28px;
  }
  .faq-header h3 {
    font-size: 16px;
  }
}

/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Popup Box */
.popup {
  background: var(--secondary-color3);
  color: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  width: 360px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Close button */
.close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ff4b4b;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 16px;
  cursor: pointer;
  line-height: 0;
}

/* Headings */
.popup h3 {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white-color);
  font-family: var(--default-font);
}
.popup h4 {
  font-size: 16px;
  margin: 10px 0 20px;
  text-align: center;
  font-weight: 500;
  color: var(--white-color);
  font-family: var(--default-font);
  padding-bottom: 20px;
}

/* Form Fields */
.popup input[type="text"],
.popup input[type="email"],
.popup input[type="tel"] {
  width: 100%;
  padding: 10px 8px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  background: transparent;
  color: #fff !important;
  outline: none;
  margin-bottom: 15px;
  font-size: 14px;
}
/* Placeholder color white */
.popup input::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Checkbox */
.checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 10px 0 20px;
}
.checkbox-wrap input {
  margin-top: 3px;
}
.checkbox-wrap label {
  font-size: 12px;
  line-height: 1.4;
}
.checkbox-wrap a {
  color: #fff;
  text-decoration: underline;
}

/* Submit button */
.popup button.submit-btn {
  width: 100%;
  background: var(--secondary-color2);
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}
.popup button.submit-btn:hover {
  background: var(--secondary-color1);
}

.popup a.submit-btn {
  width: 100%;
  background: var(--secondary-color2);
  color: #fff;
  border: none;
  padding: 10px 128px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}
.popup a.submit-btn:hover {
  background: var(--secondary-color1);
}

.search-section {
  background: #fff;
  border-radius: 12px;
  max-width: 80%;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 30px;
  /* position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50% , -50%); */
}

/* Tabs */
.search-tabs {
  display: flex;
  justify-content: space-around;
  background: transparent;
  border: 1px solid var(--secondary-color3);
  border-radius: 50px;
  margin: 15px auto;
  width: 95%;
  padding: 5px;
  gap: 20px;
}

.search-tabs button {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--secondary-color3);
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  transition: 0.3s;
  padding: 10px 0;
}

.search-tabs button.active {
  background: var(--secondary-color3);
  color: #fff;
}

/* Search Bar */
.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--secondary-color3);
  padding: 10px;
}

.form-select,
.form-control {
  font-size: 14px;
  border-radius: 6px;
  border: none;
  padding: 12px 20px !important;
}

.form-select:focus,
.form-control:focus {
  box-shadow: none;
}

.search-btn {
  background: #fff;
  border: none;
  /* border-radius: 50%; */
  width: 130px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color3);
  transition: 0.3s;
}

.search-btn:hover {
  background: var(--secondary-color1);
  color: #fff;
}

/* Filter Row */
.filter-row {
  display: grid;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #ddd;
  gap: 10px;
  grid-template-columns: auto auto;
}

.filter-row .form-select {
  border: 1px solid #ccc;
  font-weight: 500;
  color: #333;
}

@media (max-width: 600px) {
  .filter-row {
    flex-direction: column;
  }
  .search-section {
    max-width: 100%;
  }
}

/* property-details */

.property-details {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.property-gallery img {
  border-radius: 10px;
  object-fit: cover;
}

.property-info {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
  /* margin-bottom: 40px;
      margin-top: 40px; */
}

.property-features {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  font-family: var(--default-font);
}

.property-features ul {
  list-style: none;
  padding: 0;
}

.property-features li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  gap: 60px;
}
/* .property-features li span{
      width: 300px;
    } */

.price-box {
  background: var(--secondary-color3);
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.btn-primary {
  background: #2e3192;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #232677;
}

.agent-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.agent-box img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 15px;
}

.contact-form input,
.contact-form textarea {
  border-radius: 8px;
  border: 1px solid #ddd;
}

.img-fluid-mhn {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 30px;
  border-radius: 20px;
}

.ghgr-yh {
  width: 100%;
  height: 180px;
}
.prop {
  font-size: 20px;
  margin: 10px 0;
  color: var(--primary-color);
  font-family: var(--default-font);
}
.floor-plan-section {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.nbgbg {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--secondary-color3) !important;
  color: var(--white-color) !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--secondary-color3) !important;
  color: var(--white-color) !important;
}
.nav-link {
  color: var(--secondary-color3);
  font-family: var(--default-font) !important;
}
.nav-pills .nav-link:hover {
  background-color: var(--secondary-color3) !important;
  color: var(--white-color) !important;
  border-color: var(--secondary-color3);
}
.nav-pills {
  gap: 20px !important;
}

.property-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.property-gallery .gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.property-gallery .gallery-item img {
  width: 100%;
  height: 180px;
  max-height: 180px;
  object-fit: cover;
  transition: all 0.4s ease;
  border-radius: 10px;
}

.property-gallery .gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(80%);
}

/* thankyou */

.thankyou-section {
  text-align: center;
}

.thankyou-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 50px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  max-width: 420px;
}

.icon-wrap {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #00ffb3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007250;
  font-size: 40px;
  animation: pop 0.6s ease forwards;
}

@keyframes pop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

h1 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
}

p {
  font-size: 16px;
  margin-bottom: 25px;
  color: #e8faff;
}

.back-btn {
  display: inline-block;
  background: #fff;
  color: #0072ff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.back-btn:hover {
  background: #00c6ff;
  color: #fff;
  transform: translateY(-2px);
}

.cen {
  display: flex;
  margin: auto;
  width: fit-content;
}
