/* 
   #1 Global CSS
   #2 Preloader Css
   #3 Nav bar
   #4 Footer

*/

:root {
  --main-color-one: #46041D;
  --secondary-color: #276a55;
  --heading-color: #0E0E0F;
  --paragraph-color: #545459;
  --heading-font: "Apercu Pro", sans-serif;
  --inner-heading-font: "Domaine Display", sans-serif;
  --body-font: "Apercu Pro", sans-serif;
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

@font-face {
  font-family: "Domaine Display";
  src: url("../fonts/DomaineDispNar-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Domaine Display";
  src: url("../fonts/DomaineDispNar-Medium.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Domaine Display";
  src: url("../fonts/DomaineDispNar-Semibold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Domaine Display";
  src: url("../fonts/DomaineDispNar-Bold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Apercu Pro";
  src: url("../fonts/apercu_regular_pro.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Apercu Pro";
  src: url("../fonts/apercu_medium_pro.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Apercu Pro";
  src: url("../fonts/apercu_bold_pro.otf");
  font-weight: normal;
  font-style: normal;
}

/* -----------------
    #1 Global CSS 
 ------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.elementor-element.elementor-widget.elementor-widget-text-editor p {
  font-size: inherit !important;
}

body,
p,
a {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--paragraph-color);
  letter-spacing: -0.2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  line-height: 1.1em;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

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

.container {
  width: 100%;
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 15px;
}

/*-------------------------
    #2 Preloader Css
---------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: #fff;
}

.preloader svg {
  width: 200px;
}

/*---------------
    #3 Nav bar
----------------- */
#masthead .navbar {
  padding: 16px 0px;
}

#masthead #menu-primary-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

#masthead #menu-primary-menu li a {
  font-size: 16px;
  transition: all .3s ease-in-out;
}

#masthead #menu-primary-menu li a:hover {
  color: var(--main-color-one);
}

.navbar-collapse {
  flex-grow: 0 !important;
}

/* --------------------------
    #4 Footer
  --------------------------- */

.footer-section {
  background-color: #F6F5F4;
  padding: 120px 0 40px;
  border-radius: 24px 24px 0 0;
}

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

.footer-top-heading {
  font-size: 32px;
  font-weight: 600;
  color: #0E0E0F;
  line-height: 1.2;
  max-width: 415px;
}

.footer-rating-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* footer middle */
.footer-links {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
  gap: 100px;
  margin-bottom: 128px;
  margin-top: 56px;
}

.footer-column:first-child {
  padding-right: 65px;
}

.footer-signup {
  font-size: 16px;
  font-weight: 400;
  color: #545459;

}

/* footer form */
.footer-column h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0E0E0F;
  margin-bottom: 28px;
  letter-spacing: -0.6px;
}

.footer-contact-us {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer-contact-item p {
  font-size: 16px;
  font-weight: 400;
  color: #545459;
  font-family: var(--body-font);
  letter-spacing: -0.2px;
  margin-bottom: 8px;
}

.footer-contact-item a {
  color: #0E0E0F;
  transition: color 0.3s ease;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--body-font);
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-column a {
  color: #545459;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: -0.2px;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #750631;
}

/* footer bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-company {
  max-width: 500px;
}

.company-info {
  margin-top: 48px;
  max-width: 440px;
}

.company-info p {
  color: #0E0E0F;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
}

.licenses {
  display: flex;
  gap: 12px;
}


/* footer social */
.footer-bottom .social-icons {
  display: flex;
  gap: 12px;
}

.footer-bottom .social-icon {
  width: 36px;
  height: 36px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-bottom .social-icon:hover {
  background-color: #8b1538;
  color: white;
}

/* footer Copyright Area */
.footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #E6E6E6;
}

.copyright p,
.complaints p,
.legal-links a {
  color: #0E0E0F;
  transition: color 0.3s ease;
}

.legal-links {
  display: flex;
  gap: 20px;
}

.legal-links a:hover {
  color: #750631;
}

/* ----------------
   Blog Details 
  ----------------- */
.single-blog-hero {
  background-image: url('../img/blog-details-hero.png');
  background-color: #276a55;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 96px 0 114px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.single-blog-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(5, 33, 133, 1);
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 0;
}

.single-blog-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 678px;
  margin: 0 auto
}

.blog-title {
  color: #fff;
  font-size: 58px;
  font-weight: 500;
  letter-spacing: -1px;
  font-family: var(--heading-font);
  margin-top: 12px;
}

.blog-meta {
  display: flex;
  gap: 16px;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  position: relative;
  align-items: center;
}

.blog-single-meta-dot {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

/* =============================
blog details content 
==============================*/
.blog-details-content-wrap {
  display: flex;
  gap: 130px;
  padding-top: 120px;
  padding-bottom: 96px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(232, 233, 234, 1);
}

.blog-details-left {
  position: sticky;
  top: 50px;
  max-width: 412px;
  flex-shrink: 0;
}

.blog-thumbnail {
  margin-top: 80px;
  border-radius: 16px;
  max-height: 276px;
}

.blog-thumbnail img {
  width: 100%;
  height: 276px;
  object-fit: cover;
  border-radius: 16px;
}

/*Table of Content*/

.table-of-content-list-item {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(20, 20, 20, 0.06);
  border: 1px solid rgba(230, 230, 230, 1);
}

.table-of-content-list-item .title {
  font-size: 14px;
  font-weight: 500;
  color: #545459;
  margin-bottom: 12px;
}

.toc-widget {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.toc-widget li {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid rgba(163, 163, 170, .50) !important;
}

.toc-widget li:last-child {
  border-bottom: 0;
}

.toc-widget a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(163, 163, 170, 1) !important;
  font-size: 16px;
  padding-right: 8px;
  position: relative;
}

.toc-widget a .toc-title {
  flex: 1 1 auto;
}

.arrow-link.active .toc-icon svg path {
  transition: all .3s ease-in-out;
}

/* ensure pseudo-element inherits color from the link */
.toc-widget a.arrow-link:hover,
.toc-widget a.active,
.arrow-link:hover .toc-icon svg path {
  color: var(--main-color-one) !important;
  font-weight: 500;
  fill: rgba(117, 6, 49, 1);
}

.arrow-link.active .toc-icon svg path {
  fill: rgba(117, 6, 49, 1);
}

.toc-widget .toc-sub-items {
  padding-left: 12px;
  background: transparent;
}

.toc-widget li .toc-sub-items li {
  padding: 8px 0;
}

/* sidebar home property card */
.popular-home-sale-wrap {
  margin-top: 80px;
}

.popular-home-sale-title {
  font-size: 24px;
  font-weight: 500;
  color: rgba(14, 14, 15, 1);
  margin-bottom: 24px;
  letter-spacing: -0.6px;
  font-family: var(--body-font);
}

/* social share */

ul.social-icon {
  display: flex;
  align-items: center;
}

ul.social-icon li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homiberia-social-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}

.social-title {
  font-size: 24px;
}

.social-icon li a svg path {
  transition: all .3s ease-in-out;
  fill: rgba(84, 84, 89, 1);
}

.social-icon li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s ease;
}

.social-icon li a:hover {
  background-color: rgba(117, 6, 49, 1);
}

.social-icon li a:hover svg path {
  fill: #fff;
}

/* Blog Details Main Content */
.blog-details-right {
  h2 {
    font-size: 32px;
    font-weight: 500;
    color: #0E0E0F;
    margin-top: 60px;
    margin-bottom: 24px;
    letter-spacing: -0.6px;
    font-family: var(--body-font);
    letter-spacing: -1.5px;
  }

  h3.wp-block-heading {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
  }

  ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
  }

  ul.wp-block-list {
    margin-top: 20px;
  }

  figure {
    margin-top: 60px;
  }

  figure.wp-block-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    /* margin-bottom: 30px; */
  }

  .make-offer-block {
    background: rgba(249, 251, 252, 1);
    padding: 32px;
    border-radius: 16px;
    color: rgba(14, 14, 15, 1);
    margin-top: 60px;
  }

  .make-offer-block h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
  }

  .simulate-block {
    border-radius: 16px;
    margin-top: 60px;
  }

  .simulate-content {
    padding: 38px 32px;
  }

  .simulate-content h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
  }

  .simulate-content .wp-block-buttons a {
    padding: 8px 15px;
    font-size: 16px;
    color: #000;
    background: #fff;
  }

  .simulate-image figure {
    margin: 0 !important;
    height: 100%;
  }

  .simulate-image figure img {
    margin-bottom: 0 !important;
    height: 100% !important;
  }

  .simulate-image {
    margin: 0 !important;
  }

  blockquote.wp-block-quote {
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 2px solid rgba(163, 163, 170, 1);
    margin-top: 60px;
  }

  blockquote.wp-block-quote p:first-child {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    color: rgba(14, 14, 15, 1);
    line-height: 1.3;
    letter-spacing: -0.6px;
    font-family: var(--body-font);
  }

  blockquote.wp-block-quote p {
    margin-bottom: 0;
  }
}

