/* ===== BASIC SETTINGS ===== */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: #082e37;
  font-family: Arial, sans-serif;
}

img,
iframe {
  max-width: 100%;
}

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

/* HEADER WRAPPER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #e8eeea;
  box-shadow: 0 3px 18px rgba(8, 46, 55, 0.04);
}

.container {
  width: 1280px;
  max-width: 92%;
  margin: 0 auto;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 98px;
}

/* ===== LOGO AREA ===== */
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 67px;
  height: 62px;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 13px;
  border-left: 1px solid #d6dfd9;
}

.brand-copy strong {
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.brand-copy small {
  color: #6a7c7e;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* DESKTOP MENU */
.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 500;
}

.main-nav a:not(.nav-cta) {
  position: relative;
  padding: 14px 0;
  color: #3a5258;
}

.main-nav a:not(.nav-cta)::after {
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 0;
  height: 3px;
  content: '';
  background-color: #cfe93c;
  border-radius: 4px;
  transform: translateX(-50%);
  transition: width 0.2s ease;
}

.main-nav a:not(.nav-cta):hover,
.main-nav a.active {
  color: #082e37;
}

.main-nav a:not(.nav-cta):hover::after,
.main-nav a.active::after {
  width: 18px;
}

/* GET A QUOTE BUTTON */
.nav-cta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 4px;
  padding: 8px 9px 8px 17px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  background-color: #082e37;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.nav-cta:hover {
  background-color: #426d16;
  transform: translateY(-2px);
}

.nav-cta b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  background-color: #cfe93c;
}

.nav-cta b img {
  width: 15px;
  height: 15px;
}

/* MOBILE MENU BUTTON */
.menu-toggle {
  display: none;
}

/* ===== FOOTER ===== */
.site-footer {
  color: #d9e3de;
  background-color: #071f27;
}

.footer-top {
  padding: 76px 0 65px;
  border-bottom: 1px solid #29454b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1.2fr;
  gap: 35px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.footer-logo img {
  width: 67px;
  height: 62px;
  object-fit: contain;
}

.footer-logo b {
  color: #cfe93c;
}

.footer-about p {
  max-width: 315px;
  margin: 22px 0;
  color: #a9beb9;
  font-size: 15px;
  line-height: 1.8;
}

.footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #6e8c86;
}

.footer-mail span {
  color: #cfe93c;
  font-size: 18px;
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-links h3,
.footer-contact h3 {
  margin: 8px 0 23px;
  color: #ffffff;
  font-size: 15px;
}

.footer-links h3::after,
.footer-contact h3::after {
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 10px;
  content: '';
  background-color: #cfe93c;
}

.footer-links a {
  margin-bottom: 13px;
  color: #a9beb9;
  font-size: 14px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-links a:hover {
  padding-left: 5px;
  color: #cfe93c;
}

.footer-contact p {
  margin: 0 0 18px;
  color: #a9beb9;
  font-size: 14px;
  line-height: 1.8;
}

.footer-contact > a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.footer-bottom {
  background-color: #05171d;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
}

.footer-bottom p {
  margin: 0;
  color: #8ea5a0;
  font-size: 12px;
}

.developer-credit a {
  color: #cfe93c;
}

.developer-credit a:hover {
  color: #ffffff;
}

.social-links {
  display: flex;
  gap: 9px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #b4c8c4;
  border: 1px solid #365057;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.social-links a:hover {
  color: #082e37;
  background-color: #cfe93c;
  border-color: #cfe93c;
}

/* ===== HOME PAGE SOLAR SLIDER ===== */
.solar-slider {
  position: relative;
  height: 560px;
  overflow: hidden;
  background-color: #082e37;
}

.solar-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.solar-slide.active {
  visibility: visible;
  opacity: 1;
}

.solar-slide > img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slider-image-zoom 7s ease-out;
}

.solar-slide.active > img {
  animation: slider-image-zoom 7s ease-out;
}

@keyframes slider-image-zoom {
  from {
    transform: scale(1.06);
  }

  to {
    transform: scale(1);
  }
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.08);
}

.slide-content {
  position: relative;
  z-index: 2;
  padding-top: 158px;
  color: #000000;
}

.slide-eyebrow {
  margin: 0 0 22px;
  color: #d5ee4a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.slide-title {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  max-width: 690px;
  margin: 0;
  padding: 23px 32px 25px;
  font-family: Arial, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -1.8px;
  background-color: rgba(255, 255, 255, 0.90);
  border-left: 7px solid #21d900;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.slide-title span {
  display: block;
}

.slide-title .slide-title-green {
  color: #21c900;
}

.slide-description {
  max-width: 475px;
  margin: 25px 0 30px;
  color: #e1ece8;
  font-size: 17px;
  line-height: 1.65;
}

.slide-button {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  padding: 9px 9px 9px 20px;
  color: #082e37;
  font-size: 13px;
  font-weight: 700;
  background-color: #d5ee4a;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.slide-button:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
}

.slide-button img {
  width: 32px;
  height: 32px;
  padding: 9px;
  background-color: #082e37;
}

