/* Header Section */
.header-section {
  padding: 80px 0 0 0;
  position: relative;
  overflow: hidden;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.header-text {
  flex: 1;
  min-width: 400px;
}

.header-text h1 {
  margin-bottom: 40px;
}

.header-text h2 {
  margin-bottom: 30px;
}

.header-text p {
  text-align: justify;
  max-width: 500px;
}

.header-image {
  flex: 1;
  min-width: 630px;
  position: relative;
}

.family-image {
  width: 100%;
}
.family-image img {
  width: 100%;
}

/* Bottom Section */
.bottom-section {
  /* background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); */
  background: linear-gradient(
      45deg,
      rgba(201, 158, 98, 0.2),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/sustainability-driving.png");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 220px 0;
  position: relative;
  margin-top: -50px;

  overflow: hidden;
}
.union-one-top {
  position: relative;
  z-index: 1;
  margin-bottom: -88px;
  margin-top: -60px;
}
.union-one-top img {
  width: 100%;
}

.union-two-bottom {
  position: relative;
  z-index: 1;
  margin-top: -82px;
}
.union-two-bottom img {
  width: 100%;
}
.bottom-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="1200" height="400" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.bottom-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.bottom-content h2 {
  margin-bottom: 40px;
}

.bottom-content p {
  font-size: 18px;
  line-height: 23px;
  max-width: 820px;
  margin: 0 auto;
  text-align: justify;
}

/* Decorative Elements */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(
    45deg,
    rgba(52, 152, 219, 0.1),
    rgba(46, 204, 113, 0.1)
  );
}

.circle-1 {
  width: 200px;
  height: 200px;
  top: -100px;
  right: -100px;
}

.circle-2 {
  width: 150px;
  height: 150px;
  bottom: -75px;
  left: -75px;
}

/* Partnerships Section */
.partnerships-section {
  padding: 0px 0 80px 0;
}

.partnerships-content {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.partnership-image {
  flex: 1;
  min-width: 400px;
}

.handshake-image {
  width: 100%;
  /* height: 410px; */
}
.handshake-image img {
  width: 100%;
}

.partnership-text {
  flex: 1;
  max-width: 500px;
}

.partnership-text h2 {
  margin-bottom: 25px;
  line-height: 42px;
}

.partnership-text p {
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
}

/* Impact Section */
.impact-section {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
}

.impact-content {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  padding-bottom: 150px;
}

.impact-text {
  flex: 1;
  max-width: 500px;
  order: 1;
}

.impact-text h2 {
  margin-bottom: 25px;
  line-height: 42px;
}

.impact-text p {
  font-size: 1rem;

  text-align: justify;
  margin-bottom: 30px;
}

.specs-section {
  margin-bottom: 20px;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid #000;
}

.spec-item:last-child {
  border-bottom: none;
}

.spec-label {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 20px;
  max-width: 260px;
}

.download-link {
  display: inline-flex;
  align-items: end;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  vertical-align: baseline;
  font-weight: 600;
}

.download-link:hover {
  color: #93d500;
  text-decoration: underline;
}

.download-icon {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background: url("../images/download.svg") no-repeat center;
}

.policy-download {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.policy-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #7f8c8d;
  letter-spacing: 0.5px;
}

.download-btn {
  color: #27ae60;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  padding: 8px 16px;
  border-radius: 6px;
}

.download-btn:hover {
  background: rgba(39, 174, 96, 0.1);
  transform: translateX(3px);
}

.download-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

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

.impact-image {
  flex: 1;
  min-width: 400px;
  order: 2;
}

.solar-image {
  width: 100%;
}
.solar-image img {
  width: 100%;
}
.bottom-section-bg-shadow {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(137, 138, 141, 0.1) 98.65%
  );
}

/* Animations */
.header-section {
  animation: fadeInUp 1s ease-out;
}

.bottom-section {
  animation: fadeInUp 1s ease-out 0.3s both;
}

.partnerships-section {
  animation: fadeInUp 1s ease-out 0.6s both;
}

.impact-section {
  animation: fadeInUp 1s ease-out 0.9s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.family-image,
.handshake-image,
.solar-image {
  transition: transform 0.3s ease;
}

.family-image:hover,
.handshake-image:hover,
.solar-image:hover {
  transform: translateY(-5px);
}
.footer-section {
  padding-top: 120px;
}

/* Responsive Design Updates */
@media (max-width: 1300px) {
  .footer-section {
    margin-top: -70px;
  }
}
@media (max-width: 900px) {
  .union-two-bottom {
    margin-top: -60px;
  }
  .footer-section {
    margin-top: -56px;
  }
}
@media (max-width: 768px) {
  .impact-content {
    flex-direction: column-reverse;
    text-align: left;
    gap: 40px;
  }
  .partnerships-content {
    flex-direction: column-reverse;
    text-align: left;
    gap: 40px;
  }
  .bottom-section-bg-shadow {
    margin-top: 80px;
    padding-bottom: 160px;
  }
  .partnership-image,
  .impact-image {
    min-width: auto;
    order: 1;
  }
  .impact-text p {
    margin-bottom: 5px;
  }
  .partnership-text,
  .impact-text {
    min-width: auto;
    order: 2;
    max-width: fit-content;
  }

  .partnership-text h2,
  .impact-text h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .partnership-text p,
  .impact-text p {
    text-align: left;
  }

  .handshake-image,
  .solar-image {
    height: 250px;
  }

  .policy-download {
    justify-content: center;
    gap: 15px;
  }

  .policy-label {
    font-size: 0.8rem;
  }

  .header-content {
    flex-direction: column;
    text-align: left;
    gap: 40px;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 100px;
  }
  .union-one-top {
    margin-bottom: -65px;
  }
  .header-text {
    min-width: auto;
  }

  .header-text h1 {
    font-size: 2.5rem;
  }

  .header-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .header-image {
    min-width: auto;
    width: 100%;
  }
  .family-image {
  }
  .bottom-content h2 {
    font-size: 2rem;
  }

  .bottom-content p {
    text-align: center;
  }
  .header-section {
    padding: 45px 0 0 0;
  }
  .bottom-section {
    padding: 127px 0;
  }
  .footer-section {
    margin-top: -46px;
    padding-top: 30px;
  }
}
@media (max-width: 650px) {
  .union-one-top {
    margin-bottom: -50px;
  }
  .union-two-bottom {
    margin-top: -50px;
  }
  .footer-section {
    margin-top: -40px;
  }
}
@media (max-width: 500px) {
  .union-one-top {
    margin-bottom: 25px;
  }
  .union-two-bottom {
    margin-top: -33px;
  }
  .footer-section {
    margin-top: -27px;
  }
  .bottom-section-bg-shadow {
    padding-bottom: 0px;
    margin-top: 0px;
  }
  .impact-content {
    padding-bottom: 80px;
  }
  .impact-section {
    padding: 20px 0;
  }
  .partnerships-section {
    padding: 0px 0 20px 0;
  }
}
