.real-gallery__for {
  margin-bottom: 15px;
}
.real-gallery__for-img {
  position: relative;
  padding-top: 56.2620423892%;
  backdrop-filter: blur(64px);
  background: rgba(0, 0, 0, 0.3019607843);
  overflow: hidden;
}
.real-gallery__for-img a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.real-gallery__nav .slick-list {
  margin: 0 -5px;
}
.real-gallery__nav .slick-slide {
  margin: 0 5px;
  transition: all 0.3s ease;
}
.real-gallery__nav .slick-slide:not(.slick-current) {
  opacity: 0.6;
}
.real-gallery__nav-img {
  position: relative;
  padding-top: 62.7306273063%;
  border-radius: 8px;
  overflow: hidden;
}
.real-gallery__nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.real-gallery__action {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.real-gallery__action-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
}
.real-gallery__action-btn.btn-like.active{
 background: rgb(234, 96, 96);
  color: white;
}
.card-real__action-btn.btn-like.active{
 background: rgb(234, 96, 96);
  color: white;
}
button.real-gallery__action-btn.heart.btn-like.active svg path {
    stroke: #fff;
}
.real-gallery__action-btn svg {
  width: 20px;
  height: 20px;
}

.real-detail {
  padding: 30px 0 10px;
}
@media (min-width: 1300px) {
  .real-detail__row {
    --gutter: 15px;
  }
}
.real-detail .card-real__detail {
  margin-bottom: 15px;
  border-bottom: 1px solid lightgray;
  border-radius: 0;
  padding-bottom: 10px;
}
.real-detail__subtitle {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 12px 16px;
  background: #f9fafb;
  border-radius: 8px;
  transition: all 0.3s ease;
  user-select: none;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}
.real-detail__subtitle:hover {
  background: #f3f4f6;
}
.real-detail__subtitle.is-active {
  background: #eff6ff;
  color: var(--color-1, #3b82f6);
}
.real-detail__subtitle.is-active .arrow-down {
  transform: rotate(180deg);
  color: var(--color-1, #3b82f6);
}
.real-detail__subtitle .arrow-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, color 0.3s ease;
  font-size: 24px;
  color: #6b7280;
  margin-left: auto;
  flex-shrink: 0;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.real-detail__overview {
  margin-bottom: 15px;
}

.detail-room {
  /* Row */
  /* Item */
}
.detail-room__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
.detail-room__row {
  display: contents;
}
.detail-room__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e5e7eb;
}
.detail-room__label {
  font-size: 15px;
  color: #374151;
  font-weight: 500;
}
.detail-room__value {
  font-size: 15px;
  color: #111827;
  font-weight: 600;
}
.detail-room__value--empty {
  color: #9ca3af;
  font-weight: 400;
}

.sidebar-contact {
  background: white;
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1607843137);
  position: sticky;
  top: 84px;
  /* Agent Info */
  /* Phone Button */
}
.sidebar-contact__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-1);
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}
.sidebar-contact__agent {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.sidebar-contact__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.sidebar-contact__info {
  flex: 1;
}
.sidebar-contact__name {
  font-size: 14px;
  font-weight: 700;
}
.sidebar-contact__badge {
  display: inline-block;
  font-size: 14px;
  color: #9ca3af;
  font-weight: 500;
}
.sidebar-contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  background: var(--color-1);
  border: 1px solid var(--color-1);
  color: white;
  border-radius: 8px;
  padding: 7px 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 16px;
  text-decoration: none;
}
.sidebar-contact__btn:hover {
  background: #152d4a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
}
.sidebar-contact__btn-icon {
  line-height: 0;
}
.sidebar-contact__btn-icon svg,
.sidebar-contact__btn-icon img {
  width: 20px;
  height: 20px;
}
.sidebar-contact__btn.phone .sidebar-contact__btn-icon svg path {
  fill: white;
}
.sidebar-contact__btn.zalo {
  background: white;
  color: var(--color-1);
}

.group-component:not(:last-child) {
  margin-bottom: 20px;
}
.group-component:not(.is-active) .real-detail__subtitle {
  margin-bottom: 0;
}
.group-component__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  margin-top: 0;
}
.group-component__content.is-active {
  max-height: none;
  opacity: 1;
  margin-top: 16px;
}
.group-component__chart img {
  filter: blur(8px);
}
.group-component__chart .c-btn-01 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}

.offer-card {
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
}
.offer-card__header {
  text-align: center;
}
.offer-card__brand {
  max-width: 160px;
  height: auto;
}
.offer-card__grid {
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: flex-start;
}
.offer-card__stat {
  flex: 1;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 18px;
  color: var(--color-1);
  text-align: center;
}
.offer-card__stat-value {
  font-size: 46px;
  font-weight: 700;
}
.offer-card__body {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 6px;
}
.offer-card__footer {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}

.store-locator {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}
.store-locator__inner {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.store-locator__sidebar {
  width: 350px;
  overflow-y: auto;
  border-right: 1px solid #ddd;
  position: relative;
  z-index: 10;
}
.store-locator__header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 10;
}
.store-locator__filter {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}
.store-locator__select {
  padding: 8px 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
  min-width: 150px;
}
.store-locator__btn {
  padding: 8px 15px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
}
.store-locator__btn--active {
  border-color: #1a73e8;
  color: #1a73e8;
  background: #f1f8fe;
}

