@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Frank+Ruhl+Libre:wght@300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Italiana&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
}
img {
  max-width: 100%;
}
p {
  font-size: 14px;
  font-weight: 400;
  color: #1b3942;
}
body {
  background-color: #fbf9f6;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
}

h3 {
  font-family: "Source Sans Pro", sans-serif;
}

h4 {
  font-family: "Source Sans Pro", sans-serif;
}

li {
  font-family: "Source Sans Pro", sans-serif;
}

.hero-section {
  background-image: linear-gradient(#0f16187d, #0f16187d),
    url("../images/here-section-bg.webp");
  background-size: cover;
  background-position: start;
  background-repeat: no-repeat;
  min-height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 50px 50px;
  padding-top: 90px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
}
.hero-section-content {
  width: 100%;
}

.hero-section-content h2 {
  font-size: 55px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 60px;
  line-height: 61px;
}

.search-form {
  display: flex;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  background-color: #f3f3f3;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.search-form .dropdown-toggle {
  font-size: 14px;
  color: #484848;
  height: 52px;
  padding: 16px 16px 16px 20px;
  font-weight: 400;
  border: none !important;
  outline: none !important;
  background-color: transparent;
  width: 100%;
}

.search-form input {
  text-align: left;
  padding: 16px 16px 16px 20px;
  height: 52px;
  background-color: transparent;
  border: none !important;
  outline: none !important;
  width: 100%;
}
.col-md-15 {
  width: 15%;
}

.col-md-20 {
  width: 20%;
}

.col-md-30 {
  width: 30%;
}

.col-md-40 {
  width: 40%;
}

.header nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  padding: 0px 15px;
}

.logo img {
  width: 192px;
}
.header-light {
  position: sticky;
}
.header-light,
.header.scrolled {
  background-color: #fff;
  box-shadow: 0 1px 12px rgba(0,0,0,0.08);
}
.header-light nav ul li a,
.header.scrolled nav ul li a {
  color: #1b3942;
}

.header nav ul li a:hover {
  color: #94792f;
}

.search-form {
  margin-bottom: 50px;
}

.hero-section-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

.hero-section-stats li {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 0px 10px;
}

.hero-section-stats li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #a58656;
  border-radius: 50%;
  margin-right: 15px;
}

.category-filter-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-filter-buttons button {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 35px;
  letter-spacing: 0.5px;
  padding: 0px 10px 0px 10px;
  color: #1b3942;
  background-color: #02010100;
  border: none;
  margin: 0 15px 20px;
}

.category-filter-buttons button img {
  width: 21px;
}
.product-item-head {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.product-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-item-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}

.ratio-custom {
  --bs-aspect-ratio: calc(396 / 367 * 100%);
}

.ratio-custom-2 {
  --bs-aspect-ratio: calc(180 / 390 * 100%);
}
.product-item-head .tag-item {
  display: flex;
  background-color: #847445;
  color: #fff;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  width: fit-content;
  height: 20px;
  padding: 0px 10px;
  align-items: center;
  border-radius: 10px;
}

.product-item-head .tag-list {
  display: flex;
  gap: 5px;
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  width: fit-content;
  height: fit-content;
  z-index: 2;
}
.product-item .product-item-head:hover .product-item-image img {
  transform: scale(1.1);
}

.product-item-head .profile-photo-container {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  top: auto;
  left: 10px;
  border: 2px solid #fff;
}
.product-item-head .profile-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.product-item-price {
  font-size: 15px;
  color: #94792f;
  font-weight: 700;
}

.product-item-title,
.product-item-title a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #1b3942;
}

.product-item-title:hover,
.product-item-title a:hover {
  color: #94792f;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.product-details-item {
  font-size: 13px;
  color: #181d24;
  font-weight: 400;
}

.product-item-content {
  padding: 10px 0px;
}

.logo-dark {
  display: none;
}

.header-light .logo-dark,
.header.scrolled .logo-dark {
  display: block;
}
.header-light .logo-light,
.header.scrolled .logo-light {
  display: none;
}

.mt-200 {
  margin-top: 200px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-20 {
  margin-top: 20px;
}

.h2-title {
  font-size: 45px;
  font-weight: 600;
  color: #1b3942;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  margin-bottom: 0px;
  margin-bottom: 25px;
}

.favorite-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  left: auto;
  right: 10px;
  font-size: 24px;
}

.container {
  max-width: 1600px;
}

.product-item {
  margin-bottom: 30px;
}

.home-services-section {
  height: 100vh;
  background-image: linear-gradient(
      rgba(15, 22, 24, 0.52),
      rgba(15, 22, 24, 0.52)
    ),
    url("../images/bg-webp.webp");

  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.home-services-section h2 {
  color: #fff;
  font-weight: 300;
  font-size: 55px;
}

.home-services-item-content a img {
  width: 12px;
  margin-left: 5px;
}

.home-services-item {
  background-color: #fff;
  padding: 60px 40px;
  border-radius: 10px;
  text-align: center;
  max-width: 366px;
}

.home-services-item-icon {
  background-color: #94792f;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.home-services-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.home-services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-services-item-icon img {
  width: 30px;
}

.home-services-item h3 {
  font-size: 20px;
  font-weight: 500;
  color: #1b3942;
}
.home-services-item-content p {
  font-size: 15px;
  font-weight: 400;
  color: #1b3942c4;
}
.home-services-item-content a {
  font-size: 14px;
  font-weight: 400;
  color: #1b3942;
  text-decoration: none;
}

.home-services-item-content a:hover {
  color: #94792f;
}

.product-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.product-image-swiper {
  width: 100%;
  height: 100%;
}

.product-image-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.product-image-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}