/* =========================
   Related Posts Slider
   ========================= */
.related-posts-section {
  padding: 96px 0px;
  overflow: hidden;
}

.related-section-title {
  font-size: 48px;
  margin-bottom: 52px;
  font-weight: 700;
  color: #111;
}

.related-posts-slider {
  position: relative;
}

.related-posts-slider .swiper {
  padding-bottom: 8px;
  overflow: visible !important;
}

.related-item {
  background: transparent;
  text-align: left;
}

.related-thumb {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  margin-bottom: 18px;
}

.related-thumb img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  height: 276px;
}

/* meta & title */
.related-item-meta {
  margin-bottom: 8px;
}

.related-date {
  display: block;
  font-size: 16px;
  color: rgba(84, 84, 89, 1);
  margin-bottom: 6px;
}

.related-item-title a {
  color: rgba(14, 14, 15, 1);
  text-decoration: none;
  font-size: 20px;
  line-height: 1.1em;
  margin: 0 0 12px;
  font-weight: 500;
  letter-spacing: -.6px;
  font-family: var(--body-font);
}

/* read more */
.related-read-more,
.related-read-icon svg path {
  font-size: 16px;
  font-weight: 500;
  color: #8b1330;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 11px;
  display: block;
  fill: rgba(117, 6, 49, 1);
}

