/* =========================================================
   NAGPAL REALTY · 99 SILVER OAKS — Brand Theme
   Loaded after style.css to override legacy template styles.
   ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&family=Dancing+Script:wght@500;600;700&display=swap");

@font-face {
  font-family: "maligha";
  src: url("../fonts/maligha.otf");
}

:root {
  --np-navy: #312b51;
  --np-navy-deep: #312b51;
  --np-navy-soft: #312b51;
  --np-gold: #c0a062;
  --np-gold-light: #d4b97e;
  --np-gold-soft: #e6d4a8;
  --np-cream: #f7f3ea;
  --np-cream-soft: #fbf8f1;
  --np-ink: #1d1d1f;
  --np-muted: #6a6a72;
  --np-line: rgba(192, 160, 98, 0.25);
}

/* ---------- Global resets / overrides on legacy file ---------- */
html {
  overflow-x: hidden !important;
}

/* ---------- Lenis smooth scroll ---------- */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  font-family: "Inter", "Cera", system-ui, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: var(--np-ink) !important;
  background: #fff;
  overflow: visible !important;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", "baskerville", serif !important;
  color: var(--np-navy);
  letter-spacing: 0;
}

p {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  color: #3a3a40;
}

a {
  text-decoration: none !important;
}

.text-purple,
.text-light {
  color: var(--np-navy) !important;
}

.text-yellow,
.text-gold {
  color: var(--np-gold) !important;
}

.text-white {
  color: #fff !important;
}

section {
  position: relative;
}

.py {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media (max-width: 768px) {
  #about-sec .new-head {
    width: 100% !important;
  }
  .rich-logo {
    width: 150px !important;
  }
  .rich-logo1 {
    width: 90px !important;
  }
  /*
  /* #about-sec .new-head .rich-logo{
  width: 100px !important;

} */
  .py {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

/* ---------- Header / Nav ---------- */
header.sticky-top {
  background: #fff !important;
  box-shadow: 0 2px 18px rgba(26, 31, 77, 0.08);
  border-bottom: 1px solid var(--np-line);
}

header .navbar {
  padding: 8px 0;
}

header .navbar-brand img {
  max-height: 56px;
  width: auto;
}

.nav-link.m-link {
  color: var(--np-navy) !important;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 14px !important;
  position: relative;
  transition: color 0.25s ease;
}

.nav-link.m-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 1px;
  background: var(--np-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav-link.m-link:hover {
  color: var(--np-gold) !important;
}

.nav-link.m-link:hover::after {
  transform: scaleX(1);
}

.np-tag-pill {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.05;
  color: var(--np-navy);
}

.np-tag-pill .gold {
  color: var(--np-gold);
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
}

.np-tag-pill small {
  color: var(--np-muted);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ---------- Hero Slider ---------- */
#home {
  background: var(--np-navy-deep);
}

#home .carousel-inner {
  margin-top: 0;
}

#home .carousel-item img {
  object-fit: cover;
  width: 100% !important;
  height: 100%;
  margin-top: 70px;
}

#home .carousel-control-prev,
#home .carousel-control-next {
  width: 50px;
  opacity: 0.7;
}

#home .carousel-control-prev-icon,
#home .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  padding: 22px;
  background-size: 50%;
}

/* ---------- Headline & Eyebrow Treatments ---------- */
.np-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--np-gold);
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}

.np-rich {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  color: var(--np-navy);
  margin: 0 0 8px;
  letter-spacing: -1px;
}

.np-rich em {
  font-family: "Cormorant Garamond", "baskerville", serif !important;
  font-style: normal;
  font-weight: 600;
  color: var(--np-navy);
  font-size: 0.85em;
  /* margin-left: 6px; */
  letter-spacing: 0;
}

#configuration .np-rich em {
  color: #fff;
}

.np-rich.is-light {
  color: #fff;
}

.np-rich.is-center {
  text-align: center;
}

@media (max-width: 992px) {
  .np-rich {
    font-size: 48px;
  }
}

@media (max-width: 576px) {
  .np-rich {
    font-size: 38px;
  }
}

.np-sub {
  font-family: "Cormorant Garamond", serif;
  color: var(--np-navy);
  font-size: 22px;
  font-style: italic;
  margin-top: 4px;
  margin-bottom: 16px;
}

.np-sub.is-light {
  color: rgba(255, 255, 255, 0.85);
}

.np-divider {
  width: 60px;
  height: 2px;
  background: var(--np-gold);
  margin: 18px 0 10px;
  display: block;
}

.is-center .np-divider,
.text-center .np-divider {
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Buttons ---------- */
.np-btn,
.form-btn,
.round-btn,
.pricing_btn,
.brochure,
.interested,
.btn.fix-link.db,
.btn.fix-link.i-am {
  display: inline-block !important;
  padding: 12px 28px !important;
  border: 1.5px solid var(--np-gold) !important;
  background: var(--np-gold) !important;
  color: #fff !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px !important;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(192, 160, 98, 0.25);
}

.np-btn:hover,
.form-btn:hover,
.round-btn:hover,
.pricing_btn:hover,
.brochure:hover {
  background: var(--np-navy) !important;
  border-color: var(--np-navy) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(26, 31, 77, 0.3);
}

.np-btn-outline {
  background: transparent !important;
  color: var(--np-gold) !important;
}

.np-btn-outline:hover {
  background: var(--np-gold) !important;
  color: #fff !important;
}

/* ---------- Section: Overview / About-first ---------- */
#about-first {
  background-color: var(--np-cream-soft) !important;
  background-image: none !important;
  padding: 60px 0 !important;
}