.product-image-swiper .swiper-button-next,
.product-image-swiper .swiper-button-prev {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-image-swiper .swiper-button-next::after,
.product-image-swiper .swiper-button-prev::after {
  font-size: 12px;
  font-weight: 700;
}

.product-image-swiper:hover .swiper-button-next,
.product-image-swiper:hover .swiper-button-prev {
  opacity: 1;
}

.product-image-swiper .swiper-button-next {
  right: 10px;
}

.product-image-swiper .swiper-button-prev {
  left: 10px;
}

.product-image-swiper .swiper-pagination {
  bottom: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-image-swiper:hover .swiper-pagination {
  opacity: 1;
}

.product-image-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.product-image-swiper .swiper-pagination-bullet-active {
  background-color: #94792f;
}

.product-card .product-item-content {
  padding: 15px;
}

.product-card .product-item-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-card .profile-photo-container {
  width: 55px;
  height: 52px;
  border-radius: 10px;
  overflow: hidden;
}

.product-card .profile-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.product-card .product-item-price {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  width: fit-content;
  height: 25px;
  padding: 0px 10px;
  background-color: #94792f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.product-card .product-item-head:hover .swiper-slide-active img,
.product-card .product-item-head:hover .product-item-image img {
  transform: scale(1.1);
}

.agent-profile-content {
  background-color: #0f1618;
  color: #fff;
  width: 57%;
  height: fit-content;
  position: relative;
}

.agent-profile-img {
  width: 43%;
  height: 800px;
  border-radius: 50px 5px 5px 50px;
  overflow: hidden;
}

.agent-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.agent-profile {
  display: flex;
  align-items: center;
}

.agent-profile-content {
  padding: 100px 45px 100px 120px;
  border-radius: 0px 50px 50px 0px;
}

.agent-profile-content h2 {
  font-size: 45px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 20px;
}

.agent-profile-content p {
  font-size: 16px;
  color: #ffffffc4;
  line-height: 29px;
  margin-bottom: 30px;
}
p.agent-profile-name {
  color: #94792f;
  font-size: 43px;
  font-weight: 200;
  font-family: "Dancing Script", cursive;
}

.services-stats-item {
  background-color: #fffffff2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 60px 40px;
}
.services-stats-item-icon img {
  width: 104px;
}

.services-stats-item span {
  font-size: 35px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}

.services-stats-item p {
  font-size: 14px;
  font-weight: 400;
  color: #1b3942;
}

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

.neighborhoods-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
  align-items: stretch;
  padding: 0 15px;
}

.neighborhood-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 265px;
}

.neighborhood-small-section {
  flex: 0 0 calc(16.666% - 13px);
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.neighborhood-card-medium {
  flex: 0 0 calc(33.333% - 10px);
  min-width: 280px;
}

.neighborhood-card-large {
  flex: 0 0 calc(33.333% - 10px);
  height: 545px;
  min-width: 280px;
}

.neighborhood-card-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.neighborhood-card-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d293e;
  opacity: 0.3;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.neighborhood-card:hover .neighborhood-card-image::before {
  opacity: 0.15;
}

.neighborhood-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: white;
  z-index: 2;
  text-align: center;
}

.neighborhood-card-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: white;
  font-family: "Italiana", serif;
}

.neighborhood-card-content p {
  font-size: 14px;
  margin: 0;
  color: white;
}

.neighborhood-card-note {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 5px;
}

.neighborhood-card-large .neighborhood-card-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.neighborhood-card-large .neighborhood-card-content p {
  font-size: 16px;
}

.team-item-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
}

.team-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
}
.team-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.team-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #02010100 59%, #1614156b 100%);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}

.team-item-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
.team-item-content p {
  font-size: 15px;
  color: #f7f7f7;
}

.team-item:hover .team-item-image img {
  transform: scale(1.1);
}

