/*
Theme Name: GNP Landmark
Theme URI: https://gnplandmark.com
Author: GNP Landmark
Author URI: https://gnplandmark.com
Description: Premium real estate landing page WordPress theme with full Elementor support. Exact NestQuest-style layout for GNP Landmark project.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gnp-landmark
Tags: real-estate, elementor, one-page, full-width-template, landing-page
*/

/* =============================================
   GNP LANDMARK – DESIGN TOKENS
   ============================================= */
:root {
  /* Brand Colors */
  --gnp-black:        #111111;
  --gnp-dark:         #1a1a1a;
  --gnp-white:        #ffffff;
  --gnp-gold:         #ac8a54;          /* Primary accent */
  --gnp-gold-dark:    #b8924a;
  --gnp-gold-light:   #e2c98a;
  --gnp-text:         #555555;
  --gnp-text-light:   #888888;
  --gnp-border:       #e8e8e8;
  --gnp-bg-light:     #f8f8f6;
  --gnp-bg-dark:      #0f0f0f;
  --gnp-green:        #3a6b4a;

  /* Layout */
  --gnp-nav-h:        60px;
  --gnp-max-w:        1280px;
  --gnp-radius:       8px;
  --gnp-radius-lg:    16px;
  --gnp-gap:          24px;

  /* Typography */
  --gnp-font-serif:   'Playfair Display', Georgia, serif;
  --gnp-font-sans:    'DM Sans', 'Helvetica Neue', sans-serif;
  --gnp-font-italic:  'Cormorant Garamond', Georgia, serif;

  /* Effects */
  --gnp-shadow:       0 4px 24px rgba(0,0,0,0.08);
  --gnp-shadow-lg:    0 16px 56px rgba(0,0,0,0.18);
  --gnp-ease:         cubic-bezier(0.4, 0, 0.2, 1);
  --gnp-trans:        all 0.35s var(--gnp-ease);
}
/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--gnp-font-sans);
  color: var(--gnp-text);
  background: var(--gnp-white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--gnp-trans); }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* =============================================
   TYPOGRAPHY
   ============================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--gnp-font-serif);
  color: var(--gnp-black);
  line-height: 1.12;
  font-weight: 700;
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.7rem); }
h4 { font-size: 1.1rem; }
p  { font-size: 0.95rem; line-height: 1.78; color: var(--gnp-text); }

/* =============================================
   SHARED UTILITIES
   ============================================= */
.gnp-wrap     { max-width: var(--gnp-max-w); margin: 0 auto; padding: 0 32px; }
.gnp-section  { padding: 96px 0; }
.gnp-subtitle {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gnp-gold);
  margin-bottom: 12px;
}

/* Buttons */
.gnp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 30px;
  border-radius: var(--gnp-radius);
  font-family: var(--gnp-font-sans);
  font-size: 0.875rem; font-weight: 600;
  letter-spacing: 0.02em;
  transition: var(--gnp-trans);
  white-space: nowrap;
}
.gnp-btn-primary   { background: var(--gnp-black); color: var(--gnp-white); }
.gnp-btn-primary:hover {
  background: var(--gnp-gold); color: var(--gnp-white);
  transform: translateY(-2px); box-shadow: 0 10px 28px rgba(200,169,110,.35);
}
.gnp-btn-gold      { background: var(--gnp-gold); color: var(--gnp-white); }
.gnp-btn-gold:hover {
  background: var(--gnp-gold-dark); color: var(--gnp-white);
  transform: translateY(-2px); box-shadow: 0 10px 28px rgba(200,169,110,.4);
}
.gnp-btn-outline   { background: transparent; border: 1.5px solid var(--gnp-border); color: var(--gnp-text); }
.gnp-btn-outline:hover { border-color: var(--gnp-gold); color: var(--gnp-gold); }

/* Scroll-reveal */
.gnp-reveal { opacity: 0; transform: translateY(32px); transition: opacity .65s var(--gnp-ease), transform .65s var(--gnp-ease); }
.gnp-reveal.in { opacity: 1; transform: translateY(0); }
.gnp-reveal.d1 { transition-delay: .1s; }
.gnp-reveal.d2 { transition-delay: .2s; }
.gnp-reveal.d3 { transition-delay: .3s; }
.gnp-reveal.d4 { transition-delay: .4s; }

/* =============================================
   PAGE LOADER
   ============================================= */
#gnpLoader {
  position: fixed; inset: 0; z-index: 99999;
  background: var(--gnp-black);
  display: flex; align-items: center; justify-content: center;
  transition: opacity .65s ease, visibility .65s ease;
}
#gnpLoader.out { opacity: 0; visibility: hidden; }
.gnp-loader-brand {
  font-family: var(--gnp-font-serif);
  font-size: 1.9rem; font-weight: 700;
  color: var(--gnp-white); letter-spacing: 6px; text-transform: uppercase;
  animation: loaderPulse 1.3s ease-in-out infinite;
}
.gnp-loader-brand span { color: var(--gnp-gold); }
@keyframes loaderPulse { 0%,100%{opacity:1} 50%{opacity:.25} }