#about-first .abt_row {
  gap: 0;
}

#about-first .inner-content {
  padding-right: 30px;
}

#about-first p,
#about-first ul li {
  font-size: 16px !important;
  color: #4a4a52 !important;
  line-height: 1.75 !important;
}

#about-first .np-form-card p {
  color: rgba(255, 255, 255, 0.78) !important;
}

#about-first .np-form-card .np-highlights li,
#about-first .np-price-card,
#about-first .np-price-card * {
  color: inherit;
}

#about-first .np-highlights li {
  color: #2a2a30 !important;
}

#about-first .np-highlights li small {
  color: var(--np-muted) !important;
}

.np-price-card {
  background: var(--np-navy) !important;
  color: #fff !important;
  padding: 22px 26px !important;
  border-radius: 4px !important;
  border-left: 4px solid var(--np-gold) !important;
  margin: 24px 0 !important;
  display: inline-block;
  box-shadow: 0 12px 28px rgba(26, 31, 77, 0.18);
  min-width: 320px;
}

.np-price-card * {
  color: #fff !important;
}

.np-price-card .label {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--np-gold-soft) !important;
  margin-bottom: 6px !important;
  display: block !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
}

.np-price-card .config {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  margin-bottom: 10px !important;
  display: block !important;
  font-weight: 500;
}

.np-price-card .small-line {
  font-size: 13px !important;
  opacity: 0.8;
  font-weight: 300;
  display: block !important;
  font-family: "Inter", sans-serif !important;
  margin-top: 2px;
}

.np-price-card .price {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  color: var(--np-gold) !important;
  margin-top: 10px !important;
  display: block !important;
  line-height: 1.1;
}

.np-price-card .price small {
  font-size: 14px !important;
  color: var(--np-gold-soft) !important;
}

.np-airport-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  padding: 5px 20px;
  background: linear-gradient(135deg, #fdf8ee 0%, #fff9f0 100%);
  border: 1px solid var(--np-gold);
  border-left: 4px solid var(--np-gold);
  border-radius: 6px;
}

.np-airport-badge-ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--np-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 18px;
}

.np-airport-badge-text {
  font-size: 12px;
  color: var(--np-navy);
  line-height: 1.5;
}

.np-airport-badge-text strong {
  font-size: 14px;
  color: var(--np-gold);
  font-weight: 700;
}

.np-highlights-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  color: var(--np-navy);
  margin: 30px 0 6px;
  font-weight: 500;
}

.np-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 28px;
  margin-top: 18px;
}

.np-highlights li {
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  color: #2a2a30;
  line-height: 1.45;
  padding: 8px 0;
  border-bottom: 1px solid var(--np-line);
}

.np-highlights li i {
  color: var(--np-gold);
  font-size: 14px;
  margin-top: 4px;
  flex-shrink: 0;
}

.np-highlights li small {
  display: block;
  color: var(--np-muted);
  font-size: 12px;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .np-amenity-card {
    width: 100% !important;
  }
  .np-highlights {
    grid-template-columns: 1fr;
  }
}

/* ---------- Section: Project Highlights (standalone) ---------- */
#highlights {
  /* background-color: var(--np-navy-deep) !important; */
  padding: 60px 0 !important;
  position: relative;
  overflow: hidden;
}

#highlights::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 10% 50%,
      rgba(192, 160, 98, 0.1),
      transparent 45%
    ),
    radial-gradient(
      circle at 90% 20%,
      rgba(192, 160, 98, 0.07),
      transparent 45%
    );
  pointer-events: none;
}

#highlights .container {
  position: relative;
  z-index: 2;
}

#highlights .np-rich {
  color: var(--np-navy) !important;
}

#highlights .np-eyebrow {
  color: var(--np-gold-light);
}

#highlights p {
  color: var(--np-navy) !important;
}

#highlights .np-divider {
  background: var(--np-gold);
  width: 60px;
  height: 2px;
  margin: 18px auto 22px;
  display: block;
}

#highlights .head-wrap {
  margin-bottom: 50px;
}

.np-hl-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1200px) {
  .np-hl-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .np-hl-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .np-hl-grid {
    grid-template-columns: 1fr;
  }
}

.np-hl-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(192, 160, 98, 0.18);
  border-radius: 6px;
  padding: 22px 20px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.np-hl-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--np-gold), var(--np-gold-light));
  transition: width 0.4s ease;
}

.np-hl-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--np-gold);
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.np-hl-card:hover::after {
  width: 100%;
}