.related-read-more:hover,
.related-read-icon svg path:hover {
  color: #8b1330;
}


/* navigation buttons */
.related-swiper-nav {
  position: absolute;
  top: -22%;
  right: 8px;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.related-swiper-prev,
.related-swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(14, 14, 15, 1);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.related-swiper-prev.swiper-button-disabled,
.related-swiper-next.swiper-button-disabled {
  pointer-events: none;
  border: 1px solid rgba(14, 14, 15, 0.3);
}

/* =========================
    Property Details Page  
  ========================= */

.property-gallery-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: 560px;
}

.property-gallery-single-card {
  position: relative;
}

.property-details-hero-content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.property-main-image {
  position: relative;
  grid-row: span 2;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.property-main-image img {
  width: 100%;
  height: 100%;
}

.popular-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(254, 106, 66, 1);
  color: white;
  padding: 8px 10px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.view-controls {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.view-btn {
  background: #fff;
  color: rgba(84, 84, 89, 1);
  border: none;
  padding: 12px 16px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.view-btn svg {
  width: 24px;
  height: 24px;
}

.view-btn svg path {
  stroke: #000;
  transition: all 0.3s ease;
}

.view-btn:hover {
  background: rgba(117, 6, 49, 1);
  color: #fff;
}

.view-btn:hover svg path {
  stroke: #fff;
}


.property-hero-right-side-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.property-hero-small-img {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.property-hero-small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-gallery-see-all-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 1);
  border: none;
  padding: 8px 12px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.property-gallery-see-all-btn svg path {
  stroke: #000;
  transition: all 0.3s ease;
}

.property-gallery-see-all-btn:hover {
  background: rgba(117, 6, 49, 1);
  color: #fff;
}

.property-gallery-see-all-btn:hover svg path {
  stroke: #fff;
}

/* property details content */
#property-details-content {
  padding: 36px 0px;
  overflow: hidden;
}

.property-details-content-wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 24px;

}

.property-details-header-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: self-start;
}

.property-details-header-left .property-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.property-details-location {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #666;
  font-size: 16px;
}

.agent-icon {
  max-width: 24px;
}

#property-details-content {
  font-size: 32px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 15px 0 20px;
}

.discount-price {
  font-size: 18px;
  text-decoration: line-through;
  color: rgba(217, 45, 32, 1);
}

.discount-percent {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 4px;
  color: rgba(217, 45, 32, 1);
}

.property-views {
  padding: 6px 12px;
  background: rgba(230, 236, 254, 1);
  display: inline-flex;
  gap: 6px;
  align-items: center;
  border: 1px solid rgba(181, 199, 252, 1);
  border-radius: 100px;
  font-size: 16px;
}

.property-reference {
  font-size: 16px;
  margin-top: 12px;
  color: rgba(84, 84, 89, 1);
  font-weight: 400;
}

.property-reference span {
  font-weight: 600;
  color: rgba(42, 42, 45, 1);
}

.property-details-header-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: self-end;
  gap: 30px;
  height: 100%;
}

.property-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}

.property-actions .head-action-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}

.property-features-bar {
  display: flex;
  gap: 32px;
}

.property-feature-item {
  text-align: center;
}