.slider-bottom {
  position: absolute;
  bottom: 37px;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 1280px;
  max-width: 92%;
  transform: translateX(-50%);
}

.slider-count {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #ffffff;
}

.slider-count strong {
  color: #d5ee4a;
  font-size: 21px;
}

.slider-count span {
  color: #b5c6c2;
  font-size: 12px;
}

.slider-dots {
  display: flex;
  gap: 8px;
  margin-left: 25px;
}

.slider-dots button {
  width: 28px;
  height: 3px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.45);
  border: 0;
  cursor: pointer;
}

.slider-dots button.active {
  background-color: #d5ee4a;
}

.slider-arrows {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.slider-arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.slider-arrows button:hover {
  background-color: #d5ee4a;
  border-color: #d5ee4a;
}

.slider-arrows img {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
}

.slider-arrows button:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(11%) saturate(3337%) hue-rotate(143deg) brightness(98%) contrast(94%);
}

.slider-prev img {
  transform: rotate(90deg);
}

.slider-next img {
  transform: rotate(-90deg);
}

/* ===== SERVICES SECTION ===== */
.services-section {
  padding: 94px 0;
  background-color: #f5f8f3;
}

.services-heading {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.services-heading::before {
  width: 42px;
  height: 3px;
  margin-right: 13px;
  content: '';
  background-color: #21c900;
}

.services-heading p {
  margin: 0;
  color: #082e37;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.services-grid {
  display: block;
  border-top: 1px solid #cddbd0;
}

.service-card {
  display: grid;
  grid-template-columns: 105px 360px 1fr;
  align-items: center;
  min-height: 156px;
  padding: 26px 35px;
  background-color: transparent;
  border-bottom: 1px solid #cddbd0;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:nth-child(even) {
  background-color: #edf4e9;
}

.service-card:hover {
  background-color: #082e37;
  box-shadow: 0 12px 24px rgba(8, 46, 55, 0.16);
  transform: translateX(8px);
}

.service-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0;
  color: #082e37;
  font-size: 16px;
  font-weight: 800;
  background-color: #cfe93c;
  border: 0;
}

.service-card:hover .service-number {
  color: #082e37;
  background-color: #ffffff;
}

.service-card h2 {
  margin: 0;
  padding-right: 30px;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.service-card p {
  margin: 0;
  padding-left: 30px;
  color: #61716f;
  font-size: 15px;
  line-height: 1.75;
  border-left: 1px solid #c5d7ca;
}

.service-card:hover h2,
.service-card:hover p {
  color: #ffffff;
}

.service-card:hover p {
  border-left-color: #79a686;
}

/* ===== WHY CHOOSE AFM SECTION ===== */
.why-section {
  padding: 105px 0;
  overflow: hidden;
  background-color: #e8f0e5;
}

.why-layout {
  display: grid;
  grid-template-columns: 49% 51%;
  align-items: center;
}

.why-content {
  position: relative;
  z-index: 1;
  min-height: 500px;
  padding: 65px 70px;
  background-color: #082e37;
  box-shadow: 20px 20px 0 #cfe93c;
}

.why-label {
  margin: 0 0 28px;
  color: #cfe93c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.why-content h2 {
  margin: 0 0 34px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -1.8px;
  text-transform: uppercase;
}

.why-content h2 span {
  color: #cfe93c;
}

.why-copy {
  max-width: 520px;
}

.why-copy p {
  margin: 0 0 18px;
  color: #d3e0dc;
  font-size: 15px;
  line-height: 1.75;
}

.why-copy p:last-child {
  margin-bottom: 0;
}

.why-image {
  height: 570px;
  margin-left: -55px;
  overflow: hidden;
}

.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== KEY FEATURES SECTION ===== */
.features-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.features-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 52px;
}

.features-heading > div > p {
  margin: 0 0 13px;
  color: #21a800;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.features-heading h2 {
  margin: 0;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 58px;
  font-weight: 800;
  letter-spacing: -2px;
}

.features-heading h2 span {
  color: #21c900;
}

.features-heading > p {
  max-width: 540px;
  margin: 0 0 8px;
  color: #61716f;
  font-size: 16px;
  line-height: 1.75;
}

.features-layout {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 465px;
}

.features-image {
  position: relative;
  overflow: hidden;
  background-color: #082e37;
}

.features-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  content: '';
  background: linear-gradient(transparent, rgba(8, 46, 55, 0.88));
}

.features-image span {
  position: absolute;
  bottom: 29px;
  left: 30px;
  z-index: 1;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}

.features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #f0f6ed;
}

.feature-item {
  display: flex;
  gap: 20px;
  padding: 34px 30px;
  border-right: 1px solid #d5e1d2;
  border-bottom: 1px solid #d5e1d2;
  transition: background-color 0.2s ease;
}

.feature-item:nth-child(even) {
  border-right: 0;
}

.feature-item:nth-child(3),
.feature-item:nth-child(4) {
  border-bottom: 0;
}

.feature-item:hover {
  background-color: #cfe93c;
}

.feature-item > span {
  color: #21a800;
  font-size: 13px;
  font-weight: 800;
}

.feature-item h3 {
  margin: 0 0 12px;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 21px;
}