.place-card {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eee;
  transition: background 0.3s;
  cursor: pointer;
}
.place-card:hover {
  background: #f9f9f9;
}
.place-card__title {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.place-card__address {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}
.place-card__distance {
  background: #ffcc00;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  height: fit-content;
}
.place-card__actions {
  display: flex;
  gap: 5px;
}
.place-card__icon-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #1a73e8;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease;
}
.place-card__icon-btn:hover {
  background: #1557b0;
  transform: scale(1.1);
}
.place-card__icon-btn .material-icons-outlined {
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.store-locator__map {
  flex: 1;
  position: relative;
  z-index: 1;
}

.store-locator__map #map {
  width: 100%;
  height: 100%;
  position: relative;
}

.store-locator__map .mapboxgl-map {
  height: 100%;
}

.map-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.store-locator__sidebar .sidebar__list {
  padding: 10px;
}

.store-locator__sidebar .loading {
  padding: 20px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.store-locator__sidebar .loading p {
  margin: 0;
}

.product-related {
  padding: 30px 0;
}

.real-project {
  padding-top: 20px;
}

.project-detail {
  background: white;
  padding: 20px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0), 0px 5px 30px 0px rgba(47, 43, 61, 0.1803921569);
  margin-top: 20px;
  border-radius: 20px;
}
.project-detail .loan-calculator {
  background: transparent;
  padding: 3px;
}
.project-detail .loan-calculator__form {
  background: transparent;
}
.project-detail .real-detail__overview .real-detail__subtitle {
  margin-bottom: 10px;
  color: var(--color-1);
  font-size: 2.4rem;
  padding: 0;
  background: transparent;
}

/* Project Header */
.project-header {
  margin-bottom: 16px;
}
.project-header__title {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.3;
}

/* Project Location */
.project-location {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}
.project-location__icon {
  font-size: 24px;
  color: #6b7280;
  margin-top: 2px;
  flex-shrink: 0;
}
.project-location__content {
  flex: 1;
}
.project-location__address {
  font-size: 16px;
  color: #374151;
  margin-bottom: 4px;
  line-height: 1.5;
}
.project-location__address-old {
  font-size: 14px;
  color: #9ca3af;
  font-style: italic;
  line-height: 1.5;
}

/* Project Information Block */
.project-info {
  background: #eef2ff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
}
.project-info__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 16px;
}
.project-info__title {
  font-size: 20px;
  font-weight: 700;
  color: #0c4a6e;
  margin: 0;
  line-height: 1.3;
}
.project-info__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  background: var(--color-1);
  color: white;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.project-info__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.project-info__card {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.project-info__card-label {
  font-size: 14px;
  font-weight: 700;
  color: #0c4a6e;
  margin-bottom: 8px;
}
.project-info__card-value {
  font-size: 15px;
  color: #374151;
  line-height: 1.5;
}

/* Project Information Table */
.project-info-table {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.project-info-table__column {
  display: flex;
  flex-direction: column;
}
.project-info-table__column:first-child {
  border-right: 1px solid #e5e7eb;
  padding-right: 24px;
}
.project-info-table__column:last-child {
  padding-left: 24px;
}
.project-info-table__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}
.project-info-table__item:last-child {
  border-bottom: none;
}
.project-info-table__label {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  flex: 0 0 40%;
  padding-right: 16px;
}
.project-info-table__value {
  font-size: 15px;
  color: #111827;
  line-height: 1.5;
  flex: 1;
  text-align: right;
}

/* Responsive */
@media (max-width: 1024px) {
  .project-info__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-info-table__column:first-child {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .project-info-table__column:last-child {
    padding-left: 0;
  }
}
@media (max-width: 992px) {

}
/* responsive */
@media (max-width: 767px) {
  .offer-card__grid {
    flex-direction: column;
  }
  .offer-card {
    padding: 16px;
  }
  #page-product_detail {
    overflow-x: hidden;
  }
  .store-locator__inner {
    flex-direction: column-reverse;
  }
  .store-locator__sidebar {
    width: 100%;
    max-height: 350px;
    height: 350px;
  }
  .store-locator__map{
    height: calc(100vh - 450px);
    flex: auto;
  }
}
@media (max-width: 576px) {
  .project-header__title {
    font-size: 24px;
  }
  .project-location__address {
    font-size: 15px;
  }
  .project-location__address-old {
    font-size: 13px;
  }
  .project-info {
    padding: 20px;
  }
  .project-info__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .project-info__title {
    font-size: 18px;
  }
  .project-info__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .project-info__card {
    padding: 14px;
  }
  .project-info-table {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .project-info-table__column:first-child {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .project-info-table__column:last-child {
    padding-left: 0;
  }
  .project-info-table__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .project-info-table__label {
    flex: none;
    padding-right: 0;
  }
  .project-info-table__value {
    text-align: left;
  }
}

/*# sourceMappingURL=maps/product-detail.css.map */
