body {
  background-color: #f8f9fa;
}
.info-heading {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0c9c4f 0%, #0bb259 100%) !important;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 80px 0 100px 0;
  min-height: 260px;
}

.info-title {
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: #f9f9f9;
  margin-bottom: 15px;
}

.info-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #e2e2e2;
  opacity: 0.95;
}

.info-meta {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 14px;
  color: #ffffff;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.takeaway-section {
  padding: 60px 0;
}

.takeaway-card {
  position: relative;
  overflow: hidden;
  min-height: 307px;
  display: flex;
  align-items: center;
  padding: 40px;
  justify-content: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/details.jpg") no-repeat center center;
  background-size: cover;
}

.takeaway-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.takeaway-text h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.takeaway-text p {
  color: #eaeaea;
  font-size: 18px;
  max-width: 825px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 0;
  opacity: 0.9;
}
.benefits-section {
  padding: 80px 0;
  
}

.benefits-main-title {
 
  font-weight: 700;
  font-size:40px;
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}

.benefit-card {
  background: #ffffff;
  width: 100%; 
  max-width: 386.67px; 
  max-height: 214px;
  height: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto; 
  box-shadow: 0px 2px 4px 0px #00000014, 
              0px 0px 6px 0px #00000005;


}



.benefit-icon-wrapper {
  margin-bottom: 20px;
  font-size: 28px;
}




.benefit-stat {

  font-weight: 700;
  font-size: 30px; 
  margin-bottom: 5px;
  color: #232323; 
}

.benefit-label {
  font-size: 14px; 
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}

.benefit-desc {
  font-size: 14px; 
  color: #707070; 
  line-height: 1.6;
  margin-bottom: 0;
}

.economic-section {
  padding: 80px 0;

}

.economic-main-title {

  font-weight: 700;
  font-size: 40px;
  margin-bottom: 50px;
  color: #000;
}

.economic-card {
  background: #ffffff;
  padding: 40px;
  max-height: 291px;
 height: 100%;
 max-width: 610px;
 width: 100%;
  box-shadow: 0px 2px 4px 0px #00000014, 
              0px 0px 6px 0px #00000005;
  
}

.eco-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.eco-desc {
  font-size: 16px;
  color: #707070;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 509px;
  width: 100%;
}

.eco-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.eco-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eco-label {
  font-size: 16px;
  color: #707070;
  font-weight: 400;
}

.eco-value {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  
}

.essential-section {
  padding: 60px 0;
 
}

.essential-banner {
  width: 100%;
  max-width: 1285px;
  height: 240px;
  margin: 0 auto;
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.essential-title {
 
  font-weight: 700;
  font-size: 40px;
  color: #F9F9F9;
  margin-bottom: 15px;
}

.essential-subtitle {
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.7;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 500;
}


.infrastructure-section {
  padding: 80px 0;
 
}

.infra-main-title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 50px;
  color: #000;
}

.infra-image-wrapper {
  height: 100%;
  
  overflow: hidden;
}

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

.infra-cards-container {
  display: flex;
  flex-direction: column;
  max-width: 610px;
  width: 100%;
  
  height: 100%;
  gap: 24px;
}

.infra-card {
  background: #ffffff;
  padding: 40px;
  flex: 1;
   max-width: 610px;
  width: 100%;
  max-height: 291px;
  height: 100%;
  box-shadow: 0px 2px 4px 0px #00000014, 
              0px 0px 6px 0px #00000005;
}

.infra-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-danger { color: #C62626  !important; }
.text-success { color: #0C9C4F !important; }

.infra-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.infra-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #707070;
  line-height: 1.4;
}

.infra-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #707070;
  font-weight: bold;
}

.insights-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.insights-main-title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 50px;
  color: #000;
}

.insights-card {
  background: #ffffff;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 40px;
  box-shadow: 0px 2px 4px 0px #00000014, 0px 0px 6px 0px #00000005;
  
}

.chart-title {
  font-size: 20px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 40px;
}

.chart-container {
  position: relative;
  height: 400px;
  width: 100%;
}

.future-models-section {
  padding: 60px 0;
 
}

.future-main-title {
 
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 50px;
  color: #000000;
}

.future-card {
  background: #ffffff;
  padding: 50px 30px;
  height: 100%;
  max-width: 400px;
  width: 100%;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 2px 4px 0px #00000014, 
              0px 0px 6px 0px #00000005;
 
  transition: transform 0.3s ease;
}

.future-card-highlight {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  color: #ffffff;
}

.future-card-title {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.future-card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #707070;
  margin-bottom: 0;
}

.future-card-highlight .future-card-title,
.future-card-highlight .future-card-desc {
  color: #ffffff;
}

.forward-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.forward-card {
  background: #ffffff;
  max-width: 1240px;
  margin: 0 auto;
  max-height: 297px;
  height: 100%;
  padding: 20px 30px;
  box-shadow: 0px 2px 4px 0px #00000014, 
              0px 0px 6px 0px #00000005;
  
}

.forward-title {
  
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  margin-bottom: 30px;
}

.forward-text {
  font-size: 16px;
  max-width: 1170px;
  width: 100%;
  line-height: 1.4;
  color: #707070;
  margin-bottom: 25px;
  
}

.forward-link {
  display: inline-block;
  font-size: 16px;
  color: #707070;
  text-decoration: none;
  font-weight: 400;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.forward-link:hover {
  color: #0C9C4F;
}




.related-insights {
  padding: 60px 0;
  background-color: #f8f9fa;
  
}

.related-title {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  color: #000000;
}

.insight-image {
  width: 100%;
  max-width: 610px;
  max-height: 178px;
  height: 100%;
  aspect-ratio: 16 / 9; 
  background-color: #e0e0e0;
  overflow: hidden;
}

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

.insight-content {
  padding-top: 20px;
}

.insight-header {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1b;
  margin-bottom: 10px;
  line-height: 1.3;
}

.insight-text {
  font-size: 16px;
  color: #64748B;
  line-height: 1.4;
}