.feature-item p {
  margin: 0;
  color: #61716f;
  font-size: 14px;
  line-height: 1.65;
}

/* ===== ESTEEMED CLIENTS SECTION ===== */
.clients-section {
  padding: 95px 0;
  background-color: #082e37;
}

.clients-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 37px;
}

.clients-heading span {
  width: 38px;
  height: 3px;
  background-color: #cfe93c;
}

.clients-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.clients-wall {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 148px;
  padding: 25px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.client-logo:hover {
  background-color: #cfe93c;
  border-color: #cfe93c;
  transform: translateY(-6px);
}

.client-logo img {
  display: block;
  width: 100%;
  height: 85px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* ===== AFM EXPERIENCE SECTION ===== */
.experience-section {
  padding: 105px 0 135px;
  background-color: #eff5eb;
}

.experience-wrap {
  position: relative;
}

.experience-image {
  height: 545px;
  overflow: hidden;
}

.experience-image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 545px;
  content: '';
  background: linear-gradient(90deg, rgba(8, 46, 55, 0.32), transparent 55%);
}

.experience-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-card {
  position: absolute;
  right: 50px;
  bottom: -70px;
  width: 570px;
  padding: 48px 50px;
  background-color: #082e37;
  box-shadow: 16px 16px 0 #cfe93c;
}

.experience-card > p {
  margin: 0 0 15px;
  color: #cfe93c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.experience-card h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -1px;
}

.experience-copy p {
  margin: 0;
  color: #ccdcda;
  font-size: 14px;
  line-height: 1.75;
}

.experience-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 29px;
  padding: 8px 8px 8px 18px;
  color: #082e37;
  font-size: 13px;
  font-weight: 800;
  background-color: #cfe93c;
}

.experience-button img {
  width: 30px;
  height: 30px;
  padding: 8px;
  background-color: #082e37;
}

/* ===== 2023 NUMBERS SECTION ===== */
.numbers-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.numbers-layout {
  display: grid;
  grid-template-columns: 43% 57%;
  background-color: #f0f6ed;
}

.numbers-intro {
  padding: 62px 60px;
  background-color: #082e37;
}

.numbers-intro > p:first-child {
  margin: 0 0 14px;
  color: #cfe93c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.numbers-intro h2 {
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 51px;
  font-weight: 800;
  letter-spacing: -1.8px;
}

.numbers-intro > div {
  width: 54px;
  height: 4px;
  margin: 26px 0;
  background-color: #cfe93c;
}

.numbers-intro > p:not(:first-child) {
  margin: 0;
  color: #d4e1de;
  font-size: 16px;
  line-height: 1.7;
}

.numbers-intro ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.numbers-intro li {
  position: relative;
  padding-left: 17px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.numbers-intro li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  content: '';
  background-color: #cfe93c;
}

.numbers-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.number-stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 230px;
  padding: 35px;
  background-color: #ffffff;
  border-right: 1px solid #d4e2d2;
  border-bottom: 1px solid #d4e2d2;
}

.number-stat.main-stat {
  grid-row: 1 / 3;
  min-height: 460px;
  color: #ffffff;
  background-color: #76bd38;
}

.number-stat strong {
  color: #21a800;
  font-family: Arial, sans-serif;
  font-size: 62px;
  font-weight: 500;
  letter-spacing: -3px;
}

.number-stat.main-stat strong {
  color: #ffffff;
  font-size: 92px;
}

.number-stat span {
  margin-top: 8px;
  color: #082e37;
  font-size: 17px;
  font-weight: 700;
}

.number-stat.main-stat span {
  color: #ffffff;
}

/* ===== FEATURED PROJECTS SLIDER ===== */
.projects-section {
  padding: 105px 0;
  background-color: #edf4ee;
}

.projects-heading {
  display: flex;
  align-items: end;
  margin-bottom: 32px;
}

.projects-heading > p {
  position: absolute;
  margin: 0 0 67px;
  color: #69ad35;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.projects-heading h2 {
  margin: 0;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -2px;
}

.projects-heading h2 span {
  color: #76bd38;
}

.projects-controls {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.projects-controls button {
  width: 48px;
  height: 48px;
  color: #082e37;
  font-size: 23px;
  background-color: transparent;
  border: 1px solid #a7c6ae;
  cursor: pointer;
  transition: 0.2s ease;
}

.projects-controls button:hover {
  color: #ffffff;
  background-color: #082e37;
  border-color: #082e37;
}

.projects-slider {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background-color: #082e37;
}

.project-slide {
  display: none;
  position: relative;
  min-height: 550px;
}

.project-slide.active {
  display: block;
  animation: project-slide-in 0.55s ease;
}

@keyframes project-slide-in {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

.project-slide > img {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.project-slide::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, rgba(8, 46, 55, 0.35), transparent 60%);
}

.project-card {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 43%;
  min-height: 285px;
  padding: 42px 48px;
  color: #ffffff;
  background-color: #082e37;
  border-top: 5px solid #cfe93c;
}

.project-card p {
  margin: 0 0 18px;
  color: #cfe93c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.project-card h3 {
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -1px;
}

.project-card span {
  display: block;
  margin-top: 20px;
  color: #c7dcda;
  font-size: 16px;
}

.projects-footer {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
}

.project-counter {
  color: #597378;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.project-counter strong {
  color: #69ad35;
  font-size: 18px;
}

.project-progress {
  width: 160px;
  height: 3px;
  overflow: hidden;
  background-color: #c7dad0;
}

.project-progress i {
  display: block;
  width: 11.111%;
  height: 100%;
  background-color: #69ad35;
  transition: width 0.35s ease;
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
  padding: 105px 0;
  background-color: #082e37;
}

.testimonials-layout {
  display: grid;
  grid-template-columns: 31% 69%;
}

.testimonials-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 48px;
  background-color: #76bd38;
}

