.blog-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;
  color: #ffffff;
  min-height: 260px;
}

.blog-title {
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: #F9F9F9;
  margin-bottom: 15px;
}

.blog-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #E2E2E2;
  opacity: 0.95;
}

.blog-meta {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 14px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.takeaway-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.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/insights_03.jpg") no-repeat center center;
  background-size: cover;
}

.takeaway-content {
  display: flex;
  align-items: center;
  gap: 20px;
 
}

.takeaway-text h3 {

  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.takeaway-text p {
  color: #EAEAEA;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  opacity: 0.9;
}

.diesel-costs-section {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.diesel-content-wrapper {
  background-color: #ffffff;
  padding: 60px;

  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.section-title {
  
  font-size: 24px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 20px;
}

.section-desc {
  font-size: 16px;
  color: #707070;
  line-height: 1.2;
  max-width: 950px;
  width: 100%;
}

.cost-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}

.cost-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10     px;
  color: #232323;
}

.cost-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #707070;
  margin-bottom: 0;
}

.floating-nozzle-img {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 233px;
  z-index: 5;
}

.charging-infra-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.charging-title {
  
  font-size: 24px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 20px;
}
.charging-desc {
  font-size: 16px;
  color: #707070;
  line-height: 1.2;
  max-width: 950px;
  width: 100%;
}

.infra-card {
  background-color: #ffffff;
  padding: 50px 40px;
  height: 100%;
  transition: transform 0.3s ease;
}

.infra-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.infra-title {
  font-size: 18px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 15px;
}

.infra-text {
  font-size: 16px;
  max-width: 365px;
  width: 100%;
  font-weight: 400;
  color: #707070;
  line-height: 1.4;
  margin-bottom: 0;
}

.tco-section{
  background-color: #f8f9fa;
}
.tco-title {

  font-weight: 700;
  font-size: 40px;
  color: #000000;
}

.tco-subtitle {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
}

.tco-table-wrapper {
 border: 1px solid #EFEFEF;
  overflow-x: auto;
  width: 100%;
  display: block;
}

.tco-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.tco-table thead th {
  background-color: #1F3228; 
  color: #ffffff;
  padding: 20px;
  text-align: center;
  border: none;
}

.tco-table thead th:first-child {
  text-align: left;
}

.tco-table tbody td {
  background-color: #EBFFF4; 
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #EFEFEF;
  color: #232323;
}

.tco-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #232323;
  font-size: 18px;
}

.text-green-brand {
  color: #0C9C4F !important;
  font-weight: 700;
  font-size: 18px;
}

.sub-text {
  font-size: 14px;
  color: #707070;
  display: block;
  font-weight: 400;
}

.tco-footer td {
  background-color: #EBFFF4 !important; 
  padding: 30px 20px !important;
}

.tco-table {
  table-layout: fixed;
  width: 100%;
}

.tco-table thead th,
.tco-table tbody td {
  width: calc(100% / 3);
  vertical-align: middle;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  box-sizing: border-box;
}

.innovation-section {
  background-color: #f8f9fa; 
}

.innovation-card {
  background: #ffffff;
  padding: 40px;

  height: 100%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.icon-box {

  margin-bottom: 20px;
  color: #fff;

}

.innovation-card h5 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #232323;
}

.innovation-card p {
  color: #707070;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.conclusion-box {
  background: #ffffff;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.conclusion-box h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}

.conclusion-box h5 {
  font-weight: 600;
  color: #232323;
  margin-bottom: 15px;
}

.conclusion-box p {
  color: #707070;
  font-size: 16px;
  line-height: 1.4;
}

.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;
}