/* =============================================
   NAVIGATION — exact reference style
   ============================================= */
 =============================================
   NAVIGATION — exact reference style
   ============================================= */
.gnp-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--gnp-nav-h);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.06);
  display: flex; align-items: center;
  transition: var(--gnp-trans);
}
.gnp-nav.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,.1); }
.gnp-nav-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 40px; width: 100%;
}
/* Logo */
.gnp-logo {
  font-family: var(--gnp-font-serif);
  font-size: 1.45rem; font-weight: 700;
  color: var(--gnp-black); letter-spacing: -0.3px;
  line-height: 1;
  flex-shrink: 0;
}
.gnp-logo span { color: var(--gnp-gold); }
.gnp-logo sub {
  display: block; font-family: var(--gnp-font-sans);
  font-size: 0.55rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gnp-text-light); margin-top: 2px;
}
/* Menu items */
.gnp-nav-links {
  display: flex; align-items: center; gap: 32px;
}
.gnp-nav-links a {
  font-size: 0.85rem; font-weight: 500; color: var(--gnp-black);
  letter-spacing: .02em; position: relative;
}
.gnp-nav-links a::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 1.5px; background: var(--gnp-gold);
  transform: scaleX(0); transition: var(--gnp-trans);
  transform-origin: left;
}
.gnp-nav-links a:hover::after { transform: scaleX(1); }
/* Mobile toggle */
.gnp-hamburger {
  display: none; flex-direction: column; gap: 5px; padding: 4px;
}
.gnp-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--gnp-black); border-radius: 2px; transition: var(--gnp-trans);
}
.gnp-hamburger.open span:nth-child(1){ transform: rotate(45deg) translate(5px,5px); }
.gnp-hamburger.open span:nth-child(2){ opacity: 0; }
.gnp-hamburger.open span:nth-child(3){ transform: rotate(-45deg) translate(5px,-5px); }
/* Mobile drawer */
.gnp-mobile-drawer {
  display: none; flex-direction: column;
  background: var(--gnp-white);
  border-top: 1px solid var(--gnp-border);
  padding: 0 32px;
  overflow: hidden; max-height: 0;
  transition: max-height .4s ease;
}
.gnp-mobile-drawer.open { display: flex; max-height: 440px; padding: 16px 32px 24px; }
.gnp-mobile-drawer a { padding: 12px 0; font-size: .95rem; font-weight: 500; border-bottom: 1px solid var(--gnp-border); color: var(--gnp-black); }
.gnp-mobile-drawer a:last-child { border-bottom: none; }

/* =============================================
   HERO — full-viewport, image background
   ============================================= */