[data-animation] {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

[data-animation].animate__animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

[data-animation="animate__fadeInLeft"] {
  transition-delay: 0.1s;
}

[data-animation="animate__fadeInRight"] {
  transition-delay: 0.2s;
}

[data-animation="animate__fadeInUp"] {
  transition-delay: 0.1s;
}

.testimonials-section {
  background-color: #102227;
  padding: 60px 0;
  min-height: 600px;
  display: flex;
  align-items: center;
}

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

.testimonials-header h4 {
  font-size: 14px;
  font-weight: 400;
  color: #f7f7f7;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.testimonials-swiper {
  width: 100%;
  padding: 20px 0 60px 0;
  position: relative;
  padding-bottom: 100px;
  overflow: hidden !important;
}

.testimonial-item {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.testimonial-content {
  margin-bottom: 30px;
}

.testimonial-content p {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  font-family: "Italiana", serif;
  margin: 0;
}

.testimonial-rating {
  margin-bottom: 25px;
}

.testimonial-rating .stars {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.testimonial-rating .stars i {
  color: #ffc662;
  font-size: 16px;
}

.testimonial-author h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px 0;
}

.testimonial-author p {
  font-size: 14px;
  color: #a0a0a0;
  margin: 0;
}

.testimonials-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.testimonials-button-prev,
.testimonials-button-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s ease;
  pointer-events: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonials-button-prev:hover,
.testimonials-button-next:hover {
  background-color: #94792f;
  color: #fff;
  transform: scale(1.1);
}

.testimonials-button-prev i,
.testimonials-button-next i {
  font-size: 16px;
  color: #1a2b2e;
  transition: color 0.3s ease;
}

.testimonials-button-prev:hover i,
.testimonials-button-next:hover i {
  color: #fff;
}

.testimonials-pagination {
  bottom: 20px !important;
  text-align: center;
}

.testimonials-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #94792f;
  opacity: 0.5;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background-color: #94792f;
  transform: scale(1.2);
  opacity: 1;
}
.category-item {
  margin-bottom: 30px;
}
.category-item-image {
  width: 100%;
  height: 366px;
  border-radius: 10px;
  overflow: hidden;
}

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

.category-item-content h4 a {
  text-decoration: none;
  color: #1b3942;
  font-size: 18px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}

.category-item-content h4 a:hover {
  color: #94792f;
}

.category-item-content p {
  font-size: 14px;
  font-weight: 500;
  color: #1b3942;
}

.home-blog-section {
  padding: 0 20px;
}

.home-blog-section .category-item-image {
  height: 400px;
}

.home-blog-section .category-item:hover .category-item-image img {
  transform: scale(1.1);
}

.home-blog-section h4 a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
}

.home-blog-section .col-lg-3 {
  padding: 0 8px;
}

.category-sectiom .col-lg-3 {
  padding: 0 20px;
}

.property-highlight {
  background-color: #102227;
  padding: 90px 0;
  color: #fff;
}

.property-highlight-images-item {
  width: 100%;
  height: 520px;
}

.property-highlight-images-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-highlight-images {
  display: flex;
  gap: 20px;
}
.property-highlight-images-item-2 img {
  width: 100%;
  height: calc(50% - 10px);
}

.property-highlight-images-item-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer {
  background-color: #fff;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-info {
  width: 38%;
}

.footer-nav {
  width: 100%;
  max-width: 283px;
}

.footer-top {
  padding: 80px 0;
}

.social-links {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.social-links a {
  color: #fff;
  font-size: 15px;
  color: #102227;
  text-decoration: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #102227;
  transition: all 0.3s ease;
}

.social-links a:hover {
  border-color: #94792f;
  color: #94792f;
}

.footer-links {
  gap: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.footer-links li {
  list-style: none;
}

.footer-links li a {
  text-decoration: none;
  color: #102227;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer-links li a:hover {
  color: #94792f;
}

.footer-end {
  border-top: 1px solid #e5e5e5;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-end p {
  margin-bottom: 0;
  font-size: 14px;
}

.footer-info .logo {
  margin-bottom: 20px;
}

.footer-info .logo img {
  height: auto;
  max-height: 90px;
  width: auto;
  object-fit: contain;
}

.footer-info p {
  font-size: 16px;
  font-weight: 400;
  color: #102227;
}
.footer-nav h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1b3942;
  font-family: "Italiana", serif;
  margin-bottom: 20px;
}

.footer-nav p {
  font-size: 16px;
  font-weight: 400;
  color: #102227;
  line-height: 29px;
}

.footer-nav ul {
  padding: 0;
  margin: 0;
}

.footer-nav ul li {
  list-style: none;
}

.footer-nav ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #102227;
  line-height: 29px;
  text-decoration: none;
}

.footer-nav ul li a:hover {
  color: #94792f;
}

.title-area {
  position: relative;
  width: fit-content;
}

.title-area span {
  font-size: 34px;
  color: #94792f94;
  font-weight: 300;
  font-family: "Dancing Script", serif;
  position: absolute;
  right: -20px;
  bottom: 0;
}

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.btn-primary {
  height: 40px;
  padding: 0 35px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 10px;
}

.home-services-section .title-area span {
  font-size: 52px;
  font-weight: 300;
  color: #ffffff47;
  right: -80px;
  bottom: -4px;
}
.section-head p {
  font-size: 16px;
  color: #1b3942c4;
  font-weight: 400;
  text-align: center;
  max-width: 725px;
}

.agent-profile-content-bg-item img {
  position: absolute;
  top: -20px;
  left: 0;
  width: 163px;
  object-fit: cover;
  transform: translateY(-50%);
}

.search-btn {
  width: 100%;
  height: 52px;
  border-radius: 0 !important;
}
.testimonials-swiper {
  max-width: 770px;
}

.testimonials-swiper-container {
  max-width: 970px;
  overflow: hidden !important;
  margin: 0 auto;
  padding: 100px 100px;
  position: relative;
}

