.brand-logo-text {
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 600;
  color: var(--heading-color);
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.header-area .brand-logo-text,
.header-area .brand-logo-text:hover {
  color: var(--heading-color);
}

.footer-v3 .brand-logo-text {
  color: #fff;
  font-size: 32px;
}

.page-hero.bg_cover[data-src*="location"],
.renvia-hero_one .image-layer.bg_cover {
  background-position: center center;
}

.gr-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 460px;
  border-radius: 6px;
  display: none;
  z-index: 9999;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

#popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 9998;
}

.gr-popup .popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: #000;
  color: #fff;
  border: none;
  width: 34px;
  height: 34px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  padding: 0 0 5px;
}

.gr-popup-header {
  text-align: center;
  padding: 25px 20px 20px;
  background: #fff;
}

.gr-popup-header .brand-logo-text {
  display: block;
  margin-bottom: 8px;
}

.gr-location {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
}

.gr-price {
  background: #f89420;
  color: #000;
  font-weight: 600;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.gr-price-sub {
  background: #173b2c;
  color: #fff;
  font-size: 12px;
  padding: 8px;
}

.gr-popup-body {
  padding: 25px;
}

.gr-popup-body label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.gr-popup-body input {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #ddd;
  margin-bottom: 14px;
  font-size: 14px;
  border-radius: 3px;
}

.gr-popup-body input:focus {
  outline: none;
  border-color: #173b2c;
}

.gr-submit-btn {
  width: 100%;
  padding: 13px;
  background: #f89420;
  color: #000;
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 3px;
}

.renvia-hero_one .hero-content .hero-slide-title {
  margin: 0;
}

.pricing-note {
  text-align: center;
  margin-bottom: 40px;
  color: var(--text-color);
}

.pricing-note strong {
  color: var(--heading-color);
}

.project-image-grid img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.amenities-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.amenities-gallery-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.amenities-gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.amenities-gallery-item h5 {
  padding: 14px 16px;
  font-size: 16px;
  margin: 0;
  color: var(--heading-color);
}

.amenities-featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.amenities-featured img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .amenities-featured {
    grid-template-columns: 1fr;
  }

  .amenities-gallery-item img {
    height: 180px;
  }
}


@media (max-width: 767px) {
  .brand-logo-text {
    font-size: 22px;
  }

  .project-image-grid img {
    height: 260px;
  }
}