.testimonials-heading > p {
  margin: 0;
  color: #082e37;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.testimonials-heading h2 {
  margin: 82px 0 44px;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.testimonials-heading h2 span {
  color: #ffffff;
}

.testimonial-controls {
  display: flex;
  gap: 9px;
}

.testimonial-controls button {
  width: 43px;
  height: 43px;
  color: #082e37;
  font-size: 20px;
  background-color: transparent;
  border: 1px solid rgba(8, 46, 55, 0.45);
  cursor: pointer;
  transition: 0.2s ease;
}

.testimonial-controls button:hover {
  color: #ffffff;
  background-color: #082e37;
}

.testimonials-slider {
  min-height: 356px;
  padding: 54px 70px 40px;
  background-color: #ffffff;
}

.testimonial-slide {
  display: none;
  position: relative;
  min-height: 262px;
  padding-right: 42px;
}

.testimonial-slide.active {
  display: block;
  animation: testimonial-in 0.45s ease;
}

@keyframes testimonial-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.testimonial-mark {
  display: block;
  height: 69px;
  color: #cfe93c;
  font-family: Georgia, serif;
  font-size: 105px;
  font-weight: 700;
  line-height: 1;
}

.testimonial-slide blockquote {
  margin: 19px 0 34px;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.testimonial-slide p {
  display: inline-block;
  margin: 0;
  padding-bottom: 7px;
  color: #082e37;
  font-size: 17px;
  font-weight: 800;
  border-bottom: 4px solid #76bd38;
}

.testimonial-status {
  display: flex;
  align-items: center;
  gap: 6px;
  grid-column: 2;
  padding: 17px 70px 0;
  color: #8ba6a4;
  background-color: #ffffff;
}

.testimonial-status strong {
  color: #76bd38;
  font-size: 18px;
}

.testimonial-status span {
  font-size: 13px;
  font-weight: 700;
}

.testimonial-dots {
  display: flex;
  gap: 7px;
  margin-left: 20px;
}

.testimonial-dots button {
  width: 23px;
  height: 3px;
  padding: 0;
  background-color: #c3d3d0;
  border: 0;
  cursor: pointer;
}

.testimonial-dots button.active {
  background-color: #76bd38;
}

/* ===== ABOUT US HERO ===== */
.about-hero {
  padding: 74px 0;
  background-color: #edf4ee;
}

.about-hero-layout {
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: 410px;
  background-color: #082e37;
}

.about-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}

.about-hero-copy > p {
  margin: 0 0 19px;
  color: #cfe93c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-hero-copy h1 {
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.8px;
}

.about-hero-copy h1 span {
  color: #cfe93c;
}

.about-hero-copy > div {
  width: 58px;
  height: 4px;
  margin: 31px 0;
  background-color: #76bd38;
}

.about-hero-copy nav {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #a7c0bd;
  font-size: 14px;
}

.about-hero-copy nav a:hover {
  color: #cfe93c;
}

.about-hero-copy nav span {
  color: #76bd38;
}

.about-hero-copy nav b {
  color: #ffffff;
}

.about-hero-image {
  position: relative;
  overflow: hidden;
}

.about-hero-image::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, rgba(8, 46, 55, 0.28), transparent 48%);
}

.about-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}

.about-hero-image span {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  padding: 14px 22px;
  color: #082e37;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #cfe93c;
}

/* ===== WHO WE ARE SECTION ===== */
.who-we-are-section {
  padding: 112px 0;
  background-color: #ffffff;
}

.who-we-are-layout {
  display: grid;
  grid-template-columns: 41% 59%;
  align-items: center;
}

.who-we-are-image {
  position: relative;
  height: 515px;
  padding: 18px 0 0 18px;
}

.who-we-are-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 78%;
  height: 78%;
  content: '';
  background-color: #cfe93c;
}

.who-we-are-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who-we-are-image span {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: 27px;
  padding: 16px 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #082e37;
}

.who-we-are-content {
  position: relative;
  z-index: 3;
  margin-left: -4px;
  padding: 61px 68px;
  background-color: #f1f6f0;
}