.np-hl-ico {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--np-gold), var(--np-gold-light));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: 0 6px 14px rgba(192, 160, 98, 0.3);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.np-hl-card:hover .np-hl-ico {
  transform: rotate(8deg) scale(1.08);
}

.np-hl-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.np-hl-body strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--np-navy);
  line-height: 1.3;
}

.np-hl-body span {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--np-navy);
  line-height: 1.5;
}

/* ---------- Form Card (used in #about-first and #contact) ---------- */
.np-form-card {
  background: var(--np-navy);
  color: #fff;
  padding: 36px 32px;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 30px 60px -20px rgba(26, 31, 77, 0.4);
  border-top: 4px solid var(--np-gold);
}

.np-form-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 4px;
  background: linear-gradient(90deg, var(--np-gold), var(--np-gold-light));
}

.np-form-card h2 {
  color: #fff !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 26px !important;
  margin-bottom: 6px !important;
  font-weight: 500;
  line-height: 1.2;
}

.np-form-card .form-eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  color: var(--np-gold);
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.np-form-card .form-sub {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  margin-bottom: 22px;
}

.np-form-card .form-group {
  margin-bottom: 14px;
  position: relative;
}

.np-form-card .input-group {
  display: flex !important;
  flex-wrap: nowrap !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 3px !important;
  align-items: stretch !important;
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    background 0.25s ease;
  height: 46px;
}

.np-form-card .input-group:focus-within {
  border-color: var(--np-gold) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 0 0 3px rgba(192, 160, 98, 0.15);
}

.np-form-card .input-group-addon {
  width: 46px !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--np-gold) !important;
  background: transparent !important;
  border: none !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-size: 14px !important;
  flex: 0 0 46px !important;
}

.np-form-card .input-group-addon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.np-form-card .form-control,
.np-form-card .custom-select,
.np-form-card .custom-select1 {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  font-family: "Inter", sans-serif !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100%;
  height: 100% !important;
  flex: 1 1 auto !important;
  min-width: 0;
  line-height: 44px;
}

.np-form-card .form-control:focus,
.np-form-card .custom-select:focus,
.np-form-card .custom-select1:focus {
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

.np-form-card .form-control::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.np-form-card select.form-control option {
  color: #1d1d1f;
  background: #fff;
}

.np-form-card .checkbox-label {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 12px !important;
  line-height: 1.5;
  margin-left: 4px;
}

.np-form-card .form-check-input {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.np-form-card .form-check-input:checked {
  background-color: var(--np-gold);
  border-color: var(--np-gold);
}

.np-form-card .form-btn {
  width: auto !important;
  margin-top: 8px;
}

.np-form-card .error {
  color: #ffb4b4;
  font-size: 12px;
  margin-top: 4px;
  display: block;
  font-family: "Inter", sans-serif;
}

/* AOS fallback: ensure animated elements are visible if AOS doesn't trigger */
[data-aos]:not(.aos-animate) {
  opacity: 1;
  transform: none;
}

/* ---------- Configuration Section ---------- */
#configuration.overlay-sec {
  background: var(--np-navy-deep) !important;
  padding: 60px 0 !important;
  position: relative;
  overflow: hidden;
}

#configuration .overlay {
  background: transparent !important;
}

#configuration::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(192, 160, 98, 0.12),
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(192, 160, 98, 0.08),
      transparent 50%
    );
  pointer-events: none;
}

#configuration .container {
  position: relative;
  z-index: 2;
}

#configuration .head-wrap {
  margin-bottom: 40px;
}

.np-config-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 38px 28px;
  text-align: center;
  transition: all 0.35s ease;
  height: 100%;
  backdrop-filter: blur(6px);
}

.np-config-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--np-gold);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.np-config-card .ico-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--np-gold), var(--np-gold-light));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 8px 18px rgba(192, 160, 98, 0.3);
}

.np-config-card h4 {
  color: #fff !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 28px;
  margin-bottom: 6px;
  font-weight: 500;
}

.np-config-card .meta {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin-bottom: 20px;
  font-style: italic;
}

.np-config-card .pricing_btn {
  margin-top: 8px;
}

/* ---------- About-Sec: Vista Rich ---------- */
#about-sec {
  background-color: #fff !important;
  background-image: none !important;
  padding: 60px 0 !important;
}

#about-sec p {
  color: #4a4a52 !important;
  line-height: 1.75 !important;
}

#about-sec .carousel {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(26, 31, 77, 0.25);
}

#about-sec .carousel-item img {
  width: 100%;
  height: 480px;
  /* object-fit: cover; */
  display: block;
}

@media (max-width: 768px) {
  #about-sec .carousel-item img {
    height: 320px;
  }
}

#about-sec .ovley {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(26, 31, 77, 0.85);
  color: var(--np-gold-soft);
  padding: 5px 14px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
}

#about-sec .inner-content {
  padding-left: 30px;
}

@media (max-width: 992px) {
  #about-sec .inner-content {
    padding-left: 0;
    padding-top: 30px;
  }
}

.np-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 26px;
  margin-top: 24px;
}