.property-feature-icon {
  font-size: 24px;
  margin-bottom: 4px;
  padding: 6px;
  background-color: rgba(246, 245, 244, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.property-feature-label {
  font-size: 15px;
  font-weight: 500;
  color: rgba(84, 84, 89, 1);
}


/* Property about content */
.property-about-content {
  padding: 56px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 56px;
  border-top: 1px solid rgba(232, 233, 234, 1);
  margin-bottom: 56px;
}

.property-about-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

.property-about-description {
  color: rgba(84, 84, 89, 1);
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

.property-about-cta-buttons {
  margin-top: 12px;
  color: rgba(117, 6, 49, 1);
  display: inline-block;
}

.property-information-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.property-information-item {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 30px;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
  background-color: rgba(246, 245, 244, 1);
  border-radius: 8px;
}

.property-information-label {
  color: rgba(84, 84, 89, 1);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.property-info-value {
  font-weight: 500;
  font-size: 16px;
}

.property-information-value {
  font-size: 16px;
}

/* Local Info Section with tab*/

.local-info-section {
    margin-bottom: 96px;
}

.explore-property-map-tabs-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
  overflow: auto;
}

.distance-calculation-btn {
  padding: 8px 14px;
  border-radius: 100px;
  color: rgba(84, 84, 89, 1);
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 16px;
  align-items: center;
  display: flex;
  gap: 6px;
}

.distance-calculation-btn svg path{
  stroke: rgba(84, 84, 89, 1);
  transition: all 0.3s ease;
}

.distance-calculation-btn:hover {
  background: #000;
  color: #fff;
}

.distance-calculation-btn:hover svg path{
  stroke: #fff;
}

.distance-calculation-result{
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.distance-calculation-single-result {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  border-radius: 100px;
  background-color: rgba(242, 242, 242, 1);
  padding: 8px 16px;
  border: 1px solid rgba(232, 233, 234, 1);
}

/* Property details section with collapsible */
.details-section {
  margin-top: 32px;
}

.property-details-section-title {
  margin-bottom: 35px;
  font-size: 24px;
}

.collapsible-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background: #f9f9f9;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
}

.collapsible-header h3 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.collapsible-header h3 img {
  margin-bottom: 3px;
}

.poperty-single-details {
  border: 1px solid rgba(232, 233, 234, 1);
  border-radius: 8px;
  margin-bottom: 24px;
}

.collapsible-header h3 {
  font-size: 20px;
  font-weight: 500;
}

.collapsible-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 24px;
}

.collapsible-single-card h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(14, 14, 15, 1);
}

.collapsible-single-card h4 img {
  margin-bottom: 4px;
}

.collapsible-single-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.collapsible-single-card ul li {
  font-size: 16px;
  color: rgba(84, 84, 89, 1);
  padding-left: 16px;
  position: relative;
}

.collapsible-single-card ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}

/* Active state for collapsible header */
.collapsible-header.active {
  background: #e9e9e9;
}

.collapsible-header.active .accordion-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* property details page neighborhood */
.property-neighborhood {
  padding: 20px;
  margin-top: 32px;
}

.property-neighborhood-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.poperty-neighborhood-details {
  border: 1px solid rgba(232, 233, 234, 1);
  border-radius: 8px;
  margin-bottom: 24px;
}


.neighborhood-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background: #f9f9f9;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
}

.neighborhood-header h3 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 500;
}

.neighborhood-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 24px;
}

.neighborhood-single-card h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: rgba(14, 14, 15, 1);
}

.neighborhood-single-card h4 img {
  margin-bottom: 4px;
}

.neighborhood-single-card {
  display: flex;
  align-items: center;
  gap: 24px;
}

.neighborhood-single-location {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  font-size: 14px;
}

.neighborhood-single-location img,
.neighborhood-rent-price img {
  margin-bottom: 5px;
}

.neighborhood-rent-price {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  font-size: 14px;
}

.neighborhood-details-link {
  background: rgba(117, 6, 49, 1);
  padding: 12px 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  border: 1px solid rgba(117, 6, 49, 1);
  transition: all 0.3s ease-in-out;
}

.neighborhood-details-link svg path {
  stroke: #fff;
  fill: #fff;
  transition: all 0.3s ease-in-out;
}

.neighborhood-details-link:hover {
  background: transparent;
  color: rgba(117, 6, 49, 1);
}

.neighborhood-details-link:hover svg path {
  stroke: rgba(117, 6, 49, 1);
  fill: rgba(117, 6, 49, 1)
}

/* property details page sidebar */
.property-details-content-right {
  max-width: 415px;
  width: 415px;
  overflow: hidden;
}

