/*
Theme Name: Welland Pre Construction
Theme URI: https://gtawebdesigner.com/
Author: Amit
Description: SEO-friendly custom landing page WordPress theme for pre-construction homes in Welland and Thorold with Customizer editable images, backgrounds, contact details, project cards, and content.
Version: 4.5.0
License: GPL v2 or later
Text Domain: welland-preconstruction
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
  --primary: #073f3a;
  --primary-dark: #032f2b;
  --primary-soft: #0d5a52;
  --accent: #8b2f4b;
  --accent-dark: #6f223a;
  --aqua: #d9eeee;
  --aqua-2: #eefafa;
  --cream: #f7f4ea;
  --white: #ffffff;
  --text: #000000;
  --muted: #5f787c;
  --border: #a9c4c5;
  --shadow: 0 18px 44px rgba(8, 40, 38, .10);
  --heading: 'roboto', sans-serif;
  --body: 'Montserrat', Arial, sans-serif;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

a {
  color: inherit;
  text-decoration: none
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(7, 63, 58, .10);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .06)
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0
}

.logo {
  font-weight: 800;
  letter-spacing: 1.8px;
  color: var(--primary);
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.05
}

.logo span {
  display: block;
  font-size: 10px;
  letter-spacing: 4px;
  color: var(--accent);
  margin-top: 5px
}

.custom-logo-link {
  display: flex;
  align-items: center;
  line-height: 1;
}

.custom-logo {
  max-height: 72px;
  width: auto;
  display: block;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  align-items: flex-start;
}

.menu-toggle .hamburger-bar {
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  transition: all 0.3s ease;
}

.menu-toggle .hamburger-bar:nth-child(2) {
  width: 70%;
}

/* Animate to X */
.menu-toggle.active .hamburger-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active .hamburger-bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .hamburger-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--primary)
}

.nav a {
  position: relative
}

.nav a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: .24s ease
}

.nav a:hover:after {
  transform: scaleX(1)
}

.btn,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 14px 30px;
  border: 2px solid var(--primary);
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  transition: .25s ease;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none
}

.btn:hover,
.wp-block-button__link:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px)
}

.btn-outline {
  background: transparent;
  color: var(--primary)
}

.btn-outline:hover {
  color: #fff;
  background: var(--primary)
}

.btn-accent {
  background: var(--accent);
  border-color: var(--accent)
}

.btn-light {
  background: #fff;
  color: var(--primary);
  border-color: #fff
}

.btn-light:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff
}

/* =====================================================
   HERO V2 — wpc-hero Design
   ===================================================== */

.wpc-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #101513;
  color: #fff;
}

.wpc-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  transform: scale(1.01);
}

.wpc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 8, .94) 0%, rgba(8, 12, 11, .78) 32%, rgba(8, 12, 11, .25) 62%, rgba(8, 12, 11, .03) 100%);
}

.wpc-hero-content {
  position: relative;
  z-index: 2;
  width: min(1160px, 92%);
  min-height: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 54px 0 70px;
}

.wpc-hero-kicker {
  margin: 0 0 8px;
  color: #d9b96f;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3.5px;
}

.wpc-hero h1 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(48px, 5vw, 76px);
  line-height: .9;
  font-weight: 700;
  letter-spacing: -1px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .28);
}

.wpc-gold-line {
  display: block;
  width: 58px;
  height: 2px;
  background: #d9b96f;
  margin: 18px 0 16px;
}

.wpc-hero-text {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.48;
  font-weight: 500;
  color: #f2f2f2;
  max-width: 640px;
}

.wpc-hero-buttons {
  display: flex;
  gap: 16px;
  margin-top: 26px;
}