.np-feature-grid .item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--np-cream-soft);
  border-radius: 4px;
  border-left: 3px solid var(--np-gold);
  transition: all 0.25s ease;
}

.np-feature-grid .item:hover {
  background: #fff;
  box-shadow: 0 8px 18px rgba(26, 31, 77, 0.08);
  transform: translateX(4px);
}

.np-feature-grid .ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--np-navy);
  color: var(--np-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.np-feature-grid span {
  font-weight: 500;
  color: var(--np-navy);
  font-size: 14px;
}

@media (max-width: 768px) {
  .np-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Amenities Section ---------- */
#amen {
  background-color: var(--np-cream) !important;
  background-image: none !important;
  padding: 60px 0 !important;
}

#amen p {
  color: #4a4a52 !important;
}

#amen .head-wrap {
  margin-bottom: 40px;
}

.np-amenity-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  /* grid-template-columns: repeat(3, 1fr);
  gap: 22px; */
  margin-top: 12px;
}
.np-amenity-card {
  width: 400px;
}

@media (max-width: 992px) {
  .np-amenity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .np-amenity-grid {
    grid-template-columns: 1fr;
  }
}

.np-amenity-card {
  background: #fff;
  padding: 32px 24px;
  border-radius: 6px;
  text-align: center;
  border-bottom: 3px solid var(--np-gold);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.np-amenity-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--np-navy);
  transition: height 0.35s ease;
  z-index: 0;
}

.np-amenity-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 36px -10px rgba(26, 31, 77, 0.2);
}

.np-amenity-card:hover::before {
  height: 100%;
}

.np-amenity-card:hover .ico,
.np-amenity-card:hover h5,
#amen .np-amenity-card:hover p,
.np-amenity-card:hover p {
  color: #fff !important;
  position: relative;
  z-index: 1;
}

.np-amenity-card:hover .ico {
  color: var(--np-gold) !important;
}

.np-amenity-card .ico,
.np-amenity-card h5,
.np-amenity-card p {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.np-amenity-card .ico {
  font-size: 36px;
  color: var(--np-gold);
  margin-bottom: 16px;
  display: block;
}

.np-amenity-card h5 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 22px;
  color: var(--np-navy);
  font-weight: 600;
  margin-bottom: 8px;
}

.np-amenity-card p {
  font-size: 13px;
  color: var(--np-muted);
  margin: 0;
  line-height: 1.5;
}

/* ---------- Gallery Section (Memories Rich slider) ---------- */
#gallery {
  background-color: #fff !important;
  background-image: none !important;
  padding: 0 0 60px !important;
}

#gallery .head-wrap {
  background: linear-gradient(
    135deg,
    #00152a 0%,
    var(--np-navy) 60%,
    #1e264a 100%
  );
  background-image:
    linear-gradient(135deg, #00152a 0%, var(--np-navy) 60%, #1e264a 100%),
    radial-gradient(
      ellipse at 80% 50%,
      rgba(192, 160, 98, 0.12) 0%,
      transparent 60%
    );
  padding: 52px 40px 48px !important;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

#gallery .head-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at 85% 50%,
    rgba(192, 160, 98, 0.13) 0%,
    transparent 55%
  );
  pointer-events: none;
}

#gallery .head-wrap .np-eyebrow {
  color: var(--np-gold-light) !important;
}

#gallery .head-wrap img {
  filter: brightness(1.05);
  max-width: 280px;
  width: 100%;
  height: auto;
  display: block;
  margin: 10px auto 0;
}

#gallery .head-wrap .np-divider {
  background: var(--np-gold);
  margin: 18px auto 0;
}

#gallery2 {
  padding: 50px 0px;
}

.np-gallery-slider {
  margin-top: 32px;
}

.np-gallery-slider .owl-item {
  height: 380px !important;
}

.np-gallery-slider .gtile {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  display: block;
  height: 100% !important;
  width: 100%;
  cursor: pointer;
  background: #f0f0f0;
}

.np-gallery-slider .gtile img {
  width: 100%;
  height: 100% !important;
  /* object-fit: cover; */
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.np-gallery-slider .gtile:hover img {
  /* transform: scale(1.06); */
}

.np-gallery-slider .gtile .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(26, 31, 77, 0.95) 30%, transparent);
  color: #fff;
  padding: 36px 20px 18px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}

.np-gallery-slider .gtile .caption strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: var(--np-gold-light);
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .np-gallery-slider .owl-item {
    height: auto !important;
  }
}

/* ---------- Floor Plan slider ---------- */
.np-floor-section {
  padding: 60px 0px;
}

#floor-plan {
  background-color: #fbf9f6 !important;
}

.np-floor-slider {
  margin-top: 32px;
}

.np-floor-card {
  background: var(--np-cream-soft);
  padding: 16px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid var(--np-line);
  transition: all 0.25s ease;
  display: block;
  text-decoration: none;
}

.np-floor-card:hover {
  box-shadow: 0 16px 30px -10px rgba(26, 31, 77, 0.18);
  transform: translateY(-4px);
}

.np-floor-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--np-line);
  margin-bottom: 14px;
  background: #fff;
}