.gnp-hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
  background: var(--gnp-dark);
}
.gnp-hero-bg {
  position: absolute; inset: 0; z-index: 0;
}
.gnp-hero-bg img {
  width: 100%; height: 100%; object-fit: cover; opacity: .52;
  transform: scale(1.08);
  animation: heroZoom 14s var(--gnp-ease) forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.gnp-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(118deg, rgba(8,8,8,.78) 0%, rgba(8,8,8,.42) 55%, rgba(8,8,8,.12) 100%);
}
.gnp-hero-content {
  position: relative; z-index: 2;
  padding: 145px 32px 100px;
  max-width: var(--gnp-max-w); margin: 0 auto; width: 100%;
}
.gnp-hero-tag {
  display: inline-block;
  font-size: 0.76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gnp-gold); margin-bottom: 20px;
  opacity: 0; animation: fadeUp .8s .2s ease forwards;
}
.gnp-hero h1 {
  color: var(--gnp-white); max-width: 640px;
  margin-bottom: 24px;
  opacity: 0; animation: fadeUp .9s .4s ease forwards;
}
.gnp-hero h1 em { font-style: italic; color: var(--gnp-gold); }
.gnp-hero-sub {
  color: rgba(255,255,255,.72); font-size: 1.05rem; max-width: 490px;
  margin-bottom: 40px;
  opacity: 0; animation: fadeUp .9s .6s ease forwards;
}
/* Search bar */
.gnp-search-bar {
  display: flex; align-items: center; gap: 12px;
  background: var(--gnp-white); border-radius: var(--gnp-radius);
  padding: 8px 8px 8px 20px; max-width: 580px;
  box-shadow: 0 24px 64px rgba(0,0,0,.28);
  margin-bottom: 28px;
  opacity: 0; animation: fadeUp .9s .8s ease forwards;
}
.gnp-search-bar input {
  flex: 1; border: none; outline: none;
  font-family: var(--gnp-font-sans); font-size: .9rem; color: var(--gnp-black);
  background: transparent;
}
.gnp-search-bar input::placeholder { color: var(--gnp-text-light); }
/* Filter pills */
.gnp-pills {
  display: flex; gap: 10px; flex-wrap: wrap;
  opacity: 0; animation: fadeUp .9s 1s ease forwards;
}
.gnp-pill {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  color: var(--gnp-white); border-radius: 50px;
  padding: 7px 18px; font-size: .79rem; font-weight: 500;
  cursor: pointer; transition: var(--gnp-trans);
  backdrop-filter: blur(6px);
}
.gnp-pill:hover, .gnp-pill.active { background: var(--gnp-gold); border-color: var(--gnp-gold); }
/* Floating card */
.gnp-hero-card {
  position: absolute; bottom: 100px; right: 40px; z-index: 3;
  background: var(--gnp-white); border-radius: var(--gnp-radius-lg);
  padding: 22px 26px; max-width: 270px;
  box-shadow: var(--gnp-shadow-lg);
  opacity: 0; animation: fadeUp .9s 1.2s ease forwards;
}
.gnp-hero-card-tag { font-size: .72rem; color: var(--gnp-text-light); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 5px; }
.gnp-hero-card h4 { font-size: 1rem; margin-bottom: 12px; }
.gnp-hero-card-img { width: 100%; height: 120px; object-fit: cover; border-radius: var(--gnp-radius); }
/* Category tabs bar */
.gnp-cat-bar {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  background: var(--gnp-white);
  display: flex; border-top: 1px solid var(--gnp-border);
}
.gnp-cat {
    flex: 1; text-align: center; padding: 17px 20px;
    font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
    border-right: 1px solid var(--gnp-border); cursor: pointer;
    transition: var(--gnp-trans); color: var(--gnp-text);
    display: flex; align-items: center; justify-content: center; gap: 8px;
    text-decoration: none;
}
.gnp-cat:last-child { border-right: none; }
.gnp-cat.active, .gnp-cat:hover { background: var(--gnp-black); color: var(--gnp-white); }
@keyframes fadeUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }
@media (max-width: 768px) {
    /* 1. Force the Hero to NOT be 100vh - let it fit the content naturally */
    .gnp-hero {
display: flex !important; /* Keep flex to align content */
        flex-direction: column;
        min-height: 80vh !important; /* Give it a fixed height so the image stays inside */
        height: 600px !important; 
        padding: 0 !important;
        overflow: hidden !important; /* Prevents image from ruining the header */    }
        
.gnp-hero-bg img {
        height: 100% !important;
        object-fit: cover !important;
        animation: none !important; /* Stop movement on mobile for stability */
        transform: scale(1) !important;
    }

    /* 2. Push content down so it doesn't hide under the header */
    .gnp-hero-content {
padding: 120px 25px 40px !important; /* 120px ensures it clears the 70px header */
        position: relative;
        z-index: 2;
        margin: 0 !important;
        width: 100% !important;
        }

    /* 3. The Category Bar: Make it part of the normal flow */
    .gnp-cat-bar {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        display: flex !important;
        flex-direction: row !important; /* Keep them in a row */
        width: 100% !important;
        background: var(--gnp-white);
        border-top: 1px solid var(--gnp-border);
        margin-top: 0 !important;
        z-index: 5;
    }

    /* 4. Fix individual item text wrapping */
    .gnp-cat {
        flex: 1;
        padding: 12px 5px !important;
        font-size: 9px !important; /* Smaller font to prevent overlap on XR */
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 60px;
    }
    
    /* 5. Ensure the background image covers the whole area */
    .gnp-hero-bg {
        position: absolute;
        height: 100%;
        width: 100%;
    }
}/* =============================================
   STATS / ABOUT SECTION
   ============================================= */
.gnp-stats-section { padding: 96px 0; }
.gnp-stats-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.gnp-stats-left h2 { margin-bottom: 14px; }
.gnp-stats-left p  { max-width: 400px; }
.gnp-stats-img {
  border-radius: var(--gnp-radius-lg); overflow: hidden;
  height: 300px; margin-top: 36px;
}
.gnp-stats-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gnp-stats-img:hover img { transform: scale(1.04); }
/* 2×2 stat cards */
.gnp-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gnp-stat-card {
  background: var(--gnp-bg-light); border-radius: var(--gnp-radius-lg);
  padding: 30px 26px; position: relative; overflow: hidden;
  transition: var(--gnp-trans);
}
.gnp-stat-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--gnp-gold); transform: scaleX(0); transition: var(--gnp-trans); transform-origin: left;
}
.gnp-stat-card:hover::before { transform: scaleX(1); }
.gnp-stat-card.dark { background: var(--gnp-black); }
.gnp-stat-card h3 { font-size: 2.6rem; font-weight: 800; line-height: 1; margin-bottom: 6px; }
.gnp-stat-card:not(.dark) h3 { color: var(--gnp-black); }
.gnp-stat-card.dark h3 { color: var(--gnp-gold); }
.gnp-stat-card span { font-size: .82rem; color: var(--gnp-text-light); font-weight: 500; }
.gnp-stat-card.dark span { color: rgba(255,255,255,.45); }

/* =============================================
   TRUSTED PARTNER SECTION
   ============================================= */