.property-sidebar-top {
  background-color: rgba(246, 245, 244, 1);
  border-radius: 16px;
  padding: 24px;
}

.property-agent-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

.property-section-title {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 500;
  color: rgba(14, 14, 15, 1)
}

.property-agent-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.property-agent-details h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.property-agent-details p {
  color: #666;
  font-size: 14px;
}

.property-tour-options {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.property-tour-btn {
  padding: 10px 16px;
  border-radius: 85px;
  border: 0;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.3s;
  letter-spacing: .2px;
}

.modal-main-content .property-tour-btn.active {
    padding: 12px 12px;
    font-size: 16px;
    gap: 5px;
    background: #000;
    color: #fff;
}


.modal-main-content .property-tour-btn.active svg path {
  stroke: white;
}

.property-tour-btn svg path {
  stroke: rgba(14, 14, 15, 1);
  transition: all 0.3s ease-in-out;
}

.property-tour-btn:hover svg path {
  stroke: white;
}

.property-tour-btn:hover {
  background: rgba(14, 14, 15, 1);
  color: white;
}

.property-date-selector {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  position: relative;
  overflow: visible;
}

.property-date-card {
  padding: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 1);
}

.property-date-card .day {
  font-size: 40px;
  line-height: 1em;
}

/* property details page slider arrows */
.property-slider-arrow {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
  transition: all 0.3s;
}

.property-slider-arrow svg path {
  stroke: #000;
  transition: all 0.3s ease-in-out;
}

.property-slider-arrow:hover svg path {
  stroke: #fff;
}

.property-slider-arrow:hover {
  background: rgba(117, 6, 49, 1);
}

.property-slider-arrow.left-arrow {
  left: -18px;
}

.property-calendar-option {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(84, 84, 89, 1);
  font-size: 16px;
  margin-bottom: 24px;
  cursor: pointer;
}

.property-calendar-option svg {
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #fff;
  border-radius: 50%;
}

.property-schedule-btn {
  width: 100%;
  padding: 16px;
  background: #6b1f3f;
  color: white;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  transition: background 0.3s;
  border: 1px solid rgba(117, 6, 49, 1);
}

.property-schedule-btn svg {
  margin-bottom: 3px;
}

.property-schedule-btn svg path {
  stroke: white;
}

.property-schedule-btn:hover {
  background: #ffffff00;
  color: rgba(117, 6, 49, 1);
}

.property-schedule-btn:hover svg path {
  stroke: rgba(117, 6, 49, 1);
}

.property-free-text {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 24px;
}

.property-divider {
  text-align: center;
  color: #999;
  margin: 24px 0;
  position: relative;
}

.property-divider::before,
.property-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #ddd;
}

.property-divider::before {
  left: 0;
}

.property-divider::after {
  right: 0;
}

.property-sidebar-action-buttons {
  display: flex;
  gap: 12px;
}

.property-sidebar-action-btn {
  padding: 12px 20px;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 100px;
  background: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
}

.property-sidebar-action-btn svg path {
  stroke: rgba(14, 14, 15, 1);
  transition: all 0.3s ease-in-out;
}

.property-sidebar-action-btn:hover {
  background: rgba(117, 6, 49, 1);
  border-color: rgba(117, 6, 49, 1);
  color: #fff;
}

.property-sidebar-action-btn:hover svg path {
  stroke: white;
}

/* property details page calculator */
.property-calculator-section {
  margin-top: 32px;
  background-color: rgba(249, 251, 252, 1);
  padding: 24px;
  border-radius: 16px;
}

.property-calculator-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 4px;
  border-radius: 8px;
}

.property-calc-tab {
  padding: 10px 20px;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  border: none;
}

.property-calc-tab svg {
  margin-bottom: 5px;
}

.property-calc-tab svg path {
  stroke: #000;
  transition: all 0.3s ease-in-out;
}

.property-calc-tab:hover {
  background: rgba(38, 38, 38, 1);
  color: #fff;
}

.property-calc-tab:hover svg path {
  stroke: white;
}

.property-calc-tab.active svg path {
  stroke: #fff;
  transition: all 0.3s ease-in-out;
}

.property-calc-tab.active {
  background: rgba(38, 38, 38, 1);
  color: #fff;
}

/* Property calculation form */
.calculation-input-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
  justify-content: space-between;
}

.calculation-input-wrap {
  display: flex;
  flex-direction: column;
  width: 47%;
}

.calculation-input-wrap label {
  font-size: 16px;
  color: rgba(14, 14, 15, 1);
  margin-bottom: 8px;
}