.np-floor-card img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  display: block;
  filter: blur(5px);
  transform: scale(1.04);
  transition: filter 0.3s ease;
}

@media (max-width: 768px) {
  .np-floor-card img {
    height: 360px;
  }
}

.np-floor-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 31, 77, 0.18);
}

.np-floor-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--np-gold);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 12px 24px;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  transition:
    background 0.25s ease,
    transform 0.2s ease;
  pointer-events: none;
}

.np-floor-card:hover .np-floor-btn {
  background: var(--np-navy);
  transform: scale(1.04);
}

.np-floor-card h5 {
  font-family: "Cormorant Garamond", serif;
  color: var(--np-navy);
  font-size: 19px;
  margin: 0 0 8px;
  font-weight: 600;
}

.np-floor-card .floor-meta {
  color: var(--np-muted);
  font-size: 12px;
  margin: 0;
}

/* ---------- Owl Carousel — Nagpal styling ---------- */
.np-gallery-slider.owl-carousel,
.np-floor-slider.owl-carousel {
  position: relative;
}

.np-gallery-slider .owl-nav,
.np-floor-slider .owl-nav {
  margin-top: 24px;
  text-align: center;
}

.np-gallery-slider .owl-nav button.owl-prev,
.np-gallery-slider .owl-nav button.owl-next,
.np-floor-slider .owl-nav button.owl-prev,
.np-floor-slider .owl-nav button.owl-next {
  background: transparent !important;
  border: none !important;
  margin: 0 6px !important;
  padding: 0 !important;
  outline: none;
}

.np-gallery-slider .owl-nav .np-arrow,
.np-floor-slider .owl-nav .np-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--np-cream-soft);
  color: var(--np-navy);
  font-size: 14px;
  border: 1px solid var(--np-line);
  transition: all 0.25s ease;
}

.np-gallery-slider .owl-nav button:hover .np-arrow,
.np-floor-slider .owl-nav button:hover .np-arrow {
  background: var(--np-gold);
  color: #fff;
  border-color: var(--np-gold);
  box-shadow: 0 6px 16px rgba(192, 160, 98, 0.3);
}

.np-gallery-slider .owl-dots,
.np-floor-slider .owl-dots {
  text-align: center;
  margin-top: 16px;
}

.np-gallery-slider .owl-dots .owl-dot span,
.np-floor-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(26, 31, 77, 0.25);
  margin: 0 4px;
  transition: all 0.25s ease;
}

.np-gallery-slider .owl-dots .owl-dot.active span,
.np-floor-slider .owl-dots .owl-dot.active span {
  background: var(--np-gold);
  width: 28px;
  border-radius: 5px;
}

/* ---------- Map Section ---------- */
.map-sec {
  background: #fff;
  padding: 0 !important;
}

.map img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  display: block;
}

/* ---------- Connectivity / Time Rich ---------- */
#location {
  background-color: var(--np-cream-soft) !important;
  background-image: none !important;
  padding: 60px 0 !important;
}

#location p {
  color: #4a4a52 !important;
}

#location .head-wrap {
  margin-bottom: 40px;
}

.np-conn-col {
  background: #fff;
  padding: 28px 26px;
  border-radius: 6px;
  border-top: 3px solid var(--np-gold);
  height: 100%;
  box-shadow: 0 10px 30px -12px rgba(26, 31, 77, 0.1);
}

.np-conn-col h4 {
  font-family: "Cormorant Garamond", serif !important;
  color: var(--np-navy) !important;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--np-line);
}

.np-conn-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.np-conn-col li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px dashed var(--np-line);
  font-size: 14px;
  color: #3a3a40;
}

.np-conn-col li:last-child {
  border-bottom: 0;
}

.np-conn-col li i {
  color: var(--np-gold);
  width: 22px;
  flex-shrink: 0;
  margin-top: 3px;
}

.np-conn-col li strong {
  color: var(--np-navy);
  white-space: nowrap;
  margin-left: auto;
  padding-left: 10px;
  font-weight: 600;
}

.np-conn-col li .label {
  flex: 1;
}

/* ---------- About Developer ---------- */
#about_developer {
  background-color: #fff !important;
  background-image: none !important;
  padding: 60px 0 !important;
}

#about_developer h4 {
  font-family: "Cormorant Garamond", serif;
  color: var(--np-navy);
  font-size: 24px;
  font-weight: 600;
}

#about_developer h5 {
  font-family: "Cormorant Garamond", serif;
  color: var(--np-navy);
  font-size: 19px;
  font-weight: 600;
}

#about_developer p {
  color: #4a4a52;
  font-size: 15px;
  line-height: 1.75;
}

#about_developer ul {
  padding-left: 20px;
  color: #4a4a52;
}

#about_developer ul li {
  margin-bottom: 6px;
  font-size: 14px;
}

.np-consultant-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.np-consultant-grid .item {
  background: var(--np-cream-soft);
  padding: 12px 14px;
  border-radius: 4px;
  border-left: 2px solid var(--np-gold);
}

.np-consultant-grid .item strong {
  display: block;
  color: var(--np-gold);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 600;
}