.wpc-btn {
  min-width: 184px;
  min-height: 50px;
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.wpc-btn:hover {
  transform: translateY(-2px);
}

.wpc-btn-primary {
  background: #073f3a;
  border-color: #073f3a;
}

.wpc-btn-primary:hover {
  background: #032f2b;
  border-color: #032f2b;
}

.wpc-btn-outline {
  background: rgba(0, 0, 0, .2);
  border-color: #fff;
}

.wpc-btn-outline:hover {
  background: rgba(255, 255, 255, .15);
  border-color: #fff;
}

.wpc-hero-stats {
  position: absolute;
  right: 0;
  bottom: 42px;
  width: min(590px, 50vw);
  min-height: 86px;
  background: rgba(5, 7, 6, .84);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.3fr;
  align-items: center;
  padding: 16px 20px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .32);
  backdrop-filter: blur(8px);
}

.wpc-stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border-right: 1px solid rgba(217, 185, 111, .45);
}

.wpc-stat-item:last-child {
  border-right: 0
}

.wpc-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d9b96f;
  flex-shrink: 0;
}

.wpc-stat-icon svg {
  width: 34px;
  height: 34px;
}

.wpc-stat-item strong,
.wpc-stat-item small {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  text-transform: uppercase;
}

.wpc-stat-item strong {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
}

.wpc-stat-item small {
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: .8px;
}

@media(max-width:900px) {
  .wpc-hero-content {
    display: block;
    min-height: auto;
    padding: 70px 0 150px
  }

  .wpc-hero-stats {
    left: 0;
    right: auto;
    width: 100%;
    bottom: 28px
  }
}

@media(max-width:640px) {
  .wpc-hero {
    min-height: auto
  }

  .wpc-hero-bg {
    background-position: 65% center
  }

  .wpc-hero-overlay {
    background: linear-gradient(90deg, rgba(5, 8, 8, .94), rgba(5, 8, 8, .72))
  }

  .wpc-hero-buttons {
    flex-direction: column
  }

  .wpc-btn {
    width: 100%
  }

  .wpc-hero-stats {
    grid-template-columns: 1fr;
    padding: 14px 16px;
    gap: 12px;
    position: relative;
    margin-top: 28px;
    bottom: auto
  }

  .wpc-stat-item {
    border-right: 0;
    border-bottom: 1px solid rgba(217, 185, 111, .3);
    padding: 0 0 12px
  }

  .wpc-stat-item:last-child {
    border-bottom: 0;
    padding-bottom: 0
  }
}


/* =====================================================
   Featured Projects Strip & Features Strip
   ===================================================== */

.wpc-featured-projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background: #fff;
  padding: 10px 10px 0 10px;
}

.wpc-project-card {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  color: #fff;
  overflow: hidden;
}

.wpc-project-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 16, 0.6);
  z-index: 1;
  transition: background 0.3s ease;
}

.wpc-project-card:hover .wpc-project-overlay {
  background: rgba(12, 18, 16, 0.72);
}

.wpc-project-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #8b1a2e;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 5px 12px;
  text-transform: uppercase;
  z-index: 2;
}

.wpc-project-info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wpc-project-info h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: 1.5px;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.wpc-project-loc {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: #fff;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.wpc-project-desc {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
  text-transform: uppercase;
}

.wpc-project-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 24px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #fff;
  background: #073f3a;
  border: 1px solid #073f3a;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.wpc-project-btn:hover {
  background: #032f2b;
  border-color: #032f2b;
  transform: translateY(-2px);
}

/* VALUE PROP / FEATURES STRIP */
.wpc-features-strip {
  background: #f7f4ea;
  border-top: 1px solid rgba(7, 63, 58, 0.08);
  border-bottom: 1px solid rgba(7, 63, 58, 0.08);
  padding: 64px 0;
}

.wpc-features-container {
  width: min(1480px, 98%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: start;
}

.wpc-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid rgba(7, 63, 58, 0.15);
}

.wpc-feature-item:last-child {
  border-right: none;
}

.wpc-feature-icon {
  color: var(--primary);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  transition: transform 0.3s ease;
}

.wpc-feature-icon svg {
  width: 44px;
  height: 44px;
  stroke-width: 1.4;
}

.wpc-feature-item:hover .wpc-feature-icon {
  transform: scale(1.1);
}

.wpc-feature-item h4 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--primary);
  margin: 0 0 10px;
  text-transform: uppercase;
}

.wpc-feature-item p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 500;
  color: #405559;
  margin: 0;
}