.gnp-partner-section { background: var(--gnp-bg-light); padding: 96px 0; text-align: center; }
.gnp-partner-section h2 { margin-bottom: 8px; }
.gnp-partner-section h2 span { display: block; font-style: italic; color: var(--gnp-gold); }
.gnp-partner-desc { max-width: 640px; margin: 14px auto 50px; font-size: .95rem; line-height: 1.85; }

/* ══ TRUSTED PARTNER — Redesigned Cards ══ */
.gnp-partner-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.gnp-trust-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;      /* ← centers icon + all children */
  text-align: center;       /* ← centers the text too */
  gap: 0;
  background: var(--gnp-white);
  border: 1px solid rgba(172,138,84,0.15);
  border-radius: 20px;
  padding: 36px 30px 30px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 20px rgba(0,0,0,0.04);
}

/* Decorative gold corner accent */
.gnp-trust-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--gnp-gold), transparent);
  border-radius: 0 0 3px 0;
  transition: width 0.4s ease;
}

.gnp-trust-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(172,138,84,0.04) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.gnp-trust-card:hover {
  border-color: rgba(172,138,84,0.45);
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(172,138,84,0.14);
}
.gnp-trust-card:hover::before { width: 100%; }
.gnp-trust-card:hover::after  { opacity: 1; }

/* Icon */
.gnp-trust-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(172,138,84,0.12), rgba(172,138,84,0.05));
  border: 1px solid rgba(172,138,84,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 22px;
  transition: all 0.3s ease;
}
.gnp-trust-card:hover .gnp-trust-icon {
  background: linear-gradient(135deg, rgba(172,138,84,0.22), rgba(172,138,84,0.1));
  border-color: var(--gnp-gold);
}

/* Text */
.gnp-trust-stat {
  font-family: var(--gnp-font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gnp-black);
  margin-bottom: 6px;
  line-height: 1.2;
}
.gnp-trust-sub {
  font-size: .83rem;
  color: var(--gnp-text);
  line-height: 1.6;
  margin-bottom: 10px;
}
.gnp-trust-detail {
  font-size: .72rem;
  font-weight: 600;
  color: var(--gnp-gold);
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 12px;
  background: rgba(172,138,84,0.08);
  border-radius: 20px;
  display: inline-block;
  margin: 0 auto;           /* ← add this */
  border: 1px solid rgba(172,138,84,0.18);
}

/* Responsive */
@media (max-width: 768px) {
  .gnp-partner-logos {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gnp-trust-card {
    flex-direction: row;
    align-items: center;
    gap: 18px;
    padding: 22px 20px;
  }
  .gnp-trust-icon { margin-bottom: 0; flex-shrink: 0; }
}
/* =============================================
   SERVICES SECTION
   ============================================= */
.gnp-services-section { padding: 96px 0; }
.gnp-services-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 40px; margin-bottom: 52px; flex-wrap: wrap;
}
.gnp-services-head h2 { max-width: 360px; }
.gnp-svc-tabs { display: flex; gap: 10px; flex-wrap: wrap; }
.gnp-svc-tab {
  padding: 8px 20px; border-radius: 50px;
  font-size: .8rem; font-weight: 600; cursor: pointer;
  border: 1.5px solid var(--gnp-border); color: var(--gnp-text); transition: var(--gnp-trans);
}
.gnp-svc-tab.active, .gnp-svc-tab:hover { background: var(--gnp-black); color: var(--gnp-white); border-color: var(--gnp-black); }
/* Masonry-style grid */
.gnp-services-grid {
  display: grid;
  grid-template-columns: 1fr 1.45fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px; height: 560px;
}
.gnp-svc-card {
  border-radius: var(--gnp-radius-lg); overflow: hidden;
  position: relative; cursor: pointer; transition: var(--gnp-trans);
}
.gnp-svc-card:hover { transform: translateY(-4px); box-shadow: var(--gnp-shadow-lg); }
.gnp-svc-card:nth-child(2) { grid-row: 1 / 3; }
.gnp-svc-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gnp-svc-card:hover img { transform: scale(1.06); }
.gnp-svc-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.78) 0%, transparent 60%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 24px;
}
.gnp-svc-overlay h4 { color: var(--gnp-white); margin-bottom: 7px; }
.gnp-svc-overlay p { color: rgba(255,255,255,.68); font-size: .82rem; line-height: 1.6; margin-bottom: 14px; }
.gnp-svc-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gnp-white); color: var(--gnp-black);
  border-radius: 50px; padding: 8px 18px; font-size: .77rem; font-weight: 700;
  width: fit-content; transition: var(--gnp-trans);
}
.gnp-svc-btn:hover { background: var(--gnp-gold); color: var(--gnp-white); }

/* =============================================
   WHY GNP / ADVANTAGES SECTION (dark bg)
   ============================================= */