.np-consultant-grid .item span {
  color: var(--np-navy);
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .np-consultant-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Section: Project Consultants (standalone) ---------- */
#consultants {
  background-color: #fbf9f6 !important;
  background-image: none !important;
  padding: 70px 0 !important;
  border-top: 1px solid var(--np-line);
}

#consultants .head-wrap {
  margin-bottom: 50px;
}

#consultants p {
  color: #4a4a52;
}

.np-cns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 992px) {
  .np-cns-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .np-cns-grid {
    grid-template-columns: 1fr;
  }
}

.np-cns-card {
  background: var(--np-cream-soft);
  border-radius: 6px;
  border-top: 3px solid var(--np-gold);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(26, 31, 77, 0.05);
}

.np-cns-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(26, 31, 77, 0.12);
  background: #fff;
}

.np-cns-ico {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--np-navy);
  color: var(--np-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 4px;
  flex-shrink: 0;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.np-cns-card:hover .np-cns-ico {
  background: var(--np-gold);
  color: #fff;
  transform: scale(1.1);
}

.np-cns-card strong {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--np-gold);
  display: block;
}

.np-cns-card span {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--np-navy);
  line-height: 1.3;
  display: block;
}

/* ---------- Contact Section ---------- */
#contact {
  background-color: var(--np-navy) !important;
  background-image:
    radial-gradient(
      circle at 10% 20%,
      rgba(192, 160, 98, 0.08),
      transparent 40%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(192, 160, 98, 0.06),
      transparent 40%
    ) !important;
  color: #fff !important;
  padding: 60px 0 !important;
}

#contact .contact-info {
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
}

#contact .contact-info img.np-logo {
  display: block;
  max-width: 170px;
  width: 170px;
  background: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  margin: 0 0 26px 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

#contact .contact-info .np-eyebrow {
  display: block !important;
  margin-bottom: 8px !important;
  color: var(--np-gold-light) !important;
}

#contact .contact-info .np-rich {
  margin-bottom: 0 !important;
}

#contact .contact-info .np-divider {
  margin-bottom: 24px;
}

#contact .contact-info p {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px;
  margin-bottom: 6px;
}

#contact .contact-info p strong {
  color: #fff !important;
  font-weight: 600;
}

#contact .contact-info a {
  color: var(--np-gold-light) !important;
}

#contact .contact-info a:hover {
  color: var(--np-gold-soft) !important;
}

#contact .b-top-bot {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 18px 0;
  margin: 22px 0;
}

.np-icon-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
}

.np-icon-line i {
  color: var(--np-gold);
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.np-icon-line strong {
  color: #fff;
  font-weight: 600;
}

.np-icon-line a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.np-icon-line a:hover {
  color: var(--np-gold-light) !important;
}

/* ---------- Footer ---------- */
.footer {
  background: var(--np-navy-deep);
  padding: 22px 0 !important;
}

.footer .copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.footer .copy-right p,
.footer .copy-right a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 13px;
  margin: 0;
}

.footer .copy-right .copy-text {
  text-align: left;
}

.footer .copy-right .created-by {
  text-align: right;
}

.footer .copy-right a:hover {
  color: var(--np-gold) !important;
}

@media (max-width: 575px) {
  .footer .copy-right {
    justify-content: center;
  }

  .footer .copy-right .copy-text,
  .footer .copy-right .created-by {
    text-align: center;
    width: 100%;
  }
}

/* ---------- Mobile fixed bottom CTA ---------- */
.fixed-footer-cust {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--np-navy);
  border-top: 2px solid var(--np-gold);
}

.fixed-footer-cust .row {
  margin: 0;
}

.fixed-footer-cust .col-6 {
  padding: 0;
}

.fixed-footer-cust .div-line {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.fixed-footer-cust .btn.fix-link {
  width: 100%;
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 14px !important;
  font-size: 13px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
}

.fixed-footer-cust .btn.fix-link i {
  color: var(--np-gold);
  margin-right: 6px;
}

/* ---------- Floating buttons (desktop) ---------- */
.btn.interested {
  position: fixed !important;
  right: 30px !important;
  bottom: 30px !important;
  transform-origin: center !important;
  background: var(--np-gold) !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 22px !important;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 1.5px;
  z-index: 999;
  border-radius: 4px 4px 0 0 !important;
  margin: 0 !important;
  box-shadow: 0 4px 14px rgba(192, 160, 98, 0.35) !important;
  text-transform: uppercase;
}

.btn.interested:hover {
  background: var(--np-navy) !important;
}

.btn.interested .f-icon {
  margin-right: 6px;
}

/* The "Download Brochure" floating button — re-style legacy .brochure (fixed bottom-left) */
.brochure {
  position: fixed !important;
  z-index: 999 !important;
  bottom: 24px !important;
  left: 24px !important;
  background: var(--np-gold) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 12px 22px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(192, 160, 98, 0.4) !important;
  transition: all 0.25s ease;
}

.brochure:hover {
  background: var(--np-navy) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(26, 31, 77, 0.4) !important;
}

.brochure .f-icon {
  margin-right: 8px;
}

/* Inside contact section, the brochure button should NOT be fixed — it's inline */
#contact .brochure {
  position: static !important;
  display: none !important;
  /* avoid duplicate, use the floating one instead */
}