.property-highlight .h2-title {
  text-align: start;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.property-highlight .section-head {
  align-items: flex-start;
}

.property-highlight .section-head p {
  text-align: start;
}
.property-highlight .section-head .title-area span {
  right: 40px !important;
  bottom: -5px;
  color: #94792f;
}

.property-highlight .section-head p {
  color: #ffffffd9;
  margin-top: 30px;
  line-height: 29px;
}

.property-highlight .btn {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
  padding: 12px 24px;
  letter-spacing: 1px;
}

.blog-content .team-item-image {
  height: 350px;
}

.profile-card-img {
  height: 335px;
  width: 380px;
  overflow: hidden;
  border-radius: 10px;
}

.agent-profile-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}

.profile-card-content {
  padding: 30px;
}

.stars {
  color: #ffc662;
}

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

.reviews span {
  font-size: 14px;
  font-weight: 400;
}

.reviews .stars i {
  font-size: 14px;
  color: #ffc662;
}

.profile-card-content h3,
.profile-card-content h3 a {
  font-size: 24px;
  font-weight: 500;
  color: #1b3942;
  text-decoration: none;
}

.member-of-text {
  font-size: 14px;
  color: #1b3942;
}

.member-of {
  font-size: 14px;
  color: #1b3942;
  font-weight: 400;
}

.profile-card-content p {
  font-size: 14px;
  color: #1b3942;
}

.profile-card-content .social-links a {
  border: none !important;
}

.comment-profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.comments-detail {
  display: flex;
  gap: 10px;
}

.comment-profile-name {
  font-size: 13px;
  font-weight: 500;
  color: #1b3942;
}
.comments-detail p {
  font-weight: 500;
  font-size: 14px;
  color: #1b3942;
}

.comment-profile-content p {
  font-size: 14px;
  font-weight: 400;
  color: #1b3942;
}
.card {
  background-color: #fff;
  padding: 30px;
  border: none;
}
.page-head {
  background-color: #0e0e0e;
}
.page-head-content {
  background-image: linear-gradient(
      rgba(14, 14, 14, 0.72),
      rgba(14, 14, 14, 0.72)
    ),
    url("../images/bg-lines-svg.svg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-head h1 {
  font-size: 60px;
  font-weight: 500;
  font-family: "Frank Ruhl Libre", serif;
}

.page-head p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.blog-content img {
  width: 100%;
}
.blog-content {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
}
.bootstrap-select .bs-ok-default:before {
  -webkit-font-smoothing: antialiased;
  color: #94792f;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  text-rendering: auto;
}

.bootstrap-select .bs-ok-default:after {
  display: none !important;
}

.dropdown-toggle:after {
  display: none !important;
}

.dropdown-toggle:before {
  -webkit-font-smoothing: antialiased;
  color: #1b3942;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  text-rendering: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.about-hero-section {
  min-height: 600px;
  background-image: linear-gradient(
      200deg,
      rgba(0, 0, 0, 0.58),
      rgba(0, 0, 0, 0.58)
    ),
    url("../images/24312-webp.webp");
  background-position: center;
  border-radius: 0;
}

.about-team {
  position: relative;
}
.about-team p {
  text-align: left;
}
.about-team-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 700px;
  object-fit: cover;
  object-position: top;
  border-radius: 0px 0px 50px 0px;
}

.about-team {
  height: 700px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-overview-item {
  background-color: #ffffff;
  padding: 45px 60px 45px 45px;
  border-radius: 10px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
}

.about-overview-item h3 {
  font-size: 25px;
  font-weight: 700;
  color: #1b3942;
  font-family: "Italiana", serif;
  margin-bottom: 20px;
}

.about-overview-item p {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  font-family: "Inter", sans-serif;
}
.container-2 {
  max-width: 1240px;
}
.about-testimonials-section {
  position: relative;
  margin-bottom: 150px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
    url("../images/10-4-1-1-500x540.webp");
  background-position: center center;
  background-size: cover;
}

.about-testimonials-section .testimonials-swiper {
  background-color: #ffffff;
  color: #1b3942;
  padding-top: 50px;
  border-radius: 10px 10px 0 0;
}

.about-testimonials-section .testimonial-content p {
  font-size: 35px;
  font-weight: 400;
  color: #102227;
  line-height: 1.4;
  font-family: "Italiana", serif;
  margin: 0;
}

.about-testimonials-section .testimonials-swiper-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -140px;
  padding-top: 0;
}

.about-testimonials-section .testimonial-author h5 {
  color: #102227;
}

.about-testimonials-section .testimonials-header h4 {
  font-size: 55px;
  color: #fff;
  font-weight: 300;
}

.about-testimonials-section .testimonial-category {
  font-size: 14px;
  color: #102227;
  font-weight: 400;
  margin-bottom: 20px;
}
.about-testimonials-section .testimonial-item {
  padding: 0 20px;
}

.about-testimonials-section .testimonial-rating {
  margin-bottom: 5px;
}

.about-testimonials-section .testimonial-rating .stars i {
  font-size: 12px;
}

.accordion-button {
  box-shadow: none !important;
  padding: 25px 25px 25px 25px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none !important;
}

.accordion-item {
  margin-bottom: 34px;
  border-radius: 0;
  border: none !important;
}