.gnp-why-section { background: var(--gnp-bg-dark); padding: 96px 0; }
.gnp-why-head { text-align: center; margin-bottom: 64px; }
.gnp-why-head h2 { color: var(--gnp-white); margin-bottom: 12px; }
.gnp-why-head p { color: rgba(255,255,255,.5); max-width: 480px; margin: 0 auto; }
.gnp-why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.gnp-why-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--gnp-radius-lg); padding: 36px 28px; transition: var(--gnp-trans);
}
.gnp-why-card:hover {
  background: rgba(255,255,255,.08); border-color: var(--gnp-gold);
  transform: translateY(-5px);
}
.gnp-why-icon {
  width: 56px; height: 56px; border-radius: var(--gnp-radius);
  background: rgba(200,169,110,.15);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px; font-size: 1.5rem;
}
.gnp-why-card h4 { color: var(--gnp-white); margin-bottom: 10px; }
.gnp-why-card p  { color: rgba(255,255,255,.48); font-size: .87rem; line-height: 1.72; }
.gnp-why-cta { text-align: center; margin-top: 48px; }

/* =============================================
   PROPERTY LISTINGS (slider)
   ============================================= */
.gnp-listings-section { padding: 96px 0; overflow: hidden; }
.gnp-listings-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 48px; gap: 24px;
}
.gnp-listings-head p { max-width: 370px; }
.gnp-slider-nav { display: flex; gap: 10px; }
.gnp-arr {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid var(--gnp-border); background: transparent;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--gnp-black); transition: var(--gnp-trans); cursor: pointer;
}
.gnp-arr:hover { background: var(--gnp-black); color: var(--gnp-white); border-color: var(--gnp-black); }
.gnp-slider-wrap { overflow: hidden; }
.gnp-slider {
  display: flex; gap: var(--gnp-gap);
  transition: transform .55s var(--gnp-ease);
}
.gnp-listing-card {
  min-width: calc(25% - 18px); flex-shrink: 0;
  border-radius: var(--gnp-radius-lg); overflow: hidden;
  background: var(--gnp-white); box-shadow: var(--gnp-shadow);
  transition: var(--gnp-trans);
}
.gnp-listing-card:hover { transform: translateY(-6px); box-shadow: var(--gnp-shadow-lg); }
.gnp-card-img { height: 200px; overflow: hidden; position: relative; }
.gnp-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gnp-listing-card:hover .gnp-card-img img { transform: scale(1.06); }
.gnp-card-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--gnp-black); color: var(--gnp-white);
  font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 50px;
}
.gnp-card-body { padding: 18px 20px; }
.gnp-card-body h4 { font-size: .97rem; margin-bottom: 5px; }
.gnp-card-body p  { font-size: .8rem; color: var(--gnp-text-light); margin-bottom: 12px; }
.gnp-card-price   { font-family: var(--gnp-font-serif); font-size: 1.1rem; font-weight: 700; color: var(--gnp-black); }

/* =============================================
   TESTIMONIALS
   ============================================= */
.gnp-testi-section { background: var(--gnp-bg-light); padding: 96px 0; }
.gnp-testi-head { text-align: center; margin-bottom: 56px; }
.gnp-testi-head h2 em { font-style: italic; color: var(--gnp-gold); }
.gnp-testi-head p { color: var(--gnp-text-light); font-size: .88rem; margin-top: 10px; }
.gnp-testi-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.gnp-testi-card {
  background: var(--gnp-white); border-radius: var(--gnp-radius-lg);
  padding: 26px 22px; border: 1px solid transparent; transition: var(--gnp-trans);
}
.gnp-testi-card:hover { border-color: var(--gnp-gold); box-shadow: var(--gnp-shadow); transform: translateY(-3px); }
.gnp-testi-top { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.gnp-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gnp-gold) 0%, var(--gnp-gold-dark) 100%);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1rem; flex-shrink: 0;
  overflow: hidden;
}
.gnp-avatar img { width: 100%; height: 100%; object-fit: cover; }
.gnp-testi-name { font-size: .88rem; font-weight: 700; color: var(--gnp-black); }
.gnp-testi-loc  { font-size: .75rem; color: var(--gnp-text-light); }
.gnp-testi-rating { margin-left: auto; font-size: .75rem; font-weight: 700; color: var(--gnp-gold); }
.gnp-stars { color: var(--gnp-gold); font-size: .82rem; letter-spacing: 1px; margin-bottom: 10px; }
.gnp-testi-card p { font-size: .85rem; line-height: 1.72; }

/* =============================================
   CONTACT SECTION
   ============================================= */
