* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: #102332;
}

/* ================= HEADER ================= */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
  padding: 20px 0;
}

.logo h4 {
  margin: 0;
  font-weight: 600;
}

.logo span {
  font-size: 14px;
  color: #777;
}

.main-nav a {
  margin-left: 30px;
  text-decoration: none;
  color: #102332;
  font-weight: 500;
}

/* ================= HERO ================= */
.hero-section {
  height: 90vh;
  background: url('assets/images/hero.jpg') center / cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 6%;
  margin-top: 90px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.15));
}

.hero-content {
  position: relative;
  max-width: 520px;
  color: #fff;
}

.hero-content h1 {
  font-size: 56px;
  font-weight: 300;
}

.hero-content p {
  margin-top: 20px;
  line-height: 1.7;
}

/* ================= LEADER ================= */
.leader-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.btn-primary-custom {
  background: #b85c3a;
  color: #fff;
  padding: 10px 26px;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}

/* ================= FEATURES ================= */
.feature-box {
  padding: 80px 50px;
  min-height: 420px;
}

.feature-image {
  background: url('assets/images/solar-farm.jpg') center / cover no-repeat;
}

.light-blue { background: #d8e6f2; }
.brown { background: #b85c3a; color: #fff; }
.dark-blue { background: #102332; color: #fff; }

/* ================= APPROACH ================= */
.approach-section {
  padding: 70px 0;
  background: #f5f5f5;
}

/* ================= STATS ================= */
.stats-section {
  background: #d8e6f2;
  padding: 80px 0;
}

.stat-box h1 {
  font-size: 64px;
  font-weight: 300;
}

/* ================= INSTALLATION ================= */
.installation-section {
  height: 420px;
  background: url('assets/images/installing.jpg') center / cover no-repeat;
  position: relative;
}

.installation-text {
  position: absolute;
  left: 6%;
  top: 25%;
  max-width: 520px;
  color: #102332;
}

/* ================= SERVICES ================= */
.services-header {
  padding: 80px 0;
  background: #f5f5f5;
}

.service-box {
  padding: 80px 50px;
  min-height: 420px;
}

/* ================= CTA ================= */
.cta-section {
  padding: 70px 0;
  text-align: center;
  background: #f5f5f5;
}

.btn-outline {
  border: 1px solid #102332;
  padding: 12px 28px;
  text-decoration: none;
  color: #102332;
}


/* ================= CONTACT PAGE ================= */

.contact-hero {
  margin-top: 120px;
  padding: 100px 0;
  background: #ffffff;
}

.contact-hero h1 {
  font-size: 40px;
  font-weight: 400;
}

.contact-hero p {
  max-width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 1.7;
}

/* ================= LET'S CHAT (MATCH IMAGE) ================= */

.contact-section {
  background: #e3edf6;
  padding: 90px 0;
}

.contact-title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 50px;
}

.contact-info h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-info p {
  font-size: 15px;
  color: #102332;
}

.contact-form {
  margin-top: 50px;
}

.contact-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 38px;
  border: 2px solid #102332;
  background: #fff;
  padding: 6px 8px;
  font-size: 14px;
}

.contact-form textarea {
  height: 90px;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #b85c3a;
}

/* SEND BUTTON */
.send-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.btn-send {
  background: #b85c3a;
  color: #fff;
  border: none;
  padding: 10px 40px;
  font-size: 14px;
  cursor: pointer;
}

.btn-send:hover {
  opacity: 0.9;
}


/* ================= WHY GO SOLAR ================= */

.simple-header {
  margin-top: 120px;
  padding: 80px 0;
  background: #f5f5f5;
}

.simple-header h1 {
  font-size: 40px;
  font-weight: 400;
}

.dark-band {
  background: #102332;
  color: #ffffff;
  padding: 80px 0;
}

.dark-band p {
  max-width: 720px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.process-grid .process-box {
  padding: 80px 50px;
  min-height: 420px;
}

.process-box h4 {
  font-weight: 500;
  margin-bottom: 18px;
}

.process-box ul {
  padding-left: 18px;
}

.process-box ul li {
  margin-bottom: 8px;
}

/* color helpers (already used earlier but safe fallback) */
.slate-blue { background: #4f6d86; color: #ffffff; }
.light-blue { background: #d8e6f2; }
.dark-blue { background: #0e1f2d; color: #ffffff; }





/* ================= GROUND MOUNTED SOLUTIONS ================= */

.subtitle {
  font-size: 16px;
  color: #555;
  margin-top: 8px;
}

.intro-text {
  max-width: 720px;
  margin: 40px auto 0;
  line-height: 1.7;
  color: #333;
}

.wide-image {
  margin: 80px 0;
}

.wide-image img {
  width: 100%;
  height: auto;
  display: block;
}

.perfect-for {
  padding: 60px 0 100px;
}

.perfect-for h2 {
  font-weight: 400;
  margin-bottom: 30px;
}

.perfect-list {
  list-style: disc;
  max-width: 560px;
  margin: 0 auto;
  padding-left: 20px;
  text-align: left;
}

.perfect-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}


/* ===== Ground Mounted – Alignment Fix ===== */

.gm-title {
  font-size: 40px;
  font-weight: 400;
  text-align: left;
}

.gm-subtitle {
  font-style: italic;
  margin-top: 6px;
  color: #555;
}

.gm-text {
  max-width: 640px;
  margin-top: 30px;
  line-height: 1.7;
  color: #333;
}

/* Perfect For section */
.pf-title {
  font-size: 28px;
  font-weight: 400;
}

.pf-divider {
  width: 24px;
  height: 2px;
  background: #102332;
  margin: 12px 0 30px;
}

.perfect-list {
  list-style: disc;
  padding-left: 20px;
  max-width: 520px;
}

.perfect-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}



/* ================= ABOUT PAGE ================= */

.leadership {
  background: #102332;
  padding: 80px 0;
}

.leadership h3 {
  margin-bottom: 20px;
}

.leadership h4 {
  margin-top: 30px;
  font-weight: 500;
}

.leadership p {
  line-height: 1.7;
  max-width: 520px;
}

.leader-placeholder {
  width: 260px;
  height: 320px;
  background: #e0e0e0;
  margin: 0 auto;
}

/* Value blocks */
.value-grid {
  padding: 80px 0;
}

.value-box {
  padding: 60px 80px;
  min-height: 300px;
}

.value-box h4 {
  margin-bottom: 20px;
  font-weight: 500;
}

.value-box ul {
  padding-left: 18px;
}

.value-box ul li {
  margin-bottom: 8px;
}



.main-nav a {
      position: relative;
      color: #1a1a1a;
      text-decoration: none;
      padding: 6px 0;
      margin-left: 20px;
      font-weight: 500;
      transition: color 0.25s ease-in-out;
    }

    .main-nav a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 0;
      height: 2px;
      background-color: #c25a36; /* Pinewood orange */
      transition: width 0.25s ease-in-out;
    }

    .main-nav a:hover {
      color: #c25a36; /* Pinewood orange */
    }

    .main-nav a:hover::after {
      width: 100%;}



      /* ================= Footer ================= */
.site-footer {
  background: #f6f7f8;
  padding: 60px 0 30px;
  color: #333;
  font-size: 14px;
}

.footer-brand {
  font-size: 20px;
  font-weight: 600;
}

.footer-tagline {
  margin-top: 10px;
  max-width: 320px;
  color: #555;
}

.footer-social a {
  margin-right: 12px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-social a:hover {
  color: #c25a36;
}

.site-footer h6 {
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #c25a36;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.back-to-top {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.back-to-top:hover {
  color: #c25a36;
}


/* Fixed / Parallax Hero */
.hero-fixed {
  position: relative;
  min-height: 520px;
  background-image: url('assets\images\ps.png'); /* your hero image */
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-attachment: fixed; /* 🔥 THIS creates the effect */
  display: flex;
  align-items: center;
}

/* Overlay for readability */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.35) 40%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 1;
}

/* Hero text */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 0 60px;
  color: #ffffff;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1rem;
  line-height: 1.7;
}




.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  max-width: 800px;
  z-index: 2;
}

.hero-content h1,
.hero-content h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.95;
}