.about-results {
  background-color: #ffffff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
    url("../images/napa-house-2-webp.webp");
  background-position: center center;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.about-results h2 {
  color: #fff;
  font-size: 55px;
}

.contact-section .container {
  max-width: 1200px;
}

.contact-wrapper {
  display: flex;
  align-items: stretch;
  position: relative;
}

.contact-image {
  width: 53%;
  border-radius: 40px 10px 10px 40px;
  overflow: hidden;
}

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

.contact-card {
  width: 54%;
  background: #fff;
  border-radius: 10px 40px 40px 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  padding: 45px 60px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact-card .h2-title {
  text-align: left;
  margin-bottom: 20px;
}

.contact-form .form-control {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #ececec;
  background: #fff;
  font-size: 14px;
}

.contact-form textarea.form-control {
  height: auto;
}

.contact-btn {
  background-color: #0FAFC9;
  color: #fff;
  border: none;
  height: 48px;
  border-radius: 8px;
}

.contact-btn:hover {
  background-color: #0bc4b8;
  color: #fff;
}

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

.product-images .col-md-6 {
  padding: 1px !important;
  padding-right: 1px !important;
  padding-left: 1px !important;
}

.product-image-right .product-image {
  height: 323px;
  position: relative;
}

.product-image-left .product-image {
  height: 648px;
  overflow: hidden;
}

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

.product-detail-content h1 {
  font-size: 34px;
  color: #1b3942;
  font-weight: 500;
}
.product-detail-content p {
  font-size: 14px;
  color: #1b3942;
  font-weight: 400;
}
.see-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.tags {
  display: flex;
  gap: 10px;
}

.tags span {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  background-color: #a48c50;
  display: inline-flex;
  height: 22px;
  padding: 0 10px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}

.second-price {
  font-size: 20px;
  color: #94792f;
  font-weight: 400;
}
.price-area {
  font-size: 30px;
  color: #94792f;
  font-weight: 500;
}
.buttons {
  display: flex;
  gap: 10px;
}

.buttons button {
  background-color: #ffffff;

  border: none;
  height: 26px;
  border-radius: 8px;
  font-size: 12px;
  color: #1b3942;
  padding: 0 14px;
  border-radius: 20px;
}

.overview-item {
  padding: 0;
  margin: 0;
}

.overview-item li {
  list-style: none;
  font-size: 14px;
  color: #1b3942;
  font-weight: 500;
}

.overview-item li span {
  font-size: 15px;
}

.overview-section-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.card h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1b3942;
}

.address-section {
  padding-top: 10px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
  margin-bottom: 20px;
}

.detail-item .label {
  font-weight: 600;
  color: #1b3942;
}

.detail-item .value {
  color: #1b3942;
}

.address-map-btn {
  background-color: #102227;
  color: #fff;
  border: none;
  height: 44px;
  border-radius: 10px;
  padding: 0 16px;
}

.address-map-btn:hover {
  background-color: #0c1a1e;
  color: #fff;
}

/* Ürün Detay Sayfası - emlakreyonu.com benzeri */
.product-detail-section {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #fff;
}
.product-detail-breadcrumb {
  margin-bottom: 12px;
}
.product-detail-breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* İlan özet bilgisi - tablo kartı */
.product-detail-info-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 24px 28px;
  margin-bottom: 24px;
}
.product-detail-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.product-detail-info-table td {
  padding: 8px 0;
  vertical-align: middle;
  border: none;
}
.product-detail-info-table tr:first-child td {
  padding-top: 0;
}
.product-detail-info-table tr:last-child td {
  padding-bottom: 0;
}
.product-detail-info-meta {
  font-size: 14px;
  color: #696969;
}
.product-detail-info-meta .product-detail-location i,
.product-detail-info-meta .product-detail-views i {
  margin-right: 6px;
  color: #94792f;
}
.product-detail-meta-sep {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
  margin: 0 12px;
  vertical-align: middle;
}
.product-detail-info-tag-cell {
  width: 1%;
  white-space: nowrap;
}
.product-detail-category-tag {
  display: inline-block;
  font-size: 13px;
  color: #1b3942;
  font-weight: 500;
  background-color: #f5d547;
  padding: 6px 14px;
  border-radius: 6px;
}
.product-detail-info-title-cell {
  padding-right: 20px !important;
}
.product-detail-title {
  font-size: 26px;
  font-weight: 600;
  color: #1b3942;
  margin: 0;
  line-height: 1.3;
}
.product-detail-info-price-cell {
  white-space: nowrap;
}
.product-detail-price-label {
  font-size: 15px;
  color: #1b3942;
  margin-right: 8px;
}
.product-detail-price {
  font-size: 22px;
  font-weight: 600;
  color: #2563eb;
}
.product-detail-block {
  margin-bottom: 30px;
}
.product-detail-block-title {
  font-size: 20px;
  font-weight: 600;
  color: #1b3942;
  margin-bottom: 16px;
}
.product-detail-main-row {
  margin-top: 0;
  align-items: flex-start;
}
.product-detail-sidebar-top {
  position: sticky;
  top: 100px;
}
/* Video ve Sanal Tur - soldaki alanlarla eşit genişlik */
.product-detail-media-box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.product-detail-media-box .ratio {
  --bs-aspect-ratio: 56.25%;
}
.product-detail-gallery {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.product-detail-swiper {
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 350px;
}
.product-detail-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.product-detail-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail-swiper .swiper-button-next,
.product-detail-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-detail-swiper .swiper-button-next::after,
.product-detail-swiper .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 700;
}
.product-detail-gallery:hover .swiper-button-next,
.product-detail-gallery:hover .swiper-button-prev {
  opacity: 1;
}
.product-detail-swiper .swiper-pagination {
  bottom: 15px;
}
.product-detail-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.product-detail-swiper .swiper-pagination-bullet-active {
  background-color: #94792f;
}
.product-detail-tabs {
  border-bottom: 2px solid #ececec;
  gap: 0;
}
.product-detail-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  color: #696969;
  font-weight: 500;
  padding: 12px 20px;
  margin-bottom: -2px;
  background: transparent;
}
.product-detail-tabs .nav-link:hover {
  color: #1b3942;
}
.product-detail-tabs .nav-link.active {
  color: #94792f;
  border-bottom-color: #94792f;
  background: transparent;
}
.product-detail-tab-content {
  padding: 24px 0;
}
.product-detail-tab-title {
  font-size: 20px;
  font-weight: 600;
  color: #1b3942;
  margin-bottom: 16px;
}
.product-detail-aciklama {
  font-size: 15px;
  line-height: 1.7;
  color: #181d24;
}
.product-detail-aciklama p {
  margin-bottom: 12px;
}
.product-detail-video-wrapper iframe,
.product-detail-sanal-tur-wrapper iframe,
.product-detail-video-wrapper .ratio iframe,
.product-detail-sanal-tur-wrapper .ratio iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}
.product-detail-ozellik-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ozellik-tag {
  font-size: 13px;
  color: #1b3942;
  background-color: #f5f5f5;
  padding: 6px 12px;
  border-radius: 6px;
}