/* RESPONSIVE STYLING */
@media(max-width: 1040px) {
  .wpc-features-container {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 36px;
  }

  .wpc-feature-item {
    border-right: none;
  }

  .wpc-feature-item:not(:nth-child(3n)) {
    border-right: 1px solid rgba(7, 63, 58, 0.15);
  }
}

@media(max-width: 900px) {
  .wpc-featured-projects {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .wpc-project-card {
    min-height: 300px;
  }
}

@media(max-width: 640px) {
  .wpc-features-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }

  .wpc-feature-item {
    border-right: none !important;
    padding: 0 12px;
  }

  .wpc-feature-item:not(:nth-child(2n)) {
    border-right: 1px solid rgba(7, 63, 58, 0.15) !important;
  }
}

@media(max-width: 480px) {
  .wpc-features-container {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .wpc-feature-item {
    border-right: none !important;
    padding: 0;
  }
}


/* Legacy eyebrow */
.eyebrow {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px
}

.section {
  padding: 92px 0
}

.section-white {
  background: #fff
}

.section-light {
  background: var(--aqua)
}

.section-title {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center
}

.section-title h2,
.content h2,
.cta h2 {
  font-family: var(--heading);
  font-size: clamp(42px, 3.5vw, 62px);
  line-height: .98;
  margin: 0 0 16px;
  color: var(--primary);
  letter-spacing: -.6px
}

.section-title p {
  font-size: 18px;
  color: var(--muted);
  margin: 0
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px
}

.section-kicker:before,
.section-kicker:after {
  content: '';
  width: 34px;
  height: 1px;
  background: var(--accent)
}

.community-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 38px;
  max-width: 920px
}

.community-pill {
  padding: 12px 20px;
  border: 1px solid var(--border);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: #fff;
  color: var(--primary)
}

.community-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff
}

.communities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.community-card {
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgb(6 113 104 / 71%);
  transition: .28s ease
}

.community-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, .16)
}

.community-visual {
  background: #f2f7f7;
  padding: 14px
}

.community-visual img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(7, 63, 58, .08)
}

.community-footer {
  padding: 24px 24px 26px
}

.location {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--primary-soft);
  margin-bottom: 8px
}

.community-footer h3 {
  font-family: var(--heading);
  font-size: 36px;
  line-height: 1;
  margin: 0 0 8px;
  color: var(--accent)
}

.type {
  font-size: 16px;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 18px
}

.community-mini-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 18px 0 20px;
  border-top: 1px solid var(--border);
  margin-top: 14px
}

.community-mini-specs span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-soft);
  margin-bottom: 4px
}

.community-mini-specs strong {
  display: block;
  color: var(--primary);
  font-size: 20px;
  line-height: 1.3
}

.community-mini-specs strong:first-of-type {
  color: var(--accent)
}

.community-footer .btn {
  width: 100%
}

.community-note {
  margin-top: 24px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.content p {
  font-size: 18px;
  color: #0c0c0c;
  margin: 0 0 18px
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 25px
}

.feature-item {
  background: #fff;
  border-left: 5px solid var(--accent);
  padding: 17px 18px;
  font-weight: 800;
  color: var(--primary);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .04)
}

.image-box {
  min-height: 430px;
  background: linear-gradient(rgba(7, 63, 58, .18), rgba(7, 63, 58, .18)), var(--about-img) center/cover no-repeat;
  box-shadow: 22px 22px 0 rgba(139, 47, 75, .15);
  border: 10px solid #fff
}