.who-we-are-content > p:first-child {
  margin: 0 0 16px;
  color: #76bd38;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.who-we-are-content h2 {
  margin: 0;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 47px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.who-we-are-content h2 span {
  color: #76bd38;
  font-size: 34px;
}

.who-we-are-content > div {
  width: 50px;
  height: 4px;
  margin: 27px 0;
  background-color: #082e37;
}

.who-we-are-content > p:not(:first-child) {
  margin: 0 0 19px;
  color: #496065;
  font-size: 16px;
  line-height: 1.75;
}

.who-we-are-content > p:last-child {
  margin-bottom: 0;
}

/* ===== ABOUT ACHIEVEMENTS SECTION ===== */
.about-achievements-section {
  padding: 92px 0;
  background-color: #edf4ee;
}

.about-achievements-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #ffffff;
  box-shadow: 0 16px 35px rgba(8, 46, 55, 0.08);
}

.achievement-card {
  position: relative;
  min-height: 205px;
  padding: 42px 32px 34px;
  border-right: 1px solid #dce8dd;
}

.achievement-card:last-child {
  border-right: 0;
}

.achievement-card::before {
  display: block;
  width: 35px;
  height: 4px;
  margin-bottom: 31px;
  content: '';
  background-color: #76bd38;
}

.achievement-card strong {
  display: block;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2px;
}

.achievement-card span {
  display: block;
  margin-top: 11px;
  color: #60777a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.achievement-card:hover {
  background-color: #082e37;
}

.achievement-card:hover strong {
  color: #cfe93c;
}

.achievement-card:hover span {
  color: #ffffff;
}

/* ===== MISSION AND VISION SECTION ===== */
.mission-vision-section {
  padding: 105px 0;
  background-color: #082e37;
}

.mission-vision-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
  border-bottom: 1px solid #31555c;
}

.mission-vision-heading img {
  width: 86px;
  height: auto;
  padding: 12px;
  background-color: #ffffff;
}

.mission-vision-heading p {
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -1.8px;
}

.mission-vision-heading p span {
  color: #cfe93c;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 42px;
}

.mission-card,
.vision-card {
  position: relative;
  min-height: 270px;
  padding: 45px 50px;
  overflow: hidden;
}

.mission-card {
  background-color: #cfe93c;
}

.vision-card {
  border: 1px solid #41646b;
  background-color: #0d3b46;
}

.mission-number {
  display: block;
  margin-bottom: 52px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.mission-card .mission-number {
  color: #496f25;
}

.vision-card .mission-number {
  color: #cfe93c;
}

.mission-card h2,
.vision-card h2 {
  margin: 0 0 18px;
  font-family: Arial, sans-serif;
  font-size: 34px;
  line-height: 1.1;
}

.mission-card h2 {
  color: #082e37;
}

.vision-card h2 {
  color: #ffffff;
}

.mission-card p,
.vision-card p {
  max-width: 510px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.mission-card p {
  color: #214146;
}

.vision-card p {
  color: #d0e0dc;
}

.mission-card::after,
.vision-card::after {
  position: absolute;
  right: -18px;
  bottom: -55px;
  font-family: Arial, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
}

.mission-card::after {
  content: 'M';
  color: rgba(8, 46, 55, 0.08);
}

.vision-card::after {
  content: 'V';
  color: rgba(207, 233, 60, 0.08);
}

/* ===== ABOUT CLIENTS SECTION ===== */
.about-clients-section {
  padding: 110px 0;
  background-color: #f4f8f4;
}

.about-clients-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 46px;
}

.about-clients-intro span {
  display: block;
  margin-bottom: 16px;
  color: #76bd38;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.about-clients-intro h2 {
  margin: 0;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 47px;
  line-height: 1.04;
  letter-spacing: -1.8px;
}

.about-clients-intro p {
  max-width: 370px;
  margin: 0 0 4px;
  color: #587074;
  font-size: 16px;
  line-height: 1.7;
}

.about-client-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #d8e3d9;
  border-left: 1px solid #d8e3d9;
  background-color: #ffffff;
}

.about-client-gallery > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
  padding: 24px;
  border-right: 1px solid #d8e3d9;
  border-bottom: 1px solid #d8e3d9;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.about-client-gallery > div:hover {
  background-color: #e9f3e5;
  transform: translateY(-4px);
}

.about-client-gallery img {
  display: block;
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
}

.social-links svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.social-links img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(84%) sepia(13%) saturate(452%) hue-rotate(116deg) brightness(89%) contrast(87%);
}

.social-links a:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(11%) saturate(3337%) hue-rotate(143deg) brightness(98%) contrast(94%);
}

/* ===== NEW FOOTER LAYOUT ===== */
.site-footer {
  position: relative;
  overflow: hidden;
  background-color: #082e37;
}

.site-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-color: #cfe93c;
}

.footer-top {
  padding: 88px 0 70px;
  border: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 32% 68%;
  gap: 0;
}

.footer-about {
  padding: 10px 58px 10px 0;
}

.footer-logo {
  padding-bottom: 22px;
  border-bottom: 1px solid #416168;
}

.footer-logo img {
  width: 96px;
  height: 82px;
}

.footer-about p {
  margin: 26px 0 0;
  color: #c4d2ce;
  font-size: 15px;
  line-height: 1.9;
}

.footer-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.35fr;
  gap: 24px;
  padding: 34px 34px 30px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #38565c;
}