/* Özellikler sekmesi - tablo benzeri görünüm */
.ozellikler-tablo .ozellik-grup-tablo {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
}
.ozellikler-tablo .ozellik-grup-header {
  background: linear-gradient(135deg, #1b3942 0%, #2a5564 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 20px;
  letter-spacing: 0.3px;
}
.ozellikler-tablo .ozellik-grup-body {
  background: #fefce8;
  padding: 20px 24px;
  min-height: 50px;
}
.ozellikler-tablo .ozellik-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 24px;
}
.ozellikler-tablo .ozellik-grid-item {
  font-size: 14px;
  color: #1b3942;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ozellikler-tablo .ozellik-badge {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #1b3942;
}
.ozellikler-tablo .ozellik-label {
  color: #5a6c74;
  font-weight: 500;
}
.ozellikler-tablo .ozellik-val {
  color: #1b3942;
  font-weight: 600;
}
.ozellikler-tablo .ozellik-cephe-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.ozellikler-tablo .ozellik-cephe-item {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #1b3942;
  font-weight: 500;
}
.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-detail-actions .btn {
  border-color: #ddd;
  color: #1b3942;
}
.product-detail-actions .btn:hover {
  border-color: #0FAFC9;
  color: #0FAFC9;
  background-color: rgba(15, 175, 201, 0.05);
}
.product-detail-sidebar {
  position: sticky;
  top: 100px;
}
.product-detail-card {
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
}
.product-detail-card .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1b3942;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
}
.product-detail-specs .spec-row {
  display: flex;
  align-items: baseline;
  padding: 4px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.product-detail-specs .spec-row:last-child {
  border-bottom: none;
}
.product-detail-specs .spec-label {
  font-weight: 700;
  color: #1b3942;
  flex-shrink: 0;
}
.product-detail-specs .spec-leader {
  flex: 1;
  min-width: 8px;
  margin: 0 8px 0;
}
.product-detail-specs .spec-value {
  color: #1b3942;
  font-weight: 400;
  flex-shrink: 0;
}
.product-detail-specs .spec-value-ilan-no {
  color: #c62828;
  font-weight: 600;
}
.vitrin-ilanlari-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vitrin-ilan-item {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: opacity 0.2s ease;
}
.vitrin-ilan-item:last-child {
  border-bottom: none;
}
.vitrin-ilan-item:hover {
  opacity: 0.85;
}
.vitrin-ilan-image {
  flex-shrink: 0;
  width: 80px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.vitrin-ilan-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vitrin-ilan-tip {
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
}
.vitrin-ilan-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.vitrin-ilan-info strong {
  font-size: 14px;
  font-weight: 700;
  color: #1b3942;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vitrin-ilan-fiyat {
  font-size: 13px;
  color: #94792f;
  font-weight: 700;
}
.vitrin-ilan-info small {
  font-size: 12px;
  color: #696969;
}

.breadcrumb {
  padding: 10px 0;
}
.breadcrumb-item a {
  font-size: 12px;
  color: #1b3942;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #94792f;
  font-size: 12px;
  padding-left: 0;
  padding-top: 4px;
}
.breadcrumb-item {
  font-size: 12px;
}

.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);

  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #1b3942;
}

.agents-content h1 {
  font-size: 34px;
  font-weight: 500;
  color: #1b3942;
  font-family: "Frank Ruhl Libre";
}

.agents-content p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.agents-content .team-item-image {
  height: 350px;
}

