/* =========================================================
   VVR Properties - Global Styles
   ========================================================= */

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Colors */

.bg-dark-vvr {
  background: radial-gradient(circle at top left, #1f4a8f 0, #07111f 52%, #030712 100%);
}

.text-gold {
  color: #f5c056;
}

.bg-gold {
  background-color: #f5c056;
}

.text-muted-400 {
  color: #9ca3af !important;
}

.bg-dark-soft {
  background-color: rgba(15, 23, 42, 0.7);
}

/* Logo */

.logo {
  height: 60px;
  width: auto;
  object-fit: contain;
}

/* Navbar */

.navbar .nav-link {
  font-weight: 500;
  color: #e5e7eb;
  padding-inline: 0.9rem;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #f5c056;
}

.btn-gold {
  background: linear-gradient(135deg, #f9d976, #f39f3c);
  border: none;
  color: #1f2933;
  font-weight: 600;
}

.btn-gold:hover {
  background: linear-gradient(135deg, #fcd27a, #f1a94a);
  color: #111827;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #111827;
}

/* Hero */

.hero-banner {
  position: relative;
  min-height: 80vh;
  background-image: url("../images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
}

.hero-banner .overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.5), rgba(15, 23, 42, 0.95));
}

.hero-banner .search-card {
  border-radius: 24px;
}

/* Sections */

.section-heading h2 {
  position: relative;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  border-radius: 999px;
  margin: 0.5rem auto 0;
  background: linear-gradient(90deg, #f5c056, #f97316);
}

.page-header {
  padding: 3rem 0 2rem;
  background: radial-gradient(circle at top left, #1f4a8f 0, #020617 55%);
  color: #fff;
}

.page-header p {
  max-width: 680px;
}

/* Cards & Grids */

.property-card,
.project-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease, translate 0.2s ease;
  border-radius: 20px;
  overflow: hidden;
}

.property-card img,
.project-card img {
  object-fit: cover;
  max-height: 220px;
}

.property-card:hover,
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.property-card .badge,
.project-card .badge {
  border-radius: 999px;
}

.icon-box {
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(249, 250, 251, 0.05);
  color: #f5c056;
  font-size: 1.25rem;
}

/* CTA */

.cta-section {
  background: linear-gradient(135deg, #1f2937, #0b1120);
}

/* Footer */

.footer-link {
  color: #9ca3af;
}

.footer-link:hover {
  color: #f5c056;
}

.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(107, 114, 128, 0.7);
  color: #e5e7eb;
  transition: all 0.2s ease;
}

.social-icon:hover {
  border-color: #f5c056;
  color: #f5c056;
  background-color: rgba(248, 250, 252, 0.04);
}

.back-to-top {
  color: #9ca3af;
}

.back-to-top:hover {
  color: #f5c056;
}

/* Project Banner */

.project-banner {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.project-banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-banner .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.15));
}

.project-banner .banner-content {
  position: absolute;
  inset-inline: 0;
  bottom: 1.75rem;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.info-tile {
  padding: 0.6rem 0.75rem;
  border-radius: 0.75rem;
  background-color: #f9fafb;
}

.info-tile .label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
}

.info-tile .value {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.75rem;
  border-radius: 999px;
  border: 1px dashed rgba(148, 163, 184, 0.6);
  font-size: 0.85rem;
}

.amenity-item i {
  color: #f5c056;
}

.floor-plan-card {
  background-color: #f9fafb;
}

/* Property details */

.property-carousel img {
  height: 380px;
  object-fit: cover;
}

.feature-pill {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  padding: 0.45rem 0.75rem;
  font-size: 0.85rem;
}

.agent-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f2937, #0b1120);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5c056;
  font-size: 1.4rem;
}

/* About page */

.stat-card {
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, #f9fafb, #e5e7eb);
}

.stat-card .label {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #6b7280;
  letter-spacing: 0.08em;
}

.stat-card .value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

.timeline {
  position: relative;
  padding-left: 1.75rem;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 2px;
  height: 100%;
  background: linear-gradient(#f5c056, rgba(229, 231, 235, 0.6));
}

.timeline-item {
  position: relative;
  margin-bottom: 1.4rem;
}

.timeline-icon {
  position: absolute;
  left: -0.25rem;
  top: 0.1rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5c056;
  font-size: 0.6rem;
}

.timeline-content {
  margin-left: 1.25rem;
}

/* Contact page */

.contact-box {
  padding: 0.75rem 0;
  border-bottom: 1px dashed rgba(209, 213, 219, 0.7);
}

/* Forms */

.enquiry-form .form-control,
.enquiry-form .form-select {
  border-radius: 0.75rem;
}

.enquiry-form .form-control:focus,
.enquiry-form .form-select:focus {
  border-color: #f5c056;
  box-shadow: 0 0 0 0.15rem rgba(245, 192, 86, 0.25);
}

/* Utilities */

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* Responsive tweaks */

@media (max-width: 767.98px) {
  .logo {
    height: 44px;
  }

  .hero-banner {
    padding-block: 4rem;
    min-height: auto;
  }

  .project-banner {
    height: 260px;
  }

  .property-carousel img {
    height: 260px;
  }
}

