 /* ─── WRAPPER ─── */
    .sate_wise_case_study__wrapper {
       font-family: 'Inter', sans-serif;
        display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      flex-direction: column;
      padding: 40px 16px;
      width: 100%;
      max-width: 1220px;
    }

    /* ─── HEADING SECTION ─── */
    .sate_wise_case_study__heading_section {
      text-align: center;
      margin-bottom: 48px;
    }

    .sate_wise_case_study__title {
      font-size: 48px;
      font-weight: 800;
      color: #2eb84b;
      margin-bottom: 16px;
      letter-spacing: -0.5px;
    }

    .sate_wise_case_study__subtitle {
      font-size: 15px;
      color: #6b7280;
      max-width: 660px;
      margin: 0 auto;
      line-height: 1.7;
    }

    /* ─── CARD ─── */
    .sate_wise_case_study__card {
      display: flex;
      width: 100%;
      border-radius: 20px;
      overflow: hidden;
      background: #fff;
      color: #111;
      border: 1px solid #e5e7eb;
      margin-bottom: 24px;
    }

    /* ─── LEFT IMAGE PANEL ─── */
    .sate_wise_case_study__image_panel {
      position: relative;
      width: 42%;
      height: 340px;
      flex-shrink: 0;
      overflow: hidden;
    }

    .sate_wise_case_study__image {
      width: 100%;
      height: 100%;
      object-fit: contain;
      background: #1a1a2e;
      display: block;
    }

    /* Fallback gradient if no image */
    .sate_wise_case_study__image_fallback {
      width: 100%;
      height: 100%;
      background: linear-gradient(160deg, #b85c1a 0%, #e07c2a 30%, #c46a10 60%, #5a4030 100%);
    }

    .sate_wise_case_study__badge {
      position: absolute;
      top: 16px;
      left: 16px;
      background: #fff;
      border-radius: 999px;
      padding: 6px 14px;
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      font-weight: 600;
      color: #1a1a1a;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }

    .sate_wise_case_study__badge_star {
      font-size: 14px;
    }

    .sate_wise_case_study__image_overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 28px 24px 20px;
      background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%);
    }

    .sate_wise_case_study__project_name {
      font-size: 28px;
      font-weight: 800;
      color: #fff;
      line-height: 1.2;
      margin-bottom: 6px;
    }

    .sate_wise_case_study__location {
      font-size: 13.5px;
      color: #e5e7eb;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .sate_wise_case_study__location_icon {
      font-size: 13px;
      color: #fff;
    }

    /* ─── RIGHT INFO PANEL ─── */
    .sate_wise_case_study__info_panel {
      flex: 1;
      padding: 20px 28px 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 16px;
    }

    /* ─── META GRID ─── */
    .sate_wise_case_study__meta_grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px 12px;
    }

    .sate_wise_case_study__meta_item {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .sate_wise_case_study__meta_label {
      font-size: 10.5px;
      font-weight: 700;
      color: #9ca3af;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .sate_wise_case_study__meta_value {
      font-size: 15px;
      font-weight: 600;
      color: #111827;
      line-height: 1.35;
    }

    .sate_wise_case_study__meta_value--with_icon {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .sate_wise_case_study__climate_icon {
      font-size: 16px;
    }

    /* ─── EPI CARD ─── */
    .sate_wise_case_study__epi_card {
      background: #f0fdf4;
      border-radius: 14px;
      padding: 20px 24px;
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .sate_wise_case_study__epi_icon_wrap {
      width: 52px;
      height: 52px;
      background: #16a34a;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .sate_wise_case_study__epi_icon {
      font-size: 22px;
      color: #fff;
    }

    .sate_wise_case_study__epi_left {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 80px;
    }

    .sate_wise_case_study__epi_label {
      font-size: 11px;
      font-weight: 600;
      color: #6b7280;
      letter-spacing: 0.04em;
    }

    .sate_wise_case_study__epi_value {
      font-size: 30px;
      font-weight: 800;
      color: #111827;
      line-height: 1;
    }

    .sate_wise_case_study__epi_divider {
      width: 1px;
      height: 44px;
      background: #d1fae5;
      margin: 0 4px;
    }

    .sate_wise_case_study__epi_right {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

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

    .sate_wise_case_study__efficiency_label {
      font-size: 12.5px;
      font-weight: 500;
      color: #374151;
    }

    .sate_wise_case_study__efficiency_value {
      font-size: 13px;
      font-weight: 700;
      color: #16a34a;
    }

    .sate_wise_case_study__progress_bar_bg {
      width: 100%;
      height: 8px;
      background: #bbf7d0;
      border-radius: 999px;
      overflow: hidden;
    }

    .sate_wise_case_study__progress_bar_fill {
      height: 100%;
      width: 50%;
      background: #16a34a;
      border-radius: 999px;
    }

    /* ─── CTA ROW ─── */
    .sate_wise_case_study__cta_row {
      display: flex;
      justify-content: flex-end;
    }

    .sate_wise_case_study__cta_btn {
      background: #16a34a;
      color: #fff;
      font-family: 'Inter', sans-serif;
      font-size: 15px;
      font-weight: 700;
      padding: 14px 28px;
      border-radius: 999px;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      transition: background 0.2s ease, transform 0.15s ease;
    }

    .sate_wise_case_study__cta_btn:hover {
      background: #15803d;
      transform: translateX(2px);
    }

    .sate_wise_case_study__cta_arrow {
      font-size: 18px;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 768px) {
      .sate_wise_case_study__card {
        flex-direction: column;
      }

      .sate_wise_case_study__image_panel {
        width: 100%;
        min-height: 280px;
      }

      .sate_wise_case_study__info_panel {
        padding: 24px 20px 20px;
      }

      .sate_wise_case_study__meta_grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .sate_wise_case_study__title {
        font-size: 32px;
      }

      .sate_wise_case_study__epi_card {
        flex-wrap: wrap;
      }

      .sate_wise_case_study__epi_divider {
        display: none;
      }
    }