.advanced-search {
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgb(38 42 76 / 5%);
  padding: 30px;
  border-radius: 15px;
}
.advanced-search h2 {
  font-size: 16px;
  color: #1b3942;
  font-weight: 500;
  margin-bottom: 15px;
}
.form-control {
  box-shadow: none !important;
}

.form-item {
  margin-bottom: 10px;
}
.advanced-search .bootstrap-select > .dropdown-toggle {
  box-shadow: none !important;
  background-color: #ffffff !important;
  border: 1px solid #e7e7e7 !important;
  outline: none !important;
  color: #464646 !important;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 12px;
}
.advanced-search .form-control::placeholder {
  font-size: 13px;
  color: #464646;
}
.advanced-search .form-control:focus {
  box-shadow: none !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.advanced-search .form-control {
  font-size: 13px;
  color: #464646;
}

.latest-listings-item-image {
  width: 100px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
}

.latest-listings-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest-listings-item-content span {
  display: block;
}

.latest-listings-item-content .latest-title {
  font-size: 14px;
  color: #1b3942;
  font-weight: 700;
}

.latest-listings-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.latest-listings-item .latest-title a {
  font-size: 14px;
  color: #1b3942;
  font-weight: 700;
  text-decoration: none;
}

.latest-listings-item .latest-title a:hover {
  color: #94792f;
}

.latest-listings-item .latest-price {
  font-size: 14px;
  color: #94792f;
  font-weight: 700;
}

.latest-listings-item {
  margin-bottom: 15px;
}

.breadcrumb-section {
  background-color: #f0ece2;
  height: 200px;
  position: absolute;
  width: 100%;
  padding-top: 10px;
  z-index: -1;
}

.agent-profile-sectiom {
  margin-top: 60px;
  padding: 16px;
  background-color: #fbf9f6;
  border-radius: 10px;
}

.agent-detail-item a {
  font-size: 14px;
  color: #1b3942;
  text-decoration: none;
}

.agent-detail-item a:hover {
  color: #94792f;
}

.form-control {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  font-size: 13px;
  transition: all 0.2s ease;
}

.form-control::placeholder {
  font-size: 13px;
  color: #464646;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #efefef !important;
  background-color: #efefef !important;
}

.agent-detail-item {
  margin-bottom: 10px;
}

.btn-light-primary {
  background-color: #f4f1ea;
  border: 1px solid #dee2e6;
  font-size: 13px;
  transition: all 0.2s ease;
  color: #94792f;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.btn-light-primary:hover {
  background-color: #0FAFC9;
  color: #ffffff;
  border-color: #0FAFC9;
}
.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-tags .btn-light-primary {
  font-size: 13px;
  padding: 6px 17px;
}
.card p {
  font-size: 14px;
  font-weight: 400;
  color: #1b3942;
}
.custom_parameter_label {
  font-size: 14px;
  font-weight: 500;
  color: #1b3942;
  display: block;
}

.custom_parameter_value {
  font-size: 14px;
  font-weight: 400;
  color: #1b3942;
}
.agent_detail-item {
  margin-bottom: 5px;
}
.agent_detail-item span {
  font-size: 14px;
  color: #1b3942;
  font-weight: 500;
  min-width: 70px;
  display: inline-block;
}

.agent_detail-item a {
  font-size: 14px;
  color: #1b3942;
  font-weight: 400;
  text-decoration: none;
}

.agent_detail-item a:hover {
  color: #94792f;
}

.blog-content .social-links a {
  background-color: transparent;
  border: none;
}

.right-sidebar {
  position: sticky;
  top: 100px;
}

.about-team-social {
  display: flex;
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #d3d2d2;
  border-bottom: 1px solid #d3d2d2;
}
.about-team .section-head {
  padding-right: 20%;
}
.about-team-social .contact-btn {
  background-color: transparent;
  border: none;
  color: #1b3942;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  height: fit-content;
  font-family: "Source Sans Pro", sans-serif;
}

.about-team-social .contact-btn i {
  font-size: 12px;
  margin-left: 5px;
}

.about-team-social .contact-btn:hover {
  color: #0FAFC9;
}

.about-results-item {
  text-align: center;
}

.about-results-item h3 {
  font-size: 71px;
  color: #a58656;
  font-weight: 500;
  font-family: "Italiana", serif;
  margin-bottom: 20px;
}

.about-results-item p {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  font-family: "Italiana", serif;
}

.property-search {
  max-width: 916px;
  margin: 0 auto;
}

.property-search input {
  width: 100%;
  height: 42px;
  padding: 0 15px;
  border-radius: 10px;
  border: none !important;
  outline: none !important;
}

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

.property-search .col-md-3 {
  padding: 0 5px;
}

.property-search .col-md-6 {
  padding: 0 5px;
}

.property-search-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
    url("../images/150769-webp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-link {
  border: none !important;
  background-color: transparent !important;
  color: #0f1618;
  padding: 8px 16px;
  border-radius: 5px;
}

.page-item.active .page-link {
  background-color: #94792f !important;
  border-color: #94792f !important;
}

.page-link:hover {
  color: #94792f;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #464646;
  text-decoration: none;
  background-color: #efefef;
}
.dropdown-item:hover {
  color: #464646;
  text-decoration: none;
  background-color: #efefef;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  background-color: #fff;
  outline: none !important;
}
.entry-title {
  font-size: 34px;
  color: #1b3942;
  font-weight: 500;
  font-family: "Frank Ruhl Libre", serif;
}

.card h1 {
  font-size: 34px;
  font-weight: 500;
  color: #1b3942;
  font-family: "Frank Ruhl Libre", serif;
}

blockquote {
  border-left: 2px solid #94792f;
  display: inline-block;
  font-size: 14px;
  margin: 15px 0 30px;
  padding: 0 15px;
  width: 100%;
}

blockquote p {
  margin-bottom: 0;
  padding: 7px 0;
}

.card h3 {
  font-size: 24px;
  color: #1b3942;
  font-weight: 500;
  margin-bottom: 15px;
}

.form-check-label {
  font-size: 13px;
  color: #1b3942;
  font-weight: 400;
}

.form-check-input:checked {
  background-color: #94792f;
  border-color: #94792f;
}

.form-check-input {
  box-shadow: none !important;
}

.related-posts {
  margin-top: 50px;
}
.btn-primary {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #0FAFC9;
  border: 1px solid #0FAFC9 !important;
  border-radius: 6px;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: left 0.4s ease;
  z-index: -1;
}

.btn-primary:hover::before {
  left: 0;
}

.btn-primary:hover {
  color: #0FAFC9;
  background-color: #0FAFC9;
}

.btn-outline-primary {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #0FAFC9;
  background: #fff !important;
  border: 1px solid #0FAFC9 !important;
  border-radius: 6px;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.btn-outline-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #0FAFC9;
  transition: left 0.4s ease;
  z-index: -1;
}

.btn-outline-primary:hover::before {
  left: 0;
}

.tab-buttons {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-button {
  padding: 15px 25px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  min-width: 120px;
  border-radius: 10px;
}

.tab-button.active {
  background-color: #94792f;
  color: #fff;
}

.agent-profile-mini-img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
}

.agent-profile-mini-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.agent-profile-mini {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.agent-profile-mini-content h4 a,
.agent-profile-mini-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1b3942;
  text-decoration: none;
}

.agent-profile-mini-content h4 a:hover {
  color: #94792f;
}

.agent-profile-mini-content p {
  font-size: 14px;
  color: #1b3942;
  font-weight: 400;
}

.agent-contact-content-item {
  padding-top: 20px;
  padding: 30px;
}

.agent-contact-section {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
}

.agent-contact-tab {
  display: flex;
}

.agent-contact-tab button {
  width: 50%;
  padding: 15px 25px;
  background-color: #f8f8f8;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
}

.agent-contact-tab button.active {
  background-color: #fff;
  color: #1b3942;
}

.overview-item li svg {
  width: 16px;
  height: 16px;
}

.meta-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.meta-info,
.meta-info a {
  color: #1b3942;
  font-size: 13px;
  color: #1b3942;
  text-decoration: none;
}

.img-preview img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}
.user-id button {
  background-color: transparent;
  border: none;
  color: #686986;
  font-size: 12px;
}