@media (max-width: 768px) {
  .brochure {
    bottom: 70px !important;
    left: 12px !important;
    padding: 10px 16px !important;
    font-size: 11px !important;
  }

  .btn.interested {
    display: none !important;
  }
}

/* ---------- Modals ---------- */
.modal-content {
  background: #fff !important;
  background-image: none !important;
  border: none !important;
  border-radius: 8px !important;
  border-top: 4px solid var(--np-gold) !important;
  outline: none !important;
  outline-offset: 0 !important;
  overflow: visible !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.modal-content::after,
.modal-content::before {
  display: none !important;
  content: none !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  position: static !important;
  background: transparent !important;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 2147483647 !important;
  pointer-events: auto !important;
}

.modal {
  z-index: 2147483646 !important;
  pointer-events: auto !important;
}

.modal-body {
  padding: 38px 32px 30px !important;
  color: var(--np-ink) !important;
  background: #fff !important;
  position: relative;
  pointer-events: auto !important;
}

.modal-body h3 {
  font-family: "Cormorant Garamond", serif !important;
  color: var(--np-navy) !important;
  font-size: 28px !important;
  font-weight: 600;
  text-align: center !important;
  margin: 0 0 6px !important;
  position: relative;
  z-index: 99;
}

.modal-body h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--np-gold);
  margin: 10px auto 0;
}

.modal-body > p {
  color: var(--np-muted) !important;
  font-size: 14px !important;
  margin: 12px 0 22px !important;
  text-align: center !important;
  position: relative;
  z-index: 99;
}

.modal .btn-close {
  position: absolute !important;
  right: 14px !important;
  top: 14px !important;
  width: 32px;
  height: 32px;
  background-color: var(--np-cream-soft) !important;
  border-radius: 50% !important;
  filter: none !important;
  opacity: 1 !important;
  z-index: 100;
  background-size: 12px;
}

.modal .btn-close:hover {
  background-color: var(--np-gold) !important;
}

.modal-body .input-group {
  display: flex !important;
  flex-wrap: nowrap !important;
  border: 1px solid #e0dccd !important;
  border-radius: 3px !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  align-items: stretch;
  overflow: visible !important;
  position: relative;
  z-index: 10;
}

.modal-body .input-group:focus-within {
  border-color: var(--np-gold) !important;
  box-shadow: 0 0 0 3px rgba(192, 160, 98, 0.12);
}

.modal-body .input-group-addon {
  width: 44px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--np-cream-soft) !important;
  border: none !important;
  border-right: 1px solid #e0dccd !important;
  color: var(--np-gold) !important;
  font-size: 14px !important;
  flex-shrink: 0;
}

.modal-body .form-control,
.modal-body .custom-select {
  border: none !important;
  box-shadow: none !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  background: #fff !important;
  color: var(--np-ink) !important;
  height: 46px !important;
  width: 100%;
  position: relative;
  z-index: 10;
  pointer-events: auto !important;
  cursor: text;
  -webkit-user-select: text;
  user-select: text;
}

.modal-body select.form-control,
.modal-body .custom-select {
  cursor: pointer;
}

.modal-body .form-group {
  margin-bottom: 14px;
  position: relative;
  z-index: 10;
  height: auto !important;
  overflow: visible !important;
}

.modal-body .form-check {
  position: relative;
  z-index: 10;
  padding-left: 1.6rem;
}

.modal-body .form-check-input {
  margin-top: 4px;
  border-color: #c8c4b5;
  pointer-events: auto !important;
  cursor: pointer;
}

.modal-body .form-check-input:checked {
  background-color: var(--np-gold) !important;
  border-color: var(--np-gold) !important;
}

.modal-body .checkbox-label {
  font-size: 12px !important;
  color: var(--np-muted) !important;
  line-height: 1.5;
}

.modal-body .form-btn {
  width: 100%;
  margin-top: 12px !important;
  position: relative;
  z-index: 10;
}

.modal-body .error {
  color: #c0392b !important;
  font-size: 12px;
  margin-top: 3px;
  display: block;
}

/* ---------- Page Loader ---------- */
#pageloader {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26, 31, 77, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#pageloader img {
  width: 80px;
}

/* ---------- Utility tweaks ---------- */
.np-note {
  font-size: 11px;
  color: var(--np-muted);
  text-align: center;
  margin-top: 18px;
  font-style: italic;
}

/* ---------- Mobile padding tweaks ---------- */
@media (max-width: 992px) {
  #about-first .inner-content {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .np-form-card {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 45px;
  }

  /* reserve space for fixed mobile CTA */
  .np-form-card {
    padding: 28px 22px;
  }

  .modal-body {
    padding: 26px 22px !important;
  }
}

/* ---------- Now Launching form: light placeholder over dark navy card ---------- */
.np-form-card .form-control::placeholder,
.np-form-card .form-control::-webkit-input-placeholder,
.np-form-card .form-control::-moz-placeholder,
.np-form-card .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
}