.home-types {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.type-card {
  background: #fff;
  padding: 32px;
  border-top: 5px solid var(--accent);
  min-height: 230px;
  box-shadow: 0 10px 28px rgb(0 0 0 / 35%)
}

.type-card h3 {
  font-family: var(--heading);
  font-size: 30px;
  color: var(--primary);
  margin: 0 0 12px
}

.type-card p {
  margin: 0;
  color: #000000
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: steps
}

.step {
  background: #fff;
  padding: 34px;
  position: relative;
  box-shadow: 0 10px 28px rgb(0 0 0 / 45%)
}

.step:before {
  counter-increment: steps;
  content: counter(steps);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 22px
}

.step h3 {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.step p {
  margin: 0;
  color: #000000
}

.cta {
  background: linear-gradient(120deg, var(--primary-dark), var(--primary));
  color: #fff;
  text-align: center;
  padding: 84px 0
}

.cta h2 {
  color: #fff
}

.cta p {
  font-size: 19px;
  max-width: 760px;
  margin: 0 auto 30px;
  color: #d8eeee
}

.cta .btn {
  background: #fff;
  color: var(--primary);
  border-color: #fff
}

.cta .btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff
}

.form-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: start
}

.form-box {
  background: #fff;
  padding: 38px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .08)
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.form-field.full {
  grid-column: 1/-1
}

.form-field label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 7px
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: #f9ffff;
  padding: 14px;
  font-size: 15px;
  color: var(--text);
  font-family: inherit
}

.form-field textarea {
  min-height: 130px;
  resize: vertical
}

.form-field button {
  width: 100%;
  margin-top: 8px
}

.faq {
  max-width: 900px;
  margin: 0 auto
}

.faq-item {
  background: #fff;
  margin-bottom: 14px;
  padding: 24px;
  border-left: 5px solid var(--primary);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .04)
}

.faq-item h3 {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 20px
}

.faq-item p {
  margin: 0;
  color: #000000
}

.footer {
  background: #062f2c;
  color: #bdd7d7;
  padding: 64px 0 24px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 50px;
  align-items: start;
}

.footer-col h3 {
  color: #fff;
  font-family: var(--body);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 24px;
}

/* Brand Column */
.footer-logo {
  background: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 18px;
}

.footer-logo .logo-text {
  color: #073f3a;
  font-weight: 800;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  line-height: 1.05;
}

.footer-logo .logo-text span {
  display: block;
  font-size: 9px;
  color: var(--accent);
  letter-spacing: 2px;
  margin-top: 3px;
}

.footer-desc {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.6;
  color: #bdd7d7;
  margin: 0;
}

.footer-buttons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 22px;
  border-radius: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.footer-btn-call {
  background: #d8232a;
  border: 1px solid #d8232a;
}

.footer-btn-call:hover {
  background: #b2181e;
  border-color: #b2181e;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(216, 35, 42, 0.35);
}

.footer-btn-wa {
  background: #25d366;
  border: 1px solid #25d366;
}

.footer-btn-wa:hover {
  background: #1ebd58;
  border-color: #1ebd58;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

/* Links Column */
.footer-col-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col-links li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}

.footer-col-links li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  top: -1px;
}

.footer-col-links a {
  color: #bdd7d7;
  font-family: var(--body);
  font-size: 14.5px;
  font-weight: 500;
  transition: color 0.25s ease;
}

.footer-col-links a:hover {
  color: #fff;
}

/* Contact Column */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-icon {
  margin-top: 3px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: all 0.25s ease;
}

.contact-item:hover .contact-icon {
  background: var(--accent);
  transform: translateY(-2px);
}

.contact-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  display: block;
}

.contact-text {
  display: flex;
  flex-direction: column;
}