.footer-links h3,
.footer-contact h3 {
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 15px;
}

.footer-links h3::after,
.footer-contact h3::after {
  width: 22px;
  margin-top: 9px;
}

.footer-links a {
  margin-bottom: 14px;
  color: #b9cbc7;
}

.footer-contact p {
  color: #b9cbc7;
  line-height: 1.85;
}

.footer-bottom {
  background-color: #061f27;
  border-top: 1px solid #29484f;
}

.footer-bottom-inner {
  min-height: 76px;
}

.social-links a {
  width: 36px;
  height: 36px;
  border-color: #426067;
}

/* ===== SERVICES HERO ===== */
.services-hero {
  padding: 74px 0;
  overflow: hidden;
  background-color: #edf4ee;
}

.services-hero-layout {
  display: grid;
  grid-template-columns: 47% 53%;
  min-height: 445px;
}

.services-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px 68px;
  background-color: #082e37;
}

.services-hero-content h1 {
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 49px;
  line-height: 1.08;
  letter-spacing: -1.9px;
}

.services-hero-line {
  width: 58px;
  height: 4px;
  margin: 30px 0;
  background-color: #76bd38;
}

.services-hero-content nav {
  display: flex;
  gap: 11px;
  align-items: center;
  color: #b9cfca;
  font-size: 14px;
}

.services-hero-content nav a {
  color: #ffffff;
}

.services-hero-content nav a:hover {
  color: #cfe93c;
}

.services-hero-content nav span {
  color: #76bd38;
}

.services-hero-visual {
  position: relative;
  min-height: 445px;
  overflow: hidden;
}

.services-hero-visual::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, rgba(8, 46, 55, 0.3), rgba(8, 46, 55, 0.05));
}

.services-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== SOLAR PANEL SERVICES SECTION ===== */
.solar-panel-services-section {
  padding: 112px 0;
  background-color: #ffffff;
}

.solar-panel-services-layout {
  display: grid;
  grid-template-columns: 31% 69%;
  align-items: start;
}

.solar-services-statement {
  position: sticky;
  top: 140px;
  min-height: 460px;
  padding: 47px 42px;
  overflow: hidden;
  background-color: #082e37;
}

.solar-services-statement::after {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 210px;
  height: 210px;
  content: '';
  border: 1px solid rgba(207, 233, 60, 0.35);
  border-radius: 50%;
}

.solar-services-statement h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 43px;
  line-height: 1.08;
  letter-spacing: -1.6px;
}

.solar-services-statement h2 b {
  color: #cfe93c;
  font-weight: 700;
}

.solar-services-content {
  padding: 3px 0 0 74px;
}

.solar-services-content > h2 {
  margin: 0;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.solar-services-content > h2 span {
  color: #76bd38;
}

.solar-services-description {
  max-width: 835px;
  margin: 28px 0 38px;
  color: #556f73;
  font-size: 16px;
  line-height: 1.82;
}

.solar-service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #d6e2d8;
  border-left: 1px solid #d6e2d8;
}

.solar-service-list article {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 102px;
  padding: 22px 24px;
  border-right: 1px solid #d6e2d8;
  border-bottom: 1px solid #d6e2d8;
  transition: background-color 0.25s ease;
}

.solar-service-list article:hover {
  background-color: #eef6e8;
}

.solar-service-list span {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #082e37;
  border: 1px solid #76bd38;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.solar-service-list h3 {
  margin: 0;
  color: #183f46;
  font-size: 16px;
  line-height: 1.35;
}

/* ===== QUOTE FORM SECTION ===== */
.quote-section {
  padding: 110px 0;
  background-color: #edf4ee;
}

.quote-layout {
  display: grid;
  grid-template-columns: 35% 65%;
  align-items: start;
}

.quote-heading {
  padding: 54px 45px;
  background-color: #082e37;
}

.quote-heading p {
  margin: 0 0 18px;
  color: #cfe93c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.quote-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: -1.5px;
}

.quote-heading h2 span {
  color: #cfe93c;
}

.quote-form-panel {
  padding: 46px;
  background-color: #ffffff;
  box-shadow: 0 18px 42px rgba(8, 46, 55, 0.11);
}

.quote-message {
  margin: 0 0 25px;
  padding: 14px 17px;
  font-size: 14px;
  line-height: 1.5;
}

.quote-success {
  color: #234a2c;
  background-color: #e1f2d8;
  border-left: 4px solid #76bd38;
}

.quote-error {
  color: #7c2828;
  background-color: #fbe4e4;
  border-left: 4px solid #c34b4b;
}

.quote-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 21px;
}

.quote-form label {
  display: block;
  color: #23494f;
  font-size: 13px;
  font-weight: 800;
}

.quote-form label b {
  color: #76bd38;
}

.quote-form input,
.quote-form textarea {
  box-sizing: border-box;
  width: 100%;
  margin-top: 9px;
  padding: 14px 15px;
  color: #082e37;
  border: 1px solid #cbdad0;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-form input {
  height: 49px;
}

.quote-form textarea {
  height: 104px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: #76bd38;
  box-shadow: 0 0 0 3px rgba(118, 189, 56, 0.15);
}