.gnp-contact-section { padding: 96px 0; }
.gnp-contact-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}
.gnp-contact-left h2 { margin-bottom: 12px; }
.gnp-contact-left > p { margin-bottom: 34px; max-width: 420px; }
.gnp-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gnp-form-group { display: flex; flex-direction: column; gap: 7px; }
.gnp-form-group.full { grid-column: 1 / -1; }
.gnp-form-group label { font-size: .78rem; font-weight: 600; color: var(--gnp-black); letter-spacing: .03em; }
.gnp-form-group input,
.gnp-form-group textarea,
.gnp-form-group select {
  border: 1.5px solid var(--gnp-border); border-radius: var(--gnp-radius);
  padding: 12px 16px; font-family: var(--gnp-font-sans);
  font-size: .9rem; color: var(--gnp-black); outline: none;
  background: var(--gnp-bg-light); width: 100%; transition: var(--gnp-trans);
}
.gnp-form-group input:focus,
.gnp-form-group textarea:focus {
  border-color: var(--gnp-gold); background: var(--gnp-white);
  box-shadow: 0 0 0 3px rgba(200,169,110,.12);
}
.gnp-form-group textarea { min-height: 110px; resize: vertical; }
.gnp-form-submit { grid-column: 1 / -1; }
.gnp-form-submit button { width: 100%; padding: 14px; font-size: .95rem; }
.gnp-map-wrap { border-radius: var(--gnp-radius-lg); overflow: hidden; height: 360px; box-shadow: var(--gnp-shadow-lg); }
.gnp-map-wrap iframe { width: 100%; height: 100%; border: none; }
.gnp-contact-info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.gnp-ci-card { background: var(--gnp-bg-light); border-radius: var(--gnp-radius); padding: 18px; }
.gnp-ci-card.dark { background: var(--gnp-black); }
.gnp-ci-icon { font-size: 1.2rem; margin-bottom: 7px; }
.gnp-ci-label { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: var(--gnp-text-light); margin-bottom: 3px; }
.gnp-ci-card.dark .gnp-ci-label { color: rgba(255,255,255,.38); }
.gnp-ci-value { font-size: .85rem; font-weight: 600; color: var(--gnp-black); }
.gnp-ci-card.dark .gnp-ci-value { color: var(--gnp-white); }
.gnp-form-submit button { 
    width: 100%; 
    padding: 14px; 
    font-size: .95rem;
    
    /* Center text horizontally and vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    /* Ensure no padding-left is pushing the text off-center */
    padding-left: 0;
    padding-right: 0;
}

/* =============================================
   FOOTER
   ============================================= */
.gnp-footer { background: var(--gnp-black); padding: 64px 0 0; }
.gnp-footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.gnp-footer-brand p { color: rgba(255,255,255,.42); font-size: .86rem; margin-top: 14px; max-width: 270px; line-height: 1.78; }
.gnp-footer-logo-text {
  font-family: var(--gnp-font-serif); font-size: 1.5rem; font-weight: 700;
  color: var(--gnp-white); letter-spacing: -.3px; text-transform: uppercase;
}
.gnp-footer-logo-text span { color: var(--gnp-gold); }
.gnp-footer-socials { display: flex; gap: 12px; margin-top: 22px; }
.gnp-social-link {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.45); font-size: .82rem; transition: var(--gnp-trans);
}
.gnp-social-link:hover { border-color: var(--gnp-gold); color: var(--gnp-gold); }
.gnp-footer-col h5 {
  font-size: .76rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gnp-white); margin-bottom: 20px;
}
/* 1. Style the list items (This covers plain text AND the links inside) */
.gnp-footer-col ul li { 
    margin-bottom: 12px; 
    color: rgba(255,255,255,.42); /* Same color for text and links */
    font-size: 0.85rem;            /* Use REM for consistent sizing across devices */
    line-height: 1.4;
}

/* 2. Style the links inside the list to match perfectly */
.gnp-footer-col ul li a { 
    color: inherit;               /* Forces link to use the parent LI color */
    font-size: inherit;           /* Forces link to use the parent LI size */
    transition: var(--gnp-trans);
    display: inline-block;
}

/* 3. Hover state */
.gnp-footer-col ul li a:hover { 
    color: var(--gnp-gold); 
}
.gnp-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.75rem;
    color: #999;
}

.gnp-footer-credits a:hover {
    text-decoration: underline;
    color: #fff; /* Lightens up on hover */
}

/* Responsive fix for mobile */
@media (max-width: 768px) {
    .gnp-footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}/* Giant wordmark */