#about-first #priceform-fname::placeholder,
#about-first #priceform-mobile::placeholder,
#about-first #priceform-email::placeholder,
.np-form-card #priceform-fname::placeholder,
.np-form-card #priceform-mobile::placeholder,
.np-form-card #priceform-email::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
}

.np-form-card select.form-control:invalid,
.np-form-card select.custom-select:invalid,
.np-form-card select.custom-select1:invalid {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ---------- Modal: input alignment & interactivity ---------- */
.modal-body form .form-group {
  height: auto !important;
  margin-bottom: 14px !important;
  overflow: visible !important;
}

.modal-body .input-group {
  height: 46px !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  overflow: visible !important;
  position: relative;
  z-index: 10;
}

.modal-body .input-group-addon {
  width: 46px !important;
  height: 100% !important;
  flex: 0 0 46px !important;
  align-self: stretch !important;
  line-height: 1 !important;
  pointer-events: none;
}

.modal-body .input-group-addon i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 1 !important;
  font-size: 16px !important;
  margin: 0 !important;
}

.modal-body .form-control,
.modal-body .custom-select,
.modal-body .custom-select1 {
  height: 46px !important;
  line-height: normal !important;
  padding: 0 14px !important;
  pointer-events: auto !important;
  cursor: text;
  position: relative;
  z-index: 11;
  background: transparent !important;
  color: var(--np-ink) !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-user-select: text !important;
  user-select: text !important;
}

.modal-body select.form-control,
.modal-body .custom-select,
.modal-body .custom-select1 {
  cursor: pointer;
}

/* ---------- Modal: fix placeholder visibility (override global #fff rule) ---------- */
.modal-body .form-control::placeholder,
.modal-body .form-control::-webkit-input-placeholder,
.modal-body .form-control::-moz-placeholder,
.modal-body .form-control:-ms-input-placeholder {
  color: rgba(26, 31, 77, 0.45) !important;
  opacity: 1 !important;
}

.ove-head-text {
  width: fit-content;
  padding: 10px;
  background-color: var(--np-navy);
  border-left: 3px solid var(--np-gold);
  border-radius: 5px;
}
.new-head {
  width: fit-content;
  background-color: var(--np-navy);
  padding: 10px;
  border-radius: 5px;
  margin: 40px auto 0px auto;
}
.rich-logo {
  width: 185px;
}
#about-sec .new-head {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 20px;
  text-align: left !important;
  margin: 0px 0px 20px 0px;
}
#about-sec .np-divider {
  margin: 20px 0px 0px;
}
#about-sec .np-eyebrow {
  margin-bottom: 0px;
}

.rich-logo1 {
  width: 120px;
}
/* ===================================
   ABOUT NAGPAL REALTY
=================================== */

#np-about-realty {
  background: var(--np-navy);
  padding: 80px 0;
  text-align: center;
}

/* #np-about-realty .container{
    max-width:1400px;
    margin:auto;
} */

#np-about-realty .np-title {
  font-family: "Cormorant Garamond", serif;
  color: #d8b35d;
  font-size: 52px; /* was 72px */
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}

#np-about-realty .np-content {
  max-width: 1200px;
  margin: auto;
}

#np-about-realty .np-content p {
  color: #fff;
  font-size: 16px; /* was 18-20px */
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 18px;
}

#np-about-realty .np-tagline {
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 45px !important;
}

#np-about-realty .np-features {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1050px;
  margin: auto;
}

#np-about-realty .np-feature {
  flex: 1;
  position: relative;
  padding: 0 25px;
}

#np-about-realty .np-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 55px;
  background: #d8b35d;
}

#np-about-realty .np-feature h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Cormorant Garamond", serif;
}

#np-about-realty .np-feature span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

/* ======================
   Tablet
====================== */

@media (max-width: 991px) {
  #np-about-realty {
    padding: 60px 0;
  }

  #np-about-realty .np-title {
    font-size: 52px;
  }

  #np-about-realty .np-content p {
    font-size: 17px;
  }

  #np-about-realty .np-features {
    flex-wrap: wrap;
    gap: 30px;
  }

  #np-about-realty .np-feature {
    flex: 0 0 45%;
  }

  #np-about-realty .np-feature::after {
    display: none;
  }
}

/* ======================
   Mobile
====================== */

@media (max-width: 767px) {
  #np-about-realty {
    padding: 50px 0;
  }

  #np-about-realty .container {
    padding: 0 20px;
  }

  #np-about-realty .np-title {
    font-size: 34px;
    margin-bottom: 25px;
  }

  #np-about-realty .np-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  #np-about-realty .np-tagline {
    margin-bottom: 40px !important;
  }

  #np-about-realty .np-features {
    flex-direction: column;
    gap: 25px;
  }

  #np-about-realty .np-feature {
    width: 100%;
    padding: 0;
  }

  #np-about-realty .np-feature h4,
  #np-about-realty .np-feature span {
    font-size: 18px;
  }
}