.quote-form button {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
  min-width: 173px;
  min-height: 51px;
  margin-top: 4px;
  padding: 0 20px;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  background-color: #082e37;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.quote-form button:hover {
  background-color: #76bd38;
  transform: translateY(-2px);
}

.quote-form button img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
}

.quote-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ===== PRODUCTS HERO ===== */
.products-hero {
  padding: 74px 0;
  overflow: hidden;
  background-color: #edf4ee;
}

.products-hero-layout {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 445px;
}

.products-hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px 68px;
  overflow: hidden;
  background-color: #cfe93c;
}

.products-hero-copy::after {
  position: absolute;
  right: -60px;
  bottom: -95px;
  width: 305px;
  height: 305px;
  content: '';
  border: 1px solid rgba(8, 46, 55, 0.22);
  border-radius: 50%;
}

.products-hero-copy h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -2.7px;
}

.products-hero-line {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 4px;
  margin: 31px 0;
  background-color: #082e37;
}

.products-hero-copy nav {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 11px;
  align-items: center;
  color: #35575b;
  font-size: 14px;
}

.products-hero-copy nav a {
  color: #082e37;
}

.products-hero-copy nav a:hover {
  color: #ffffff;
}

.products-hero-copy nav span {
  color: #416d34;
}

.products-hero-image {
  position: relative;
  min-height: 445px;
  overflow: hidden;
}

.products-hero-image::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, rgba(8, 46, 55, 0.18), rgba(8, 46, 55, 0.02));
}

.products-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== PRODUCT SHOWCASE SECTION ===== */
.products-showcase-section {
  padding: 110px 0;
  background-color: #f2f6f1;
}

.product-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.product-showcase-card {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 360px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 15px 32px rgba(8, 46, 55, 0.08);
}

.product-showcase-image {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

.product-showcase-image::after {
  position: absolute;
  inset: 0;
  content: '';
  background-color: rgba(8, 46, 55, 0.25);
}

.product-showcase-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-showcase-card:hover .product-showcase-image img {
  transform: scale(1.06);
}

.product-showcase-image span {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #082e37;
  background-color: #cfe93c;
  font-size: 12px;
  font-weight: 800;
}

.product-showcase-copy {
  position: relative;
  padding: 39px 33px 32px;
}

.product-showcase-copy > p:first-child {
  margin: 0 0 20px;
  color: #76bd38;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.product-showcase-copy h3 {
  margin: 0;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -1.3px;
}

.product-showcase-copy > div {
  width: 35px;
  height: 3px;
  margin: 20px 0;
  background-color: #76bd38;
}

.product-showcase-copy > p:not(:first-child) {
  margin: 0 0 14px;
  color: #526c70;
  font-size: 14px;
  line-height: 1.68;
}

.product-showcase-copy > p:last-child {
  margin-bottom: 0;
}

/* ===== CONTACT HERO ===== */
.contact-hero {
  padding: 74px 0;
  overflow: hidden;
  background-color: #f2f7f1;
}

.contact-hero-layout {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 445px;
}

.contact-hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px 68px;
  overflow: hidden;
  background-color: #76bd38;
}

.contact-hero-copy::before {
  position: absolute;
  top: 0;
  right: -74px;
  z-index: 1;
  width: 148px;
  height: 100%;
  content: '';
  background-color: #76bd38;
  transform: skewX(-14deg);
}

.contact-hero-copy > * {
  position: relative;
  z-index: 2;
}

.contact-hero-copy h1 {
  margin: 0;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 62px;
  line-height: 1;
  letter-spacing: -2.6px;
}

.contact-hero-line {
  width: 58px;
  height: 4px;
  margin: 32px 0;
  background-color: #ffffff;
}

.contact-hero-copy nav {
  display: flex;
  gap: 11px;
  align-items: center;
  color: #31532b;
  font-size: 14px;
}

.contact-hero-copy nav a {
  color: #082e37;
}

.contact-hero-copy nav a:hover {
  color: #ffffff;
}

.contact-hero-copy nav span {
  color: #ffffff;
}

.contact-hero-visual {
  position: relative;
  min-height: 445px;
  overflow: hidden;
}

.contact-hero-visual::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, rgba(8, 46, 55, 0.16), rgba(8, 46, 55, 0.43));
}

.contact-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== CONTACT FORM SECTION ===== */
.contact-section {
  padding: 105px 0 112px;
  background-color: #f4f8f2;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
  gap: 72px;
  align-items: start;
}

.contact-form-panel {
  padding: 50px;
  background-color: #ffffff;
  box-shadow: 0 18px 48px rgba(8, 46, 55, 0.09);
}

.contact-message {
  margin: 0 0 22px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
}

.contact-success {
  color: #285b1f;
  background-color: #e7f5df;
  border-left: 4px solid #76bd38;
}

.contact-error {
  color: #8a2b2b;
  background-color: #fff0f0;
  border-left: 4px solid #c64a4a;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: block;
}

.contact-form label span {
  display: block;
  margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d8e1da;
  border-radius: 0;
  outline: none;
  color: #082e37;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input {
  height: 58px;
  padding: 0 20px;
}