.contact-info-block .contact-label {
  font-family: var(--body);
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-info-block .contact-value {
  font-family: var(--body);
  font-size: 15px;
  color: #bdd7d7;
  margin: 0;
}

.contact-info-block .contact-value a {
  color: #bdd7d7;
  transition: color 0.25s ease;
}

.contact-info-block .contact-value a:hover {
  color: #fff;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  margin-top: 48px;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--body);
  font-size: 12.5px;
  color: rgba(189, 215, 215, 0.55);
}

.footer-bottom-inner a {
  color: #fff;
}


@media(max-width:1040px) {
  .menu-toggle {
    display: flex;
  }

  .nav {
    display: flex !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #073f3a;
    flex-direction: column;
    padding: 0;
    gap: 0;
    border-bottom: 4px solid var(--accent);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
    align-items: stretch;
    z-index: 999;

    /* Collapsed state */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, visibility 0.25s ease, padding 0.35s ease;
  }

  .nav.active {
    max-height: 420px;
    opacity: 1;
    visibility: visible;
    padding: 12px 0;
  }

  .nav a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 16px 24px;
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.24s ease;
  }

  .nav a:last-child {
    border-bottom: none;
  }

  .nav a:hover,
  .nav a:active {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05);
    padding-left: 32px;
  }

  .nav a:after {
    display: none;
  }

  .two-col,
  .form-wrap {
    grid-template-columns: 1fr
  }

  .communities {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .home-types,
  .steps {
    grid-template-columns: repeat(2, 1fr)
  }

  .image-box {
    min-height: 320px
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media(max-width:650px) {
  .container {
    width: 95%;
  }

  .form-box {
    padding: 20px 16px;
  }

  .header-inner {
    padding: 12px 0;
    gap: 12px;
  }

  .logo {
    font-size: 15px;
    max-width: 65%;
  }

  .logo span {
    font-size: 9px;
    letter-spacing: 2px;
    margin-top: 3px;
  }

  .header-register {
    padding: 10px 14px;
    font-size: 10.5px;
    min-height: 38px;
    line-height: 1.1;
  }

  .wpc-hero h1 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.05;
  }

  .wpc-hero-text {
    font-size: 14.5px;
    line-height: 1.4;
  }

  .wpc-hero-content {
    padding: 42px 0 32px;
  }

  .communities {
    grid-template-columns: 1fr;
  }

  .community-mini-specs,
  .form-grid {
    grid-template-columns: 1fr
  }

  .content h2,
  .section-title h2,
  .cta h2 {
    font-size: 30px
  }

  .section {
    padding: 50px 0
  }

  .community-footer {
    padding: 22px
  }

  .community-footer h3 {
    font-size: 26px
  }

  .home-types,
  .steps,
  .feature-list {
    grid-template-columns: 1fr
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}

/* Contact Form 7 Form Integration Styling */
.cf7-form-wrapper form {
  width: 100%;
}

.cf7-form-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0;
  width: 100%;
}

.cf7-form-wrapper .wpcf7-form-control:not([type="submit"]) {
  width: 100%;
  border: 1px solid var(--border);
  background: #f9ffff;
  padding: 14px;
  font-size: 15px;
  color: var(--text);
  font-family: inherit;
}

.cf7-form-wrapper .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 14px 30px;
  border: 2px solid var(--accent);
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  transition: .25s ease;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  margin-top: 12px;
}

.cf7-form-wrapper .wpcf7-submit:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-2px);
}

.cf7-form-wrapper .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
}

/* Footer Simple Form & Contact Form 7 Footer Styling */
.footer-simple-form input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.footer-simple-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.footer-simple-form input:focus {
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}
.footer-simple-form .btn {
  width: 100%;
  margin-top: 8px;
  min-height: 42px;
  padding: 10px;
  font-size: 11px;
}

/* CF7 in Footer Styles */
.footer-form-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}
.footer-form-wrapper .wpcf7-form-control:not([type="submit"]) {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.footer-form-wrapper .wpcf7-form-control:not([type="submit"])::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.footer-form-wrapper .wpcf7-form-control:not([type="submit"]):focus {
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}
.footer-form-wrapper .wpcf7-submit {
  width: 100%;
  min-height: 42px;
  padding: 10px;
  font-size: 11px;
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.25s ease;
  margin-top: 6px;
}
.footer-form-wrapper .wpcf7-submit:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}
.footer-form-wrapper .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  border-color: var(--accent);
}

/* Google Map Embed Container Styling */
.wpc-map-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(7, 63, 58, 0.1);
  background: #fff;
  transition: all 0.3s ease;
}

.wpc-map-container:hover {
  box-shadow: 0 12px 38px rgba(7, 63, 58, 0.12);
  transform: translateY(-2px);
}

.wpc-map-container iframe {
  display: block;
  width: 100%;
  height: 320px; /* Make it slightly taller for better readability */
  border: 0;
}

@media (max-width: 650px) {
  .wpc-map-container iframe {
    height: 240px; /* Shorter height on small screens */
  }
}