.gnp-wordmark {
  font-family: var(--gnp-font-serif); font-size: 5rem; font-weight: 900;
  color: var(--gnp-white); letter-spacing: -3px; text-transform: uppercase;
  text-align: center; padding: 16px 0; opacity: .055; line-height: 1; user-select: none;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
  .gnp-testi-grid { grid-template-columns: repeat(2,1fr); }
  .gnp-services-grid { grid-template-columns: 1fr 1fr; height: auto; }
  .gnp-svc-card:nth-child(2) { grid-row: auto; }
  .gnp-why-grid { grid-template-columns: 1fr 1fr; }
  .gnp-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  :root { --gnp-nav-h: 60px; }
  .gnp-nav-links, .gnp-nav > .gnp-wrap .gnp-btn { display: none; }
  .gnp-hamburger { display: flex; }
  .gnp-stats-inner { grid-template-columns: 1fr; }
  .gnp-contact-inner { grid-template-columns: 1fr; }
  .gnp-services-grid { grid-template-columns: 1fr; height: auto; }
  .gnp-testi-grid { grid-template-columns: 1fr; }
  .gnp-why-grid { grid-template-columns: 1fr; }
  .gnp-footer-grid { grid-template-columns: 1fr; }
  .gnp-gnp-listing-card { min-width: 85vw; }
  .gnp-hero-card { display: none; }
  .gnp-form { grid-template-columns: 1fr; }
  .gnp-wordmark { font-size: 2.8rem; }
  .gnp-listings-head { flex-direction: column; align-items: flex-start; }
  .gnp-services-head { flex-direction: column; }
  .gnp-cat-bar { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .gnp-wrap { padding: 0 18px; }
  .gnp-stat-grid { grid-template-columns: 1fr; }
  .gnp-contact-info-cards { grid-template-columns: 1fr; }
}

/* =============================================
   ELEMENTOR COMPAT
   ============================================= */
.elementor-section { padding: 0 !important; }
body.elementor-page .gnp-nav { z-index: 9999; }
.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1280px; }
.elementor-widget-heading .elementor-heading-title { font-family: var(--gnp-font-serif) !important; }
.elementor-button { font-family: var(--gnp-font-sans) !important; font-weight: 600 !important; border-radius: var(--gnp-radius) !important; }

/* Accessibility */
:focus-visible { outline: 2px solid var(--gnp-gold); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -100%; left: 0; background: var(--gnp-gold); color: #fff; padding: 10px 20px; z-index: 99999; font-size: .9rem; font-weight: 600; }
.skip-link:focus { top: 0; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }





/* ══════════════════════════════════════════════
   §6b  FLOOR PLANS
══════════════════════════════════════════════ */
.gnp-floorplan-section {
    padding: 100px 0 80px;
    background: #faf9f7;
    position: relative;
    overflow: hidden;
}

.gnp-floorplan-section::before {
    content: 'FLOOR PLANS';
    position: absolute;
    top: 40px;
    right: -20px;
    font-size: clamp(60px, 10vw, 120px);
    font-family: 'Playfair Display', serif;
    color: rgba(200, 169, 110, 0.055);
    font-weight: 900;
    letter-spacing: 0.05em;
    pointer-events: none;
    white-space: nowrap;
    user-select: none;
}

/* Head */
.gnp-floorplan-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 40px;
}
.gnp-floorplan-head h2 { margin: 8px 0 12px; }
.gnp-floorplan-head p  { color: var(--gnp-text); font-size: .95rem; line-height: 1.75; }

/* ── Tabs ── */
.gnp-fp-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 44px;
}
.gnp-fp-tab {
    background: transparent;
    border: 1.5px solid #ddd;
    color: #666;
    padding: 8px 22px;
    border-radius: 30px;
    font-family: 'DM Sans', sans-serif;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .04em;
    cursor: pointer;
    transition: all .25s ease;
    line-height: 1;
}
.gnp-fp-tab:hover  { border-color: var(--gnp-gold); color: var(--gnp-gold); }
.gnp-fp-tab.active { background: var(--gnp-gold); border-color: var(--gnp-gold); color: #fff; }

/* ── Slider outer (arrows + track) ── */
.gnp-fp-slider-outer {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
}

/* Arrows */
.gnp-fp-arrow {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid #e0d9cc;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,.07);
    z-index: 2;
}
.gnp-fp-arrow:hover {
    background: var(--gnp-gold);
    border-color: var(--gnp-gold);
    color: #fff;
    box-shadow: 0 6px 24px rgba(200,169,110,.28);
}
.gnp-fp-arrow-prev { margin-right: 20px; }
.gnp-fp-arrow-next { margin-left:  20px; }

/* Track */
.gnp-fp-track-wrap {
    flex: 1;
    overflow: hidden;
    border-radius: 16px;
}
.gnp-fp-track {
    display: flex;
    transition: transform .52s cubic-bezier(.4,0,.2,1);
}

/* ── Card ── */
.gnp-fp-card { flex-shrink: 0; width: 100%; }

.gnp-fp-card-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 48px rgba(0,0,0,.08);
    min-height: 500px;
}

/* Image half */
.gnp-fp-img-wrap {
    position: relative;
    overflow: hidden;
    background: #0a0a0a;
    cursor: zoom-in;
}
.gnp-fp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}
.gnp-fp-img-wrap:hover .gnp-fp-img { transform: scale(1.04); }

.gnp-fp-zoom-hint {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,.62);
    color: #fff;
    font-size: .72rem;
    padding: 6px 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0;
    transition: opacity .3s ease;
    white-space: nowrap;
    pointer-events: none;
    font-family: 'DM Sans', sans-serif;
}
.gnp-fp-img-wrap:hover .gnp-fp-zoom-hint { opacity: 1; }

/* Info half */
.gnp-fp-info {
    padding: 52px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.gnp-fp-badge {
    display: inline-block;
    background: rgba(200,169,110,.1);
    color: var(--gnp-gold);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    width: fit-content;
    border: 1px solid rgba(200,169,110,.28);
}

.gnp-fp-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    font-weight: 700;
    color: var(--gnp-dark);
    margin: 0;
    line-height: 1.2;
}