.contact-form textarea {
  min-height: 154px;
  padding: 18px 20px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #6d7e7a;
  opacity: 1;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #76bd38;
  box-shadow: 0 0 0 3px rgba(118, 189, 56, 0.16);
}

.contact-form button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 56px;
  padding: 0 25px;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  background-color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.contact-form button:hover {
  background-color: #76bd38;
  transform: translateY(-2px);
}

.contact-form button img {
  width: 17px;
  filter: brightness(0) invert(1);
}

.contact-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-details {
  display: grid;
  gap: 20px;
}

.contact-detail-block {
  display: grid;
  grid-template-columns: 49px 1fr;
  gap: 18px;
  padding: 27px 0;
  border-bottom: 1px solid #d8e3d9;
}

.contact-detail-block:first-child {
  padding-top: 9px;
}

.contact-detail-icon {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  background-color: #76bd38;
}

.contact-detail-icon img {
  width: 21px;
  height: 21px;
  filter: brightness(0) invert(1);
}

.contact-detail-block h2 {
  margin: 3px 0 12px;
  color: #082e37;
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.contact-detail-block address,
.contact-detail-block a {
  color: #45615b;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.78;
}

.contact-detail-block a {
  display: block;
  width: max-content;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.contact-detail-block a:hover {
  color: #76bd38;
}

/* ===== CONTACT MAP SECTION ===== */
.contact-map-section {
  padding: 0 0 105px;
  background-color: #f4f8f2;
}

.contact-map-frame {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background-color: #dbe8dc;
  box-shadow: 0 18px 48px rgba(8, 46, 55, 0.1);
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
}

.contact-map-card {
  position: absolute;
  top: 34px;
  left: 34px;
  width: 305px;
  padding: 27px 28px 26px;
  background-color: #082e37;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.contact-map-card > span {
  display: block;
  padding-left: 13px;
  border-left: 4px solid #76bd38;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.35;
}

.contact-map-card p {
  margin: 18px 0 23px;
  color: #c7d9d2;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.contact-map-card a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #76bd38;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.contact-map-card a:hover {
  color: #ffffff;
}

.contact-map-card img {
  width: 15px;
  filter: brightness(0) saturate(100%) invert(71%) sepia(44%) saturate(581%) hue-rotate(47deg) brightness(93%) contrast(85%);
}

.contact-map-card a:hover img {
  filter: brightness(0) invert(1);
}

/* ===== PROJECTS HERO ===== */
.projects-hero {
  padding: 74px 0;
  overflow: hidden;
  background-color: #edf4ee;
}

.projects-hero-layout {
  display: grid;
  grid-template-columns: 56% 44%;
  min-height: 445px;
}

.projects-hero-visual {
  position: relative;
  min-height: 445px;
  overflow: hidden;
}

.projects-hero-visual::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, rgba(8, 46, 55, 0.08), rgba(8, 46, 55, 0.38));
}

.projects-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects-hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px 68px;
  overflow: hidden;
  background-color: #082e37;
}

.projects-hero-copy::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%;
  content: '';
  background-color: #cfe93c;
}

.projects-hero-copy h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 61px;
  line-height: 1;
  letter-spacing: -2.5px;
}

.projects-hero-line {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 4px;
  margin: 31px 0;
  background-color: #cfe93c;
}

.projects-hero-copy nav {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 11px;
  align-items: center;
  color: #b9cfca;
  font-size: 14px;
}

.projects-hero-copy nav a {
  color: #ffffff;
}

.projects-hero-copy nav a:hover {
  color: #cfe93c;
}

.projects-hero-copy nav span {
  color: #cfe93c;
}

/* ===== PROJECTS GALLERY SECTION ===== */
.projects-gallery-section {
  padding: 105px 0;
  background-color: #f3f7f2;
}

.projects-gallery-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 42px;
}

.project-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.project-filter button {
  min-height: 39px;
  padding: 0 15px;
  color: #3b575b;
  cursor: pointer;
  border: 1px solid #d1dfd2;
  background-color: transparent;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.project-filter button:hover,
.project-filter button.active {
  color: #082e37;
  border-color: #cfe93c;
  background-color: #cfe93c;
}

.projects-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}

.gallery-project-card {
  position: relative;
  min-height: 278px;
  overflow: hidden;
  background-color: #082e37;
}

.gallery-project-card.is-hidden {
  display: none;
}

.gallery-project-card img {
  display: block;
  width: 100%;
  height: 278px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-project-card::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(8, 46, 55, 0) 28%, rgba(8, 46, 55, 0.9) 100%);
}

.gallery-project-card > div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 27px 27px 25px;
  transform: translateY(73px);
  transition: transform 0.35s ease;
}

.gallery-project-card:hover img {
  transform: scale(1.06);
}

.gallery-project-card:hover > div {
  transform: translateY(0);
}

.gallery-project-card span {
  display: block;
  margin-bottom: 10px;
  color: #cfe93c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.gallery-project-card h2 {
  min-height: 44px;
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.gallery-project-card p {
  margin: 14px 0 0;
  color: #d3e3de;
  font-size: 13px;
}