.property-highlight-images img {
  border-radius: 15px;
}

.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
  position: relative;
}

.hamburger-line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #bda76e;
  margin: 5px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.mobile-nav-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
}

.mobile-nav-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 320px;
  height: 100vh;
  background-color: #000000;
  z-index: 1002;
  transition: left 0.3s ease;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  max-width: 256px;
}

.mobile-nav.active {
  left: 0;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
  background-color: #f8f9fa;
}

.mobile-nav-header .logo img {
  height: 40px;
  width: auto;
}

.mobile-nav-close {
  background: none;
  border: none;
  font-size: 16px;
  color: #bda76e;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  position: absolute;
  right: 5px;
  top: 17px;
}

.mobile-nav-close:hover {
  background-color: #f0f0f0;
}

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

.mobile-nav-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.mobile-nav-link.phone-link {
  border-bottom: none !important;
  padding: 25px 25px 0 !important;
}

.mobile-nav-link.phone-link:hover {
  background-color: #0056b3;
}

.mobile-nav-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  margin-top: auto;
}

.mobile-nav-footer .social-links {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.mobile-nav-footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f8f9fa;
  color: #333;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.mobile-nav-footer .social-links a:hover {
  background-color: #007bff;
  color: #fff;
}

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav .accordion-button {
  background-color: transparent !important;
  padding: 17px 30px !important;
  font-size: 13px !important;
}

.mobile-nav .accordion {
  background-color: transparent;
}

.mobile-nav .accordion * {
  background-color: transparent !important;
  color: #fff !important;
}
.mobile-nav .accordion-item {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #414141 !important;
}

.mobile-nav-link {
  padding: 17px 30px !important;
  border-bottom: 1px solid #414141 !important;
  border-top: none !important;
}

.mobile-nav .accordion-body {
  padding: 0 !important;
}

.mobile-nav .accordion-item .mobile-nav-link {
  padding-left: 50px !important;
}

.mobile-nav-header {
  padding: 0;
}
.mobile-nav .accordion-button::after {
  background-image: url("../images/icons/bottom-arrow.svg");
  background-size: 18px;
}

/* WhatsApp floating button */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-float:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
}