.gnp-fp-desc {
    color: var(--gnp-text);
    font-size: .9rem;
    line-height: 1.78;
    margin: 0;
}

/* Specs */
.gnp-fp-specs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #f0ece4;
    padding-top: 18px;
}
.gnp-fp-specs li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .83rem;
}
.gnp-fp-specs li span   { color: #aaa; font-weight: 400; }
.gnp-fp-specs li strong { color: var(--gnp-dark); font-weight: 600; }

/* ── Dots ── */
.gnp-fp-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 34px;
}
.gnp-fp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #ddd;
    cursor: pointer;
    padding: 0;
    transition: all .3s ease;
}
.gnp-fp-dot.active {
    background: var(--gnp-gold);
    width: 28px;
    border-radius: 4px;
}

/* ── Lightbox ── */
.gnp-fp-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.93);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    padding: 24px;
}
.gnp-fp-lightbox.open { opacity: 1; pointer-events: all; }

.gnp-fp-lb-inner { max-width: 90vw; text-align: center; }
.gnp-fp-lb-inner img {
    max-width: 100%;
    max-height: 82vh;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}
.gnp-fp-lb-inner p {
    color: #bbb;
    margin-top: 16px;
    font-size: .88rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.gnp-fp-lb-close {
    position: absolute;
    top: 24px;
    right: 32px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
}
.gnp-fp-lb-close:hover { background: var(--gnp-gold); border-color: var(--gnp-gold); }

/* ── Updated Responsive Floor Plans ── */
@media (max-width: 900px) {
    .gnp-fp-card-inner {
        grid-template-columns: 1fr; /* Stacks image on top of text */
        min-height: auto;
    }
    
    .gnp-fp-img-wrap { 
        height: auto; 
        aspect-ratio: 4 / 3; /* Maintains technical drawing proportions */
        border-bottom: 1px solid var(--gnp-border);
    }
    
    .gnp-fp-img {
        object-fit: contain !important; /* Shows the whole plan without cropping */
        padding: 20px;
        background: #fff;
    }

    .gnp-fp-info { 
        padding: 30px 24px; 
        text-align: center; /* Better editorial look for mobile */
    }

    /* Move arrows away from the content or hide them */
    .gnp-fp-arrow {
        display: none; /* Recommended: Mobile users naturally swipe */
    }
}

/* ── FINAL MOBILE OVERRIDE FOR IPHONE SE ── */
/* ── UPDATED MOBILE OVERRIDE ── */
@media (max-width: 768px) {
    /* 1. SMALLER ARROWS: Make them 32px instead of 50px */
    .gnp-fp-arrow {
        display: flex !important; /* Force them back to visible */
        width: 32px !important;
        height: 32px !important;
        position: absolute !important;
        top: 30%; /* Move them up to sit over the image area */
        z-index: 10 !important;
        background: rgba(255, 255, 255, 0.8) !important; /* Semi-transparent */
    }
    
    .gnp-fp-arrow svg {
        width: 14px !important;
        height: 14px !important;
    }

    .gnp-fp-arrow-prev { left: 10px !important; }
    .gnp-fp-arrow-next { right: 10px !important; }

    /* 2. TAB PILLS: Swipeable single line */
    .gnp-fp-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        padding: 0 20px 15px !important;
        gap: 8px !important;
        -webkit-overflow-scrolling: touch;
    }

    .gnp-fp-tab {
        flex: 0 0 auto !important;
        font-size: 11px !important;
        padding: 6px 14px !important;
    }

    /* 3. CARD & IMAGE: Image stays full width (No side space) */
    .gnp-fp-card-inner {
        display: flex !important;
        flex-direction: column !important;
        min-height: auto !important;
        width: 100% !important;
        border-radius: 12px !important;
    }

    .gnp-fp-img-wrap {
        width: 100% !important;
        margin: 0 !important; /* Ensure image hits the edges */
        border-radius: 12px 12px 0 0 !important;
        height: auto !important;
        aspect-ratio: 4 / 3 !important;
    }

    .gnp-fp-img {
        object-fit: cover !important; /* Use cover to fill the space for a chic look */
        padding: 0 !important; /* No space around image */
    }

    /* 4. CONTENT & BUTTON: Add Right/Left padding */
    .gnp-fp-info {
        padding: 24px 25px !important; /* 25px side space on content */
        text-align: left !important; /* Editorial alignment */
        width: 100% !important;
    }

    .gnp-fp-title {
        font-size: 1.4rem !important;
        margin-bottom: 8px !important;
    }

    /* Ensure the button has the same side alignment */
    .gnp-fp-info .gnp-btn {
        width: 100% !important;
        margin-top: 15px !important;
        padding: 14px !important;
        justify-content: center !important;
    }

    /* 5. SPECS: Stack them for better readability */
    .gnp-fp-specs li {
        flex-direction: row !important;
        justify-content: space-between !important;
        font-size: 12px !important;
        padding: 4px 0 !important;
    }
}