
@media screen and (max-width: 991.98px) {
  .blog-heading {
    
    height: auto; 
    min-height: 280px;
    
    
    margin-top: 40px; 
    
    
    padding: 60px 20px;
    
    
    max-width: 100%;
  }

  .blog-title {
    
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .blog-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .blog-meta {
    
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}

@media screen and (max-width: 575.98px) {
  .blog-title {
    font-size: 24px;
  }
  
  .blog-heading {
    padding: 40px 15px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991.98px) {
  .takeaway-card {
    min-height: 250px;
    padding: 30px;
  }

  .takeaway-text h3 {
    font-size: 22px;
  }

  .takeaway-text p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767.98px) {
  .takeaway-section {
    padding: 40px 0; 
  }

  .takeaway-card {
    min-height: auto; 
    padding: 40px 20px;
    text-align: center; 
  }

  .takeaway-content {
    flex-direction: column; 
    align-items: center;
    gap: 15px;
  }

  .takeaway-icon img {
    width: 40px; 
  }

  .takeaway-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .takeaway-text p {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  .takeaway-card {
    padding: 30px 15px;
  }
  
  .takeaway-text h3 {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .diesel-content-wrapper {
    padding: 50px 40px;
  }

  .floating-nozzle-img {
    right: -20px;
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  .diesel-costs-section {
    padding: 60px 0;
  }

  .diesel-content-wrapper {
    padding: 40px 30px;
  }

  .section-title {
    font-size: 22px;
  }

  .section-desc {
    font-size: 15px;
  }

  .cost-text h4 {
    font-size: 18px;
  }

  
}

@media (max-width: 767px) {
  .diesel-costs-section {
    padding: 50px 0;
  }

  .diesel-content-wrapper {
    padding: 30px 20px;
  }

  .section-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .section-desc {
    font-size: 14px;
  }

  .cost-features {
    margin-top: 30px !important;
  }

  .cost-item {
    gap: 15px;
    margin-bottom: 25px;
  }

  .cost-text h4 {
    font-size: 16px;
  }

  .cost-text p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .diesel-costs-section {
    padding: 40px 0;
  }

  .diesel-content-wrapper {
    padding: 25px 15px;
  }

  .section-title {
    font-size: 18px;
  }

  .section-desc {
    font-size: 14px;
  }

  .cost-item {
    gap: 12px;
    margin-bottom: 20px;
  }

  .cost-text h4 {
    font-size: 15px;
  }

  .cost-text p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .charging-infra-section {
    padding: 60px 0;
  }

  .infra-card {
    padding: 40px 30px;
  }

  .infra-text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .charging-infra-section {
    padding: 50px 0;
  }

  .infra-card {
    padding: 35px 25px;
  }

  .infra-title {
    font-size: 17px;
  }

  .infra-text {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .charging-infra-section {
    padding: 40px 0;
  }

  .infra-card {
    padding: 25px 20px;
  }

  .infra-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .infra-text {
    font-size: 14px;
  }

  .infra-icon {
    margin-bottom: 18px;
  }
}

@media (max-width: 991px) {
  .tco-table thead th,
  .tco-table tbody td {
    padding: 14px 10px;
    font-size: 13px;
  }

  .sub-text {
    font-size: 11px;
  }

  .tco-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .tco-table-wrapper {
    overflow: hidden; 
  }

  .tco-table thead th,
  .tco-table tbody td {
    padding: 10px 6px;
    font-size: 11px;
  }

  .tco-table thead th:first-child,
  .tco-table tbody td:first-child {
    font-size: 10px;
  }

  .sub-text {
    font-size: 9px;
  }

  .tco-title {
    font-size: 20px;
  }

  .tco-subtitle {
    font-size: 12px;
  }

  .tco-footer td {
    padding: 16px 6px !important;
  }
}

@media (max-width: 480px) {
  .tco-table thead th,
  .tco-table tbody td {
    padding: 8px 4px;
    font-size: 10px;
    line-height: 1.3;
  }

  .tco-table thead th:first-child,
  .tco-table tbody td:first-child {
    font-size: 9px;
  }

  .sub-text {
    font-size: 8px;
  }

  .tco-title {
    font-size: 18px;
  }

  
  .tco-table .bi {
    display: none;
  }
  .tco-table img{
    display: none;
  }
}

@media (max-width: 768px) {
  .innovation-card, .conclusion-box {
    padding: 25px; 
  }

  .tco-title {
    font-size: 24px !important;
  }

  .innovation-card h5 {
    font-size: 18px;
  }

  .conclusion-box h4 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .insight-image {
    max-height: 250px; 
  }
}

@media (max-width: 768px) {
  .related-insights {
    padding: 40px 20px; 
  }

  .section-title {
    font-size: 28px; 
    margin-bottom: 25px;
  }

  .insight-image {
    max-width: 100%; 
    max-height: none; 
    aspect-ratio: 16 / 9; 
  }

  .insight-header {
    font-size: 16px; 
    margin-bottom: 8px;
  }

  .insight-text {
    font-size: 14px;
    line-height: 1.5;
  }
  
  
  .insight-card {
    margin-bottom: 30px;
  }
}