.calculation-input-wrap input {
  padding: 12px 16px;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s;
  max-height: 40px;
}

.calculation-input-grid input:focus {
  outline: none;
  border-color: #6b1f3f;
}

.property-payment-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
  margin-bottom: 12px;
  border: 1px solid rgba(230, 230, 230, 1);
  background-color: #fff;
  border-radius: 8px;
}

.property-payment-display .label {
  font-size: 18px;
  font-weight: 500;
  color: rgba(84, 84, 89, 1);
}

.property-payment-display .amount {
  font-size: 28px;
  font-weight: 700;
  color: rgba(117, 6, 49, 1);
  font-family: var(--inner-heading-font);
}

.property-payment-disclaimer {
  font-size: 12px;
  color: rgba(84, 84, 89, 1);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.property-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

.property-detail-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.property-detail-item:last-child {
  border-bottom: none;
}

.property-detail-item .label {
  color: rgba(84, 84, 89, 1)
}

.property-detail-item .value {
  color: rgba(140, 140, 149, 1);
}

.property-simulate-btn {
  width: 100%;
  padding: 16px;
  background: #6b1f3f;
  color: white;
  border: 1px solid rgba(117, 6, 49, 1);
  border-radius: 28px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
  transition: background 0.3s;
}

.property-simulate-btn .icon {
  width: 18px;
  height: 18px;
}

.property-simulate-btn:hover {
  background: transparent;
  color: rgba(117, 6, 49, 1);
}

.results-disclaimer {
  font-size: 12px;
  color: rgba(84, 84, 89, 1);
  line-height: 1.5;
}

.property-results-disclaimer {
  font-size: 12px;
}

/* ============== Agent Details Page ============== */

.agent-profile-container {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 1066px;
  width: 100%;
  margin: auto;
  margin-top: -45px;
}

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

.agent-profile-image-wrapper {
  position: relative;
  flex-shrink: 0;
}

.agent-profile-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a8c0ff 0%, #c5d3e8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: bold;
  color: white;
  overflow: hidden;
}

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

.agent-verified-badge {
  position: absolute;
  bottom: 0;
  right: 11%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agent-profile-info {
  flex: 1;
  padding-top: 60px;
}

.agent-profile-name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.agent-profile-name h1 {
  font-size: 40px;
  font-weight: 500;
  color: rgba(14, 14, 15, 1);
}

.agent-online-indicator {
  width: 12px;
  height: 12px;
  background: #10b981;
  border-radius: 50%;
  display: inline-block;
}

.agent-profile-role {
  font-size: 20px;
  font-weight: 500;
  color: rgba(14, 14, 15, 1);
  margin-bottom: 6px;
}

.agent-profile-license {
  font-size: 20px;
  color: rgba(84, 84, 89, 1);
}

.agent-profile-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

.agent-share-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(5, 33, 133, 1);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.agent-share-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.agent-share-btn svg {
  width: 20px;
  height: 20px;
}

.agent-contact-btn {
  background: rgba(117, 6, 49, 1);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(117, 6, 49, 1);
}

.agent-contact-btn:hover {
  background: transparent;
  color: rgba(117, 6, 49, 1);
}

/* Agent about section */
.agent-experience-container {
  max-width: 1066px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 24px;
  margin: 96px auto;
}

.agent-content-section {
  background: rgba(249, 251, 252, 1);
  padding: 24px;
}

.agent-experience {
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(232, 233, 234, 1);
}

.agent-section-title {
  font-size: 24px;
  font-weight: 500;
  color: rgba(14, 14, 15, 1);
  margin-bottom: 16px;
}

.agent-section-text {
  font-size: 15px;
  line-height: 1.6;
  color: #6b7280;
}

.agent-about-area {
  margin-top: 36px;
}

.agent-about-area .agent-section-text {
  margin-bottom: 30px;
}

.agent-about-area .agent-section-text:last-child {
  margin-bottom: 0;
}

.agent-sidebar-content {
  background: rgba(249, 251, 252, 1);
  padding: 24px;
}

.agent-info-section {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(232, 233, 234, 1);
  margin-bottom: 24px;
}

.agent-info-section:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

.agent-info-section:last-child {
  margin-bottom: 0;
}

.agent-info-title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(14, 14, 15, 1);
  margin-bottom: 12px;
}

.agent-location-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.agent-location-icon {
  width: 20px;
  height: 20px;
}

.agent-location-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: rgba(14, 14, 15, 1);
}

.agent-languages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.agent-language-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.agent-flag-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.agent-language-name {
  font-size: 20px;
  color: rgba(14, 14, 15, 1);
  font-weight: 500;
}

.agent-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.agent-contact-item:last-child {
  margin-bottom: 0;
}

.agent-contact-icon {
  width: 20px;
  height: 20px;
  fill: #4b5563;
}

.agent-contact-text {
  font-size: 15px;
  color: #1a1a1a;
  text-decoration: none;
}

.agent-contact-text:hover {
  color: #881337;
}

.agent-info-box {
  background: rgba(230, 236, 254, 1);
  border: 1px solid rgba(181, 199, 252, 1);
  padding: 16px;
  border-radius: 6px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.agent-info-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.agent-info-text {
  font-size: 14px;
  color: rgba(111, 131, 204, 1);
  line-height: 1.5;
}

/* Agent Property tab */
.agent-property-tab {
  padding-bottom: 96px;
}

.agent-properties-header {
  text-align: center;
  margin-bottom: 32px;
}

.agent-properties-title {
  font-size: 40px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.agent-filter-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.agent-filter-btn {
  padding: 12px 28px;
  border-radius: 24px;
  border: 2px solid #e5e7eb;
  background: white;
  font-size: 15px;
  font-weight: 500;
  color: #4b5563;
  cursor: pointer;
  transition: all 0.3s ease;
}

.agent-filter-btn:hover {
  background: #881337;
  color: white;
  border-color: #881337;
}

.agent-filter-btn.agent-active {
  background: #881337;
  color: white;
  border-color: #881337;
}

.agent-properties-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

/* Agent Property Card */
.agent-property-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.agent-property-image-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.agent-property-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agent-property-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.agent-badge-popular {
  background: #f97316;
  color: white;
}

.agent-badge-exclusive {
  background: #3b82f6;
  color: white;
}

.agent-favorite-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.agent-favorite-btn:hover {
  transform: scale(1.1);
}

.agent-favorite-icon {
  width: 20px;
  height: 20px;
  stroke: #6b7280;
  fill: none;
  stroke-width: 2;
}

.agent-favorite-btn.agent-favorited .agent-favorite-icon {
  fill: #ef4444;
  stroke: #ef4444;
}

.agent-property-details {
  padding: 20px;
}

.agent-property-price {
  font-size: 24px;
  font-weight: 600;
  color: #1e40af;
  margin-bottom: 8px;
}

.agent-property-address {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.agent-property-location {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.agent-location-icon {
  width: 16px;
  height: 16px;
  fill: #9ca3af;
}

.agent-property-location-text {
  font-size: 14px;
  color: #9ca3af;
}

.agent-property-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}

.agent-feature-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.agent-feature-icon {
  width: 16px;
  height: 16px;
  fill: #6b7280;
}

.agent-feature-text {
  font-size: 14px;
  color: #6b7280;
}

/* Agent Who We Are */
.agent-who-we-are-section {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 96px;
}

.agent-header-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 52px;
  align-items: start;
}

.agent-main-title {
  font-size: 48px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.1;
}

.agent-description-text {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
}

.agent-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.agent-feature-card {
  position: relative;
  height: 580px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
}

.agent-feature-card.agent-card-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.agent-card-content {
  z-index: 8887;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 17px 30px;
}

.agnet-next-content-background {
  backdrop-filter: blur(60px);
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 16px;
}

.aget-second-card-content {
  position: relative;
}

.agent-card-2 .agent-card-content {
  max-width: 100%;
  width: 100%;

}

.agent-card-title {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -.9px;
}

.agent-card-description {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 28px;
  max-width: 90%;
}

.agent-card-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: #1a1a1a;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  text-decoration: none;
}

.agent-card-button-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.agent-card-button:hover .agent-card-button-icon {
  transform: translateX(4px);
}

/* Background images for cards */
.agent-card-1 {
  background-image: url('../img/agent-details/agent.png');
}

.agent-card-2 {
  background-image: url('../img/agent-details/agent-2.png');
}


/* ================================
  Property New development Details
  ================================= */

.new-development-single-card {
  position: relative;
}

.new-development-hero-content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.new-development-property-main-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.new-development-property-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 608px;
}

/* property details content */

.available-apartment {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(3, 152, 85, 1);
}

.available-aprtment-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(3, 152, 85, 1);
}

/* New Development Residences */
.new-develop-residences {
  padding: 56px 0;
}

.new-develop-residences-title {
  font-size: 48px;
  font-weight: 500;
  font-family: var(--heading-font);
  margin-bottom: 20px;
}

.new-develop-residences table {
  width: 100%;
  border-collapse: collapse;
  outline: 1px solid rgba(242, 242, 242, 1);
  border-radius: 10px;
  overflow: hidden;
}

.new-develop-residences thead {
  background: rgba(246, 245, 244, 1);
}

.new-develop-residences th {
  padding: 20px 32px 20px 12px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: rgba(84, 84, 89, 1);
  border-bottom: 1px solid #e0e0e0;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.new-develop-residences th.sortable::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid rgba(152, 162, 179, 1);
  margin-top: -3px;
}

.new-develop-residences th.sortable::before {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(152, 162, 179, 1);
  margin-top: 3px;
}

.new-develop-residences th.sortable:hover::after,
.new-develop-residences th.sortable:hover::before {
  border-bottom-color: #333;
  border-top-color: #333;
}

.new-develop-residences th.sortable {
  padding-right: 24px;
}

.new-develop-residences th:first-child {
  padding-left: 24px;
}

.new-develop-residences td {
  padding: 20px 12px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}

.new-develop-residences td:first-child {
  padding-left: 24px;
}

.new-develop-residences tbody tr {
  transition: background 0.2s;
}

.new-develop-residences tbody tr:hover {
  background: #f9f9f9;
}

.new-develop-residences .reference {
  color: rgba(16, 24, 40, 1);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(111, 131, 204, 1);
  font-size: 14px;
}

.new-develop-residences .status-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.new-develop-residences .status-reserved {
  background: rgba(163, 163, 170, 1);
  color: rgba(255, 255, 255, 1);
}

.new-develop-residences .status-available {
  background: rgba(5, 33, 133, 1);
  color: rgba(255, 255, 255, 1);
}

.new-develop-residences .view-details {
  color: rgba(5, 33, 133, 1);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(230, 230, 230, 1);
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 16px;
  transition: all 0.2s ease;
}

.new-develop-residences .view-details svg path {
  fill: rgba(5, 33, 133, 1);
  transition: fill 0.2s;
}

.new-develop-residences .view-details:hover {
  background: rgba(5, 33, 133, 1);
  color: #fff;
}

.new-develop-residences .view-details:hover svg path {
  fill: #fff;
}

.new-develop-residences tbody tr:last-child td {
  border: none;
}

.new-develop-single-table:last-child {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid rgba(242, 242, 242, 1);
}

.new-dev-table-wrap {
  overflow: auto;
  display: block;
  width: 100%;
  max-width: 100%;
}

.new-dev-table-wrap table {
  width: 1284px;
}


/* property details page sidebar */
.dev-features {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 32px 0px;
  justify-content: space-between;
}

.dev-single-featuer-img {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dev-single-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;

}

.dev-single-feature p {
  font-size: 16px;
  font-weight: 500;
}

.dev-agent-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
}

.dev-sidebar-top {
  background-color: rgba(249, 251, 252, 1);
  padding: 24px;
}


/* ==============================
  Agency Details page 
  ============================== */

.agency-details-hero {
  position: relative;
  min-height: 420px;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b5998 50%, #4a6fa5 100%);
  color: white;
  padding: 60px 80px;
  overflow: hidden;
}

.agency-details-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><rect fill="%23000" opacity="0.15" width="1200" height="400"/></svg>');
  background-size: cover;
  opacity: 0.3;
}

.agency-details-hero .left-content {
  flex: 1;
}

.agency-details-hero .rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 18px;
}

.agency-details-hero .google-icon {
  width: 28px;
  height: 28px;
  background: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #4285f4;
  font-size: 16px;
}

.agency-details-hero .stars {
  color: #fbbf24;
  font-size: 24px;
  letter-spacing: 2px;
}

.agency-details-hero .score {
  font-weight: 600;
  font-size: 32px;
}

.agency-details-hero .title {
  font-size: 72px;
  font-weight: 300;
  margin-bottom: 32px;
  line-height: 1.1;
}

.agency-details-hero .title .highlight {
  font-weight: 400;
  color: #93c5fd;
}

.agency-details-hero .social-links {
  display: flex;
  gap: 16px;
}

.agency-details-hero .social-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.agency-details-hero .social-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.agency-details-hero .right-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 340px;
}

.agency-details-hero .info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
}

.agency-details-hero .icon {
  width: 24px;
  height: 24px;
  opacity: 0.9;
}

.agency-details-hero .languages-section {
  margin-top: 16px;
}

.agency-details-hero .languages-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

.agency-details-hero .languages {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.agency-details-hero .language {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.agency-details-hero .flag {
  width: 28px;
  height: 20px;
  border-radius: 3px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}